]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/sgml-mode.el (sgml-char-names): Change "half" to
authorGerd Moellmann <gerd@gnu.org>
Sat, 30 Oct 1999 21:06:34 +0000 (21:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 30 Oct 1999 21:06:34 +0000 (21:06 +0000)
"frac12".

lisp/ChangeLog
lisp/textmodes/sgml-mode.el

index 44576321e67fac5e2bdab664d7e6f46aa9ecd3e7..1bd71aec55f6cfc16d18bf88b499d702ae6e4030 100644 (file)
@@ -1,5 +1,8 @@
 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
 
+       * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
+       "frac12".
+
        * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
        ad-activate.
 
@@ -28,8 +31,9 @@
        to return the list of whitespaces for whom checks have been
        suppressed.
 
-       * whitespace.el (whitespace-display-unchecked-whitespaces):
-       Renamed to `whitespace-update-modeline' to reflect its functionality.
+       * whitespace.el (whitespace-display-unchecked-whitespaces):
+       Renamed to `whitespace-update-modeline' to reflect its
+       functionality.
 
 1999-09-30  Rajesh Vaidheeswarran <rv@dsmit.com>
 
index a28a18535ab416a709c9d2be61b08c3aff1033df..cecd4a3da47bb53f50adda60f23118593c74a6f9 100644 (file)
@@ -174,7 +174,7 @@ This takes effect when first loading the sgml-mode library.")
    "nbsp" "iexcl" "cent" "pound" "curren" "yen" "brvbar" "sect"
    "uml" "copy" "ordf" "laquo" "not" "shy" "reg" "macr"
    "ring" "plusmn" "sup2" "sup3" "acute" "micro" "para" "middot"
-   "cedil" "sup1" "ordm" "raquo" "frac14" "half" "frac34" "iquest"
+   "cedil" "sup1" "ordm" "raquo" "frac14" "frac12" "frac34" "iquest"
    "Agrave" "Aacute" "Acirc" "Atilde" "Auml" "Aring" "AElig" "Ccedil"
    "Egrave" "Eacute" "Ecirc" "Euml" "Igrave" "Iacute" "Icirc" "Iuml"
    "ETH" "Ntilde" "Ograve" "Oacute" "Ocirc" "Otilde" "Ouml" nil