From: Gerd Moellmann Date: Mon, 4 Dec 2000 13:33:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.93~246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caa15ef70cb48e142dfc7f38376e48caf58776fa;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df5e3fd96bf..533d66a735a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-12-04 Gerd Moellmann + + * format.el (format-decode): Don't change buffer's undo list. + 2000-12-04 Kenichi Handa * faces.el (face-font-registry-alternatives): Add entries for CJK diff --git a/src/ChangeLog b/src/ChangeLog index 01d201b4d2a..16f14167313 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,21 @@ 2000-12-04 Gerd Moellmann + * 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 + + * 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 * xfaces.c (struct font_name): New member registry_priority.