Mercurial > emacs
comparison leim/ChangeLog @ 88155:d7ddb3e565de
sync with trunk
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Mon, 16 Jan 2006 00:03:54 +0000 |
parents | dbd2a70bc8f0 |
children |
comparison
equal
deleted
inserted
replaced
88154:8ce476d3ba36 | 88155:d7ddb3e565de |
---|---|
1 2005-12-17 Eli Zaretskii <eliz@gnu.org> | |
2 | |
3 * makefile.w32-in ($(TIT), leim-list.el): Warn that parts of | |
4 commands enclosed in $(ARGQUOTE)s should not be split between two | |
5 lines, as that will break with GNU Make >3.80, when sh.exe is used | |
6 and arg quoting is with '..'. | |
7 | |
8 2005-11-03 Andreas Schwab <schwab@suse.de> | |
9 | |
10 * Makefile.in (GZIP_PROG): Renamed from GZIP. | |
11 (install): Adjust. | |
12 | |
13 2005-11-01 Romain Francoise <romain@orebokech.com> | |
14 | |
15 * Makefile.in (install): Compress source files. | |
16 | |
17 2005-10-28 Juri Linkov <juri@jurta.org> | |
18 | |
19 * quail/symbol-ksc.el: Add missing characters from 1st pos of | |
20 every table of [korean-ksc5601], and swap incorrectly ordered | |
21 characters at pos 91 and 90. | |
22 | |
23 2005-10-26 Torsten Bronger <bronger@physik.rwth-aachen.de> (tiny change) | |
24 | |
25 * quail/latin-ltx.el ("TeX"): Change "\," mapping to U+202F (not | |
26 U+2006). Add more mappings from TeX's textcomp package. | |
27 | |
28 2005-10-25 Juri Linkov <juri@jurta.org> | |
29 | |
30 * quail/cyrillic.el ("cyrillic-translit"): Set 4th arg `guidance' | |
31 to t for this multi-key input method. | |
32 | |
33 2005-10-24 Kenichi Handa <handa@m17n.org> | |
34 | |
35 * quail/uni-input.el (ucs-input-activate): Don't add | |
36 quail-kill-guidance-buf to kill-buffer-hook. | |
37 | |
38 2005-07-08 Kenichi Handa <handa@m17n.org> | |
39 | |
40 * quail/japanese.el (quail-japanese-kanji-kkc): Fix order of | |
41 insertion and deletion. | |
42 | |
43 2005-07-04 Lute Kamstra <lute@gnu.org> | |
44 | |
45 Update FSF's address in GPL notices. | |
46 | |
47 2005-06-28 Kenichi Handa <handa@m17n.org> | |
48 | |
49 * leim-ext.el: Add rules for inserting full-width space for | |
50 quail/Punct and quail/Punct-b5. | |
51 | |
52 2005-06-04 Eli Zaretskii <eliz@gnu.org> | |
53 | |
54 * makefile.w32-in (distclean): Fix a typo (colon was after | |
55 "clean"). | |
56 (extraclean): New target, emulates Makefile.in. | |
57 | |
58 2005-04-06 Kenichi Handa <handa@m17n.org> | |
59 | |
60 * quail/sgml-input.el ("sgml"): Enable quail-completion by typing | |
61 TAB. | |
62 | |
63 2005-03-26 Kenichi Handa <handa@m17n.org> | |
64 | |
65 * quail/latin-ltx.el ("TeX"): Enable quail-completion by typing | |
66 TAB. | |
67 | |
68 2005-03-18 Kenichi Handa <handa@m17n.org> | |
69 | |
70 * quail/thai.el (quail-thai-update-translation): Delete it. | |
71 (thai-generate-quail-map): Generate a simpler map. | |
72 ("thai-kesmanee"): Don't use quail-thai-update-translation. | |
73 (thai-generate-quail-map): Likewise. | |
74 | |
75 2005-03-15 Kenichi Handa <handa@m17n.org> | |
76 | |
77 * quail/thai.el (thai-generate-quail-map): Fix the kesmanee layout. | |
78 | |
79 2005-03-08 Kenichi Handa <handa@m17n.org> | |
80 | |
81 * quail/latin-pre.el ("latin-1-prefix"): Add rule "__"->"_". | |
82 ("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP. | |
83 | |
84 2004-12-04 Kenichi Handa <handa@m17n.org> | |
85 | |
86 * quail/lao.el (lao-key-alist): Declare it by defvar. | |
87 (lao-key-alist-vector): New variable. | |
88 (lao-consonant-key-alist, lao-semivowel-key-alist) | |
89 (lao-vowel-key-alist, lao-voweltone-key-alist) | |
90 (lao-tone-key-alist, lao-other-key-alist): Initialize them from | |
91 lao-key-alist-vector. | |
92 | |
93 2004-09-25 Kenichi Handa <handa@m17n.org> | |
94 | |
95 * quail/uni-input.el (ucs-input-method): Add error clause to | |
96 condition-case. | |
97 | |
98 2004-09-21 Kenichi Handa <handa@m17n.org> | |
99 | |
100 * quail/uni-input.el: Move the call of register-input-method to | |
101 leim-ext.el. | |
102 (ucs-input-insert-char): New function. | |
103 (ucs-input-method): Use ucs-input-insert-char. | |
104 (ucs-input-activate): Call quail-hide-guidance instead of | |
105 quail-hide-guidance-buf. | |
106 | |
107 * leim-ext.el: Add autoload for 'ucs-input-activate and | |
108 register-input-method for "ucs". | |
109 | |
110 2004-08-21 David Kastrup <dak@gnu.org> | |
111 | |
112 * quail/greek.el ("greek-babel"): Add accent/breathing/uppercase | |
113 combinations. | |
114 | |
115 2004-08-16 Kenichi Handa <handa@m17n.org> | |
116 | |
117 * quail/georgian.el ("georgian"): Call quail-define-package with | |
118 the show-layout arg t. | |
119 | |
120 2004-08-06 Andreas Schwab <schwab@suse.de> | |
121 | |
122 * Makefile.in (install): Remove .arch-inventory files. | |
123 | |
124 2004-07-01 David Kastrup <dak@gnu.org> | |
125 | |
126 * quail/greek.el ("((") ("))"): add quotation mark shorthands. | |
127 | |
128 2004-06-30 Andreas Schwab <schwab@suse.de> | |
129 | |
130 * Makefile.in (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to | |
131 serialize parallel builds. | |
132 (${MISC:.elc=.el}): Depend on changed.misc. | |
133 | |
134 2004-06-05 Kenichi Handa <handa@m17n.org> | |
135 | |
136 * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the | |
137 contents of leim-ext.el to leim-list.el. | |
138 | |
139 * leim-ext.el: New file. | |
140 | |
141 2004-05-17 Werner Lemberg <wl@gnu.org> | |
142 | |
143 * quail/sisheng.el: New file. | |
144 | |
145 2004-05-17 Kenichi Handa <handa@m17n.org> | |
146 | |
147 * Makefile.in (OTHERS): Add ${srcdir}/quail/sisheng.elc. | |
148 | |
149 2004-05-11 Eli Zaretskii <eliz@gnu.org> | |
150 | |
151 * Makefile.in (leim-list.el): Move commands to convert TIT and | |
152 MISC dictionaries from here... | |
153 (changed.tit, changed.misc): ...to here. Remove the (now | |
154 unneeded) test of the contents of changed.* files. | |
155 | |
156 2004-05-10 Andreas Schwab <schwab@suse.de> | |
157 | |
158 * Makefile.in (all): Readd dependency on ${WORLD} so that lisp | |
159 files are compiled when bootstrapping. | |
160 | |
161 2004-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
162 | |
163 * quail/latin-ltx.el ("TeX"): Fix typo. | |
164 | |
165 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
166 | |
167 * quail/latin-ltx.el: Use utf-8 coding. | |
168 ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>. | |
169 | |
170 2004-05-04 Kenichi Handa <handa@m17n.org> | |
171 | |
172 * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each elemnt. | |
173 (MISC-SOURCES): Likewise. | |
174 | |
175 2004-05-01 Kenichi Handa <handa@m17n.org> | |
176 | |
177 * Makefile.in (OTHERS): Raname from MISC. | |
178 (MISC): Rename from MISC-DIC. | |
179 (WORLD): Adjute for the above changes. | |
180 (TIT-MISC, NON-TIT-MISC): New targets. | |
181 (all): Don't depend on ${WORLD}. | |
182 (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets. | |
183 (TIT-SOURCES, MISC-SOURCES): New macros. | |
184 (changed.tit, changed.misc): New targets. | |
185 (leim-list.el): Depend on ${NON-TIT-MISC}, changed.tit, and | |
186 changed.misc. Generate quail files from TIT and MISC files if | |
187 necessary. | |
188 (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and | |
189 ${MISC-DIC}. | |
190 | |
191 2004-05-03 Jason Rumney <jasonr@gnu.org> | |
192 | |
193 * makefile.nt: Remove. | |
194 | |
195 2004-04-23 Juanma Barranquero <lektu@terra.es> | |
196 | |
197 * makefile.w32-in: Add "-*- makefile -*-" mode tag. | |
198 | |
199 2004-04-09 Andrew Innes <andrewi@gnu.org> | |
200 | |
201 * makefile.w32-in (distclean clean): Remove nmake specific | |
202 stamp-subdir test. | |
203 | |
204 2004-02-28 Kenichi Handa <handa@m17n.org> | |
205 | |
206 * Makefile.in (all): Depend on ${WORLD} instead of ${TIT} and | |
207 ${MISC-DIC}. | |
208 (clean, mostlyclean): Don't delete *.elc distributed with tarball. | |
209 (maintainer-clean): Delete files that are not in CVS repository. | |
210 | |
211 * makefile.nt (all): Depend on $(WORLD) instead of $(TIT) and | |
212 $(MISC-DIC). | |
213 (clean, mostlyclean): Don't delete *.elc distributed with tarball. | |
214 (maintainer-clean): Delete files that are not in CVS repository. | |
215 | |
216 * makefile.w32-in (all): Depend on $(WORLD) instead of $(TIT) and | |
217 $(MISC-DIC). | |
218 (clean, mostlyclean): Don't delete *.elc distributed with tarball. | |
219 (maintainer-clean): Delete files that are not in CVS repository. | |
220 | |
221 2004-02-16 J,Ai(Br,At(Bme Marant <jmarant@nerim.net> (tiny change) | |
222 | |
223 * Makefile.in (distclean maintainer-clean): Depend on clean. | |
224 | |
225 2004-01-27 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change) | |
226 | |
227 * quail/cyrillic.el ("bulgarian-bds"): Docstring fixed. | |
228 | |
229 2004-01-22 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change) | |
230 | |
231 * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed. | |
232 Duplicate entry removed. | |
233 ("bulgarian-bds"): Docstring fixed. | |
234 | |
235 2003-10-06 Dave Love <fx@gnu.org> | |
236 | |
237 * quail/latin-ltx.el: Several additions. | |
238 | |
239 2003-08-25 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
240 | |
241 * quail/latin-pre.el ("german-prefix"): Fix typo in the docstring. | |
242 | |
243 2003-08-20 Dave Love <fx@gnu.org> | |
244 | |
245 * quail/latin-ltx.el: Add \rhd. | |
246 | |
247 2003-08-19 Markus Rost <rost@math.ohio-state.edu> | |
248 | |
249 * quail/latin-pre.el ("french-prefix"): Fix spacing in docstring. | |
250 | |
251 2003-07-21 KAWABATA, Taichi <kawabata@m17n.org> | |
252 | |
253 * quail/indian.el (quail-indian-update-translation): Adjust the | |
254 behaviour according to the change of quail-translate-key. | |
255 | |
256 2003-05-22 Kenichi Handa <handa@m17n.org> | |
257 | |
258 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title | |
259 Chinese characters from GB to Big5. | |
260 | |
261 2003-05-01 Bzyl Wlodzimierz <matwb@julia.univ.gda.pl> (tiny change) | |
262 | |
263 * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/. | |
264 | |
265 2003-04-05 Andreas Schwab <schwab@suse.de> | |
266 | |
267 * Makefile.in (install): Remove CVS related and backup files from | |
268 installation directory. | |
269 | |
270 2003-02-27 David Kastrup <dak@gnu.org> | |
271 | |
272 * quail/greek.el (greek-babel): Add koronis transliteration. | |
273 | |
274 2003-02-23 David Kastrup <dak@gnu.org> | |
275 | |
276 * quail/greek.el (greek-babel): Fix <' accent. | |
277 | |
278 2003-02-17 Dave Love <fx@gnu.org> | |
279 | |
280 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'. | |
281 | |
1 2003-02-14 Juanma Barranquero <lektu@terra.es> | 282 2003-02-14 Juanma Barranquero <lektu@terra.es> |
2 | 283 |
3 * quail/uni-input.el (utf-8-ccl-encode): Fix use of character | 284 * quail/uni-input.el (utf-8-ccl-encode): Fix use of character constants. |
4 constants. | |
5 | 285 |
6 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org> | 286 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org> |
7 | 287 |
8 * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans) | 288 * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans) |
9 (bengali-itrans, assamese-itrans, telugu-itrans kannada-itrans) | 289 (bengali-itrans, assamese-itrans, telugu-itrans, kannada-itrans) |
10 (malayalam-itrans, tamil-itrans): New ITRANS based input methods. | 290 (malayalam-itrans, tamil-itrans): New ITRANS based input methods. |
11 (punjabi-inscript, gujarati-inscript, oriya-inscript) | 291 (punjabi-inscript, gujarati-inscript, oriya-inscript) |
12 (bengali-inscript, assamese-inscript, telugu-inscript) | 292 (bengali-inscript, assamese-inscript, telugu-inscript) |
13 (kannada-inscript, malayalam-inscript, tamil-inscript): New | 293 (kannada-inscript, malayalam-inscript, tamil-inscript): |
14 INSCRIPT based input methods. | 294 New INSCRIPT based input methods. |
15 | 295 |
16 2003-02-07 Kenichi Handa <handa@m17n.org> | 296 2003-02-07 Kenichi Handa <handa@m17n.org> |
17 | 297 |
18 * quail/cyrillic.el: Update quail-package-alist (not | 298 * quail/cyrillic.el: Update quail-package-alist (not |
19 input-method-alist) to make "cyrillic-jcuken" an alias of | 299 input-method-alist) to make "cyrillic-jcuken" an alias of |
20 "russian-typewriter". Add cookie for quail-update-leim-list-file. | 300 "russian-typewriter". Add cookie for quail-update-leim-list-file. |
21 | 301 |
22 2003-02-05 David Kastrup <dak@gnu.org> | 302 2003-02-05 David Kastrup <dak@gnu.org> |
23 | 303 |
24 * quail/greek.el: fix iota accent typos in greek-babel | 304 * quail/greek.el: Fix iota accent typos in greek-babel encoding. |
25 encoding. | |
26 | 305 |
27 2003-01-05 Dave Love <fx@gnu.org> | 306 2003-01-05 Dave Love <fx@gnu.org> |
28 | 307 |
29 * makefile.w32-in (SLAVIC): Add croatian.elc. | 308 * makefile.w32-in (SLAVIC): Add croatian.elc. |
30 | 309 |
71 | 350 |
72 2002-07-12 Dave Love <fx@gnu.org> | 351 2002-07-12 Dave Love <fx@gnu.org> |
73 | 352 |
74 * quail/cyrillic.el: Doc fixes. | 353 * quail/cyrillic.el: Doc fixes. |
75 ("cyrillic-beylorussian"): Commented-out. | 354 ("cyrillic-beylorussian"): Commented-out. |
76 ("cyrillic-translit-bulgarian"): Deleted. | 355 ("cyrillic-translit-bulgarian"): Delete. |
77 ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings. | 356 ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings. |
78 ("ukrainian-computer", "belarusian", "bulgarian-bds") | 357 ("ukrainian-computer", "belarusian", "bulgarian-bds") |
79 ("russian-computer"): New. | 358 ("russian-computer"): New. |
80 ("bulgarian-phonetic"): Renamed from bulgarian-pho. Add ,A'(B, $,1uV(B, ,LN(B. | 359 ("bulgarian-phonetic"): Rename from bulgarian-pho. Add ,A'(B, $,1uV(B, $,1(N(B. |
81 ("russian-typewriter"): Renamed from cyrillic-jcuken. | 360 ("russian-typewriter"): Rename from cyrillic-jcuken. |
82 | 361 |
83 2002-06-20 Dave Love <fx@gnu.org> | 362 2002-06-20 Dave Love <fx@gnu.org> |
84 | 363 |
85 * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3 | 364 * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3 |
86 characters and ~o -> $,1 A(B, ~O -> $,1 @(B. | 365 characters and ~o -> $,1 A(B, ~O -> $,1 @(B. |
110 * quail/indian.el: Replace commented-out lines with a condition | 389 * quail/indian.el: Replace commented-out lines with a condition |
111 that is always false. | 390 that is always false. |
112 | 391 |
113 2002-04-06 Jaeyoun Chung <jay@kldp.org> | 392 2002-04-06 Jaeyoun Chung <jay@kldp.org> |
114 | 393 |
115 * quail/hanja3.el ("kf"): added a few composing rules | 394 * quail/hanja3.el ("kf"): Add a few composing rules |
116 from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr> | 395 from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr> |
117 | 396 |
118 * quail/hangul3.el: buggy alternative second character | 397 * quail/hangul3.el: buggy alternative second character |
119 sequence fixed ('/' for 'v' pair). | 398 sequence fixed ('/' for 'v' pair). |
120 added a few more third character composing rule. | 399 added a few more third character composing rule. |
149 produce the ":/;" characters, as is customary in greek keyboards. | 428 produce the ":/;" characters, as is customary in greek keyboards. |
150 From Nick Patavalis <npat@inaccessnetworks.com>. | 429 From Nick Patavalis <npat@inaccessnetworks.com>. |
151 | 430 |
152 2002-01-07 Jaeyoun Chung <jay@kldp.org> | 431 2002-01-07 Jaeyoun Chung <jay@kldp.org> |
153 | 432 |
154 * quail/hangul.el: removed key sequence mapping for O[rsfaqtTd]. | 433 * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd]. |
155 Not used for Korean Hangul Type 2. (request from emacs-kr mailing | 434 Not used for Korean Hangul Type 2 (request from emacs-kr mailing list). |
156 list). | |
157 | 435 |
158 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il> | 436 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
159 | 437 |
160 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string. | 438 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string. |
161 | 439 |
162 2002-01-01 Dave Love <fx@gnu.org> | 440 2002-01-01 Dave Love <fx@gnu.org> |
163 | 441 |
164 * quail/indian.el (quail-define-indian-trans-package): Unquote | 442 * quail/indian.el (quail-define-indian-trans-package): Unquote lambda. |
165 lambda. | |
166 (quail-define-inscript-package): Avoid mapcar*. | 443 (quail-define-inscript-package): Avoid mapcar*. |
167 | 444 |
168 2001-12-20 Dave Love <fx@gnu.org> | 445 2001-12-20 Dave Love <fx@gnu.org> |
169 | 446 |
170 * quail/latin-ltx.el: Fix un-doubled backslashes. | 447 * quail/latin-ltx.el: Fix un-doubled backslashes. |
178 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix") | 455 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix") |
179 ("french-keyboard", "french-azerty", "german") | 456 ("french-keyboard", "french-azerty", "german") |
180 ("spanish-keyboard"): Fix language assignment. | 457 ("spanish-keyboard"): Fix language assignment. |
181 | 458 |
182 * quail/indian.el: Don't require cl. | 459 * quail/indian.el: Don't require cl. |
183 (quail-indian-flatten-list): Renamed from flatten-list. | 460 (quail-indian-flatten-list): Rename from flatten-list. |
184 | 461 |
185 * quail/cyrillic.el ("cyrillic-beylorussian") | 462 * quail/cyrillic.el ("cyrillic-beylorussian") |
186 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian") | 463 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian") |
187 ("belarusian", "bulgarian-pho"): Fix language assignment. | 464 ("belarusian", "bulgarian-pho"): Fix language assignment. |
188 | 465 |
189 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix") | 466 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix") |
190 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix") | 467 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix") |
191 ("turkish-alt-postfix"): Fix language assignment. | 468 ("turkish-alt-postfix"): Fix language assignment. |
192 ("dutch"): Assign to Dutch. Use chars, not strings. | 469 ("dutch"): Assign to Dutch. Use chars, not strings. |
193 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): | 470 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New. |
194 New. | |
195 | 471 |
196 2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 472 2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
197 | 473 |
198 * COPYING: New file. | 474 * COPYING: New file. |
199 | 475 |
200 2001-12-03 Jaeyoun Chung <jay@kldp.org> | 476 2001-12-03 Jaeyoun Chung <jay@kldp.org> |
201 | 477 |
202 * quail/hangul3.el: Added a few convenient composing sequences for | 478 * quail/hangul3.el: Add a few convenient composing sequences for |
203 Korean keyboard type 3 users. | 479 Korean keyboard type 3 users. |
204 | 480 |
205 2001-11-29 Dave Love <fx@gnu.org> | 481 2001-11-29 Dave Love <fx@gnu.org> |
206 | 482 |
207 * quail/latin-ltx.el: Extra translations. Fix some | 483 * quail/latin-ltx.el: Extra translations. Fix some |
208 latin-iso8859-4 characters. Use Hebrew letters, not compatibility | 484 latin-iso8859-4 characters. Use Hebrew letters, not compatibility |
209 symbols. | 485 symbols. |
210 | 486 |
211 2001-11-28 Juanma Barranquero <lektu@terra.es> | 487 2001-11-28 Juanma Barranquero <lektu@terra.es> |
212 | 488 |
213 * makefile.w32-in (INDIAN): Adjusted for the file name change; | 489 * makefile.w32-in (INDIAN): Adjust for the file name change; |
214 quail/devanagari.elc -> quail/indian.elc. | 490 quail/devanagari.elc -> quail/indian.elc. |
215 | 491 |
216 * makefile.nt (INDIAN): Likewise. | 492 * makefile.nt (INDIAN): Likewise. |
217 | 493 |
218 2001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp> | 494 2001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp> |
357 (TIT-BIG5): Remove CTLauB.elc from it. | 633 (TIT-BIG5): Remove CTLauB.elc from it. |
358 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it. | 634 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it. |
359 | 635 |
360 2001-05-17 Dave Love <fx@gnu.org> | 636 2001-05-17 Dave Love <fx@gnu.org> |
361 | 637 |
362 * quail/latin-ltx.el ("TeX"): Renamed from "latin-latex2e". | 638 * quail/latin-ltx.el ("TeX"): Rename from "latin-latex2e". |
363 Language family and indicator changed. Many new translations. | 639 Language family and indicator changed. Many new translations. |
364 | 640 |
365 2001-05-17 Gerd Moellmann <gerd@gnu.org> | 641 2001-05-17 Gerd Moellmann <gerd@gnu.org> |
366 | 642 |
367 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and | 643 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and |
642 | 918 |
643 * quail/latin-pre.el ("polish-slash"): Don't use keyboard | 919 * quail/latin-pre.el ("polish-slash"): Don't use keyboard |
644 translation. | 920 translation. |
645 | 921 |
646 * quail/japanese.el ("japanese"): Delete the key sequence for | 922 * quail/japanese.el ("japanese"): Delete the key sequence for |
647 Roman transliteration from the docstring because it's now shonw | 923 Roman transliteration from the docstring because it's now shown |
648 automatically. | 924 automatically. |
649 ("japanese-ascii", "japanese-zenkaku") | 925 ("japanese-ascii", "japanese-zenkaku") |
650 ("japanese-hankaku-kana", "japanese-hiragana") | 926 ("japanese-hankaku-kana", "japanese-hiragana") |
651 ("japanese-katakana"): Docstring modified. | 927 ("japanese-katakana"): Docstring modified. |
652 | 928 |
1304 | 1580 |
1305 * quail/latin-post.el: Likewise. | 1581 * quail/latin-post.el: Likewise. |
1306 | 1582 |
1307 | 1583 |
1308 ;; Local Variables: | 1584 ;; Local Variables: |
1309 ;; coding: iso-2022-7bit-unix | 1585 ;; coding: iso-2022-7bit |
1310 ;; End: | 1586 ;; End: |
1311 | 1587 |
1312 Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc. | 1588 Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc. |
1313 Copying and distribution of this file, with or without modification, | 1589 Copying and distribution of this file, with or without modification, |
1314 are permitted provided the copyright notice and this notice are preserved. | 1590 are permitted provided the copyright notice and this notice are preserved. |
1591 | |
1592 ;;; arch-tag: 4b364045-a476-4ff7-92ad-dde58dbd45b4 |