emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Tue, 07 Aug 2007 12:23:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       07/08/07 12:23:20

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5775
retrieving revision 1.5776
diff -u -b -r1.5775 -r1.5776
--- ChangeLog   7 Aug 2007 08:56:08 -0000       1.5775
+++ ChangeLog   7 Aug 2007 12:23:20 -0000       1.5776
@@ -1,3 +1,14 @@
+2007-08-07  Martin Rudalics  <address@hidden>
+
+       * fileio.c (Finsert_file_contents): Run format-decode and
+       after_insert_file_functions on entire buffer when REPLACE is
+       non-nil and inhibit modification_hooks and point_motion_hooks.
+       For consistency, run after_insert_file_functions iff something
+       got inserted.  Move signal_after_change and update_compositions
+       after code running after_insert_file_functions.  Make sure that
+       undo_list doesn't record intermediate steps of the decoding
+       process.
+
 2007-08-07  YAMAMOTO Mitsuharu  <address@hidden>
 
        * emacs.c (main)




reply via email to

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