diff options
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d8fcecdd21..a7a4f0565ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,7 @@ 2001-10-12 Miles Bader <miles@gnu.org> * help-mode.el (help-customize-face): New button-type. + * faces.el (list-faces-display): Fix args to `help-xref-button'. (describe-face): Fix args to `help-xref-button'. Don't switch to help-buffer around call to `help-setup-xref'. @@ -78,6 +79,7 @@ * diff.el (diff): Display default values in prompts as `(default ...)', not `(...)'. + * info.el (Info-follow-reference): Likewise. 2001-10-10 Stefan Monnier <monnier@cs.yale.edu> diff --git a/src/ChangeLog b/src/ChangeLog index aa2c4f82072..799d43bf4fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-10-12 Gerd Moellmann <gerd@gnu.org> + + * xterm.c (notice_overwritten_cursor): Renamed from + note_overwritten_text_cursor. Rewritten to take glyph widths into + account. + 2001-10-12 Eli Zaretskii <eliz@is.elta.co.il> * lread.c (syms_of_lread) <load-suffixes>: Fix last change: |