aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.7
diff options
context:
space:
mode:
authorJuanma Barranquero2008-09-24 01:16:16 +0000
committerJuanma Barranquero2008-09-24 01:16:16 +0000
commit10d1d0af5f6421603cd841e0c1c5805e2b2fb67d (patch)
tree436363ca801b4cdde313689c044e37c02c25b681 /src/ChangeLog.7
parentd6a3febd83a52db53f665b0987075af590c720a5 (diff)
downloademacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.tar.gz
emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.zip
Fix typos.
Diffstat (limited to 'src/ChangeLog.7')
-rw-r--r--src/ChangeLog.742
1 files changed, 21 insertions, 21 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index f02d38459e4..8f58f3c078c 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -22,7 +22,7 @@
22 22
231998-08-18 Kenichi Handa <handa@etl.go.jp> 231998-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.
@@ -312,7 +312,7 @@
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.
@@ -372,7 +372,7 @@
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
@@ -485,7 +485,7 @@
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
@@ -723,7 +723,7 @@
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
7291998-06-19 Richard Stallman <rms@gnu.org> 7291998-06-19 Richard Stallman <rms@gnu.org>
@@ -1240,7 +1240,7 @@
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
@@ -3724,7 +3724,7 @@
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.
@@ -3824,7 +3824,7 @@
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.
@@ -4949,7 +4949,7 @@
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.
@@ -5288,7 +5288,7 @@
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.
@@ -5753,7 +5753,7 @@
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.
@@ -6007,7 +6007,7 @@
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.
@@ -6433,7 +6433,7 @@
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.
@@ -6491,7 +6491,7 @@
64911997-07-31 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> 64911997-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.
@@ -7006,7 +7006,7 @@
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
70121997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 70121997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
@@ -7367,7 +7367,7 @@
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
@@ -7524,7 +7524,7 @@
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.
@@ -7635,7 +7635,7 @@
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
@@ -7918,7 +7918,7 @@
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
@@ -8107,7 +8107,7 @@
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.
@@ -8369,7 +8369,7 @@
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.