diff options
| author | Stefan Kangas | 2020-10-02 17:56:41 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-03 12:53:51 +0200 |
| commit | ceae38b9338ea07b18b2d2efa07bcf304d40c23d (patch) | |
| tree | 3aca6458654c798933cad21f07a823f33e310cdb /src/ChangeLog.11 | |
| parent | d22fe0ec3a321ea222ad2f25c52c7eddea4375df (diff) | |
| download | emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.tar.gz emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.zip | |
; Fix trivial typos in ChangeLogs
Diffstat (limited to 'src/ChangeLog.11')
| -rw-r--r-- | src/ChangeLog.11 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 2942d35561a..1086d1183a2 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -947,7 +947,7 @@ | |||
| 947 | (c_string_pos, number_of_chars, message_dolog): | 947 | (c_string_pos, number_of_chars, message_dolog): |
| 948 | (message_log_check_duplicate, set_message_1, store_mode_line_noprop): | 948 | (message_log_check_duplicate, set_message_1, store_mode_line_noprop): |
| 949 | (display_mode_element, display_string): | 949 | (display_mode_element, display_string): |
| 950 | Switch between char * and unsigned char * to stay compatible wth | 950 | Switch between char * and unsigned char * to stay compatible with |
| 951 | C89 pointer rules. | 951 | C89 pointer rules. |
| 952 | 952 | ||
| 953 | * regex.c: Conform to C89 pointer rules. | 953 | * regex.c: Conform to C89 pointer rules. |
| @@ -9492,7 +9492,7 @@ | |||
| 9492 | * coding.c (decode_coding_ccl): Fix previous change for the | 9492 | * coding.c (decode_coding_ccl): Fix previous change for the |
| 9493 | multibyte case. | 9493 | multibyte case. |
| 9494 | (encode_coding_ccl): Don't setup ccl program here. Fix for the | 9494 | (encode_coding_ccl): Don't setup ccl program here. Fix for the |
| 9495 | case that the output buffer is fullfilled. | 9495 | case that the output buffer is fulfilled. |
| 9496 | (encode_coding): Setup ccl program here. | 9496 | (encode_coding): Setup ccl program here. |
| 9497 | 9497 | ||
| 9498 | 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> | 9498 | 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> |
| @@ -9772,10 +9772,10 @@ | |||
| 9772 | 2010-02-17 Kenichi Handa <handa@m17n.org> | 9772 | 2010-02-17 Kenichi Handa <handa@m17n.org> |
| 9773 | 9773 | ||
| 9774 | * coding.c (decode_coding_ccl): Don't setup ccl program here. | 9774 | * coding.c (decode_coding_ccl): Don't setup ccl program here. |
| 9775 | Fix for the case that the output buffer is fullfilled. | 9775 | Fix for the case that the output buffer is fulfilled. |
| 9776 | (decode_coding): Setup ccl program here. Keep looping when the | 9776 | (decode_coding): Setup ccl program here. Keep looping when the |
| 9777 | decoder stopped because the output buffer is | 9777 | decoder stopped because the output buffer is |
| 9778 | fullfilled (bug#5534). | 9778 | fulfilled (bug#5534). |
| 9779 | 9779 | ||
| 9780 | * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN. | 9780 | * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN. |
| 9781 | 9781 | ||
| @@ -23923,7 +23923,7 @@ | |||
| 23923 | 23923 | ||
| 23924 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 23924 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 23925 | 23925 | ||
| 23926 | * alloc.c (NSTATICS): Increas to 0x600. | 23926 | * alloc.c (NSTATICS): Increase to 0x600. |
| 23927 | 23927 | ||
| 23928 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 23928 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 23929 | 23929 | ||
| @@ -25309,12 +25309,12 @@ | |||
| 25309 | 25309 | ||
| 25310 | * coding.c (enum iso_code_class_type): Delete ISO_carriage_return. | 25310 | * coding.c (enum iso_code_class_type): Delete ISO_carriage_return. |
| 25311 | (CODING_GET_INFO): Delete argument eol_type. Change callers. | 25311 | (CODING_GET_INFO): Delete argument eol_type. Change callers. |
| 25312 | (decode_coding_utf_8): Don't do eol converion. | 25312 | (decode_coding_utf_8): Don't do eol conversion. |
| 25313 | (detect_coding_utf_16): Check coding->src_chars, not | 25313 | (detect_coding_utf_16): Check coding->src_chars, not |
| 25314 | coding->src_bytes. Add heuristics for those that have no signature. | 25314 | coding->src_bytes. Add heuristics for those that have no signature. |
| 25315 | (decode_coding_emacs_mule, decode_coding_iso_2022) | 25315 | (decode_coding_emacs_mule, decode_coding_iso_2022) |
| 25316 | (decode_coding_sjis, decode_coding_big5, decode_coding_charset): | 25316 | (decode_coding_sjis, decode_coding_big5, decode_coding_charset): |
| 25317 | Don't do eol converion. | 25317 | Don't do eol conversion. |
| 25318 | (adjust_coding_eol_type): Return a new coding system. | 25318 | (adjust_coding_eol_type): Return a new coding system. |
| 25319 | (detect_coding): Don't detect eol. Fix for utf-16 detection. | 25319 | (detect_coding): Don't detect eol. Fix for utf-16 detection. |
| 25320 | (decode_eol): In case of CRLF->LF conversion, use del_range_2 on | 25320 | (decode_eol): In case of CRLF->LF conversion, use del_range_2 on |
| @@ -25952,7 +25952,7 @@ | |||
| 25952 | (font_list): The argument REGISTRY is now a list of registry names. | 25952 | (font_list): The argument REGISTRY is now a list of registry names. |
| 25953 | (choose_face_font): If we are choosing an ASCII font, and ATTRS | 25953 | (choose_face_font): If we are choosing an ASCII font, and ATTRS |
| 25954 | specifies an explicit font name, return the name as is. Make a | 25954 | specifies an explicit font name, return the name as is. Make a |
| 25955 | list of registy names. | 25955 | list of registry names. |
| 25956 | 25956 | ||
| 25957 | * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change | 25957 | * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change |
| 25958 | of x_new_fontset. | 25958 | of x_new_fontset. |
| @@ -26647,7 +26647,7 @@ | |||
| 26647 | (fontset_set): Delete. | 26647 | (fontset_set): Delete. |
| 26648 | (fontset_face): New arg FACE. Return face ID, not face. | 26648 | (fontset_face): New arg FACE. Return face ID, not face. |
| 26649 | Complete re-write to handle new fontset structure. Change caller. | 26649 | Complete re-write to handle new fontset structure. Change caller. |
| 26650 | (free_face_fontset): Use ASET istead of AREF (X) = Y. | 26650 | (free_face_fontset): Use ASET instead of AREF (X) = Y. |
| 26651 | (face_for_char): Don't call lookup_face. | 26651 | (face_for_char): Don't call lookup_face. |
| 26652 | (make_fontset_for_ascii_face): New arg FACE. | 26652 | (make_fontset_for_ascii_face): New arg FACE. |
| 26653 | (fs_load_font): New arg CHARSET_ID. Don't check | 26653 | (fs_load_font): New arg CHARSET_ID. Don't check |
| @@ -31141,7 +31141,7 @@ | |||
| 31141 | * term.c (term_mouse_highlight): Remove unused variables. | 31141 | * term.c (term_mouse_highlight): Remove unused variables. |
| 31142 | (Fterm_open_connection): Set gpm_zerobased to 1. | 31142 | (Fterm_open_connection): Set gpm_zerobased to 1. |
| 31143 | (term_mouse_movement, term_mouse_click, handle_one_term_event): | 31143 | (term_mouse_movement, term_mouse_click, handle_one_term_event): |
| 31144 | Use zero based co-ordinates. | 31144 | Use zero based coordinates. |
| 31145 | (handle_one_term_event): Report a drag as mouse movement too. | 31145 | (handle_one_term_event): Report a drag as mouse movement too. |
| 31146 | 31146 | ||
| 31147 | * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM. | 31147 | * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM. |