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