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