diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7ed097976a1..e875bc8a40d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-01-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix crash with insert-file-contents and misdecoded text (Bug#16286). | ||
| 4 | * fileio.c (Finsert_file_contents): Set CODING_MODE_LAST_BLOCK | ||
| 5 | before invoking decode_coding_gap, since there's just one block. | ||
| 6 | |||
| 1 | 2014-01-25 Martin Rudalics <rudalics@gmx.at> | 7 | 2014-01-25 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | Fix handling of face attributes in Fx_create_frame (Bug#16529). | 9 | Fix handling of face attributes in Fx_create_frame (Bug#16529). |