89483
|
1 2003-02-13 Dave Love <fx@gnu.org>
|
|
2
|
|
3 * quail/latin-post.el ("turkish-latin-3-postfix"): Make it
|
|
4 just an alias for turkish-postfix.
|
|
5
|
|
6 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Make it
|
|
7 just an alias for turkish-alt-postfix.
|
|
8
|
|
9 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
|
|
10
|
|
11 2002-11-07 Kenichi Handa <handa@m17n.org>
|
|
12
|
|
13 * quail/thai.el: Don't require thai-util.
|
|
14 (quail-thai-update-translation): Function deleted.
|
|
15 (thai-generate-quail-map): Changed to a macro that directly calls
|
|
16 quail-define-rules.
|
|
17 ("thai-kesmanee", "thai-pattachote"): Don't use
|
|
18 UPDATE-TRANSLATION-FUNCTION.
|
|
19
|
|
20 * quail/indian.el (quail-indian-preceding-char-position): Function
|
|
21 deleted.
|
|
22 (quail-indian-update-preceding-char): Variable deleted.
|
|
23 (quail-indian-update-translation): Function deleted.
|
|
24 (quail-define-indian-trans-package): Don't call
|
|
25 quail-define-package with quail-indian-update-translation.
|
|
26 (quail-define-inscript-package): Likewise.
|
|
27
|
|
28 2002-10-06 Dave Love <fx@gnu.org>
|
|
29
|
|
30 * quail/indian.el (quail-indian-preceding-char-position)
|
|
31 (quail-indian-update-translation, quail-define-inscript-package):
|
|
32 Use characterp, not char-valid-p.
|
|
33
|
|
34 2002-07-30 Dave Love <fx@gnu.org>
|
|
35
|
|
36 * quail/welsh.el ("welsh"): Doc fix.
|
|
37
|
|
38 * quail/cyrillic.el: Reinstate some commented-out redundancies.
|
|
39 ("russian-typewriter"): Renamed from cyrillic-typewriter. Make
|
|
40 cyrillic-jcuken effectively an alias for it.
|
|
41 ("russian-computer"): New.
|
|
42 ("bulgarian-phonetic"): Renamed from bulgarian-pho.
|
|
43 ("bulgarian-bds"): Renamed from bulgarian-standard.
|
|
44
|
|
45 2002-07-01 Dave Love <fx@gnu.org>
|
|
46
|
|
47 * quail/indian.el: Update from head.
|
|
48
|
|
49 2002-06-27 Dave Love <fx@gnu.org>
|
|
50
|
|
51 * ja-dic/ja-dic.el: Add coding tag.
|
|
52
|
|
53 2002-06-24 Dave Love <fx@gnu.org>
|
|
54
|
|
55 * latin-post.el: Recoded to utf-8.
|
|
56 ("latin-postfix"): New method.
|
|
57
|
|
58 * latin-alt.el: Recoded to utf-8.
|
|
59 ("latin-alt-postfix"): New method.
|
|
60
|
|
61 * quail/latin-pre.el: Recoded to utf-8.
|
|
62 ("latin-1-prefix", "latin-8-prefix", "latin-9-prefix"): Add nbsp.
|
|
63 ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ,Cu(B,
|
|
64 ~O -> ,CU(B.
|
|
65 ("latin-prefix"): New method.
|
|
66
|
|
67 * quail/uni-input.el (utf-8-ccl-encode): Deleted.
|
|
68 (ucs-input-method): Modified.
|
|
69
|
|
70 2002-06-10 Dave Love <fx@gnu.org>
|
|
71
|
|
72 * quail/hanja3.el, quail/hanja.el, makefile.nt, Makefile.in:
|
|
73 * quail/vntelex.el: Update from trunk.
|
|
74
|
|
75 * quail/cyrillic.el: Doc fixes.
|
|
76 ("cyrillic-beylorussian"): Commented-out.
|
|
77 ("cyrillic-translit-bulgarian"): Deleted.
|
|
78 ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings.
|
|
79 ("ukrainian-computer", "belarusian", "bulgarian-standard"): New.
|
|
80 ("bulgarian-pho"): Add ,A'(B, ,Lp(B, ,LN(B.
|
|
81
|
|
82 2002-05-31 Kenichi Handa <handa@etl.go.jp>
|
|
83
|
|
84 * quail/indian.el: Replace commented-out lines with a condition
|
|
85 that is always false. The same change by Eli on 2002-04-19 in
|
|
86 the HEAD trunk.
|
|
87
|
|
88 2002-05-22 Kenichi Handa <handa@etl.go.jp>
|
|
89
|
|
90 * Makefile.in (RUN-EMACS): Add LC_ALL=C.
|
|
91
|
|
92 ;; Local Variables:
|
|
93 ;; coding: iso-2022-7bit-unix
|
|
94 ;; End:
|
|
95
|
|
96 Copyright (C) 2002 Free Software Foundation, Inc.
|
|
97 Copying and distribution of this file, with or without modification,
|
|
98 are permitted provided the copyright notice and this notice are preserved.
|