mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(format-alist): Use iso-cvt functions for SGML/HTML.
This commit is contained in:
parent
6f52a61e18
commit
f1d6fe6965
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user