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