summaryrefslogtreecommitdiff
path: root/lisp/leim/quail/misc-lang.el
Commit message (Collapse)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2022-11-111-1/+1
|
* Add support for the Coptic script (bug#58330)समीर सिंह Sameer Singh2022-10-081-0/+117
| | | | | | | | | | | * lisp/language/misc-lang.el ("Coptic"): New language environment. Add sample text and input method. * lisp/international/fontset.el (script-representative-chars) (setup-default-fontset): Support coptic. * lisp/leim/quail/misc-lang.el ("coptic"): New input method. * etc/HELLO: Add a Coptic greeting. * etc/NEWS: Announce the new language environment.
* ; Fix last change.Eli Zaretskii2022-10-021-1/+2
| | | | | * lisp/leim/quail/misc-lang.el ("gothic"): * lisp/language/misc-lang.el ("Gothic"): Doc fixes. (Bug#58194)
* Add support for the Gothic script (bug#58194)समीर सिंह Sameer Singh2022-10-021-0/+33
| | | | | | | | | | | * lisp/language/misc-lang.el ("Gothic"): New language environment. Add sample text and input method. * lisp/international/fontset.el (script-representative-chars) (setup-default-fontset): Support gothic. * lisp/leim/quail/misc-lang.el ("gothic"): New input method. * etc/HELLO: Add Gothic greetings. * etc/NEWS: Announce the new language environment.
* Add support for the Mende Kikakui script (bug#58151)समीर सिंह Sameer Singh2022-09-291-0/+247
| | | | | | | | | | | | * lisp/language/misc-lang.el ("Mende Kikakui"): New language environment. Add sample text and input method. * lisp/international/fontset.el (script-representative-chars) (setup-default-fontset): Support Mende Kikakui, Indic Siyaq Numbers, Ottoman Siyaq Numbers. * lisp/leim/quail/misc-lang.el ("mende-kikakui"): New input method. * etc/HELLO: Add Mende Kikakui greeting. * etc/NEWS: Announce the new language environment.
* Add support for the Adlam script (bug#58111)समीर सिंह Sameer Singh2022-09-281-0/+97
| | | | | | | | | | | * lisp/language/misc-lang.el ("Adlam"): New language environment. Add composition rules for Adlam. Add sample text and input method. * lisp/international/fontset.el (script-representative-chars): Support Adlam. * lisp/leim/quail/misc-lang.el ("adlam"): New input method. * etc/HELLO: Add Adlam greeting. * etc/NEWS: Announce the new language environment.
* ; Fix typos in Kharoshthi script supportEli Zaretskii2022-06-091-1/+1
| | | | | | * etc/HELLO: * lisp/leim/quail/misc-lang.el ("kharoshthi"): * lisp/language/misc-lang.el ("Kharoshthi"): Fix typos.
* Add support for the Kharoshthi scriptStefan Baums2022-06-091-0/+1083
| | | | | | | | | | * etc/NEWS: Announce the new language environment and script. * etc/HELLO: Add Kharoshthi greeting. * lisp/leim/quail/misc-lang.el ("kharoshthi"): New input method. * lisp/language/misc-lang.el ("Kharoshthi"): New language environment. Set up composition rules for Kharoshthi. (Bug#55539)
* Add support for the Hanifi Rohingya script (bug#55745)समीर सिंह Sameer Singh2022-06-011-0/+101
* lisp/language/misc-lang.el ("Hanifi Rohingya"): New language environment. Add composition rules for Hanifi Rohingya. Add sample text and input method. * lisp/international/fontset.el (script-representative-chars) (setup-default-fontset): Support Hanifi Rohingya. * lisp/leim/quail/misc-lang.el ("hanifi-rohingya"): New input method. * etc/HELLO: Add a Hanifi Rohingya greeting. * etc/NEWS: Announce the new language environment.