# HG changeset patch # User Gerd Moellmann # Date 975936783 0 # Node ID 61c508390aa67c1c196cb67a2801eaeb9764b173 # Parent 019ee6a5a637d28614e21a0f3c48107a9e3d2dd6 *** empty log message *** diff -r 019ee6a5a637 -r 61c508390aa6 lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 04 13:32:26 2000 +0000 +++ b/lisp/ChangeLog Mon Dec 04 13:33:03 2000 +0000 @@ -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 -r 019ee6a5a637 -r 61c508390aa6 src/ChangeLog --- a/src/ChangeLog Mon Dec 04 13:32:26 2000 +0000 +++ b/src/ChangeLog Mon Dec 04 13:33:03 2000 +0000 @@ -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.