]> git.eshelyaron.com Git - emacs.git/commitdiff
(format-alist): Use iso-cvt functions for SGML/HTML.
authorDave Love <fx@gnu.org>
Wed, 29 Mar 2000 18:37:25 +0000 (18:37 +0000)
committerDave Love <fx@gnu.org>
Wed, 29 Mar 2000 18:37:25 +0000 (18:37 +0000)
lisp/ChangeLog
lisp/format.el

index e43e55a6c1e7fb2fc599d813189a60049c991dd8..bcfa28d5611e4758b02c80c06c5088d1603a3be0 100644 (file)
@@ -1,3 +1,13 @@
+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
index 4a0ee582809aa6025a64294bed0e44d3196786df..fccbdb22cb3265cf04aad9d41bda2412120a0d19 100644 (file)
@@ -86,9 +86,9 @@
     (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)