emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99379: Redate and reposition log ent


From: Alan Mackenzie
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99379: Redate and reposition log entry.
Date: Tue, 19 Jan 2010 22:27:24 +0000
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99379
committer: Alan Mackenzie <address@hidden>
branch nick: trunk
timestamp: Tue 2010-01-19 22:27:24 +0000
message:
  Redate and reposition log entry.
modified:
  src/ChangeLog
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-01-19 14:54:57 +0000
+++ b/src/ChangeLog     2010-01-19 22:27:24 +0000
@@ -1,3 +1,10 @@
+2010-01-19  Alan Mackenzie  <address@hidden>
+
+       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  <address@hidden>
 
        * 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  <address@hidden>
-
-       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  <address@hidden>
 
        * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]