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