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