diff options
| author | Kenichi Handa | 2013-07-20 13:19:05 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2013-07-20 13:19:05 +0900 |
| commit | 99107004b1126160d8dc69df59af03dfb62d2f54 (patch) | |
| tree | 92c66e93973ff124fd91f31ede8d8461f67c6af2 /src/ChangeLog | |
| parent | eaaa8f3ea145176bd0168e5ed6e19044a1a9e014 (diff) | |
| download | emacs-99107004b1126160d8dc69df59af03dfb62d2f54.tar.gz emacs-99107004b1126160d8dc69df59af03dfb62d2f54.zip | |
* coding.c (CODING_ISO_FLAG_LEVEL_4): New macro.
(decode_coding_iso_2022): Check the single-shift area. (Bug#8522)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8a1c163998b..c3a9ee4c145 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-20 Kenichi Handa <handa@gnu.org> | ||
| 2 | |||
| 3 | * coding.c (CODING_ISO_FLAG_LEVEL_4): New macro. | ||
| 4 | (decode_coding_iso_2022): Check the single-shift area. (Bug#8522) | ||
| 5 | |||
| 1 | 2013-07-18 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-07-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * filelock.c: Fix unlikely file descriptor leaks. | 8 | * filelock.c: Fix unlikely file descriptor leaks. |