* lisp/emacs-lisp/authors.el (authors-fixed-entries): Update
[bpt/emacs.git] / leim / ChangeLog
CommitLineData
9cab7521
PE
12013-12-27 Paul Eggert <eggert@cs.ucla.edu>
2
3 Sync better from sources.
4 * CXTERM-DIC/ARRAY30.tit, CXTERM-DIC/4Corner.tit:
5 * CXTERM-DIC/QJ.tit, CXTERM-DIC/QJ-b5.tit:
6 Omit blank lines not present in the original.
7 * CXTERM-DIC/CCDOSPY.tit:
8 * CXTERM-DIC/PY-b5.tit:
9 * CXTERM-DIC/SW.tit, CXTERM-DIC/TONEPY.tit:
10 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin:
11 Clarify which header lines were added for Emacs.
12 * CXTERM-DIC/README:
13 Clarify what changes we made, and where the files came from.
14 * MISC-DIC/README, MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin:
15 Update URLs.
16 * SKK-DIC/SKK-JISYO.L: Update from upstream.
17
8fb8c4f3
PE
182013-12-16 Paul Eggert <eggert@cs.ucla.edu>
19
20 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
21 * Makefile.in (RUN_EMACS): Add lisp src to EMACSLOADPATH.
22
698c0f24
GM
232013-11-28 Glenn Morris <rgm@gnu.org>
24
25 * Makefile.in (${leimdir}/leim-list.el):
26 * leim-ext.el: Change method for getting comments in the output
27 to one that does not fool lisp/compile-main's no-byte-compile test.
28
cb6c95a3
GM
292013-11-27 Glenn Morris <rgm@gnu.org>
30
2b58a9cc
GM
31 * Makefile.in (bootstrap-clean): No need to delete .elc,
32 lisp/ rules will do that.
33
ccd4fb3d
GM
34 * Makefile.in (extraclean): New.
35 (bootstrap-clean): Move ja-dic deletion to extraclean.
36
52d6635f 37 Move ja-dic, quail, leim-list.el to ../lisp/leim.
cb6c95a3
GM
38 * Makefile.in (leimdir): New variable.
39 (TIT_GB, TIT_BIG5, MISC, changed.tit, changed.misc)
40 (${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el):
41 Generate in $leimdir.
42 (all): Remove compilation, add ja-dic.
43 (leim-list.el): Now PHONY.
44 (setwins, compile-targets, compile-main, clean, mostlyclean)
45 (extraclean): Remove.
46 (bootstrap-clean): Delete all generated files.
47 * README: Update for moved leim/ directory.
48 * leim-ext.el (ucs-input-activate, hangul-input-method-activate):
49 Remove manual autoloads; now in loaddefs.el.
50 Disable byte-compile, version-control, autoloads in the output.
14466ee4 51 * quail: Move to ../lisp/leim.
cb6c95a3 52
17e0445b
GM
532013-11-23 Glenn Morris <rgm@gnu.org>
54
55 * Makefile.in (RUN_EMACS): Empty EMACSLOADPATH rather than unsetting.
56
d0065ff1
EZ
572013-11-04 Eli Zaretskii <eliz@gnu.org>
58
59 * Makefile.in (RUN_EMACS): Don't set LC_ALL=C. (Bug#15260)
60
62942f89
GM
612013-11-03 Glenn Morris <rgm@gnu.org>
62
63 * Makefile.in (abs_srcdir): Remove.
64 (RUN_EMACS): Unset EMACSLOADPATH.
65
90d2a845
GM
662013-11-02 Glenn Morris <rgm@gnu.org>
67
68 * Makefile.in (buildlisppath): Remove.
69 (RUN_EMACS): Use abs_srcdir directly.
70
bc00793e
GM
712013-10-24 Glenn Morris <rgm@gnu.org>
72
73 * Makefile.in (.el.elc, changed.tit, changed.misc, leim-list.el)
74 ($(srcdir)/ja-dic/ja-dic.el, check-declare): Remove unnecessary
75 path in -l argument (RUN_EMACS sets EMACSLOADPATH).
76
b8e3b0a9
GM
772013-10-23 Glenn Morris <rgm@gnu.org>
78
79 * Makefile.in (abs_srcdir): New, set by configure.
80 (buildlisppath): Use abs_srcdir.
81 (RUN_EMACS, .el.elc, changed.tit, changed.misc, leim-list.el)
82 ($(srcdir)/ja-dic/ja-dic.el, setwins, distclean, check-declare):
83 Quote entities that might contain whitespace.
84
81ca32e0
JH
852013-09-05 Jean Haidouk <haidouk@yandex.com> (tiny change)
86
87 * quail/latin-alt.el ("french-alt-postfix", "latin-alt-postfix"):
88 * quail/latin-pre.el ("french-prefix"):
89 * quail/latin-post.el ("french-postfix"): Add `œ' and `Œ'.
90
50b13cde
PE
912013-08-28 Paul Eggert <eggert@cs.ucla.edu>
92
93 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
94 for portability to hosts where /bin/sh has problems.
95
e67e483f
JB
962013-06-21 Juanma Barranquero <lekktu@gmail.com>
97
98 * quail/croatian.el ("croatian-prefix"):
99 * quail/czech.el ("czech", "czech-qwerty"):
100 * quail/ipa-praat.el ("ipa-praat"):
101 * quail/ipa.el ("ipa-x-sampa"):
102 * quail/tibetan.el ("tibetan-wylie", "tibetan-tibkey"):
103 * quail/uni-input.el (ucs-input-activate): Fix typos in docstrings.
104
a052ef3b
EZ
1052013-05-25 Eli Zaretskii <eliz@gnu.org>
106
4f405069
JB
107 * Makefile.in (leim-list.el, check-declare):
108 Replace reveal-filename with unmsys--file-name.
a052ef3b 109
df065a0b
EZ
1102013-05-16 Eli Zaretskii <eliz@gnu.org>
111
112 * Makefile.in (leim-list.el, check-declare): Use reveal-filename.
113
4b725a70
PE
1142013-04-01 Paul Eggert <eggert@cs.ucla.edu>
115
116 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
117 * quail/cyrillic.el, quail/czech.el, quail/ethiopic.el:
118 * quail/greek.el, quail/hanja.el, quail/hanja3.el, quail/hebrew.el:
119 * quail/lao.el, quail/lrt.el, quail/slovak.el, quail/symbol-ksc.el:
120 * quail/thai.el, quail/tibetan.el, quail/viqr.el, quail/vntelex.el:
121 * quail/vnvni.el, quail/welsh.el:
122 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
123
1242013-03-18 Paul Eggert <eggert@cs.ucla.edu>
faaecb52
PE
125
126 * Makefile.in ($(srcdir)/ja-dic/ja-dic.el): Use batch-skkdic-convert.
127
2b9c0f44
EZ
1282013-03-18 Eli Zaretskii <eliz@gnu.org>
129
130 * makefile.w32-in ($(srcdir)/ja-dic/ja-dic.el): New target.
131
982efbcd
PE
1322013-03-18 Paul Eggert <eggert@cs.ucla.edu>
133
134 Automate the build of ja-dic.el (Bug#13984).
135 ja-dic.el no longer needs to be in the repository: it's now
136 generated as part of the build from bzr. Also, update SKK-JISYO.L to
137 match the upstream source exactly.
138 * ja-dic/ja-dic.el: Remove from repository. It is still distributed
139 as part of the Emacs tarball.
140 * Makefile.in ($(srcdir)/ja-dic/ja-dic.el): New rule.
141 (compile-main): Depend on it.
142 * SKK-DIC/README: Update to reflect new build procedure.
143 * SKK-DIC/SKK-JISYO.L: Update to match source exactly.
144 This is now the annotated version, to match the upstream file name;
145 the unannotated one is built from it automatically.
146
78be8b64 1472013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
c8cefd6a
SM
148
149 * quail/latin-ltx.el: Resolve conflicts (bug#13950).
150 (latin-ltx--mark-map, latin-ltx--mark-re): New constants.
151 (latin-ltx--define-rules): Check for conflicts. Eval `re's.
152 (rules): Use tighter regexps to avoid conflicts.
153 Consolidate the various rules for combining marks.
154
91554659
SM
1552013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
156
157 * quail/latin-ltx.el: Add greek superscripts.
158
11557421
SM
1592012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * quail/latin-ltx.el: Avoid deprecated chars for \langle and \rangle.
162 Remove \rightparengtr and \leftparengtr for lack of consensus.
163 Suggested by Mattias Engdegård <mattiase@bredband.net> (bug#12948).
164
a4e6c042
EZ
1652012-09-05 Eli Zaretskii <eliz@gnu.org>
166
167 * quail/hebrew.el ("yiddish-royal"): Fix several bogus entries.
168
0df648f9
DB
1692012-08-17 Daniel Bergey <bergey@alum.mit.edu> (tiny change)
170
171 * quail/indian.el (quail-define-inscript-package):
172 Set kbd-translate for all Inscript layouts. It's a positional
173 layout: vowels should be on the left hand regardless of the
174 underlying characters produced by those keys. (Bug#12072)
175
89e5ffea
MB
1762012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
177
178 * quail/persian.el: Add some mappings. (Bug#11812)
179 (farsi-isiri-9147, farsi-transliterate-banan): Doc fixes.
180
0aee6912
PE
1812012-07-30 Paul Eggert <eggert@cs.ucla.edu>
182
183 Update .PHONY listings in makefiles.
184 * Makefile.in (.PHONY): Add all, compile-main, clean, mostlyclean,
185 bootstrap-clean, distclean, maintainer-clean, extraclean.
186
72b255c7
PE
1872012-07-29 Paul Eggert <eggert@cs.ucla.edu>
188
189 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
190 * quail/uni-input.el (ucs-input-deactivate):
191 Rename from ucs-input-inactivate.
192 * quail/hangul.el (hangul-input-method-deactivate):
193 Rename from hangul-input-method-inactivate.
194
f58e0fd5
SM
1952012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * quail/ipa.el: Use cl-lib.
198
199 * quail/hangul.el: Don't require CL.
200
6b79ce7e
NTND
2012012-06-12 Nguyen Thai Ngoc Duy <pclouds@gmail.com>
202
203 * quail/vnvi.el: New file (Bug#4747).
204
35c46c2f
GM
2052012-05-22 Glenn Morris <rgm@gnu.org>
206
207 * Makefile.in (SUBDIRS): Remove variable and rule.
208 (MKDIR_P): Add it back.
209 (all, changed.tit, changed.misc, leim-list.el):
210 Don't depend on SUBDIRS.
211 (changed.tit, changed.misc): Ensure output directory exists.
212 (distclean): Don't use SUBDIRS.
213
b847032c
GM
2142012-05-21 Glenn Morris <rgm@gnu.org>
215
d10cfddd
GM
216 * Makefile.in (install): Remove, let top-level do it.
217 (version, prefix, datarootdir, datadir, ns_appresdir, leimdir):
218 (MKDIR_P, GZIP_PROG): Remove, no longer used.
219
d71dfe75
GM
220 * Makefile.in (install_prefix): Remove.
221 (LEIM_INSTALLDIR): Rename to leimdir.
222 (install): Update for this change.
223
b847032c
GM
224 * Makefile.in (leim-list.el, install): Scrap superfluous subshells.
225
005ad204
GM
2262012-05-12 Glenn Morris <rgm@gnu.org>
227
228 * Makefile.in (MKDIR_P): New, set by configure.
229 (install): Use $MKDIR_P.
230
234d8d66
GM
2312012-05-10 Glenn Morris <rgm@gnu.org>
232
ff57c2ec
GM
233 * Makefile.in: Install self-contained ns files directly to
234 their final destination.
235 (install_prefix): New.
236 (LEIM_INSTALLDIR): New, set by configure.
237 (install): Use LEIM_INSTALLDIR.
238
234d8d66
GM
239 * Makefile.in (MV_DIRS): Remove.
240 (install): Simplify the --with-ns case.
241
e98e405e
GM
2422012-04-09 Glenn Morris <rgm@gnu.org>
243
935396c0
GM
244 * Makefile.in (EMACS): Rename from BUILT_EMACS.
245 (RUN_EMACS, compile-main): Update for this change.
246
e98e405e
GM
247 * Makefile.in (../src/emacs): Remove this rule, no longer relevant
248 since leim distributed with Emacs (eg lisp/ has no such rule).
249 (all): Remove $BUILT_EMACS dependence.
250
a130c2af
EZ
2512012-04-09 Eli Zaretskii <eliz@gnu.org>
252
253 * quail/latin-ltx.el (latin-ltx--define-rules): Comment out
254 debugging messages.
255
41455956
GM
2562012-04-09 Glenn Morris <rgm@gnu.org>
257
54b0762c 258 * Makefile.in: Compute list of .el files to be compiled dynamically,
41455956 259 as the lisp/ directory does, rather than hard-coding it.
54b0762c 260 Also, separate leim-list generation from byte-compilation.
41455956
GM
261 (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
262 Make them store the .el files rather than the .elc files.
263 (NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
264 (CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
265 (LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
266 (OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
267 Remove variables listing the non-generated .el files.
268 (.el.elc): Add explicit load-path for quail.
269 (all): Depend on compile-main rule rather than $WORLD.
270 (changed.tit, changed.misc): Also depend on $SUBDIRS.
271 (leim-list.el): Don't depend on changed.tit or changed.misc.
272 Remove unnecessary compilation check.
273 (setwins, compile-targets, compile-main): New.
274 (clean, mostlyclean): Update for change in TIT_MISC contents.
275 (bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
276
f8f2e1d8
SM
2772012-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * quail/latin-ltx.el: Auto-generate some of the entries.
280 (latin-ltx--ascii-p): New function.
281 (latin-ltx--define-rules): New macro.
282 (define-rules): Use it.
283
e5a69fd0
EZ
2842012-03-25 Eli Zaretskii <eliz@gnu.org>
285
286 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
287 of same-dir.tst, to avoid stepping on other (parallel) Make job's
288 toes.
289
26090a27
KH
2902012-03-21 Kenichi Handa <handa@m17n.org>
291
292 * quail/indian.el ("devanagari-itrans"): Add a few more useful
293 keys (Bug#10935).
294
71ec069c
KH
2952012-03-16 Kenichi Handa <handa@m17n.org>
296
297 * quail/indian.el (telugu-inscript): Fix typo. (Bug#10936)
298
3dbb8fef
ЙМ
2992012-03-13 Йордан Миладинов <jordanmiladinov@gmail.com> (tiny change)
300
301 * quail/cyrillic.el (bulgarian-alt-phonetic):
302 New input method. (Bug#10893)
303
4f96ea3f
MB
3042012-03-09 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
305
306 * quail/persian.el: Update which includes: (1) full compliance to
f003f294 307 ISIRI-6219, forbidden characters were eliminated and missing
4f96ea3f
MB
308 characters were added; (2) layer 3 of ISIRI-9147 is now
309 implemented with a '\' prefix; (3) double entry of characters
310 which were postfixed with 'h' is now supported; (4) lots of
311 comment and additional pointers have been added.
312
5fc1c122
KH
3132011-12-15 Kenichi Handa <handa@m17n.org>
314
315 * quail/ethiopic.el ("ethiopic"): Do not refer to
316 ethio-prefer-ascii-punctuation.
317
fe7a3057
JB
3182011-11-20 Juanma Barranquero <lekktu@gmail.com>
319
320 * quail/hangul.el (hangul-character): Fix typo.
321
58179cce 3222011-09-27 Jambunathan K <kjambunathan@gmail.com>
dd7aa8dd
KH
323
324 * quail/indian.el (quail-tamil-itrans-misc-table): Delete it.
325 (quail-tamil-itrans-numerics-and-symbols-table)
326 (quail-tamil-itrans-various-signs-and-digits-table): New variables.
327 ("tamil-itrans"): Show the values of above variables (Bug#9336).
328
3292011-09-22 Kenichi Handa <handa@m17n.org>
330
331 * quail/indian.el (quail-tamil-itrans-syllable-table)
332 (quail-tamil-itrans-misc-table): New variables.
333 ("tamil-itrans"): Improve the docstring by showing the values of
334 above variables (Bug#9336).
335
e39b275c 3362011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 337
abec06ff 338 * Makefile.in (install): install-sh is now in build-aux (Bug#9169).
24e0f6b1 339
b31b81a5
SM
3402011-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * quail/latin-ltx.el: Complete the super and subscript letters.
343
f624176f
GM
3442011-08-20 Glenn Morris <rgm@gnu.org>
345
346 * Makefile.in (OTHERS):
347 * makefile.w32-in (MISC): Add ipa-praat.elc.
348
c27ac9ae
YF
3492011-07-23 Yair F <yair.f.lists@gmail.com>
350
351 * quail/hebrew.el ("hebrew"): Additional key mappings.
352 ("hebrew-new", "hebrew-lyx", "hebrew-full")
353 ("hebrew-biblical-tiro", "hebrew-biblical-sil", "yiddish-royal")
354 ("yiddish-keyman"): New input methods.
355
acb8e1dd
AS
3562011-06-12 Andreas Schwab <schwab@linux-m68k.org>
357
2920829f
AS
358 * SKK-DIC/SKK-JISYO.L: Add proper coding tag.
359 * CXTERM-DIC/4Corner.tit, CXTERM-DIC/ARRAY30.tit,
360 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/ECDICT.tit,
361 * CXTERM-DIC/ETZY.tit, CXTERM-DIC/PY-b5.tit,
362 * CXTERM-DIC/Punct-b5.tit, CXTERM-DIC/Punct.tit,
363 * CXTERM-DIC/QJ-b5.tit, CXTERM-DIC/QJ.tit, CXTERM-DIC/SW.tit,
364 * CXTERM-DIC/TONEPY.tit, CXTERM-DIC/ZOZY.tit: Likewise.
365 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
366 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Likewise.
367
3ddfbced 368 * Makefile.in (TIT_BIG5): Rename from TIT-BIG5.
acb8e1dd 369
9fbfd275
OS
3702011-05-30 Oliver Scholz <epameinondas@gmx.de>
371
372 * quail/ipa-praat.el: New input method.
373
d0ce9f8c
MB
3742011-05-16 Eli Zaretskii <eliz@gnu.org>
375
c0ad01c9 376 * Makefile.in (OTHERS): Add $(srcdir)/quail/persian.elc.
d0ce9f8c 377
c0ad01c9 378 * makefile.w32-in (MISC): Add $(srcdir)/quail/persian.elc.
d0ce9f8c
MB
379
3802011-05-16 Mohsen BANAN <libre@mohsen.banan.1.byname.net>
381
382 * quail/persian.el: New file.
383
f7ff1b0f 3842011-05-05 Eli Zaretskii <eliz@gnu.org>
b1c07b7b
EZ
385
386 * quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce
387 corresponding symbols rather than Hebrew letters. (Bug#8563)
388
6b4e1d0d
EZ
389 * quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of
390 HEBREW LETTER ALEF. (Bug#8563)
391
8cc1d519
GM
3922011-03-23 Glenn Morris <rgm@gnu.org>
393
394 * Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs.
395
33383987
JB
3962011-03-07 Chong Yidong <cyd@stupidchicken.com>
397
398 * Version 23.3 released.
399
2b0c7330 4002011-02-28 Juanma Barranquero <lekktu@gmail.com>
8307f923
JB
401
402 * quail/ethiopic.el ("ethiopic"): Fix tpo in docstring.
403
68b5f855
PE
4042011-01-28 Paul Eggert <eggert@cs.ucla.edu>
405
406 Redo spelling of Makefile variables to conform to POSIX.
407 POSIX does not allow "-" in Makefile variable names.
408 Reported by Bruno Haible in
409 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
3ddfbced
SM
410 * Makefile.in (BUILT_EMACS): Rename from BUILT-EMACS.
411 (TIT_GB): Rename from TIT-GB.
412 (CHINESE_TIT): Rename from CHINESE-TIT.
413 (NON_TIT_GB): Rename from NON-TIT-GB.
414 (NON_TIT_BIG5): Rename from NON-TIT-BIG5.
415 (CHINESE_NON_TIT): Rename from CHINESE-NON-TIT.
416 (CHINESE_GB): Rename from CHINESE-GB.
417 (CHINESE_BIG5): Rename from CHINESE-BIG5.
418 (TIT_MISC): Rename from TIT-MISC.
419 (NON_TIT_MISC): Rename from NON-TIT-MISC.
420 (TIT_SOURCES): Rename from TIT-SOURCES.
421 (MISC_SOURCES): Rename from MISC-SOURCES.
68b5f855 422
d0981f82
GM
4232011-01-08 Glenn Morris <rgm@gnu.org>
424
e7a42417
GM
425 * makefile.w32-in (RUN_EMACS):
426 * Makefile.in (RUN-EMACS): Add --no-site-lisp.
427
d0981f82
GM
428 * makefile.w32-in (RUN_EMACS):
429 * Makefile.in (RUN-EMACS): -batch implies --no-init-file.
430
f2b38ae6
KH
4312010-08-28 Kenichi Handa <handa@m17n.org>
432
8307f923
JB
433 * quail/japanese.el (quail-japanese-update-translation):
434 Fix handling of invalid key.
f2b38ae6 435
b514a395
AS
4362010-08-15 Andreas Schwab <schwab@linux-m68k.org>
437
05a9766a
AS
438 * quail/vntelex.el ("vietnamese-telex"): Doc fix.
439
b514a395
AS
440 * quail/georgian.el: Remove extra backslashes.
441
08685279
AS
4422010-08-14 Andreas Schwab <schwab@linux-m68k.org>
443
e099e659
AS
444 * quail/arabic.el: Quote [ and ].
445 * quail/latin-ltx.el: Likewise.
446
08685279
AS
447 * quail/greek.el ("greek", "greek-postfix"): Change string to
448 character.
449
ac14bd09
KH
4502010-08-13 Kenichi Handa <handa@m17n.org>
451
8307f923 452 * quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
ac14bd09 453
43603442
KH
4542010-08-09 Kenichi Handa <handa@m17n.org>
455
456 * quail/greek.el ("greek"): Add rules for Greek style quotes.
457
02be533b
GM
4582010-05-15 Glenn Morris <rgm@gnu.org>
459
460 * Makefile.in (install): Remove references to CVS-related files.
461
61a808e8
CY
4622010-05-07 Chong Yidong <cyd@stupidchicken.com>
463
464 * Version 23.2 released.
465
7cee661f
CY
4662010-04-06 Chong Yidong <cyd@stupidchicken.com>
467
468 * quail/vntelex.el: Fix "af" rule (Bug#5836).
469
31f191b3
EZ
4702010-03-27 Eli Zaretskii <eliz@gnu.org>
471
472 * makefile.w32-in ($(TIT), $(MISC_DIC), leim-list.el): Enclose the
473 argument of "-l" in $(ARGQUOTE), in case it includes blanks or
474 other special characters.
475
c1d05286
GM
4762010-03-18 Glenn Morris <rgm@gnu.org>
477
cbeed5af
GM
478 * Makefile.in (maintainer-clean): Use bootstrap-clean.
479 (extraclean): Fix deletion patterns.
480
c1d05286
GM
481 * Makefile.in (dot): Remove, since ../ is used throughout the
482 other Makefiles.
483
288f9fc0
CY
4842010-03-10 Chong Yidong <cyd@stupidchicken.com>
485
486 * Branch for 23.2.
487
545b31aa
KH
4882010-02-16 Kenichi Handa <handa@m17n.org>
489
490 * SKK-DIC/SKK-JISYO.L: Updated to the latest version.
491
5ce6e4f4 4922009-12-05 Vasily Korytov <vasily@korytov.pp.ru>
f8126e67
CY
493
494 * quail/cyrillic.el (russian-typewriter): Change keyboard layout.
495 (Bug#904)
496
a82a8b75
GM
4972009-09-09 Glenn Morris <rgm@gnu.org>
498
499 * Makefile.in (install): Set umask to world-readable before creating
500 directories.
501
1e0020ec
JL
5022009-08-31 Juri Linkov <juri@jurta.org>
503
504 * quail/ipa.el ("ipa"): Set `forget-last-selection' to nil.
505 ("ipa-x-sampa"): Set `forget-last-selection' to nil.
506 Set `deterministic' to nil.
507 ("ipa"): Bind "g" to U+0261, and "tsh" to a list of "U+02A7",
508 "U+0074 U+0283", "U+0074 U+2040 U+0283".
509 ("ipa-kirshenbaum", ipa-x-sampa"): Bind "g" to U+0261, and "tS"
510 to a list of "U+02A7", "U+0074 U+0283", "U+0074 U+2040 U+0283".
511 Fix comments.
512
ab96f28b
JL
5132009-08-31 Juri Linkov <juri@jurta.org>
514
515 * quail/ipa.el ("ipa-kirshenbaum"): Rename from "kirshenbaum-ipa".
516 ("ipa-x-sampa"): Rename from "x-sampa-ipa".
517 (ipa-x-sampa-implosive-submap): Rename from
518 x-sampa-implosive-submap.
519 (ipa-x-sampa-prepend-to-keymap-entry): Rename from
520 x-sampa-prepend-to-keymap-entry.
521 (ipa-x-sampa-underscore-implosive): Rename from
522 x-sampa-underscore-implosive.
523 (ipa-x-sampa-implosive-submap): Move before first use.
524
08166ed6
JL
5252009-08-30 Aidan Kehoe <kehoea@parhasard.net>
526
527 * quail/ipa.el ("kirshenbaum-ipa", "x-sampa-ipa"):
528 Two new input methods, both following widely-used Usenet
5ce6e4f4 529 conventions for mapping ASCII to the IPA. Kirshenbaum is common in
08166ed6 530 sci.lang and alt.usage.english, X-SAMPA in various (mostly
5ce6e4f4 531 European) non-English language fora. X-SAMPA is slightly more
08166ed6
JL
532 complex to support in Quail that Kirshenbaum, whence the two extra
533 function and one extra submap to support it.
534 (x-sampa-prepend-to-keymap-entry): New function.
535 (x-sampa-underscore-implosive): New function.
536 (x-sampa-implosive-submap): New Quail submap.
537
1f272ae8
JL
5382009-08-30 Aidan Kehoe <kehoea@parhasard.net>
539
540 * quail/ipa.el: Recode the file as UTF-8, for better
541 interoperability with other applications.
542
7069bd16
SM
5432009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
544
a0c07f4e
SM
545 * quail/latin-ltx.el (\circ): Use the `ring operator' rather than
546 `white circle'.
547
7069bd16
SM
548 * Makefile.in (leim-list.el, install): Don't use -r to remove files.
549
5ac1f9e0
GM
5502009-08-25 Glenn Morris <rgm@gnu.org>
551
552 * quail/hangul.el (top-level): Don't require cl at run-time.
553
76580a68
EZ
5542009-08-21 Thamer Mahmoud <thamer.mahmoud@gmail.com> (tiny change)
555
556 * quail/arabic.el: Add missing keys that exist on the Arabic X
557 keyboard. Don't insert Lam-alef ligatures from the Arabic
558 Presentation Forms ranges; instead, separate Lam-Alef ligatures
559 into a list of two letters (Lam and a suitable Alef).
560
d4a885b2
KH
5612009-06-23 Kenichi Handa <handa@m17n.org>
562
563 * quail/hangul.el (hangul-to-hanja-conversion): When it is called
564 while korean input method is off, convert the following character.
565
70243478
CY
5662009-06-21 Chong Yidong <cyd@stupidchicken.com>
567
568 * Branch for 23.1.
569
d5e9630f
KH
5702009-06-18 Kenichi Handa <handa@m17n.org>
571
572 * quail/hangul.el (hangul-im-keymap): Add binding of key
573 Hangul_Hanja.
574
c7015153 5752009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
734dabe0
CY
576
577 * Makefile.in (install): Avoid using $$(..) construct, for Solaris
578 compatibility.
579
5ae051fd
AS
5802009-04-12 Andreas Schwab <schwab@linux-m68k.org>
581
582 * Makefile.in (install): Remove .gitignore files.
583
c87143d0
KH
5842009-03-19 Kenichi Handa <handa@m17n.org>
585
586 * leim-ext.el: Change the encoding to utf-8.
587
9c222401
JD
5882008-12-30 Jan Djärv <jan.h.d@swipnet.se>
589
590 * Makefile.in (install): Remove old directories in ns_appresdir before
591 moving new directories there.
592
53a8f9db
JB
5932008-11-11 Juanma Barranquero <lekktu@gmail.com>
594
ad8f55ac
JB
595 * quail/hangul.el (hangul-im-keymap, hangul-insert-character)
596 (hangul-djamo, hangul2-input-method-moum, hangul3-input-method-cho)
597 (hangul3-input-method-jung, hangul3-input-method-jong):
598 Fix typos in docstrings.
53a8f9db 599
c7c55e6a 6002008-11-07 Vasily Korytov <vasily@korytov.pp.ru> (tiny change)
28907fe2
CY
601
602 * quail/cyrillic.el: Handle backslash key (bug#839).
603
09c91aff
KH
6042008-10-20 Kenichi Handa <handa@m17n.org>
605
606 * quail/indian.el (inscript-mlm-keytable): New variable.
607 (malayalam-inscript): Use inscript-mlm-keytable.
608
b13f8bd5
MH
6092008-09-11 Magnus Henoch <mange@freemail.hu>
610
611 * quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G
612 with upturn.
613
53a8f9db 6142008-09-02 Carsten Bormann <cabo@tzi.org>
46f49803 615
53a8f9db 616 * quail/latin-post.el ("german-postfix"): Do not translate ue to
46f49803
DR
617 \"u after a, e or q, because that would be extremely uncommon
618 compared to aue, eue or que. The only exception is the prefix
619 "ge", after which, according to corpus statistics, a \"u can be
620 expected.
621
92135d25
KH
6222008-08-10 Jihyun Cho <jihyun.jo@gmail.com>
623
53a8f9db 624 * quail/hangul.el (hangul3-input-method-jong): Fix array indexing bug.
92135d25 625
f4949090
JL
6262008-07-19 Juri Linkov <juri@jurta.org>
627
628 * quail/cyrillic.el ("cyrillic-translit"): Add two rules "//'" and
629 "//`" for combining accents as a separate character. Keep two
630 rules "i`" and "I`" for characters where accent is not a separate
631 character. Revert changes that added postfix combining accents.
632
ba60bd44 6332008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2a7973b6
AR
634
635 * Makefile.in (install): Perform post-install cleanup inside NS app
636 bundle.
637
86ec8cc5
JL
6382008-07-12 Juri Linkov <juri@jurta.org>
639
640 * quail/rfc1345.el: Replace non-printable control characters with
641 equivalent text-only notations.
642
643 * quail/cyrillic.el ("cyrillic-translit"): Fix rules with
644 combining acute accent. Add rules ("e\\" ?э) ("E\\" ?Э).
645 Change conflicting rules ("u'" ?ў) to ("u~" ?ў), and ("U'" ?Ў)
688085ea 646 to ("U~" ?Ў). Doc fix. Put combining accent rules into one group.
86ec8cc5 647
5704dad1
TZ
6482008-07-10 Teodor Zlatanov <tzz@lifelogs.com>
649
650 * quail/cyrillic.el : Add more rules to cyrillic-translit, make
651 everything postfix. Adjust to eliminate conflicts.
652
88702c81
JB
6532008-06-30 Juanma Barranquero <lekktu@gmail.com>
654
655 * quail/hangul3.el: Remove (unneeded since 2008-06-03).
656
8e0214ec
GM
6572008-06-27 Glenn Morris <rgm@gnu.org>
658
659 * Makefile.in (.el.elc): Copy the echo behavior of lisp/Makefile.in.
660
ecfb57d9
JB
6612008-06-24 Juanma Barranquero <lekktu@gmail.com>
662
663 * makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.
664
fca64cc4
EZ
6652008-06-20 Eli Zaretskii <eliz@gnu.org>
666
667 * makefile.w32-in (distclean): Don't delete `quail' subdir: if we
668 are building in the sandbox, there are precious files there.
ca4a5250
EZ
669 (clean mostlyclean): Delete leim-list.el~.
670 (distclean): Delete makefile.
fca64cc4 671
ee128870
TZ
6722008-06-13 Teodor Zlatanov <tzz@lifelogs.com>
673
674 * quail/cyrillic.el: Add quotation marks, paragraph symbol, angled
675 brackets, number symbol, and accented aeio to cyrillic-translit.
676
e914c409 6772008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
913f26c2
KH
678
679 * quail/hangul.el: Completely re-written.
680
6812008-06-03 Kenichi Handa <handa@m17n.org>
682
683 * makefile.w32-in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
684 (leim-list.el): Remove leim-list.el at first.
685
686 * Makefile.in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
687 (leim-list.el): Remove leim-list.el at first.
688
689 * leim-ext.el: Register input methods "korean-hangul",
690 "korean-hangul3f", "korean-hangul390", and "korean-hangul3".
691
8be6f5ae
SM
6922008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
693
694 * quail/latin-ltx.el: Don't use single-char mapping from ~ to NBSP.
695
630802d6
KH
6962008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
697
698 * quail/indian.el: Don't require devan-util.
699
d223191d 7002008-02-01 James Cloos <cloos@jhcloos.com>
aca7a3d2 701
d223191d 702 * quail/arabic.el: Update (sync with xkeyboard-config keyboard).
aca7a3d2 703
d223191d 7042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
705
706 * Makefile.in (OTHERS): Add arabic.elc.
707
d223191d 7082008-02-01 James Cloos <cloos@jhcloos.com>
aca7a3d2
MB
709
710 * quail/arabic.el: New file.
711
d223191d 7122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
713
714 * MISC-DIC/pinyin.map: Fix encoding to that of the original file.
715
d223191d 7162008-02-01 KAWABATA, Taichi <kawabata@m17n.org>
aca7a3d2
MB
717
718 * quail/indian.el (quail-indian-flatten-list): Delete it.
719 (quail-define-inscript-package): Pay attention to `nil' values of
720 char/key-table.
721 (inscript-tml-keytable): New variable. Use it for Tamil inscript.
722
d223191d 7232008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
724
725 * quail/latin-post.el ("turkish-latin-3-postfix"): Make it
726 just an alias for turkish-postfix.
727
728 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Make it
729 just an alias for turkish-alt-postfix.
730
731 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
732
d223191d 7332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
734
735 * quail/thai.el: Don't require thai-util.
d223191d
GM
736 (quail-thai-update-translation): Delete function.
737 (thai-generate-quail-map): Change to a macro that directly calls
aca7a3d2
MB
738 quail-define-rules.
739 ("thai-kesmanee", "thai-pattachote"): Don't use
740 UPDATE-TRANSLATION-FUNCTION.
741
3ddfbced
SM
742 * quail/indian.el (quail-indian-preceding-char-position):
743 Delete function.
d223191d
GM
744 (quail-indian-update-preceding-char): Delete variable.
745 (quail-indian-update-translation): Delete function.
aca7a3d2
MB
746 (quail-define-indian-trans-package): Don't call
747 quail-define-package with quail-indian-update-translation.
748 (quail-define-inscript-package): Likewise.
749
d223191d 7502008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 751
d223191d 752 * quail/indian.el (quail-indian-preceding-char-position)
aca7a3d2
MB
753 (quail-indian-update-translation, quail-define-inscript-package):
754 Use characterp, not char-valid-p.
755
d223191d 7562008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
757
758 * quail/welsh.el ("welsh"): Doc fix.
759
760 * quail/cyrillic.el: Reinstate some commented-out redundancies.
e914c409
JB
761 ("russian-typewriter"): Rename from cyrillic-typewriter.
762 Make cyrillic-jcuken effectively an alias for it.
aca7a3d2 763 ("russian-computer"): New.
d223191d
GM
764 ("bulgarian-phonetic"): Rename from bulgarian-pho.
765 ("bulgarian-bds"): Rename from bulgarian-standard.
aca7a3d2 766
d223191d 7672008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
768
769 * ja-dic/ja-dic.el: Add coding tag.
770
d223191d 7712008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 772
d223191d 773 * latin-post.el: Recode to utf-8.
aca7a3d2
MB
774 ("latin-postfix"): New method.
775
d223191d 776 * latin-alt.el: Recode to utf-8.
aca7a3d2
MB
777 ("latin-alt-postfix"): New method.
778
d223191d 779 * quail/latin-pre.el: Recode to utf-8.
aca7a3d2 780 ("latin-1-prefix", "latin-8-prefix", "latin-9-prefix"): Add nbsp.
880820fe
KH
781 ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ġ,
782 ~O -> Ġ.
aca7a3d2
MB
783 ("latin-prefix"): New method.
784
d223191d
GM
785 * quail/uni-input.el (utf-8-ccl-encode): Delete.
786 (ucs-input-method): Modify.
aca7a3d2 787
d223191d 7882008-02-01 Kenichi Handa <handa@etl.go.jp>
aca7a3d2
MB
789
790 * Makefile.in (RUN-EMACS): Add LC_ALL=C.
791
5169d861 7922008-01-14 Aidan Kehoe <kehoea@parhasard.net> (tiny change)
69c43ff7 793
53a8f9db 794 * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and \vk.
69c43ff7 795
f3041af1
DN
7962008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
797
798 * makefile.w32-in:
799 * Makefile.in: Remove references to Xenix.
800
1ebeeed0
RS
8012007-12-15 Richard Stallman <rms@gnu.org>
802
803 * quail/latin-post.el ("scandinavian-postfix"): Doc fix.
804
805 * quail/latin-alt.el: Many doc fixes.
806 ("danish-alt-postfix")
807 ("esperanto-alt-postfix", "finnish-alt-postfix")
808 ("german-alt-postfix", "icelandic-alt-postfix")
809 ("norwegian-alt-postfix", "scandinavian-alt-postfix")
810 ("spanish-alt-postfix", "swedish-alt-postfix"):
3ddfbced 811 Delete; they were identical to the non-alt versions.
1ebeeed0 812
3d587afd
KH
8132007-12-07 Kenichi Handa <handa@ni.aist.go.jp>
814
815 * quail/lao.el (quail-map-from-table): Allow a tone just after a
816 consonant.
817
63150f3c
GM
8182007-11-17 Glenn Morris <rgm@gnu.org>
819
820 * Makefile.in (check-declare): New target.
821
fe1ada9b
GM
8222007-10-31 Glenn Morris <rgm@gnu.org>
823
824 * Makefile.in (install): Change ownership of installed files.
825
e914c409 8262007-10-20 Edward O'Connor <hober0@gmail.com> (tiny change)
fbd80e28
KH
827
828 * quail/latin-ltx.el ("\\qed"): Add this rule.
829
92f137df
JB
8302007-10-24 Juanma Barranquero <lekktu@gmail.com>
831
832 * quail/indian.el (quail-indian-update-preceding-char):
833 Don't mark the variable as frame-local; it wasn't used as such.
834
cacc7b51
GM
8352007-07-25 Glenn Morris <rgm@gnu.org>
836
837 * Relicense all FSF files to GPLv3 or later.
838
839 * COPYING: Switch to GPLv3.
840
1eceac24
EZ
8412007-07-16 Eli Zaretskii <eliz@gnu.org>
842
843 * makefile.w32-in (extraclean): Don't delete *~.
844
7dfc4cda
CY
8452007-06-02 Chong Yidong <cyd@stupidchicken.com>
846
847 * Version 22.1 released.
848
dd822b89
KH
8492007-01-30 Kenichi Handa <handa@m17n.org>
850
851 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/PY-b5.tit, CXTERM-DIC/SW.tit,
92f137df 852 * CXTERM-DIC/TONEPY.tit: Add copyright and license notices.
dd822b89
KH
853
854 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Add copyright and
855 license notices.
1e899515 856
bce8f5e8
KH
8572007-01-24 Kenichi Handa <handa@m17n.org>
858
859 * MISC-DIC/README: New file.
860
861 * CXTERM-DIC/README: New file.
862
863 * CXTERM-DIC/4Corner.tit, CXTERM-DIC/CCDOSPY.tit,
92f137df
JB
864 * CXTERM-DIC/PY-b5.tit, CXTERM-DIC/QJ-b5.tit, CXTERM-DIC/QJ.tit,
865 * CXTERM-DIC/SW.tit, CXTERM-DIC/TONEPY.tit: Updated from
bce8f5e8
KH
866 X11R6/contrib/programs/cxterm.
867
868 * ja-dic/ja-dic.el: Regenerated.
869
88f698d9
KH
8702007-01-12 Kenichi Handa <handa@m17n.org>
871
872 * quail/uni-input.el (ucs-input-method): Signal an error for a
873 Unicode character that is not yet supported.
874
14429ceb
AS
8752006-12-26 Andreas Schwab <schwab@suse.de>
876
877 * Makefile.in (datarootdir): Define.
878
6148a044
EZ
8792006-12-20 Eli Zaretskii <eliz@gnu.org>
880
881 * Makefile.in (leim-list.el): Depend on ${TIT-MISC}, not
882 ${NON-TIT-MISC}.
883
e4208ff7
JB
8842006-12-09 Juanma Barranquero <lekktu@gmail.com>
885
886 * quail/latin-alt.el ("scandinavian-alt-postfix"): Fix typo.
887
888 * quail/uni-input.el (ucs-input-help): Fix title of ucs input method.
889
f248f005
EZ
8902006-12-09 Eli Zaretskii <eliz@gnu.org>
891
892 * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well.
893 Run Emacs to append non-empty non-comment lines in leim-ext.el
894 to leim-list.el.
895
dd4b03cd
JB
8962006-12-05 Juanma Barranquero <lekktu@gmail.com>
897
898 * makefile.w32-in (MISC): Add $(srcdir)/quail/sisheng.elc.
899
41584b03
JB
9002006-11-29 Juanma Barranquero <lekktu@gmail.com>
901
902 * quail/greek.el ("greek-mizuochi"): Remove spurious initial newline
903 in docstring.
904
9200c926
RF
9052006-11-04 Romain Francoise <romain@orebokech.com>
906
907 * Makefile.in (bootstrap-clean): New target.
908
94461c21
KH
9092006-10-12 Kenichi Handa <handa@m17n.org>
910
911 * Makefile.in (install): Be sure to make ${INSTALLDIR} before `cd'
912 to it.
913
f51dc44f
CY
9142006-10-05 Chong Yidong <cyd@stupidchicken.com>
915
916 * quail/latin-ltx.el: Fix typo in previous change.
917
d781da00
SM
9182006-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * quail/latin-ltx.el: Remove rules that start with { since they are
921 redundant and hence impact the { key for no good reason.
922
bcc1caeb
KH
9232006-10-02 Kenichi Handa <handa@m17n.org>
924
925 * Makefile.in (install): Fix previous change.
926
7ad02ea8
KH
9272006-09-28 Kenichi Handa <handa@m17n.org>
928
929 * Makefile.in (install): Be sure to make ${INSTALLDIR}.
930
45a2056c
JB
9312006-09-15 Jay Belanger <belanger@truman.edu>
932
933 * COPYING: Replace "Library Public License" by "Lesser Public
934 License" throughout.
935
880820fe 9362006-09-06 Michaël Cadilhac <michael.cadilhac@lrde.org>
f9536fb2
KH
937
938 * quail/uni-input.el (ucs-input-method): Don't make the action of
939 a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs
940 mechanism do it.
941
62508862
DK
9422006-07-12 David Kastrup <dak@gnu.org>
943
944 * quail/greek.el: Change iota subscriptum transliteration in
945 Ibycus4 encoding's capitals from "i" to "|".
946
a6a2b5d4
EZ
9472006-03-03 Claudio Fontana <claudio@gnu.org>
948
9e2bcc86
EZ
949 * Makefile.in (install): Add DESTDIR variable to support staged
950 installations.
a6a2b5d4 951
abeb5855
EZ
9522005-12-17 Eli Zaretskii <eliz@gnu.org>
953
954 * makefile.w32-in ($(TIT), leim-list.el): Warn that parts of
955 commands enclosed in $(ARGQUOTE)s should not be split between two
956 lines, as that will break with GNU Make >3.80, when sh.exe is used
957 and arg quoting is with '..'.
958
11bdfcdd
AS
9592005-11-03 Andreas Schwab <schwab@suse.de>
960
3ddfbced 961 * Makefile.in (GZIP_PROG): Rename from GZIP.
11bdfcdd
AS
962 (install): Adjust.
963
7a7f042f
RF
9642005-11-01 Romain Francoise <romain@orebokech.com>
965
966 * Makefile.in (install): Compress source files.
967
895725e1
JL
9682005-10-28 Juri Linkov <juri@jurta.org>
969
970 * quail/symbol-ksc.el: Add missing characters from 1st pos of
971 every table of [korean-ksc5601], and swap incorrectly ordered
972 characters at pos 91 and 90.
973
c814bdfc
KH
9742005-10-26 Torsten Bronger <bronger@physik.rwth-aachen.de> (tiny change)
975
976 * quail/latin-ltx.el ("TeX"): Change "\," mapping to U+202F (not
977 U+2006). Add more mappings from TeX's textcomp package.
978
f344e9d2
JL
9792005-10-25 Juri Linkov <juri@jurta.org>
980
981 * quail/cyrillic.el ("cyrillic-translit"): Set 4th arg `guidance'
982 to t for this multi-key input method.
983
a6726944
KH
9842005-10-24 Kenichi Handa <handa@m17n.org>
985
986 * quail/uni-input.el (ucs-input-activate): Don't add
987 quail-kill-guidance-buf to kill-buffer-hook.
988
71ec7e9b
KH
9892005-07-08 Kenichi Handa <handa@m17n.org>
990
991 * quail/japanese.el (quail-japanese-kanji-kkc): Fix order of
992 insertion and deletion.
993
a0ec7a4a
LK
9942005-07-04 Lute Kamstra <lute@gnu.org>
995
996 Update FSF's address in GPL notices.
997
59579816
KH
9982005-06-28 Kenichi Handa <handa@m17n.org>
999
1000 * leim-ext.el: Add rules for inserting full-width space for
1001 quail/Punct and quail/Punct-b5.
1002
94d4bafb
EZ
10032005-06-04 Eli Zaretskii <eliz@gnu.org>
1004
41584b03 1005 * makefile.w32-in (distclean): Fix a typo (colon was after "clean").
94d4bafb
EZ
1006 (extraclean): New target, emulates Makefile.in.
1007
e183fe27
KH
10082005-04-06 Kenichi Handa <handa@m17n.org>
1009
41584b03 1010 * quail/sgml-input.el ("sgml"): Enable quail-completion by typing TAB.
e183fe27 1011
eebfcf8e
KH
10122005-03-26 Kenichi Handa <handa@m17n.org>
1013
41584b03 1014 * quail/latin-ltx.el ("TeX"): Enable quail-completion by typing TAB.
eebfcf8e
KH
1015
10162005-03-18 Kenichi Handa <handa@m17n.org>
db328182
KH
1017
1018 * quail/thai.el (quail-thai-update-translation): Delete it.
f4931aac 1019 (thai-generate-quail-map): Generate a simpler map.
db328182
KH
1020 ("thai-kesmanee"): Don't use quail-thai-update-translation.
1021 (thai-generate-quail-map): Likewise.
1022
761a8755
KH
10232005-03-15 Kenichi Handa <handa@m17n.org>
1024
1025 * quail/thai.el (thai-generate-quail-map): Fix the kesmanee layout.
1026
c68f7e21
KH
10272005-03-08 Kenichi Handa <handa@m17n.org>
1028
1029 * quail/latin-pre.el ("latin-1-prefix"): Add rule "__"->"_".
1030 ("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.
1031
a3341d3c
KH
10322004-12-04 Kenichi Handa <handa@m17n.org>
1033
1034 * quail/lao.el (lao-key-alist): Declare it by defvar.
1035 (lao-key-alist-vector): New variable.
1036 (lao-consonant-key-alist, lao-semivowel-key-alist)
1037 (lao-vowel-key-alist, lao-voweltone-key-alist)
1038 (lao-tone-key-alist, lao-other-key-alist): Initialize them from
1039 lao-key-alist-vector.
1040
a7ff4354
KH
10412004-09-25 Kenichi Handa <handa@m17n.org>
1042
1043 * quail/uni-input.el (ucs-input-method): Add error clause to
1044 condition-case.
1045
88a74fa5
KH
10462004-09-21 Kenichi Handa <handa@m17n.org>
1047
1048 * quail/uni-input.el: Move the call of register-input-method to
1049 leim-ext.el.
1050 (ucs-input-insert-char): New function.
1051 (ucs-input-method): Use ucs-input-insert-char.
1052 (ucs-input-activate): Call quail-hide-guidance instead of
1053 quail-hide-guidance-buf.
1054
1055 * leim-ext.el: Add autoload for 'ucs-input-activate and
1056 register-input-method for "ucs".
1057
15203bb7
DK
10582004-08-21 David Kastrup <dak@gnu.org>
1059
1060 * quail/greek.el ("greek-babel"): Add accent/breathing/uppercase
1061 combinations.
1062
295f3b30
KH
10632004-08-16 Kenichi Handa <handa@m17n.org>
1064
1065 * quail/georgian.el ("georgian"): Call quail-define-package with
1066 the show-layout arg t.
1067
de10c114
AS
10682004-08-06 Andreas Schwab <schwab@suse.de>
1069
1070 * Makefile.in (install): Remove .arch-inventory files.
1071
d604e09b
DK
10722004-07-01 David Kastrup <dak@gnu.org>
1073
41584b03 1074 * quail/greek.el ("((") ("))"): Add quotation mark shorthands.
d604e09b 1075
f96ec754
AS
10762004-06-30 Andreas Schwab <schwab@suse.de>
1077
1078 * Makefile.in (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
1079 serialize parallel builds.
1080 (${MISC:.elc=.el}): Depend on changed.misc.
1081
62bfe0fc
KH
10822004-06-05 Kenichi Handa <handa@m17n.org>
1083
68330491
EZ
1084 * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the
1085 contents of leim-ext.el to leim-list.el.
62bfe0fc
KH
1086
1087 * leim-ext.el: New file.
1088
9254ee5e
KH
10892004-05-17 Werner Lemberg <wl@gnu.org>
1090
1091 * quail/sisheng.el: New file.
1092
53e1a54f
KH
10932004-05-17 Kenichi Handa <handa@m17n.org>
1094
1095 * Makefile.in (OTHERS): Add ${srcdir}/quail/sisheng.elc.
1096
cdc9b845
EZ
10972004-05-11 Eli Zaretskii <eliz@gnu.org>
1098
1099 * Makefile.in (leim-list.el): Move commands to convert TIT and
1100 MISC dictionaries from here...
1101 (changed.tit, changed.misc): ...to here. Remove the (now
1102 unneeded) test of the contents of changed.* files.
1103
9a28b921
AS
11042004-05-10 Andreas Schwab <schwab@suse.de>
1105
10d1d0af 1106 * Makefile.in (all): Re-add dependency on ${WORLD} so that lisp
9a28b921
AS
1107 files are compiled when bootstrapping.
1108
bef96454
SM
11092004-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * quail/latin-ltx.el ("TeX"): Fix typo.
1112
d2c846aa
SM
11132004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * quail/latin-ltx.el: Use utf-8 coding.
1116 ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
1117
2cd23d89
KH
11182004-05-04 Kenichi Handa <handa@m17n.org>
1119
10d1d0af 1120 * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each element.
2cd23d89
KH
1121 (MISC-SOURCES): Likewise.
1122
11232004-05-01 Kenichi Handa <handa@m17n.org>
1124
41584b03 1125 * Makefile.in (OTHERS): Rename from MISC.
d2c846aa 1126 (MISC): Rename from MISC-DIC.
10d1d0af 1127 (WORLD): Adjust for the above changes.
2cd23d89
KH
1128 (TIT-MISC, NON-TIT-MISC): New targets.
1129 (all): Don't depend on ${WORLD}.
d2c846aa 1130 (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets.
2cd23d89
KH
1131 (TIT-SOURCES, MISC-SOURCES): New macros.
1132 (changed.tit, changed.misc): New targets.
d2c846aa 1133 (leim-list.el): Depend on ${NON-TIT-MISC}, changed.tit, and
2cd23d89
KH
1134 changed.misc. Generate quail files from TIT and MISC files if
1135 necessary.
1136 (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and
1137 ${MISC-DIC}.
1138
238add5e
JR
11392004-05-03 Jason Rumney <jasonr@gnu.org>
1140
1141 * makefile.nt: Remove.
1142
d814862a
JB
11432004-04-23 Juanma Barranquero <lektu@terra.es>
1144
1145 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1146
28082746
AI
11472004-04-09 Andrew Innes <andrewi@gnu.org>
1148
1149 * makefile.w32-in (distclean clean): Remove nmake specific
1150 stamp-subdir test.
1151
bb62616f
KH
11522004-02-28 Kenichi Handa <handa@m17n.org>
1153
d2c846aa 1154 * Makefile.in (all): Depend on ${WORLD} instead of ${TIT} and
bb62616f
KH
1155 ${MISC-DIC}.
1156 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
1157 (maintainer-clean): Delete files that are not in CVS repository.
1158
d2c846aa 1159 * makefile.nt (all): Depend on $(WORLD) instead of $(TIT) and
bb62616f
KH
1160 $(MISC-DIC).
1161 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
1162 (maintainer-clean): Delete files that are not in CVS repository.
1163
d2c846aa 1164 * makefile.w32-in (all): Depend on $(WORLD) instead of $(TIT) and
bb62616f
KH
1165 $(MISC-DIC).
1166 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
1167 (maintainer-clean): Delete files that are not in CVS repository.
1168
880820fe 11692004-02-16 Jérôme Marant <jmarant@nerim.net> (tiny change)
f92f5e37
KH
1170
1171 * Makefile.in (distclean maintainer-clean): Depend on clean.
1172
bdb6a227
KH
11732004-01-27 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
1174
1175 * quail/cyrillic.el ("bulgarian-bds"): Docstring fixed.
1176
e555f8d5
KH
11772004-01-22 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
1178
1179 * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.
d814862a 1180 Duplicate entry removed.
e555f8d5 1181 ("bulgarian-bds"): Docstring fixed.
be492770 1182
c51b37fd
DL
11832003-10-06 Dave Love <fx@gnu.org>
1184
1185 * quail/latin-ltx.el: Several additions.
1186
ac7ec68c
KH
11872003-08-25 Jesper Harder <harder@ifa.au.dk> (tiny change)
1188
1189 * quail/latin-pre.el ("german-prefix"): Fix typo in the docstring.
1190
f653dfd9
DL
11912003-08-20 Dave Love <fx@gnu.org>
1192
1193 * quail/latin-ltx.el: Add \rhd.
1194
15a03c32
MR
11952003-08-19 Markus Rost <rost@math.ohio-state.edu>
1196
1197 * quail/latin-pre.el ("french-prefix"): Fix spacing in docstring.
1198
15f772c8
KH
11992003-07-21 KAWABATA, Taichi <kawabata@m17n.org>
1200
d814862a 1201 * quail/indian.el (quail-indian-update-translation): Adjust the
fffa137c 1202 behavior according to the change of quail-translate-key.
15f772c8 1203
603b8073
KH
12042003-05-22 Kenichi Handa <handa@m17n.org>
1205
1206 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title
1207 Chinese characters from GB to Big5.
1208
34c614a8 12092003-05-01 Wlodzimierz Bzyl <matwb@julia.univ.gda.pl> (tiny change)
458d0770
KH
1210
1211 * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/.
1212
069e6098
AS
12132003-04-05 Andreas Schwab <schwab@suse.de>
1214
1215 * Makefile.in (install): Remove CVS related and backup files from
1216 installation directory.
1217
15988eba
DK
12182003-02-27 David Kastrup <dak@gnu.org>
1219
d814862a 1220 * quail/greek.el (greek-babel): Add koronis transliteration.
15988eba 1221
b2c16093
DK
12222003-02-23 David Kastrup <dak@gnu.org>
1223
d814862a 1224 * quail/greek.el (greek-babel): Fix <' accent.
b2c16093 1225
a56c637d
DL
12262003-02-17 Dave Love <fx@gnu.org>
1227
1228 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
1229
83930535
JB
12302003-02-14 Juanma Barranquero <lektu@terra.es>
1231
d2c846aa 1232 * quail/uni-input.el (utf-8-ccl-encode): Fix use of character constants.
83930535 1233
61cb0b53 12342003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
59fdf430
KH
1235
1236 * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans)
d814862a 1237 (bengali-itrans, assamese-itrans, telugu-itrans, kannada-itrans)
59fdf430
KH
1238 (malayalam-itrans, tamil-itrans): New ITRANS based input methods.
1239 (punjabi-inscript, gujarati-inscript, oriya-inscript)
1240 (bengali-inscript, assamese-inscript, telugu-inscript)
d2c846aa
SM
1241 (kannada-inscript, malayalam-inscript, tamil-inscript):
1242 New INSCRIPT based input methods.
59fdf430 1243
ff57e5d6
KH
12442003-02-07 Kenichi Handa <handa@m17n.org>
1245
1246 * quail/cyrillic.el: Update quail-package-alist (not
1247 input-method-alist) to make "cyrillic-jcuken" an alias of
1248 "russian-typewriter". Add cookie for quail-update-leim-list-file.
1249
e29969ca
DK
12502003-02-05 David Kastrup <dak@gnu.org>
1251
d2c846aa 1252 * quail/greek.el: Fix iota accent typos in greek-babel encoding.
e29969ca 1253
139c4e54
DL
12542003-01-05 Dave Love <fx@gnu.org>
1255
1256 * makefile.w32-in (SLAVIC): Add croatian.elc.
1257
1258 * Makefile.in (SLAVIC): Add croatian.elc.
1259
1260 * quail/croatian.el: New file.
1261
abceb4ac
JB
12622002-12-10 Juanma Barranquero <lektu@terra.es>
1263
1264 * makefile.w32-in (LATIN): Add welsh.elc.
1265 (MISC): Add georgian.elc.
1266 (UNICODE): Add it.
1267 (WORLD): Add $(UNICODE).
1268
59daa29a
DL
12692002-11-14 Dave Love <fx@gnu.org>
1270
1271 * quail/slovak.el: Add coding cookie.
1272
1273 * quail/latin-ltx.el: Fix coding cookie.
1274
1275 * quail/hebrew.el: Add coding cookie.
1276
1277 * quail/czech.el: Add coding cookie.
1278
1279 * quail/welsh.el: Undo last change.
1280
b4b11a40
DL
12812002-09-11 Dave Love <fx@gnu.org>
1282
1283 * quail/latin-post.el ("slovenian"): New.
1284
570af494
KH
12852002-09-05 Kenichi Handa <handa@etl.go.jp>
1286
1287 * quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'.
1288
ad0b1666
DL
12892002-07-24 Dave Love <fx@gnu.org>
1290
a5e5d4ad
DL
1291 * quail/latin-alt.el ("latin-alt-postfix"): New.
1292
1293 * quail/latin-post.el ("latin-postfix"): New.
1294
ad0b1666
DL
1295 * quail/latin-pre.el ("latin-1-prefix"): Add nbsp.
1296 ("latin-3-prefix"): Doc fix.
a5e5d4ad 1297 ("latin-prefix"): New.
ad0b1666 1298
f860212e
DL
12992002-07-12 Dave Love <fx@gnu.org>
1300
1301 * quail/cyrillic.el: Doc fixes.
1302 ("cyrillic-beylorussian"): Commented-out.
d2c846aa 1303 ("cyrillic-translit-bulgarian"): Delete.
f860212e
DL
1304 ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings.
1305 ("ukrainian-computer", "belarusian", "bulgarian-bds")
1306 ("russian-computer"): New.
880820fe 1307 ("bulgarian-phonetic"): Rename from bulgarian-pho. Add §, №, Ю.
d2c846aa 1308 ("russian-typewriter"): Rename from cyrillic-jcuken.
f860212e 1309
282b5fb7
KH
13102002-06-20 Dave Love <fx@gnu.org>
1311
1312 * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
880820fe 1313 characters and ~o -> ġ, ~O -> Ġ.
282b5fb7 1314
fe960d0a
EZ
13152002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1316
1317 * Makefile.in (install): Use "tar -chf", to follow symlinks.
1318
9a40c2fb
PJ
13192002-05-04 Triet Hoai Lai <thlai@ee.usyd.edu.au>
1320
1321 * quail/vntelex.el: Add even more rules.
1322
ab59447f
PJ
13232002-04-30 Triet Hoai Lai <thlai@ee.usyd.edu.au>
1324
1325 * quail/vntelex.el: Add new rules to escape from composition.
1326
e656fc9d
PJ
13272002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
1328
1329 * quail/vntelex.el: Use proper charset.
1330
177c0ea7 13312002-04-22 Koaunghi Un <koaunghi@ling.cnu.ac.kr>
0347c911
PJ
1332
1333 * quail/hanja.el ("Od"): Remove rule.
0347c911 1334
175e150b
EZ
13352002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
1336
1337 * quail/indian.el: Replace commented-out lines with a condition
1338 that is always false.
1339
c031864a
JC
13402002-04-06 Jaeyoun Chung <jay@kldp.org>
1341
d2c846aa 1342 * quail/hanja3.el ("kf"): Add a few composing rules
c031864a
JC
1343 from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr>
1344
cb0dc144 1345 * quail/hangul3.el: Buggy alternative second character
c031864a
JC
1346 sequence fixed ('/' for 'v' pair).
1347 added a few more third character composing rule.
1348
129f2c75
WL
13492002-03-03 Werner Lemberg <wl@gnu.org>
1350
1351 * quail/vntelex.el: New file.
cb0dc144
JB
1352 * Makefile.in (VIETNAMESE):
1353 * makefile.nt (VIETNAMESE):
1354 * makefile.w32-in (VIETNAMESE): Add it.
129f2c75 1355
5c196f29
AI
13562002-02-10 Andrew Innes <andrewi@gnu.org>
1357
1358 * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS).
1359 ($(MISC_DIC)): Ditto.
1360
108eaabb
RS
13612002-02-06 Richard M. Stallman <rms@gnu.org>
1362
1363 * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
1364 Don't define "~," at all.
1365
880820fe 13662002-01-29 Pavel Janík <Pavel@Janik.cz>
cc13aa25 1367
880820fe 1368 * quail/latin-pre.el (latin-2-prefix): Add Ě and ě.
cc13aa25
PJ
1369 From "Dr. Eduard Werner" <edi.werner@gmx.de>.
1370
18e1da99 13712002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
417f4d3a
EZ
1372
1373 * quail/greek.el: Changed the behavior of the "greek" input
18e1da99
EZ
1374 method, to consider the "accent" and "diaeresis" as prefix keys.
1375 A new method (named "greek-postfix") was added which implements
1376 the old behavior. Also changed the mapping of the "Q/q" key to
1377 produce the ":/;" characters, as is customary in greek keyboards.
1378 From Nick Patavalis <npat@inaccessnetworks.com>.
417f4d3a 1379
8f7d3eca
JC
13802002-01-07 Jaeyoun Chung <jay@kldp.org>
1381
d814862a 1382 * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd].
d2c846aa 1383 Not used for Korean Hangul Type 2 (request from emacs-kr mailing list).
8f7d3eca 1384
121f67fa
EZ
13852002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1386
1387 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string.
1388
7f93e2ab
DL
13892002-01-01 Dave Love <fx@gnu.org>
1390
d2c846aa 1391 * quail/indian.el (quail-define-indian-trans-package): Unquote lambda.
7f93e2ab
DL
1392 (quail-define-inscript-package): Avoid mapcar*.
1393
3c08498a
DL
13942001-12-20 Dave Love <fx@gnu.org>
1395
1396 * quail/latin-ltx.el: Fix un-doubled backslashes.
1397
96566974
DL
13982001-12-15 Dave Love <fx@gnu.org>
1399
abceb4ac 1400 * quail/latin-pre.el ("french-prefix", "german-prefix")
96566974
DL
1401 ("spanish-prefix"): Fix language assignment.
1402
abceb4ac
JB
1403 * quail/latin-post.el ("french-postfix", "german-postfix")
1404 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
1405 ("french-keyboard", "french-azerty", "german")
96566974
DL
1406 ("spanish-keyboard"): Fix language assignment.
1407
1408 * quail/indian.el: Don't require cl.
d2c846aa 1409 (quail-indian-flatten-list): Rename from flatten-list.
96566974 1410
abceb4ac
JB
1411 * quail/cyrillic.el ("cyrillic-beylorussian")
1412 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
96566974
DL
1413 ("belarusian", "bulgarian-pho"): Fix language assignment.
1414
1415 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")
1416 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix")
1417 ("turkish-alt-postfix"): Fix language assignment.
1418 ("dutch"): Assign to Dutch. Use chars, not strings.
d2c846aa 1419 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New.
96566974 1420
880820fe 14212001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
1422
1423 * COPYING: New file.
1424
eea6cc1f
JC
14252001-12-03 Jaeyoun Chung <jay@kldp.org>
1426
d814862a 1427 * quail/hangul3.el: Add a few convenient composing sequences for
eea6cc1f
JC
1428 Korean keyboard type 3 users.
1429
de371c8c
DL
14302001-11-29 Dave Love <fx@gnu.org>
1431
1432 * quail/latin-ltx.el: Extra translations. Fix some
1433 latin-iso8859-4 characters. Use Hebrew letters, not compatibility
1434 symbols.
1435
ea17b6e1
JR
14362001-11-28 Juanma Barranquero <lektu@terra.es>
1437
d814862a 1438 * makefile.w32-in (INDIAN): Adjust for the file name change;
ea17b6e1
JR
1439 quail/devanagari.elc -> quail/indian.elc.
1440
1441 * makefile.nt (INDIAN): Likewise.
1442
177c0ea7 14432001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
8727d588
RS
1444
1445 * quail/devanagari.el: Renamed to indian.el.
1446
1447 * quail/indian.el: Renamed from devanagari.el, and completely
1448 re-written. The input method devanagari-hindi-transliteration is
1449 merged with devanagari-itrans, devanagari-keyboard-a is renamed to
1450 devanagari-inscript, devanagari-transliteration is renamed to
1451 devanagari-kyoto-harvard.
1452
1453 * Makefile.in: Adjusted for the file name change;
1454 quail/devanagari.elc -> quail/indian.elc.
1455
e154cc44
EZ
14562001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1457
1458 * quail/welsh.el: Avoid an error message due to a commented-out
1459 input method.
1460
a6beb3d2
RS
14612001-11-05 Richard M. Stallman <rms@gnu.org>
1462
1463 * quail/rfc1345.el: Get rid of the explicit ^Z character.
1464
cd946181
EZ
14652001-11-05 Eli Zaretskii <eliz@is.elta.co.il>
1466
1467 * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display.
1468
7115232b
DL
14692001-11-04 Dave Love <fx@gnu.org>
1470
1471 * Makefile.in (LATIN): Add welsh.
1472 (UNICODE): New.
1473 (MISC): Add georgian.
1474 (WORLD): Add UNICODE.
1475
1476 * quail/welsh.el, quail/georgian.el, quail/rfc1345.el:
1477 * quail/uni-input.el, quail/sgml-input.el: New file.
1478
1479 * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods.
1480
1481 * quail/latin-alt.el ("dutch"): New method.
1482
b344d29d 14832001-10-27 Francesco Potortì <pot@gnu.org>
3a8b7edb
FP
1484
1485 * quail/latin-post.el ("italian-postfix"): Undo previous change.
1486
1487 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
1488
b344d29d 14892001-10-25 Francesco Potortì <pot@gnu.org>
a4416b14
FP
1490
1491 * quail/latin-post.el ("italian-postfix"): Euro symbol.
1492
1493 * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol.
1494
71431a0e
GM
14952001-10-20 Gerd Moellmann <gerd@gnu.org>
1496
6aa97356 1497 * (Version 21.1 released.)
71431a0e 1498
c4e7e308
EZ
14992001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1500
1501 * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet
1502 mappings, so that one could type them without leaving the Hanyu
1503 Pinyin input method. Suggested by Kenichi Handa
1504 <handa@etl.go.jp>.
1505
51724e26
EZ
15062001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1507
1508 * quail/greek.el ("greek-babel"): New input method. From David
1509 Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
1510
ab952a4f
GM
15112001-10-05 Gerd Moellmann <gerd@gnu.org>
1512
1513 * Branch for 21.1.
a4416b14 1514
00651fbf
EZ
15152001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1516
1517 * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup
1518 <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
1519
5a397d28
GM
15202001-08-06 Gerd Moellmann <gerd@gnu.org>
1521
1522 * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of
1523 "chinese-py".
1524 ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
1525
880820fe 15262001-07-16 Pavel Janík <Pavel@Janik.cz>
be567141 1527
150998ec
PJ
1528 * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el
1529 * quail/czech.el, quail/devanagari.el, quail/ethiopic.el
1530 * quail/greek.el, quail/hangul.el, quail/hangul3.el
1531 * quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el
1532 * quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el
1533 * quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el
1534 * quail/latin-pre.el, quail/lrt.el, quail/py-punct.el
1535 * quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el
1536 * quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to
be567141
PJ
1537 follow coding conventions.
1538
e6aeb775
AC
15392001-06-04 Andrew Choi <akochoi@i-cable.com>
1540
1541 * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.
1542
ec57454f
AI
15432001-06-01 Andrew Innes <andrewi@gnu.org>
1544
1545 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
1546 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
1547 $(srcdir)/quail/pypunct-b5.elc.
1548 (NON_TIT_CNS): Remove.
1549 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
1550 (CHINESE_CNS): Remove.
1551 (KOREAN): Add $(srcdir)/quail/hanja3.elc.
1552 (LATIN): Add $(srcdir)/quail/latin-alt.elc and
1553 $(srcdir)/quail/latin-ltx.elc.
1554 (MISC_DIC): Copy from Makefile.in.
1555 (CHINESE): Remove $(CHINESE_CNS).
1556 (all): Add $(MISC_DIC) as target.
1557 (.NOTPARALLEL): New target.
1558 (.NO_PARALLEL): New target.
1559 ($(MISC_DIC)): New target.
1560 (clean mostlyclean): Clean more stuff.
1561 (TIT_EL): New macro.
1562 (MISC_DIC_EL): New macro.
1563
1564 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it.
1565 (TIT-BIG5): Remove CTLauB.elc from it.
1566 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
1567 (clean mostlyclean): Remove obsolete reference.
1568
70079787
EZ
15692001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1570
1571 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display.
1572
5e3d4fbc
AC
15732001-05-24 Andrew Choi <akochoi@i-cable.com>
1574
937fad9a
AC
1575 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
1576
5e3d4fbc
AC
1577 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.
1578
1579 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.
1580
1581 * Makefile.in (TIT-GB): Remove CTLau.elc from it.
1582 (TIT-BIG5): Remove CTLauB.elc from it.
1583 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it.
1584
f042e7b9
DL
15852001-05-17 Dave Love <fx@gnu.org>
1586
d2c846aa 1587 * quail/latin-ltx.el ("TeX"): Rename from "latin-latex2e".
f042e7b9
DL
1588 Language family and indicator changed. Many new translations.
1589
f08cf35b
GM
15902001-05-17 Gerd Moellmann <gerd@gnu.org>
1591
1592 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and
5ce6e4f4 1593 slovak input methods. New maintainer. From Pavel Janík
f08cf35b
GM
1594 <Pavel@Janik.cz>.
1595
b5eeaa1d
GM
15962001-04-23 Gerd Moellmann <gerd@gnu.org>
1597
3ddfbced
SM
1598 * quail/latin-ltx.el: Add more translations.
1599 From jsbien@mimuw.edu.pl (Janusz S. Bień).
b5eeaa1d 1600
55a22ce1
EZ
16012001-04-19 Eli Zaretskii <eliz@is.elta.co.il>
1602
1603 * quail/hangul.el <korean-hangul>: Doc fix.
1604
90200fcc
AI
16052001-04-18 Andrew Innes <andrewi@gnu.org>
1606
1607 * makefile.w32-in (EMACSLOADPATH): Define.
a4416b14
FP
1608 ($(TIT)):
1609 ($(MISC_DIC)):
1610 (.el.elc):
90200fcc
AI
1611 (leim-list.el): Remove stuff to set EMACSLOADPATH.
1612
f383cd0d
GM
16132001-04-05 Gerd Moellmann <gerd@gnu.org>
1614
a55e4e68
GM
1615 * Makefile.in (install): Remove .cvsignore files.
1616
f383cd0d
GM
1617 * quail/japanese.el ("japanese-hankaku-kana"): Don't use
1618 the same translations as for `japanese'.
1619
4c1dadb1
AI
16202001-04-03 Andrew Innes <andrewi@gnu.org>
1621
1622 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and
1623 quail/ZIRANMA.elc.
1624 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
1625 $(srcdir)/quail/tsang-b5.elc.
1626 (NON_TIT_CNS): Delete.
1627 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
1628 (CHINESE_CNS): Delete.
1629 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa
1630 <handa@etl.go.jp>.
1631 (MISC_DIC): New variable.
1632 (CHINESE): Delete $(CHINESE_CNS).
1633 (WORLD): Add $(MISC_DIC).
1634 (all): Depends on $(MISC_DIC).
1635 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1636 ($(MISC_DIC)): New target.
1637 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
1638 and $(MISC_DIC:.elc=.el).
1639
e217c26e
EZ
16402001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1641
3ddfbced
SM
1642 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc.
1643 From Kenichi Handa <handa@etl.go.jp>.
a46d278b 1644
e217c26e
EZ
1645 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
1646
a3d0b0e0
KH
16472001-03-31 Kenichi Handa <handa@etl.go.jp>
1648
c4cc8b9a 1649 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc.
a3d0b0e0
KH
1650 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
1651 ${srcdir}/quail/tsang-b5.elc.
1652 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
1653 (CHINESE-CNS): Delete it.
1654 (MISC-DIC): New variable.
1655 (CHINESE): Delete ${CHINESE-CNS}.
4c1dadb1 1656 (WORLD): Add ${MISC-DIC}.
a3d0b0e0
KH
1657 (all): Depends on ${MISC-DIC}.
1658 (${MISC-DIC}): New target.
1659 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.
1660
1661 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
1662 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files.
1663
1664 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them.
1665
1666 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el,
cb0dc144 1667 * quail/quick-cns.el: Delete them.
a4416b14 1668
9d5d1075
EZ
16692001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1670
1671 * Makefile.in (${TIT}): Fix whitespace.
1672
ed31fabf
GM
16732001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
1674
1675 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1676 (${TIT}): If the target file already exist, don't remake it.
1677
1e406be0
KH
16782001-03-21 Kenichi Handa <handa@etl.go.jp>
1679
1680 * quail/slovak.el ("slovak"): Translate "=q" to "`".
1681
ce058493 16822001-03-16 Pavel Janík <Pavel@Janik.cz>
8f369c02
KH
1683
1684 * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
1685 "=q", "+q", "=Q", and "+Q".
1686 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT.
1687 ("slovak-prog-2"): Likewise.
1688 ("slovak-prog-3"): Likewise.
1689
abfa36c4
EZ
16902001-03-16 Eli Zaretskii <eliz@is.elta.co.il>
1691
1692 * quail/latin-post.el ("finnish-keyboard"): Fix a typo.
1693
b8a7ebcf
KH
16942001-03-16 Kenichi Handa <handa@etl.go.jp>
1695
3ddfbced
SM
1696 * quail/japanese.el (quail-japanese-transliteration-rules):
1697 New variable. Use it to define these input methods: "japanese",
b8a7ebcf 1698 "japanese-hiragana", "japanese-katakana".
1bdfe188
KH
1699 (quail-japanese-kana-state): Delete this variable.
1700 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
10d1d0af 1701 instead check if there's any Hiraganas in the conversion region.
b8a7ebcf 1702
9a639fce
KH
17032001-03-14 Kenichi Handa <handa@mule.m17n.org>
1704
1705 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
1706
51ab41b7
KH
17072001-03-06 Kenichi Handa <handa@etl.go.jp>
1708
1709 * CXTERM-DIC/4Corner.tit: Add copyright notice.
1710
36d5e61d
KH
17112001-03-05 Kenichi Handa <handa@etl.go.jp>
1712
1713 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
10d1d0af 1714 change of the special key bindings.
36d5e61d 1715
bf0bdce8
KH
17162001-02-22 Kenichi Handa <handa@etl.go.jp>
1717
51ab41b7 1718 * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
bf0bdce8
KH
1719
1720 * CXTERM-DIC/ETZY.tit: Likewise.
1721
1722 * CXTERM-DIC/ZOZY.tit: Likewise.
1723
193fba87
AI
17242001-02-05 Andrew Innes <andrewi@gnu.org>
1725
1726 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
1727 path absolute.
1728
350d71b3
AI
17292001-02-03 Andrew Innes <andrewi@gnu.org>
1730
1731 * makefile.w32-in (LATIN): Fix last change to use () not {}.
1732
49bd4a69
KH
17332001-02-02 Kenichi Handa <handa@etl.go.jp>
1734
1735 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
1736
1737 * makefile.w32-in (LATIN): Likewise.
1738
1739 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method.
1740
a51e9546
AI
17412001-02-01 Andrew Innes <andrewi@gnu.org>
1742
1743 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
1744
c91d43ed
KH
17452001-02-01 Kenichi Handa <handa@etl.go.jp>
1746
c91d43ed
KH
1747 * quail/greek.el ("greek-mizuochi"): New input method for
1748 classical Greek.
1749
7ccf7ab9 17502001-01-28 Gerd Moellmann <gerd@gnu.org>
c522cff0 1751
3ddfbced 1752 * Makefile.in (extraclean): Add target so make doesn't die if
c522cff0
BW
1753 one runs "make extraclean" at the top level.
1754
0dac6924
AI
17552001-01-06 Andrew Innes <andrewi@gnu.org>
1756
1757 * makefile.nt ($(TIT)): Map .elc to .el.
1758 (buildlisppath): Make path relative to $(MAKEDIR).
1759
392164c1
AS
17602001-01-01 Andreas Schwab <schwab@suse.de>
1761
1762 * quail/latin-alt.el: Doc fixes.
1763
ec6bd013
DL
17642000-12-18 Dave Love <fx@gnu.org>
1765
880820fe
KH
1766 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate š entry.
1767 Change œ, Œ, ¶.
ec6bd013 1768
8ff06845
KH
17692000-12-16 Kenichi Handa <handa@etl.go.jp>
1770
1771 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
1772
4ee87dbb
AI
17732000-12-06 Andrew Innes <andrewi@gnu.org>
1774
1775 * makefile.w32-in (buildlisppath): Set to an absolute directory,
1776 relative to $(CURDIR).
1777 (INSTALLDIR): Use forward slash.
1778
24c53d36
AI
17792000-11-24 Andrew Innes <andrewi@gnu.org>
1780
1781 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
1782
1783 * makefile.nt (.SUFFIXES): New target, include .elc .el.
1784
37c35586
KH
17852000-11-21 Kenichi Handa <handa@etl.go.jp>
1786
1787 * Makefile.in (.SUFFIXES): New target, include .elc .el.
1788
3c7d764e
KH
17892000-11-17 Kenichi Handa <handa@etl.go.jp>
1790
1791 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
1792 remember the conversion start.
1793
f3d3c491
AI
17942000-10-21 Andrew Innes <andrewi@gnu.org>
1795
1796 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
1797 of conditional invocation of make.
a4416b14
FP
1798 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1799 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
1800 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1801 files to .elc.
3ddfbced 1802 ($(TIT)): Adjust for the above change.
f3d3c491
AI
1803 (clean mostlyclean): Likewise.
1804 (.el.elc): New target.
1805
1806 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
1807 of conditional invocation of make.
a4416b14
FP
1808 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1809 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
f3d3c491
AI
1810 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1811 files to .elc.
3ddfbced 1812 ($(TIT)): Adjust for the above change.
f3d3c491
AI
1813 (clean mostlyclean): Likewise.
1814 (.el.elc): New target.
1815
a115794c
EZ
18162000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1817
1818 * Makefile.in (${TIT}, clean): Don't use shell `command`
1819 expansion, use ${TIT:.elc=.el} instead.
1820
ce75c97a
GM
18212000-09-26 Gerd Moellmann <gerd@gnu.org>
1822
1823 * Makefile.in: Make this the leim Makefile.in.
1824 (clean): Also remove $NON-TIT and $WORLD.
1825 (RUN-EMACS): Set EMACSLOADPATH.
1826
7b920aa1
KH
18272000-09-21 Kenichi Handa <handa@etl.go.jp>
1828
36e44f62
KH
1829 * Makefile.in: Revert to no-leim Makefile.
1830
cd3c0140
KH
1831 * quail/.cvsignore: Include *.elc.
1832
1833 * ja-dic/.cvsignore: New file.
7b920aa1 1834
5eedab4d
AI
18352000-09-16 Andrew Innes <andrewi@gnu.org>
1836
1837 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
1838 (leim-list.el): Ditto.
1839
1840 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
1841 (leim-list.el): Ditto.
1842
39f547f7
AI
18432000-09-15 Andrew Innes <andrewi@gnu.org>
1844
1845 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
1846 files.
1847
fe83b953
AI
18482000-09-14 Andrew Innes <andrewi@gnu.org>
1849
1850 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
1851 leim-list.el.
1852 (distclean maintainer-clean): Ditto for stamp-subdir.
1853
1854 * makefile.nt: Rename skkdic to ja-dic.
1855
0fddd0dc
KH
18562000-09-07 Kenichi Handa <handa@etl.go.jp>
1857
1858 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
1859 translation.
1860
1861 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
1862
1863 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
1864 ("chinese-tonepy-punct"): New input method.
1865
1866 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
1867 translation.
1868
1869 * quail/japanese.el ("japanese"): Delete the key sequence for
1e4f1886 1870 Roman transliteration from the docstring because it's now shown
0fddd0dc
KH
1871 automatically.
1872 ("japanese-ascii", "japanese-zenkaku")
1873 ("japanese-hankaku-kana", "japanese-hiragana")
1874 ("japanese-katakana"): Docstring modified.
1875
3ddfbced 1876 * quail/czech.el ("czech-qwerty"): Change to show keyboard layout
0fddd0dc
KH
1877 on describe-input-method.
1878 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
1879
44ef7cf6
AI
18802000-09-03 Andrew Innes <andrewi@gnu.org>
1881
1882 * makefile.w32-in: New file.
f8803e97 1883 (install) Fix copying of directories.
44ef7cf6 1884
5724ab7a
KH
18852000-08-31 Kenichi Handa <handa@etl.go.jp>
1886
1887 * quail/thai.el (thai-generate-quail-map): If the length of
1888 translation is more than one, compose it.
1889
daba11ce
DL
18902000-08-29 Dave Love <fx@gnu.org>
1891
880820fe 1892 * quail/latin-pre.el ("latin-9-prefix"): Change entries for œ and Œ.
a39fb83d 1893
daba11ce
DL
1894 * Makefile.in: ja-dic <- skk in several places.
1895
457dd64a
KH
18962000-08-25 Kenichi Handa <handa@etl.go.jp>
1897
1898 * ja-dic: Directory name changed from skkdic.
1899
a1a2e38f 1900 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
457dd64a
KH
1901
1902 * README: Rename skkdic to ja-dic throughout the file.
1903
68ce69e1
DL
19042000-08-24 Dave Love <fx@gnu.org>
1905
1906 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
457dd64a 1907 ("latin-1-prefix"): Add missing symbols.
68ce69e1 1908
5a76406c
DL
19092000-08-23 Dave Love <fx@gnu.org>
1910
880820fe
KH
1911 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give § and
1912 add ~p for ¶.
5a76406c 1913
240a16cf
KH
19142000-07-18 Kenichi Handa <handa@etl.go.jp>
1915
1916 * quail/japanese.el ("japanese"): Fix docstring.
1917
7a3fd467
KH
19182000-07-17 Kenichi Handa <handa@etl.go.jp>
1919
1920 * quail/japanese.el ("japanese"): Docstring modified.
1921
0bd5914b
KH
19222000-06-12 Kenichi Handa <handa@etl.go.jp>
1923
1924 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
1925 ("tibetan-wylie"): State transition table modified.
1926
4dc1225b
KH
19272000-06-01 Kenichi Handa <handa@etl.go.jp>
1928
1929 * quail/tibetan.el: Change all tibetan-1-column characters to
1930 tibetan. Quail map for "tibetan-wylie" fixed.
1931
177c0ea7 19322000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
6733d074
KH
1933
1934 * quail/latin-pre.el ("polish-slash"): New input method.
1935
69766f94
KH
19362000-03-02 Kenichi Handa <handa@etl.go.jp>
1937
1938 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
1939
9a90d84c
GM
19402000-02-01 Gerd Moellmann <gerd@gnu.org>
1941
1942 * Makefile.in: Make this the no-leim Makefile. Move the
1943 leim Makefile.in to ../leim-Makefile.in as it originally was.
1944
1945 * Makefile.noleim: Removed.
1946
cba32d22
KH
19472000-01-28 Kenichi Handa <handa@etl.go.jp>
1948
1949 * quail/hanja.el (korean-hanja): Add an entry for "wod".
1950
11ad3dee
KH
19512000-01-04 Kenichi Handa <handa@etl.go.jp>
1952
1953 * quail/japanese.el ("japanese"): Docstring augmented.
1954
5ec14d3c
KH
19551999-12-15 Kenichi Handa <handa@etl.go.jp>
1956
1957 * quail/lao.el: Rewritten for new composition.
1958
1959 * quail/lrt.el: Rewritten for new composition.
1960
1961 * quail/thai.el: Rewritten for new composition.
1962
1963 * quail/tibetan.el: Rewritten for new composition.
1964
113a1195
KH
19651999-12-13 Kenichi Handa <handa@etl.go.jp>
1966
1967 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
1968 characters, not Latin-1.
1969
98e85e34
GM
19701999-11-22 Andrew Innes <andrewi@gnu.org>
1971
1972 * makefile.nt: No need to generate subdirs.el.
1973
371f58d5
GM
19741999-11-21 Andrew Innes <andrewi@gnu.org>
1975
1976 * makefile.nt: New file.
1977
177c0ea7 19781999-10-26 Gerd Moellmann <gerd@gnu.org>
26922151
GM
1979
1980 * Makefile.noleim: New.
1981
58af2287
DL
19821999-09-19 Ken'ichi Handa <handa@gnu.org>
1983
3ddfbced 1984 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Rename from
58af2287
DL
1985 turkish-postfix.
1986 ("turkish-postfix"): New Turkish input method which inserts
1987 Latin-5 characters.
1988
3ddfbced 1989 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Rename from
58af2287
DL
1990 turkish-alt-postfix.
1991 ("turkish-alt-postfix"): New Turkish input method which inserts
1992 Latin-5 characters.
1993
19941999-07-12 Richard Stallman <rms@gnu.org>
1995
1996 * Version 20.4 released.
1997
19981998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
1999
2000 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
2001
20021999-06-14 Ken'ichi Handa <handa@gnu.org>
2003
2004 * quail/ethiopic.el ("ethiopic"): Add translation rules.
2005
20061999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
2007
2008 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
2009 hanja.el.
2010
20111999-05-25 Ken'ichi Handa <handa@gnu.org>
2012
2013 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
2014
20151999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
2016
2017 * quail/latin-pre.el ("romanian-prefix"): New input method.
2018 ("romanian-alt-prefix"): New input method.
2019
20201999-03-04 Kenichi Handa <handa@etl.go.jp>
2021
2022 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
2023
20241999-01-14 Kenichi Handa <handa@etl.go.jp>
2025
2026 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
2027 to convert is `n', change it to Japanese Hiragana `n' before
2028 conversion.
2029
20301999-01-11 Kenichi Handa <handa@etl.go.jp>
2031
2032 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
2033
2034 * quail/hebrew.el: New file.
2035
20361998-12-15 Kenichi Handa <handa@etl.go.jp>
2037
2038 * quail/devanagari.el (quail-devanagari-compose-characters):
3ddfbced 2039 Adjust for the change of input method handling.
58af2287
DL
2040 (quail-devanagari-hindi-compose-characters): Likewise.
2041
20421998-10-15 Kenichi Handa <handa@etl.go.jp>
2043
2044 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
2045 `(cd foo; pwd)`.
2046 (install): Likewise.
2047
b344d29d 20481998-10-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
58af2287
DL
2049
2050 * quail/latin-post.el: Many doc fixes.
2051 ("latin-1-postfix"): Add sequence for the small superscript o.
2052 * quail/latin-pre.el: Many doc fixes.
2053 ("latin-1-prefix"): Add sequences for the small
2054 superscript underlined o and a.
2055
b344d29d 20561998-10-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
58af2287
DL
2057
2058 * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
2059 small superscript underlined o and a.
2060 ("italian-alt-postfix"): Change it to something useful and
a4416b14 2061 different from italian-postfix.
58af2287
DL
2062 * latin-post.el ("latin-1-postfix"): Add a method to enter the
2063 small superscript underlined o and a.
2064 ("italian-postfix"): Same as above.
2065 ("italian-postfix"): Add methods to enter e with acute accent and
2066 the >> and << symbols.
2067
20681998-09-25 Kenichi Handa <handa@etl.go.jp>
2069
2070 * quail/japanese.el (quail-japanese-hankaku-update-translation):
3ddfbced 2071 Adjust for the change of input method handling.
58af2287
DL
2072
20731998-09-11 Kenichi HANDA <handa@etl.go.jp>
2074
2075 * quail/japanese.el (quail-japanese-katakana-update-translation):
3ddfbced 2076 Adjust for the change of input method handling.
58af2287
DL
2077
20781998-08-31 Kenichi Handa <handa@etl.go.jp>
2079
3ddfbced 2080 * quail/tibetan.el (quail-tibetan-input-wylie): Adjust for the
58af2287
DL
2081 change of input method handling.
2082 (quail-tibetan-input-tibkey): Likewise.
2083
20841998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2085
2086 * Version 20.3 released.
2087
20881998-08-16 Kenichi HANDA <handa@etl.go.jp>
2089
2090 * quail/czech.el ("czech"): Make this input method deterministic,
2091 kbd-translate, and show-layout.
2092
20931998-08-15 Kenichi HANDA <handa@etl.go.jp>
2094
2095 * quail/ethiopic.el: Fix several translation rules.
2096
20971998-08-12 Milan Zamazal <pdm@fi.muni.cz>
2098
2099 * quail/czech.el: Few key sequences added to some keyboards.
2100
21011998-08-06 Kenichi Handa <handa@etl.go.jp>
2102
2103 * quail/japanese.el (quail-japanese-use-double-n): New variable.
3ddfbced 2104 (quail-japanese-update-translation): Adjust for the change of
58af2287
DL
2105 quail-update-translation. Now this function should return
2106 CONTROL-FLAG.
2107 (quail-japanese-toggle-kana): Update quail-conversion-str.
2108 (quail-japanese-kanji-kkc): Likewise.
2109 (quail-japanese-switch-package): Reset quail-current-str and
2110 quail-conversion-str.
2111
21121998-07-24 Kenichi Handa <handa@etl.go.jp>
2113
3ddfbced
SM
2114 * quail/japanese.el (quail-japanese-kanji-kkc):
2115 Set quail-translation to nil after calling kkc-region so that
58af2287
DL
2116 translation mode is restarted correctly.
2117
21181998-07-21 Kenichi Handa <handa@etl.go.jp>
2119
2120 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
c80e3b4a 2121 that conversion is canceled in kkc-region.
58af2287
DL
2122 (quail-japanese-switch-package): Fix previous change.
2123
21241998-07-19 Kenichi Handa <handa@etl.go.jp>
2125
3ddfbced
SM
2126 * quail/japanese.el (quail-japanese-update-translation):
2127 Handle a key which should fix the current translation and start a new
58af2287 2128 translation correctly.
3ddfbced
SM
2129 (quail-japanese-toggle-kana): Set quail-translating to nil.
2130 Don't change point.
58af2287
DL
2131
21321998-07-15 Kenichi Handa <handa@etl.go.jp>
2133
3ddfbced 2134 * quail/japanese.el (quail-japanese-kanji-kkc): Adjust for the
58af2287
DL
2135 change of quail.el.
2136 (quail-japanese-switch-package): Likewise.
2137
21381998-07-03 Kenichi Handa <handa@etl.go.jp>
2139
2140 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
2141 Some keys for ancient Korean syllables are changed properly.
2142
21431998-06-20 Kenichi Handa <handa@etl.go.jp>
2144
2145 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
2146 (ethio-select-a-translation): New function.
2147
21481998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
2149
2150 * Makefile.in (RUN-EMACS): Add --multibyte.
2151
21521998-04-29 Karl Heuer <kwzh@gnu.org>
2153
2154 * Makefile.in (SLAVIC): Delete redundant backslash.
2155
21561998-04-28 Richard Stallman <rms@psilocin.gnu.org>
2157
2158 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
2159
21601998-04-20 Kenichi Handa <handa@etl.go.jp>
2161
2162 * Makefile.in (SLAVIC): New macro.
2163 (EUROPEAN): Include ${SLAVIC}.
2164
21651998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
2166
2167 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
2168 (leim-list.el): Depend on ${WORLD}.
2169
2170 * latin-alt.el (latin-2-alt-postfix): Doc fix.
2171
21721998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
2173
2174 * czech.el, slovak.el: Correct starting commentary.
2175
21761998-04-07 Milan Zamazal <pdm@fi.muni.cz>
2177
2178 * quail/czech.el, quail/slovak.el: Correct starting commentary.
2179
21801998-04-06 Andreas Schwab <schwab@gnu.org>
2181
2182 * lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
2183 to length.
2184 (lrt-generate-quail-map): Change sref to aref, and make second
2185 argument of substring a character index.
2186
21871998-03-26 Richard Stallman <rms@psilocin.gnu.org>
2188
2189 * Makefile.in (${TIT}): Fix shell conditional syntax.
2190
21911998-03-18 Kenichi Handa <handa@etl.go.jp>
2192
cb0dc144 2193 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
58af2287
DL
2194 "/ " to "/" (instead of " ").
2195
21961998-03-17 Richard Stallman <rms@psilocin.gnu.org>
2197
2198 * quail/czech.el, quail/slovak.el: New files.
2199
22001998-03-10 Richard Stallman <rms@psilocin.gnu.org>
2201
2202 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
2203 Uses changed.
2204
22051998-03-05 Kenichi Handa <handa@etl.go.jp>
2206
2207 * Makefile.in (${TIT}): To byte-compile quail packages, use just
2208 built quail.
2209
99d99081 22101997-12-09 Koaunghi Un <koaunghi.un@zdv.uni-tuebingen.de>
58af2287
DL
2211
2212 * quail/hanja3.el: New file.
2213
2214 * quail/hanja-jis.el: Title string of the input method
2215 "korean-hanja-jis" changed.
2216
2217 * quail/symbol-ksc.el: Title string of the input method
2218 "korean-symbol" changed. Require 'korea-util.
3ddfbced 2219 (quail-hangul-switch-back): Delete.
58af2287
DL
2220
2221 * quail/hangul3.el: Require 'korea-util.
3ddfbced 2222 (quail-hangul-switch-to-symbol-ksc): Delete.
58af2287
DL
2223
2224 * quail/hanja.el: Require 'korea-util. Title string of the input
2225 method "korean-hanja" changed.
3ddfbced 2226 (quail-hanja-switch-to-symbol-ksc): Delete.
58af2287
DL
2227
2228 * quail/hangul.el: Require 'korea-util.
3ddfbced 2229 (quail-hangul-switch-to-symbol-ksc): Delete.
a4416b14 2230
58af2287
DL
22311997-10-23 Kenichi Handa <handa@etl.go.jp>
2232
2233 * quail/ethiopic.el: The title string of input method "Ethiopic"
2234 is changed.
2235
22361997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2237
2238 * Version 20.2 released.
2239
22401997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2241
2242 * quail/latin-post.el (german): Swap y and z.
2243
22441997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2245
2246 * Version 20.1 released.
2247
2248 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
a4416b14 2249
58af2287
DL
22501997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2251
2252 * quail/viqr.el (vietnamese-viqr): Doc fix.
2253
22541997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2255
2256 * quail/latin-alt.el: New file.
2257
22581997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2259
2260 * quail/latin-post.el: Undo previous change.
a4416b14 2261
58af2287
DL
22621997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2263
2264 * quail/latin-post.el (latin-2-postfix):
2265 Replace comma and period with `. Replace colon with /.
2266 (latin-1-postfix): Replace comma with /.
2267 (french-postfix): Replace comma with /.
2268 (latin-3-postfix): Replace comma with ` and period with /.
2269 (latin-4-postfix): Replace comma with ` and period with ~.
2270 (latin-5-postfix): Replace comma with ` and period with /.
2271 (turkish-postfix): Replace comma with ` and period with /.
2272
22731997-09-10 Kenichi Handa <handa@etl.go.jp>
2274
3ddfbced
SM
2275 * quail/ethiopic.el: Don't bind keys in quail-mode-map.
2276 The function added to quail-mode-hook turn ethio-mode on only when
58af2287 2277 input method "ethiopic" is begin used.
3ddfbced 2278 (ethio-prefer-ascii-space): Move to lisp/language/ethio-util.el.
58af2287
DL
2279 (ethio-toggle-space): Likewise.
2280 (ethio-insert-space): Likewise.
2281 (ethio-insert-ethio-space): Likewise.
2282 (ethio-prefer-ascii-punctuation): Likewise.
2283 (ethio-toggle-punctuation): Likewise.
2284 (ethio-gemination): Likewise.
3ddfbced
SM
2285 ("ethiopic"): Doc-string of this Quail package modified.
2286 Bind function keys for TRANSLATION-KEYMAP to
58af2287
DL
2287 quail-execute-non-quail-command.
2288
22891997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2290
2291 * Makefile.in (install): Use quail/* in the second tar that
2292 copies a dir named quail.
2293
22941997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2295
3ddfbced
SM
2296 * Makefile.in (install): Do not copy leim-list.el twice.
2297 Copy `skk' subdirectory too.
58af2287
DL
2298
22991997-09-03 Kenichi Handa <handa@etl.go.jp>
2300
2301 * quail/cyrillic.el: For each package, pass t for the SIMPLE
2302 argument to quail-define-package.
4f405069 2303 * quail/cyril-jis.el: Likewise.
58af2287
DL
2304 * quail/greek.el: Likewise.
2305 * quail/ipa.el: Likewise.
2306 * quail/lao.el: Likewise.
2307 * quail/lrt.el: Likewise.
2308 * quail/thai.el: Likewise.
2309 * quail/viqr.el: Likewise.
2310
23111997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
2312
183080b6 2313 * quail/ethiopic.el ("ethiopic"): Doc-string fixed. Change the arg
58af2287
DL
2314 TRANSLATION-KEYS.
2315 (quail-mode-map): Change binding for ethio-insert-ethio-space.
2316 (quail-mode-hook): Check the current Quail package name.
2317
c80e3b4a 2318 * quail/latin-post.el: Add rules for canceling accents by typing
58af2287
DL
2319 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
2320 packages.
2321
23221997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2323
2324 * quail/latin-post.el, quail/latin-pre.el: For each package,
2325 pass t for the SIMPLE argument to quail-define-package.
2326
23271997-08-28 Kenichi Handa <handa@etl.go.jp>
2328
2329 * Makefile.in (dotdot): This macro deleted.
2330 (SUBDIRS): Exclude skk.
2331 (all): Substitute ${WORLD} to ${TIT}.
2332 (%.el): This target deleted.
2333 (${TIT}): Check existence of `quail' subdirectory.
2334 (leim-list.el): Do not check old files.
2335 (install): If ${srcdir} is different from the current directory,
2336 copy also files under ${srcdir}.
2337
23381997-08-26 Kenichi Handa <handa@etl.go.jp>
2339
2340 * Makefile.in: Re-arrange macros so that the macro TIT contains
2341 only Quial packages generated from CXTERM dictionaries, and the
2342 macro NON-TIT contains only Quial packages distributed with Emacs.
2343 (install): Do not use -h option for tar, instead copy ${NON-TIT}
2344 and ${TIT} separately.
2345
23461997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2347
2348 * Makefile.in (install): Discard extra data in tar | tar command.
2349
23501997-08-23 Kenichi Handa <handa@etl.go.jp>
2351
3ddfbced
SM
2352 * quail/devanagari.el (quail-devanagari-compose-characters):
2353 Fix previous change.
58af2287
DL
2354 (quail-devanagari-hindi-compose-characters): Fix previous change.
2355
2356 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
2357 change.
2358
23591997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2360
2361 * Makefile.in (leim-list.el): Fix previous change.
2362
2363 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
2364
23651997-08-21 Kenichi HANDA <handa@etl.go.jp>
2366
2367 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
2368 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
2369 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
2370
2371 * Makefile.in (install): Just copy leim-list.el instead of running
2372 update-leim-list-file on ${INSTALLDIR}.
2373 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
2374 py-punct-b5.el -> pypunct-b5.el.
2375 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
2376 (leim-list.el): Delete old files not contained in ${WORLD}.
2377
3ddfbced
SM
2378 * quail/japanese.el (quail-japanese-kkc-mode-exit):
2379 Run input-method-after-insert-chunk-hook.
58af2287
DL
2380
2381 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
2382
23831997-08-19 Kenichi Handa <handa@etl.go.jp>
2384
2385 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
2386 package fixed.
2387
23881997-08-18 Kenichi Handa <handa@etl.go.jp>
2389
2390 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
2391 throw.
2392 (quail-japanese-kanji-kkc): Completely re-written.
2393 (quail-japanese-kkc-mode-exit): New function.
2394 (quail-japanese-switch-package): Call activate-input-method
2395 instead of select-input-method.
2396
2397 * quail/thai.el (thai-consonant-input): Typo fixed.
2398
3ddfbced
SM
2399 * quail/devanagari.el (quail-devanagari-compose-characters):
2400 Do not call throw.
58af2287
DL
2401 (quail-devanagari-hindi-compose-characters): Likewise.
2402
3ddfbced
SM
2403 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc):
2404 Call activate-input-method instead of select-input-method.
58af2287
DL
2405
2406 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
2407
3ddfbced
SM
2408 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise.
2409 Use input-method-history instead of previous-input-method.
58af2287
DL
2410
24111997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
2412
59daa29a 2413 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
58af2287
DL
2414
24151997-08-16 Kenichi Handa <handa@etl.go.jp>
2416
2417 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
2418 ("lao-lrt"): Doc-string of this Quail package modified.
10d1d0af 2419 Some translation rules added.
58af2287
DL
2420
2421 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
2422 (lao-quail-define-rules): Some translation rules corrected.
2423
24241997-08-11 Kenichi Handa <handa@etl.go.jp>
2425
2426 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
2427 (lrt-vowel-table): The entry for "aM" corrected.
2428
24291997-08-07 Kenichi Handa <handa@etl.go.jp>
2430
2431 * quail/lrt.el: Change title string of input method "lao-lrt".
2432 (lrt-single-consonant-table): Several key sequence changed.
2433 (lrt-composing-pattern-double-c): Handle a consonant with
2434 semi-vowel-lower correctly.
2435 (lrt-handle-maa-sakod): Do not reset quail-current-key.
2436 (lrt-handle-tone-mark): Check the existence of double consonant
2437 correctly.
2438
2439 * quail/lao.el: Change title string of input method "Lao".
2440
24411997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
2442
2443 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
10d1d0af 2444 modified. Several translation rules modified.
58af2287
DL
2445
24461997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2447
2448 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
2449 quail/cyril-jis.el.
2450
2451 * quail/cyril-jis.el: New file.
2452
2453 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
2454
24551997-08-01 Kenichi Handa <handa@etl.go.jp>
2456
2457 * quail/ethiopic.el: In quail-mode-map, bind
2458 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
2459 Quail package "ethiopic".
2460
24611997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
2462
2463 * quail/cyrillic.el (cyrillic-translit): New input method.
2464
24651997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2466
2467 * quail/tibetan.el: New file.
2468
2469 * quail/py-punct.el: Require 'quail.
2470
2471 * quail/py-punct-b5.el: Require 'quail.
2472
2473 * quail/ethiopic.el: Change Quail package name to "ethiopic".
2474 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
2475
10d1d0af 2476 * Makefile.in (TIT): New variable, concatenation of TIT-GB and
58af2287
DL
2477 TIT-BIG5.
2478 (RUN-EMACS): Do not set EMACSLOADPATH.
10d1d0af 2479 (ASIA): Include TIBETAN.
58af2287 2480 (all): Remove stamp-bytecomp from dependency list.
10d1d0af 2481 ({$TIT}): New target, substitutes the target ${TIT-GB} ${TIT-BIG5}.
58af2287
DL
2482 (%.el): Make a link for byte-compiled file too.
2483 (stamp-bytecomp): Target deleted.
2484 (leim-list.el): Run Emacs with loading quail.
2485 (install-XXX): These targets deleted.
2486 (install): Remove files under INSTALLDIR before copying new files.
2487 Run Emacs with loading quail.
2488 (clean mostlyclean): Remove only generated files.
2489
24901997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2491
2492 * Makefile.in (stamp-bytecomp): Fix shell conditional.
2493 (clean): Fix shell conditional.
2494
24951997-07-21 Jim Meyering <meyering@eng.ascend.com>
2496
2497 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
2498 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
2499
25001997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2501
2502 * Makefile.in: Modified to avoid *.el files being regarded
10d1d0af 2503 as intermediate files and deleted by GNU make.
58af2287
DL
2504
2505 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
2506 (lrt-handle-maa-sakod): Correctly handle the case that
2507 quail-current-data is nil.
2508 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
2509 tone.
2510
25111997-07-15 Kenichi Handa <handa@etl.go.jp>
2512
2513 * quail/py-punct.el: New file.
2514
2515 * quail/py-punct-b5.el: New file.
2516
2517 * quail/japanese.el: Doc-string of Quail package japanese modified.
2518
2519 * Makefile.in: Rules re-written to avoid tricky code.
183080b6
JB
2520 (CHINESE-GB): Include quail/py-punct.elc.
2521 (CHINESE-BIG5): Include quail/py-punct-b5.elc.
a4416b14 2522
58af2287
DL
25231997-07-10 Kenichi Handa <handa@etl.go.jp>
2524
2525 * quail/latin-pre.el: Change titles of quail packages.
2526
2527 * quail/latin-post.el: Likewise.
2528
6922b018 2529;; Local Variables:
880820fe 2530;; coding: utf-8
6922b018 2531;; End:
2a34a036 2532
ba318903 2533 Copyright (C) 1997-1999, 2001-2014 Free Software Foundation, Inc.
5b87ad55
GM
2534
2535 This file is part of GNU Emacs.
2536
d3fb0974 2537 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 2538 it under the terms of the GNU General Public License as published by
d3fb0974
GM
2539 the Free Software Foundation, either version 3 of the License, or
2540 (at your option) any later version.
5b87ad55
GM
2541
2542 GNU Emacs is distributed in the hope that it will be useful,
2543 but WITHOUT ANY WARRANTY; without even the implied warranty of
2544 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2545 GNU General Public License for more details.
2546
2547 You should have received a copy of the GNU General Public License
d3fb0974 2548 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.