+2000-03-29 Dave Love <fx@gnu.org>
+
+ * international/iso-cvt.el: Move provide to end. Doc fixes.
+ (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
+ (iso-iso2sgml, iso-sgml2iso): New functions.
+ (iso-cvt-define-menu): Fix some entries and use backquote for
+ clarity.
+
+ * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
+
2000-03-28 Gerd Moellmann <gerd@gnu.org>
* emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
(gtex "German TeX (encoding)"
nil
iso-gtex2iso iso-iso2gtex t nil)
- (html "HTML (encoding)"
+ (html "HTML/SGML \"ISO 8879:1986//ENTITIES Added Latin 1//EN\" (encoding)"
nil
- "recode -f html:latin1" "recode -f latin1:html" t nil)
+ iso-sgml2iso iso-iso2sgml t nil)
(rot13 "rot13"
nil
"tr a-mn-z n-za-m" "tr a-mn-z n-za-m" t nil)