aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/textmodes/sgml-mode.el2
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 44576321e67..1bd71aec55f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
11999-10-30 Gerd Moellmann <gerd@gnu.org> 11999-10-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4 "frac12".
5
3 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for 6 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4 ad-activate. 7 ad-activate.
5 8
@@ -28,8 +31,9 @@
28 to return the list of whitespaces for whom checks have been 31 to return the list of whitespaces for whom checks have been
29 suppressed. 32 suppressed.
30 33
31 * whitespace.el (whitespace-display-unchecked-whitespaces): 34 * whitespace.el (whitespace-display-unchecked-whitespaces):
32 Renamed to `whitespace-update-modeline' to reflect its functionality. 35 Renamed to `whitespace-update-modeline' to reflect its
36 functionality.
33 37
341999-09-30 Rajesh Vaidheeswarran <rv@dsmit.com> 381999-09-30 Rajesh Vaidheeswarran <rv@dsmit.com>
35 39
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index a28a18535ab..cecd4a3da47 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -174,7 +174,7 @@ This takes effect when first loading the sgml-mode library.")
174 "nbsp" "iexcl" "cent" "pound" "curren" "yen" "brvbar" "sect" 174 "nbsp" "iexcl" "cent" "pound" "curren" "yen" "brvbar" "sect"
175 "uml" "copy" "ordf" "laquo" "not" "shy" "reg" "macr" 175 "uml" "copy" "ordf" "laquo" "not" "shy" "reg" "macr"
176 "ring" "plusmn" "sup2" "sup3" "acute" "micro" "para" "middot" 176 "ring" "plusmn" "sup2" "sup3" "acute" "micro" "para" "middot"
177 "cedil" "sup1" "ordm" "raquo" "frac14" "half" "frac34" "iquest" 177 "cedil" "sup1" "ordm" "raquo" "frac14" "frac12" "frac34" "iquest"
178 "Agrave" "Aacute" "Acirc" "Atilde" "Auml" "Aring" "AElig" "Ccedil" 178 "Agrave" "Aacute" "Acirc" "Atilde" "Auml" "Aring" "AElig" "Ccedil"
179 "Egrave" "Eacute" "Ecirc" "Euml" "Igrave" "Iacute" "Icirc" "Iuml" 179 "Egrave" "Eacute" "Ecirc" "Euml" "Igrave" "Iacute" "Icirc" "Iuml"
180 "ETH" "Ntilde" "Ograve" "Oacute" "Ocirc" "Otilde" "Ouml" nil 180 "ETH" "Ntilde" "Ograve" "Oacute" "Ocirc" "Otilde" "Ouml" nil