]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.7
Replace LUCID_LIBW, MOTIF_LIBW with TOOLKIT_LIBW.
[gnu-emacs] / src / ChangeLog.7
index f02d38459e491bd7fe82ce9898153c98bfa036a1..6cc3d0f9e3ecf828444dc3971239e7fa219dab8e 100644 (file)
@@ -22,7 +22,7 @@
 
 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
 
 
 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
 
-       * ccl.c (CCL_READ_CHAR): If eof is encounterd while processing the
+       * ccl.c (CCL_READ_CHAR): If eof is encountered while processing the
        last block, don't just finish but processes eol block of the
        current CCL program.
        (ccl_driver): Add a new jump label ccl_repeat for the above change.
        last block, don't just finish but processes eol block of the
        current CCL program.
        (ccl_driver): Add a new jump label ccl_repeat for the above change.
        (coding_category_name): Include "coding-category-ccl".
        (detect_coding_ccl): New function.
        (setup_coding_system): Setup coding->spec.ccl.valid_codes from the
        (coding_category_name): Include "coding-category-ccl".
        (detect_coding_ccl): New function.
        (setup_coding_system): Setup coding->spec.ccl.valid_codes from the
-       coding system priority `valid-codes' for CCL based coding systesm.
+       coding system priority `valid-codes' for CCL based coding systems.
        (detect_coding_mask): Check also a CCL based coding system.
        (Fupdate_coding_systems_internal): Renamed from
        Fupdate_iso_coding_systems.
        (detect_coding_mask): Check also a CCL based coding system.
        (Fupdate_coding_systems_internal): Renamed from
        Fupdate_iso_coding_systems.
        * fileio.c (Finsert_file_contents): Call Vset_auto_coding_function
        with two arguments.
        (Fwrite_region): If buffer-file-coding-system is set locally, use
        * fileio.c (Finsert_file_contents): Call Vset_auto_coding_function
        with two arguments.
        (Fwrite_region): If buffer-file-coding-system is set locally, use
-       the coding system whithout checking file-coding-system-alist.
+       the coding system without checking file-coding-system-alist.
        (syms_of_fileio): Docstring of set-auto-coding-function adjusted
        for the change of argument number.
 
        (syms_of_fileio): Docstring of set-auto-coding-function adjusted
        for the change of argument number.
 
        * ccl.c: Typo in comments fixed.
 
        * coding.c (DECODE_ISO_CHARACTER): While decoding two-byte code,
        * ccl.c: Typo in comments fixed.
 
        * coding.c (DECODE_ISO_CHARACTER): While decoding two-byte code,
-       if the sencond byte is invalid, produce the first byte as is.
+       if the second byte is invalid, produce the first byte as is.
 
        * fontset.c (fs_load_font): Typo in comments fixed.
 
 
        * fontset.c (fs_load_font): Typo in comments fixed.
 
        * process.c (read_process_output): Handle carryover correctly.
 
        * xterm.c (dumpglyphs): Check the case that FACE_FONT (face) is
        * process.c (read_process_output): Handle carryover correctly.
 
        * xterm.c (dumpglyphs): Check the case that FACE_FONT (face) is
-       NULL.  While displaing cursor with non-default face, if the
+       NULL.  While displaying cursor with non-default face, if the
        variable `font' is NULL, don't set GCFont.
 
 1998-06-19  Richard Stallman  <rms@gnu.org>
        variable `font' is NULL, don't set GCFont.
 
 1998-06-19  Richard Stallman  <rms@gnu.org>
 1998-06-12  Ken'ichi Handa  <handa@melange.gnu.org>
 
        * fileio.c (Finsert_file_contents): Undo the previous change for
 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>
 
 
 1998-06-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        * coding.h: Change terms unify/unification to
        translate/translation respectively throughout the file.
 
        * coding.h: Change terms unify/unification to
        translate/translation respectively throughout the file.
 
-       * fns.c (concat): Fix bug in concatinating a list of multibyte and
+       * fns.c (concat): Fix bug in concatenating a list of multibyte and
        unibyte characters.
 
        * lisp.h (Vnonascii_translation_table): Name changed from
        unibyte characters.
 
        * lisp.h (Vnonascii_translation_table): Name changed from
        (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
        (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.
        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.
        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.
        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.
        (decode_coding): Arg CONSUMED deleted, and the meaning of return
        value changed.  Update members produced, produced_char, consumed,
        consumed_char of the struct *coding.
        string.
 
        * fileio.c (Finsert_file_contents): Adjusted for the change of
        string.
 
        * fileio.c (Finsert_file_contents): Adjusted for the change of
-       struct coding_system and function decode_coding.  For normail file
+       struct coding_system and function decode_coding.  For normal file
        reading, use code_convert_region.
        (Fwrite_region): Adjusted for the change of struct coding_system.
        (e_write): Adjusted for the change of encode_coding.
        reading, use code_convert_region.
        (Fwrite_region): Adjusted for the change of struct coding_system.
        (e_write): Adjusted for the change of encode_coding.
        (CCL_IterateMultipleMap, CCL_TranslateMultipleMap):
        New macros for CCL Commands.
        (EXCMD): New macro.
        (CCL_IterateMultipleMap, CCL_TranslateMultipleMap):
        New macros for CCL Commands.
        (EXCMD): New macro.
-       (ccl_driver): New case lable `CCL_Extention'.
+       (ccl_driver): New case label `CCL_Extention'.
        (setup_ccl_program): Initialize the member `private_state' of CCL.
        (Fregister_ccl_program): Delete unused variable IDX.
        (Fregister_ccl_translation_table): New function.
        (setup_ccl_program): Initialize the member `private_state' of CCL.
        (Fregister_ccl_program): Delete unused variable IDX.
        (Fregister_ccl_translation_table): New function.
        * buffer.h: Add more prototypes and function declarations.
 
        * print.c (printchar): Declare `work' as unsigned char.
        * buffer.h: Add more prototypes and function declarations.
 
        * print.c (printchar): Declare `work' as unsigned char.
-       (internal_with_output_to_temp_buffer): Protoype parameter
+       (internal_with_output_to_temp_buffer): Prototype parameter
        FUNCTION.
        (Ferror_message_string): Remove extra argument of
        print_error_message.
        FUNCTION.
        (Ferror_message_string): Remove extra argument of
        print_error_message.
 
        * emacs.c (shut_down_emacs): Call `dos_cleanup'.
 
 
        * emacs.c (shut_down_emacs): Call `dos_cleanup'.
 
-       * msdos.c (mouse_get_pos): Remove reduntant call to `int86'.
+       * msdos.c (mouse_get_pos): Remove redundant call to `int86'.
        Clear the mouse-moved flag for all frames.  Update last mouse
        position.
        (IT_set_menu_bar_lines): Remove.
        Clear the mouse-moved flag for all frames.  Update last mouse
        position.
        (IT_set_menu_bar_lines): Remove.
        Pass in new parameter to w32_kbd_mods_to_emacs.
        Handle WM_DISPLAYCHANGE, WINDOWPOSCHANGED, ACTIVATE, SHOWWINDOW,
        INITMENU, and ACTIVATEAPP messages.
        Pass in new parameter to w32_kbd_mods_to_emacs.
        Handle WM_DISPLAYCHANGE, WINDOWPOSCHANGED, ACTIVATE, SHOWWINDOW,
        INITMENU, and ACTIVATEAPP messages.
-       Explicitly check for visibile and obscured frames, and to see if
+       Explicitly check for visible and obscured frames, and to see if
        any event should cause a redisplay.
 
        (x_display_bar_cursor): Don't check whether frame is updating here.
        any event should cause a redisplay.
 
        (x_display_bar_cursor): Don't check whether frame is updating here.
        detect it as no-conversion.
        (decode_coding): Handle coding_type_raw_text.
        (encode_coding): Likewise.
        detect it as no-conversion.
        (decode_coding): Handle coding_type_raw_text.
        (encode_coding): Likewise.
-       (Fdetect_coding_region): Ajusted for the above changes.
+       (Fdetect_coding_region): Adjusted for the above changes.
        (shrink_conversion_area): Handle coding_type_raw_text.
 
        * coding.h (coding_type): New member coding_type_raw_text.
        (shrink_conversion_area): Handle coding_type_raw_text.
 
        * coding.h (coding_type): New member coding_type_raw_text.
        * callproc.c (Fcall_process_region): Use cdr part (not car part)
        of Vdefault_process_coding_system for writing out text.
 
        * callproc.c (Fcall_process_region): Use cdr part (not car part)
        of Vdefault_process_coding_system for writing out text.
 
-       * coding.c (detect_coding_iso2022): Do not exclude posibility of
+       * coding.c (detect_coding_iso2022): Do not exclude possibility of
        7-bit encoding when designation to G1 occurs.  If CSI, SS2, or SS3
        is found, return CODING_CATEGORY_MASK_ISO_8_ELSE.
        (Fdetect_coding_region): Doc-string modified.
        7-bit encoding when designation to G1 occurs.  If CSI, SS2, or SS3
        is found, return CODING_CATEGORY_MASK_ISO_8_ELSE.
        (Fdetect_coding_region): Doc-string modified.
 1997-07-31  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
 
        * coding.c (encode_coding_iso2022): When source data ends not at
 1997-07-31  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
 
        * coding.c (encode_coding_iso2022): When source data ends not at
-       character boundardy, set data in coding->carryover correctly, and
+       character boundary, set data in coding->carryover correctly, and
        set SRC to SRC_END.
        (encode_coding_sjis_big5): Likewise.
        (encode_coding): Don't set coding->carryover_size to 0.
        set SRC to SRC_END.
        (encode_coding_sjis_big5): Likewise.
        (encode_coding): Don't set coding->carryover_size to 0.
 
        * window.c: Include blockinput.h.
        (Fset_window_configuration): Block input around frobbing the frame.
 
        * window.c: Include blockinput.h.
        (Fset_window_configuration): Block input around frobbing the frame.
-       Preseve point in the current buffer if we do not switch
+       Preserve point in the current buffer if we do not switch
        to a different one.
 
 1997-07-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
        to a different one.
 
 1997-07-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
        (ENCODE_ISO_CHARACTER): Bug of handling return value of unify_char
        fixed.
        (DECODE_SJIS_BIG5_CHARACTER): New macro.
        (ENCODE_ISO_CHARACTER): Bug of handling return value of unify_char
        fixed.
        (DECODE_SJIS_BIG5_CHARACTER): New macro.
-       (decode_coding_sjis_big5): Handle character unificatoin table.
+       (decode_coding_sjis_big5): Handle character unification table.
        Use macro DECODE_SJIS_BIG5_CHARACTER.
        Use macro DECODE_SJIS_BIG5_CHARACTER.
-       (encode_coding_sjis_big5): Handle character unificatoin table.
+       (encode_coding_sjis_big5): Handle character unification table.
        Use macro ENCODE_SJIS_BIG5_CHARACTER.
        (setup_coding_system): Handle members
        character_unification_table_for_decode and
        Use macro ENCODE_SJIS_BIG5_CHARACTER.
        (setup_coding_system): Handle members
        character_unification_table_for_decode and
        * fontset.h (font_idx_temp): Extern it.
        (FS_LOAD_FONT): New macro.
 
        * fontset.h (font_idx_temp): Extern it.
        (FS_LOAD_FONT): New macro.
 
-       * fontset.c (font_idx_temp): New temprary variable used in
+       * fontset.c (font_idx_temp): New temporary variable used in
        FS_LOAD_FONT.
 
        * xfaces.c (Fset_face_attribute_internal): Use FS_LOAD_FONT
        FS_LOAD_FONT.
 
        * xfaces.c (Fset_face_attribute_internal): Use FS_LOAD_FONT
        name to iso-latin-1.
        (lisp_data_to_selection_data): Likewise.
 
        name to iso-latin-1.
        (lisp_data_to_selection_data): Likewise.
 
-       * xterm.c (dumpglyph): Shift baseline for such a font that is
+       * xterm.c (dumpglyphs): Shift baseline for such a font that is
        shorter but ascent or descent exceed the line height.
        For a larger font, draw a small hook at right-bottom edge instead
        of a rectangle.
        shorter but ascent or descent exceed the line height.
        For a larger font, draw a small hook at right-bottom edge instead
        of a rectangle.
 
        * xterm.c (process_expose_from_menu, XTread_socket):
        Set has_been_visible field.
 
        * xterm.c (process_expose_from_menu, XTread_socket):
        Set has_been_visible field.
-       (x_make_frame_visible): Don't do XMoveWindow unles has_been_visible.
+       (x_make_frame_visible): Don't do XMoveWindow unless has_been_visible.
 
        * xterm.h (struct x_output): New field has_been_visible.
 
 
        * xterm.h (struct x_output): New field has_been_visible.
 
        * fontset.c (fontset_pattern_regexp): Cast to (char *) before
        assigning to P0.
 
        * fontset.c (fontset_pattern_regexp): Cast to (char *) before
        assigning to P0.
 
-       * ccl.c (struct ccl_prog_stack): Declear the member ccl_prog as
+       * ccl.c (struct ccl_prog_stack): Declare the member ccl_prog as
        Lisp_Object *.
 
        * editfns.c: Declare Fuser_full_name as Lisp_Object in advance to
        Lisp_Object *.
 
        * editfns.c: Declare Fuser_full_name as Lisp_Object in advance to
        and clip-large-size-font modified.
 
        * xfns.c (Fx_create_frame): Delete code for handling the X
        and clip-large-size-font modified.
 
        * xfns.c (Fx_create_frame): Delete code for handling the X
-       resouce "Fontset".
+       resource "Fontset".
 
        * xselect.c (selection_data_to_lisp_data): If TYPE is `STRING'
        and DATA contains 8-bit codes, decode them as Latin-1 characters.
 
        * xselect.c (selection_data_to_lisp_data): If TYPE is `STRING'
        and DATA contains 8-bit codes, decode them as Latin-1 characters.
        (char_quoted): Move earlier, update gl_state when needed.
        (find_defun_start): Update gl_state when needed.
        (back_comment): New function.
        (char_quoted): Move earlier, update gl_state when needed.
        (find_defun_start): Update gl_state when needed.
        (back_comment): New function.
-       (Scomment_fence, Sstring_fence): New delimeter char classes
+       (Scomment_fence, Sstring_fence): New delimiter char classes
        denoted by `!' and `|'.
        (Fchar_syntax, Fmatching_paren): Update gl_state to whole-buffer state.
        (scan_words): Update gl_state when needed.
        denoted by `!' and `|'.
        (Fchar_syntax, Fmatching_paren): Update gl_state to whole-buffer state.
        (scan_words): Update gl_state when needed.
        (find_handler_clause): If Vdebug_force, call debugger
        even if there are handlers.
 
        (find_handler_clause): If Vdebug_force, call debugger
        even if there are handlers.
 
-1996-09-26  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-09-26  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * xfns.c (x_set_scroll_bar_width): Move cursor to the
        left margin, past a scroll bar, if any.
 
        * xfns.c (x_set_scroll_bar_width): Move cursor to the
        left margin, past a scroll bar, if any.
 
        * window.c (syms_of_window): Doc fixes.
 
 
        * window.c (syms_of_window): Doc fixes.
 
-1996-09-25  Marcus Daniels  <marcus@sysc.pdx.edu>
+1996-09-25  Marcus G. Daniels  <marcus@sysc.pdx.edu>
 
        * s/irix5-0.h (sigsetmask, _longjmp, _setjmp): #undef them.
        (_BSD_SIGNALS): Definition deleted.
 
        * s/irix5-0.h (sigsetmask, _longjmp, _setjmp): #undef them.
        (_BSD_SIGNALS): Definition deleted.
 
        * xfns.c (Fx_create_frame): Default Qvertical_scroll_bars to `left'.
 
 
        * xfns.c (Fx_create_frame): Default Qvertical_scroll_bars to `left'.
 
-1996-09-20  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-09-20  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * xterm.c (XTclear_end_of_line): Shift end-of-line when there is a
        left-side scroll bar by FRAME_LEFT_SCROLL_BAR_WIDTH.
 
        * xterm.c (XTclear_end_of_line): Shift end-of-line when there is a
        left-side scroll bar by FRAME_LEFT_SCROLL_BAR_WIDTH.
        (print): Print certain expressions more compactly when set.
        Also use XCAR and XCDR directly -- we know we have conses.
 
        (print): Print certain expressions more compactly when set.
        Also use XCAR and XCDR directly -- we know we have conses.
 
-1996-08-23  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-08-23  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * xterm.c (x_term_init): If the default Xt font does not exist on
        the X server, add a resource so that dialog boxes use a common font.
 
        * xterm.c (x_term_init): If the default Xt font does not exist on
        the X server, add a resource so that dialog boxes use a common font.
@@ -11092,7 +11092,7 @@ See ChangeLog.6 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+    Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
        Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
        Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.