Mercurial > emacs
changeset 70131:12bbeecf7714
*** empty log message ***
author | Lars Hansen <larsh@soem.dk> |
---|---|
date | Thu, 20 Apr 2006 11:37:44 +0000 |
parents | cf0047ea0573 |
children | f8b9335f0cad |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Apr 20 11:37:08 2006 +0000 +++ b/src/ChangeLog Thu Apr 20 11:37:44 2006 +0000 @@ -1,3 +1,11 @@ +2006-04-20 Lars Hansen <larsh@soem.dk> + + * textprop.c (Fremove_list_of_text_properties): Ensure + modify_region is called only when buffer is modified and that + signal_after_change is allways called in that case. + + * print.c (PRINTFINISH): Call signal_after_change. + 2006-04-20 Kim F. Storm <storm@cua.dk> * xdisp.c (redisplay_window): Fix last change.