diff options
Diffstat (limited to 'leim/ChangeLog')
| -rw-r--r-- | leim/ChangeLog | 69 |
1 files changed, 47 insertions, 22 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 0a9705c1b5d..84c616e5873 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * quail/latin-ltx.el: Use utf-8 coding. | ||
| 4 | ("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>. | ||
| 5 | |||
| 6 | 2004-05-04 Kenichi Handa <handa@m17n.org> | ||
| 7 | |||
| 8 | * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each elemnt. | ||
| 9 | (MISC-SOURCES): Likewise. | ||
| 10 | |||
| 11 | 2004-05-01 Kenichi Handa <handa@m17n.org> | ||
| 12 | |||
| 13 | * Makefile.in (OTHERS): Raname from MISC. | ||
| 14 | (MISC): Rename from MISC-DIC. | ||
| 15 | (WORLD): Adjute for the above changes. | ||
| 16 | (TIT-MISC, NON-TIT-MISC): New targets. | ||
| 17 | (all): Don't depend on ${WORLD}. | ||
| 18 | (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets. | ||
| 19 | (TIT-SOURCES, MISC-SOURCES): New macros. | ||
| 20 | (changed.tit, changed.misc): New targets. | ||
| 21 | (leim-list.el): Depend on ${NON-TIT-MISC}, changed.tit, and | ||
| 22 | changed.misc. Generate quail files from TIT and MISC files if | ||
| 23 | necessary. | ||
| 24 | (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and | ||
| 25 | ${MISC-DIC}. | ||
| 26 | |||
| 27 | 2004-05-03 Jason Rumney <jasonr@gnu.org> | ||
| 28 | |||
| 29 | * makefile.nt: Remove. | ||
| 30 | |||
| 1 | 2004-04-23 Juanma Barranquero <lektu@terra.es> | 31 | 2004-04-23 Juanma Barranquero <lektu@terra.es> |
| 2 | 32 | ||
| 3 | * makefile.w32-in: Add "-*- makefile -*-" mode tag. | 33 | * makefile.w32-in: Add "-*- makefile -*-" mode tag. |
| @@ -9,17 +39,17 @@ | |||
| 9 | 39 | ||
| 10 | 2004-02-28 Kenichi Handa <handa@m17n.org> | 40 | 2004-02-28 Kenichi Handa <handa@m17n.org> |
| 11 | 41 | ||
| 12 | * Makefile.in (all): Depends on ${WORLD} instead of ${TIT} and | 42 | * Makefile.in (all): Depend on ${WORLD} instead of ${TIT} and |
| 13 | ${MISC-DIC}. | 43 | ${MISC-DIC}. |
| 14 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. | 44 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. |
| 15 | (maintainer-clean): Delete files that are not in CVS repository. | 45 | (maintainer-clean): Delete files that are not in CVS repository. |
| 16 | 46 | ||
| 17 | * makefile.nt (all): Depends on $(WORLD) instead of $(TIT) and | 47 | * makefile.nt (all): Depend on $(WORLD) instead of $(TIT) and |
| 18 | $(MISC-DIC). | 48 | $(MISC-DIC). |
| 19 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. | 49 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. |
| 20 | (maintainer-clean): Delete files that are not in CVS repository. | 50 | (maintainer-clean): Delete files that are not in CVS repository. |
| 21 | 51 | ||
| 22 | * makefile.w32-in (all): Depends on $(WORLD) instead of $(TIT) and | 52 | * makefile.w32-in (all): Depend on $(WORLD) instead of $(TIT) and |
| 23 | $(MISC-DIC). | 53 | $(MISC-DIC). |
| 24 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. | 54 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. |
| 25 | (maintainer-clean): Delete files that are not in CVS repository. | 55 | (maintainer-clean): Delete files that are not in CVS repository. |
| @@ -87,8 +117,7 @@ | |||
| 87 | 117 | ||
| 88 | 2003-02-14 Juanma Barranquero <lektu@terra.es> | 118 | 2003-02-14 Juanma Barranquero <lektu@terra.es> |
| 89 | 119 | ||
| 90 | * quail/uni-input.el (utf-8-ccl-encode): Fix use of character | 120 | * quail/uni-input.el (utf-8-ccl-encode): Fix use of character constants. |
| 91 | constants. | ||
| 92 | 121 | ||
| 93 | 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org> | 122 | 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org> |
| 94 | 123 | ||
| @@ -97,8 +126,8 @@ | |||
| 97 | (malayalam-itrans, tamil-itrans): New ITRANS based input methods. | 126 | (malayalam-itrans, tamil-itrans): New ITRANS based input methods. |
| 98 | (punjabi-inscript, gujarati-inscript, oriya-inscript) | 127 | (punjabi-inscript, gujarati-inscript, oriya-inscript) |
| 99 | (bengali-inscript, assamese-inscript, telugu-inscript) | 128 | (bengali-inscript, assamese-inscript, telugu-inscript) |
| 100 | (kannada-inscript, malayalam-inscript, tamil-inscript): New | 129 | (kannada-inscript, malayalam-inscript, tamil-inscript): |
| 101 | INSCRIPT based input methods. | 130 | New INSCRIPT based input methods. |
| 102 | 131 | ||
| 103 | 2003-02-07 Kenichi Handa <handa@m17n.org> | 132 | 2003-02-07 Kenichi Handa <handa@m17n.org> |
| 104 | 133 | ||
| @@ -108,8 +137,7 @@ | |||
| 108 | 137 | ||
| 109 | 2003-02-05 David Kastrup <dak@gnu.org> | 138 | 2003-02-05 David Kastrup <dak@gnu.org> |
| 110 | 139 | ||
| 111 | * quail/greek.el: Fix iota accent typos in greek-babel | 140 | * quail/greek.el: Fix iota accent typos in greek-babel encoding. |
| 112 | encoding. | ||
| 113 | 141 | ||
| 114 | 2003-01-05 Dave Love <fx@gnu.org> | 142 | 2003-01-05 Dave Love <fx@gnu.org> |
| 115 | 143 | ||
| @@ -160,12 +188,12 @@ | |||
| 160 | 188 | ||
| 161 | * quail/cyrillic.el: Doc fixes. | 189 | * quail/cyrillic.el: Doc fixes. |
| 162 | ("cyrillic-beylorussian"): Commented-out. | 190 | ("cyrillic-beylorussian"): Commented-out. |
| 163 | ("cyrillic-translit-bulgarian"): Deleted. | 191 | ("cyrillic-translit-bulgarian"): Delete. |
| 164 | ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings. | 192 | ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings. |
| 165 | ("ukrainian-computer", "belarusian", "bulgarian-bds") | 193 | ("ukrainian-computer", "belarusian", "bulgarian-bds") |
| 166 | ("russian-computer"): New. | 194 | ("russian-computer"): New. |
| 167 | ("bulgarian-phonetic"): Renamed from bulgarian-pho. Add ,A'(B, $,1uV(B, ,LN(B. | 195 | ("bulgarian-phonetic"): Rename from bulgarian-pho. Add ,A'(B, $,1uV(B, ,LN(B. |
| 168 | ("russian-typewriter"): Renamed from cyrillic-jcuken. | 196 | ("russian-typewriter"): Rename from cyrillic-jcuken. |
| 169 | 197 | ||
| 170 | 2002-06-20 Dave Love <fx@gnu.org> | 198 | 2002-06-20 Dave Love <fx@gnu.org> |
| 171 | 199 | ||
| @@ -199,7 +227,7 @@ | |||
| 199 | 227 | ||
| 200 | 2002-04-06 Jaeyoun Chung <jay@kldp.org> | 228 | 2002-04-06 Jaeyoun Chung <jay@kldp.org> |
| 201 | 229 | ||
| 202 | * quail/hanja3.el ("kf"): added a few composing rules | 230 | * quail/hanja3.el ("kf"): Add a few composing rules |
| 203 | from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr> | 231 | from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr> |
| 204 | 232 | ||
| 205 | * quail/hangul3.el: buggy alternative second character | 233 | * quail/hangul3.el: buggy alternative second character |
| @@ -239,8 +267,7 @@ | |||
| 239 | 2002-01-07 Jaeyoun Chung <jay@kldp.org> | 267 | 2002-01-07 Jaeyoun Chung <jay@kldp.org> |
| 240 | 268 | ||
| 241 | * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd]. | 269 | * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd]. |
| 242 | Not used for Korean Hangul Type 2 (request from emacs-kr mailing | 270 | Not used for Korean Hangul Type 2 (request from emacs-kr mailing list). |
| 243 | list). | ||
| 244 | 271 | ||
| 245 | 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il> | 272 | 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 246 | 273 | ||
| @@ -248,8 +275,7 @@ | |||
| 248 | 275 | ||
| 249 | 2002-01-01 Dave Love <fx@gnu.org> | 276 | 2002-01-01 Dave Love <fx@gnu.org> |
| 250 | 277 | ||
| 251 | * quail/indian.el (quail-define-indian-trans-package): Unquote | 278 | * quail/indian.el (quail-define-indian-trans-package): Unquote lambda. |
| 252 | lambda. | ||
| 253 | (quail-define-inscript-package): Avoid mapcar*. | 279 | (quail-define-inscript-package): Avoid mapcar*. |
| 254 | 280 | ||
| 255 | 2001-12-20 Dave Love <fx@gnu.org> | 281 | 2001-12-20 Dave Love <fx@gnu.org> |
| @@ -267,7 +293,7 @@ | |||
| 267 | ("spanish-keyboard"): Fix language assignment. | 293 | ("spanish-keyboard"): Fix language assignment. |
| 268 | 294 | ||
| 269 | * quail/indian.el: Don't require cl. | 295 | * quail/indian.el: Don't require cl. |
| 270 | (quail-indian-flatten-list): Renamed from flatten-list. | 296 | (quail-indian-flatten-list): Rename from flatten-list. |
| 271 | 297 | ||
| 272 | * quail/cyrillic.el ("cyrillic-beylorussian") | 298 | * quail/cyrillic.el ("cyrillic-beylorussian") |
| 273 | ("cyrillic-ukrainian", "cyrillic-translit-bulgarian") | 299 | ("cyrillic-ukrainian", "cyrillic-translit-bulgarian") |
| @@ -277,8 +303,7 @@ | |||
| 277 | ("spanish-alt-postfix", "turkish-latin-3-alt-postfix") | 303 | ("spanish-alt-postfix", "turkish-latin-3-alt-postfix") |
| 278 | ("turkish-alt-postfix"): Fix language assignment. | 304 | ("turkish-alt-postfix"): Fix language assignment. |
| 279 | ("dutch"): Assign to Dutch. Use chars, not strings. | 305 | ("dutch"): Assign to Dutch. Use chars, not strings. |
| 280 | ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): | 306 | ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New. |
| 281 | New. | ||
| 282 | 307 | ||
| 283 | 2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 308 | 2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 284 | 309 | ||
| @@ -446,7 +471,7 @@ | |||
| 446 | 471 | ||
| 447 | 2001-05-17 Dave Love <fx@gnu.org> | 472 | 2001-05-17 Dave Love <fx@gnu.org> |
| 448 | 473 | ||
| 449 | * quail/latin-ltx.el ("TeX"): Renamed from "latin-latex2e". | 474 | * quail/latin-ltx.el ("TeX"): Rename from "latin-latex2e". |
| 450 | Language family and indicator changed. Many new translations. | 475 | Language family and indicator changed. Many new translations. |
| 451 | 476 | ||
| 452 | 2001-05-17 Gerd Moellmann <gerd@gnu.org> | 477 | 2001-05-17 Gerd Moellmann <gerd@gnu.org> |
| @@ -1393,7 +1418,7 @@ | |||
| 1393 | 1418 | ||
| 1394 | 1419 | ||
| 1395 | ;; Local Variables: | 1420 | ;; Local Variables: |
| 1396 | ;; coding: iso-2022-7bit-unix | 1421 | ;; coding: iso-2022-7bit |
| 1397 | ;; End: | 1422 | ;; End: |
| 1398 | 1423 | ||
| 1399 | Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc. | 1424 | Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc. |