diff options
| author | Juri Linkov | 2009-08-30 23:31:26 +0000 |
|---|---|---|
| committer | Juri Linkov | 2009-08-30 23:31:26 +0000 |
| commit | 08166ed65fa9660e6f6365520d0ef5ac71a1645e (patch) | |
| tree | 5b0f3790468f9254b23f44f3caf9390d429c09b9 /leim/ChangeLog | |
| parent | 1f272ae8cdad33b381d0ecd34f4e52681033621c (diff) | |
| download | emacs-08166ed65fa9660e6f6365520d0ef5ac71a1645e.tar.gz emacs-08166ed65fa9660e6f6365520d0ef5ac71a1645e.zip | |
("kirshenbaum-ipa", "x-sampa-ipa"):
Two new input methods, both following widely-used Usenet
conventions for mapping ASCII to the IPA. Kirshenbaum is common in
sci.lang and alt.usage.english, X-SAMPA in various (mostly
European) non-English language fora. X-SAMPA is slightly more
complex to support in Quail that Kirshenbaum, whence the two extra
function and one extra submap to support it.
(x-sampa-prepend-to-keymap-entry): New function.
(x-sampa-underscore-implosive): New function.
(x-sampa-implosive-submap): New Quail submap.
Diffstat (limited to 'leim/ChangeLog')
| -rw-r--r-- | leim/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 05c47434326..5451ce3371d 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2009-08-30 Aidan Kehoe <kehoea@parhasard.net> | 1 | 2009-08-30 Aidan Kehoe <kehoea@parhasard.net> |
| 2 | 2 | ||
| 3 | * quail/ipa.el ("kirshenbaum-ipa", "x-sampa-ipa"): | ||
| 4 | Two new input methods, both following widely-used Usenet | ||
| 5 | conventions for mapping ASCII to the IPA. Kirshenbaum is common in | ||
| 6 | sci.lang and alt.usage.english, X-SAMPA in various (mostly | ||
| 7 | European) non-English language fora. X-SAMPA is slightly more | ||
| 8 | complex to support in Quail that Kirshenbaum, whence the two extra | ||
| 9 | function and one extra submap to support it. | ||
| 10 | (x-sampa-prepend-to-keymap-entry): New function. | ||
| 11 | (x-sampa-underscore-implosive): New function. | ||
| 12 | (x-sampa-implosive-submap): New Quail submap. | ||
| 13 | |||
| 14 | 2009-08-30 Aidan Kehoe <kehoea@parhasard.net> | ||
| 15 | |||
| 3 | * quail/ipa.el: Recode the file as UTF-8, for better | 16 | * quail/ipa.el: Recode the file as UTF-8, for better |
| 4 | interoperability with other applications. | 17 | interoperability with other applications. |
| 5 | 18 | ||