diff options
| author | Stefan Monnier | 2004-05-06 15:59:42 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-05-06 15:59:42 +0000 |
| commit | d2c846aa5023f02928b3343d9d3bb863828f50c5 (patch) | |
| tree | c320b69a9532cabd024e4e83afd23793005f6c02 | |
| parent | e7cc1c83d85235e3316a7bf6d3b55aeab66d4619 (diff) | |
| download | emacs-d2c846aa5023f02928b3343d9d3bb863828f50c5.tar.gz emacs-d2c846aa5023f02928b3343d9d3bb863828f50c5.zip | |
("TeX"): Add de and fr quotes. From Karl Eichwalder <ke@suse.de>.
| -rw-r--r-- | leim/ChangeLog | 53 | ||||
| -rw-r--r-- | leim/quail/latin-ltx.el | 9 |
2 files changed, 35 insertions, 27 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 7fc2a1dc808..84c616e5873 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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 | |||
| 1 | 2004-05-04 Kenichi Handa <handa@m17n.org> | 6 | 2004-05-04 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each elemnt. | 8 | * Makefile.in (TIT-SOURCES): Prepend ${srcdir} to each elemnt. |
| @@ -5,16 +10,15 @@ | |||
| 5 | 10 | ||
| 6 | 2004-05-01 Kenichi Handa <handa@m17n.org> | 11 | 2004-05-01 Kenichi Handa <handa@m17n.org> |
| 7 | 12 | ||
| 8 | * Makefile.in (OTHERS): Ranamed from MISC. | 13 | * Makefile.in (OTHERS): Raname from MISC. |
| 9 | (MISC): Renamed from MISC-DIC. | 14 | (MISC): Rename from MISC-DIC. |
| 10 | (WORLD): Adjuted for the above changes. | 15 | (WORLD): Adjute for the above changes. |
| 11 | (TIT-MISC, NON-TIT-MISC): New targets. | 16 | (TIT-MISC, NON-TIT-MISC): New targets. |
| 12 | (all): Don't depend on ${WORLD}. | 17 | (all): Don't depend on ${WORLD}. |
| 13 | (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): These targets | 18 | (.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): Remove these targets. |
| 14 | removed. | ||
| 15 | (TIT-SOURCES, MISC-SOURCES): New macros. | 19 | (TIT-SOURCES, MISC-SOURCES): New macros. |
| 16 | (changed.tit, changed.misc): New targets. | 20 | (changed.tit, changed.misc): New targets. |
| 17 | (leim-list.el): Depents on ${NON-TIT-MISC}, changed.tit, and | 21 | (leim-list.el): Depend on ${NON-TIT-MISC}, changed.tit, and |
| 18 | changed.misc. Generate quail files from TIT and MISC files if | 22 | changed.misc. Generate quail files from TIT and MISC files if |
| 19 | necessary. | 23 | necessary. |
| 20 | (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and | 24 | (clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and |
| @@ -35,17 +39,17 @@ | |||
| 35 | 39 | ||
| 36 | 2004-02-28 Kenichi Handa <handa@m17n.org> | 40 | 2004-02-28 Kenichi Handa <handa@m17n.org> |
| 37 | 41 | ||
| 38 | * Makefile.in (all): Depends on ${WORLD} instead of ${TIT} and | 42 | * Makefile.in (all): Depend on ${WORLD} instead of ${TIT} and |
| 39 | ${MISC-DIC}. | 43 | ${MISC-DIC}. |
| 40 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. | 44 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. |
| 41 | (maintainer-clean): Delete files that are not in CVS repository. | 45 | (maintainer-clean): Delete files that are not in CVS repository. |
| 42 | 46 | ||
| 43 | * makefile.nt (all): Depends on $(WORLD) instead of $(TIT) and | 47 | * makefile.nt (all): Depend on $(WORLD) instead of $(TIT) and |
| 44 | $(MISC-DIC). | 48 | $(MISC-DIC). |
| 45 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. | 49 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. |
| 46 | (maintainer-clean): Delete files that are not in CVS repository. | 50 | (maintainer-clean): Delete files that are not in CVS repository. |
| 47 | 51 | ||
| 48 | * makefile.w32-in (all): Depends on $(WORLD) instead of $(TIT) and | 52 | * makefile.w32-in (all): Depend on $(WORLD) instead of $(TIT) and |
| 49 | $(MISC-DIC). | 53 | $(MISC-DIC). |
| 50 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. | 54 | (clean, mostlyclean): Don't delete *.elc distributed with tarball. |
| 51 | (maintainer-clean): Delete files that are not in CVS repository. | 55 | (maintainer-clean): Delete files that are not in CVS repository. |
| @@ -113,8 +117,7 @@ | |||
| 113 | 117 | ||
| 114 | 2003-02-14 Juanma Barranquero <lektu@terra.es> | 118 | 2003-02-14 Juanma Barranquero <lektu@terra.es> |
| 115 | 119 | ||
| 116 | * 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. |
| 117 | constants. | ||
| 118 | 121 | ||
| 119 | 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org> | 122 | 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org> |
| 120 | 123 | ||
| @@ -123,8 +126,8 @@ | |||
| 123 | (malayalam-itrans, tamil-itrans): New ITRANS based input methods. | 126 | (malayalam-itrans, tamil-itrans): New ITRANS based input methods. |
| 124 | (punjabi-inscript, gujarati-inscript, oriya-inscript) | 127 | (punjabi-inscript, gujarati-inscript, oriya-inscript) |
| 125 | (bengali-inscript, assamese-inscript, telugu-inscript) | 128 | (bengali-inscript, assamese-inscript, telugu-inscript) |
| 126 | (kannada-inscript, malayalam-inscript, tamil-inscript): New | 129 | (kannada-inscript, malayalam-inscript, tamil-inscript): |
| 127 | INSCRIPT based input methods. | 130 | New INSCRIPT based input methods. |
| 128 | 131 | ||
| 129 | 2003-02-07 Kenichi Handa <handa@m17n.org> | 132 | 2003-02-07 Kenichi Handa <handa@m17n.org> |
| 130 | 133 | ||
| @@ -134,8 +137,7 @@ | |||
| 134 | 137 | ||
| 135 | 2003-02-05 David Kastrup <dak@gnu.org> | 138 | 2003-02-05 David Kastrup <dak@gnu.org> |
| 136 | 139 | ||
| 137 | * quail/greek.el: Fix iota accent typos in greek-babel | 140 | * quail/greek.el: Fix iota accent typos in greek-babel encoding. |
| 138 | encoding. | ||
| 139 | 141 | ||
| 140 | 2003-01-05 Dave Love <fx@gnu.org> | 142 | 2003-01-05 Dave Love <fx@gnu.org> |
| 141 | 143 | ||
| @@ -186,12 +188,12 @@ | |||
| 186 | 188 | ||
| 187 | * quail/cyrillic.el: Doc fixes. | 189 | * quail/cyrillic.el: Doc fixes. |
| 188 | ("cyrillic-beylorussian"): Commented-out. | 190 | ("cyrillic-beylorussian"): Commented-out. |
| 189 | ("cyrillic-translit-bulgarian"): Deleted. | 191 | ("cyrillic-translit-bulgarian"): Delete. |
| 190 | ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings. | 192 | ("cyrillic-ukrainian"): Fix `q', `Q', `W', `w' bindings. |
| 191 | ("ukrainian-computer", "belarusian", "bulgarian-bds") | 193 | ("ukrainian-computer", "belarusian", "bulgarian-bds") |
| 192 | ("russian-computer"): New. | 194 | ("russian-computer"): New. |
| 193 | ("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. |
| 194 | ("russian-typewriter"): Renamed from cyrillic-jcuken. | 196 | ("russian-typewriter"): Rename from cyrillic-jcuken. |
| 195 | 197 | ||
| 196 | 2002-06-20 Dave Love <fx@gnu.org> | 198 | 2002-06-20 Dave Love <fx@gnu.org> |
| 197 | 199 | ||
| @@ -225,7 +227,7 @@ | |||
| 225 | 227 | ||
| 226 | 2002-04-06 Jaeyoun Chung <jay@kldp.org> | 228 | 2002-04-06 Jaeyoun Chung <jay@kldp.org> |
| 227 | 229 | ||
| 228 | * quail/hanja3.el ("kf"): added a few composing rules | 230 | * quail/hanja3.el ("kf"): Add a few composing rules |
| 229 | from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr> | 231 | from "Taik-kyun Lim" <mongmong@milab.yonsei.ac.kr> |
| 230 | 232 | ||
| 231 | * quail/hangul3.el: buggy alternative second character | 233 | * quail/hangul3.el: buggy alternative second character |
| @@ -265,8 +267,7 @@ | |||
| 265 | 2002-01-07 Jaeyoun Chung <jay@kldp.org> | 267 | 2002-01-07 Jaeyoun Chung <jay@kldp.org> |
| 266 | 268 | ||
| 267 | * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd]. | 269 | * quail/hangul.el: Remove key sequence mapping for O[rsfaqtTd]. |
| 268 | 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). |
| 269 | list). | ||
| 270 | 271 | ||
| 271 | 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il> | 272 | 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 272 | 273 | ||
| @@ -274,8 +275,7 @@ | |||
| 274 | 275 | ||
| 275 | 2002-01-01 Dave Love <fx@gnu.org> | 276 | 2002-01-01 Dave Love <fx@gnu.org> |
| 276 | 277 | ||
| 277 | * quail/indian.el (quail-define-indian-trans-package): Unquote | 278 | * quail/indian.el (quail-define-indian-trans-package): Unquote lambda. |
| 278 | lambda. | ||
| 279 | (quail-define-inscript-package): Avoid mapcar*. | 279 | (quail-define-inscript-package): Avoid mapcar*. |
| 280 | 280 | ||
| 281 | 2001-12-20 Dave Love <fx@gnu.org> | 281 | 2001-12-20 Dave Love <fx@gnu.org> |
| @@ -293,7 +293,7 @@ | |||
| 293 | ("spanish-keyboard"): Fix language assignment. | 293 | ("spanish-keyboard"): Fix language assignment. |
| 294 | 294 | ||
| 295 | * quail/indian.el: Don't require cl. | 295 | * quail/indian.el: Don't require cl. |
| 296 | (quail-indian-flatten-list): Renamed from flatten-list. | 296 | (quail-indian-flatten-list): Rename from flatten-list. |
| 297 | 297 | ||
| 298 | * quail/cyrillic.el ("cyrillic-beylorussian") | 298 | * quail/cyrillic.el ("cyrillic-beylorussian") |
| 299 | ("cyrillic-ukrainian", "cyrillic-translit-bulgarian") | 299 | ("cyrillic-ukrainian", "cyrillic-translit-bulgarian") |
| @@ -303,8 +303,7 @@ | |||
| 303 | ("spanish-alt-postfix", "turkish-latin-3-alt-postfix") | 303 | ("spanish-alt-postfix", "turkish-latin-3-alt-postfix") |
| 304 | ("turkish-alt-postfix"): Fix language assignment. | 304 | ("turkish-alt-postfix"): Fix language assignment. |
| 305 | ("dutch"): Assign to Dutch. Use chars, not strings. | 305 | ("dutch"): Assign to Dutch. Use chars, not strings. |
| 306 | ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): | 306 | ("lithuanian-numeric", "lithuanian-keyboard", "latvian-keyboard"): New. |
| 307 | New. | ||
| 308 | 307 | ||
| 309 | 2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 308 | 2001-12-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 310 | 309 | ||
| @@ -472,7 +471,7 @@ | |||
| 472 | 471 | ||
| 473 | 2001-05-17 Dave Love <fx@gnu.org> | 472 | 2001-05-17 Dave Love <fx@gnu.org> |
| 474 | 473 | ||
| 475 | * quail/latin-ltx.el ("TeX"): Renamed from "latin-latex2e". | 474 | * quail/latin-ltx.el ("TeX"): Rename from "latin-latex2e". |
| 476 | Language family and indicator changed. Many new translations. | 475 | Language family and indicator changed. Many new translations. |
| 477 | 476 | ||
| 478 | 2001-05-17 Gerd Moellmann <gerd@gnu.org> | 477 | 2001-05-17 Gerd Moellmann <gerd@gnu.org> |
diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el index e8c07a5dbf4..a4ae7e721fd 100644 --- a/leim/quail/latin-ltx.el +++ b/leim/quail/latin-ltx.el | |||
| @@ -950,6 +950,15 @@ system, including many technical ones. Examples: | |||
| 950 | ;; ("\\rbag" ?\〛) | 950 | ;; ("\\rbag" ?\〛) |
| 951 | ("\\ldata" ?\《) ; fuzz/zed | 951 | ("\\ldata" ?\《) ; fuzz/zed |
| 952 | ("\\rdata" ?\》) | 952 | ("\\rdata" ?\》) |
| 953 | ;; From Karl Eichwalder. | ||
| 954 | ("\\glq" ?‚) | ||
| 955 | ("\\grq" ?‘) | ||
| 956 | ("\\glqq" ?„) ("\"`" ?„) | ||
| 957 | ("\\grqq" ?“) ("\"'" ?“) | ||
| 958 | ("\\flq" ?‹) | ||
| 959 | ("\\frq" ?›) | ||
| 960 | ("\\flqq" ?«) ("\"<" ?«) | ||
| 961 | ("\\frqq" ?») ("\">" ?») | ||
| 953 | ) | 962 | ) |
| 954 | 963 | ||
| 955 | ;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f | 964 | ;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f |