X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/734dabe0eceb575fcb94d1bb32152a1ab37e880f..48bcb95a906dbbc27a1cd4db3cbde111346cbd87:/leim/ChangeLog diff --git a/leim/ChangeLog b/leim/ChangeLog index fb81d395a3..59da6bac54 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,24 @@ +2009-08-21 Thamer Mahmoud (tiny change) + + * quail/arabic.el: Add missing keys that exist on the Arabic X + keyboard. Don't insert Lam-alef ligatures from the Arabic + Presentation Forms ranges; instead, separate Lam-Alef ligatures + into a list of two letters (Lam and a suitable Alef). + +2009-06-23 Kenichi Handa + + * quail/hangul.el (hangul-to-hanja-conversion): When it is called + while korean input method is off, convert the following character. + +2009-06-21 Chong Yidong + + * Branch for 23.1. + +2009-06-18 Kenichi Handa + + * quail/hangul.el (hangul-im-keymap): Add binding of key + Hangul_Hanja. + 2009-05-04 Simon Leinen (tiny change) * Makefile.in (install): Avoid using $$(..) construct, for Solaris