diff options
| author | Andreas Schwab | 2009-02-22 15:48:02 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2009-02-22 15:48:02 +0000 |
| commit | 1b3b981ba9f1781d3054f10e2fa9b1a330c68268 (patch) | |
| tree | 3728d47b1f005a45a8092e5f9e6904d618e9d071 /src/ChangeLog | |
| parent | b3b58c01900f2c028f00d4aa8d432cdc53f072be (diff) | |
| download | emacs-1b3b981ba9f1781d3054f10e2fa9b1a330c68268.tar.gz emacs-1b3b981ba9f1781d3054f10e2fa9b1a330c68268.zip | |
* coding.h (struct coding_system): Make safe_charsets a pointer to
unsigned char.
* coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
being 255.
(SAFE_CHARSET_P): Likewise.
(setup_iso_safe_charsets): Properly setup safe_charsets.
(Fdefine_coding_system_internal): Likewise.
(setup_coding_system): Likewise. Remove unneeded casts.
(detect_coding_iso_2022): Compare Viso_2022_charset_list with
CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
unneeded casts.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0e75c26a763..1f386d97797 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2009-02-22 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2009-02-22 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * coding.h (struct coding_system): Make safe_charsets a pointer to | ||
| 4 | unsigned char. | ||
| 5 | * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content | ||
| 6 | being 255. | ||
| 7 | (SAFE_CHARSET_P): Likewise. | ||
| 8 | (setup_iso_safe_charsets): Properly setup safe_charsets. | ||
| 9 | (Fdefine_coding_system_internal): Likewise. | ||
| 10 | (setup_coding_system): Likewise. Remove unneeded casts. | ||
| 11 | (detect_coding_iso_2022): Compare Viso_2022_charset_list with | ||
| 12 | CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove | ||
| 13 | unneeded casts. | ||
| 14 | |||
| 3 | * insdel.c (del_range_2): Don't modify gap contents when called | 15 | * insdel.c (del_range_2): Don't modify gap contents when called |
| 4 | from decode_coding_object. (Bug#1809) | 16 | from decode_coding_object. (Bug#1809) |
| 5 | 17 | ||