comparison src/ChangeLog.7 @ 98317:36acd6af0772

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 24 Sep 2008 01:16:16 +0000
parents c3309dba6542
children e44273834265
comparison
equal deleted inserted replaced
98316:8ecc08b621cb 98317:36acd6af0772
20 ccl_read_multibyte_character_suspend:, if ccl->last_block is 20 ccl_read_multibyte_character_suspend:, if ccl->last_block is
21 nonzero, jump to ccl_repeat. 21 nonzero, jump to ccl_repeat.
22 22
23 1998-08-18 Kenichi Handa <handa@etl.go.jp> 23 1998-08-18 Kenichi Handa <handa@etl.go.jp>
24 24
25 * ccl.c (CCL_READ_CHAR): If eof is encounterd while processing the 25 * ccl.c (CCL_READ_CHAR): If eof is encountered while processing the
26 last block, don't just finish but processes eol block of the 26 last block, don't just finish but processes eol block of the
27 current CCL program. 27 current CCL program.
28 (ccl_driver): Add a new jump label ccl_repeat for the above change. 28 (ccl_driver): Add a new jump label ccl_repeat for the above change.
29 29
30 * coding.c (ccl_coding_driver): Setup ccl->last_block properly. 30 * coding.c (ccl_coding_driver): Setup ccl->last_block properly.
310 310
311 * coding.c (Qvalid_codes): New variable. 311 * coding.c (Qvalid_codes): New variable.
312 (coding_category_name): Include "coding-category-ccl". 312 (coding_category_name): Include "coding-category-ccl".
313 (detect_coding_ccl): New function. 313 (detect_coding_ccl): New function.
314 (setup_coding_system): Setup coding->spec.ccl.valid_codes from the 314 (setup_coding_system): Setup coding->spec.ccl.valid_codes from the
315 coding system priority `valid-codes' for CCL based coding systesm. 315 coding system priority `valid-codes' for CCL based coding systems.
316 (detect_coding_mask): Check also a CCL based coding system. 316 (detect_coding_mask): Check also a CCL based coding system.
317 (Fupdate_coding_systems_internal): Renamed from 317 (Fupdate_coding_systems_internal): Renamed from
318 Fupdate_iso_coding_systems. 318 Fupdate_iso_coding_systems.
319 (syms_of_coding): Change property char-table-extra-slot of 319 (syms_of_coding): Change property char-table-extra-slot of
320 translation-table to 1. Initialize and static pro Qvalid_codes. 320 translation-table to 1. Initialize and static pro Qvalid_codes.
370 docstring of file-coding-system-alist. 370 docstring of file-coding-system-alist.
371 371
372 * fileio.c (Finsert_file_contents): Call Vset_auto_coding_function 372 * fileio.c (Finsert_file_contents): Call Vset_auto_coding_function
373 with two arguments. 373 with two arguments.
374 (Fwrite_region): If buffer-file-coding-system is set locally, use 374 (Fwrite_region): If buffer-file-coding-system is set locally, use
375 the coding system whithout checking file-coding-system-alist. 375 the coding system without checking file-coding-system-alist.
376 (syms_of_fileio): Docstring of set-auto-coding-function adjusted 376 (syms_of_fileio): Docstring of set-auto-coding-function adjusted
377 for the change of argument number. 377 for the change of argument number.
378 378
379 1998-07-20 Kenichi HANDA <handa@etl.go.jp> 379 1998-07-20 Kenichi HANDA <handa@etl.go.jp>
380 380
483 1998-07-09 Kenichi Handa <handa@etl.go.jp> 483 1998-07-09 Kenichi Handa <handa@etl.go.jp>
484 484
485 * ccl.c: Typo in comments fixed. 485 * ccl.c: Typo in comments fixed.
486 486
487 * coding.c (DECODE_ISO_CHARACTER): While decoding two-byte code, 487 * coding.c (DECODE_ISO_CHARACTER): While decoding two-byte code,
488 if the sencond byte is invalid, produce the first byte as is. 488 if the second byte is invalid, produce the first byte as is.
489 489
490 * fontset.c (fs_load_font): Typo in comments fixed. 490 * fontset.c (fs_load_font): Typo in comments fixed.
491 491
492 * xselect.c (selection_data_to_lisp_data): Set 492 * xselect.c (selection_data_to_lisp_data): Set
493 Vlast_coding_system_used. 493 Vlast_coding_system_used.
721 charsets[LEADING_CODE_COMPOSITION]. 721 charsets[LEADING_CODE_COMPOSITION].
722 722
723 * process.c (read_process_output): Handle carryover correctly. 723 * process.c (read_process_output): Handle carryover correctly.
724 724
725 * xterm.c (dumpglyphs): Check the case that FACE_FONT (face) is 725 * xterm.c (dumpglyphs): Check the case that FACE_FONT (face) is
726 NULL. While displaing cursor with non-default face, if the 726 NULL. While displaying cursor with non-default face, if the
727 variable `font' is NULL, don't set GCFont. 727 variable `font' is NULL, don't set GCFont.
728 728
729 1998-06-19 Richard Stallman <rms@gnu.org> 729 1998-06-19 Richard Stallman <rms@gnu.org>
730 730
731 * minibuf.c (syms_of_minibuf): Initialize buffer-name-history. 731 * minibuf.c (syms_of_minibuf): Initialize buffer-name-history.
1238 composing sequence. 1238 composing sequence.
1239 1239
1240 * coding.h: Change terms unify/unification to 1240 * coding.h: Change terms unify/unification to
1241 translate/translation respectively throughout the file. 1241 translate/translation respectively throughout the file.
1242 1242
1243 * fns.c (concat): Fix bug in concatinating a list of multibyte and 1243 * fns.c (concat): Fix bug in concatenating a list of multibyte and
1244 unibyte characters. 1244 unibyte characters.
1245 1245
1246 * lisp.h (Vnonascii_translation_table): Name changed from 1246 * lisp.h (Vnonascii_translation_table): Name changed from
1247 Vnonascii_translate_table. 1247 Vnonascii_translate_table.
1248 1248
3722 * data.c (Faset): Allow setting a multibyte character in a 3722 * data.c (Faset): Allow setting a multibyte character in a
3723 multibyte string as far as it doesn't change the size_byte of the 3723 multibyte string as far as it doesn't change the size_byte of the
3724 string. 3724 string.
3725 3725
3726 * fileio.c (Finsert_file_contents): Adjusted for the change of 3726 * fileio.c (Finsert_file_contents): Adjusted for the change of
3727 struct coding_system and function decode_coding. For normail file 3727 struct coding_system and function decode_coding. For normal file
3728 reading, use code_convert_region. 3728 reading, use code_convert_region.
3729 (Fwrite_region): Adjusted for the change of struct coding_system. 3729 (Fwrite_region): Adjusted for the change of struct coding_system.
3730 (e_write): Adjusted for the change of encode_coding. 3730 (e_write): Adjusted for the change of encode_coding.
3731 3731
3732 * fns.c (mapcar1): Keep `i' in `i_before' before `i' is 3732 * fns.c (mapcar1): Keep `i' in `i_before' before `i' is
3822 (CCL_ReadMultibyteCharacter, CCL_WriteMultibyteCharacter) 3822 (CCL_ReadMultibyteCharacter, CCL_WriteMultibyteCharacter)
3823 (CCL_UnifyCharacter, CCL_UnifyCharacterConstTbl) 3823 (CCL_UnifyCharacter, CCL_UnifyCharacterConstTbl)
3824 (CCL_IterateMultipleMap, CCL_TranslateMultipleMap): 3824 (CCL_IterateMultipleMap, CCL_TranslateMultipleMap):
3825 New macros for CCL Commands. 3825 New macros for CCL Commands.
3826 (EXCMD): New macro. 3826 (EXCMD): New macro.
3827 (ccl_driver): New case lable `CCL_Extention'. 3827 (ccl_driver): New case label `CCL_Extention'.
3828 (setup_ccl_program): Initialize the member `private_state' of CCL. 3828 (setup_ccl_program): Initialize the member `private_state' of CCL.
3829 (Fregister_ccl_program): Delete unused variable IDX. 3829 (Fregister_ccl_program): Delete unused variable IDX.
3830 (Fregister_ccl_translation_table): New function. 3830 (Fregister_ccl_translation_table): New function.
3831 (syms_of_ccl): Intern and staticpro Qccl_program, 3831 (syms_of_ccl): Intern and staticpro Qccl_program,
3832 Qccl_translation_table, and Qccl_translation_table_id. Declare 3832 Qccl_translation_table, and Qccl_translation_table_id. Declare
4947 * category.h: Add declaration of word_boundary_p. 4947 * category.h: Add declaration of word_boundary_p.
4948 4948
4949 * buffer.h: Add more prototypes and function declarations. 4949 * buffer.h: Add more prototypes and function declarations.
4950 4950
4951 * print.c (printchar): Declare `work' as unsigned char. 4951 * print.c (printchar): Declare `work' as unsigned char.
4952 (internal_with_output_to_temp_buffer): Protoype parameter 4952 (internal_with_output_to_temp_buffer): Prototype parameter
4953 FUNCTION. 4953 FUNCTION.
4954 (Ferror_message_string): Remove extra argument of 4954 (Ferror_message_string): Remove extra argument of
4955 print_error_message. 4955 print_error_message.
4956 (write_string): Define as returning nothing. 4956 (write_string): Define as returning nothing.
4957 (write_string_1): Likewise. 4957 (write_string_1): Likewise.
5286 * frame.c (set_menu_bar_lines): Make the function external instead 5286 * frame.c (set_menu_bar_lines): Make the function external instead
5287 of static (MS-DOS needs to call it). 5287 of static (MS-DOS needs to call it).
5288 5288
5289 * emacs.c (shut_down_emacs): Call `dos_cleanup'. 5289 * emacs.c (shut_down_emacs): Call `dos_cleanup'.
5290 5290
5291 * msdos.c (mouse_get_pos): Remove reduntant call to `int86'. 5291 * msdos.c (mouse_get_pos): Remove redundant call to `int86'.
5292 Clear the mouse-moved flag for all frames. Update last mouse 5292 Clear the mouse-moved flag for all frames. Update last mouse
5293 position. 5293 position.
5294 (IT_set_menu_bar_lines): Remove. 5294 (IT_set_menu_bar_lines): Remove.
5295 (x_set_menu_bar_lines): Call `set_menu_bar_line' (from frame.c) 5295 (x_set_menu_bar_lines): Call `set_menu_bar_line' (from frame.c)
5296 instead of duplicating its code. 5296 instead of duplicating its code.
5751 when handling PAINT messages. 5751 when handling PAINT messages.
5752 Fixup off-by-one calculation for PAINT and SIZE. 5752 Fixup off-by-one calculation for PAINT and SIZE.
5753 Pass in new parameter to w32_kbd_mods_to_emacs. 5753 Pass in new parameter to w32_kbd_mods_to_emacs.
5754 Handle WM_DISPLAYCHANGE, WINDOWPOSCHANGED, ACTIVATE, SHOWWINDOW, 5754 Handle WM_DISPLAYCHANGE, WINDOWPOSCHANGED, ACTIVATE, SHOWWINDOW,
5755 INITMENU, and ACTIVATEAPP messages. 5755 INITMENU, and ACTIVATEAPP messages.
5756 Explicitly check for visibile and obscured frames, and to see if 5756 Explicitly check for visible and obscured frames, and to see if
5757 any event should cause a redisplay. 5757 any event should cause a redisplay.
5758 5758
5759 (x_display_bar_cursor): Don't check whether frame is updating here. 5759 (x_display_bar_cursor): Don't check whether frame is updating here.
5760 (x_display_cursor): Check it here instead. 5760 (x_display_cursor): Check it here instead.
5761 (x_set_offset) [HAVE_NTGUI]: Don't add border widths. 5761 (x_set_offset) [HAVE_NTGUI]: Don't add border widths.
6005 CODING_EOL_INCONSISTENT. 6005 CODING_EOL_INCONSISTENT.
6006 (detect_eol): If EOL format of raw-text file is inconsistent, 6006 (detect_eol): If EOL format of raw-text file is inconsistent,
6007 detect it as no-conversion. 6007 detect it as no-conversion.
6008 (decode_coding): Handle coding_type_raw_text. 6008 (decode_coding): Handle coding_type_raw_text.
6009 (encode_coding): Likewise. 6009 (encode_coding): Likewise.
6010 (Fdetect_coding_region): Ajusted for the above changes. 6010 (Fdetect_coding_region): Adjusted for the above changes.
6011 (shrink_conversion_area): Handle coding_type_raw_text. 6011 (shrink_conversion_area): Handle coding_type_raw_text.
6012 6012
6013 * coding.h (coding_type): New member coding_type_raw_text. 6013 * coding.h (coding_type): New member coding_type_raw_text.
6014 (CODING_EOL_INCONSISTENT): New macro. 6014 (CODING_EOL_INCONSISTENT): New macro.
6015 (CODING_REQUIRE_NO_CONVERSION): Check also coding_type_raw_text. 6015 (CODING_REQUIRE_NO_CONVERSION): Check also coding_type_raw_text.
6431 (Fprocess_coding_system): Likewise. 6431 (Fprocess_coding_system): Likewise.
6432 6432
6433 * callproc.c (Fcall_process_region): Use cdr part (not car part) 6433 * callproc.c (Fcall_process_region): Use cdr part (not car part)
6434 of Vdefault_process_coding_system for writing out text. 6434 of Vdefault_process_coding_system for writing out text.
6435 6435
6436 * coding.c (detect_coding_iso2022): Do not exclude posibility of 6436 * coding.c (detect_coding_iso2022): Do not exclude possibility of
6437 7-bit encoding when designation to G1 occurs. If CSI, SS2, or SS3 6437 7-bit encoding when designation to G1 occurs. If CSI, SS2, or SS3
6438 is found, return CODING_CATEGORY_MASK_ISO_8_ELSE. 6438 is found, return CODING_CATEGORY_MASK_ISO_8_ELSE.
6439 (Fdetect_coding_region): Doc-string modified. 6439 (Fdetect_coding_region): Doc-string modified.
6440 6440
6441 1997-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 6441 1997-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6489 move back 1 space when we terminate just after continuing the line. 6489 move back 1 space when we terminate just after continuing the line.
6490 6490
6491 1997-07-31 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> 6491 1997-07-31 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
6492 6492
6493 * coding.c (encode_coding_iso2022): When source data ends not at 6493 * coding.c (encode_coding_iso2022): When source data ends not at
6494 character boundardy, set data in coding->carryover correctly, and 6494 character boundary, set data in coding->carryover correctly, and
6495 set SRC to SRC_END. 6495 set SRC to SRC_END.
6496 (encode_coding_sjis_big5): Likewise. 6496 (encode_coding_sjis_big5): Likewise.
6497 (encode_coding): Don't set coding->carryover_size to 0. 6497 (encode_coding): Don't set coding->carryover_size to 0.
6498 6498
6499 * fileio.c (Fwrite_region): Don't try to flush out a data twice. 6499 * fileio.c (Fwrite_region): Don't try to flush out a data twice.
7004 * cm.h (ospeed): Declare as short unless HAVE_TERMIOS_H and LINUX. 7004 * cm.h (ospeed): Declare as short unless HAVE_TERMIOS_H and LINUX.
7005 * sysdep.c (ospeed): Likewise. 7005 * sysdep.c (ospeed): Likewise.
7006 7006
7007 * window.c: Include blockinput.h. 7007 * window.c: Include blockinput.h.
7008 (Fset_window_configuration): Block input around frobbing the frame. 7008 (Fset_window_configuration): Block input around frobbing the frame.
7009 Preseve point in the current buffer if we do not switch 7009 Preserve point in the current buffer if we do not switch
7010 to a different one. 7010 to a different one.
7011 7011
7012 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 7012 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7013 7013
7014 * xdisp.c (redisplay_internal): Fix previous change. 7014 * xdisp.c (redisplay_internal): Fix previous change.
7365 1997-06-21 Kenichi Handa <handa@etl.go.jp> 7365 1997-06-21 Kenichi Handa <handa@etl.go.jp>
7366 7366
7367 * fontset.h (font_idx_temp): Extern it. 7367 * fontset.h (font_idx_temp): Extern it.
7368 (FS_LOAD_FONT): New macro. 7368 (FS_LOAD_FONT): New macro.
7369 7369
7370 * fontset.c (font_idx_temp): New temprary variable used in 7370 * fontset.c (font_idx_temp): New temporary variable used in
7371 FS_LOAD_FONT. 7371 FS_LOAD_FONT.
7372 7372
7373 * xfaces.c (Fset_face_attribute_internal): Use FS_LOAD_FONT 7373 * xfaces.c (Fset_face_attribute_internal): Use FS_LOAD_FONT
7374 instead of calling fs_load_font directly. 7374 instead of calling fs_load_font directly.
7375 7375
7522 7522
7523 * xselect.c (selection_data_to_lisp_data): Change coding system 7523 * xselect.c (selection_data_to_lisp_data): Change coding system
7524 name to iso-latin-1. 7524 name to iso-latin-1.
7525 (lisp_data_to_selection_data): Likewise. 7525 (lisp_data_to_selection_data): Likewise.
7526 7526
7527 * xterm.c (dumpglyph): Shift baseline for such a font that is 7527 * xterm.c (dumpglyphs): Shift baseline for such a font that is
7528 shorter but ascent or descent exceed the line height. 7528 shorter but ascent or descent exceed the line height.
7529 For a larger font, draw a small hook at right-bottom edge instead 7529 For a larger font, draw a small hook at right-bottom edge instead
7530 of a rectangle. 7530 of a rectangle.
7531 7531
7532 1997-06-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 7532 1997-06-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7633 7633
7634 1997-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 7634 1997-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7635 7635
7636 * xterm.c (process_expose_from_menu, XTread_socket): 7636 * xterm.c (process_expose_from_menu, XTread_socket):
7637 Set has_been_visible field. 7637 Set has_been_visible field.
7638 (x_make_frame_visible): Don't do XMoveWindow unles has_been_visible. 7638 (x_make_frame_visible): Don't do XMoveWindow unless has_been_visible.
7639 7639
7640 * xterm.h (struct x_output): New field has_been_visible. 7640 * xterm.h (struct x_output): New field has_been_visible.
7641 7641
7642 * lread.c (intern): Don't make a pure string here, 7642 * lread.c (intern): Don't make a pure string here,
7643 since Fintern does that. 7643 since Fintern does that.
7916 Lisp_Object. 7916 Lisp_Object.
7917 7917
7918 * fontset.c (fontset_pattern_regexp): Cast to (char *) before 7918 * fontset.c (fontset_pattern_regexp): Cast to (char *) before
7919 assigning to P0. 7919 assigning to P0.
7920 7920
7921 * ccl.c (struct ccl_prog_stack): Declear the member ccl_prog as 7921 * ccl.c (struct ccl_prog_stack): Declare the member ccl_prog as
7922 Lisp_Object *. 7922 Lisp_Object *.
7923 7923
7924 * editfns.c: Declare Fuser_full_name as Lisp_Object in advance to 7924 * editfns.c: Declare Fuser_full_name as Lisp_Object in advance to
7925 avoid compiler error. 7925 avoid compiler error.
7926 7926
8105 alternate-fontname-alist. Declare Lisp variable 8105 alternate-fontname-alist. Declare Lisp variable
8106 fontset-alias-alist. Doc-string of highlight-wrong-size-font 8106 fontset-alias-alist. Doc-string of highlight-wrong-size-font
8107 and clip-large-size-font modified. 8107 and clip-large-size-font modified.
8108 8108
8109 * xfns.c (Fx_create_frame): Delete code for handling the X 8109 * xfns.c (Fx_create_frame): Delete code for handling the X
8110 resouce "Fontset". 8110 resource "Fontset".
8111 8111
8112 * xselect.c (selection_data_to_lisp_data): If TYPE is `STRING' 8112 * xselect.c (selection_data_to_lisp_data): If TYPE is `STRING'
8113 and DATA contains 8-bit codes, decode them as Latin-1 characters. 8113 and DATA contains 8-bit codes, decode them as Latin-1 characters.
8114 (lisp_data_to_selection_data): Supply 4th arg TABLE as Qnil to 8114 (lisp_data_to_selection_data): Supply 4th arg TABLE as Qnil to
8115 find_charset_in_str. 8115 find_charset_in_str.
8367 (gl_state): New global variable. 8367 (gl_state): New global variable.
8368 (update_syntax_table): New function. 8368 (update_syntax_table): New function.
8369 (char_quoted): Move earlier, update gl_state when needed. 8369 (char_quoted): Move earlier, update gl_state when needed.
8370 (find_defun_start): Update gl_state when needed. 8370 (find_defun_start): Update gl_state when needed.
8371 (back_comment): New function. 8371 (back_comment): New function.
8372 (Scomment_fence, Sstring_fence): New delimeter char classes 8372 (Scomment_fence, Sstring_fence): New delimiter char classes
8373 denoted by `!' and `|'. 8373 denoted by `!' and `|'.
8374 (Fchar_syntax, Fmatching_paren): Update gl_state to whole-buffer state. 8374 (Fchar_syntax, Fmatching_paren): Update gl_state to whole-buffer state.
8375 (scan_words): Update gl_state when needed. 8375 (scan_words): Update gl_state when needed.
8376 (Fskip_chars_forward): Move from search.c. 8376 (Fskip_chars_forward): Move from search.c.
8377 (Fskip_chars_backward): Move from search.c. 8377 (Fskip_chars_backward): Move from search.c.