Mercurial > emacs
annotate lisp/ChangeLog.22 @ 90037:0fe073a08cef
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-65
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-634
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-639
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-641
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-59
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-60
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 27 Oct 2004 05:42:04 +0000 |
parents | c02cca0ca4ff |
children | e30d01a249dd |
rev | line source |
---|---|
90032 | 1 2004-10-19 Kenichi Handa <handa@m17n.org> |
2 | |
3 * international/titdic-cnv.el (tit-process-header): Fix embedded | |
4 coding tag. | |
5 (titdic-convert): Bind coding-system-for-write to the coding | |
6 system specfied in the map file. Remove `charset' property after | |
7 decoding. | |
8 (miscdic-convert): Bind coding-system-for-write to the coding | |
9 system specfied for the map file. Fix LANGUAGE arg to | |
10 quail-define-package. | |
11 (batch-miscdic-convert): Check if a file is directory or not. | |
12 | |
90029 | 13 2004-10-16 Kenichi Handa <handa@m17n.org> |
14 | |
15 * international/mule.el (coding-system-equal): Move from mule-util.el. | |
16 | |
17 * international/mule-util.el (coding-system-equal): Move to mule.el. | |
18 | |
90026 | 19 2004-10-15 Kenichi Handa <handa@m17n.org> |
20 | |
21 * international/encoded-kb.el (encoded-kbd-decode-code-list): New | |
22 function. | |
23 (encoded-kbd-self-insert-charset): Support multibyte charsets. | |
24 (encoded-kbd-setup-keymap): Likewise. | |
25 | |
90010 | 26 2004-10-12 Kenichi Handa <handa@m17n.org> |
27 | |
90013 | 28 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128 |
29 to eight-bit chars. | |
30 | |
90010 | 31 * international/mule-conf.el: Dont' define coding system |
32 `undecided' here. | |
33 | |
90008 | 34 2004-10-06 Kenichi Handa <handa@m17n.org> |
35 | |
36 * international/mule-cmds.el (locale-language-names): Fix for | |
37 gb18030 and gdk. | |
38 | |
90006 | 39 2004-10-05 Kenichi Handa <handa@m17n.org> |
40 | |
41 * international/fontset.el (font-encoding-alist): Add gbk. | |
42 (charset-script-alist): Add chinese-gbk. | |
43 | |
90002 | 44 2004-10-04 Kenichi Handa <handa@m17n.org> |
45 | |
90004 | 46 * language/chinese.el (chinese-gbk): Include ascii in |
47 charset-list. | |
48 | |
90002 | 49 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix |
50 previous change. | |
51 | |
89982 | 52 2004-09-19 Kenichi Handa <handa@m17n.org> |
53 | |
54 * language/japanese.el ("Japanese"): Fix ordering of charsets. | |
55 | |
89965
5e9097d1ad99
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-31
Miles Bader <miles@gnu.org>
parents:
89964
diff
changeset
|
56 2004-08-18 Kenichi Handa <handa@m17n.org> |
5e9097d1ad99
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-31
Miles Bader <miles@gnu.org>
parents:
89964
diff
changeset
|
57 |
5e9097d1ad99
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-31
Miles Bader <miles@gnu.org>
parents:
89964
diff
changeset
|
58 * international/encoded-kb.el (encoded-kbd-self-insert-charset) |
5e9097d1ad99
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-31
Miles Bader <miles@gnu.org>
parents:
89964
diff
changeset
|
59 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap) |
5e9097d1ad99
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-31
Miles Bader <miles@gnu.org>
parents:
89964
diff
changeset
|
60 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch. |
5e9097d1ad99
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-31
Miles Bader <miles@gnu.org>
parents:
89964
diff
changeset
|
61 |
89964 | 62 2004-08-17 Kenichi Handa <handa@m17n.org> |
63 | |
64 * descr-text.el (describe-char): Fix for the case CODE is a cons | |
65 of integers. | |
66 | |
89959
e301e3f2bef8
term/mac-win.el: Use mac-standard-fontset-spec to create
Steven Tamm <steventamm@mac.com>
parents:
89929
diff
changeset
|
67 2004-08-03 Steven Tamm <steventamm@mac.com> |
e301e3f2bef8
term/mac-win.el: Use mac-standard-fontset-spec to create
Steven Tamm <steventamm@mac.com>
parents:
89929
diff
changeset
|
68 |
e301e3f2bef8
term/mac-win.el: Use mac-standard-fontset-spec to create
Steven Tamm <steventamm@mac.com>
parents:
89929
diff
changeset
|
69 * term/mac-win.el: Use mac-standard-fontset-spec to create |
e301e3f2bef8
term/mac-win.el: Use mac-standard-fontset-spec to create
Steven Tamm <steventamm@mac.com>
parents:
89929
diff
changeset
|
70 fontset-mac |
e301e3f2bef8
term/mac-win.el: Use mac-standard-fontset-spec to create
Steven Tamm <steventamm@mac.com>
parents:
89929
diff
changeset
|
71 (mac-standard-fontset-spec): Created |
e301e3f2bef8
term/mac-win.el: Use mac-standard-fontset-spec to create
Steven Tamm <steventamm@mac.com>
parents:
89929
diff
changeset
|
72 |
89929 | 73 2004-04-27 Kenichi Handa <handa@m17n.org> |
74 | |
75 * international/mule-diag.el (unicode-data): Call | |
76 find-file-noselect with NOWARN t. | |
77 | |
89927 | 78 2004-04-21 Kenichi Handa <handa@m17n.org> |
79 | |
80 * international/mule-conf.el (cp932-2-byte): Fix :code-space. | |
81 | |
89922 | 82 2004-04-20 Kenichi Handa <handa@m17n.org> |
83 | |
89925 | 84 * international/characters.el: Give more CJK characters the |
85 category `|'. | |
86 | |
89922 | 87 * descr-text.el (describe-char): Make it work on *Help* buffer. |
88 Suppress auto-compostion on a region describing about composition. | |
89 | |
90 * language/european.el (diacritic-compose-region): Compose | |
91 diacritical marks only with a character whose syntax is word | |
92 constituent. | |
93 (diacritic-compose-string): Likewise. | |
94 (diacritic-composition-function): Likewise. | |
95 (diacritic-post-read-conversion): Delete it. | |
96 | |
89915 | 97 2004-04-19 Kenichi Handa <handa@m17n.org> |
98 | |
99 * international/characters.el: Fix invalid encoding caused by the | |
100 previous sync. | |
101 | |
102 2004-04-16 Kenichi Handa <handa@m17n.org> | |
103 | |
104 Sync all files to HEAD. | |
105 | |
89908 | 106 2004-04-15 Kenichi Handa <handa@m17n.org> |
107 | |
108 * composite.el (auto-compose-chars): Execute the main code in | |
109 condition-case. | |
110 | |
111 2004-04-14 Kenichi Handa <handa@m17n.org> | |
112 | |
113 * descr-text.el (describe-property-list): Sync to HEAD. | |
114 | |
115 * international/mule-diag.el: Sync to HEAD. | |
116 | |
117 * international/fontset.el (x-complement-fontset-spec): Don't | |
118 change CHARSET_REGISTRY and CHARSET_ENCODING fields. | |
119 | |
89897 | 120 2004-04-13 Kenichi Handa <handa@m17n.org> |
121 | |
122 * international/characters.el (next-word-boundary-kana): Handle | |
123 half-width kana. | |
124 | |
89891 | 125 2004-04-12 Kenichi Handa <handa@m17n.org> |
126 | |
127 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id. | |
128 | |
89883 | 129 2004-04-09 Kenichi Handa <handa@m17n.org> |
130 | |
89885 | 131 * language/japanese.el (japanese-iso-8bit): Fix order of |
132 :charset-list. | |
133 | |
89883 | 134 * mail/rmail.el (rmail-decode-babyl-format): Use |
135 with-coding-priority instead of detect-coding-with-priority. | |
136 | |
89879 | 137 2004-04-07 Kenichi Handa <handa@m17n.org> |
138 | |
139 * international/mule.el (make-translation-table): Set the second | |
140 extra slot of the char table to 1. | |
141 (make-translation-table-from-vector): Likewise. | |
142 (make-translation-table-from-alist): Fix handling of multiple | |
143 entries. | |
144 | |
89857 | 145 2004-03-11 Kenichi Handa <handa@m17n.org> |
146 | |
147 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213): | |
148 New translation tables. | |
149 | |
150 * international/mule.el (make-translation-table-from-alist): New | |
151 function. | |
152 | |
89841 | 153 2004-03-04 Kenichi Handa <handa@m17n.org> |
154 | |
155 * international/mule.el (translate-region): Re-implement it here. | |
156 Make it interactive. | |
157 | |
89837 | 158 2004-03-03 Kenichi Handa <handa@m17n.org> |
159 | |
160 * ps-mule.el (ps-mule-font-info-database): Typo in doc fixed. | |
161 | |
89831 | 162 2004-02-16 Kenichi Handa <handa@m17n.org> |
163 | |
164 * international/fontset.el (font-encoding-alist): Cancel previous | |
165 change. | |
166 | |
89827 | 167 2004-02-13 Kenichi Handa <handa@m17n.org> |
168 | |
169 * international/fontset.el (font-encoding-alist): Register | |
170 "iso10646-2" for unicode-sip. | |
171 | |
89824 | 172 2004-02-12 Kenichi Handa <handa@m17n.org> |
173 | |
174 * international/mule-conf.el (chinese-cns11643-15): New charset. | |
175 | |
89812 | 176 2004-02-09 Kenichi Handa <handa@m17n.org> |
177 | |
178 * international/fontset.el (font-encoding-alist): Add entries for | |
179 variations of cns11643 fonts. | |
180 (setup-default-fontset): Add cns11643 fonts as fallback fonts. | |
181 | |
89808 | 182 2004-02-06 Kenichi Handa <handa@m17n.org> |
183 | |
184 * international/mule-diag.el (list-charset-chars): Put charset | |
185 text property. | |
186 | |
187 * international/fontset.el (setup-default-fontset): Delete the | |
188 entry for symbol script, add JISX0213 to kana script, specify | |
189 fallback fonts. | |
190 | |
89801 | 191 2004-02-05 Kenichi Handa <handa@m17n.org> |
192 | |
193 * international/fontset.el (setup-default-fontset): Register | |
194 "JISX0213.2004-1". | |
89803 | 195 (font-encoding-alist): Likewise. |
89801 | 196 |
197 * international/mule-diag.el (list-character-sets): Fix the first | |
198 line message. | |
199 (sort-listed-character-sets): Adjusted for the change of | |
200 list-characters-sets-1. | |
201 (list-character-sets-1): List supplementary character sets in a | |
202 different section. | |
203 (list-charset-chars): Validate charset at early stage. | |
204 | |
205 * international/characters.el: Fix `han' script range. | |
206 | |
207 * international/mule-conf.el (japanese-jisx0213.2004-1): Specify | |
208 :code-space. | |
209 (cp932-2-byte): Fix :code-space. | |
210 (unicode-smp, unicode-sip, unicode-ssp): New charsets. | |
211 | |
89795 | 212 2004-02-03 Kenichi Handa <handa@m17n.org> |
213 | |
214 * international/mule-conf.el (japanese-jisx0213.2004-1): Specify | |
215 :dimension 2. | |
216 | |
217 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212. | |
218 (japanese-ucs-cp932-to-jis-map): Fix previous change. | |
219 (japanese-ucs-jis-to-cp932-map): Likewise. | |
220 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004): New | |
221 coding systems. | |
222 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system | |
223 aliases. | |
224 ("Japanese"): Add new charsets and coding system.s | |
225 | |
89792 | 226 2004-02-02 Kenichi Handa <handa@m17n.org> |
227 | |
228 * language/japanese.el (japanese-ucs-cp932-to-jis-map): Renamed | |
229 from japanese-ucs-cp932-map. | |
230 (japanese-ucs-jis-to-cp932-map): Renamed from | |
231 japanese-ucs-jis-map. | |
232 (japanese-ucs-glibc-map): Delete this tranlastion table. | |
233 (japanese-ucs-glibc-to-jis-map): New tranlastion table. | |
234 (japanese-ucs-jis-to-glibc-map): New tranlastion table. | |
235 | |
89790 | 236 2004-01-30 Kenichi Handa <handa@m17n.org> |
237 | |
238 * cus-start.el: Handle charset-map-path, not | |
239 charset-map-directory. | |
240 | |
241 2004-01-29 Kenichi Handa <handa@m17n.org> | |
242 | |
243 * term/x-win.el (x-selection-value): Optimize for ASCII only case. | |
244 | |
89771 | 245 2004-01-28 Kenichi Handa <handa@m17n.org> |
246 | |
247 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation | |
248 tables japanese-ucs-*-map. | |
249 | |
89754 | 250 2004-01-27 Kenichi Handa <handa@m17n.org> |
251 | |
89763 | 252 * international/eucjp-ms.el: New file (automatically generated by |
253 admin/charsets/Makefile). | |
254 | |
255 * international/cp51932.el: New file (automatically generated by | |
256 admin/charsets/Makefile). | |
257 | |
89761 | 258 * language/japanese.el: Load cp51932 and eucjp-ms. |
259 (japanese-ucs-cp932-map, japanese-ucs-jis-map) | |
260 (japanese-ucs-glibc-map): New translation tables. | |
261 (eucjp-ms): New coding system. | |
262 | |
89756 | 263 * international/mule.el (coding-system-put): Delete it |
264 (implemented in C). | |
265 | |
89754 | 266 * international/mule-conf.el (katakana-sjis): Fix :superset to |
267 :subset. | |
89771 | 268 (japanese-jisx0213-a): New supplementary charset. |
269 (japanese-jisx0213.2004-1): New charset. | |
89754 | 270 |
89743 | 271 2004-01-25 Kenichi Handa <handa@m17n.org> |
272 | |
273 * language/japanese.el (japanese-cp932): New coding system. | |
274 (cp932): New alias of it. | |
275 | |
276 * international/mule-conf.el (katakana-sjis, cp932-2-byte) | |
277 (cp932): New charsets. | |
278 | |
279 * international/mule.el (define-charset): If :code-space is not | |
280 given, generate it from :dimension. | |
281 | |
89727 | 282 2004-01-23 Kenichi Handa <handa@m17n.org> |
283 | |
284 * composite.el (reference-point-alist): Doc fixed. | |
285 (encode-composition-rule): Handle a rule (GREF NREF XOFF YOFF). | |
286 (decode-composition-rule): Likewise. | |
287 | |
89721 | 288 2004-01-20 Kenichi Handa <handa@m17n.org> |
289 | |
290 * language/european.el (diacritic-composition-function): Fix for | |
291 the case that POS is at the head. Allow combining with more | |
292 characters. | |
293 | |
89714 | 294 2004-01-16 Kenichi Handa <handa@m17n.org> |
295 | |
89716 | 296 * descr-text.el (describe-char): Check `charset' property. |
297 Show the code point in the charset in hexadigits. | |
298 | |
89714 | 299 * international/mule-diag.el (stretches-for-character-list): |
300 Delete it. | |
301 (list-block-of-chars): Use tabs instead of `display' property for | |
302 aligning characters. | |
303 (print-fontset-element): Fix the printing of XLFD. | |
304 | |
89705 | 305 2004-01-15 Kenichi Handa <handa@m17n.org> |
306 | |
307 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8): | |
308 New function. | |
309 (encoded-kbd-setup-keymap): Add code for handling utf-8. | |
310 (encoded-kbd-mode): Likewise. | |
311 | |
89692 | 312 2003-12-29 Kenichi Handa <handa@m17n.org> |
313 | |
314 * faces.el (read-face-font): Include fontsets in the completion | |
315 list. | |
316 | |
317 * international/mule-cmds.el (set-locale-environment): Insert | |
318 locale-translation-file-name in a unibyte buffer. | |
319 | |
320 * international/characters.el: Fix setting of category `|'. | |
321 | |
89675 | 322 2003-12-02 Kenichi Handa <handa@m17n.org> |
323 | |
324 * language/chinese.el (chinese-gb18030): Fix :charset-list. | |
325 | |
89663 | 326 2003-11-26 Kenichi Handa <handa@m17n.org> |
327 | |
328 * composite.el (auto-compose-chars): Fix previous change. | |
329 | |
89660 | 330 2003-11-25 Kenichi Handa <handa@m17n.org> |
331 | |
89662 | 332 * international/mule-cmds.el (select-safe-coding-system): Fix for |
333 the case that the first element of default-coding-system is t. | |
334 Fix a message when some coding systems are rejected. | |
335 | |
89660 | 336 * composite.el (auto-compose-chars): Fix previous change. |
337 | |
89657 | 338 2003-11-24 Kenichi Handa <handa@m17n.org> |
339 | |
340 * international/mule-cmds.el (set-language-environment): Put | |
341 higher priority to charsets listed in `charset' property of the | |
342 language environment. | |
343 | |
89652 | 344 2003-11-23 Kenichi Handa <handa@m17n.org> |
345 | |
346 * composite.el (auto-compose-chars): Don't do unnecessary | |
347 save-exclusion and save-restriction. | |
348 | |
89637 | 349 2003-11-22 Kenichi Handa <handa@m17n.org> |
350 | |
89656 | 351 * international/mule-conf.el (ctext-no-compositions): Remove |
352 garbage arguments. | |
353 | |
89639 | 354 * international/mule.el (make-coding-system): Fix generation of |
355 properties. | |
356 | |
89637 | 357 * international/fontset.el (setup-default-fontset): Specify fonts |
358 for `symbol' script. | |
359 | |
360 * international/characters.el (script-list): Include `currency' | |
361 in `symbol'. | |
362 | |
363 2003-11-13 Alex Schroeder <alex@gnu.org> | |
364 | |
365 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO | |
366 8601 format (a capital T between the date and the time). | |
367 | |
89632 | 368 2003-11-17 Kenichi Handa <handa@m17n.org> |
369 | |
370 * international/mule.el (private-char-area-1-min) | |
371 (private-char-area-1-max, private-char-area-2-min) | |
372 (private-char-area-2-max, emacs-mule-charset-table): New | |
373 variables. | |
374 (convert-define-charset-argument): New function. | |
375 (define-charset): Handle the old calling style. Update | |
376 emacs-mule-charset-table. | |
377 (make-char-internal): New function. | |
378 | |
89613 | 379 2003-11-03 Jason Rumney <jasonr@gnu.org> |
380 | |
381 * w32-charset-info-alist: Define iso10646-1 always. | |
382 | |
89609 | 383 2003-10-24 Kenichi Handa <handa@m17n.org> |
384 | |
385 * composite.el (compose-region): Doc fix (delete duplicated line). | |
386 | |
89602 | 387 2003-10-17 Kenichi Handa <handa@m17n.org> |
388 | |
389 * international/characters.el: Fix syntax for Ethiopic. | |
390 | |
89592 | 391 2003-10-12 Jason Rumney <jasonr@gnu.org> |
392 | |
89597 | 393 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases. |
394 | |
89592 | 395 * makefile.w32-in (DONTCOMPILE): Remove old languages. Add |
396 international/latin1-disp.el. | |
397 (LC_ALL): Define as C. | |
398 | |
89589 | 399 2003-10-11 Jason Rumney <jasonr@gnu.org> |
400 | |
401 * term/w32-win.el: Don't set fontsets to use sjis. | |
402 | |
89565 | 403 2003-10-01 Kenichi Handa <handa@m17n.org> |
404 | |
405 * language/japanese.el (iso-2022-jp, iso-2022-jp-2) | |
406 (japanese-iso-8bit): Fix the order of charsets in :charset-list. | |
407 | |
89560 | 408 2003-09-30 Kenichi Handa <handa@m17n.org> |
409 | |
410 * composite.el (auto-composition-chunk-size): Variable deleted. | |
411 (auto-compose-chars): Always stop after processing a newline. | |
412 | |
89540 | 413 2003-09-28 Kenichi Handa <handa@m17n.org> |
414 | |
415 * international/mule.el (define-coding-system): Fix attribute | |
416 name :for-unibyte. | |
417 | |
89560 | 418 2003-09-26 Kenichi Handa <handa@m17n.org> |
419 | |
420 * ps-bdf.el: Mostly re-written. | |
421 | |
422 * ps-mule.el: Mostly re-written. | |
423 | |
424 * ps-print.el (ps-generate-string-list): Function deleted. | |
425 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Variables deleted. | |
426 (ps-header-footer-string): Function deleted. | |
427 (ps-encode-header-string-function): New variable | |
428 (ps-generate-header-line): Call ps-encode-header-string-function. | |
429 (ps-basic-plot-string-function): New variable | |
430 (ps-begin-job): Set ps-basic-plot-string-function and | |
431 ps-encode-header-string-function. For setting up headers and | |
432 footers, don't use caches such as ps-rh-cache. Don't call | |
433 ps-mule-begin-page. | |
434 (ps-basic-plot-str): Don't call ps-mule-prepare-ascii-font. | |
435 (ps-basic-plot-string): Likewise. | |
436 (ps-control-character): Likewise. | |
437 (ps-plot-region): Don't pay attention to composition and | |
438 non-ASCII characters. | |
439 (ps-generate): Call ps-mule-end-job. | |
440 (ps-mule-prepare-ascii-font): Delete autoload. | |
441 (ps-mule-set-ascii-font): Likewise. | |
442 (ps-mule-plot-string): Likewise. | |
443 (ps-mule-begin-page): Likewise. | |
444 (ps-mule-end-job): Declare autoload. | |
445 | |
446 * composite.el (auto-compose-region): New function. | |
447 | |
89501 | 448 2003-09-11 Dave Love <fx@gnu.org> |
449 | |
450 * international/mule-util.el | |
451 (detect-coding-with-language-environment): Doc fix. | |
452 | |
453 * composite.el: Doc fixes. | |
454 (auto-compose-chars): Use functionp, not fboundp. | |
455 | |
456 * international/mule-diag.el (list-charset-chars): Set buffer file | |
457 coding system. | |
458 | |
459 * progmodes/cap-words.el (capitalized-words-mode): Add autoload | |
460 cookie. Doc fix. | |
461 | |
89495 | 462 2003-09-10 Dave Love <fx@gnu.org> |
463 | |
89501 | 464 * international/mule-diag.el (list-charset-chars): Set buffer file |
465 coding system. | |
466 | |
467 * progmodes/cap-words.el (capitalized-words-mode): Add autoload | |
468 cookie. Doc fix. | |
469 | |
89495 | 470 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function): |
471 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function): | |
472 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function): | |
473 * eshell/esh-opt.el (eshell-process-option): | |
474 * emulation/keypad.el (keypad-setup): | |
475 * emacs-lisp/lisp-mode.el (prin1-char): | |
476 * generic.el (generic-mode-set-comments): | |
477 * edmacro.el (edmacro-parse-keys): | |
478 * disp-table.el (standard-display-default): Use characterp. | |
479 | |
89483 | 480 2003-06-23 Kenichi Handa <handa@m17n.org> |
481 | |
482 * international/mule-conf.el (utf-16-be): Make it an alias of | |
483 utf-16be-with-signature. | |
484 (utf-16-le): Make it an alias of utf-16le-with-signature. | |
485 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these | |
486 coding system aliases. | |
487 | |
488 * international/utf-7.el (utf-7-decode, utf-7-encode): Use | |
489 utf-16be, not utf-16-be. | |
490 | |
491 2003-06-06 Kenichi Handa <handa@m17n.org> | |
492 | |
493 * international/mule.el (coding-system-category): New function. | |
494 (set-coding-priority): Re-written. | |
495 (make-translation-table): Re-written. | |
496 | |
497 * international/mule-cmds.el (universal-coding-system-argument): | |
498 Check the coding system type `undecided', not `t'. | |
499 (sort-coding-systems): Fix for iso-2022 coding systems. | |
500 (find-multibyte-characters): Fix for eight-bit chars. | |
501 (set-language-environment): Set charset priorities according to | |
502 the charsets supported by the coding systems of higher priorities. | |
503 | |
504 2003-06-05 Kenichi Handa <handa@m17n.org> | |
505 | |
506 * font-lock.el | |
507 (font-lock-match-c-style-declaration-item-and-skip-to-next): | |
508 Check (match-end 2) before goto there. | |
509 | |
510 2003-05-30 Kenichi Handa <handa@m17n.org> | |
511 | |
512 * international/mule.el (ctext-non-standard-designations-alist): | |
513 Exclude entries for iso8859-1[03456]. Fix docstring. | |
514 (ctext-pre-write-conversion): Make it work for the case that FROM | |
515 is a string. Don't do unnecessary save-restriction and | |
516 narrow-to-region. | |
517 | |
518 2003-05-28 Kenichi Handa <handa@m17n.org> | |
519 | |
520 * international/mule.el (ctext-non-standard-encodings-alist): | |
521 Renamed from non-standard-icccm-encodings-alist. | |
522 (ctext-non-standard-encodings-regexp): New variable | |
523 (ctext-post-read-conversion): Full rewrite. | |
524 (ctext-non-standard-designations-alist): Renamed from | |
525 non-standard-designations-alist. | |
526 (ctext-pre-write-conversion): Full rewrite. | |
527 (define-coding-system): Doc fix (escape '"' by '\'). | |
528 | |
529 2003-05-24 Dave Love <fx@gnu.org> | |
530 | |
531 * international/mule-conf.el (utf-16le, utf-16be-16be) | |
532 (utf-16le-with-signature, utf-16be-with-signature, utf-16): | |
533 Define :mime-text-unsuitable. `utf-16{b,l}e...' renamed from | |
534 `-16-{b,l}e-' and aliases defined for the old names. | |
535 | |
536 * international/mule.el (define-coding-system): Doc fix. | |
537 | |
538 2003-05-08 Dave Love <fx@gnu.org> | |
539 | |
540 * international/utf-7.el: New file. | |
541 | |
542 * international/mule-conf.el (utf-7): New. | |
543 | |
544 2003-05-06 Kenichi Handa <handa@m17n.org> | |
545 | |
546 * international/mule-conf.el (utf-16-be) | |
547 (utf-16-be-with-signature): Cancel the previous change. | |
548 (utf-16): Add :endinan 'big. | |
549 | |
550 * international/mule.el (define-coding-system): Fix docstring | |
551 about :bom and :endian. | |
552 | |
553 2003-04-30 Dave Love <fx@gnu.org> | |
554 | |
555 * mule-conf.el (utf-16-be) | |
556 (utf-16-be-with-signature): Comment-out :endian. | |
557 | |
558 * mule-diag.el (describe-character-set): Fix | |
90002 | 559 printing dimensions. Use `,AW(B', not `x'. |
89483 | 560 |
561 2003-04-12 Kenichi Handa <handa@m17n.org> | |
562 | |
563 * international/fontset.el: Register CDAC fonts in | |
564 face-font-rescale-alist instead of face-resizing-fonts. | |
565 | |
566 2003-03-28 Kenichi Handa <handa@m17n.org> | |
567 | |
568 * international/mule-conf.el (utf-16-le): Renamed from | |
569 utf-16-le-nosig. | |
570 (utf-16-be): Renamed from utf-16-be-nosig. | |
571 (utf-16-le-with-signature): Renamed from utf-16-le. | |
572 (utf-16-be-with-signature): Renamed from utf-16-be. | |
573 (utf-16): Set :bom to (utf-16-le-with-signature . | |
574 utf-16-be-with-signature). | |
575 | |
576 2003-02-12 Dave Love <fx@gnu.org> | |
577 | |
578 * language/georgian.el (georgian-ps, georgian-academy): New coding | |
579 system. | |
580 | |
581 * language/chinese.el (chinese-big5-hkscs): New coding system. | |
582 (big5-hkscs, cn-big5-hkscs): New aliases. | |
583 | |
584 * international/mule-conf.el (big5-hkscs, georgian-academy): New | |
585 charset. | |
586 (ibm1047): Doc fix. | |
587 (pt154): Add mime-charset. | |
588 (ptcp154, cp154): New aliases. | |
589 | |
590 2003-02-04 Dave Love <fx@gnu.org> | |
591 | |
592 * international/mule.el (charset-iso-final-char) | |
593 (define-coding-system): Doc fix. | |
594 | |
595 2003-01-30 Kenichi Handa <handa@m17n.org> | |
596 | |
597 * international/ccl.el (define-ccl-program): Fset charset-id | |
598 to charset-id-internal temporarily. | |
599 | |
600 2003-01-21 Kenichi Handa <handa@m17n.org> | |
601 | |
602 * international/mule-diag.el (list-block-of-chars): Use | |
603 decode-char instead of make-char. | |
604 | |
605 2003-01-10 Kenichi Handa <handa@m17n.org> | |
606 | |
607 * international/fontset.el: Enable the default fontset to use | |
608 unicode fonts for ASCII characters. | |
609 (x-decompose-font-name): Don't try to resolve PATTERN by | |
610 x-resolve-font-name. | |
611 (x-complement-fontset-spec): Never prepend an ASCII font. | |
612 (create-fontset-from-fontset-spec): If a fontset of the same name | |
613 already exists, override it instead of signalling an error. Don't | |
614 turn `ascii' into `latin'. Don't update fontset-alias-alist here. | |
615 | |
616 * international/mule-conf.el (unicode-bmp): Delete duplicated | |
617 definition. Give it :code-offset 0. | |
618 | |
619 * international/mule-diag.el (print-fontset-element): New | |
620 function. | |
621 (print-fontset): Use print-fontset-element to print the elements | |
622 of a fontset. Use it also to print fonts fallen back to the | |
623 default fontsets. | |
624 | |
625 * term/x-win.el: Delete the code to create a fontset from the X | |
626 resource "Font". | |
627 | |
628 2003-01-09 Kenichi Handa <handa@m17n.org> | |
629 | |
630 * international/mule-diag.el (print-fontset): Insert proper | |
631 newline and indentation spaces. | |
632 | |
633 2003-01-07 Dave Love <fx@gnu.org> | |
634 | |
635 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo, | |
636 multibyte-char-to-unibyte. | |
637 | |
638 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp. | |
639 | |
640 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
641 Use coding-system-type, coding-system-charset-list. | |
642 (standard-keyboard-coding-systems): Deleted. | |
643 (set-locale-environment): Maybe set keyboard coding system. Avoid | |
644 typical warning about codeset in C locale. | |
645 | |
646 2003-01-06 Kenichi Handa <handa@etl.go.jp> | |
647 | |
648 * international/fontset.el (x-complement-fontset-spec): If a | |
649 fontname doesn't conform to XLFD format, try to get XLFD name by | |
650 x-list-fonts. | |
651 | |
652 2002-12-08 Dave Love <fx@gnu.org> | |
653 | |
654 * international/mule-conf.el (mik, pt154): New charsets. | |
655 | |
656 * language/cyrillic.el (mik, pt154): New coding systems. | |
657 | |
658 2002-12-05 Dave Love <fx@gnu.org> | |
659 | |
660 * international/characters.el: Move parts around so that syntax | |
661 definitions aren't overwritten wrongly. | |
662 | |
663 * international/mule-diag.el (unicode-data): Fix treatment of | |
664 numeric-value fields. | |
665 | |
666 2002-12-01 Dave Love <fx@gnu.org> | |
667 | |
668 * progmodes/cap-words.el: New file. | |
669 | |
670 2002-11-07 Kenichi Handa <handa@m17n.org> | |
671 | |
672 The following changes are to make character composition happen | |
673 automatically on displaying. | |
674 | |
675 * composite.el: Remove all autoload cookies. | |
676 (composition-function-table): Variable declaration moved from | |
677 composite.c. Format changed. | |
678 (save-buffer-state): Copied from font-lock.el. | |
679 (auto-composition-chunk-size): New variable. | |
680 (auto-compose-chars): New function. Set | |
681 auto-composition-function to it. | |
682 (toggle-auto-composition): New function. | |
683 | |
684 * international/characters.el: Make all chararacters in the | |
685 charset tibetan to tibetan script. | |
686 | |
687 * international/mule-conf.el (tibetan): Fix :code-space property. | |
688 (tibetan-1-column): Delete :superset property, add :code-offset | |
689 property. | |
690 | |
691 * international/quail.el (quail-input-string-to-events): Don't | |
692 generate compose-chars-after events. | |
693 | |
694 * language/devanagari.el: Register devanagari-composable-function | |
695 in composition-function-table for Devanagari characters. | |
696 | |
697 * language/devan-util.el: Register devanagari-composable-pattern | |
698 in indian-composable-pattern. | |
699 (devanagari-composition-function): Add autoload cookie. Change | |
700 arguments to conform to composition-function-table. | |
701 | |
702 * language/european.el: Register combining characters in | |
703 composition-function-table. | |
704 (diacritic-composition-function): Change arguments to conform to | |
705 composition-function-table. | |
706 | |
707 * language/indian.el (indian-composable-pattern): New variable. | |
708 | |
709 * language/ind-util.el (indian-compose-region): Don't call | |
710 compose-chars-after, instead call a function registered in | |
711 composition-function-table. | |
712 | |
713 * language/lao.el: Register lao-composition-function in | |
714 composition-function-table for Lao vowels and tones. | |
715 (lao): Don't use lao-post-read-conversion. | |
716 | |
717 * language/lao-util.el (lao-post-read-conversion): Delete this | |
718 function. | |
719 (lao-composition-function): Change arguments to conform to | |
720 composition-function-table. | |
721 | |
722 * language/thai.el: Register thai-composition-function in | |
723 composition-function-table for Thai vowels and tones. | |
724 (thai-tis620): Don't use thai-post-read-conversion. | |
725 | |
726 * language/thai-util.el (thai-post-read-conversion): Delete this | |
727 function. | |
728 (thai-composition-function): Change arguments to conform to | |
729 composition-function-table. | |
730 | |
731 * language/tibetan.el: Register tibetan-composition-function in | |
732 composition-function-table for Tibetan characters. | |
733 | |
734 * language/tibet-util.el (tibetan-composition-function): Change | |
735 arguments to conform to composition-function-table. | |
736 | |
737 * loadup.el: Load composite. | |
738 | |
739 2002-11-01 Dave Love <fx@gnu.org> | |
740 | |
741 * international/mule-diag.el (unicode-data): Find unicodedata-file | |
742 literally. | |
743 | |
744 2002-10-31 Dave Love <fx@gnu.org> | |
745 | |
746 * international/fontset.el: Doc fixes. | |
747 ("fontset-default"): Add iso8859-15. | |
748 | |
749 2002-10-30 Kenichi Handa <handa@m17n.org> | |
750 | |
751 * international/fontset.el ("fontset-default"): Add an entry for | |
752 `indian-is13194' charset. | |
753 | |
754 * international/mule-conf.el (indian-is13194): Delete :unify-map | |
755 property. Don't unify this charset. | |
756 (indian-2-column): Delete :superset property, add :code-offset | |
757 property. | |
758 | |
759 * language/devan-util.el: Delete the superfluous autoload cookie | |
760 near the head of the file. | |
761 (devanagari-compose-region): Add autoload cookie. | |
762 | |
763 * language/ind-util.el (indian-2-column-to-ucs-region): Add | |
764 autoload cookie. | |
765 | |
766 2002-10-29 Kenichi Handa <handa@m17n.org> | |
767 | |
768 * international/fontset.el ("fontset-default"): Add an entry for | |
769 `devanagari' script and `malayalam-glyph' charset. | |
770 (face-resizing-fonts): Register CDAC fonts. | |
771 | |
772 * international/mule-conf.el (malayalam-glyph): New charset. | |
773 | |
774 2002-10-28 Dave Love <fx@gnu.org> | |
775 | |
776 * term/x-win.el: Fix typo in loop setting x-keysym-table. | |
777 | |
778 2002-10-27 Dave Love <fx@gnu.org> | |
779 | |
780 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset. | |
781 | |
782 * term/x-win.el: Remove some ancient compatibility code. Populate | |
783 x-keysym-table. | |
784 | |
785 * international/mule-cmds.el (wid-edit): Require when compiling. | |
786 (set-locale-environment): Check locale against coding system | |
787 aliases too. | |
788 | |
789 2002-10-25 Kenichi Handa <handa@m17n.org> | |
790 | |
791 * language/indian.el (in-is13194-devanagari): Fix | |
792 :post-read-conversion and :pre-write-conversion. | |
793 | |
794 2002-10-16 Dave Love <fx@gnu.org> | |
795 | |
796 * international/mule-cmds.el (charset): Supply doc, :tag. | |
797 | |
798 2002-10-16 Kenichi Handa <handa@m17n.org> | |
799 | |
800 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to | |
801 return a unibyte string. | |
802 | |
803 2002-10-15 Kenichi Handa <handa@m17n.org> | |
804 | |
805 * international/mule-cmds.el (set-locale-environment): Delete | |
806 superfluous ')'s at the tail. | |
807 | |
808 2002-10-14 Kenichi Handa <handa@etl.go.jp> | |
809 | |
810 * international/mule.el (define-coding-system): Fix typo; | |
811 "docode" -> "decode". | |
812 | |
813 2002-10-14 Dave Love <fx@gnu.org> | |
814 | |
815 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add | |
816 string-make-unibyte string-make-multibyte string-to-multibyte | |
817 string-as-multibyte string-as-unibyte. | |
818 | |
819 2002-10-11 Dave Love <fx@gnu.org> | |
820 | |
821 * language/english.el (ibm1047, cp1047): New. | |
822 | |
823 * international/mule-conf.el (alternativnyj): Use new table. | |
824 (cp866): Define standalone, not as alias. | |
825 (ibm866): Change alias. | |
826 (ibm1047): New. | |
827 | |
828 * language/cyrillic.el (cyrillic-alternativnyj): Remove | |
829 mime-charset. Use alternativnj charset. | |
830 (cp866): Remove alias. Define standalone. | |
831 | |
832 2002-10-09 Dave Love <fx@gnu.org> | |
833 | |
834 * language/european.el ("Latin-2", "Latin-5"): Doc fix. | |
835 | |
836 * language/cyrillic.el ("Bulgarian"): Fix input method and | |
837 charset. | |
838 ("Tajik", "Belarusian"): Fix charset. | |
839 | |
840 * international/mule-cmds.el (describe-language-environment): Be | |
841 case-insensitive when looking for input methods. | |
842 (locale-name-match): Doc fix. | |
843 (locale-charset-match-p): New. | |
844 (set-locale-environment): Warn if coding system doesn't agree | |
845 with system locale. | |
846 | |
847 2002-10-09 Kenichi Handa <handa@m17n.org> | |
848 | |
849 * international/mule-cmds.el (select-safe-coding-system): If | |
850 :mime-charset property of a coding system is not equal to that | |
851 coding system, don't show that :mime-charset name. | |
852 | |
853 2002-10-06 Dave Love <fx@gnu.org> | |
854 | |
855 * international/quail.el (quail-help): Fix underlining. | |
856 | |
857 * language/chinese.el (chinese-gb18030, gb18030) | |
858 ("Chinese-GB18030"): New. | |
859 | |
860 * international/mule-cmds.el (locale-language-names): Add GB18030. | |
861 | |
862 * international/swedish.el: Don't require latin-1. | |
863 | |
864 2002-10-05 Dave Love <fx@gnu.org> | |
865 | |
866 * language/czech.el ("Czech"): | |
867 * language/slovak.el ("Slovak"): | |
868 * language/romanian.el ("Romanian"): Remove unibyte-syntax property. | |
869 | |
870 * language/greek.el ("Greek"): Remove unibyte-syntax property. | |
871 (cp737): New coding system. | |
872 | |
873 * language/european.el: Remove unibyte-syntax properties. | |
874 Augment some coding-system properties. | |
875 | |
876 * international/mule-cmds.el (set-language-environment): Check | |
877 for charset property of environment. | |
878 (language-info-alist): Doc fix. | |
879 | |
880 * Makefile.in (DONTCOMPILE): Remove latin-N.el. | |
881 | |
882 * international/characters.el: Add Latin-1. | |
883 | |
884 * international/latin-1, international/latin-2, international/latin-3: | |
885 * international/latin-4, international/latin-5, international/latin-8: | |
886 * international/latin-9: Deleted. | |
887 | |
888 * loadup.el: Remove international/latin-N.el. | |
889 | |
890 * case-table.el (set-case-syntax-charset, set-case-syntax-1) | |
891 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax): | |
892 Undo last changes. | |
893 | |
894 * international/mule-diag.el (unicode-data): Check that | |
895 `unicodedata-file' exists. | |
896 | |
897 2002-10-05 Kenichi Handa <handa@m17n.org> | |
898 | |
899 * international/fontset.el (charset-script-alist): Fix script | |
900 names. | |
901 | |
902 2002-10-01 Kenichi Handa <handa@m17n.org> | |
903 | |
904 * international/latin-1.el: Bind set-case-syntax-charset to | |
905 iso-8859-1. Never provide latin-1. | |
906 | |
907 * international/latin-2.el: Bind set-case-syntax-charset to | |
908 iso-8859-2. Never provide latin-2. | |
909 | |
910 * international/latin-3.el: Bind set-case-syntax-charset to | |
911 iso-8859-3. Never provide latin-3. | |
912 | |
913 * international/latin-4.el: Bind set-case-syntax-charset to | |
914 iso-8859-4. Never provide latin-4. | |
915 | |
916 * international/latin-5.el: Bind set-case-syntax-charset to | |
917 iso-8859-9. Never provide latin-5. | |
918 | |
919 * international/latin-8.el: Bind set-case-syntax-charset to | |
920 iso-8859-14. Never provide latin-8. | |
921 | |
922 * international/latin-9.el: Bind set-case-syntax-charset to | |
923 iso-8859-15. Never provide latin-9. | |
924 | |
925 * case-table.el (set-case-syntax-set-multibyte): This variable | |
926 deleted. | |
927 (set-case-syntax-charset): New variable. | |
928 (set-case-syntax-1): New function. | |
929 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax): | |
930 Call set-case-syntax-1 on arguments. | |
931 | |
932 * international/mule-cmds.el (set-language-environment): Delete | |
933 unnecessary setup of syntax/case for unibyte case. | |
934 | |
935 2002-09-27 Kenichi Handa <handa@etl.go.jp> | |
936 | |
937 * international/fontset.el (generate-fontset-menu): Exclude the | |
938 default fontset. | |
939 | |
940 * faces.el (describe-face): Describe :fontset property too. | |
941 | |
942 2002-09-25 Dave Love <fx@gnu.org> | |
943 | |
944 * international/characters.el: Fix last change. | |
945 | |
946 2002-09-23 Dave Love <fx@gnu.org> | |
947 | |
948 * international/characters.el: Don't set char width of CJK | |
949 charsets generally. Add some non-word syntax cases. | |
950 (korean-ksc5601): Fix ranges with symbol syntax. | |
951 | |
952 2002-09-14 Dave Love <fx@gnu.org> | |
953 | |
954 * Makefile.in (DONTCOMPILE): Add indian.el. | |
955 | |
956 * language/ind-util.el: | |
957 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist) | |
958 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist) | |
959 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist) | |
960 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist))): | |
961 Remove declarations and let-bind them in re-written top-level loop | |
962 over scripts, including ucs-devanagari-to-is13194-alist. | |
963 | |
964 2002-09-14 Dave Love <fx@gnu.org> | |
965 | |
966 * international/mule-cmds.el (charset): Move. | |
967 (language-info-custom-alist): Move. Alter :set. | |
968 (find-coding-systems-for-charsets): Check charset type before | |
969 getting :charset-list. | |
970 | |
971 * language/ind-util.el (iscii-to-ucs-region): Fix typo. | |
972 | |
973 2002-09-12 Kenichi Handa <handa@etl.go.jp> | |
974 | |
975 * international/mule-conf.el (emacs-mule, iso-2022-7bit) | |
976 (iso-2022-7bit-ss2, iso-2022-7bit-lock, iso-2022-8bit-ss2) | |
977 (compound-text, ctext-no-compositions): Cancel provious change. | |
978 | |
979 2002-09-09 Dave Love <fx@gnu.org> | |
980 | |
981 * wid-edit.el (widget-string-complete): New. | |
982 (widget-coding-system-prompt-value-history): Deleted. | |
983 (coding-system): Use coding-system-value-history. | |
984 | |
985 * international/mule-cmds.el (charset): New widget. | |
986 (language-info-custom-alist): Use it. | |
987 (default-input-method): Modify :type. | |
988 | |
989 2002-09-08 Dave Love <fx@gnu.org> | |
990 | |
991 * language/ind-util.el (ucs-devanagari-to-is13194-alist) | |
992 (indian-glyph-char, indian-char-glyph): Deleted. | |
993 (is13194-default-repertory): Renamed from | |
994 is13194-default-repartory, | |
995 (iscii-to-ucs-region): Hoist evals from loop. | |
996 | |
997 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char. | |
998 | |
999 * language/indian.el (indian-script-table) | |
1000 (ccl-encode-indian-glyph-font): Deleted. | |
1001 | |
1002 * international/mule-conf.el (emacs-mule, iso-2022-7bit) | |
1003 (iso-2022-7bit-ss2, iso-2022-7bit-lock, iso-2022-8bit-ss2) | |
1004 (compound-text, ctext-no-compositions): Remove :charset-list. | |
1005 | |
1006 * international/mule-cmds.el (language-info-custom-alist): New. | |
1007 (input-method-activate-hook, input-method-inactivate-hook) | |
1008 (input-method-after-insert-chunk-hook) | |
1009 (input-method-use-echo-area, set-language-environment-hook) | |
1010 (exit-language-environment-hook): Customize. | |
1011 (find-coding-systems-for-charsets): Rewritten. | |
1012 (default-input-method): Add :link. | |
1013 | |
1014 2002-09-08 Dave Love <fx@gnu.org> | |
1015 | |
1016 * international/mule-conf.el (eight-bit): Add :docstring, | |
1017 :short-name properties. | |
1018 (cp851): Doc fix. | |
1019 (unicode-bmp): New. | |
1020 | |
1021 * case-table.el (set-case-syntax-pair): Remove check on byte | |
1022 lengths. | |
1023 | |
1024 * language/european.el (cp858): New. | |
1025 ("Turkish"): Add special case rules. | |
1026 | |
1027 2002-09-05 Dave Love <fx@gnu.org> | |
1028 | |
90002 | 1029 * international/characters.el: Make ,_/(B and ,A(B a case pair. |
89483 | 1030 |
1031 2002-09-03 Kenichi Handa <handa@etl.go.jp> | |
1032 | |
1033 * international/mule-conf.el: Don't define the charset iso-8859-1 | |
1034 here, just setup its properties. | |
1035 | |
1036 2002-08-21 Kenichi Handa <handa@etl.go.jp> | |
1037 | |
1038 * international/mule-conf.el (utf-8): Give :mime-charset property. | |
1039 | |
1040 2002-08-20 Kenichi Handa <handa@etl.go.jp> | |
1041 | |
1042 * international/characters.el: Remove duplicated case setting for | |
1043 Cyrillic and Greek letters. Don't setup printable-chars here. | |
1044 | |
1045 * case-table.el (describe-buffer-case-table): Handle the case | |
1046 that KEY is a cons within map-char-table. | |
1047 | |
1048 2002-08-19 Kenichi Handa <handa@etl.go.jp> | |
1049 | |
1050 * international/characters.el: Fix categories ?A and ?C. Treat | |
1051 ASCII characters as `latin' script. | |
1052 | |
1053 2002-08-18 Kenichi Handa <handa@etl.go.jp> | |
1054 | |
1055 * international/fontset.el (fontset-plain-name): If the fontset | |
1056 name doesn't ends with "-fontset-*", use family name as the first | |
1057 part of the plain name. | |
1058 (create-fontset-from-ascii-font): If "fontset-startup" is not yet | |
1059 created, use that name for the fontset. Fix arguments to | |
1060 subst-char-in-string. | |
1061 | |
1062 2002-08-18 Dave Love <fx@gnu.org> | |
1063 | |
1064 * term.el (term-char-mode): Remove generic-character-list code. | |
1065 | |
1066 * ruler-mode.el (ruler-mode-character-validate): Use characterp. | |
1067 | |
1068 * wid-edit.el (character): Use characterp. | |
1069 | |
1070 * international/mule-diag.el (describe-coding-system): Add utf-16 | |
1071 case. | |
1072 | |
1073 * language/viet-util.el (viet-encode-viscii-char): Use encode-char. | |
1074 | |
1075 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"): Add | |
1076 charset. | |
1077 ("Ukrainian"): New. | |
1078 | |
1079 * language/georgian.el (georgian-ps): New coding system. | |
1080 | |
1081 2002-08-15 Kenichi Handa <handa@etl.go.jp> | |
1082 | |
1083 * international/mule-cmds.el (reset-language-environment): Don't | |
1084 set nonascii-translation-table and nonascii-insert-offset. Call | |
1085 set-unibyte-charset, not set-primary-charset. | |
1086 (nonascii-translation-table, nonascii-insert-offset): Declare | |
1087 these variable as obsolete ones. | |
1088 (set-language-environment): Call set-unibyte-charset, not | |
1089 set-primary-charset. Call set-charset-priority with `charset' | |
1090 info of the language environment. | |
1091 | |
1092 2002-08-08 Kenichi Handa <handa@etl.go.jp> | |
1093 | |
1094 * tar-mode.el (tar-extract): Fix previous change. | |
1095 | |
1096 2002-08-02 Kenichi Handa <handa@etl.go.jp> | |
1097 | |
1098 * international/characters.el (next-word-boundary-han): Don't | |
1099 treat katakana following han characters as a part of a word. | |
1100 | |
1101 2002-08-01 Kenichi Handa <handa@etl.go.jp> | |
1102 | |
1103 * international/characters.el: Call map-charset-chars on big5 | |
1104 (not chinese-big5-1/2) to set categories `c', `C', and `|'. | |
1105 (next-word-boundary-han): New function. Register it in | |
1106 next-word-boundary-function-table. | |
1107 (next-word-boundary-kana): Likewise. | |
1108 | |
1109 2002-07-31 Kenichi Handa <handa@etl.go.jp> | |
1110 | |
1111 * arc-mode.el (archive-file-name-coding-system): New variable. | |
1112 Make it permanent-local. | |
1113 (byte-after, bref, insert-unibyte): New function. Change most of | |
1114 char-after, aref, insert to them respectively. | |
1115 (archive-mode): Set archive-file-name-coding-system. | |
1116 (archive-summarize): Don't change the buffer's multibyteness. | |
1117 (archive-extract): Inherit archive-file-name-coding-system from | |
1118 archive-superior-buffer. Bind coding-system-for-write to | |
1119 archive-file-name-coding-system. | |
1120 (archive-*-write-file-member): Encode ENAME by | |
1121 archive-file-name-coding-system. Bind coding-system-for-write to | |
1122 no-conversion. | |
1123 (archive-rename-entry): Encode the filename by | |
1124 archive-file-name-coding-system. | |
1125 (archive-mode-revert): Don't change the buffer's multibyteness. | |
1126 (archive-arc-summarize, archive-lzh-summarize, | |
1127 archive-zoo-summarize): Don't change the buffer's multibyteness. | |
1128 Decode filenames by archive-file-name-coding-system. | |
1129 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change | |
1130 the buffer's multibyteness. | |
1131 | |
1132 * tar-mode.el (tar-file-name-coding-system): New variable. Make | |
1133 it permanent-local.p | |
1134 (tar-header-block-tokenize): Decode filename and linkname by | |
1135 tar-file-name-coding-system. | |
1136 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get | |
1137 the byte value of eight-bit chars. | |
1138 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD | |
1139 `to'. Delete unnecessary call of position-bytes. | |
1140 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary | |
1141 call of position-bytes. | |
1142 (tar-extract): Simplified by calling decode-coding-region with | |
1143 DESTINATION argument. Don't toggle multibyteness of tar buffer. | |
1144 (tar-copy): Don't toggle multibyteness of tar buffer. | |
1145 (tar-expunge): Likewise. | |
1146 (tar-clear-modification-flags): Delete unnecessary call of | |
1147 position-bytes. | |
1148 (tar-rename-entry): Call tar-alter-one-field with encoded new | |
1149 name. | |
1150 (tar-alter-one-field): Don't toggle multibyteness of tar buffer. | |
1151 Convert new-data-string by string-to-multibyte before inserting | |
1152 it. | |
1153 (tar-subfile-save-buffer): Don't toggle multibyteness of tar | |
1154 buffer. Simplified by calling encoding-coding-region with | |
1155 DESTINATION argument. | |
1156 (tar-mode-write-file): Delete unnecessary call of | |
1157 byte-to-position. | |
1158 | |
1159 2002-07-30 Dave Love <fx@gnu.org> | |
1160 | |
1161 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc | |
1162 fix. | |
1163 | |
1164 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy. | |
1165 | |
1166 2002-07-26 Kenichi Handa <handa@etl.go.jp> | |
1167 | |
1168 * international/characters.el: Setup char-script-table. | |
1169 | |
1170 * international/fontset.el: Setup the default fontset by the new | |
1171 script based way. | |
1172 (x-complement-fontset-spec): Change the format of arg FONTLIST to | |
1173 an alist of charsets vs font name lists. | |
1174 (charset-script-alist): New variable. | |
1175 (create-fontset-from-fontset-spec): Allow script name in | |
1176 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it | |
1177 to the corresponding script name. | |
1178 (create-fontset-from-ascii-font): Slightly tuned. | |
1179 | |
1180 * international/mule-conf.el (devanagari-glyph): New charset. | |
1181 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic, | |
1182 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1, | |
1183 japanese-jisx0213-2. | |
1184 | |
1185 * international/mule-diag.el (print-fontset): Use describe-vector | |
1186 to handle a char table returned by fontset-info. | |
1187 | |
1188 * language/indian.el: Don't register ccl-encode-indian-glyph-font | |
1189 and ccl-encode-unicode-font in font-ccl-encoder-alist. | |
1190 | |
1191 2002-07-18 Dave Love <fx@gnu.org> | |
1192 | |
1193 * startup.el (fancy-splash-head): Warn about status. | |
1194 (fancy-splash-tail): Copyright up-date. | |
1195 | |
1196 2002-07-17 Kenichi Handa <handa@etl.go.jp> | |
1197 | |
1198 * international/mule-util.el (detect-coding-with-priority): Fix | |
1199 the place of using `,' marker in backguote form. | |
1200 | |
1201 2002-07-12 Dave Love <fx@gnu.org> | |
1202 | |
1203 * international/mule-conf.el (mule-unicode-e000-ffff): Set | |
1204 :max-code. | |
1205 | |
1206 * international/mule-util.el (with-coding-priority): Fix. | |
1207 | |
1208 * international/mule.el (set-coding-priority): Fix obsolete spec. | |
1209 | |
1210 2002-07-05 Dave Love <fx@gnu.org> | |
1211 | |
1212 * international/mule-cmds.el (leim-list-header): Add coding tag. | |
1213 | |
1214 2002-07-05 Dave Love <fx@gnu.org> | |
1215 | |
1216 * international/mule-cmds.el (find-coding-systems-region) | |
1217 (language-info-alist, reset-language-environment, princ-list): Doc | |
1218 fix. | |
1219 (input-method-verbose-flag): Fix :type. | |
1220 (set-locale-environment): Revert last change. | |
1221 | |
1222 2002-07-03 Dave Love <fx@gnu.org> | |
1223 | |
1224 * international/mule.el (set-char-table-default): Make obsolete. | |
1225 | |
1226 2002-07-01 Dave Love <fx@gnu.org> | |
1227 | |
1228 * language/devanagari.el ("Devanagari"): Fix coding-system, | |
1229 coding-priority. | |
1230 | |
1231 * international/mule-diag.el (describe-char-after): Modify display | |
1232 list processing. | |
1233 (unicodedata-file, unicodedata-find): New. | |
1234 | |
1235 2002-06-29 Dave Love <fx@gnu.org> | |
1236 | |
1237 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add | |
1238 autoload cookie. | |
1239 | |
1240 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag. | |
1241 | |
1242 2002-06-28 Dave Love <fx@gnu.org> | |
1243 | |
1244 * international/mule-util.el (detect-coding-with-priority): | |
1245 Rewritten. | |
1246 | |
1247 2002-06-27 Dave Love <fx@gnu.org> | |
1248 | |
1249 * composite.el (compose-string): Doc fix. | |
1250 | |
1251 * language/georgian.el ("Georgian"): Delete code-pages feature, | |
1252 add nonascii-translation. | |
1253 | |
1254 * language/european.el ("German", "French", "Spanish"): Add | |
1255 latin-9 as alternative coding system. | |
1256 ("Slovenian", "Polish"): Add windows-1250 as alternative coding | |
1257 system. | |
1258 ("Dutch"): Add latin-9 as alternative coding system. Add input | |
1259 method. | |
1260 ("Turkish"): Add windows-1254 and latin-3 as alternative coding | |
1261 systems. | |
1262 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding | |
1263 system. | |
1264 | |
1265 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char, | |
1266 encode-coding-char. | |
1267 (side-effect-and-error-free-fns): Add charsetp, max-char, | |
1268 primary-charset. | |
1269 | |
1270 * simple.el: Don't require cl when compiling. | |
1271 | |
1272 * Makefile.in (DONTCOMPILE): Fix duplicates. | |
1273 | |
1274 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo. | |
1275 | |
1276 * international/mule.el: Doc fixes. | |
1277 (load-with-code-conversion): Fix coding-system-type test. | |
1278 | |
1279 * international/mule-cmds.el (sort-coding-systems): Comment out | |
1280 iso-2022 case. | |
1281 (encoded-string-description): Fix coding-system-type test. | |
1282 | |
1283 2002-06-24 Dave Love <fx@gnu.org> | |
1284 | |
1285 * international/characters.el: Make korean-ksc5601 double-width. | |
1286 | |
1287 * international/mule.el (auto-coding-regexp-alist): Recognize | |
1288 Emacs 20/1 byte-compiled files. | |
1289 | |
1290 * international/mule-conf.el (file-coding-system-alist): Change | |
1291 .elc to utf-8-emacs. | |
1292 | |
1293 * emacs-lisp/bytecomp.el (byte-recompile-directory) | |
1294 (batch-byte-recompile-directory): Update from trunk. | |
1295 (byte-compile-fix-header): Adjust for use of utf-8-emacs. | |
1296 (byte-compile-insert-header): Update magic number. Add ballast. | |
1297 (map-char-table): Use byte-compile-funarg-2. | |
1298 | |
1299 2002-06-16 Dave Love <fx@gnu.org> | |
1300 | |
1301 * international/mule-cmds.el (set-locale-environment): Use | |
1302 locale-codeset. | |
1303 | |
1304 2002-06-15 Dave Love <fx@gnu.org> | |
1305 | |
1306 * language/cyrillic.el ("Belarusian"): Doc fix. | |
1307 (cp1125, koi8-t): Doc fix. | |
1308 | |
1309 * international/mule-cmds.el (find-multibyte-characters): Doc fix. | |
1310 (find-multibyte-characters): Don't test for charset `unknown'. | |
1311 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8, | |
1312 ru, sr_YU, tg, wa, zh.gbk. | |
1313 (locale-language-names): Change sp to Cyrillic. | |
1314 (locale-charset-language-names): Match @euro after utf-8. | |
1315 | |
1316 2002-06-13 Dave Love <fx@gnu.org> | |
1317 | |
1318 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936): New | |
1319 coding systems. | |
1320 ("Chinese-GBK"): New environment. | |
1321 | |
1322 2002-06-12 Dave Love <fx@gnu.org> | |
1323 | |
1324 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936): New | |
1325 coding systems. | |
1326 ("Chinese-GBK"): New environment. | |
1327 | |
1328 * language/thai-util.el: Remove redundant unicodes in | |
1329 category-setting. | |
1330 | |
1331 * language/lao-util.el: Remove redundant unicodes in | |
1332 category-setting. | |
1333 | |
1334 * international/mule-conf.el (japanese-jisx0213-1) | |
1335 (japanese-jisx0213-2): Add unify-map. | |
1336 | |
1337 2002-06-12 Kenichi Handa <handa@etl.go.jp> | |
1338 | |
1339 * international/quail.el (quail-update-leim-list-file): Force | |
1340 writing the file by iso-2022-7bit. | |
1341 | |
1342 * international/titdic-cnv.el (miscdic-convert): Force writing the | |
1343 file by iso-2022-7bit. | |
1344 | |
1345 * international/mule.el (define-charset): Change the attribute | |
1346 :parents to :subset or :superset. | |
1347 | |
1348 * international/mule-conf.el: Adjusted for the change of | |
1349 define-charset (:parent -> :subset or :superset). | |
1350 | |
1351 * international/characters.el: Fix the last change. | |
1352 | |
1353 2002-06-11 Dave Love <fx@gnu.org> | |
1354 | |
1355 * language/cyril-util.el (cyrillic-encode-koi8-r-char) | |
1356 (cyrillic-encode-alternativnyj-char): Fixed. | |
1357 (standard-display-cyrillic-translit): Remove redundant unicodes. | |
1358 | |
1359 2002-06-10 Dave Love <fx@gnu.org> | |
1360 | |
1361 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"): New | |
1362 environments. | |
1363 | |
1364 * international/mule-conf.el (control-1): New charset. | |
1365 (eight-bit-control, eight-bit-graphic): Redefined to use raw-bytes | |
1366 space. | |
1367 (korean-ksc5601): Redefine to use code-offset and unify-map. | |
1368 | |
1369 2002-06-07 Dave Love <fx@gnu.org> | |
1370 | |
1371 * international/mule-conf.el (tcvn-5712): New charset. | |
1372 | |
1373 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding | |
1374 system. | |
1375 ("Vietnamese"): Doc fix. | |
1376 | |
1377 2002-06-06 Dave Love <fx@gnu.org> | |
1378 | |
1379 * international/mule-conf.el (windows-936): New alias. | |
1380 | |
1381 * cus-start.el: Add scalable-fonts-allowed. | |
1382 | |
1383 * international/characters.el: Reinstate various CJK syntax and | |
1384 category setup. Remove obsolete syntax setting in Greek section. | |
1385 Optimize the char tables. | |
1386 | |
1387 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding | |
1388 systems. | |
1389 | |
1390 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding | |
1391 system. | |
1392 | |
1393 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869 | |
1394 coding systems. | |
1395 | |
1396 * language/romanian.el ("Romanian"): Add iso-latin-10 coding | |
1397 system. | |
1398 | |
1399 2002-06-03 Kenichi Handa <handa@etl.go.jp> | |
1400 | |
1401 * international/characters.el (printable-chars): Setup correctly. | |
1402 | |
1403 2002-06-02 Dave Love <fx@gnu.org> | |
1404 | |
1405 * cus-start.el: Add selection-coding-system. | |
1406 | |
1407 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding | |
1408 systems. | |
1409 | |
1410 * language/china-util.el (post-read-decode-hz) | |
1411 (pre-write-encode-hz): Moved from chinese.el. | |
1412 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code) | |
1413 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Deleted. | |
1414 | |
1415 * language/chinese.el (post-read-decode-hz) | |
1416 (pre-write-encode-hz): Moved to china-util.el. | |
1417 | |
1418 * case-table.el (set-case-syntax-pair): Test again for equal byte | |
1419 lengths of the pair. | |
1420 | |
1421 * international/characters.el: Add Vietnamese category to | |
1422 equivalent unicodes. | |
1423 | |
1424 2002-05-31 Dave Love <fx@gnu.org> | |
1425 | |
1426 * international/mule-conf.el (chinese-sisheng, ipa) | |
1427 (indian-is13194, tibetan, ethiopic): Add :unify-map. | |
1428 | |
1429 * international/mule-diag.el (describe-character-set): Account for | |
1430 more than two dimensions of possibly different size. | |
1431 (describe-current-coding-system): Add selection-coding-system. | |
1432 | |
1433 * international/mule-cmds.el (unify-8859-on-encoding-mode) | |
1434 (unify-8859-on-decoding-mode): Moved from mule.el. | |
1435 | |
1436 * international/mule.el (unify-8859-on-encoding-mode) | |
1437 (unify-8859-on-decoding-mode): Remove :init-value. | |
1438 (charset-chars): Add optional dimension arg. | |
1439 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode): Moved | |
1440 to mule-cmds.el. | |
1441 | |
1442 2002-05-31 Kenichi Handa <handa@etl.go.jp> | |
1443 | |
1444 * international/fontset.el: Change registry for japanese-jisx0208 | |
1445 to "JISX0208*" in the default fontset. | |
1446 (font-encoding-alist): Add an entry for "JISX0208.1983" and | |
1447 "ISO10646.indian-1". | |
1448 | |
1449 2002-05-30 Kenichi Handa <handa@etl.go.jp> | |
1450 | |
1451 * language/japanese.el (japanese-iso-7bit-1978-irv): Add | |
1452 `designation' to :flags, `ascii' to :charset-list. | |
1453 | |
1454 * international/mule.el (define-charset): New args :min-code and | |
1455 :max-code. | |
1456 (coding-system-iso-2022-flags): Add use-roman, use-oldjis. | |
1457 | |
1458 * international/mule-conf.el (chinese-gbk): Change :code-offset to | |
1459 #x160000. | |
1460 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp, | |
1461 gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New | |
1462 charsets. | |
1463 | |
1464 2002-05-29 Dave Love <fx@gnu.org> | |
1465 | |
1466 * language/thai.el (iso-8859-11): New coding system. | |
1467 | |
1468 * international/mule-conf.el: Doc fixes. | |
1469 (iso-8859-11): New. | |
1470 | |
1471 2002-05-28 Dave Love <fx@albion.dl.ac.uk> | |
1472 | |
1473 * cus-start.el (scalable-fonts-allowed): Add. | |
1474 | |
1475 2002-05-27 Dave Love <fx@gnu.org> | |
1476 | |
1477 * international/mule.el (unify-8859-on-encoding-mode) | |
1478 (unify-8859-on-decoding-mode): Dummy versions. | |
1479 | |
1480 * international/ucs-tables.el: Removed. | |
1481 | |
1482 * Makefile.in (DONTCOMPILE): Add language/chinese.el, | |
1483 language/japanese.el. | |
1484 | |
1485 * international/mule-conf.el: Doc fixes. | |
1486 (cp936): New alias. | |
1487 (cp720, cp858): New charsets. | |
1488 | |
1489 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs | |
1490 coding system, not emacs-mule. | |
1491 | |
1492 * files.el (revert-buffer, recover-file): Likewise. | |
1493 | |
1494 * desktop.el (desktop-save): Likewise. | |
1495 | |
1496 2002-05-26 Dave Love <fx@gnu.org> | |
1497 | |
1498 * international/mule.el (with-category-table): Use make-symbol. | |
1499 (coding-system-list): Use coding-system-aliases. | |
1500 (make-translation-table): Don't deal with generic characters. | |
1501 | |
1502 * international/mule-util.el: (coding-system-post-read-conversion) | |
1503 (coding-system-pre-write-conversion) | |
1504 (coding-system-translation-table-for-decode) | |
1505 (coding-system-translation-table-for-encode): Get the right | |
1506 properties. | |
1507 (with-coding-priority): New macro. | |
1508 (detect-coding-with-language-environment): Use it. | |
1509 (coding-system-equal): Use coding-system-plist. | |
1510 | |
1511 * encoded-kb.el: (encoded-kbd-setup-keymap) <ccl>: | |
1512 Use :valid property. | |
1513 | |
1514 * mule-cmds.el (encode-coding-char): Use | |
1515 find-coding-systems-string. Don't use make-char. | |
1516 (describe-language-environment): Use coding-system-aliases. | |
1517 (prefer-coding-system): Doc fix. | |
1518 | |
1519 * mule-diag.el (describe-current-coding-system): Fix aliases | |
1520 listing. | |
1521 (print-iso-2022-flags): Deleted. | |
1522 (print-designation): Partly re-written. | |
1523 (describe-coding-system): Deal with iso-2022 designations, flags. | |
1524 Fix shift_jis case. | |
1525 (describe-char-after): Use characterp. Print explicit unicode. | |
1526 Remove some obsolete code. | |
1527 (print-coding-system-briefly): Fix printing aliases. | |
1528 (print-coding-system): Use coding-system-aliases. | |
1529 (mule-diag): Don't list coding categories. | |
1530 | |
1531 * mule-conf.el: Doc fixes. Remove redundant | |
1532 :long-name properties. Re-order charset priorities. | |
1533 (binary): New alias. | |
1534 (iso-8859-16): Fix nickname. | |
1535 (define-iso-single-byte-charset): Un-define after use. | |
1536 | |
1537 2002-05-26 Dave Love <fx@gnu.org> | |
1538 | |
1539 * international/mule.el (coding-system-iso-2022-flags): Revert | |
1540 last change. | |
1541 | |
1542 2002-05-25 Dave Love <fx@gnu.org> | |
1543 | |
1544 * international/characters.el: Additional double width | |
1545 specifications. | |
1546 | |
1547 * international/mule-diag.el (print-coding-system): Incomplete | |
1548 updates. | |
1549 (describe-character-set): List more properties. | |
1550 (print-fontset): Fix case of vector font-spec. | |
1551 (describe-current-coding-system): Fix iso-7, iso-7-else. | |
1552 | |
1553 * international/mule-conf.el (ibm866): Fix alias. | |
1554 (iso-8859-16): Fix nickname. | |
1555 | |
1556 * international/mule.el (coding-system-iso-2022-flags): Add | |
1557 use-roman, use-oldjis. | |
1558 | |
1559 2002-05-23 Dave Love <fx@gnu.org> | |
1560 | |
1561 * language/ind-util.el: Avoid decode-char. | |
1562 (indian--puthash-char, indian--puthash-c, indian--puthash-cv): | |
1563 Use characterp, not char-valid-p. | |
1564 | |
1565 * language/devan-util.el: Add coding tag, avoid decode-char. | |
1566 | |
1567 * international/titdic-cnv.el: Add coding tag. | |
1568 (tit-process-header): Add coding tag to output. | |
1569 | |
1570 * language/thai.el (cp874, ibm874): New coding systems. | |
1571 | |
1572 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>: Add | |
1573 character-p. | |
1574 | |
1575 * language/european.el (cp852, ibm852, cp857, ibm857, cp860) | |
1576 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437): New | |
1577 coding systems. | |
1578 <set-language-info-alist>: Avoid decode-char. | |
1579 | |
1580 * language/hebrew.el (cp862, ibm862): New coding systems. | |
1581 | |
1582 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding | |
1583 systems. | |
1584 | |
1585 * language/cyrillic.el (cp855, ibm855): New coding systems. | |
1586 | |
1587 * international/mule-conf.el: Avoid decode-char in top-level code | |
1588 for self-inserting multibyte chars. | |
1589 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857) | |
1590 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874): New | |
1591 charsets. | |
1592 | |
1593 * international/characters.el: Various simplifications and | |
1594 additions. | |
1595 | |
1596 2002-05-22 Dave Love <fx@gnu.org> | |
1597 | |
1598 * international/mule-conf.el (code-pages): Provide, for | |
1599 compatibility. | |
1600 | |
1601 * international/code-pages.el: Removed. | |
1602 | |
1603 2002-05-22 Kenichi Handa <handa@etl.go.jp> | |
1604 | |
1605 * Makefile.in: Cancel the 2002-05-17 change of mine. | |
1606 | |
1607 * international/fontset.el: Add setting for unicode font at the | |
1608 end of the default fontset. | |
1609 | |
1610 2002-05-21 Dave Love <fx@gnu.org> | |
1611 | |
1612 * international/mule-conf.el (adobe-standard-encoding, symbol): | |
1613 Adjust :code-space. | |
1614 (ibm850): Add :ascii-compatible-p. | |
1615 | |
1616 2002-05-21 Kenichi Handa <handa@etl.go.jp> | |
1617 | |
1618 * international/mule-conf.el (vietnamese-viscii-lower) | |
1619 (vietnamese-viscii-upper): Supply them :code-offset, then unify by | |
1620 mapping table. | |
1621 | |
1622 2002-05-20 Dave Love <fx@gnu.org> | |
1623 | |
1624 * cus-start.el: Add charset-map-directory. | |
1625 | |
1626 * international/fontset.el (font-encoding-alist): Add | |
1627 adobe-symbol. | |
1628 | |
1629 * format.el (format-alist): Remove ibm, mac, hp entries (available | |
1630 natively). | |
1631 | |
1632 * language/romanian.el (iso-latin-10): Add :mime-charset. | |
1633 ("Romanian"): Add doc. | |
1634 | |
1635 * international/mule-conf.el (iso-8859-10, symbol) | |
1636 (adobe-standard-encoding, ibm850): New charsets. | |
1637 (iso-8859-13): Fix IR number, final char. | |
1638 (file-coding-system-alist): Add .xml. | |
1639 | |
1640 * language/european.el (iso-latin-6, iso-8859-10, latin-6) | |
1641 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8) | |
1642 (adobe-standard-encoding, cp850, ibm850): New coding systems. | |
1643 ("Latin-6", "Latin-7"): New language environments. | |
1644 | |
1645 2002-05-19 Dave Love <fx@gnu.org> | |
1646 | |
1647 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8, | |
1648 utf-8-subst; add vietnamese, cyrillic, czech. | |
1649 | |
1650 * language/romanian.el (iso-latin-10): New coding system. | |
1651 | |
1652 * international/mule-conf.el (emacs-mule): Set :charset-list, | |
1653 consistent with coding-system-charset-list doc. | |
1654 (iso-8859-16): New charset. | |
1655 | |
1656 * international/mule-diag.el (describe-coding-system): Avoid error | |
1657 for iso-2022, emacs-mule. | |
1658 | |
1659 2002-05-17 Dave Love <fx@gnu.org> | |
1660 | |
1661 * international/codepage.el: Most of code removed or commented | |
1662 out. | |
1663 (codepage-setup): Re-written as trivial, obsolete function. | |
1664 | |
1665 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8. | |
1666 Remove setup function. | |
1667 | |
1668 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems. | |
1669 | |
1670 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el, | |
1671 language/cyrillic.el, language/czech.el. | |
1672 | |
1673 * language/vietnamese.el (windows-1258, cp1258): New coding | |
1674 systems. | |
1675 (font-ccl-encoder-alist): Remove viscii, vscii. | |
1676 | |
1677 * language/hebrew.el (windows-1255, cp1255): New coding systems. | |
1678 | |
1679 * language/european.el (windows-1254, cp1254, windows-1257) | |
1680 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding | |
1681 systems. | |
1682 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages. | |
1683 | |
1684 * language/greek.el (windows-1253, cp1253): New coding systems. | |
1685 | |
1686 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map | |
1687 file name. | |
1688 (windows-1253, windows-1254, windows-1255, windows-1256) | |
1689 (windows-1257, windows-1258, next): New charsets. | |
1690 | |
1691 * international/utf-8.el, international/utf-8-subst.el: Removed. | |
1692 | |
1693 * international/mule.el: Doc fixes. | |
1694 (charset-list, generic-char-p, set-coding-priority): Make | |
1695 obsolete. | |
1696 (coding-system-get): Try to convert old-style symbol to keyword. | |
1697 (define-charset): Purecopy strings in property list. | |
1698 (define-coding-system): Purecopy docstring. | |
1699 | |
1700 * international/mule-diag.el (list-character-sets-2): Avoid | |
1701 charset-bytes. | |
1702 (list-iso-charset-chars, list-non-iso-charset-chars): Deleted. | |
1703 (list-block-of-chars): Re-written. | |
1704 (describe-character-set): Show more properties. | |
1705 (describe-char-after): Correct codepoint display. | |
1706 (print-coding-system): Use symbolic types. | |
1707 | |
1708 2002-05-17 Kenichi Handa <handa@etl.go.jp> | |
1709 | |
1710 * Makefile.in: Be sure also to run emacs with LANG=C. | |
1711 | |
1712 2002-05-16 Dave Love <fx@gnu.org> | |
1713 | |
1714 * international/mule-diag.el: Doc fixes. | |
1715 (sort-charset-list, charset-multibyte-form-string): Removed. | |
1716 (list-character-sets, list-character-sets-1) | |
1717 (list-character-sets-2): Re-written. | |
1718 (non-iso-charset-alist): Set to nil and made obsolete. | |
1719 (decode-codepage-char): Re-written and made obsolete. | |
1720 (read-charset): Don't use non-iso-charset-alist. | |
1721 (describe-coding-system): Use keyword properties. | |
1722 (describe-character-set): Re-written. | |
1723 | |
1724 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps) | |
1725 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us) | |
1726 (ebcdic-uk): New charsets. | |
1727 | |
1728 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125): New | |
1729 coding systems. | |
1730 | |
1731 * language/european.el (windows-1252): New coding system. | |
1732 | |
1733 2002-05-16 Kenichi Handa <handa@etl.go.jp> | |
1734 | |
1735 * Makefile.in: By sure to run emacs with LC_ALL=C. | |
1736 | |
1737 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call | |
1738 encoded-kbd-self-insert-iso2022-8bit with argument 1. | |
1739 (encoded-kbd-self-insert-charset): New function. | |
1740 (encoded-kbd-setup-keymap): Handle a coding-system of type | |
1741 charset. | |
1742 (encoded-kbd-mode): Likewise. | |
1743 | |
1744 2002-05-15 Dave Love <fx@gnu.org> | |
1745 | |
1746 * international/mule-cmds.el (set-locale-environment): Comment out | |
1747 set-keyboard-coding-system stuff. | |
1748 | |
1749 2002-05-14 Kenichi Handa <handa@etl.go.jp> | |
1750 | |
1751 * international/mule.el (define-coding-system): Docstring | |
1752 fixed (sjis->shift-jis). | |
1753 | |
1754 * international/mule-conf.el: Use decode-char instead of | |
1755 make-char. | |
1756 | |
1757 * international/encoded-kb.el | |
1758 (encoded-kbd-self-insert-iso2022-8bit): New arg ARG. Directly | |
1759 call self-insert-command. This is a temporary workaround to | |
1760 make it work with latin-1. | |
1761 (encoded-kbd-mode): Change `sjis' to `shift-jis'. | |
1762 | |
1763 * international/characters.el: Setup char-width-table for CJK | |
1764 characters. | |
1765 | |
1766 2002-05-15 Kenichi Handa <handa@etl.go.jp> | |
1767 | |
1768 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block): | |
1769 Fix the initial value to specify character range of | |
1770 japanese-jisx0208, not unicode. | |
1771 | |
1772 * international/characters.el: Set syntax/category for | |
1773 japanese-jisx0208. | |
1774 | |
1775 2002-05-14 Dave Love <fx@gnu.org> | |
1776 | |
1777 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not | |
1778 mime-charset. | |
1779 | |
1780 * language/vietnamese.el, language/korean.el, language/japanese.el: | |
1781 * language/hebrew.el, language/greek.el, language/chinese.el: | |
1782 Fix :mime-charset properties. | |
1783 | |
1784 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8) | |
1785 (cyrillic-alternativnyj): Fix :mime-charset. | |
1786 (cp878, cp866): New alias. | |
1787 | |
1788 * language/european.el: Fix mime-charset properties. | |
1789 | |
1790 * international/mule-cmds.el (sort-coding-systems) | |
1791 (select-safe-coding-system, select-message-coding-system): Use | |
1792 :mime-charset, not 'mime-charset. | |
1793 | |
1794 * international/mule-conf.el: Add various :mime-charset | |
1795 properties. | |
1796 | |
1797 2002-05-13 Dave Love <fx@gnu.org> | |
1798 | |
1799 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix | |
1800 getting decoder. | |
1801 (encoded-kbd-mode): Fix code for coding system type and | |
1802 designations. | |
1803 | |
1804 * international/mule-conf.el: Speling fixes. | |
1805 | |
1806 2002-05-13 Kenichi Handa <handa@etl.go.jp> | |
1807 | |
1808 * international/fontset.el (fontset-plain-name): Handle the case | |
1809 that size, weight, slant are not specified in the fontset name. | |
1810 | |
1811 2002-05-10 Yong Lu <lyongu@asia-infonet.com> | |
1812 | |
1813 * language/greek.el (greek-iso-8bit): Fix typo. | |
1814 | |
1815 2002-05-10 Kenichi Handa <handa@etl.go.jp> | |
1816 | |
1817 * language/chinese.el (chinese-big5): Change :coding-type to | |
1818 `charset'. | |
1819 | |
1820 2002-05-09 Kenichi Handa <handa@etl.go.jp> | |
1821 | |
1822 * international/characters.el: Change encoding to utf-8-emacs. | |
1823 Remove apparent duplicate codes. | |
1824 | |
1825 2002-05-07 Kenichi Handa <handa@etl.go.jp> | |
1826 | |
1827 * international/fontset.el: Change the registry for | |
1828 chinese-gb2312 and add the registry for chinese-gbk. | |
1829 | |
1830 * international/mule.el (charset-chars): Fix typo. | |
1831 | |
1832 * international/mule-conf.el (chinese-gbk): New charset. | |
1833 | |
1834 * international/titdic-cnv.el (titdic-convert): Read into a | |
1835 unibyte buffer then make the buffer multibyte. | |
1836 | |
1837 2002-03-07 Kenichi Handa <handa@etl.go.jp> | |
1838 | |
1839 * international/mule-conf.el (utf-16-le): Use :bom attribute | |
1840 instead of :signature. | |
1841 (utf-16-be): Likewise. | |
1842 | |
1843 2002-03-05 Kenichi Handa <handa@etl.go.jp> | |
1844 | |
1845 * language/czech.el ("Czech"): Set `iso-8859-2' for | |
1846 `nonascii-translation'. | |
1847 | |
1848 * language/romanian.el ("Romanian"): Likewise. | |
1849 | |
1850 * language/slovak.el ("Slovak"): Likewise. | |
1851 | |
1852 * international/characters.el: Optimize calls of | |
1853 modify-category-entry. | |
1854 | |
1855 2002-03-01 Kenichi Handa <handa@etl.go.jp> | |
1856 | |
1857 * bindings.el: Don't bind multibyte characters to | |
1858 self-insert-command here. It's done in mule-conf.el | |
1859 | |
1860 * case-table.el (set-case-syntax-offset): Variable deleted. | |
1861 (set-case-syntax-1): Function deleted. Callers changed. | |
1862 (set-case-syntax-delims): Don't check byte length of characters. | |
1863 | |
1864 * isearch.el (isearch-mode-map): Call set-char-table-range to bind | |
1865 characters to isearch-printing-char. | |
1866 | |
1867 * loadup.el: Don't load "international/utf-8". Don't call | |
1868 update-coding-systems-internal. Bind coding-system-for-write to | |
1869 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before | |
1870 dumping. | |
1871 | |
1872 * version.el (emacs-version): Set to "22.0.0". | |
1873 | |
1874 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjusted for the | |
1875 change of map-char-table. | |
1876 | |
1877 * eshell/esh-mode.el: Adjusted for the change of map-char-table. | |
1878 | |
1879 * international/characters.el: Adjusted for the deletion of | |
1880 generic characters. | |
1881 | |
1882 * international/code-pages.el (cp-make-translation-table, | |
1883 cp-valid-codes, cp-fix-safe-chars): Deleted. Caller changed. | |
1884 (cp-make-coding-system): Call define-coding-system. | |
1885 | |
1886 * international/fontset.el: Mostly re-written. | |
1887 | |
1888 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes): | |
1889 Call encode-char instead of split-char. | |
1890 | |
1891 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block): | |
1892 Value changed. | |
1893 (skkdic-lookup-key): Call encode-char instead of split-char. | |
1894 | |
1895 * international/titdic-cnv.el (titdic-convert): Bind | |
1896 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte | |
1897 buffer. | |
1898 | |
1899 * international/latin-1.el: Don't bind set-case-syntax-offset. | |
1900 | |
1901 * international/latin-2.el: Don't bind set-case-syntax-offset. | |
1902 | |
1903 * international/latin-3.el: Don't bind set-case-syntax-offset. | |
1904 | |
1905 * international/latin-4.el: Don't bind set-case-syntax-offset. | |
1906 | |
1907 * international/latin-5.el: Don't bind set-case-syntax-offset. | |
1908 | |
1909 * international/latin-8.el: Don't bind set-case-syntax-offset. | |
1910 | |
1911 * international/latin-9.el: Don't bind set-case-syntax-offset. | |
1912 | |
1913 * international/mule-cmds.el: Don't use coding category. Call | |
1914 set-coding-system-priority instead of set-coding-priority. | |
1915 (sort-coding-systems): Call coding-system-priority-list to get the | |
1916 most preferred one. | |
1917 (select-safe-coding-system): Likewise. | |
1918 (reset-language-environment): Order of coding system priority | |
1919 changed. Set primary charset to iso-8859-1. | |
1920 (set-language-environment-coding-systems): Call | |
1921 set-coding-system-priority instead of set-coding-priority. | |
1922 (get-charset-property, put-charset-property): Moved to mule.el. | |
1923 | |
1924 * international/mule-conf.el: Fully Re-written. | |
1925 | |
1926 * international/mule-diag.el (print-designation): Arguments | |
1927 changed. | |
1928 (print-iso-2022-flags): New function. | |
1929 (describe-coding-system): Adjusted for the new structure of coding | |
1930 system. | |
1931 (describe-current-coding-system): Likewise. | |
1932 | |
1933 * international/mule.el (char-valid-p): Make it an alias of | |
1934 characterp. | |
1935 (define-charset): Fully re-designed. | |
1936 (charset-quoted-standard-p): Deleted. | |
1937 (charsetp): Moved to charset.c. | |
1938 (charset-info, charset-id, charset-bytes, charset-width, | |
1939 charset-directioin, charset-iso-graphic-plane, | |
1940 charset-reverse-charset): Deleted. | |
1941 (charset-dimension, charset-chars, charset-iso-final-char, | |
1942 charset-description, charset-short-name, charset-long-name): Call | |
1943 charset-plist instead of charset-info. | |
1944 (charset-plist, set-charset-plist): Moved to charset.c. | |
1945 (get-charset-property, put-charset-property): Moved from | |
1946 mule-cmds.el. Call charset-plist and set-charset-plist. | |
1947 (make-char): Deleted. | |
1948 (generic-char-p): Make it always return nil. | |
1949 (decode-char, encode-char): Moved to charset.c. | |
1950 (coding-spec-XXX-idx): Variables deleted. | |
1951 (coding-system-iso-2022-flags): New variable. | |
1952 (define-coding-system): New function. | |
1953 (transform-make-coding-system-args, make-coding-system): Deleted. | |
1954 (set-coding-priority): Make it obsolete. | |
1955 (after-insert-file-set-buffer-file-coding-system): Adjusted for | |
1956 the new coding system structure. | |
1957 (find-new-buffer-file-coding-system): Likewise. | |
1958 | |
1959 * language/chinese.el, language/cyrillic.el, language/european.el, | |
1960 language/greek.el, language/hebrew.el, language/indian.el, | |
1961 language/japanese.el, language/korean.el, language/lao.el, | |
1962 language/thai.el, language/tibetan.el, language/vietnamese.el: | |
1963 Call define-coding-system instead of make-coding-system. All CCL | |
1964 program deleted. | |
1965 | |
1966 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead | |
1967 of make-char. | |
1968 (sgml-char-names-table): Iteration limit fixed. | |
1969 | |
1970 * term/mac-win.el: Deleted unnecessary calls of set-fontset-font. | |
1971 (ccl-encode-mac-roman-font): Deleted. | |
1972 | |
1973 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el, | |
1974 utf-8.el, and utf-8-subst.el as they can't be bytecompiled | |
1975 currently. This is just a temporary workaround. | |
1976 | |
1977 ;; Local Variables: | |
1978 ;; coding: iso-2022-7bit | |
1979 ;; End: | |
1980 | |
1981 Copyright (C) 2002 Free Software Foundation, Inc. | |
1982 Copying and distribution of this file, with or without modification, | |
1983 are permitted provided the copyright notice and this notice are preserved. | |
89911 | 1984 |
1985 ;;; arch-tag: d0d613db-0a9b-459c-a1c7-8a1722c771c1 |