summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2009-08-30 23:31:26 +0000
committerJuri Linkov <juri@jurta.org>2009-08-30 23:31:26 +0000
commitc3b5912aed3006864bc0a7a31a41e7f149579fb9 (patch)
tree36d6e78fa7ebf7175c65c60c7016c12747e1829d /leim
parentf55a89550f638a9f283c88d164be9c2daef6d5e9 (diff)
downloademacs-c3b5912aed3006864bc0a7a31a41e7f149579fb9.tar.gz
*** empty log message ***
Diffstat (limited to 'leim')
-rw-r--r--leim/ChangeLog13
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 @@
2009-08-30 Aidan Kehoe <kehoea@parhasard.net>
+ * quail/ipa.el ("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.
+
+2009-08-30 Aidan Kehoe <kehoea@parhasard.net>
+
* quail/ipa.el: Recode the file as UTF-8, for better
interoperability with other applications.