diff options
| author | Gergely Risko | 2012-08-14 13:09:35 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-14 13:09:35 +0800 |
| commit | f48b82fd19703c5001c9cceb14b4d8372ce2b083 (patch) | |
| tree | 44290c75107ec15e6c4bfbef0be67246899e9158 /src/ChangeLog | |
| parent | fd318b54074f824376e7766cf127b6a4624f191a (diff) | |
| download | emacs-f48b82fd19703c5001c9cceb14b4d8372ce2b083.tar.gz emacs-f48b82fd19703c5001c9cceb14b4d8372ce2b083.zip | |
Fix for undo recording in decode_coding.
* coding.c (decode_coding): Record buffer modification before
disabling undo_list.
Fixes: debbugs:11773
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 9cd76d2fc5f..e622d95bff8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-08-14 Gergely Risko <gergely@risko.hu> | ||
| 2 | |||
| 3 | * coding.c (decode_coding): Record buffer modification before | ||
| 4 | disabling undo_list (Bug#11773). | ||
| 5 | |||
| 1 | 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-08-14 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | Revert and cleanup some recent overlay changes. | 8 | Revert and cleanup some recent overlay changes. |