/[emacs]/emacs/leim/ChangeLog
ViewVC logotype

Diff of /emacs/leim/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.120 by eliz, Fri May 17 11:13:28 2002 UTC revision 1.120.2.1 by miles, Fri Apr 4 06:19:53 2003 UTC
# Line 1  Line 1 
1    2003-02-27  David Kastrup  <dak@gnu.org>
2    
3            * quail/greek.el (greek-babel): add koronis transliteration.
4    
5    2003-02-23  David Kastrup  <dak@gnu.org>
6    
7            * quail/greek.el (greek-babel): fix <' accent.
8    
9    2003-02-17  Dave Love  <fx@gnu.org>
10    
11            * quail/cyrillic.el (ukrainian-computer): Fix duplicate `\'.
12    
13    2003-02-14  Juanma Barranquero  <lektu@terra.es>
14    
15            * quail/uni-input.el (utf-8-ccl-encode): Fix use of character
16            constants.
17    
18    2003-02-11  KAWABATA, Taichi  <kawabata@m17n.org>
19    
20            * quail/indian.el (punjabi-itrans, gujarati-itrans, oriya-itrans)
21            (bengali-itrans, assamese-itrans, telugu-itrans kannada-itrans)
22            (malayalam-itrans, tamil-itrans): New ITRANS based input methods.
23            (punjabi-inscript, gujarati-inscript, oriya-inscript)
24            (bengali-inscript, assamese-inscript, telugu-inscript)
25            (kannada-inscript, malayalam-inscript, tamil-inscript): New
26            INSCRIPT based input methods.
27    
28    2003-02-07  Kenichi Handa  <handa@m17n.org>
29    
30            * quail/cyrillic.el: Update quail-package-alist (not
31            input-method-alist) to make "cyrillic-jcuken" an alias of
32            "russian-typewriter".  Add cookie for quail-update-leim-list-file.
33    
34    2003-02-05  David Kastrup  <dak@gnu.org>
35    
36            * quail/greek.el: fix iota accent typos in greek-babel
37            encoding.
38    
39    2003-01-05  Dave Love  <fx@gnu.org>
40    
41            * makefile.w32-in (SLAVIC): Add croatian.elc.
42    
43            * Makefile.in (SLAVIC): Add croatian.elc.
44    
45            * quail/croatian.el: New file.
46    
47    2002-12-10  Juanma Barranquero  <lektu@terra.es>
48    
49            * makefile.w32-in (LATIN): Add welsh.elc.
50            (MISC): Add georgian.elc.
51            (UNICODE): Add it.
52            (WORLD): Add $(UNICODE).
53    
54    2002-11-14  Dave Love  <fx@gnu.org>
55    
56            * quail/slovak.el: Add coding cookie.
57    
58            * quail/latin-ltx.el: Fix coding cookie.
59    
60            * quail/hebrew.el: Add coding cookie.
61    
62            * quail/czech.el: Add coding cookie.
63    
64            * quail/welsh.el: Undo last change.
65    
66    2002-09-11  Dave Love  <fx@gnu.org>
67    
68            * quail/latin-post.el ("slovenian"): New.
69    
70    2002-09-05  Kenichi Handa  <handa@etl.go.jp>
71    
72            * quail/thai.el (thai-kesmanee): Fix the mapping of `"' and `}'.
73    
74    2002-07-24  Dave Love  <fx@gnu.org>
75    
76            * quail/latin-alt.el ("latin-alt-postfix"): New.
77    
78            * quail/latin-post.el ("latin-postfix"): New.
79    
80            * quail/latin-pre.el ("latin-1-prefix"): Add nbsp.
81            ("latin-3-prefix"): Doc fix.
82            ("latin-prefix"): New.
83    
84    2002-07-12  Dave Love  <fx@gnu.org>
85    
86            * quail/cyrillic.el: Doc fixes.
87            ("cyrillic-beylorussian"): Commented-out.
88            ("cyrillic-translit-bulgarian"): Deleted.
89            ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings.
90            ("ukrainian-computer", "belarusian", "bulgarian-bds")
91            ("russian-computer"): New.
92            ("bulgarian-phonetic"): Renamed from bulgarian-pho.  Add ,A'(B, $,1uV(B, ,LN(B.
93            ("russian-typewriter"): Renamed from cyrillic-jcuken.
94    
95    2002-06-20  Dave Love  <fx@gnu.org>
96    
97            * quail/latin-pre.el ("latin-3-prefix"): Remove bogus Latin-3
98            characters and ~o -> $,1 A(B, ~O -> $,1 @(B.
99    
100  2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>  2002-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
101    
102          * Makefile.in (install): Use "tar -chf", to follow symlinks.          * Makefile.in (install): Use "tar -chf", to follow symlinks.
# Line 14  Line 113 
113    
114          * quail/vntelex.el: Use proper charset.          * quail/vntelex.el: Use proper charset.
115    
116  2002-04-22  Koaunghi Un <koaunghi@ling.cnu.ac.kr>  2002-04-22  Koaunghi Un  <koaunghi@ling.cnu.ac.kr>
117    
118          * quail/hanja.el ("Od"): Remove rule.          * quail/hanja.el ("Od"): Remove rule.
119    
# Line 48  Line 147 
147          * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".          * quail/latin-pre.el (french-prefix): ", " => "," and "~ " => "~".
148          Don't define "~," at all.          Don't define "~," at all.
149    
150  2002-01-29  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2002-01-29  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
151    
152          * quail/latin-pre.el (latin-2-prefix): Add ,BL(B and ,Bl(B.          * quail/latin-pre.el (latin-2-prefix): Add $,1 :(B and $,1 ;(B.
153          From "Dr. Eduard Werner" <edi.werner@gmx.de>.          From "Dr. Eduard Werner" <edi.werner@gmx.de>.
154    
155  2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>  2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
# Line 84  Line 183 
183    
184  2001-12-15  Dave Love  <fx@gnu.org>  2001-12-15  Dave Love  <fx@gnu.org>
185    
186          * quail/latin-pre.el ("french-prefix", "german-prefix")          * quail/latin-pre.el ("french-prefix", "german-prefix")
187          ("spanish-prefix"): Fix language assignment.          ("spanish-prefix"): Fix language assignment.
188    
189          * quail/latin-post.el ("french-postfix", "german-postfix")          * quail/latin-post.el ("french-postfix", "german-postfix")
190          ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")          ("spanish-postfix", "turkish-latin-3-postfix", "turkish-postfix")
191          ("french-keyboard", "french-azerty", "german")          ("french-keyboard", "french-azerty", "german")
192          ("spanish-keyboard"): Fix language assignment.          ("spanish-keyboard"): Fix language assignment.
193    
194          * quail/indian.el: Don't require cl.          * quail/indian.el: Don't require cl.
195          (quail-indian-flatten-list): Renamed from flatten-list.          (quail-indian-flatten-list): Renamed from flatten-list.
196    
197          * quail/cyrillic.el ("cyrillic-beylorussian")          * quail/cyrillic.el ("cyrillic-beylorussian")
198          ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")          ("cyrillic-ukrainian", "cyrillic-translit-bulgarian")
199          ("belarusian", "bulgarian-pho"): Fix language assignment.          ("belarusian", "bulgarian-pho"): Fix language assignment.
200    
201          * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")          * quail/latin-alt.el ("french-alt-postfix", "german-alt-postfix")
# Line 106  Line 205 
205          ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"):          ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"):
206          New.          New.
207    
208  2001-12-08  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2001-12-08  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
209    
210          * COPYING: New file.          * COPYING: New file.
211    
# Line 128  Line 227 
227    
228          * makefile.nt (INDIAN): Likewise.          * makefile.nt (INDIAN): Likewise.
229    
230  2001-11-21  KAWABATA, Taichi <batta@beige.ocn.ne.jp>  2001-11-21  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
231    
232          * quail/devanagari.el: Renamed to indian.el.          * quail/devanagari.el: Renamed to indian.el.
233    
# Line 211  Line 310 
310          "chinese-py".          "chinese-py".
311          ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".          ("chinese-tonepy-punct"): Copy the QUAIL-MAP of "chinese-tonepy".
312    
313  2001-07-16  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2001-07-16  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
314    
315          * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el          * ja-dic/ja-dic.el, quail/cyril-jis.el, quail/cyrillic.el
316          * quail/czech.el, quail/devanagari.el, quail/ethiopic.el          * quail/czech.el, quail/devanagari.el, quail/ethiopic.el
# Line 284  Line 383 
383  2001-04-23  Gerd Moellmann  <gerd@gnu.org>  2001-04-23  Gerd Moellmann  <gerd@gnu.org>
384    
385          * quail/latin-ltx.el: Add more translations.  From          * quail/latin-ltx.el: Add more translations.  From
386          jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B).          jsbien@mimuw.edu.pl (Janusz S. Bie$,1 d(B).
387    
388  2001-04-19  Eli Zaretskii  <eliz@is.elta.co.il>  2001-04-19  Eli Zaretskii  <eliz@is.elta.co.il>
389    
# Line 367  Line 466 
466    
467          * quail/slovak.el ("slovak"): Translate "=q" to "`".          * quail/slovak.el ("slovak"): Translate "=q" to "`".
468    
469  2001-03-16  Pavel Jan,Bm(Bk ml.  <Pavel@Janik.cz>  2001-03-16  Pavel Jan,Am(Bk ml.  <Pavel@Janik.cz>
470    
471          * quail/slovak.el ("slovak"): Delete translations of "q", "Q",          * quail/slovak.el ("slovak"): Delete translations of "q", "Q",
472          "=q", "+q", "=Q", and "+Q".          "=q", "+q", "=Q", and "+Q".
# Line 453  Line 552 
552    
553  2000-12-18  Dave Love  <fx@gnu.org>  2000-12-18  Dave Love  <fx@gnu.org>
554    
555          * quail/latin-pre.el <latin-9-prefix>: Delete duplicate ,b((B entry.          * quail/latin-pre.el <latin-9-prefix>: Delete duplicate $,1!!(B entry.
556          Change ,b=(B, ,b<(B, ,b6(B.          Change $,1 s(B, $,1 r(B, ,A6(B.
557    
558  2000-12-16  Kenichi Handa  <handa@etl.go.jp>  2000-12-16  Kenichi Handa  <handa@etl.go.jp>
559    
# Line 579  Line 678 
678    
679  2000-08-29  Dave Love  <fx@gnu.org>  2000-08-29  Dave Love  <fx@gnu.org>
680    
681          * quail/latin-pre.el ("latin-9-prefix"): Change entries for ,b=(B and ,b<(B.          * quail/latin-pre.el ("latin-9-prefix"): Change entries for $,1 s(B and $,1 r(B.
682    
683          * Makefile.in: ja-dic <- skk in several places.          * Makefile.in: ja-dic <- skk in several places.
684    
# Line 619  Line 718 
718          * quail/tibetan.el: Change all tibetan-1-column characters to          * quail/tibetan.el: Change all tibetan-1-column characters to
719          tibetan.  Quail map for "tibetan-wylie" fixed.          tibetan.  Quail map for "tibetan-wylie" fixed.
720    
721  2000-03-31  Wlodzimierz Bzyl <matwb@monika.univ.gda.pl>  2000-03-31  Wlodzimierz Bzyl  <matwb@monika.univ.gda.pl>
722    
723          * quail/latin-pre.el ("polish-slash"): New input method.          * quail/latin-pre.el ("polish-slash"): New input method.
724    
# Line 665  Line 764 
764    
765          * makefile.nt: New file.          * makefile.nt: New file.
766    
767  1999-10-26  Gerd Moellmann <gerd@gnu.org>  1999-10-26  Gerd Moellmann  <gerd@gnu.org>
768    
769          * Makefile.noleim: New.          * Makefile.noleim: New.
770    
# Line 897  Line 996 
996          * Makefile.in (${TIT}): To byte-compile quail packages, use just          * Makefile.in (${TIT}): To byte-compile quail packages, use just
997          built quail.          built quail.
998    
999  1997-12-09  Koaunghi Un <koanughi.un@zdv.uni-tuebingen.de>  1997-12-09  Koaunghi Un  <koanughi.un@zdv.uni-tuebingen.de>
1000    
1001          * quail/hanja3.el: New file.          * quail/hanja3.el: New file.
1002    
# Line 1100  Line 1199 
1199    
1200  1997-08-16  Valery Alexeev  <valery@domovoy.math.uga.edu>  1997-08-16  Valery Alexeev  <valery@domovoy.math.uga.edu>
1201    
1202          * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.          * quail/cyrillic.el (cyrillic-translit-bulgarian): New input method.
1203    
1204  1997-08-16  Kenichi Handa  <handa@etl.go.jp>  1997-08-16  Kenichi Handa  <handa@etl.go.jp>
1205    

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.120.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26