diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/leim/quail/ipa.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88cff6fe014..b082670dc54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-04-06 Eli Zaretskii <eliz@gnu.org> + + * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for + "<F>". (Bug#17199) + 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca> * mpc.el (mpc--status-timer-run): Disable timer if not displayed. diff --git a/lisp/leim/quail/ipa.el b/lisp/leim/quail/ipa.el index 322f34ad33e..e0e1c9f0c56 100644 --- a/lisp/leim/quail/ipa.el +++ b/lisp/leim/quail/ipa.el @@ -475,7 +475,7 @@ displays them, incorrectly, as separate from the modified glyphs.") ("_d" "̪") ;; Dental U+032A ("_e" "̴") ;; Velarized or pharyngeal U+0334 - ("<F>" "↙") ;; Global fall; SOUTH EAST ARROW; may be a bit smaller than + ("<F>" "↘") ;; Global fall; SOUTH EAST ARROW; may be a bit smaller than ;; intended. ("_F" "̂") ;; Falling tone U+0302 ("_G" "ˠ") ;; Velarized U+02E0 |