diff options
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9912dcc595..815a1af9cf6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2003-01-05 Dave Love <fx@gnu.org> + + * language/european.el ("Latin-6", "Croatian"): New. + ("Latin-7"): Fix nonascii-translation. Add input method. + ("Lithuanian", "Latvian"): Add nonascii-translation. + ("German", "Spanish", "Dutch", "Welsh", "Swedish"): Fix + nonascii-translation. + + * language/georgian.el ("Georgian"): Fix nonascii-translation. + + * international/mule-cmds.el (set-locale-environment): Ignore + empty values of environment variables. + + * emacs-lisp/byte-opt.el (byte-optimize-nth) + (byte-optimize-nthcdr): Fix for case of wrong-length forms. + 2003-01-04 Nick Roberts <nick@nick.uklinux.net> * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el. @@ -28,6 +44,9 @@ 2003-01-03 Dave Love <fx@gnu.org> + * emacs-lisp/find-func.el (find-variable-noselect): Make it work + with new load-history format. + * international/mule-cmds.el (sort-coding-systems): Adjust priority of utf-16 and x-ctext. |