aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2001-10-22 09:45:39 +0000
committerEli Zaretskii2001-10-22 09:45:39 +0000
commit2840d65358dfe3488bcdacf08ca101ef41f85be5 (patch)
tree22f43ae190b84ce113ff2f0a18ee6b74d70eb11c /lisp/ChangeLog
parentaf0569548bc90f166de0499651cd82bf3fa67b52 (diff)
downloademacs-2840d65358dfe3488bcdacf08ca101ef41f85be5.tar.gz
emacs-2840d65358dfe3488bcdacf08ca101ef41f85be5.zip
(sgml-mode-map): Bind 8-bit codes above 127 to sgml-maybe-name-self.
(sgml-name-8bit-mode): Doc fix. (sgml-char-names-table): New variable. (sgml-name-char): Support non-ASCII and mule-unicode-* characters. Doc fix. (sgml-maybe-name-self): Convert unibyte characters to multibyte.
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.