diff options
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 |