diff options
| author | Dave Love | 2002-05-20 15:54:02 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-20 15:54:02 +0000 |
| commit | a37bcd8ffe4777cc6f6110f2d6f88d8c719c8ee1 (patch) | |
| tree | 773a241424622bafbadd78cac4df82812b603bc5 | |
| parent | 207215ac83a8d32ee12b122bec91c6467e840882 (diff) | |
| download | emacs-a37bcd8ffe4777cc6f6110f2d6f88d8c719c8ee1.tar.gz emacs-a37bcd8ffe4777cc6f6110f2d6f88d8c719c8ee1.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 23 |
2 files changed, 28 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 311b00f0ad3..5c96d939557 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-05-20 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * charsets/symbol.map, charsets/stdenc.map: | ||
| 4 | * charsets/hp-roman8.map: New file. | ||
| 5 | |||
| 1 | 2002-05-19 Dave Love <fx@gnu.org> | 6 | 2002-05-19 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * charsets/cp437.map, charsets/cp737.map, charsets/cp775.map: | 8 | * charsets/cp437.map, charsets/cp737.map, charsets/cp775.map: |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13620cfc2b4..c0027c651d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2002-05-20 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * cus-start.el: Add charset-map-directory. | ||
| 4 | |||
| 5 | * international/fontset.el (font-encoding-alist): Add | ||
| 6 | adobe-symbol. | ||
| 7 | |||
| 8 | * format.el (format-alist): Remove ibm, mac, hp entries (available | ||
| 9 | natively). | ||
| 10 | |||
| 11 | * language/romanian.el (iso-latin-10): Add :mime-charset. | ||
| 12 | ("Romanian"): Add doc. | ||
| 13 | |||
| 14 | * international/mule-conf.el (iso-8859-10, symbol) | ||
| 15 | (adobe-standard-encoding, ibm850): New charsets. | ||
| 16 | (iso-8859-13): Fix IR number, final char. | ||
| 17 | (file-coding-system-alist): Add .xml. | ||
| 18 | |||
| 19 | * language/european.el (iso-latin-6, iso-8859-10, latin-6) | ||
| 20 | (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8) | ||
| 21 | (adobe-standard-encoding, cp850, ibm850): New coding systems. | ||
| 22 | ("Latin-6", "Latin-7"): New language environments. | ||
| 23 | |||
| 1 | 2002-05-19 Dave Love <fx@gnu.org> | 24 | 2002-05-19 Dave Love <fx@gnu.org> |
| 2 | 25 | ||
| 3 | * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8, | 26 | * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8, |