X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9254ee5e1b6c8d0eadade680dc89bbcd32421ec5..d9df5bffac090389cdd163ba04feeb11f0e2d8b8:/leim/ChangeLog diff --git a/leim/ChangeLog b/leim/ChangeLog index 1db2b9dcb0..9ccaad4917 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,106 @@ +2005-07-08 Kenichi Handa + + * quail/japanese.el (quail-japanese-kanji-kkc): Fix order of + insertion and deletion. + +2005-07-04 Lute Kamstra + + Update FSF's address in GPL notices. + +2005-06-28 Kenichi Handa + + * leim-ext.el: Add rules for inserting full-width space for + quail/Punct and quail/Punct-b5. + +2005-06-04 Eli Zaretskii + + * makefile.w32-in (distclean): Fix a typo (colon was after + "clean"). + (extraclean): New target, emulates Makefile.in. + +2005-04-06 Kenichi Handa + + * quail/sgml-input.el ("sgml"): Enable quail-completion by typing + TAB. + +2005-03-26 Kenichi Handa + + * quail/latin-ltx.el ("TeX"): Enable quail-completion by typing + TAB. + +2005-03-18 Kenichi Handa + + * quail/thai.el (quail-thai-update-translation): Delete it. + (thai-generate-quail-map): Generate a simpler map. + ("thai-kesmanee"): Don't use quail-thai-update-translation. + (thai-generate-quail-map): Likewise. + +2005-03-15 Kenichi Handa + + * quail/thai.el (thai-generate-quail-map): Fix the kesmanee layout. + +2005-03-08 Kenichi Handa + + * quail/latin-pre.el ("latin-1-prefix"): Add rule "__"->"_". + ("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP. + +2004-12-04 Kenichi Handa + + * quail/lao.el (lao-key-alist): Declare it by defvar. + (lao-key-alist-vector): New variable. + (lao-consonant-key-alist, lao-semivowel-key-alist) + (lao-vowel-key-alist, lao-voweltone-key-alist) + (lao-tone-key-alist, lao-other-key-alist): Initialize them from + lao-key-alist-vector. + +2004-09-25 Kenichi Handa + + * quail/uni-input.el (ucs-input-method): Add error clause to + condition-case. + +2004-09-21 Kenichi Handa + + * quail/uni-input.el: Move the call of register-input-method to + leim-ext.el. + (ucs-input-insert-char): New function. + (ucs-input-method): Use ucs-input-insert-char. + (ucs-input-activate): Call quail-hide-guidance instead of + quail-hide-guidance-buf. + + * leim-ext.el: Add autoload for 'ucs-input-activate and + register-input-method for "ucs". + +2004-08-21 David Kastrup + + * quail/greek.el ("greek-babel"): Add accent/breathing/uppercase + combinations. + +2004-08-16 Kenichi Handa + + * quail/georgian.el ("georgian"): Call quail-define-package with + the show-layout arg t. + +2004-08-06 Andreas Schwab + + * Makefile.in (install): Remove .arch-inventory files. + +2004-07-01 David Kastrup + + * quail/greek.el ("((") ("))"): add quotation mark shorthands. + +2004-06-30 Andreas Schwab + + * Makefile.in (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to + serialize parallel builds. + (${MISC:.elc=.el}): Depend on changed.misc. + +2004-06-05 Kenichi Handa + + * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the + contents of leim-ext.el to leim-list.el. + + * leim-ext.el: New file. + 2004-05-17 Werner Lemberg * quail/sisheng.el: New file. @@ -78,7 +181,7 @@ (clean, mostlyclean): Don't delete *.elc distributed with tarball. (maintainer-clean): Delete files that are not in CVS repository. -2004-02-16 J,bi(Br,bt(Bme Marant (tiny change) +2004-02-16 J,Ai(Br,At(Bme Marant (tiny change) * Makefile.in (distclean maintainer-clean): Depend on clean. @@ -216,7 +319,7 @@ ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings. ("ukrainian-computer", "belarusian", "bulgarian-bds") ("russian-computer"): New. - ("bulgarian-phonetic"): Rename from bulgarian-pho. Add ,A'(B, $,1uV(B, ,LN(B. + ("bulgarian-phonetic"): Rename from bulgarian-pho. Add ,A'(B, $,1uV(B, $,1(N(B. ("russian-typewriter"): Rename from cyrillic-jcuken. 2002-06-20 Dave Love