]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 4 Dec 2000 13:33:03 +0000 (13:33 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 4 Dec 2000 13:33:03 +0000 (13:33 +0000)
lisp/ChangeLog
src/ChangeLog

index df5e3fd96bf5ba524bd8c718e2e0ce6f48b72635..533d66a735a819fe9549a0bd84fbc251f00513e0 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * format.el (format-decode): Don't change buffer's undo list.
+
 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
 
        * faces.el (face-font-registry-alternatives): Add entries for CJK
index 01d201b4d2aca0ba8107c017dbaebbbfe812df0b..16f14167313b3167652c91b923bd22b4da8f1af7 100644 (file)
@@ -1,9 +1,21 @@
 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
 
+       * fileio.c (Finsert_file_contents): When VISIT is t, don't
+       record undo information for format-decode.
+
+       * undo.c (Fprimitive_undo): Bind inhibit-read-only to t if
+       current buffer is read-only, not if it isn't.
+
        * keyboard.c (record_char): Record `help-echo' input events
        in recent_keys only if they display some help.  Don't record
        `help-echo' events as macro char.
 
+2000-12-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * editfns.c (save_excursion_restore): Don't move point
+       in another window if it is showing the wrong buffer.
+       Avoid the call to Fwindow_live_p, for speed.
+
 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
 
        * xfaces.c (struct font_name): New member registry_priority.