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