From: Alan Mackenzie Date: Tue, 19 Jan 2010 22:27:24 +0000 (+0000) Subject: Redate and reposition log entry. X-Git-Tag: emacs-pretest-23.1.92~34^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fdede8fa561814c5535de26f1f505e29cb38b33;p=emacs.git Redate and reposition log entry. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3832808dc09..57a05ee26a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.