aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Hansen2006-04-20 11:37:44 +0000
committerLars Hansen2006-04-20 11:37:44 +0000
commit570fab6c29b4b9e1cb6396d29c7070f29548fb52 (patch)
tree7797de8f37dab763d76aa477d4496730c89da4da /src/ChangeLog
parent9b17c9f5cdfc45a72ee1e0341520826d11560d84 (diff)
downloademacs-570fab6c29b4b9e1cb6396d29c7070f29548fb52.tar.gz
emacs-570fab6c29b4b9e1cb6396d29c7070f29548fb52.zip
(PRINTFINISH): Call signal_after_change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0fd1c364b5c..245fb87d485 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12006-04-20 Lars Hansen <larsh@soem.dk>
2
3 * textprop.c (Fremove_list_of_text_properties): Ensure
4 modify_region is called only when buffer is modified and that
5 signal_after_change is allways called in that case.
6
7 * print.c (PRINTFINISH): Call signal_after_change.
8
12006-04-20 Kim F. Storm <storm@cua.dk> 92006-04-20 Kim F. Storm <storm@cua.dk>
2 10
3 * xdisp.c (redisplay_window): Fix last change. 11 * xdisp.c (redisplay_window): Fix last change.