Mercurial > emacs
changeset 46502:f66dad8d9f49
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 17 Jul 2002 18:48:11 +0000 |
parents | 347694b9f9ff |
children | 5d3a20be7989 |
files | leim/ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 46 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/ChangeLog Wed Jul 17 18:42:03 2002 +0000 +++ b/leim/ChangeLog Wed Jul 17 18:48:11 2002 +0000 @@ -1,3 +1,14 @@ +2002-07-12 Dave Love <fx@gnu.org> + + * quail/cyrillic.el: Doc fixes. + ("cyrillic-beylorussian"): Commented-out. + ("cyrillic-translit-bulgarian"): Deleted. + ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings. + ("ukrainian-computer", "belarusian", "bulgarian-bds") + ("russian-computer"): New. + ("bulgarian-phonetic"): Renamed from bulgarian-pho. Add ,A'(B, ,Lp(B, ,LN(B. + ("russian-typewriter"): Renamed from cyrillic-jcuken. + 2002-06-20 Dave Love <fx@gnu.org> * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
--- a/lisp/ChangeLog Wed Jul 17 18:42:03 2002 +0000 +++ b/lisp/ChangeLog Wed Jul 17 18:48:11 2002 +0000 @@ -1,8 +1,34 @@ 2002-07-17 Dave Love <fx@gnu.org> - * international/utf-8.el (utf-8-subst-table) - (utf-8-subst-rev-table, utf-8-translation-table-for-decode) - (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs) + * international/mule-cmds.el (locale-language-names): Fix be, add + sr_YU@cyrillic, modify tg. + (locale-charset-language-names): Put @euro last. + + * language/cyrillic.el (cyrillic-koi8-r-decode-table) + (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode. + (cyrillic-koi8-r-decode-table): Make unbound after use. + (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion + factor. Use utf-8-translation-table-for-decode. + (ccl-encode-koi8, ccl-encode-koi8): Don't check r0. + (cyrillic-unify-encoding): New function. + (cyrillic-koi8): Modify safe-chars, valid-codes. Remove + charset-origin-alist. + (Cp878, cp866): New alias. + (ccl-encode-8859-5-font): New. + (font-ccl-encoder-alist): Add ccl-encode-8859-5-font. + (ccl-encode-koi8-font, ccl-encode-alternativnyj-font): Remove + redundant parens. + ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority. + (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u) + (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): + New. + (cyrillic-alternativnyj): Modify safe-chars, add mime-charset. + ("Cyrillic-ALT"): Change input method. + ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New. + + * international/utf-8.el (utf-8-subst-table) + (utf-8-subst-rev-table, utf-8-translation-table-for-decode) + (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs) (utf-8-ccl-regs, utf-8-translate-cjk): New. (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table. (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
--- a/src/ChangeLog Wed Jul 17 18:42:03 2002 +0000 +++ b/src/ChangeLog Wed Jul 17 18:48:11 2002 +0000 @@ -1,3 +1,9 @@ +2002-07-17 Dave Love <fx@gnu.org> + + * ccl.c: Remove `emacs' conditionals. + (ccl_backtrace_table): Fix size spec. + (ccl_driver): Fix type errors. + 2002-07-16 Ken Raeburn <raeburn@gnu.org> * alloc.c (xstrdup, make_string, make_unibyte_string)