* textmodes/sgml-mode.el (sgml-char-names): Change "half" to
"frac12".
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user