aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGergely Risko2012-08-14 13:09:35 +0800
committerChong Yidong2012-08-14 13:09:35 +0800
commitf48b82fd19703c5001c9cceb14b4d8372ce2b083 (patch)
tree44290c75107ec15e6c4bfbef0be67246899e9158 /src/ChangeLog
parentfd318b54074f824376e7766cf127b6a4624f191a (diff)
downloademacs-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/ChangeLog5
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 @@
12012-08-14 Gergely Risko <gergely@risko.hu>
2
3 * coding.c (decode_coding): Record buffer modification before
4 disabling undo_list (Bug#11773).
5
12012-08-14 Dmitry Antipov <dmantipov@yandex.ru> 62012-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.