Mercurial > emacs
changeset 88809:0d0f856a4c77
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 27 Jun 2002 22:07:39 +0000 |
parents | 8219830269aa |
children | c949437b3a53 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 23 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jun 27 21:59:18 2002 +0000 +++ b/lisp/ChangeLog Thu Jun 27 22:07:39 2002 +0000 @@ -1,13 +1,34 @@ 2002-06-27 Dave Love <fx@gnu.org> + * composite.el (compose-string): Doc fix. + + * language/georgian.el ("Georgian"): Delete code-pages feature, + add nonascii-translation. + + * language/european.el ("German", "French", "Spanish"): Add + latin-9 as alternative coding system. + ("Slovenian", "Polish"): Add windows-1250 as alternative coding + system. + ("Dutch"): Add latin-9 as alternative coding system. Add input + method. + ("Turkish"): Add windows-1254 and latin-3 as alternative coding + systems. + ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding + system. + + * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char, + encode-coding-char. + (side-effect-and-error-free-fns): Add charsetp, max-char, + primary-charset. + * simple.el: Don't require cl when compiling. * Makefile.in (DONTCOMPILE): Fix duplicates. * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo. - * international/mule.el (load-with-code-conversion): Fix - coding-system-type test. + * international/mule.el: Doc fixes. + (load-with-code-conversion): Fix coding-system-type test. * international/mule-cmds.el (sort-coding-systems): Comment out iso-2022 case.