changeset 40177:e139b00b4f06

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Mon, 22 Oct 2001 09:45:39 +0000
parents 744190a4880c
children 1dab42ecd751
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <eliz@is.elta.co.il>
 
+	* 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.