# HG changeset patch # User Paul Eggert # Date 940632671 0 # Node ID 7d8f9a678c698743c5262d93f78d52eb0715dfbb # Parent 5e01b5aa5e4aeb165299ff13aec7f2387a053125 * international/mule-cmds.c (locale-language-names): Use Latin-1 (not Latin-3) for Afrikaans, Galician. Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). Use Latin-8 for Welsh. Use Latin-1 for English if "en" is explicitly specified. Use Latin-1 for Scots Gaelic, Tagalog. Use Latin-1 (not Latin-4) for Greenlandic. Use Latin-1 (not Latin-2) for Albanian. (locale-preferred-coding-systems, locale-language-names): Remove generic ISO 8859 locales; locale-charset-language-names now does this. (locale-charset-language-names): New variable. (set-locale-environment): Use language name specified by locale-charset-language-names if its charsets disagree with the language name specified by locale-language-names. diff -r 5e01b5aa5e4a -r 7d8f9a678c69 lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 22 17:04:35 1999 +0000 +++ b/lisp/ChangeLog Fri Oct 22 22:51:11 1999 +0000 @@ -1,3 +1,22 @@ +1999-10-22 Paul Eggert + + * international/mule-cmds.c (locale-language-names): + Use Latin-1 (not Latin-3) for Afrikaans, Galician. + Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, + Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). + Use Latin-8 for Welsh. + Use Latin-1 for English if "en" is explicitly specified. + Use Latin-1 for Scots Gaelic, Tagalog. + Use Latin-1 (not Latin-4) for Greenlandic. + Use Latin-1 (not Latin-2) for Albanian. + (locale-preferred-coding-systems, locale-language-names): + Remove generic ISO 8859 locales; locale-charset-language-names now + does this. + (locale-charset-language-names): New variable. + (set-locale-environment): Use language name specified by + locale-charset-language-names if its charsets disagree with the + language name specified by locale-language-names. + 1999-10-22 Dave Love * make-mode.el: Minor doc fixes.