diff options
Diffstat (limited to 'src/ChangeLog.9')
| -rw-r--r-- | src/ChangeLog.9 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index f25434087c1..d6d772c5f95 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -3479,7 +3479,7 @@ | |||
| 3479 | a workaround for SunOS 4's cc. | 3479 | a workaround for SunOS 4's cc. |
| 3480 | (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...". | 3480 | (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...". |
| 3481 | (CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise. | 3481 | (CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise. |
| 3482 | (ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessay "do" | 3482 | (ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessary "do" |
| 3483 | statement. | 3483 | statement. |
| 3484 | 3484 | ||
| 3485 | 2001-01-23 Gerd Moellmann <gerd@gnu.org> | 3485 | 2001-01-23 Gerd Moellmann <gerd@gnu.org> |
| @@ -4617,7 +4617,7 @@ | |||
| 4617 | * lisp.h (detect_coding_system): Prototype adjusted. | 4617 | * lisp.h (detect_coding_system): Prototype adjusted. |
| 4618 | 4618 | ||
| 4619 | * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro. | 4619 | * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro. |
| 4620 | (detect_coding_emacs_mule, detect_coding_iso2022,) | 4620 | (detect_coding_emacs_mule, detect_coding_iso2022) |
| 4621 | (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) | 4621 | (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) |
| 4622 | (detect_coding_utf_16, detect_coding_ccl): Make them static. | 4622 | (detect_coding_utf_16, detect_coding_ccl): Make them static. |
| 4623 | New argument MULTIBYTEP. Callers changed. | 4623 | New argument MULTIBYTEP. Callers changed. |
| @@ -5150,7 +5150,7 @@ | |||
| 5150 | 2000-11-27 Jason Rumney <jasonr@gnu.org> | 5150 | 2000-11-27 Jason Rumney <jasonr@gnu.org> |
| 5151 | 5151 | ||
| 5152 | * w32fns.c (w32_load_system_font): Always mark font as double byte | 5152 | * w32fns.c (w32_load_system_font): Always mark font as double byte |
| 5153 | if codepage is unicode. | 5153 | if codepage is Unicode. |
| 5154 | 5154 | ||
| 5155 | 2000-11-27 Gerd Moellmann <gerd@gnu.org> | 5155 | 2000-11-27 Gerd Moellmann <gerd@gnu.org> |
| 5156 | 5156 | ||
| @@ -8409,7 +8409,7 @@ | |||
| 8409 | (encode_coding_iso2022): New local variable safe_chars. Check | 8409 | (encode_coding_iso2022): New local variable safe_chars. Check |
| 8410 | unsafe chars. | 8410 | unsafe chars. |
| 8411 | (setup_coding_system): Delete the code to initialize | 8411 | (setup_coding_system): Delete the code to initialize |
| 8412 | coding->safe_charses. | 8412 | coding->safe_charsets. |
| 8413 | (intersection, find_safe_codings): New functions. | 8413 | (intersection, find_safe_codings): New functions. |
| 8414 | (Ffind_coding_systems_region_internal): New function. | 8414 | (Ffind_coding_systems_region_internal): New function. |
| 8415 | (syms_of_coding): Defsubr it. Initialize Qsafe_chars, | 8415 | (syms_of_coding): Defsubr it. Initialize Qsafe_chars, |
| @@ -10460,7 +10460,7 @@ | |||
| 10460 | (Fkey_description): Likewise. | 10460 | (Fkey_description): Likewise. |
| 10461 | 10461 | ||
| 10462 | * lread.c (read1): On reading multibyte string, be sure to make | 10462 | * lread.c (read1): On reading multibyte string, be sure to make |
| 10463 | all 8-bit chararacters in valid multibyte form. | 10463 | all 8-bit characters in valid multibyte form. |
| 10464 | (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally. | 10464 | (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally. |
| 10465 | 10465 | ||
| 10466 | * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE | 10466 | * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE |
| @@ -13294,7 +13294,7 @@ See ChangeLog.8 for earlier changes. | |||
| 13294 | ;; coding: utf-8 | 13294 | ;; coding: utf-8 |
| 13295 | ;; End: | 13295 | ;; End: |
| 13296 | 13296 | ||
| 13297 | Copyright (C) 2001-2011 Free Software Foundation, Inc. | 13297 | Copyright (C) 2001-2012 Free Software Foundation, Inc. |
| 13298 | 13298 | ||
| 13299 | This file is part of GNU Emacs. | 13299 | This file is part of GNU Emacs. |
| 13300 | 13300 | ||