no message
[bpt/emacs.git] / src / ChangeLog
index b7ecf6b..0946148 100644 (file)
@@ -1,3 +1,10 @@
+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.