]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.7
Fix typos.
[gnu-emacs] / src / ChangeLog.7
index 8f58f3c078c098a2abd4242d1364af67976817cf..51d490e6d6e64b72baf976cfb6171ccc45d433d1 100644 (file)
 1998-06-12  Ken'ichi Handa  <handa@melange.gnu.org>
 
        * fileio.c (Finsert_file_contents): Undo the previous change for
-       handling set-ault-coding.
+       handling set-auto-coding.
 
 1998-06-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        (ccl_driver): Adjusted for the above changes.
        (resolve_symbol_ccl_program): New function.
        (Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL
-       program.  If CCL-PRGRAM is a vector, convert symbols in it to ID
+       program.  If CCL-PROGRAM is a vector, convert symbols in it to ID
        numbers by resolve_symbol_ccl_program.
        (Fccl_execute_on_string): Likewise.
-       (Fregister_ccl_program): If the arg CCL-PRGRAM is a vector,
+       (Fregister_ccl_program): If the arg CCL-PROGRAM is a vector,
        convert symbols in it to ID numbers by resolve_symbol_ccl_program.
 
        * ccl.h (Vccl_program_table, Qccl_program_idx): Extern them.
        Update coding->heading_ascii.
        (detect_eol_type): New arg SKIP.
        (detect_eol): Adjusted for the change of detect_eol_type.
-       (ccl_codign_driver): New function.
+       (ccl_coding_driver): New function.
        (decode_coding): Arg CONSUMED deleted, and the meaning of return
        value changed.  Update members produced, produced_char, consumed,
        consumed_char of the struct *coding.