# HG changeset patch # User Eli Zaretskii # Date 1003743939 0 # Node ID e139b00b4f06e855ea362f7c5cf293c553aff61f # Parent 744190a4880c6d848fb8d46cc8e6d94910b7092f *** empty log message *** diff -r 744190a4880c -r e139b00b4f06 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 22 09:44:08 2001 +0000 +++ b/lisp/ChangeLog Mon Oct 22 09:45:39 2001 +0000 @@ -1,5 +1,13 @@ 2001-10-22 Eli Zaretskii + * textmodes/sgml-mode.el (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. + * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the doc string the effect of `left' and `top' parameters in tooltip-frame-parameters, the default values, and the units.