diff options
| author | Dave Love | 2002-06-27 22:07:39 +0000 |
|---|---|---|
| committer | Dave Love | 2002-06-27 22:07:39 +0000 |
| commit | 54e12af749a90073d6d9a96fe6cc399f3251dfd3 (patch) | |
| tree | 63131e7a5e7028aaf3978f3dfc2c44bb8291ba75 | |
| parent | c1750694757fff20852b8ab51b87a5bd356de980 (diff) | |
| download | emacs-54e12af749a90073d6d9a96fe6cc399f3251dfd3.tar.gz emacs-54e12af749a90073d6d9a96fe6cc399f3251dfd3.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2df00721668..0d9f18f12f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,13 +1,34 @@ | |||
| 1 | 2002-06-27 Dave Love <fx@gnu.org> | 1 | 2002-06-27 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * composite.el (compose-string): Doc fix. | ||
| 4 | |||
| 5 | * language/georgian.el ("Georgian"): Delete code-pages feature, | ||
| 6 | add nonascii-translation. | ||
| 7 | |||
| 8 | * language/european.el ("German", "French", "Spanish"): Add | ||
| 9 | latin-9 as alternative coding system. | ||
| 10 | ("Slovenian", "Polish"): Add windows-1250 as alternative coding | ||
| 11 | system. | ||
| 12 | ("Dutch"): Add latin-9 as alternative coding system. Add input | ||
| 13 | method. | ||
| 14 | ("Turkish"): Add windows-1254 and latin-3 as alternative coding | ||
| 15 | systems. | ||
| 16 | ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding | ||
| 17 | system. | ||
| 18 | |||
| 19 | * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char, | ||
| 20 | encode-coding-char. | ||
| 21 | (side-effect-and-error-free-fns): Add charsetp, max-char, | ||
| 22 | primary-charset. | ||
| 23 | |||
| 3 | * simple.el: Don't require cl when compiling. | 24 | * simple.el: Don't require cl when compiling. |
| 4 | 25 | ||
| 5 | * Makefile.in (DONTCOMPILE): Fix duplicates. | 26 | * Makefile.in (DONTCOMPILE): Fix duplicates. |
| 6 | 27 | ||
| 7 | * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo. | 28 | * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo. |
| 8 | 29 | ||
| 9 | * international/mule.el (load-with-code-conversion): Fix | 30 | * international/mule.el: Doc fixes. |
| 10 | coding-system-type test. | 31 | (load-with-code-conversion): Fix coding-system-type test. |
| 11 | 32 | ||
| 12 | * international/mule-cmds.el (sort-coding-systems): Comment out | 33 | * international/mule-cmds.el (sort-coding-systems): Comment out |
| 13 | iso-2022 case. | 34 | iso-2022 case. |