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