diff options
| author | Alan Mackenzie | 2010-01-08 13:41:42 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2010-01-08 13:41:42 +0000 |
| commit | 9c34521302b71eee8415a3e341870e2297b8381a (patch) | |
| tree | eede463e3a78372c82945f94142290fa90d80e3c /src/ChangeLog | |
| parent | 9bbe0828a0871985dfc8e1ba82020280efdaeb36 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-01-01 Chong Yidong <cyd@stupidchicken.com> | 8 | 2010-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 |