comparison src/ChangeLog @ 106906:51a1add37c3f

Suppress spurious second invocation of before-change-functions
author Alan Mackenzie <acm@muc.de>
date Tue, 19 Jan 2010 13:16:01 +0000
parents e3970f7c14d4 1f446f261ed0
children 00e805a10065
comparison
equal deleted inserted replaced
106903:257da94c161b 106906:51a1add37c3f
173 173
174 2010-01-08 Jan Djärv <jan.h.d@swipnet.se> 174 2010-01-08 Jan Djärv <jan.h.d@swipnet.se>
175 175
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
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.
178 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.
182 (Fns_display_usable_bounds): Rewrite, computing bounds properly 189 (Fns_display_usable_bounds): Rewrite, computing bounds properly