aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fa1279a226b..6584744b4bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12001-10-22 Eli Zaretskii <eliz@is.elta.co.il> 12001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4 127 to sgml-maybe-name-self.
5 (sgml-name-8bit-mode): Doc fix.
6 (sgml-char-names-table): New variable.
7 (sgml-name-char): Support non-ASCII and mule-unicode-*
8 characters. Doc fix.
9 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
10
3 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the 11 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4 doc string the effect of `left' and `top' parameters in 12 doc string the effect of `left' and `top' parameters in
5 tooltip-frame-parameters, the default values, and the units. 13 tooltip-frame-parameters, the default values, and the units.