# HG changeset patch # User Dave Love # Date 1008438506 0 # Node ID b88662003c0103deecbc311a3a80cf008d19dc78 # Parent 95bb550ed1fff904747133f45335daff76dce612 *** empty log message *** diff -r 95bb550ed1ff -r b88662003c01 lisp/ChangeLog --- a/lisp/ChangeLog Sat Dec 15 17:44:50 2001 +0000 +++ b/lisp/ChangeLog Sat Dec 15 17:48:26 2001 +0000 @@ -1,3 +1,36 @@ +2001-12-15 Dave Love + + * language/georgian.el: New file. + + * international/mule-cmds.el (locale-language-names): Add various + entries. Remove utf-8 special case. + (locale-charset-language-names, locale-preferred-coding-systems): + Add utf-8 case. + (set-language-environment): Process required-features earlier. + + * international/quail.el (quail-keyboard-layout-alist): Add + pc105-uk. + (quail-keyboard-layout-type): Fix :type. + (quail-choose-completion-string): Simplify. + (quail-update-leim-list-file): Don't get fooled by commented-out + code. + (quail-input-string-to-events): Run events through + translation-table-for-input. + + * international/mule-conf.el (translation-table-for-input): New + variable. + (latin-iso8859-14): Amend description. + (file-coding-system-alist): Add entry for utf-8. + + * language/utf-8-lang.el: New file. + + * international/code-pages.el: New file. + + * language/hebrew.el ("Windows-1255"): New language. + + * language/european.el ("Welsh", "Latin-7", "Lithuanian") + ("Latvian"): New languages. + 2001-12-14 Pavel Jan,Bm(Bk * select.el (xselect-convert-to-class, xselect-convert-to-name): @@ -76,8 +109,6 @@ * international/characters.el (Unicode): Comment out the specifications for kelvin and angstrom signs. -2001-12-12 Dave Love - * international/mule.el (make-translation-table-from-vector): Allow null elements in VEC.