aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2010-01-08 13:41:42 +0000
committerAlan Mackenzie2010-01-08 13:41:42 +0000
commit9c34521302b71eee8415a3e341870e2297b8381a (patch)
treeeede463e3a78372c82945f94142290fa90d80e3c /src/ChangeLog
parent9bbe0828a0871985dfc8e1ba82020280efdaeb36 (diff)
downloademacs-9c34521302b71eee8415a3e341870e2297b8381a.tar.gz
emacs-9c34521302b71eee8415a3e341870e2297b8381a.zip
Fix spurious before-change-functions invocation from (insert ?\n).
textprop.c (set_text_properties): rename parameter `signal_after_change_p' to `coherent_change_p', and make the invocation of `modify_region' conditional on it. ------------- This line and the following will be ignored -------------- modified: src/ChangeLog src/textprop.c unknown: Makefile config.log config.status doc/emacs/Makefile doc/lispintro/Makefile doc/lispref/Makefile doc/misc/Makefile etc/DOC-23.1.91.1 leim/Makefile leim/changed.misc leim/changed.tit lib-src/Makefile lib-src/Makefile.c lib-src/b2m lib-src/ctags lib-src/digest-doc lib-src/ebrowse lib-src/emacsclient lib-src/etags lib-src/fakemail lib-src/hexl lib-src/make-docfile lib-src/movemail lib-src/profile lib-src/sorted-doc lib-src/test-distrib lib-src/update-game-score lisp/Makefile lwlib/Makefile oldXMenu/Makefile src/Makefile src/Makefile.c src/bootstrap-emacs src/deps/ src/emacs src/emacs-23.1.91.1 src/prefix-args src/stamp-oldxmenu src/temacs
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73000341f68..2da31448bed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12010-01-08 Alan Mackenzie <acm@muc.de>
2
3 Fix spurious before-change-functions invocation from (insert ?\n).
4 * textprop.c (set_text_properties): rename parameter
5 `signal_after_change_p' to `coherent_change_p', and make the
6 invocation of `modify_region' conditional on it.
7
12010-01-01 Chong Yidong <cyd@stupidchicken.com> 82010-01-01 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * lread.c (syms_of_lread): Make it clearer that these are the 10 * lread.c (syms_of_lread): Make it clearer that these are the