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