aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 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
1792010-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
1792010-01-06 David Reitter <david.reitter@gmail.com> 1862010-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.