From 54e12af749a90073d6d9a96fe6cc399f3251dfd3 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 27 Jun 2002 22:07:39 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 25 +++++++++++++++++++++++-- 1 file 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 @@ 2002-06-27 Dave Love + * 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. -- 2.39.5