diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6fed746a2d8..34201247b2a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2000-11-07 Gerd Moellmann + * macros.el (insert-kbd-macro): Print semi-colons as `?\;'. + * dired.el (dired-between-files): Add `^. find' as an alternative to the regular expression, for find-dired. diff --git a/src/ChangeLog b/src/ChangeLog index bbc015195e7..94c3aab639f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2000-11-07 Gerd Moellmann + * window.c (Fset_window_configuration): Don't try to preserve + point in the current buffer, if that buffer is displayed in more + than one window. + * xfaces.c (lookup_named_face): If default face isn't realized, try to realize it. Return -1 if not successful. (Fx_list_fonts): Handle case that face cannot be determined.