aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-12 10:05:27 +0000
committerGerd Moellmann2001-10-12 10:05:27 +0000
commit3365175e97efd1e1811364d44c306b6d2e5344ad (patch)
tree48d4717823b988e04bfe5b3667211cd20d2ae5d7
parent78a9a4c5b4b97811639f1e5e928ed6d4d23d37c7 (diff)
downloademacs-3365175e97efd1e1811364d44c306b6d2e5344ad.tar.gz
emacs-3365175e97efd1e1811364d44c306b6d2e5344ad.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/ChangeLog6
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 @@
62001-10-12 Miles Bader <miles@gnu.org> 62001-10-12 Miles Bader <miles@gnu.org>
7 7
8 * help-mode.el (help-customize-face): New button-type. 8 * help-mode.el (help-customize-face): New button-type.
9
9 * faces.el (list-faces-display): Fix args to `help-xref-button'. 10 * faces.el (list-faces-display): Fix args to `help-xref-button'.
10 (describe-face): Fix args to `help-xref-button'. 11 (describe-face): Fix args to `help-xref-button'.
11 Don't switch to help-buffer around call to `help-setup-xref'. 12 Don't switch to help-buffer around call to `help-setup-xref'.
@@ -78,6 +79,7 @@
78 79
79 * diff.el (diff): Display default values in prompts as 80 * diff.el (diff): Display default values in prompts as
80 `(default ...)', not `(...)'. 81 `(default ...)', not `(...)'.
82
81 * info.el (Info-follow-reference): Likewise. 83 * info.el (Info-follow-reference): Likewise.
82 84
832001-10-10 Stefan Monnier <monnier@cs.yale.edu> 852001-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 @@
12001-10-12 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (notice_overwritten_cursor): Renamed from
4 note_overwritten_text_cursor. Rewritten to take glyph widths into
5 account.
6
12001-10-12 Eli Zaretskii <eliz@is.elta.co.il> 72001-10-12 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * lread.c (syms_of_lread) <load-suffixes>: Fix last change: 9 * lread.c (syms_of_lread) <load-suffixes>: Fix last change: