diff options
| author | Alan Mackenzie | 2010-01-19 13:16:01 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2010-01-19 13:16:01 +0000 |
| commit | eeff0f485929b225f9b302e5957a654f4a367305 (patch) | |
| tree | 70e1ae44122fd519098768f1e4982339492b4f2c /src/ChangeLog | |
| parent | 6a47c86a180882432ea34fcb0f7da8f4c27dd61e (diff) | |
| parent | f7247f5dfc26110d131b59158eb5dfa8de0d6f6e (diff) | |
| download | emacs-eeff0f485929b225f9b302e5957a654f4a367305.tar.gz emacs-eeff0f485929b225f9b302e5957a654f4a367305.zip | |
Suppress spurious second invocation of before-change-functions
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 190e35d923f..0f698e78e3c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -176,6 +176,13 @@ | |||
| 176 | * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must | 176 | * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must |
| 177 | also be true before we can return early (bug #5339). | 177 | also be true before we can return early (bug #5339). |
| 178 | 178 | ||
| 179 | 2010-01-08 Alan Mackenzie <acm@muc.de> | ||
| 180 | |||
| 181 | Fix spurious before-change-functions invocation from (insert ?\n). | ||
| 182 | * textprop.c (set_text_properties): rename parameter | ||
| 183 | `signal_after_change_p' to `coherent_change_p', and make the | ||
| 184 | invocation of `modify_region' conditional on it. | ||
| 185 | |||
| 179 | 2010-01-06 David Reitter <david.reitter@gmail.com> | 186 | 2010-01-06 David Reitter <david.reitter@gmail.com> |
| 180 | 187 | ||
| 181 | * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS. | 188 | * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS. |