diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
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 @@ | |||
| 1 | 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-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. |