# HG changeset patch # User Alan Mackenzie # Date 1263940044 0 # Node ID 6881eb43ae953a6d65a268b84788632f096b40f7 # Parent 497e3aa2f6142c5b0e2ba5e9d7ca85ec3e208165 Redate and reposition log entry. diff -r 497e3aa2f614 -r 6881eb43ae95 src/ChangeLog --- a/src/ChangeLog Tue Jan 19 22:10:19 2010 +0000 +++ b/src/ChangeLog Tue Jan 19 22:27:24 2010 +0000 @@ -1,3 +1,10 @@ +2010-01-19 Alan Mackenzie + + 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. + 2010-01-19 Jan Djärv * xsettings.c (apply_xft_settings): Save settings in Vxft_settings @@ -182,13 +189,6 @@ * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must also be true before we can return early (bug #5339). -2010-01-08 Alan Mackenzie - - 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. - 2010-01-06 David Reitter * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.