1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

372 Commits

Author SHA1 Message Date
Juri Linkov
1e0020ec79 ("ipa"): Set `forget-last-selection' to nil.
("ipa-x-sampa"): Set `forget-last-selection' to nil.
Set `deterministic' to nil.
("ipa"): Bind "g" to U+0261, and "tsh" to a list of "U+02A7",
"U+0074 U+0283", "U+0074 U+2040 U+0283".
("ipa-kirshenbaum", ipa-x-sampa"): Bind "g" to U+0261, and "tS"
to a list of "U+02A7", "U+0074 U+0283", "U+0074 U+2040 U+0283".
Fix comments.
2009-08-31 18:11:43 +00:00
Juri Linkov
ab96f28bbb ("ipa-kirshenbaum"): Rename from "kirshenbaum-ipa".
("ipa-x-sampa"): Rename from "x-sampa-ipa".
(ipa-x-sampa-implosive-submap): Rename from
x-sampa-implosive-submap.
(ipa-x-sampa-prepend-to-keymap-entry): Rename from
x-sampa-prepend-to-keymap-entry.
(ipa-x-sampa-underscore-implosive): Rename from
x-sampa-underscore-implosive.
(ipa-x-sampa-implosive-submap): Move before first use.
2009-08-31 00:28:11 +00:00
Juri Linkov
08166ed65f ("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 23:31:26 +00:00
Juri Linkov
1f272ae8cd Recode the file as UTF-8, for better interoperability with other applications. 2009-08-30 23:12:09 +00:00
Stefan Monnier
a0c07f4e0f (\circ): Use the ring operator' rather than white circle'. 2009-08-29 19:44:39 +00:00
Glenn Morris
5ac1f9e050 (top-level): Don't require cl at run-time. 2009-08-25 03:24:42 +00:00
Eli Zaretskii
76580a68c2 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-08-21 14:55:56 +00:00
Kenichi Handa
8000b1d55b (hangul-to-hanja-conversion): When it is called
while korean input method is off, convert the following character.
2009-06-23 02:11:35 +00:00
Kenichi Handa
d5e9630f60 (hangul-im-keymap): Add binding of key Hangul_Hanja. 2009-06-18 01:00:28 +00:00
Miles Bader
75aaefe8c1 Add arch tagline 2009-03-04 06:02:06 +00:00
Juanma Barranquero
9b2c84d645 Add .gitignore rules for in-place builds. 2009-03-03 15:47:54 +00:00
Glenn Morris
eb2ffb185a Comments (minor fixes of some header conventions). 2009-01-10 21:50:40 +00:00
Glenn Morris
76c02cbbcc Add 2009 to copyright years. 2009-01-08 04:02:10 +00:00
Glenn Morris
4ad9c1c987 Add missing copyright header. 2009-01-08 04:00:28 +00:00
Juanma Barranquero
ad8f55acb4 * quail/hangul.el (hangul-im-keymap, hangul-insert-character)
(hangul-djamo, hangul2-input-method-moum, hangul3-input-method-cho)
  (hangul3-input-method-jung, hangul3-input-method-jong):
  Fix typos in docstrings.
2008-11-11 08:53:14 +00:00
Juanma Barranquero
53a8f9dba0 * quail/hangul.el (hangul-djamo): Fix typo in docstring. 2008-11-11 08:39:09 +00:00
Chong Yidong
d73b58b55d Handle backslash key (bug#839). 2008-11-07 19:51:26 +00:00
Kenichi Handa
09c91affa8 (inscript-mlm-keytable): New variable.
(malayalam-inscript): Use inscript-mlm-keytable.
2008-10-20 07:39:43 +00:00
Magnus Henoch
b13f8bd52d * quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G with upturn. 2008-09-11 20:24:16 +00:00
David Reitter
c441e59c8b ("german-postfix"): do not translate ue to \"u after a, e or q,
because that would be extremely uncommon compared to aue, eue or que.
The only exception is the prefix "ge", after which, according to
corpus statistics, a \"u can be expected.
2008-09-02 01:59:19 +00:00
Kenichi Handa
92135d2593 (hangul3-input-method-jong): Fix array indexing bug. 2008-08-10 23:58:30 +00:00
Juri Linkov
f4949090d4 ("cyrillic-translit"): Add two rules "//'" and
"//`" for combining accents as a separate character.  Keep two
rules "i`" and "I`" for characters where accent is not a separate
character.  Revert changes that added postfix combining accents.
2008-07-19 23:59:29 +00:00
Juri Linkov
688085eacf ("cyrillic-translit"): Put combining accent rules into one group. 2008-07-12 21:41:07 +00:00
Juri Linkov
86ec8cc52a ("cyrillic-translit"): Fix rules with
combining acute accent.  Add rules ("e\\" ?� ("E\\" ?�ange conflicting rules ("u'" ? ) to ("u~" ? ), and ("U'" ? )
to ("U~" ? ).  Doc fix.
2008-07-12 20:40:34 +00:00
Juri Linkov
f445f31a41 Replace non-printable control characters with equivalent text-only notations. 2008-07-12 20:40:15 +00:00
Teodor Zlatanov
5704dad148 Add more rules to cyrillic-translit, make
everything postfix.  Adjust to eliminate conflicts.
2008-07-10 20:35:31 +00:00
Teodor Zlatanov
e423f944ae Add more rules to cyrillic-translit, make
everything postfix, and move ' '' and ` mappings to x.
2008-07-10 19:03:27 +00:00
Juanma Barranquero
88702c81a0 * quail/hangul3.el: Remove (unneeded since 2008-06-03). 2008-06-30 12:46:18 +00:00
Glenn Morris
04bf5b655a American English spelling fix. 2008-06-27 02:14:52 +00:00
Teodor Zlatanov
ee128870d8 Add quotation marks, paragraph symbol, angled
brackets, number symbol, and accented aeio to cyrillic-translit.
2008-06-13 17:50:37 +00:00
Kenichi Handa
3436ab424b Docstrings improved. 2008-06-07 12:43:11 +00:00
Kenichi Handa
ebba3e08ee Docstrings and comments improved. 2008-06-05 07:23:16 +00:00
Miles Bader
f474904ea7 Add arch tagline 2008-06-03 10:47:29 +00:00
Kenichi Handa
b3ccb19c40 Completely re-written. 2008-06-03 05:00:53 +00:00
Glenn Morris
3d54445884 Switch to recommended form of GPLv3 permissions notice.
Fix footer where needed.
2008-05-07 03:37:08 +00:00
Stefan Monnier
8be6f5ae7d Don't use single-char mapping from ~ to NBSP. 2008-03-26 02:40:58 +00:00
Kenichi Handa
630802d650 Don't require devan-util. 2008-02-21 08:19:05 +00:00
Glenn Morris
f3c8f8d138 Update copyright years and GPL version. 2008-02-02 04:13:38 +00:00
Miles Bader
d235ca2ff8 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
2008-01-30 07:57:28 +00:00
Miles Bader
1bad168e59 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
2008-01-22 23:53:46 +00:00
Kenichi Handa
69c43ff730 ("TeX"): Correct the mappings for \v{k} and \vk. 2008-01-19 04:36:40 +00:00
Miles Bader
430d2ee291 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
6d344054d1 Add 2008 to copyright years. 2008-01-07 08:15:16 +00:00
Miles Bader
a0c92ed92d Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
2007-12-29 02:39:17 +00:00
Miles Bader
b17f53abc2 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
2007-12-28 22:26:14 +00:00
Miles Bader
d29ee6b1a1 Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
2007-12-16 05:08:49 +00:00
Miles Bader
47854a5568 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-956
2007-12-16 04:31:49 +00:00
Richard M. Stallman
1ebeeed058 Many doc fixes.
("danish-alt-postfix")
("esperanto-alt-postfix", "finnish-alt-postfix")
("german-alt-postfix", "icelandic-alt-postfix")
("norwegian-alt-postfix", "scandinavian-alt-postfix")
("spanish-alt-postfix", "swedish-alt-postfix"):
Deleted; they were identical to the non-alt versions.
2007-12-15 22:31:18 +00:00
Richard M. Stallman
8696223d6b ("scandinavian-postfix"): Doc fix. 2007-12-15 22:29:42 +00:00