diff options
| author | Kenichi Handa | 2011-12-05 16:02:09 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2011-12-05 16:02:09 +0900 |
| commit | a79703f53ccd12623371263d93baf0d1be928ec7 (patch) | |
| tree | 5c4d6573e4a400a6273ad2e5cb6640f124f76c8d /src | |
| parent | 5eb05ea3f926fcf31163e87d19a94a1674449196 (diff) | |
| download | emacs-a79703f53ccd12623371263d93baf0d1be928ec7.tar.gz emacs-a79703f53ccd12623371263d93baf0d1be928ec7.zip | |
src/ChangeLog: Fix previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8c4a0ff4572..760bf575da5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | * coding.c (encode_designation_at_bol): New args charbuf_end and | 3 | * coding.c (encode_designation_at_bol): New args charbuf_end and |
| 4 | dst. Return the number of produced bytes. Callers changed. | 4 | dst. Return the number of produced bytes. Callers changed. |
| 5 | (coding_set_source): Return how many bytes coding->source was | ||
| 6 | relocated. | ||
| 7 | (coding_set_destination): Return how many bytes | ||
| 8 | coding->destination was relocated. | ||
| 9 | (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET) | ||
| 10 | (CODING_CHAR_CHARSET_P): Adjusted for the avove changes. | ||
| 5 | 11 | ||
| 6 | 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) | 12 | 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) |
| 7 | 13 | ||
| @@ -13,17 +19,10 @@ | |||
| 13 | 19 | ||
| 14 | The following changes are to fix Bug#9318. | 20 | The following changes are to fix Bug#9318. |
| 15 | 21 | ||
| 16 | * coding.c (CODING_DECODE_CHAR): Adjusted for the new interface of | 22 | * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros. |
| 17 | coding_set_source. | ||
| 18 | (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros. | ||
| 19 | (coding_set_source): Return how many bytes coding->source was | ||
| 20 | relocated. | ||
| 21 | (coding_set_destination): Return how many bytes | ||
| 22 | coding->destination was relocated. | ||
| 23 | (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER) | 23 | (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER) |
| 24 | (encode_coding_iso_2022, encode_coding_sjis) | 24 | (encode_coding_iso_2022, encode_coding_sjis) |
| 25 | (encode_coding_big5, encode_coding_charset): Use macros | 25 | (encode_coding_big5, encode_coding_charset): Use the above macros. |
| 26 | CODING_ENCODE_CHAR, CODING_CHAR_CHARSET. | ||
| 27 | 26 | ||
| 28 | 2011-11-29 Jan Djärv <jan.h.d@swipnet.se> | 27 | 2011-11-29 Jan Djärv <jan.h.d@swipnet.se> |
| 29 | 28 | ||