Avoid EMACSDATA in user environment interfering with building
[bpt/emacs.git] / leim / ChangeLog
1 2014-04-11 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
4
5 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
6
7 Revert some of the CANNOT_DUMP fix (Bug#16494).
8 * Makefile.in (RUN_EMACS): Keep EMACSLOADPATH empty.
9
10 2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
11
12 Sync better from sources.
13 * CXTERM-DIC/ARRAY30.tit, CXTERM-DIC/4Corner.tit:
14 * CXTERM-DIC/QJ.tit, CXTERM-DIC/QJ-b5.tit:
15 Omit blank lines not present in the original.
16 * CXTERM-DIC/CCDOSPY.tit:
17 * CXTERM-DIC/PY-b5.tit:
18 * CXTERM-DIC/SW.tit, CXTERM-DIC/TONEPY.tit:
19 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin:
20 Clarify which header lines were added for Emacs.
21 * CXTERM-DIC/README:
22 Clarify what changes we made, and where the files came from.
23 * MISC-DIC/README, MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin:
24 Update URLs.
25 * SKK-DIC/SKK-JISYO.L: Update from upstream.
26
27 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
28
29 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
30 * Makefile.in (RUN_EMACS): Add lisp src to EMACSLOADPATH.
31
32 2013-11-28 Glenn Morris <rgm@gnu.org>
33
34 * Makefile.in (${leimdir}/leim-list.el):
35 * leim-ext.el: Change method for getting comments in the output
36 to one that does not fool lisp/compile-main's no-byte-compile test.
37
38 2013-11-27 Glenn Morris <rgm@gnu.org>
39
40 * Makefile.in (bootstrap-clean): No need to delete .elc,
41 lisp/ rules will do that.
42
43 * Makefile.in (extraclean): New.
44 (bootstrap-clean): Move ja-dic deletion to extraclean.
45
46 Move ja-dic, quail, leim-list.el to ../lisp/leim.
47 * Makefile.in (leimdir): New variable.
48 (TIT_GB, TIT_BIG5, MISC, changed.tit, changed.misc)
49 (${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el):
50 Generate in $leimdir.
51 (all): Remove compilation, add ja-dic.
52 (leim-list.el): Now PHONY.
53 (setwins, compile-targets, compile-main, clean, mostlyclean)
54 (extraclean): Remove.
55 (bootstrap-clean): Delete all generated files.
56 * README: Update for moved leim/ directory.
57 * leim-ext.el (ucs-input-activate, hangul-input-method-activate):
58 Remove manual autoloads; now in loaddefs.el.
59 Disable byte-compile, version-control, autoloads in the output.
60 * quail: Move to ../lisp/leim.
61
62 2013-11-23 Glenn Morris <rgm@gnu.org>
63
64 * Makefile.in (RUN_EMACS): Empty EMACSLOADPATH rather than unsetting.
65
66 2013-11-04 Eli Zaretskii <eliz@gnu.org>
67
68 * Makefile.in (RUN_EMACS): Don't set LC_ALL=C. (Bug#15260)
69
70 2013-11-03 Glenn Morris <rgm@gnu.org>
71
72 * Makefile.in (abs_srcdir): Remove.
73 (RUN_EMACS): Unset EMACSLOADPATH.
74
75 2013-11-02 Glenn Morris <rgm@gnu.org>
76
77 * Makefile.in (buildlisppath): Remove.
78 (RUN_EMACS): Use abs_srcdir directly.
79
80 2013-10-24 Glenn Morris <rgm@gnu.org>
81
82 * Makefile.in (.el.elc, changed.tit, changed.misc, leim-list.el)
83 ($(srcdir)/ja-dic/ja-dic.el, check-declare): Remove unnecessary
84 path in -l argument (RUN_EMACS sets EMACSLOADPATH).
85
86 2013-10-23 Glenn Morris <rgm@gnu.org>
87
88 * Makefile.in (abs_srcdir): New, set by configure.
89 (buildlisppath): Use abs_srcdir.
90 (RUN_EMACS, .el.elc, changed.tit, changed.misc, leim-list.el)
91 ($(srcdir)/ja-dic/ja-dic.el, setwins, distclean, check-declare):
92 Quote entities that might contain whitespace.
93
94 2013-09-05 Jean Haidouk <haidouk@yandex.com> (tiny change)
95
96 * quail/latin-alt.el ("french-alt-postfix", "latin-alt-postfix"):
97 * quail/latin-pre.el ("french-prefix"):
98 * quail/latin-post.el ("french-postfix"): Add `œ' and `Œ'.
99
100 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
101
102 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
103 for portability to hosts where /bin/sh has problems.
104
105 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
106
107 * quail/croatian.el ("croatian-prefix"):
108 * quail/czech.el ("czech", "czech-qwerty"):
109 * quail/ipa-praat.el ("ipa-praat"):
110 * quail/ipa.el ("ipa-x-sampa"):
111 * quail/tibetan.el ("tibetan-wylie", "tibetan-tibkey"):
112 * quail/uni-input.el (ucs-input-activate): Fix typos in docstrings.
113
114 2013-05-25 Eli Zaretskii <eliz@gnu.org>
115
116 * Makefile.in (leim-list.el, check-declare):
117 Replace reveal-filename with unmsys--file-name.
118
119 2013-05-16 Eli Zaretskii <eliz@gnu.org>
120
121 * Makefile.in (leim-list.el, check-declare): Use reveal-filename.
122
123 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
124
125 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
126 * quail/cyrillic.el, quail/czech.el, quail/ethiopic.el:
127 * quail/greek.el, quail/hanja.el, quail/hanja3.el, quail/hebrew.el:
128 * quail/lao.el, quail/lrt.el, quail/slovak.el, quail/symbol-ksc.el:
129 * quail/thai.el, quail/tibetan.el, quail/viqr.el, quail/vntelex.el:
130 * quail/vnvni.el, quail/welsh.el:
131 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
132
133 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
134
135 * Makefile.in ($(srcdir)/ja-dic/ja-dic.el): Use batch-skkdic-convert.
136
137 2013-03-18 Eli Zaretskii <eliz@gnu.org>
138
139 * makefile.w32-in ($(srcdir)/ja-dic/ja-dic.el): New target.
140
141 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
142
143 Automate the build of ja-dic.el (Bug#13984).
144 ja-dic.el no longer needs to be in the repository: it's now
145 generated as part of the build from bzr. Also, update SKK-JISYO.L to
146 match the upstream source exactly.
147 * ja-dic/ja-dic.el: Remove from repository. It is still distributed
148 as part of the Emacs tarball.
149 * Makefile.in ($(srcdir)/ja-dic/ja-dic.el): New rule.
150 (compile-main): Depend on it.
151 * SKK-DIC/README: Update to reflect new build procedure.
152 * SKK-DIC/SKK-JISYO.L: Update to match source exactly.
153 This is now the annotated version, to match the upstream file name;
154 the unannotated one is built from it automatically.
155
156 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * quail/latin-ltx.el: Resolve conflicts (bug#13950).
159 (latin-ltx--mark-map, latin-ltx--mark-re): New constants.
160 (latin-ltx--define-rules): Check for conflicts. Eval `re's.
161 (rules): Use tighter regexps to avoid conflicts.
162 Consolidate the various rules for combining marks.
163
164 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * quail/latin-ltx.el: Add greek superscripts.
167
168 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * quail/latin-ltx.el: Avoid deprecated chars for \langle and \rangle.
171 Remove \rightparengtr and \leftparengtr for lack of consensus.
172 Suggested by Mattias Engdegård <mattiase@bredband.net> (bug#12948).
173
174 2012-09-05 Eli Zaretskii <eliz@gnu.org>
175
176 * quail/hebrew.el ("yiddish-royal"): Fix several bogus entries.
177
178 2012-08-17 Daniel Bergey <bergey@alum.mit.edu> (tiny change)
179
180 * quail/indian.el (quail-define-inscript-package):
181 Set kbd-translate for all Inscript layouts. It's a positional
182 layout: vowels should be on the left hand regardless of the
183 underlying characters produced by those keys. (Bug#12072)
184
185 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
186
187 * quail/persian.el: Add some mappings. (Bug#11812)
188 (farsi-isiri-9147, farsi-transliterate-banan): Doc fixes.
189
190 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
191
192 Update .PHONY listings in makefiles.
193 * Makefile.in (.PHONY): Add all, compile-main, clean, mostlyclean,
194 bootstrap-clean, distclean, maintainer-clean, extraclean.
195
196 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
197
198 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
199 * quail/uni-input.el (ucs-input-deactivate):
200 Rename from ucs-input-inactivate.
201 * quail/hangul.el (hangul-input-method-deactivate):
202 Rename from hangul-input-method-inactivate.
203
204 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * quail/ipa.el: Use cl-lib.
207
208 * quail/hangul.el: Don't require CL.
209
210 2012-06-12 Nguyen Thai Ngoc Duy <pclouds@gmail.com>
211
212 * quail/vnvni.el: New file (Bug#4747).
213
214 2012-05-22 Glenn Morris <rgm@gnu.org>
215
216 * Makefile.in (SUBDIRS): Remove variable and rule.
217 (MKDIR_P): Add it back.
218 (all, changed.tit, changed.misc, leim-list.el):
219 Don't depend on SUBDIRS.
220 (changed.tit, changed.misc): Ensure output directory exists.
221 (distclean): Don't use SUBDIRS.
222
223 2012-05-21 Glenn Morris <rgm@gnu.org>
224
225 * Makefile.in (install): Remove, let top-level do it.
226 (version, prefix, datarootdir, datadir, ns_appresdir, leimdir):
227 (MKDIR_P, GZIP_PROG): Remove, no longer used.
228
229 * Makefile.in (install_prefix): Remove.
230 (LEIM_INSTALLDIR): Rename to leimdir.
231 (install): Update for this change.
232
233 * Makefile.in (leim-list.el, install): Scrap superfluous subshells.
234
235 2012-05-12 Glenn Morris <rgm@gnu.org>
236
237 * Makefile.in (MKDIR_P): New, set by configure.
238 (install): Use $MKDIR_P.
239
240 2012-05-10 Glenn Morris <rgm@gnu.org>
241
242 * Makefile.in: Install self-contained ns files directly to
243 their final destination.
244 (install_prefix): New.
245 (LEIM_INSTALLDIR): New, set by configure.
246 (install): Use LEIM_INSTALLDIR.
247
248 * Makefile.in (MV_DIRS): Remove.
249 (install): Simplify the --with-ns case.
250
251 2012-04-09 Glenn Morris <rgm@gnu.org>
252
253 * Makefile.in (EMACS): Rename from BUILT_EMACS.
254 (RUN_EMACS, compile-main): Update for this change.
255
256 * Makefile.in (../src/emacs): Remove this rule, no longer relevant
257 since leim distributed with Emacs (eg lisp/ has no such rule).
258 (all): Remove $BUILT_EMACS dependence.
259
260 2012-04-09 Eli Zaretskii <eliz@gnu.org>
261
262 * quail/latin-ltx.el (latin-ltx--define-rules): Comment out
263 debugging messages.
264
265 2012-04-09 Glenn Morris <rgm@gnu.org>
266
267 * Makefile.in: Compute list of .el files to be compiled dynamically,
268 as the lisp/ directory does, rather than hard-coding it.
269 Also, separate leim-list generation from byte-compilation.
270 (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
271 Make them store the .el files rather than the .elc files.
272 (NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
273 (CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
274 (LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
275 (OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
276 Remove variables listing the non-generated .el files.
277 (.el.elc): Add explicit load-path for quail.
278 (all): Depend on compile-main rule rather than $WORLD.
279 (changed.tit, changed.misc): Also depend on $SUBDIRS.
280 (leim-list.el): Don't depend on changed.tit or changed.misc.
281 Remove unnecessary compilation check.
282 (setwins, compile-targets, compile-main): New.
283 (clean, mostlyclean): Update for change in TIT_MISC contents.
284 (bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
285
286 2012-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * quail/latin-ltx.el: Auto-generate some of the entries.
289 (latin-ltx--ascii-p): New function.
290 (latin-ltx--define-rules): New macro.
291 (define-rules): Use it.
292
293 2012-03-25 Eli Zaretskii <eliz@gnu.org>
294
295 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
296 of same-dir.tst, to avoid stepping on other (parallel) Make job's
297 toes.
298
299 2012-03-21 Kenichi Handa <handa@m17n.org>
300
301 * quail/indian.el ("devanagari-itrans"): Add a few more useful
302 keys (Bug#10935).
303
304 2012-03-16 Kenichi Handa <handa@m17n.org>
305
306 * quail/indian.el (telugu-inscript): Fix typo. (Bug#10936)
307
308 2012-03-13 Йордан Миладинов <jordanmiladinov@gmail.com> (tiny change)
309
310 * quail/cyrillic.el (bulgarian-alt-phonetic):
311 New input method. (Bug#10893)
312
313 2012-03-09 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
314
315 * quail/persian.el: Update which includes: (1) full compliance to
316 ISIRI-6219, forbidden characters were eliminated and missing
317 characters were added; (2) layer 3 of ISIRI-9147 is now
318 implemented with a '\' prefix; (3) double entry of characters
319 which were postfixed with 'h' is now supported; (4) lots of
320 comment and additional pointers have been added.
321
322 2011-12-15 Kenichi Handa <handa@m17n.org>
323
324 * quail/ethiopic.el ("ethiopic"): Do not refer to
325 ethio-prefer-ascii-punctuation.
326
327 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
328
329 * quail/hangul.el (hangul-character): Fix typo.
330
331 2011-09-27 Jambunathan K <kjambunathan@gmail.com>
332
333 * quail/indian.el (quail-tamil-itrans-misc-table): Delete it.
334 (quail-tamil-itrans-numerics-and-symbols-table)
335 (quail-tamil-itrans-various-signs-and-digits-table): New variables.
336 ("tamil-itrans"): Show the values of above variables (Bug#9336).
337
338 2011-09-22 Kenichi Handa <handa@m17n.org>
339
340 * quail/indian.el (quail-tamil-itrans-syllable-table)
341 (quail-tamil-itrans-misc-table): New variables.
342 ("tamil-itrans"): Improve the docstring by showing the values of
343 above variables (Bug#9336).
344
345 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
346
347 * Makefile.in (install): install-sh is now in build-aux (Bug#9169).
348
349 2011-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * quail/latin-ltx.el: Complete the super and subscript letters.
352
353 2011-08-20 Glenn Morris <rgm@gnu.org>
354
355 * Makefile.in (OTHERS):
356 * makefile.w32-in (MISC): Add ipa-praat.elc.
357
358 2011-07-23 Yair F <yair.f.lists@gmail.com>
359
360 * quail/hebrew.el ("hebrew"): Additional key mappings.
361 ("hebrew-new", "hebrew-lyx", "hebrew-full")
362 ("hebrew-biblical-tiro", "hebrew-biblical-sil", "yiddish-royal")
363 ("yiddish-keyman"): New input methods.
364
365 2011-06-12 Andreas Schwab <schwab@linux-m68k.org>
366
367 * SKK-DIC/SKK-JISYO.L: Add proper coding tag.
368 * CXTERM-DIC/4Corner.tit, CXTERM-DIC/ARRAY30.tit,
369 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/ECDICT.tit,
370 * CXTERM-DIC/ETZY.tit, CXTERM-DIC/PY-b5.tit,
371 * CXTERM-DIC/Punct-b5.tit, CXTERM-DIC/Punct.tit,
372 * CXTERM-DIC/QJ-b5.tit, CXTERM-DIC/QJ.tit, CXTERM-DIC/SW.tit,
373 * CXTERM-DIC/TONEPY.tit, CXTERM-DIC/ZOZY.tit: Likewise.
374 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
375 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Likewise.
376
377 * Makefile.in (TIT_BIG5): Rename from TIT-BIG5.
378
379 2011-05-30 Oliver Scholz <epameinondas@gmx.de>
380
381 * quail/ipa-praat.el: New input method.
382
383 2011-05-16 Eli Zaretskii <eliz@gnu.org>
384
385 * Makefile.in (OTHERS): Add $(srcdir)/quail/persian.elc.
386
387 * makefile.w32-in (MISC): Add $(srcdir)/quail/persian.elc.
388
389 2011-05-16 Mohsen BANAN <libre@mohsen.banan.1.byname.net>
390
391 * quail/persian.el: New file.
392
393 2011-05-05 Eli Zaretskii <eliz@gnu.org>
394
395 * quail/latin-ltx.el <\beth, \gimel, \daleth>: Produce
396 corresponding symbols rather than Hebrew letters. (Bug#8563)
397
398 * quail/latin-ltx.el <\aleph>: Produce ALEF SYMBOL instead of
399 HEBREW LETTER ALEF. (Bug#8563)
400
401 2011-03-23 Glenn Morris <rgm@gnu.org>
402
403 * Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs.
404
405 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
406
407 * Version 23.3 released.
408
409 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
410
411 * quail/ethiopic.el ("ethiopic"): Fix tpo in docstring.
412
413 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
414
415 Redo spelling of Makefile variables to conform to POSIX.
416 POSIX does not allow "-" in Makefile variable names.
417 Reported by Bruno Haible in
418 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00990.html>.
419 * Makefile.in (BUILT_EMACS): Rename from BUILT-EMACS.
420 (TIT_GB): Rename from TIT-GB.
421 (CHINESE_TIT): Rename from CHINESE-TIT.
422 (NON_TIT_GB): Rename from NON-TIT-GB.
423 (NON_TIT_BIG5): Rename from NON-TIT-BIG5.
424 (CHINESE_NON_TIT): Rename from CHINESE-NON-TIT.
425 (CHINESE_GB): Rename from CHINESE-GB.
426 (CHINESE_BIG5): Rename from CHINESE-BIG5.
427 (TIT_MISC): Rename from TIT-MISC.
428 (NON_TIT_MISC): Rename from NON-TIT-MISC.
429 (TIT_SOURCES): Rename from TIT-SOURCES.
430 (MISC_SOURCES): Rename from MISC-SOURCES.
431
432 2011-01-08 Glenn Morris <rgm@gnu.org>
433
434 * makefile.w32-in (RUN_EMACS):
435 * Makefile.in (RUN-EMACS): Add --no-site-lisp.
436
437 * makefile.w32-in (RUN_EMACS):
438 * Makefile.in (RUN-EMACS): -batch implies --no-init-file.
439
440 2010-08-28 Kenichi Handa <handa@m17n.org>
441
442 * quail/japanese.el (quail-japanese-update-translation):
443 Fix handling of invalid key.
444
445 2010-08-15 Andreas Schwab <schwab@linux-m68k.org>
446
447 * quail/vntelex.el ("vietnamese-telex"): Doc fix.
448
449 * quail/georgian.el: Remove extra backslashes.
450
451 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
452
453 * quail/arabic.el: Quote [ and ].
454 * quail/latin-ltx.el: Likewise.
455
456 * quail/greek.el ("greek", "greek-postfix"): Change string to
457 character.
458
459 2010-08-13 Kenichi Handa <handa@m17n.org>
460
461 * quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
462
463 2010-08-09 Kenichi Handa <handa@m17n.org>
464
465 * quail/greek.el ("greek"): Add rules for Greek style quotes.
466
467 2010-05-15 Glenn Morris <rgm@gnu.org>
468
469 * Makefile.in (install): Remove references to CVS-related files.
470
471 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
472
473 * Version 23.2 released.
474
475 2010-04-06 Chong Yidong <cyd@stupidchicken.com>
476
477 * quail/vntelex.el: Fix "af" rule (Bug#5836).
478
479 2010-03-27 Eli Zaretskii <eliz@gnu.org>
480
481 * makefile.w32-in ($(TIT), $(MISC_DIC), leim-list.el): Enclose the
482 argument of "-l" in $(ARGQUOTE), in case it includes blanks or
483 other special characters.
484
485 2010-03-18 Glenn Morris <rgm@gnu.org>
486
487 * Makefile.in (maintainer-clean): Use bootstrap-clean.
488 (extraclean): Fix deletion patterns.
489
490 * Makefile.in (dot): Remove, since ../ is used throughout the
491 other Makefiles.
492
493 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
494
495 * Branch for 23.2.
496
497 2010-02-16 Kenichi Handa <handa@m17n.org>
498
499 * SKK-DIC/SKK-JISYO.L: Updated to the latest version.
500
501 2009-12-05 Vasily Korytov <vasily@korytov.pp.ru>
502
503 * quail/cyrillic.el (russian-typewriter): Change keyboard layout.
504 (Bug#904)
505
506 2009-09-09 Glenn Morris <rgm@gnu.org>
507
508 * Makefile.in (install): Set umask to world-readable before creating
509 directories.
510
511 2009-08-31 Juri Linkov <juri@jurta.org>
512
513 * quail/ipa.el ("ipa"): Set `forget-last-selection' to nil.
514 ("ipa-x-sampa"): Set `forget-last-selection' to nil.
515 Set `deterministic' to nil.
516 ("ipa"): Bind "g" to U+0261, and "tsh" to a list of "U+02A7",
517 "U+0074 U+0283", "U+0074 U+2040 U+0283".
518 ("ipa-kirshenbaum", ipa-x-sampa"): Bind "g" to U+0261, and "tS"
519 to a list of "U+02A7", "U+0074 U+0283", "U+0074 U+2040 U+0283".
520 Fix comments.
521
522 2009-08-31 Juri Linkov <juri@jurta.org>
523
524 * quail/ipa.el ("ipa-kirshenbaum"): Rename from "kirshenbaum-ipa".
525 ("ipa-x-sampa"): Rename from "x-sampa-ipa".
526 (ipa-x-sampa-implosive-submap): Rename from
527 x-sampa-implosive-submap.
528 (ipa-x-sampa-prepend-to-keymap-entry): Rename from
529 x-sampa-prepend-to-keymap-entry.
530 (ipa-x-sampa-underscore-implosive): Rename from
531 x-sampa-underscore-implosive.
532 (ipa-x-sampa-implosive-submap): Move before first use.
533
534 2009-08-30 Aidan Kehoe <kehoea@parhasard.net>
535
536 * quail/ipa.el ("kirshenbaum-ipa", "x-sampa-ipa"):
537 Two new input methods, both following widely-used Usenet
538 conventions for mapping ASCII to the IPA. Kirshenbaum is common in
539 sci.lang and alt.usage.english, X-SAMPA in various (mostly
540 European) non-English language fora. X-SAMPA is slightly more
541 complex to support in Quail that Kirshenbaum, whence the two extra
542 function and one extra submap to support it.
543 (x-sampa-prepend-to-keymap-entry): New function.
544 (x-sampa-underscore-implosive): New function.
545 (x-sampa-implosive-submap): New Quail submap.
546
547 2009-08-30 Aidan Kehoe <kehoea@parhasard.net>
548
549 * quail/ipa.el: Recode the file as UTF-8, for better
550 interoperability with other applications.
551
552 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * quail/latin-ltx.el (\circ): Use the `ring operator' rather than
555 `white circle'.
556
557 * Makefile.in (leim-list.el, install): Don't use -r to remove files.
558
559 2009-08-25 Glenn Morris <rgm@gnu.org>
560
561 * quail/hangul.el (top-level): Don't require cl at run-time.
562
563 2009-08-21 Thamer Mahmoud <thamer.mahmoud@gmail.com> (tiny change)
564
565 * quail/arabic.el: Add missing keys that exist on the Arabic X
566 keyboard. Don't insert Lam-alef ligatures from the Arabic
567 Presentation Forms ranges; instead, separate Lam-Alef ligatures
568 into a list of two letters (Lam and a suitable Alef).
569
570 2009-06-23 Kenichi Handa <handa@m17n.org>
571
572 * quail/hangul.el (hangul-to-hanja-conversion): When it is called
573 while korean input method is off, convert the following character.
574
575 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
576
577 * Branch for 23.1.
578
579 2009-06-18 Kenichi Handa <handa@m17n.org>
580
581 * quail/hangul.el (hangul-im-keymap): Add binding of key
582 Hangul_Hanja.
583
584 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
585
586 * Makefile.in (install): Avoid using $$(..) construct, for Solaris
587 compatibility.
588
589 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
590
591 * Makefile.in (install): Remove .gitignore files.
592
593 2009-03-19 Kenichi Handa <handa@m17n.org>
594
595 * leim-ext.el: Change the encoding to utf-8.
596
597 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
598
599 * Makefile.in (install): Remove old directories in ns_appresdir before
600 moving new directories there.
601
602 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
603
604 * quail/hangul.el (hangul-im-keymap, hangul-insert-character)
605 (hangul-djamo, hangul2-input-method-moum, hangul3-input-method-cho)
606 (hangul3-input-method-jung, hangul3-input-method-jong):
607 Fix typos in docstrings.
608
609 2008-11-07 Vasily Korytov <vasily@korytov.pp.ru> (tiny change)
610
611 * quail/cyrillic.el: Handle backslash key (bug#839).
612
613 2008-10-20 Kenichi Handa <handa@m17n.org>
614
615 * quail/indian.el (inscript-mlm-keytable): New variable.
616 (malayalam-inscript): Use inscript-mlm-keytable.
617
618 2008-09-11 Magnus Henoch <mange@freemail.hu>
619
620 * quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G
621 with upturn.
622
623 2008-09-02 Carsten Bormann <cabo@tzi.org>
624
625 * quail/latin-post.el ("german-postfix"): Do not translate ue to
626 \"u after a, e or q, because that would be extremely uncommon
627 compared to aue, eue or que. The only exception is the prefix
628 "ge", after which, according to corpus statistics, a \"u can be
629 expected.
630
631 2008-08-10 Jihyun Cho <jihyun.jo@gmail.com>
632
633 * quail/hangul.el (hangul3-input-method-jong): Fix array indexing bug.
634
635 2008-07-19 Juri Linkov <juri@jurta.org>
636
637 * quail/cyrillic.el ("cyrillic-translit"): Add two rules "//'" and
638 "//`" for combining accents as a separate character. Keep two
639 rules "i`" and "I`" for characters where accent is not a separate
640 character. Revert changes that added postfix combining accents.
641
642 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
643
644 * Makefile.in (install): Perform post-install cleanup inside NS app
645 bundle.
646
647 2008-07-12 Juri Linkov <juri@jurta.org>
648
649 * quail/rfc1345.el: Replace non-printable control characters with
650 equivalent text-only notations.
651
652 * quail/cyrillic.el ("cyrillic-translit"): Fix rules with
653 combining acute accent. Add rules ("e\\" ?э) ("E\\" ?Э).
654 Change conflicting rules ("u'" ?ў) to ("u~" ?ў), and ("U'" ?Ў)
655 to ("U~" ?Ў). Doc fix. Put combining accent rules into one group.
656
657 2008-07-10 Teodor Zlatanov <tzz@lifelogs.com>
658
659 * quail/cyrillic.el: Add more rules to cyrillic-translit, make
660 everything postfix. Adjust to eliminate conflicts.
661
662 2008-06-30 Juanma Barranquero <lekktu@gmail.com>
663
664 * quail/hangul3.el: Remove (unneeded since 2008-06-03).
665
666 2008-06-27 Glenn Morris <rgm@gnu.org>
667
668 * Makefile.in (.el.elc): Copy the echo behavior of lisp/Makefile.in.
669
670 2008-06-24 Juanma Barranquero <lekktu@gmail.com>
671
672 * makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.
673
674 2008-06-20 Eli Zaretskii <eliz@gnu.org>
675
676 * makefile.w32-in (distclean): Don't delete `quail' subdir: if we
677 are building in the sandbox, there are precious files there.
678 (clean mostlyclean): Delete leim-list.el~.
679 (distclean): Delete makefile.
680
681 2008-06-13 Teodor Zlatanov <tzz@lifelogs.com>
682
683 * quail/cyrillic.el: Add quotation marks, paragraph symbol, angled
684 brackets, number symbol, and accented aeio to cyrillic-translit.
685
686 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
687
688 * quail/hangul.el: Completely re-written.
689
690 2008-06-03 Kenichi Handa <handa@m17n.org>
691
692 * makefile.w32-in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
693 (leim-list.el): Remove leim-list.el at first.
694
695 * Makefile.in (KOREAN): Remove ${srcdir}/quail/hangul3.elc.
696 (leim-list.el): Remove leim-list.el at first.
697
698 * leim-ext.el: Register input methods "korean-hangul",
699 "korean-hangul3f", "korean-hangul390", and "korean-hangul3".
700
701 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * quail/latin-ltx.el: Don't use single-char mapping from ~ to NBSP.
704
705 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
706
707 * quail/indian.el: Don't require devan-util.
708
709 2008-02-01 James Cloos <cloos@jhcloos.com>
710
711 * quail/arabic.el: Update (sync with xkeyboard-config keyboard).
712
713 2008-02-01 Kenichi Handa <handa@m17n.org>
714
715 * Makefile.in (OTHERS): Add arabic.elc.
716
717 2008-02-01 James Cloos <cloos@jhcloos.com>
718
719 * quail/arabic.el: New file.
720
721 2008-02-01 Kenichi Handa <handa@m17n.org>
722
723 * MISC-DIC/pinyin.map: Fix encoding to that of the original file.
724
725 2008-02-01 KAWABATA, Taichi <kawabata@m17n.org>
726
727 * quail/indian.el (quail-indian-flatten-list): Delete it.
728 (quail-define-inscript-package): Pay attention to `nil' values of
729 char/key-table.
730 (inscript-tml-keytable): New variable. Use it for Tamil inscript.
731
732 2008-02-01 Dave Love <fx@gnu.org>
733
734 * quail/latin-post.el ("turkish-latin-3-postfix"): Make it
735 just an alias for turkish-postfix.
736
737 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Make it
738 just an alias for turkish-alt-postfix.
739
740 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
741
742 2008-02-01 Kenichi Handa <handa@m17n.org>
743
744 * quail/thai.el: Don't require thai-util.
745 (quail-thai-update-translation): Delete function.
746 (thai-generate-quail-map): Change to a macro that directly calls
747 quail-define-rules.
748 ("thai-kesmanee", "thai-pattachote"): Don't use
749 UPDATE-TRANSLATION-FUNCTION.
750
751 * quail/indian.el (quail-indian-preceding-char-position):
752 Delete function.
753 (quail-indian-update-preceding-char): Delete variable.
754 (quail-indian-update-translation): Delete function.
755 (quail-define-indian-trans-package): Don't call
756 quail-define-package with quail-indian-update-translation.
757 (quail-define-inscript-package): Likewise.
758
759 2008-02-01 Dave Love <fx@gnu.org>
760
761 * quail/indian.el (quail-indian-preceding-char-position)
762 (quail-indian-update-translation, quail-define-inscript-package):
763 Use characterp, not char-valid-p.
764
765 2008-02-01 Dave Love <fx@gnu.org>
766
767 * quail/welsh.el ("welsh"): Doc fix.
768
769 * quail/cyrillic.el: Reinstate some commented-out redundancies.
770 ("russian-typewriter"): Rename from cyrillic-typewriter.
771 Make cyrillic-jcuken effectively an alias for it.
772 ("russian-computer"): New.
773 ("bulgarian-phonetic"): Rename from bulgarian-pho.
774 ("bulgarian-bds"): Rename from bulgarian-standard.
775
776 2008-02-01 Dave Love <fx@gnu.org>
777
778 * ja-dic/ja-dic.el: Add coding tag.
779
780 2008-02-01 Dave Love <fx@gnu.org>
781
782 * quail/latin-post.el: Recode to utf-8.
783 ("latin-postfix"): New method.
784
785 * quail/latin-alt.el: Recode to utf-8.
786 ("latin-alt-postfix"): New method.
787
788 * quail/latin-pre.el: Recode to utf-8.
789 ("latin-1-prefix", "latin-8-prefix", "latin-9-prefix"): Add nbsp.
790 ("latin-3-prefix"): Remove bogus Latin-3 characters and ~o -> ġ,
791 ~O -> Ġ.
792 ("latin-prefix"): New method.
793
794 * quail/uni-input.el (utf-8-ccl-encode): Delete.
795 (ucs-input-method): Modify.
796
797 2008-02-01 Kenichi Handa <handa@etl.go.jp>
798
799 * Makefile.in (RUN-EMACS): Add LC_ALL=C.
800
801 2008-01-14 Aidan Kehoe <kehoea@parhasard.net> (tiny change)
802
803 * quail/latin-ltx.el ("TeX"): Correct the mappings for \v{k} and \vk.
804
805 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
806
807 * makefile.w32-in:
808 * Makefile.in: Remove references to Xenix.
809
810 2007-12-15 Richard Stallman <rms@gnu.org>
811
812 * quail/latin-post.el ("scandinavian-postfix"): Doc fix.
813
814 * quail/latin-alt.el: Many doc fixes.
815 ("danish-alt-postfix")
816 ("esperanto-alt-postfix", "finnish-alt-postfix")
817 ("german-alt-postfix", "icelandic-alt-postfix")
818 ("norwegian-alt-postfix", "scandinavian-alt-postfix")
819 ("spanish-alt-postfix", "swedish-alt-postfix"):
820 Delete; they were identical to the non-alt versions.
821
822 2007-12-07 Kenichi Handa <handa@ni.aist.go.jp>
823
824 * quail/lao.el (quail-map-from-table): Allow a tone just after a
825 consonant.
826
827 2007-11-17 Glenn Morris <rgm@gnu.org>
828
829 * Makefile.in (check-declare): New target.
830
831 2007-10-31 Glenn Morris <rgm@gnu.org>
832
833 * Makefile.in (install): Change ownership of installed files.
834
835 2007-10-20 Edward O'Connor <hober0@gmail.com> (tiny change)
836
837 * quail/latin-ltx.el ("\\qed"): Add this rule.
838
839 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
840
841 * quail/indian.el (quail-indian-update-preceding-char):
842 Don't mark the variable as frame-local; it wasn't used as such.
843
844 2007-07-25 Glenn Morris <rgm@gnu.org>
845
846 * Relicense all FSF files to GPLv3 or later.
847
848 * COPYING: Switch to GPLv3.
849
850 2007-07-16 Eli Zaretskii <eliz@gnu.org>
851
852 * makefile.w32-in (extraclean): Don't delete *~.
853
854 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
855
856 * Version 22.1 released.
857
858 2007-01-30 Kenichi Handa <handa@m17n.org>
859
860 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/PY-b5.tit, CXTERM-DIC/SW.tit,
861 * CXTERM-DIC/TONEPY.tit: Add copyright and license notices.
862
863 * MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: Add copyright and
864 license notices.
865
866 2007-01-24 Kenichi Handa <handa@m17n.org>
867
868 * MISC-DIC/README: New file.
869
870 * CXTERM-DIC/README: New file.
871
872 * CXTERM-DIC/4Corner.tit, CXTERM-DIC/CCDOSPY.tit,
873 * CXTERM-DIC/PY-b5.tit, CXTERM-DIC/QJ-b5.tit, CXTERM-DIC/QJ.tit,
874 * CXTERM-DIC/SW.tit, CXTERM-DIC/TONEPY.tit: Updated from
875 X11R6/contrib/programs/cxterm.
876
877 * ja-dic/ja-dic.el: Regenerated.
878
879 2007-01-12 Kenichi Handa <handa@m17n.org>
880
881 * quail/uni-input.el (ucs-input-method): Signal an error for a
882 Unicode character that is not yet supported.
883
884 2006-12-26 Andreas Schwab <schwab@suse.de>
885
886 * Makefile.in (datarootdir): Define.
887
888 2006-12-20 Eli Zaretskii <eliz@gnu.org>
889
890 * Makefile.in (leim-list.el): Depend on ${TIT-MISC}, not
891 ${NON-TIT-MISC}.
892
893 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
894
895 * quail/latin-alt.el ("scandinavian-alt-postfix"): Fix typo.
896
897 * quail/uni-input.el (ucs-input-help): Fix title of ucs input method.
898
899 2006-12-09 Eli Zaretskii <eliz@gnu.org>
900
901 * makefile.w32-in (leim-list.el): Depend on leim-ext.el as well.
902 Run Emacs to append non-empty non-comment lines in leim-ext.el
903 to leim-list.el.
904
905 2006-12-05 Juanma Barranquero <lekktu@gmail.com>
906
907 * makefile.w32-in (MISC): Add $(srcdir)/quail/sisheng.elc.
908
909 2006-11-29 Juanma Barranquero <lekktu@gmail.com>
910
911 * quail/greek.el ("greek-mizuochi"): Remove spurious initial newline
912 in docstring.
913
914 2006-11-04 Romain Francoise <romain@orebokech.com>
915
916 * Makefile.in (bootstrap-clean): New target.
917
918 2006-10-12 Kenichi Handa <handa@m17n.org>
919
920 * Makefile.in (install): Be sure to make ${INSTALLDIR} before `cd'
921 to it.
922
923 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
924
925 * quail/latin-ltx.el: Fix typo in previous change.
926
927 2006-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * quail/latin-ltx.el: Remove rules that start with { since they are
930 redundant and hence impact the { key for no good reason.
931
932 2006-10-02 Kenichi Handa <handa@m17n.org>
933
934 * Makefile.in (install): Fix previous change.
935
936 2006-09-28 Kenichi Handa <handa@m17n.org>
937
938 * Makefile.in (install): Be sure to make ${INSTALLDIR}.
939
940 2006-09-15 Jay Belanger <belanger@truman.edu>
941
942 * COPYING: Replace "Library Public License" by "Lesser Public
943 License" throughout.
944
945 2006-09-06 Michaël Cadilhac <michael.cadilhac@lrde.org>
946
947 * quail/uni-input.el (ucs-input-method): Don't make the action of
948 a key not in [0-9a-zA-Z] when it was expected to be. Let the Emacs
949 mechanism do it.
950
951 2006-07-12 David Kastrup <dak@gnu.org>
952
953 * quail/greek.el: Change iota subscriptum transliteration in
954 Ibycus4 encoding's capitals from "i" to "|".
955
956 2006-03-03 Claudio Fontana <claudio@gnu.org>
957
958 * Makefile.in (install): Add DESTDIR variable to support staged
959 installations.
960
961 2005-12-17 Eli Zaretskii <eliz@gnu.org>
962
963 * makefile.w32-in ($(TIT), leim-list.el): Warn that parts of
964 commands enclosed in $(ARGQUOTE)s should not be split between two
965 lines, as that will break with GNU Make >3.80, when sh.exe is used
966 and arg quoting is with '..'.
967
968 2005-11-03 Andreas Schwab <schwab@suse.de>
969
970 * Makefile.in (GZIP_PROG): Rename from GZIP.
971 (install): Adjust.
972
973 2005-11-01 Romain Francoise <romain@orebokech.com>
974
975 * Makefile.in (install): Compress source files.
976
977 2005-10-28 Juri Linkov <juri@jurta.org>
978
979 * quail/symbol-ksc.el: Add missing characters from 1st pos of
980 every table of [korean-ksc5601], and swap incorrectly ordered
981 characters at pos 91 and 90.
982
983 2005-10-26 Torsten Bronger <bronger@physik.rwth-aachen.de> (tiny change)
984
985 * quail/latin-ltx.el ("TeX"): Change "\," mapping to U+202F (not
986 U+2006). Add more mappings from TeX's textcomp package.
987
988 2005-10-25 Juri Linkov <juri@jurta.org>
989
990 * quail/cyrillic.el ("cyrillic-translit"): Set 4th arg `guidance'
991 to t for this multi-key input method.
992
993 2005-10-24 Kenichi Handa <handa@m17n.org>
994
995 * quail/uni-input.el (ucs-input-activate): Don't add
996 quail-kill-guidance-buf to kill-buffer-hook.
997
998 2005-07-08 Kenichi Handa <handa@m17n.org>
999
1000 * quail/japanese.el (quail-japanese-kanji-kkc): Fix order of
1001 insertion and deletion.
1002
1003 2005-07-04 Lute Kamstra <lute@gnu.org>
1004
1005 Update FSF's address in GPL notices.
1006
1007 2005-06-28 Kenichi Handa <handa@m17n.org>
1008
1009 * leim-ext.el: Add rules for inserting full-width space for
1010 quail/Punct and quail/Punct-b5.
1011
1012 2005-06-04 Eli Zaretskii <eliz@gnu.org>
1013
1014 * makefile.w32-in (distclean): Fix a typo (colon was after "clean").
1015 (extraclean): New target, emulates Makefile.in.
1016
1017 2005-04-06 Kenichi Handa <handa@m17n.org>
1018
1019 * quail/sgml-input.el ("sgml"): Enable quail-completion by typing TAB.
1020
1021 2005-03-26 Kenichi Handa <handa@m17n.org>
1022
1023 * quail/latin-ltx.el ("TeX"): Enable quail-completion by typing TAB.
1024
1025 2005-03-18 Kenichi Handa <handa@m17n.org>
1026
1027 * quail/thai.el (quail-thai-update-translation): Delete it.
1028 (thai-generate-quail-map): Generate a simpler map.
1029 ("thai-kesmanee"): Don't use quail-thai-update-translation.
1030 (thai-generate-quail-map): Likewise.
1031
1032 2005-03-15 Kenichi Handa <handa@m17n.org>
1033
1034 * quail/thai.el (thai-generate-quail-map): Fix the kesmanee layout.
1035
1036 2005-03-08 Kenichi Handa <handa@m17n.org>
1037
1038 * quail/latin-pre.el ("latin-1-prefix"): Add rule "__"->"_".
1039 ("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.
1040
1041 2004-12-04 Kenichi Handa <handa@m17n.org>
1042
1043 * quail/lao.el (lao-key-alist): Declare it by defvar.
1044 (lao-key-alist-vector): New variable.
1045 (lao-consonant-key-alist, lao-semivowel-key-alist)
1046 (lao-vowel-key-alist, lao-voweltone-key-alist)
1047 (lao-tone-key-alist, lao-other-key-alist): Initialize them from
1048 lao-key-alist-vector.
1049
1050 2004-09-25 Kenichi Handa <handa@m17n.org>
1051
1052 * quail/uni-input.el (ucs-input-method): Add error clause to
1053 condition-case.
1054
1055 2004-09-21 Kenichi Handa <handa@m17n.org>
1056
1057 * quail/uni-input.el: Move the call of register-input-method to
1058 leim-ext.el.
1059 (ucs-input-insert-char): New function.
1060 (ucs-input-method): Use ucs-input-insert-char.
1061 (ucs-input-activate): Call quail-hide-guidance instead of
1062 quail-hide-guidance-buf.
1063
1064 * leim-ext.el: Add autoload for 'ucs-input-activate and
1065 register-input-method for "ucs".
1066
1067 2004-08-21 David Kastrup <dak@gnu.org>
1068
1069 * quail/greek.el ("greek-babel"): Add accent/breathing/uppercase
1070 combinations.
1071
1072 2004-08-16 Kenichi Handa <handa@m17n.org>
1073
1074 * quail/georgian.el ("georgian"): Call quail-define-package with
1075 the show-layout arg t.
1076
1077 2004-08-06 Andreas Schwab <schwab@suse.de>
1078
1079 * Makefile.in (install): Remove .arch-inventory files.
1080
1081 2004-07-01 David Kastrup <dak@gnu.org>
1082
1083 * quail/greek.el ("((") ("))"): Add quotation mark shorthands.
1084
1085 2004-06-30 Andreas Schwab <schwab@suse.de>
1086
1087 * Makefile.in (${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
1088 serialize parallel builds.
1089 (${MISC:.elc=.el}): Depend on changed.misc.
1090
1091 2004-06-05 Kenichi Handa <handa@m17n.org>
1092
1093 * Makefile.in (leim-list.el): Depend on leim-ext.el. Append the
1094 contents of leim-ext.el to leim-list.el.
1095
1096 * leim-ext.el: New file.
1097
1098 2004-05-17 Werner Lemberg <wl@gnu.org>
1099
1100 * quail/sisheng.el: New file.
1101
1102 2004-05-17 Kenichi Handa <handa@m17n.org>
1103
1104 * Makefile.in (OTHERS): Add ${srcdir}/quail/sisheng.elc.
1105
1106 2004-05-11 Eli Zaretskii <eliz@gnu.org>
1107
1108 * Makefile.in (leim-list.el): Move commands to convert TIT and
1109 MISC dictionaries from here...
1110 (changed.tit, changed.misc): ...to here. Remove the (now
1111 unneeded) test of the contents of changed.* files.
1112
1113 2004-05-10 Andreas Schwab <schwab@suse.de>
1114
1115 * Makefile.in (all): Re-add dependency on ${WORLD} so that lisp
1116 files are compiled when bootstrapping.
1117
1118 2004-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * quail/latin-ltx.el ("TeX"): Fix typo.
1121
1122 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * quail/latin-ltx.el: Use utf-8 coding.
1125 ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
1126
1127 2004-05-04 Kenichi Handa <handa@m17n.org>
1128
1129 * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each element.
1130 (MISC-SOURCES): Likewise.
1131
1132 2004-05-01 Kenichi Handa <handa@m17n.org>
1133
1134 * Makefile.in (OTHERS): Rename from MISC.
1135 (MISC): Rename from MISC-DIC.
1136 (WORLD): Adjust for the above changes.
1137 (TIT-MISC, NON-TIT-MISC): New targets.
1138 (all): Don't depend on ${WORLD}.
1139 (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets.
1140 (TIT-SOURCES, MISC-SOURCES): New macros.
1141 (changed.tit, changed.misc): New targets.
1142 (leim-list.el): Depend on ${NON-TIT-MISC}, changed.tit, and
1143 changed.misc. Generate quail files from TIT and MISC files if
1144 necessary.
1145 (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and
1146 ${MISC-DIC}.
1147
1148 2004-05-03 Jason Rumney <jasonr@gnu.org>
1149
1150 * makefile.nt: Remove.
1151
1152 2004-04-23 Juanma Barranquero <lektu@terra.es>
1153
1154 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1155
1156 2004-04-09 Andrew Innes <andrewi@gnu.org>
1157
1158 * makefile.w32-in (distclean clean): Remove nmake specific
1159 stamp-subdir test.
1160
1161 2004-02-28 Kenichi Handa <handa@m17n.org>
1162
1163 * Makefile.in (all): Depend on ${WORLD} instead of ${TIT} and
1164 ${MISC-DIC}.
1165 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
1166 (maintainer-clean): Delete files that are not in CVS repository.
1167
1168 * makefile.nt (all): Depend on $(WORLD) instead of $(TIT) and
1169 $(MISC-DIC).
1170 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
1171 (maintainer-clean): Delete files that are not in CVS repository.
1172
1173 * makefile.w32-in (all): Depend on $(WORLD) instead of $(TIT) and
1174 $(MISC-DIC).
1175 (clean, mostlyclean): Don't delete *.elc distributed with tarball.
1176 (maintainer-clean): Delete files that are not in CVS repository.
1177
1178 2004-02-16 Jérôme Marant <jmarant@nerim.net> (tiny change)
1179
1180 * Makefile.in (distclean maintainer-clean): Depend on clean.
1181
1182 2004-01-27 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
1183
1184 * quail/cyrillic.el ("bulgarian-bds"): Docstring fixed.
1185
1186 2004-01-22 Ognyan Kulev <ogi@fmi.uni-sofia.bg> (tiny change)
1187
1188 * quail/cyrillic.el ("bulgarian-phonetic"): Docstring fixed.
1189 Duplicate entry removed.
1190 ("bulgarian-bds"): Docstring fixed.
1191
1192 2003-10-06 Dave Love <fx@gnu.org>
1193
1194 * quail/latin-ltx.el: Several additions.
1195
1196 2003-08-25 Jesper Harder <harder@ifa.au.dk> (tiny change)
1197
1198 * quail/latin-pre.el ("german-prefix"): Fix typo in the docstring.
1199
1200 2003-08-20 Dave Love <fx@gnu.org>
1201
1202 * quail/latin-ltx.el: Add \rhd.
1203
1204 2003-08-19 Markus Rost <rost@math.ohio-state.edu>
1205
1206 * quail/latin-pre.el ("french-prefix"): Fix spacing in docstring.
1207
1208 2003-07-21 KAWABATA, Taichi <kawabata@m17n.org>
1209
1210 * quail/indian.el (quail-indian-update-translation): Adjust the
1211 behavior according to the change of quail-translate-key.
1212
1213 2003-05-22 Kenichi Handa <handa@m17n.org>
1214
1215 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title
1216 Chinese characters from GB to Big5.
1217
1218 2003-05-01 Wlodzimierz Bzyl <matwb@julia.univ.gda.pl> (tiny change)
1219
1220 * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/.
1221
1222 2003-04-05 Andreas Schwab <schwab@suse.de>
1223
1224 * Makefile.in (install): Remove CVS related and backup files from
1225 installation directory.
1226
1227 2003-02-27 David Kastrup <dak@gnu.org>
1228
1229 * quail/greek.el (greek-babel): Add koronis transliteration.
1230
1231 2003-02-23 David Kastrup <dak@gnu.org>
1232
1233 * quail/greek.el (greek-babel): Fix <' accent.
1234
1235 2003-02-17 Dave Love <fx@gnu.org>
1236
1237 * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
1238
1239 2003-02-14 Juanma Barranquero <lektu@terra.es>
1240
1241 * quail/uni-input.el (utf-8-ccl-encode): Fix use of character constants.
1242
1243 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
1244
1245 * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans)
1246 (bengali-itrans, assamese-itrans, telugu-itrans, kannada-itrans)
1247 (malayalam-itrans, tamil-itrans): New ITRANS based input methods.
1248 (punjabi-inscript, gujarati-inscript, oriya-inscript)
1249 (bengali-inscript, assamese-inscript, telugu-inscript)
1250 (kannada-inscript, malayalam-inscript, tamil-inscript):
1251 New INSCRIPT based input methods.
1252
1253 2003-02-07 Kenichi Handa <handa@m17n.org>
1254
1255 * quail/cyrillic.el: Update quail-package-alist (not
1256 input-method-alist) to make "cyrillic-jcuken" an alias of
1257 "russian-typewriter". Add cookie for quail-update-leim-list-file.
1258
1259 2003-02-05 David Kastrup <dak@gnu.org>
1260
1261 * quail/greek.el: Fix iota accent typos in greek-babel encoding.
1262
1263 2003-01-05 Dave Love <fx@gnu.org>
1264
1265 * makefile.w32-in (SLAVIC): Add croatian.elc.
1266
1267 * Makefile.in (SLAVIC): Add croatian.elc.
1268
1269 * quail/croatian.el: New file.
1270
1271 2002-12-10 Juanma Barranquero <lektu@terra.es>
1272
1273 * makefile.w32-in (LATIN): Add welsh.elc.
1274 (MISC): Add georgian.elc.
1275 (UNICODE): Add it.
1276 (WORLD): Add $(UNICODE).
1277
1278 2002-11-14 Dave Love <fx@gnu.org>
1279
1280 * quail/slovak.el: Add coding cookie.
1281
1282 * quail/latin-ltx.el: Fix coding cookie.
1283
1284 * quail/hebrew.el: Add coding cookie.
1285
1286 * quail/czech.el: Add coding cookie.
1287
1288 * quail/welsh.el: Undo last change.
1289
1290 2002-09-11 Dave Love <fx@gnu.org>
1291
1292 * quail/latin-post.el ("slovenian"): New.
1293
1294 2002-09-05 Kenichi Handa <handa@etl.go.jp>
1295
1296 * quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'.
1297
1298 2002-07-24 Dave Love <fx@gnu.org>
1299
1300 * quail/latin-alt.el ("latin-alt-postfix"): New.
1301
1302 * quail/latin-post.el ("latin-postfix"): New.
1303
1304 * quail/latin-pre.el ("latin-1-prefix"): Add nbsp.
1305 ("latin-3-prefix"): Doc fix.
1306 ("latin-prefix"): New.
1307
1308 2002-07-12 Dave Love <fx@gnu.org>
1309
1310 * quail/cyrillic.el: Doc fixes.
1311 ("cyrillic-beylorussian"): Commented-out.
1312 ("cyrillic-translit-bulgarian"): Delete.
1313 ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings.
1314 ("ukrainian-computer", "belarusian", "bulgarian-bds")
1315 ("russian-computer"): New.
1316 ("bulgarian-phonetic"): Rename from bulgarian-pho. Add §, №, Ю.
1317 ("russian-typewriter"): Rename from cyrillic-jcuken.
1318
1319 2002-06-20 Dave Love <fx@gnu.org>
1320
1321 * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
1322 characters and ~o -> ġ, ~O -> Ġ.
1323
1324 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1325
1326 * Makefile.in (install): Use "tar -chf", to follow symlinks.
1327
1328 2002-05-04 Triet Hoai Lai <thlai@ee.usyd.edu.au>
1329
1330 * quail/vntelex.el: Add even more rules.
1331
1332 2002-04-30 Triet Hoai Lai <thlai@ee.usyd.edu.au>
1333
1334 * quail/vntelex.el: Add new rules to escape from composition.
1335
1336 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
1337
1338 * quail/vntelex.el: Use proper charset.
1339
1340 2002-04-22 Koaunghi Un <koaunghi@ling.cnu.ac.kr>
1341
1342 * quail/hanja.el ("Od"): Remove rule.
1343
1344 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
1345
1346 * quail/indian.el: Replace commented-out lines with a condition
1347 that is always false.
1348
1349 2002-04-06 Jaeyoun Chung <jay@kldp.org>
1350
1351 * quail/hanja3.el ("kf"): Add a few composing rules
1352 from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr>
1353
1354 * quail/hangul3.el: Buggy alternative second character
1355 sequence fixed ('/' for 'v' pair).
1356 added a few more third character composing rule.
1357
1358 2002-03-03 Werner Lemberg <wl@gnu.org>
1359
1360 * quail/vntelex.el: New file.
1361 * Makefile.in (VIETNAMESE):
1362 * makefile.nt (VIETNAMESE):
1363 * makefile.w32-in (VIETNAMESE): Add it.
1364
1365 2002-02-10 Andrew Innes <andrewi@gnu.org>
1366
1367 * makefile.w32-in ($(TIT)): Don't depend on $(SUBDIRS).
1368 ($(MISC_DIC)): Ditto.
1369
1370 2002-02-06 Richard M. Stallman <rms@gnu.org>
1371
1372 * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
1373 Don't define "~," at all.
1374
1375 2002-01-29 Pavel Janík <Pavel@Janik.cz>
1376
1377 * quail/latin-pre.el (latin-2-prefix): Add Ě and ě.
1378 From "Dr. Eduard Werner" <edi.werner@gmx.de>.
1379
1380 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1381
1382 * quail/greek.el: Changed the behavior of the "greek" input
1383 method, to consider the "accent" and "diaeresis" as prefix keys.
1384 A new method (named "greek-postfix") was added which implements
1385 the old behavior. Also changed the mapping of the "Q/q" key to
1386 produce the ":/;" characters, as is customary in greek keyboards.
1387 From Nick Patavalis <npat@inaccessnetworks.com>.
1388
1389 2002-01-07 Jaeyoun Chung <jay@kldp.org>
1390
1391 * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd].
1392 Not used for Korean Hangul Type 2 (request from emacs-kr mailing list).
1393
1394 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1395
1396 * quail/cyrillic.el ("bulgarian-pho"): Fix a typo in a doc string.
1397
1398 2002-01-01 Dave Love <fx@gnu.org>
1399
1400 * quail/indian.el (quail-define-indian-trans-package): Unquote lambda.
1401 (quail-define-inscript-package): Avoid mapcar*.
1402
1403 2001-12-20 Dave Love <fx@gnu.org>
1404
1405 * quail/latin-ltx.el: Fix un-doubled backslashes.
1406
1407 2001-12-15 Dave Love <fx@gnu.org>
1408
1409 * quail/latin-pre.el ("french-prefix", "german-prefix")
1410 ("spanish-prefix"): Fix language assignment.
1411
1412 * quail/latin-post.el ("french-postfix", "german-postfix")
1413 ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
1414 ("french-keyboard", "french-azerty", "german")
1415 ("spanish-keyboard"): Fix language assignment.
1416
1417 * quail/indian.el: Don't require cl.
1418 (quail-indian-flatten-list): Rename from flatten-list.
1419
1420 * quail/cyrillic.el ("cyrillic-beylorussian")
1421 ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
1422 ("belarusian", "bulgarian-pho"): Fix language assignment.
1423
1424 * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")
1425 ("spanish-alt-postfix", "turkish-latin-3-alt-postfix")
1426 ("turkish-alt-postfix"): Fix language assignment.
1427 ("dutch"): Assign to Dutch. Use chars, not strings.
1428 ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New.
1429
1430 2001-12-08 Pavel Janík <Pavel@Janik.cz>
1431
1432 * COPYING: New file.
1433
1434 2001-12-03 Jaeyoun Chung <jay@kldp.org>
1435
1436 * quail/hangul3.el: Add a few convenient composing sequences for
1437 Korean keyboard type 3 users.
1438
1439 2001-11-29 Dave Love <fx@gnu.org>
1440
1441 * quail/latin-ltx.el: Extra translations. Fix some
1442 latin-iso8859-4 characters. Use Hebrew letters, not compatibility
1443 symbols.
1444
1445 2001-11-28 Juanma Barranquero <lektu@terra.es>
1446
1447 * makefile.w32-in (INDIAN): Adjust for the file name change;
1448 quail/devanagari.elc -> quail/indian.elc.
1449
1450 * makefile.nt (INDIAN): Likewise.
1451
1452 2001-11-21 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
1453
1454 * quail/devanagari.el: Renamed to indian.el.
1455
1456 * quail/indian.el: Renamed from devanagari.el, and completely
1457 re-written. The input method devanagari-hindi-transliteration is
1458 merged with devanagari-itrans, devanagari-keyboard-a is renamed to
1459 devanagari-inscript, devanagari-transliteration is renamed to
1460 devanagari-kyoto-harvard.
1461
1462 * Makefile.in: Adjusted for the file name change;
1463 quail/devanagari.elc -> quail/indian.elc.
1464
1465 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1466
1467 * quail/welsh.el: Avoid an error message due to a commented-out
1468 input method.
1469
1470 2001-11-05 Richard M. Stallman <rms@gnu.org>
1471
1472 * quail/rfc1345.el: Get rid of the explicit ^Z character.
1473
1474 2001-11-05 Eli Zaretskii <eliz@is.elta.co.il>
1475
1476 * quail/latin-ltx.el: Remove the call to IT-setup-unicode-display.
1477
1478 2001-11-04 Dave Love <fx@gnu.org>
1479
1480 * Makefile.in (LATIN): Add welsh.
1481 (UNICODE): New.
1482 (MISC): Add georgian.
1483 (WORLD): Add UNICODE.
1484
1485 * quail/welsh.el, quail/georgian.el, quail/rfc1345.el:
1486 * quail/uni-input.el, quail/sgml-input.el: New file.
1487
1488 * quail/cyrillic.el ("bulgarian-pho", "belarusian"): New methods.
1489
1490 * quail/latin-alt.el ("dutch"): New method.
1491
1492 2001-10-27 Francesco Potortì <pot@gnu.org>
1493
1494 * quail/latin-post.el ("italian-postfix"): Undo previous change.
1495
1496 * quail/latin-alt.el ("italian-alt-postfix"): Undo previous change.
1497
1498 2001-10-25 Francesco Potortì <pot@gnu.org>
1499
1500 * quail/latin-post.el ("italian-postfix"): Euro symbol.
1501
1502 * quail/latin-alt.el ("italian-alt-postfix"): Euro symbol.
1503
1504 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1505
1506 * (Version 21.1 released.)
1507
1508 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1509
1510 * CXTERM-DIC/Punct-b5.tit: Add big5 Chinese double spaced alphabet
1511 mappings, so that one could type them without leaving the Hanyu
1512 Pinyin input method. Suggested by Kenichi Handa
1513 <handa@etl.go.jp>.
1514
1515 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1516
1517 * quail/greek.el ("greek-babel"): New input method. From David
1518 Kastrup <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
1519
1520 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1521
1522 * Branch for 21.1.
1523
1524 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1525
1526 * quail/greek.el ("greek-mizuochi"): Doc fix. From David Kastrup
1527 <David.Kastrup@neuroinformatik.ruhr-uni-bochum.de>.
1528
1529 2001-08-06 Gerd Moellmann <gerd@gnu.org>
1530
1531 * quail/py-punct.el ("chinese-py-punct"): Copy the QUAIL-MAP of
1532 "chinese-py".
1533 ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
1534
1535 2001-07-16 Pavel Janík <Pavel@Janik.cz>
1536
1537 * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el
1538 * quail/czech.el, quail/devanagari.el, quail/ethiopic.el
1539 * quail/greek.el, quail/hangul.el, quail/hangul3.el
1540 * quail/hanja-jis.el, quail/hanja.el, quail/hanja3.el
1541 * quail/hebrew.el, quail/ipa.el, quail/japanese.el, quail/lao.el
1542 * quail/latin-alt.el, quail/latin-ltx.el, quail/latin-post.el
1543 * quail/latin-pre.el, quail/lrt.el, quail/py-punct.el
1544 * quail/pypunct-b5.el, quail/slovak.el, quail/symbol-ksc.el
1545 * quail/thai.el, quail/tibetan.el, quail/viqr.el: Some fixes to
1546 follow coding conventions.
1547
1548 2001-06-04 Andrew Choi <akochoi@i-cable.com>
1549
1550 * quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.
1551
1552 2001-06-01 Andrew Innes <andrewi@gnu.org>
1553
1554 * makefile.nt (TIT_GB): Remove quail/PY.elc and quail/ZIRANMA.elc.
1555 (NON_TIT_BIG5): Remove $(srcdir)/quail/tsang-b5.elc and
1556 $(srcdir)/quail/pypunct-b5.elc.
1557 (NON_TIT_CNS): Remove.
1558 (CHINESE_NON_TIT): Remove $(NON_TIT_CNS).
1559 (CHINESE_CNS): Remove.
1560 (KOREAN): Add $(srcdir)/quail/hanja3.elc.
1561 (LATIN): Add $(srcdir)/quail/latin-alt.elc and
1562 $(srcdir)/quail/latin-ltx.elc.
1563 (MISC_DIC): Copy from Makefile.in.
1564 (CHINESE): Remove $(CHINESE_CNS).
1565 (all): Add $(MISC_DIC) as target.
1566 (.NOTPARALLEL): New target.
1567 (.NO_PARALLEL): New target.
1568 ($(MISC_DIC)): New target.
1569 (clean mostlyclean): Clean more stuff.
1570 (TIT_EL): New macro.
1571 (MISC_DIC_EL): New macro.
1572
1573 * makefile.w32-in (TIT-GB): Remove CTLau.elc from it.
1574 (TIT-BIG5): Remove CTLauB.elc from it.
1575 (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it.
1576 (clean mostlyclean): Remove obsolete reference.
1577
1578 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1579
1580 * quail/latin-ltx.el [ms-dos]: Call IT-setup-unicode-display.
1581
1582 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1583
1584 * Makefile.in (MISC-DIC): Change CTLauB.elc to CTLau-b5.elc.
1585
1586 * CXTERM-DIC/CTLau.tit, CXTERM-DIC/CTLauB.tit: Delete files.
1587
1588 * MISC-DIC/CTLau.html, MISC-DIC/CTLau-b5.html: Add files.
1589
1590 * Makefile.in (TIT-GB): Remove CTLau.elc from it.
1591 (TIT-BIG5): Remove CTLauB.elc from it.
1592 (MISC-DIC): Add CTLau.elc and CTLauB.elc to it.
1593
1594 2001-05-17 Dave Love <fx@gnu.org>
1595
1596 * quail/latin-ltx.el ("TeX"): Rename from "latin-latex2e".
1597 Language family and indicator changed. Many new translations.
1598
1599 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1600
1601 * quail/slovak.el, quail/czech.el: Set guidance to t for czech and
1602 slovak input methods. New maintainer. From Pavel Janík
1603 <Pavel@Janik.cz>.
1604
1605 2001-04-23 Gerd Moellmann <gerd@gnu.org>
1606
1607 * quail/latin-ltx.el: Add more translations.
1608 From jsbien@mimuw.edu.pl (Janusz S. Bień).
1609
1610 2001-04-19 Eli Zaretskii <eliz@is.elta.co.il>
1611
1612 * quail/hangul.el <korean-hangul>: Doc fix.
1613
1614 2001-04-18 Andrew Innes <andrewi@gnu.org>
1615
1616 * makefile.w32-in (EMACSLOADPATH): Define.
1617 ($(TIT)):
1618 ($(MISC_DIC)):
1619 (.el.elc):
1620 (leim-list.el): Remove stuff to set EMACSLOADPATH.
1621
1622 2001-04-05 Gerd Moellmann <gerd@gnu.org>
1623
1624 * Makefile.in (install): Remove .cvsignore files.
1625
1626 * quail/japanese.el ("japanese-hankaku-kana"): Don't use
1627 the same translations as for `japanese'.
1628
1629 2001-04-03 Andrew Innes <andrewi@gnu.org>
1630
1631 * makefile.w32-in (TIT_GB): Delete quail/PY.elc and
1632 quail/ZIRANMA.elc.
1633 (NON_TIT_BIG5): Delete $(srcdir)/quail/quick-b5.elc and
1634 $(srcdir)/quail/tsang-b5.elc.
1635 (NON_TIT_CNS): Delete.
1636 (CHINESE_NON_TIT): Delete $(NON-TIT-CNS).
1637 (CHINESE_CNS): Delete.
1638 (KOREAN): Add ${srcdir}/quail/hanja3.elc. From Kenichi Handa
1639 <handa@etl.go.jp>.
1640 (MISC_DIC): New variable.
1641 (CHINESE): Delete $(CHINESE_CNS).
1642 (WORLD): Add $(MISC_DIC).
1643 (all): Depends on $(MISC_DIC).
1644 (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1645 ($(MISC_DIC)): New target.
1646 (clean mostlyclean): Delete also $(NONTIT), $(WORLD), $(MISC_DIC)
1647 and $(MISC_DIC:.elc=.el).
1648
1649 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1650
1651 * Makefile.in (KOREAN): Add ${srcdir}/quail/hanja3.elc.
1652 From Kenichi Handa <handa@etl.go.jp>.
1653
1654 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
1655
1656 2001-03-31 Kenichi Handa <handa@etl.go.jp>
1657
1658 * Makefile.in (TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc.
1659 (NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
1660 ${srcdir}/quail/tsang-b5.elc.
1661 (CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
1662 (CHINESE-CNS): Delete it.
1663 (MISC-DIC): New variable.
1664 (CHINESE): Delete ${CHINESE-CNS}.
1665 (WORLD): Add ${MISC-DIC}.
1666 (all): Depends on ${MISC-DIC}.
1667 (${MISC-DIC}): New target.
1668 (clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.
1669
1670 * MISC-DIC/cangjie-table.b5, MISC-DIC/cangjie-table.cns,
1671 MISC-DIC/pinyin.map, MISC-DIC/ziranma.cin: New files.
1672
1673 * CXTERM-DIC/PY.tit, CXTERM-DIC/ZIRANMA.tit: Delete them.
1674
1675 * quail/tsang-b5.el, quail/tsang-cns.el, quail/quick-b5.el,
1676 * quail/quick-cns.el: Delete them.
1677
1678 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1679
1680 * Makefile.in (${TIT}): Fix whitespace.
1681
1682 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
1683
1684 * Makefile.in (.NOTPARALLEL, .NO_PARALLEL): New special targets.
1685 (${TIT}): If the target file already exist, don't remake it.
1686
1687 2001-03-21 Kenichi Handa <handa@etl.go.jp>
1688
1689 * quail/slovak.el ("slovak"): Translate "=q" to "`".
1690
1691 2001-03-16 Pavel Janík <Pavel@Janik.cz>
1692
1693 * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
1694 "=q", "+q", "=Q", and "+Q".
1695 ("slovak-prog-1"): Give t to the arg SHOW-LAYOUT.
1696 ("slovak-prog-2"): Likewise.
1697 ("slovak-prog-3"): Likewise.
1698
1699 2001-03-16 Eli Zaretskii <eliz@is.elta.co.il>
1700
1701 * quail/latin-post.el ("finnish-keyboard"): Fix a typo.
1702
1703 2001-03-16 Kenichi Handa <handa@etl.go.jp>
1704
1705 * quail/japanese.el (quail-japanese-transliteration-rules):
1706 New variable. Use it to define these input methods: "japanese",
1707 "japanese-hiragana", "japanese-katakana".
1708 (quail-japanese-kana-state): Delete this variable.
1709 (quail-japanese-toggle-kana): Don't use quail-japanese-kana-state,
1710 instead check if there's any Hiraganas in the conversion region.
1711
1712 2001-03-14 Kenichi Handa <handa@mule.m17n.org>
1713
1714 * quail/slovak.el ("slovak"): Give t to the arg SHOW-LAYOUT.
1715
1716 2001-03-06 Kenichi Handa <handa@etl.go.jp>
1717
1718 * CXTERM-DIC/4Corner.tit: Add copyright notice.
1719
1720 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1721
1722 * quail/ethiopic.el ("ethiopic"): Docstring adjusted for the
1723 change of the special key bindings.
1724
1725 2001-02-22 Kenichi Handa <handa@etl.go.jp>
1726
1727 * CXTERM-DIC/ARRAY30.tit: Add copyright notice.
1728
1729 * CXTERM-DIC/ETZY.tit: Likewise.
1730
1731 * CXTERM-DIC/ZOZY.tit: Likewise.
1732
1733 2001-02-05 Andrew Innes <andrewi@gnu.org>
1734
1735 * makefile.w32-in (BUILT_EMACS): Use $(THISDIR) to make emacs.exe
1736 path absolute.
1737
1738 2001-02-03 Andrew Innes <andrewi@gnu.org>
1739
1740 * makefile.w32-in (LATIN): Fix last change to use () not {}.
1741
1742 2001-02-02 Kenichi Handa <handa@etl.go.jp>
1743
1744 * Makefile.in (LATIN): Include ${srcdir}/quail/latin-alt.elc.
1745
1746 * makefile.w32-in (LATIN): Likewise.
1747
1748 * quail/latin-ltx.el: New file -- LaTeX-like Latin input method.
1749
1750 2001-02-01 Andrew Innes <andrewi@gnu.org>
1751
1752 * makefile.w32-in (LATIN): Include $(srcdir)/quail/latin-alt.elc.
1753
1754 2001-02-01 Kenichi Handa <handa@etl.go.jp>
1755
1756 * quail/greek.el ("greek-mizuochi"): New input method for
1757 classical Greek.
1758
1759 2001-01-28 Gerd Moellmann <gerd@gnu.org>
1760
1761 * Makefile.in (extraclean): Add target so make doesn't die if
1762 one runs "make extraclean" at the top level.
1763
1764 2001-01-06 Andrew Innes <andrewi@gnu.org>
1765
1766 * makefile.nt ($(TIT)): Map .elc to .el.
1767 (buildlisppath): Make path relative to $(MAKEDIR).
1768
1769 2001-01-01 Andreas Schwab <schwab@suse.de>
1770
1771 * quail/latin-alt.el: Doc fixes.
1772
1773 2000-12-18 Dave Love <fx@gnu.org>
1774
1775 * quail/latin-pre.el <latin-9-prefix>: Delete duplicate š entry.
1776 Change œ, Œ, ¶.
1777
1778 2000-12-16 Kenichi Handa <handa@etl.go.jp>
1779
1780 * ja-dic/ja-dic.el: Re-generated by the new ja-dic-cnv.el.
1781
1782 2000-12-06 Andrew Innes <andrewi@gnu.org>
1783
1784 * makefile.w32-in (buildlisppath): Set to an absolute directory,
1785 relative to $(CURDIR).
1786 (INSTALLDIR): Use forward slash.
1787
1788 2000-11-24 Andrew Innes <andrewi@gnu.org>
1789
1790 * makefile.w32-in (.SUFFIXES): New target, include .elc .el.
1791
1792 * makefile.nt (.SUFFIXES): New target, include .elc .el.
1793
1794 2000-11-21 Kenichi Handa <handa@etl.go.jp>
1795
1796 * Makefile.in (.SUFFIXES): New target, include .elc .el.
1797
1798 2000-11-17 Kenichi Handa <handa@etl.go.jp>
1799
1800 * quail/japanese.el (quail-japanese-kanji-kkc): Use marker to
1801 remember the conversion start.
1802
1803 2000-10-21 Andrew Innes <andrewi@gnu.org>
1804
1805 * makefile.nt ($(TIT)): Add $(SUBDIRS) as dependents, instead
1806 of conditional invocation of make.
1807 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1808 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
1809 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1810 files to .elc.
1811 ($(TIT)): Adjust for the above change.
1812 (clean mostlyclean): Likewise.
1813 (.el.elc): New target.
1814
1815 * makefile.w32-in ($(TIT)): Add $(SUBDIRS) as dependents, instead
1816 of conditional invocation of make.
1817 (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
1818 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
1819 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
1820 files to .elc.
1821 ($(TIT)): Adjust for the above change.
1822 (clean mostlyclean): Likewise.
1823 (.el.elc): New target.
1824
1825 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1826
1827 * Makefile.in (${TIT}, clean): Don't use shell `command`
1828 expansion, use ${TIT:.elc=.el} instead.
1829
1830 2000-09-26 Gerd Moellmann <gerd@gnu.org>
1831
1832 * Makefile.in: Make this the leim Makefile.in.
1833 (clean): Also remove $NON-TIT and $WORLD.
1834 (RUN-EMACS): Set EMACSLOADPATH.
1835
1836 2000-09-21 Kenichi Handa <handa@etl.go.jp>
1837
1838 * Makefile.in: Revert to no-leim Makefile.
1839
1840 * quail/.cvsignore: Include *.elc.
1841
1842 * ja-dic/.cvsignore: New file.
1843
1844 2000-09-16 Andrew Innes <andrewi@gnu.org>
1845
1846 * makefile.nt ($(TIT)): Set EMACSLOADPATH when running emacs.
1847 (leim-list.el): Ditto.
1848
1849 * makefile.w32-in ($(TIT)): Set EMACSLOADPATH when running emacs.
1850 (leim-list.el): Ditto.
1851
1852 2000-09-15 Andrew Innes <andrewi@gnu.org>
1853
1854 * makefile.w32-in (clean mostlyclean): Ignore errors when removing
1855 files.
1856
1857 2000-09-14 Andrew Innes <andrewi@gnu.org>
1858
1859 * makefile.w32-in (clean mostlyclean): Ignore errors when deleting
1860 leim-list.el.
1861 (distclean maintainer-clean): Ditto for stamp-subdir.
1862
1863 * makefile.nt: Rename skkdic to ja-dic.
1864
1865 2000-09-07 Kenichi Handa <handa@etl.go.jp>
1866
1867 * quail/thai.el ("thai-kesmanee", "thai-pattachote"): Use keyboard
1868 translation.
1869
1870 * quail/pypunct-b5.el ("chinese-py-punct-b5"): Docstring modified.
1871
1872 * quail/py-punct.el ("chinese-py-punct"): Docstring modified.
1873 ("chinese-tonepy-punct"): New input method.
1874
1875 * quail/latin-pre.el ("polish-slash"): Don't use keyboard
1876 translation.
1877
1878 * quail/japanese.el ("japanese"): Delete the key sequence for
1879 Roman transliteration from the docstring because it's now shown
1880 automatically.
1881 ("japanese-ascii", "japanese-zenkaku")
1882 ("japanese-hankaku-kana", "japanese-hiragana")
1883 ("japanese-katakana"): Docstring modified.
1884
1885 * quail/czech.el ("czech-qwerty"): Change to show keyboard layout
1886 on describe-input-method.
1887 ("czech-prog-1", "czech-prog-2", "czech-prog-3"): Likewise.
1888
1889 2000-09-03 Andrew Innes <andrewi@gnu.org>
1890
1891 * makefile.w32-in: New file.
1892 (install) Fix copying of directories.
1893
1894 2000-08-31 Kenichi Handa <handa@etl.go.jp>
1895
1896 * quail/thai.el (thai-generate-quail-map): If the length of
1897 translation is more than one, compose it.
1898
1899 2000-08-29 Dave Love <fx@gnu.org>
1900
1901 * quail/latin-pre.el ("latin-9-prefix"): Change entries for œ and Œ.
1902
1903 * Makefile.in: ja-dic <- skk in several places.
1904
1905 2000-08-25 Kenichi Handa <handa@etl.go.jp>
1906
1907 * ja-dic: Directory name changed from skkdic.
1908
1909 * ja-dic/ja-dic.el[c]: Re-generated by the new ja-dic-cnv.el.
1910
1911 * README: Rename skkdic to ja-dic throughout the file.
1912
1913 2000-08-24 Dave Love <fx@gnu.org>
1914
1915 * quail/latin-pre.el ("latin-8-prefix", "latin-9-prefix"): New.
1916 ("latin-1-prefix"): Add missing symbols.
1917
1918 2000-08-23 Dave Love <fx@gnu.org>
1919
1920 * quail/latin-pre.el ("latin-1-prefix"): Change ~s to give § and
1921 add ~p for ¶.
1922
1923 2000-07-18 Kenichi Handa <handa@etl.go.jp>
1924
1925 * quail/japanese.el ("japanese"): Fix docstring.
1926
1927 2000-07-17 Kenichi Handa <handa@etl.go.jp>
1928
1929 * quail/japanese.el ("japanese"): Docstring modified.
1930
1931 2000-06-12 Kenichi Handa <handa@etl.go.jp>
1932
1933 * quail/tibetan.el (tibetan-wylie-quote-alist): This variable deleted.
1934 ("tibetan-wylie"): State transition table modified.
1935
1936 2000-06-01 Kenichi Handa <handa@etl.go.jp>
1937
1938 * quail/tibetan.el: Change all tibetan-1-column characters to
1939 tibetan. Quail map for "tibetan-wylie" fixed.
1940
1941 2000-03-31 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>
1942
1943 * quail/latin-pre.el ("polish-slash"): New input method.
1944
1945 2000-03-02 Kenichi Handa <handa@etl.go.jp>
1946
1947 * quail/latin-pre.el ("latin-1-prefix"): Add rules for symbols.
1948
1949 2000-02-01 Gerd Moellmann <gerd@gnu.org>
1950
1951 * Makefile.in: Make this the no-leim Makefile. Move the
1952 leim Makefile.in to ../leim-Makefile.in as it originally was.
1953
1954 * Makefile.noleim: Removed.
1955
1956 2000-01-28 Kenichi Handa <handa@etl.go.jp>
1957
1958 * quail/hanja.el (korean-hanja): Add an entry for "wod".
1959
1960 2000-01-04 Kenichi Handa <handa@etl.go.jp>
1961
1962 * quail/japanese.el ("japanese"): Docstring augmented.
1963
1964 1999-12-15 Kenichi Handa <handa@etl.go.jp>
1965
1966 * quail/lao.el: Rewritten for new composition.
1967
1968 * quail/lrt.el: Rewritten for new composition.
1969
1970 * quail/thai.el: Rewritten for new composition.
1971
1972 * quail/tibetan.el: Rewritten for new composition.
1973
1974 1999-12-13 Kenichi Handa <handa@etl.go.jp>
1975
1976 * quail/latin-pre.el ("esperanto-prefix"): Make it produce Latin-3
1977 characters, not Latin-1.
1978
1979 1999-11-22 Andrew Innes <andrewi@gnu.org>
1980
1981 * makefile.nt: No need to generate subdirs.el.
1982
1983 1999-11-21 Andrew Innes <andrewi@gnu.org>
1984
1985 * makefile.nt: New file.
1986
1987 1999-10-26 Gerd Moellmann <gerd@gnu.org>
1988
1989 * Makefile.noleim: New.
1990
1991 1999-09-19 Ken'ichi Handa <handa@gnu.org>
1992
1993 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Rename from
1994 turkish-postfix.
1995 ("turkish-postfix"): New Turkish input method which inserts
1996 Latin-5 characters.
1997
1998 * quail/latin-alt.el ("turkish-latin-3-alt-postfix"): Rename from
1999 turkish-alt-postfix.
2000 ("turkish-alt-postfix"): New Turkish input method which inserts
2001 Latin-5 characters.
2002
2003 1999-07-12 Richard Stallman <rms@gnu.org>
2004
2005 * Version 20.4 released.
2006
2007 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
2008
2009 * quail/cyrillic.el (cyrillic-jcuken): Use X11 keyboard layout.
2010
2011 1999-06-14 Ken'ichi Handa <handa@gnu.org>
2012
2013 * quail/ethiopic.el ("ethiopic"): Add translation rules.
2014
2015 1999-06-01 Jae-youn Chung <jay@compiler.kaist.ac.kr>
2016
2017 * quail/hanja3.el: Newly generated from hangul.el, hangul3.el, and
2018 hanja.el.
2019
2020 1999-05-25 Ken'ichi Handa <handa@gnu.org>
2021
2022 * quail/hangul3.el ("korean-hangul3"): Give MAXIMUM-SHORTEST t.
2023
2024 1999-05-09 Tudor Hulubei <tudor@cs.unh.edu>
2025
2026 * quail/latin-pre.el ("romanian-prefix"): New input method.
2027 ("romanian-alt-prefix"): New input method.
2028
2029 1999-03-04 Kenichi Handa <handa@etl.go.jp>
2030
2031 * quail/latin-post.el ("spanish-postfix"): Add rule U" and u".
2032
2033 1999-01-14 Kenichi Handa <handa@etl.go.jp>
2034
2035 * quail/japanese.el (quail-japanese-kanji-kkc): If the last char
2036 to convert is `n', change it to Japanese Hiragana `n' before
2037 conversion.
2038
2039 1999-01-11 Kenichi Handa <handa@etl.go.jp>
2040
2041 * Makefile.in (MISC): Add ${srcdir}/quail/hebrew.el.
2042
2043 * quail/hebrew.el: New file.
2044
2045 1998-12-15 Kenichi Handa <handa@etl.go.jp>
2046
2047 * quail/devanagari.el (quail-devanagari-compose-characters):
2048 Adjust for the change of input method handling.
2049 (quail-devanagari-hindi-compose-characters): Likewise.
2050
2051 1998-10-15 Kenichi Handa <handa@etl.go.jp>
2052
2053 * Makefile.in (leim-list.el): Use `(cd foo && pwd)` instead of
2054 `(cd foo; pwd)`.
2055 (install): Likewise.
2056
2057 1998-10-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
2058
2059 * quail/latin-post.el: Many doc fixes.
2060 ("latin-1-postfix"): Add sequence for the small superscript o.
2061 * quail/latin-pre.el: Many doc fixes.
2062 ("latin-1-prefix"): Add sequences for the small
2063 superscript underlined o and a.
2064
2065 1998-10-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
2066
2067 * quail/latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
2068 small superscript underlined o and a.
2069 ("italian-alt-postfix"): Change it to something useful and
2070 different from italian-postfix.
2071 * quail/latin-post.el ("latin-1-postfix"): Add a method to enter the
2072 small superscript underlined o and a.
2073 ("italian-postfix"): Same as above.
2074 ("italian-postfix"): Add methods to enter e with acute accent and
2075 the >> and << symbols.
2076
2077 1998-09-25 Kenichi Handa <handa@etl.go.jp>
2078
2079 * quail/japanese.el (quail-japanese-hankaku-update-translation):
2080 Adjust for the change of input method handling.
2081
2082 1998-09-11 Kenichi HANDA <handa@etl.go.jp>
2083
2084 * quail/japanese.el (quail-japanese-katakana-update-translation):
2085 Adjust for the change of input method handling.
2086
2087 1998-08-31 Kenichi Handa <handa@etl.go.jp>
2088
2089 * quail/tibetan.el (quail-tibetan-input-wylie): Adjust for the
2090 change of input method handling.
2091 (quail-tibetan-input-tibkey): Likewise.
2092
2093 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2094
2095 * Version 20.3 released.
2096
2097 1998-08-16 Kenichi HANDA <handa@etl.go.jp>
2098
2099 * quail/czech.el ("czech"): Make this input method deterministic,
2100 kbd-translate, and show-layout.
2101
2102 1998-08-15 Kenichi HANDA <handa@etl.go.jp>
2103
2104 * quail/ethiopic.el: Fix several translation rules.
2105
2106 1998-08-12 Milan Zamazal <pdm@fi.muni.cz>
2107
2108 * quail/czech.el: Few key sequences added to some keyboards.
2109
2110 1998-08-06 Kenichi Handa <handa@etl.go.jp>
2111
2112 * quail/japanese.el (quail-japanese-use-double-n): New variable.
2113 (quail-japanese-update-translation): Adjust for the change of
2114 quail-update-translation. Now this function should return
2115 CONTROL-FLAG.
2116 (quail-japanese-toggle-kana): Update quail-conversion-str.
2117 (quail-japanese-kanji-kkc): Likewise.
2118 (quail-japanese-switch-package): Reset quail-current-str and
2119 quail-conversion-str.
2120
2121 1998-07-24 Kenichi Handa <handa@etl.go.jp>
2122
2123 * quail/japanese.el (quail-japanese-kanji-kkc):
2124 Set quail-translation to nil after calling kkc-region so that
2125 translation mode is restarted correctly.
2126
2127 1998-07-21 Kenichi Handa <handa@etl.go.jp>
2128
2129 * quail/japanese.el (quail-japanese-kanji-kkc): Handle the case
2130 that conversion is canceled in kkc-region.
2131 (quail-japanese-switch-package): Fix previous change.
2132
2133 1998-07-19 Kenichi Handa <handa@etl.go.jp>
2134
2135 * quail/japanese.el (quail-japanese-update-translation):
2136 Handle a key which should fix the current translation and start a new
2137 translation correctly.
2138 (quail-japanese-toggle-kana): Set quail-translating to nil.
2139 Don't change point.
2140
2141 1998-07-15 Kenichi Handa <handa@etl.go.jp>
2142
2143 * quail/japanese.el (quail-japanese-kanji-kkc): Adjust for the
2144 change of quail.el.
2145 (quail-japanese-switch-package): Likewise.
2146
2147 1998-07-03 Kenichi Handa <handa@etl.go.jp>
2148
2149 * quail/symbol-ksc.el: Keys for modern Korean syllables fixed.
2150 Some keys for ancient Korean syllables are changed properly.
2151
2152 1998-06-20 Kenichi Handa <handa@etl.go.jp>
2153
2154 * quail/ethiopic.el: Don't add hook to quail-mode-hook.
2155 (ethio-select-a-translation): New function.
2156
2157 1998-06-10 Richard Stallman <rms@psilocin.ai.mit.edu>
2158
2159 * Makefile.in (RUN-EMACS): Add --multibyte.
2160
2161 1998-04-29 Karl Heuer <kwzh@gnu.org>
2162
2163 * Makefile.in (SLAVIC): Delete redundant backslash.
2164
2165 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
2166
2167 * Makefile.in (install): Make INSTALLDIR and contents world-readable.
2168
2169 1998-04-20 Kenichi Handa <handa@etl.go.jp>
2170
2171 * Makefile.in (SLAVIC): New macro.
2172 (EUROPEAN): Include ${SLAVIC}.
2173
2174 1998-04-14 Andreas Schwab <schwab@mescaline.gnu.org>
2175
2176 * Makefile.in: Prepend ${srcdir} to all non-TIT lisp file names.
2177 (leim-list.el): Depend on ${WORLD}.
2178
2179 * quail/latin-alt.el (latin-2-alt-postfix): Doc fix.
2180
2181 1998-04-08 Karl Heuer <kwzh@mescaline.gnu.org>
2182
2183 * quail/czech.el, quail/slovak.el: Correct starting commentary.
2184
2185 1998-04-07 Milan Zamazal <pdm@fi.muni.cz>
2186
2187 * quail/czech.el, quail/slovak.el: Correct starting commentary.
2188
2189 1998-04-06 Andreas Schwab <schwab@gnu.org>
2190
2191 * quail/lrt.el (lrt-composing-pattern-double-c): Change chars-in-string
2192 to length.
2193 (lrt-generate-quail-map): Change sref to aref, and make second
2194 argument of substring a character index.
2195
2196 1998-03-26 Richard Stallman <rms@psilocin.gnu.org>
2197
2198 * Makefile.in (${TIT}): Fix shell conditional syntax.
2199
2200 1998-03-18 Kenichi Handa <handa@etl.go.jp>
2201
2202 * quail/latin-pre.el ("latin-1-prefix"): Fix the translation of
2203 "/ " to "/" (instead of " ").
2204
2205 1998-03-17 Richard Stallman <rms@psilocin.gnu.org>
2206
2207 * quail/czech.el, quail/slovak.el: New files.
2208
2209 1998-03-10 Richard Stallman <rms@psilocin.gnu.org>
2210
2211 * Makefile.in (BUILT-EMACS): Variable renamed from EMACS.
2212 Uses changed.
2213
2214 1998-03-05 Kenichi Handa <handa@etl.go.jp>
2215
2216 * Makefile.in (${TIT}): To byte-compile quail packages, use just
2217 built quail.
2218
2219 1997-12-09 Koaunghi Un <koaunghi.un@zdv.uni-tuebingen.de>
2220
2221 * quail/hanja3.el: New file.
2222
2223 * quail/hanja-jis.el: Title string of the input method
2224 "korean-hanja-jis" changed.
2225
2226 * quail/symbol-ksc.el: Title string of the input method
2227 "korean-symbol" changed. Require 'korea-util.
2228 (quail-hangul-switch-back): Delete.
2229
2230 * quail/hangul3.el: Require 'korea-util.
2231 (quail-hangul-switch-to-symbol-ksc): Delete.
2232
2233 * quail/hanja.el: Require 'korea-util. Title string of the input
2234 method "korean-hanja" changed.
2235 (quail-hanja-switch-to-symbol-ksc): Delete.
2236
2237 * quail/hangul.el: Require 'korea-util.
2238 (quail-hangul-switch-to-symbol-ksc): Delete.
2239
2240 1997-10-23 Kenichi Handa <handa@etl.go.jp>
2241
2242 * quail/ethiopic.el: The title string of input method "Ethiopic"
2243 is changed.
2244
2245 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2246
2247 * Version 20.2 released.
2248
2249 1997-09-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2250
2251 * quail/latin-post.el (german): Swap y and z.
2252
2253 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2254
2255 * Version 20.1 released.
2256
2257 * quail/latin-alt.el (latin-2-postfix): Use : for double-acute again.
2258
2259 1997-09-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2260
2261 * quail/viqr.el (vietnamese-viqr): Doc fix.
2262
2263 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2264
2265 * quail/latin-alt.el: New file.
2266
2267 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2268
2269 * quail/latin-post.el: Undo previous change.
2270
2271 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2272
2273 * quail/latin-post.el (latin-2-postfix):
2274 Replace comma and period with `. Replace colon with /.
2275 (latin-1-postfix): Replace comma with /.
2276 (french-postfix): Replace comma with /.
2277 (latin-3-postfix): Replace comma with ` and period with /.
2278 (latin-4-postfix): Replace comma with ` and period with ~.
2279 (latin-5-postfix): Replace comma with ` and period with /.
2280 (turkish-postfix): Replace comma with ` and period with /.
2281
2282 1997-09-10 Kenichi Handa <handa@etl.go.jp>
2283
2284 * quail/ethiopic.el: Don't bind keys in quail-mode-map.
2285 The function added to quail-mode-hook turn ethio-mode on only when
2286 input method "ethiopic" is begin used.
2287 (ethio-prefer-ascii-space): Move to lisp/language/ethio-util.el.
2288 (ethio-toggle-space): Likewise.
2289 (ethio-insert-space): Likewise.
2290 (ethio-insert-ethio-space): Likewise.
2291 (ethio-prefer-ascii-punctuation): Likewise.
2292 (ethio-toggle-punctuation): Likewise.
2293 (ethio-gemination): Likewise.
2294 ("ethiopic"): Doc-string of this Quail package modified.
2295 Bind function keys for TRANSLATION-KEYMAP to
2296 quail-execute-non-quail-command.
2297
2298 1997-09-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2299
2300 * Makefile.in (install): Use quail/* in the second tar that
2301 copies a dir named quail.
2302
2303 1997-09-03 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2304
2305 * Makefile.in (install): Do not copy leim-list.el twice.
2306 Copy `skk' subdirectory too.
2307
2308 1997-09-03 Kenichi Handa <handa@etl.go.jp>
2309
2310 * quail/cyrillic.el: For each package, pass t for the SIMPLE
2311 argument to quail-define-package.
2312 * quail/cyril-jis.el: Likewise.
2313 * quail/greek.el: Likewise.
2314 * quail/ipa.el: Likewise.
2315 * quail/lao.el: Likewise.
2316 * quail/lrt.el: Likewise.
2317 * quail/thai.el: Likewise.
2318 * quail/viqr.el: Likewise.
2319
2320 1997-08-30 Naoto TAKAHASHI <ntakahas@etl.go.jp>
2321
2322 * quail/ethiopic.el ("ethiopic"): Doc-string fixed. Change the arg
2323 TRANSLATION-KEYS.
2324 (quail-mode-map): Change binding for ethio-insert-ethio-space.
2325 (quail-mode-hook): Check the current Quail package name.
2326
2327 * quail/latin-post.el: Add rules for canceling accents by typing
2328 two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
2329 packages.
2330
2331 1997-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2332
2333 * quail/latin-post.el, quail/latin-pre.el: For each package,
2334 pass t for the SIMPLE argument to quail-define-package.
2335
2336 1997-08-28 Kenichi Handa <handa@etl.go.jp>
2337
2338 * Makefile.in (dotdot): This macro deleted.
2339 (SUBDIRS): Exclude skk.
2340 (all): Substitute ${WORLD} to ${TIT}.
2341 (%.el): This target deleted.
2342 (${TIT}): Check existence of `quail' subdirectory.
2343 (leim-list.el): Do not check old files.
2344 (install): If ${srcdir} is different from the current directory,
2345 copy also files under ${srcdir}.
2346
2347 1997-08-26 Kenichi Handa <handa@etl.go.jp>
2348
2349 * Makefile.in: Re-arrange macros so that the macro TIT contains
2350 only Quial packages generated from CXTERM dictionaries, and the
2351 macro NON-TIT contains only Quial packages distributed with Emacs.
2352 (install): Do not use -h option for tar, instead copy ${NON-TIT}
2353 and ${TIT} separately.
2354
2355 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2356
2357 * Makefile.in (install): Discard extra data in tar | tar command.
2358
2359 1997-08-23 Kenichi Handa <handa@etl.go.jp>
2360
2361 * quail/devanagari.el (quail-devanagari-compose-characters):
2362 Fix previous change.
2363 (quail-devanagari-hindi-compose-characters): Fix previous change.
2364
2365 * quail/japanese.el (quail-japanese-kkc-mode-exit): Fix previous
2366 change.
2367
2368 1997-08-22 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2369
2370 * Makefile.in (leim-list.el): Fix previous change.
2371
2372 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
2373
2374 1997-08-21 Kenichi HANDA <handa@etl.go.jp>
2375
2376 * quail/py-punct-b5.el: Name changed from py-punct-b5.el.
2377 * quail/tsang-b5.el: Name changed from tsangchi-b5.el.
2378 * quail/tsang-cns.el: Name changed from tsangchi-cns.el.
2379
2380 * Makefile.in (install): Just copy leim-list.el instead of running
2381 update-leim-list-file on ${INSTALLDIR}.
2382 (CHINESE-BIG5): File name change: tsangchi-b5.el -> tsang-b5.el,
2383 py-punct-b5.el -> pypunct-b5.el.
2384 (CHINESE-CNS): File name change: tsangchi-cns.el -> tsang-cns.el.
2385 (leim-list.el): Delete old files not contained in ${WORLD}.
2386
2387 * quail/japanese.el (quail-japanese-kkc-mode-exit):
2388 Run input-method-after-insert-chunk-hook.
2389
2390 * quail/thai.el (thai-keyboard-mapping-alist): Some entry corrected.
2391
2392 1997-08-19 Kenichi Handa <handa@etl.go.jp>
2393
2394 * quail/hangul.el ("korean-hangul"): Doc-string of this Quail
2395 package fixed.
2396
2397 1997-08-18 Kenichi Handa <handa@etl.go.jp>
2398
2399 * quail/japanese.el (quail-japanese-toggle-kana): Don't call
2400 throw.
2401 (quail-japanese-kanji-kkc): Completely re-written.
2402 (quail-japanese-kkc-mode-exit): New function.
2403 (quail-japanese-switch-package): Call activate-input-method
2404 instead of select-input-method.
2405
2406 * quail/thai.el (thai-consonant-input): Typo fixed.
2407
2408 * quail/devanagari.el (quail-devanagari-compose-characters):
2409 Do not call throw.
2410 (quail-devanagari-hindi-compose-characters): Likewise.
2411
2412 * quail/hangul.el (quail-hangul-switch-to-symbol-ksc):
2413 Call activate-input-method instead of select-input-method.
2414
2415 * quail/hangul3.el (quail-hangul-switch-to-symbol-ksc): Likewise.
2416
2417 * quail/symbol-ksc.el (quail-hangul-switch-back): Likewise.
2418 Use input-method-history instead of previous-input-method.
2419
2420 1997-08-16 Valery Alexeev <valery@domovoy.math.uga.edu>
2421
2422 * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
2423
2424 1997-08-16 Kenichi Handa <handa@etl.go.jp>
2425
2426 * quail/lrt.el (lrt-vowel-table): Some elements corrected.
2427 ("lao-lrt"): Doc-string of this Quail package modified.
2428 Some translation rules added.
2429
2430 * quail/lao.el (lao-keyboard-mapping): Some elements corrected.
2431 (lao-quail-define-rules): Some translation rules corrected.
2432
2433 1997-08-11 Kenichi Handa <handa@etl.go.jp>
2434
2435 * quail/lrt.el: Some rules added for Quail package "lao-lrt".
2436 (lrt-vowel-table): The entry for "aM" corrected.
2437
2438 1997-08-07 Kenichi Handa <handa@etl.go.jp>
2439
2440 * quail/lrt.el: Change title string of input method "lao-lrt".
2441 (lrt-single-consonant-table): Several key sequence changed.
2442 (lrt-composing-pattern-double-c): Handle a consonant with
2443 semi-vowel-lower correctly.
2444 (lrt-handle-maa-sakod): Do not reset quail-current-key.
2445 (lrt-handle-tone-mark): Check the existence of double consonant
2446 correctly.
2447
2448 * quail/lao.el: Change title string of input method "Lao".
2449
2450 1997-08-04 Valery Alexeev <valery@domovoy.math.uga.edu>
2451
2452 * quail/cyrillic.el (cyrillic-translit): Doc-string of the package
2453 modified. Several translation rules modified.
2454
2455 1997-08-04 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2456
2457 * quail/cyrillic.el: Move Quail package cyrillic-jis-russian to
2458 quail/cyril-jis.el.
2459
2460 * quail/cyril-jis.el: New file.
2461
2462 * Makefile.in (RUSSIAN): Add quail/cyril-jis.el.
2463
2464 1997-08-01 Kenichi Handa <handa@etl.go.jp>
2465
2466 * quail/ethiopic.el: In quail-mode-map, bind
2467 ethio-insert-ethio-space Shift-SPACE. Add translation rules to
2468 Quail package "ethiopic".
2469
2470 1997-08-01 Valery Alexeev <valery@domovoy.math.uga.edu>
2471
2472 * quail/cyrillic.el (cyrillic-translit): New input method.
2473
2474 1997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2475
2476 * quail/tibetan.el: New file.
2477
2478 * quail/py-punct.el: Require 'quail.
2479
2480 * quail/py-punct-b5.el: Require 'quail.
2481
2482 * quail/ethiopic.el: Change Quail package name to "ethiopic".
2483 (ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.
2484
2485 * Makefile.in (TIT): New variable, concatenation of TIT-GB and
2486 TIT-BIG5.
2487 (RUN-EMACS): Do not set EMACSLOADPATH.
2488 (ASIA): Include TIBETAN.
2489 (all): Remove stamp-bytecomp from dependency list.
2490 ({$TIT}): New target, substitutes the target ${TIT-GB} ${TIT-BIG5}.
2491 (%.el): Make a link for byte-compiled file too.
2492 (stamp-bytecomp): Target deleted.
2493 (leim-list.el): Run Emacs with loading quail.
2494 (install-XXX): These targets deleted.
2495 (install): Remove files under INSTALLDIR before copying new files.
2496 Run Emacs with loading quail.
2497 (clean mostlyclean): Remove only generated files.
2498
2499 1997-07-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2500
2501 * Makefile.in (stamp-bytecomp): Fix shell conditional.
2502 (clean): Fix shell conditional.
2503
2504 1997-07-21 Jim Meyering <meyering@eng.ascend.com>
2505
2506 * Makefile.in: Use @LN_S@, not ln -s, in case no symlink support.
2507 (clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
2508
2509 1997-07-17 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
2510
2511 * Makefile.in: Modified to avoid *.el files being regarded
2512 as intermediate files and deleted by GNU make.
2513
2514 * quail/lrt.el (lrt-vowel-table): Change "ow" -> "ao", "am" -> "arm".
2515 (lrt-handle-maa-sakod): Correctly handle the case that
2516 quail-current-data is nil.
2517 (lrt-handle-tone-mark): Fix bug of handling key sequence "hhai" +
2518 tone.
2519
2520 1997-07-15 Kenichi Handa <handa@etl.go.jp>
2521
2522 * quail/py-punct.el: New file.
2523
2524 * quail/py-punct-b5.el: New file.
2525
2526 * quail/japanese.el: Doc-string of Quail package japanese modified.
2527
2528 * Makefile.in: Rules re-written to avoid tricky code.
2529 (CHINESE-GB): Include quail/py-punct.elc.
2530 (CHINESE-BIG5): Include quail/py-punct-b5.elc.
2531
2532 1997-07-10 Kenichi Handa <handa@etl.go.jp>
2533
2534 * quail/latin-pre.el: Change titles of quail packages.
2535
2536 * quail/latin-post.el: Likewise.
2537
2538 ;; Local Variables:
2539 ;; coding: utf-8
2540 ;; End:
2541
2542 Copyright (C) 1997-1999, 2001-2014 Free Software Foundation, Inc.
2543
2544 This file is part of GNU Emacs.
2545
2546 GNU Emacs is free software: you can redistribute it and/or modify
2547 it under the terms of the GNU General Public License as published by
2548 the Free Software Foundation, either version 3 of the License, or
2549 (at your option) any later version.
2550
2551 GNU Emacs is distributed in the hope that it will be useful,
2552 but WITHOUT ANY WARRANTY; without even the implied warranty of
2553 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2554 GNU General Public License for more details.
2555
2556 You should have received a copy of the GNU General Public License
2557 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.