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