Mercurial > emacs
changeset 106912:6881eb43ae95
Redate and reposition log entry.
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Tue, 19 Jan 2010 22:27:24 +0000 |
parents | 497e3aa2f614 |
children | eeda0c6e1f2f d6e8fa5622b7 d16c45d89283 046bafc276fe |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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 <acm@muc.de> + + 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 <jan.h.d@swipnet.se> * 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 <acm@muc.de> - - 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 <david.reitter@gmail.com> * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.