comparison src/ChangeLog.unicode @ 90104:a01e7a9f1659

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14 Update unicode-branch version numbers and ChangeLog file names 2005-02-12 Miles Bader <miles@gnu.org> * etc/TODO, etc/PROBLEMS, etc/NEWS: Replace references to Emacs version "22" with "23". 2005-02-12 Miles Bader <miles@gnu.org> * lisp/version.el (emacs-version): Change to "23.0.0". * lisp/descr-text.el (describe-char-unidata-list): Replace references to Emacs version "22" with "23". * lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header) (byte-compile-insert-header): Likewise. * lisp/international/mule.el (charset-list, set-coding-priority) (ignore-relative-composition): Likewise. * lisp/international/mule-util.el (detect-coding-with-priority): Likewise. * lisp/international/mule-diag.el: Likewise. * lisp/international/mule-cmds.el (language-info-custom-alist): Likewise. * lisp/international/codepage.el (codepage-setup): Likewise. 2005-02-13 Miles Bader <miles@gnu.org> Rename unicode-branch-specific ChangeLog files to "ChangeLog.unicode" from "ChangeLog.22"
author Miles Bader <miles@gnu.org>
date Mon, 14 Feb 2005 03:40:07 +0000
parents
children 714b8cb2eadd
comparison
equal deleted inserted replaced
90103:3ebd9bdb4fe5 90104:a01e7a9f1659
1 2005-01-30 Kenichi Handa <handa@m17n.org>
2
3 * fontset.c (Fset_fontset_font): Check family element of a given
4 vector.
5
6 * Makefile.in (lisp): Include charprop.el.
7
8 2005-01-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9
10 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
11 Not sure if it's unnecessary.
12
13 2005-01-16 Steven Tamm <steventamm@mac.com>
14
15 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
16 some possibly unnecessary fontset checking code that crashed
17 when creating a new frame
18
19 2005-01-17 Kenichi Handa <handa@m17n.org>
20
21 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
22 lookup_face.
23
24 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
25
26 * fringe.c (draw_fringe_bitmap_1): Fix argument to
27 lookup_named_face.
28
29 2004-12-25 Kenichi Handa <handa@m17n.org>
30
31 * xdisp.c (get_next_display_element): Sync to the change in HEAD
32 on 2004-12-21.
33
34 2004-12-11 Kenichi Handa <handa@m17n.org>
35
36 * search.c: Sync to the change in HEAD on 2004-11-19, 20.
37
38 * w32console.c: Sync to the change in HEAD on 2004-12-01.
39
40 * coding.c: Cancel the change done in HEAD on 2004-11-30.
41 (coding_charset_list): New function.
42
43 * coding.h (coding_charset_list): Extern it.
44
45 * term.c: Sync to the change in HEAD on 2004-11-30.
46
47 2004-12-09 Kenichi Handa <handa@m17n.org>
48
49 * fontset.c (Fset_fontset_font): Call find_font_encoding with
50 concatenation of family and registry.
51
52 2004-12-06 Kenichi Handa <handa@m17n.org>
53
54 * character.h (BYTE8_STRING): Fix typo.
55
56 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
57 string to multibyte (sync to HEAD).
58
59 * casefiddle.c (casify_region): Handle changes in byte-length
60 using replace_range_2 (sync to HEAD).
61
62 2004-11-24 Andreas Schwab <schwab@suse.de>
63
64 * chartab.c (map_char_table): GCPRO table and arg.
65
66 2004-10-29 Kenichi Handa <handa@m17n.org>
67
68 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
69 already at limit.
70
71 2004-10-23 Kenichi Handa <handa@m17n.org>
72
73 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
74 instead of fast_c_string_match_ignore_case.
75 (find_font_encoding): Argument changed to Lisp_Object. Use
76 fast_string_match_ignore_case instead of
77 fast_c_string_match_ignore_case. Caller changed.
78
79 2004-10-15 Kenichi Handa <handa@m17n.org>
80
81 * xdisp.c (get_next_display_element): In unibyte case, decide to
82 display in octal form by checking a chacter by
83 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
84
85 * charset.c (Fset_unibyte_charset): Setup
86 unibyte_has_multibyte_table.
87
88 * character.c (unibyte_has_multibyte_table): New variable.
89
90 * character.h (unibyte_has_multibyte_table): Extern it.
91 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
92
93 2004-10-14 Kenichi Handa <handa@m17n.org>
94
95 * callproc.c (Fcall_process): Fix merging of 2004-10-13 change.
96
97 2004-10-13 Kenichi Handa <handa@m17n.org>
98
99 * coding.c (encode_coding_iso_2022): Fix handling of charset
100 annotation.
101
102 2004-10-12 Kenichi Handa <handa@m17n.org>
103
104 * coding.c (setup_coding_system): If coding_system is nil, use
105 Qundecided.
106 (Fterminal_coding_system): Return nil if terminal coding system is
107 `undecided'.
108 (syms_of_coding): Define coding-system `undecided' here. Setup
109 terminal_coding as `undecided'.
110
111 2004-10-04 Kenichi Handa <handa@m17n.org>
112
113 * xdisp.c (message_dolog, set_message_1): Call
114 unibyte_char_to_multibyte with arg type int.
115
116 * fileio.c (Fsubstitute_in_file_name): Fix previous change.
117
118 * lread.c (read1): Fix reading of a char-table.
119
120 * print.c (print_object): Include sub char-table in cicularities
121 detection.
122
123 2004-10-01 Kenichi Handa <handa@m17n.org>
124
125 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
126 cons. Append the found sequences in car of ARGS instead of
127 prepending.
128
129 2004-09-28 Kenichi Handa <handa@m17n.org>
130
131 * fileio.c (report_file_error): Make a unibyte string from
132 strerror (errorno).
133 (Fsubstitute_in_file_name): Fix the arg to
134 unibyte_char_to_multibyte. It is evaluated twice.
135
136 2004-09-19 Kenichi Handa <handa@m17n.org>
137
138 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
139
140 2004-09-14 Kenichi Handa <handa@m17n.org>
141
142 * coding.c (detect_coding): Fix previous change.
143
144 2004-09-13 Kenichi Handa <handa@m17n.org>
145
146 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
147 BOM is not found.
148 (detect_coding): Optimization for ISO-2022 when no 8-bit data is
149 found.
150 (detect_coding_system): Likewise.
151
152 2004-09-01 Jason Rumney <jasonr@gnu.org>
153
154 * w32fns.c (x_to_w32_font): Update to use new coding struct.
155
156 2004-08-17 Kenichi Handa <handa@m17n.org>
157
158 * charset.c (Fdeclare_equiv_charset): Fix handing of CHARS.
159 (Fiso_charset): Likewise.
160
161 2004-08-03 Steven Tamm <steventamm@mac.com>
162
163 * macterm.c (mac_encode_char): Add charset argument and update
164 to use encoding_type
165 (x_new_font,x_new_fontset): Merge in changes from xterm.c;
166 switch to pure fontset
167 (decode_mac_font_name): Temporarily remove decoding
168 (x_font_name_to_mac_font_name): Temporarily remove encoding
169 (x_load_font): Temporarily remove encoding
170
171 2004-06-30 Kenichi Handa <handa@m17n.org>
172
173 * xfaces.c (Fface_font): If frame is not on a window system,
174 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
175 refer to face->font.
176 (split_font_name_into_vector, build_font_name_from_vector)
177 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
178 whne HAVE_WINDOW_SYSTEM is defined.
179
180 2004-05-29 Kenichi Handa <handa@m17n.org>
181
182 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
183 (x_produce_glyphs): Fix setting of members of cmp in case
184 cmp->glyph_len is zero,
185
186 * fontset.c (Fset_fontset_font): Docstring fixed.
187 (Ffontset_info): Make it backward compatible. New arg ALL.
188
189 2004-05-11 Kim F. Storm <storm@cua.dk>
190
191 * process.c (read_process_output): Grow decoding_buf when needed;
192 this could cause a crash in allocate_string and compact_small_strings.
193
194 2004-04-29 Kenichi Handa <handa@m17n.org>
195
196 * fileio.c (WRITE_BUF_SIZE): This macro deleted.
197 (e_write): Fix previous change.
198
199 2004-04-28 Kenichi Handa <handa@m17n.org>
200
201 * coding.c (setup_coding_system): Set coding->common_flags
202 correctly for raw-text.
203 (consume_chars): On encoding unibyte text by raw-text, don't check
204 multibyte form.
205 (encode_coding): On encoding by raw-text, never use translation
206 tables.
207
208 * fileio.c (e_write): Short cut for the case of no encoding.
209
210 2004-04-20 Kenichi Handa <handa@m17n.org>
211
212 * coding.c (detect_coding): Delete unused variables.
213 (detect_coding_system): Likewise.
214
215 2004-04-18 Kenichi Handa <handa@m17n.org>
216
217 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
218 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
219
220 2004-04-14 Kenichi Handa <handa@m17n.org>
221
222 Sync all files to HEAD.
223
224 2004-04-14 Kenichi Handa <handa@m17n.org>
225
226 * coding.c (Ffind_coding_systems_region_internal): Include
227 raw-text and no-conversion in the result.
228
229 * fontset.h: Sync to HEAD.
230
231 * fontset.c: Sync to HEAD.
232
233 2004-04-14 Kenichi Handa <handa@m17n.org>
234
235 * fontset.c (find_font_encoding): Return `ascii' for unknown
236 encoding.
237 (load_font_get_repertory): Delete unnecessary check of ENCODING of
238 FONT_DEF.
239 (font_def_arg, add_arg, from_arg, to_arg): New args.
240 (set_fontset_font): Argument changed.
241 (Fset_fontset_font): Fix for the case that TARGET is a script
242 name and charset name.
243 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
244
245 2004-04-13 Kenichi Handa <handa@m17n.org>
246
247 * fontset.c (fontset_font): Renamed from fontset_face. Return
248 value changed.
249 (face_suitable_for_char_p): Adjusted for the change of
250 fontset_font.
251 (face_for_char): Likewise.
252 (make_fontset_for_ascii_face): Fix setting of the fontset element
253 for ASCII.
254 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
255 to get a font name.
256 (Ffontset_info): Adjusted for the change of fontset_font.
257
258 * composite.c: Sync to HEAD.
259
260 * search.c: Sync to HEAD.
261
262 * coding.c: Sync to HEAD.
263 (emacs_mule_char): Check invalid code more regidly.
264
265 * coding.h: Sync to HEAD.
266
267 * charset.c: Sync to HEAD.
268
269 * charset.h: Sync to HEAD.
270
271 * character.h (LEADING_CODE_LATIN_1_MIN)
272 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
273
274 2004-04-08 Kenichi Handa <handa@m17n.org>
275
276 * category.h: Sync to HEAD.
277
278 * category.c: Sync to HEAD.
279
280 * syntax.h: Sync to HEAD.
281
282 * syntax.c: Sync to HEAD.
283
284 * regex.h: Sync to HEAD.
285
286 * regex.c: Sync to HEAD.
287
288 2004-04-07 Kenichi Handa <handa@m17n.org>
289
290 * editfns.c: Sync to HEAD.
291 (check_translation): New function.
292 (Ftranslate_region_internal): Handle M:N mapping.
293
294 2004-04-06 Kenichi Handa <handa@m17n.org>
295
296 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
297
298 2004-03-30 Kenichi Handa <handa@m17n.org>
299
300 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
301 goto invalid_code.
302 (decode_coding_iso_2022): Fix handling of invalid designation.
303
304 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
305 after calling code_conversion_save.
306
307 2004-03-11 Kenichi Handa <handa@m17n.org>
308
309 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
310
311 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
312
313 * fontset.c: Include "intervals.h".
314 (fontset_face): Fix comparing of Lisp_Objects.
315 (free_face_fontset): Fix Lisp_Object/int mixup.
316 (new_fontset_from_font_name): Likewise.
317
318 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
319
320 * coding.c: Add many prototypes for static functions.
321 (get_translation_table): Allow max_lookup to be NULL.
322 (decode_coding): Call get_translation_table with max_lookup NULL.
323 (Ffind_coding_systems_region_internal): Likewise.
324 (Funencodable_char_position, Fcheck_coding_systems_region):
325 Likewise.
326
327 2004-03-11 Kenichi Handa <handa@m17n.org>
328
329 * coding.c (get_translation_table): Declare it as Lisp_Object.
330 (LOOKUP_TRANSLATION_TABLE): New macro.
331 (produce_chars): Use LOOKUP_TRANSLATION_TABLE instead of
332 CHAR_TABLE_REF.
333 (consume_chars): Likewise.
334
335 2004-03-11 Kenichi Handa <handa@m17n.org>
336
337 * coding.c (MAX_ANNOTATION_LENGTH): Adjusted for the change of
338 annotation data format.
339 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
340 Change arguments FROM and TO to single argument NCHARS. Caller
341 changed.
342 (decode_coding_utf_8): Pay attention to coding->charbuf_used.
343 (decode_coding_utf_16, decode_coding_emacs_mule)
344 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
345 (decode_coding_ccl, decode_coding_charset): Likewise.
346 (get_translation): New function.
347 (produce_chars): New arguments translation_table and last_block.
348 Translate characters here. Return number of carryover chars.
349 Caller changed.
350 (produce_composition): New argument pos. Caller changed.
351 Adjusted for the change of annotation data format.
352 (produce_charset, produce_annotation): Likewise.
353 (decode_coding, encode_coding): Don't call translate_chars.
354 (consume_chars): New arg translation_table. Caller changed.
355 (translate_chars): Deleted.
356 (syms_of_coding): Make translation-table's number of extra slots
357 2.
358
359 2004-03-09 Kenichi Handa <handa@m17n.org>
360
361 * search.c (simple_search): Fix setting this_pos_byte in backward
362 search.
363
364 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
365 byte sequence.
366 (detect_coding_ccl): Fix setting of the variable valids.
367
368 2004-03-04 Kenichi Handa <handa@m17n.org>
369
370 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
371
372 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
373
374 * editfns.c (Ftranslate_region_internal): Renamed from
375 Ftranslate_region. Accept a char-table in TABLE.
376 (syms_of_editfns): Defsubr Stranslate_region_internal.
377
378 * xfaces.c (set_lface_from_font_name): If a font is specified for
379 a frame, generate a fontset from the font.
380 (build_scalable_font_name): If the scalable font is requested for
381 a specific size, don't change that size.
382 (try_font_list): Try a scalable font also in the case that a
383 pattern string is specified,
384
385
386 2004-03-03 Kenichi Handa <handa@m17n.org>
387
388 * xfaces.c (Fface_font): New optional arg CHARACTER.
389
390 2004-02-17 Kenichi Handa <handa@m17n.org>
391
392 * charset.h (CHARSET_OFFSET): New macro.
393
394 2004-02-13 Kenichi Handa <handa@m17n.org>
395
396 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
397
398 * fontset.c (fontset_face): Handle the case that repertory is a
399 char-table.
400 (find_font_encoding): Return nil for unknown encoding.
401 (Fset_fontset_font): Ignore a font of unknown encoding.
402
403 2004-02-09 Kenichi Handa <handa@m17n.org>
404
405 * keymap.c (describe_vector): Handle default value of a char
406 table.
407
408 * fontset.c (fontset_face): Handle fallback fonts correctly.
409 (Ffontset_info): Return infomation about fallback fonts.
410
411 2004-02-06 Kenichi Handa <handa@m17n.org>
412
413 * fontset.c (FONTSET_DEFAULT): New macro.
414 (FONTSET_ADD): Handle the case that range is nil.
415 (fontset_add): Likewise.
416 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
417 the case that it is nil.
418 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
419 (syms_of_fontset): Set char-table-extra-slots property of fontset
420 to 9.
421
422 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
423 subset or superset.
424
425 2004-01-30 Kenichi Handa <handa@m17n.org>
426
427 * emacs.c (main): Call init_charset after syms_of_XXX.
428
429 * charset.c (Vcharset_map_directory): Deleted.
430 (Vcharset_map_path): New variable
431 (load_charset_map_from_file): Use Vcharset_map_path instead.
432 (init_charset): Initialize Vcharset_map_path.
433 (syms_of_charset): Delete declaration of "charset-map-directory",
434 add declaration of "charset-map-path".
435
436 2004-01-29 Kenichi Handa <handa@m17n.org>
437
438 * fns.c (string_char_to_byte): Optimize for ASCII only string.
439 (string_byte_to_char): Likewise.
440
441 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
442
443 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
444 (detect_coding): Treat '\0' as normal ASCII byte..
445 (detect_coding_system): Likewise.
446
447 2004-01-27 Kenichi Handa <handa@m17n.org>
448
449 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
450
451 * coding.c (QCmnemonic, QCdefalut_char)
452 (QCdecode_translation_table, QCencode_translation_table)
453 (QCpost_read_conversion, QCpre_write_conversion): New variables.
454 (get_translation_table): Return a list of translation tables if
455 necessary.
456 (decode_coding): Call get_translation_table with ENCODEP 0.
457 (char_encodable_p): If translation_table is non-nil, always call
458 translate_char.
459 (Fdefine_coding_system_internal): Accept list of translation
460 tables as :encode-translation-table and :decode-translation-table.
461 (Fcoding_system_put): New function.
462 (syms_of_coding): Declare new symbols. Defsubr
463 Scoding_system_put.
464 (decode_coding_sjis): Handle 4th charset (typically JISX0212).
465 (encode_coding_sjis): Likewise.
466
467 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
468 when the charset is superset type.
469
470 * character.c (translate_char): Accept list of translation tables.
471
472 2004-01-25 Kenichi Handa <handa@m17n.org>
473
474 * coding.h (enum coding_attr_index): New member
475 coding_attr_trans_tbl.
476 (CODING_ATTR_TRANS_TBL): New macro.
477
478 * coding.c (get_translation_table): New function.
479 (translate_chars): Fix the bug of skipping annotation data.
480 (decode_coding): Utilze get_translation_table.
481 (encode_coding): Likewise.
482 (char_encodable_p): Translate char if necessary.
483 (Funencodable_char_position): Likewise.
484 (Ffind_coding_systems_region_internal): Setup translation table
485 for encode in a coding system attribute vector in advance.
486 (Fcheck_coding_systems_region): Likewise.
487 (Fdefine_coding_system_internal): Allow a symbol as translation
488 table. For shift-jis type coding system, allow 4th charset.
489
490 2004-01-24 Kenichi Handa <handa@m17n.org>
491
492 * coding.c (decode_coding_sjis): Check the first byte rigidly.
493
494 * xdisp.c (get_next_display_element): Pass -1 as POS to
495 FACE_FOR_CHAR if displaying a C-string.
496
497 2004-01-23 Kenichi Handa <handa@m17n.org>
498
499 * composite.c (get_composition_id): Handle xoff and yoff in a
500 composition rule.
501
502 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
503 (struct composition): New member lbearing and rbearing.
504
505 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
506 (x_get_glyph_overhangs): Handle a composition glyph.
507 (x_produce_glyphs): Setup lbearing and rbreaing for a composition
508 glyph.
509
510 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
511 composition glyph.
512
513 2004-01-18 Kenichi Handa <handa@m17n.org>
514
515 * print.c: Include charset.h.
516 (Vprint_charset_text_property): New variable.
517 (Qdefault): Extern it.
518 (PRINT_STRING_NON_CHARSET_FOUND)
519 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
520 (print_check_string_result): New variable.
521 (print_check_string_charset_prop): New function.
522 (print_prune_charset_plist): New variable.
523 (print_prune_string_charset): New function.
524 (print_object): Call print_prune_string_charset if
525 Vprint_charset_text_property is not t.
526 (print_interval): Print nothing if itnerval->plist is nil.
527 (syms_of_print): Declare Vprint_charset_text_property as a lisp
528 variable. Init and staticpro print_prune_charset_plist.
529
530 2004-01-15 Kenichi Handa <handa@m17n.org>
531
532 * fontset.c (new_fontset_from_font_name): Use the specified font
533 for all characters in the new fontset.
534
535 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
536 OBJECT args.
537
538 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
539 OBJECT args for composition too.
540
541 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
542 OBJECT args.
543
544 2004-01-13 Kenichi Handa <handa@m17n.org>
545
546 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
547
548 * fontset.c (reorder_font_vector): Adjusted for the change of
549 FONT_DEF format.
550 (fontset_face): New arg id. Caller changed.
551 (face_for_char): New args pos and object.
552 (make_fontset_for_ascii_face): Adjusted for the change of FONT_DEF
553 format.n
554 (fs_query_fontset): Check NAME by Fassoc too.
555 (Fset_fontset_font): Allow non-XLFD font name.
556 (Ffontset_info): Adjusted for the change of FONT_DEF format.
557
558 * fontset.h (face_for_char): Prototype adjusted.
559
560 * xdisp.c (face_before_or_after_it_pos): Call FACE_FOR_CHAR with
561 POS and OBJECT args.
562 (get_next_display_element): Likewise.
563 (append_space): Likewise.
564 (extend_face_to_end_of_line): Likewise.
565 (get_char_face_and_encoding): Likewise.
566 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
567 (x_produce_glyphs): Likewise.
568
569 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
570 POS and OBJECT args.
571
572 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
573 POS and OBJECT args.
574
575 2004-01-03 Jason Rumney <jasonr@gnu.org>
576
577 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
578 of GlobalAlloc'ed memory.
579
580 2003-12-29 Kenichi Handa <handa@m17n.org>
581
582 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
583
584 * charset.h (charset_table_used): Delete extern.
585
586 * charset.c (charset_table_used): Make it static.
587 (map_charset_chars): Fix args to c_function with.
588
589 * chartab.c (map_sub_char_table_for_charset): Fix args to
590 c_function with.
591
592 * coding.h (enum coding_result_code): Delete
593 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
594
595 * coding.c (Qinsufficient_source, Qinconsistent_eol)
596 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New
597 variables.
598 (Vlast_code_conversion_error): New variables.
599 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
600 (ONE_MORE_BYTE): Record error if any instead of signaling an
601 error. If non-ASCII multibyte char is found, return the negative
602 value of the code. All callers changed to check it.
603 (ONE_MORE_BYTE_NO_CHECK): Likewise.
604 (record_conversion_result): New function. All codes setting
605 coding->result are changed to call this function.
606 (detect_coding_utf_8): Don't use the local variable incomplete.
607 (decode_coding_utf_8): Likewise.
608 (emacs_mule_char): Change the second arg to `const'.
609 (detect_coding_emacs_mule): Don't use the local variable
610 incomplete.
611 (detect_coding_sjis): Likewise.
612 (detect_coding_big5): Likewise.
613 (decode_coding): Fix of flushing out unprocessed data.
614 (make_conversion_work_buffer): Fix making of a work buffer.
615 (decode_coding_object): Return coding->dst_object;
616
617 * fontset.c (set_fontset_font): Fix args.
618
619 * lisp.h (CHARACTERBITS): Define as 22.
620
621 * process.c (send_process): Be sure to set coding->src_multibyte.
622
623 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
624
625 2003-12-02 Kenichi Handa <handa@m17n.org>
626
627 * xdisp.c (handle_auto_composed_prop): Give limit to
628 Fnext_single_char_property_change.
629
630 2003-12-02 Kenichi Handa <handa@m17n.org>
631
632 * coding.c (detect_coding): Fix previous change.
633 (detect_coding_system): Likewise.
634
635 2003-12-02 Kenichi Handa <handa@m17n.org>
636
637 * composite.c (syms_of_composite): Don't make the compostion hash
638 table week.
639
640 * fontset.c (Fset_fontset_font): Fix docstring.
641
642 * lisp.h (detect_coding_system): Adjust prototype.
643
644 * fileio.c (kill_workbuf_unwind): Delete this function.
645 (Finsert_file_contents): Adjust the call of detect_coding_system.
646 Get conversion_buffer by code_conversion_save. Use the macor
647 CODING_MAY_REQUIRE_DECODING. After decoding, update
648 coding_system.
649
650 * coding.h (make_conversion_work_buffer): Delete extern.
651 (code_conversion_save): Extern it.
652
653 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
654 (CODING_GET_INFO): Delete argument eol_type. Callers changed.
655 (decode_coding_utf_8): Don't do eol converion.
656 (detect_coding_utf_16): Check coding->src_chars, not
657 coding->src_bytes. Add heuristics for those that have no
658 signature.
659 (decode_coding_emacs_mule): Don't do eol converion.
660 (decode_coding_iso_2022): Likewise.
661 (decode_coding_sjis): Likewise.
662 (decode_coding_big5): Likewise.
663 (decode_coding_charset): Likewise.
664 (adjust_coding_eol_type): Return a new coding system.
665 (detect_coding): Don't detect eol. Fix for utf-16 detection.
666 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
667 each change.
668 (decode_coding): Pay attention to undo_list. Do eol convesion for
669 all types of coding-systems (if necessary).
670 (Vcode_conversion_work_buf_list): Delete it.
671 (Vcode_conversion_reused_workbuf): Renamed from
672 Vcode_conversion_reused_work_buf.
673 (Vcode_conversion_workbuf_name): New variable.
674 (reused_workbuf_in_use): New variable.
675 (make_conversion_work_buffer): Delete the arg DEPTH.
676 (code_conversion_restore): Argument changed to cons.
677 (code_conversion_save): Delete the argument BUFFER. Callers
678 changed.
679 (detect_coding_system): New argument src_chars. Callers changed.
680 Fix for utf-16 detection.
681 (init_coding_once): Don't use ISO_carriage_return.
682 (syms_of_coding): Initialized Vcode_conversion_workbuf_name and
683 reused_workbuf_in_use.
684
685 2003-11-24 Kenichi Handa <handa@m17n.org>
686
687 * keymap.c (store_in_keymap): Pay attention to the case that idx
688 is a cons specifying a character range.
689
690 * coding.c (Fdefine_coding_system_internal): Fix previous change.
691
692 2003-11-23 Kenichi Handa <handa@m17n.org>
693
694 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
695 HANDLED_RECOMPUTE_PROPS.
696
697 * coding.c (Fdefine_coding_system_internal): Fix checking of
698 ascii compatibility.
699
700 2003-11-22 Kenichi Handa <handa@m17n.org>
701
702 * charset.c (find_charsets_in_text): Delete unused locale
703 variable.
704 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
705
706 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
707 Resync charset_list to Vemacs_mule_charset_list.
708
709 * keymap.c (store_in_keymap): Pay attention to the case that idx
710 is a cons specifying a character range.
711
712 2003-11-18 Kenichi Handa <handa@m17n.org>
713
714 * composite.c (update_compositions): Bind inhibit-read-only, etc
715 to t before calling remove-list-of-text-properties.
716
717 * print.c (print_object): Always print ASCII chars as is.
718
719 2003-11-17 Kenichi Handa <handa@m17n.org>
720
721 * keymap.c (Fdefine_key): Fix handling of Lucid style event type
722 list.
723
724 * fns.c (Fmapconcat): Signal an error if SEQUENCE is a char table.
725 (Fmapcar): Likewise.
726 (Fmapc): Likewise.
727
728 2003-11-15 Kenichi Handa <handa@m17n.org>
729
730 * syntax.c (skip_chars): Be sure to alloca char_ranges when
731 necessary.
732
733 2003-11-14 Kenichi Handa <handa@m17n.org>
734
735 * xfaces.c (set_lface_from_font_name): Fix for the case that
736 FONTNAME is not fontset name.
737
738 2003-11-13 Kenichi Handa <handa@m17n.org>
739
740 * fns.c (base64_encode_1): Fix previous change.
741
742 2003-11-08 Kenichi Handa <handa@m17n.org>
743
744 * fontset.c (set_fontset_font): New function.
745 (Fset_fontset_font): If a font is specified for a charset, use
746 map_charset_chars to store the font spec in a fontset.
747
748 2003-10-29 Kenichi Handa <handa@m17n.org>
749
750 * fontset.c (fontset_face): Create a fallback fontset on demand
751 (make_fontset): Don't create a fallback fontset here.
752 (free_face_fontset): Free a fallback fontset (if any) too.
753 (n_auto_fontsets): Delete this variable.
754 (auto_fontset_alist): New variable.
755 (new_fontset_from_font_name): Check auto_fontset_alist.
756 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
757 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
758 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
759 Defsubr Sfontset_list_all.
760
761 2003-10-24 Kenichi Handa <handa@m17n.org>
762
763 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
764
765 2003-10-23 Kenichi Handa <handa@m17n.org>
766
767 * fontset.c (Fnew_fontset): Check NAME more rigidly.
768
769 2003-10-17 Kenichi Handa <handa@m17n.org>
770
771 * editfns.c (Fgoto_char): Fix docstring.
772
773 2003-10-16 Kenichi Handa <handa@m17n.org>
774
775 * insdel.c (insert_from_gap): Adjust intervals correctly.
776
777 2003-10-12 Jason Rumney <jasonr@gnu.org>
778
779 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
780 (pfnGetFontUnicodeRanges): New dynamically loaded function.
781 (w32_initialize): Try to load it.
782 (x_get_font_repertory): Use it if available.
783 (w32_encode_char): Add shortcut for unicode output.
784
785 * w32fns.c (w32_load_system_font): Default charset to -1.
786 (x_to_w32_charset): Match all fonts for unicode.
787 (w32_to_x_charset): New parameter matching. Don't return partial
788 or wildcard charsets.
789 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
790 (w32_codepage_for_font): Return CP_UNICODE for unicode.
791 (w32_to_x_font): Match charset to real charset.
792 (enum_font_cb2): Always list unicode versions.
793
794 * makefile.w32-in (temacs): Increase EMHEAP.
795
796 2003-10-11 Jason Rumney <jasonr@gnu.org>
797
798 * w32term.c (w32_encode_char): New charset parameter.
799 font_info.encoding becomes encoding_type.
800 (x_get_font_repertory): New function. Warning: stub only!
801 (x_new_font): Return quickly if font already set.
802 (x_new_fontset): fontsetname parameter is Lisp_Object.
803 Use new fs_query_fontset. Try new_fontset_from_font_name. Use
804 fontset_name for return value.
805
806 * w32term.h: Declare x_get_font_repertory.
807
808 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
809 place of find_charset_in_text. Use encode_coding_object in place
810 of encode_coding.
811 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
812 decode_coding.
813
814 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
815 of x_new_fontset.
816 (w32_load_system_font): Initialize charset as unicode.
817 font_info.encoding becomes encoding_type.
818 (w32_to_x_font): Use decode_coding_c_string in place of
819 decode_coding.
820 (x_to_w32_font): Use encode_coding_object in place of
821 encode_coding.
822 (syms_of_w32fns): Set get_font_repertory_func.
823
824 * w32console.c: Include character.h. Use terminal_encode_buffer
825 from term.c.
826 (write_glyphs): Use new version of encode_terminal_code. Use
827 encode_coding_object in place of encode_coding.
828
829 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
830 encoding becomes encoding_type.
831
832 * term.c (terminal_encode_buffer): Make externally visible.
833
834 * makefile.w32-in: Add character.h dependancies.
835 (character.o, chartab.o): New targets.
836
837 2003-10-10 Kenichi Handa <handa@m17n.org>
838
839 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
840 CODING_ID_EOL_TYPE..
841
842 2003-10-07 Andreas Schwab <schwab@suse.de>
843
844 * coding.c (produce_chars): Revert last change.
845
846 2003-10-06 Kenichi Handa <handa@m17n.org>
847
848 * charset.h (charset_unicode): Extern it.
849
850 * charset.c (string_xstring_p): Check by (C >= 0x100).
851 (find_charsets_in_text): Format of the arc CHARSETS changed. New
852 arg MULTIBYTE.
853 (Ffind_charset_region, Ffind_charset_string): Adjusted for the
854 change of find_charsets_in_text.
855 (Fsplit_char): Fix doc. Never return unknown.
856
857 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
858
859 * coding.c (Fdefine_coding_system_alias): Update
860 Vcoding_system_list.
861
862 * fontset.c (load_font_get_repertory): Pay attention to the case
863 that ENCODING of a font is specified by a char-table.
864
865 * xterm.c (x_get_font_repertory): Handle the case that the
866 encoding of font is other than Unicode.
867
868 2003-10-02 Kenichi Handa <handa@m17n.org>
869
870 * term.c (encode_terminal_code): Don't handle glyph-table. Check
871 if a character is encodable by the terminal coding system. If
872 not, produces proper number of `?'s. Update
873 terminal_encode_buffer and terminal_encode_buf_size if necessary.
874 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
875
876 2003-10-01 Kenichi Handa <handa@m17n.org>
877
878 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
879 variables.
880 (encode_terminal_code): Argument changed. Encode multiple
881 characters at once. Store the result of encoding in
882 terminal_encode_buffer.
883 (write_glyphs): Adjusted for the change of encode_terminal_code.
884 (insert_glyphs): Likewise.
885 (term_init): Initialize terminal_encode_buffer and
886 terminal_encode_buf_size.
887
888 * coding.c (consume_chars): If coding->src_object is nil, don't
889 check annotation.
890
891 2003-09-30 Kenichi Handa <handa@m17n.org>
892
893 * character.c (char_string): Use ASCII_CHAR_P instead of
894 SINGLE_BYTE_CHAR_P.
895
896 2003-09-30 Kenichi Handa <handa@m17n.org>
897
898 * xdisp.c (handle_auto_composed_prop): Check if the last
899 characters of auto-composed region is newly composed with the
900 following characters.
901 (handle_composition_prop): Fix checking of point being inside
902 composition.
903
904 2003-09-26 Kenichi Handa <handa@m17n.org>
905
906 * fns.c (concat): Don't change multibyteness of the result by
907 concatenating an 8-bit character.
908
909 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
910 multibyteness of the result when newelt is an 8-bit character.
911
912 2003-09-29 Dave Love <fx@gnu.org>
913
914 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
915 EMACS_INT.
916
917 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
918
919 * xfaces.c (face_numeric_value): Declare dim size_t.
920 (Finternal_lisp_face_equal_p): Remove unused f.
921
922 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
923 (MATRIX_ROW): Remove unused vars.
924 (draw_glyphs, x_insert_glyphs, fast_find_position)
925 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
926 byte/char counts.
927
928 * regex.c (regex_compile): Remove unused var.
929
930 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
931
932 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
933 (Faccessible_keymaps, where_is_internal): Remove unused vars.
934
935 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
936
937 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
938
939 * fileio.c (Fwrite_region): Remove unused var.
940
941 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
942 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
943
944 * composite.c (Fremove_list_of_text_properties): Declare.
945
946 * coding.c (inhibit_pre_post_conversion): Removed (unused).
947 (alloc_destination, produce_chars): Use EMACS_INT for byte/char
948 counts.
949 (coding_inherit_eol_type): Remove unused attrs.
950 (detect_coding): Cast arg of detect_eol.
951
952 * charset.c (syms_of_charset): Remove unused var p.
953 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
954 byte/char counts.
955
956 * casetab.c (set_case_table): Remove unused var.
957
958 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
959 unsued vars.
960
961 >>>>>>> 1.1.2.8
962 2003-09-26 Dave Love <fx@gnu.org>
963
964 * xterm.c (x_bitmap_mask): Declare.
965
966 2003-09-17 Dave Love <fx@gnu.org>
967
968 * xterm.c (x_term_init): Fix type error.
969
970 * lisp.h: Add Funibyte_char_to_multibyte.
971
972 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
973 (Fset_coding_system_priority): Doc fix.
974
975 * alloc.c: Sync with HEAD version.
976
977 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
978
979 * indent.c (check_composition): Make start and end EMACS_INT.
980
981 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
982
983 * xdisp.c (handle_composition_prop, check_point_in_composition):
984 Make buffer positions EMACS_INT.
985
986 * composite.c (find_composition, run_composition_function)
987 (update_compositions, Ffind_composition_internal): Make buffer
988 positions EMACS_INT.
989
990 * composite.h (find_composition, update_compositions): Make
991 position args EMACS_INT.
992
993 * keyboard.c (adjust_point_for_property): Make beg and end
994 EMACS_INT.
995
996 * intervals.c (get_property_and_range)
997 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
998
999 * unexalpha.c: Don't include varargs.h.
1000
1001 2003-09-16 Dave Love <fx@gnu.org>
1002
1003 * coding.h (ENCODE_UTF_8): New.
1004
1005 * Makefile.in (gtkutil.o): Depend on coding.h.
1006
1007 * coding.c (Fset_coding_system_priority): Doc fix.
1008
1009 2003-09-16 Kenichi Handa <handa@m17n.org>
1010
1011 * fileio.c (Finsert_file_contents): Call setup_coding_system in
1012 the case of auto saving.
1013
1014 2003-09-10 Andreas Schwab <schwab@suse.de>
1015
1016 * chartab.c (map_char_table): Protect `range' from GC.
1017 (map_char_table_for_charset): Likewise.
1018
1019 2003-07-09 Kenichi Handa <handa@m17n.org>
1020
1021 * coding.c (decode_coding_sjis): Check bytes more rigidly.
1022
1023 2003-06-26 Kenichi Handa <handa@m17n.org>
1024
1025 * fileio.c (choose_write_coding_system): Return a decided coding
1026 system.
1027 (Fwrite_region): Set Vlast_coding_system_used to the return value
1028 of choose_write_coding_system.
1029
1030 2003-06-06 Kenichi Handa <handa@m17n.org>
1031
1032 * charset.c (Fset_charset_priority): Pay attention to duplicated
1033 arguments.
1034
1035 * coding.c (QCcategory): New variable.
1036 (syms_of_coding): Defsym it. Set all elements of
1037 Vcoding_category_table and their symbol values.
1038 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
1039 coding-category-XXX, and coding-category-list.
1040 (Fdefine_coding_system_internal): Add category in the plist.
1041
1042 2003-06-05 Kenichi Handa <handa@m17n.org>
1043
1044 * callproc.c (Fcall_process): Handle carryover correctly.
1045
1046 * coding.c (decode_coding_iso_2022): Fix handling of invalid
1047 bytes.
1048 (raw_text_coding_system): Check NILP (coding_system).
1049 (coding_inherit_eol_type): Check NILP (coding_system) and
1050 NILP (parent).
1051 (consume_chars): Fix for the case of raw-text.
1052
1053 * process.c (read_process_output): Handle carryover correctly.
1054
1055 2003-06-02 Dave Love <fx@gnu.org>
1056
1057 * regex.c (re_search_2): Fix last change.
1058
1059 2003-05-30 Kenichi Handa <handa@m17n.org>
1060
1061 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
1062 target_multibyte. Even in a unibyte case, return a converted
1063 multibyte char.
1064 (GET_CHAR_AFTER): New macro.
1065 (PATFETCH): Translate via multibyte char.
1066 (HANDLE_UNIBYTE_RANGE): Delete this macro.
1067 (SETUP_MULTIBYTE_RANGE): New macro.
1068 (regex_compile): Setup compiled code so that its multibyteness
1069 matches that of a target. Fix the handling of "[X-YZ]" using
1070 SETUP_MULTIBYTE_RANGE.
1071 (analyse_first) <charset>: For filling fastmap for all multibyte
1072 characters, don't check by BASE_LEADING_CODE_P.
1073 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
1074 the same as RE_MULTIBYTE_P (bufp) now.
1075 (mutually_exclusive_p): Check by (! multibyte ||
1076 IS_REAL_ASCII (c)).
1077 (TARGET_CHAR_AND_LENGTH): Delete this macro.
1078 (TRANSLATE_VIA_MULTIBYTE): New macro.
1079 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
1080 It is the same as RE_MULTIBYTE_P (bufp) now.
1081 <exactn>: Translate via multibyte.
1082 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
1083 translate it.
1084 <charset, charset_not>: Fetch a character by
1085 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
1086 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
1087 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
1088 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
1089 by GET_CHAR_AFTER.
1090 (bcmp_translate): Likewise.
1091
1092 * search.c (compile_pattern): Check the member target_multibyte,
1093 not the member multibyte of buf.
1094
1095 * lread.c (read1): While reading a string, set force_singlebyte
1096 and force_multibyte correctly.
1097
1098 * charset.c (Fset_unibyte_charset): Fix setting up of
1099 unibyte_to_multibyte_table.
1100 (init_charset_once): Likewise.
1101
1102 2003-05-29 Kenichi Handa <handa@m17n.org>
1103
1104 * coding.c (setup_coding_system): If coding has
1105 post-read-conversion or pre-write-conversion, set
1106 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
1107 respectively.
1108 (decode_coding_gap): Run post-read-conversion if any.
1109
1110 * fileio.c (Finsert_file_contents): Even if we read into a
1111 unibyte buffer, check if we must decode the result or not.
1112
1113 2003-05-29 Kenichi Handa <handa@m17n.org>
1114
1115 * coding.c (make_conversion_work_buffer): Change the work buffer
1116 name to the same one as that of Emacs 21.
1117
1118 2003-05-28 Kenichi Handa <handa@m17n.org>
1119
1120 * coding.h (make_conversion_work_buffer): Prototype adjusted.
1121 (code_conversion_restore): Don't extern it.
1122
1123 * coding.c (detected_mask): Delete unused variable.
1124 (decode_coding_iso_2022): Pay attention to the byte sequence of
1125 CTEXT extended segment, and retain those bytes as is.
1126 (decode_coding_ccl): Delete unused variable `valids'.
1127 (setup_coding_system): Delete unused variable `category'.
1128 (consume_chars): Delete unused variable `category'. Make it work
1129 for non-multibyte case.
1130 (make_conversion_work_buffer): Argument changed.
1131 (saved_coding): Delete unused variable.
1132 (code_conversion_restore): Don't check saved_coding->destination.
1133 (code_conversion_save): New function.
1134 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
1135 instead of record_unwind_protect.
1136 (decode_coding_object, encode_coding_object): Likewise. Recover
1137 PT.
1138 (detect_coding_system): Delete unused variable `mask'.
1139 (Fdefine_coding_system_internal): Delete unsed vaiable id;
1140
1141 * fileio.c (kill_workbuf_unwind): New function.
1142 (Finsert_file_contents): On replacing, call
1143 make_conversion_work_buffer with correct args, and call
1144 record_unwind_protect with the first arg kill_workbuf_unwind.
1145
1146 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
1147
1148 2003-05-20 Kenichi Handa <handa@m17n.org>
1149
1150 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not
1151 FONTSET_NAME.
1152 (fontset_add): Fix for the case that TO is less than TO1.
1153 (Ffontset_info): Don't use fallback fontset on checking the
1154 default fontset.
1155 (dump_fontset): New function for debugging.
1156
1157 * coding.c (Fdefine_coding_system_internal): Fix for the case that
1158 coding_type is Qcharset.
1159
1160 2003-05-07 Kenichi Handa <handa@m17n.org>
1161
1162 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
1163 (map_char_table): Don't inherit the value from the parent on
1164 initializing VAL. Adjusted for the above change.
1165
1166 2003-05-06 Kenichi Handa <handa@m17n.org>
1167
1168 * coding.c (Qsignature, Qendian): Delete these variables.
1169 (syms_of_coding): Don't initialize them.
1170 (CATEGORY_MASK_UTF_16_AUTO): New macro.
1171 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
1172 detect_info->found.
1173 (decode_coding_utf_16): Don't detect BOM here.
1174 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
1175 is NOT utf_16_without_bom.
1176 (setup_coding_system): For a coding system of type utf-16, check
1177 if the attribute :endian is Qbig or not (not nil or not), and set
1178 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
1179 (detect_coding): If coding type is utf-16 and BOM detection is
1180 required, detect it.
1181 (Fdefine_coding_system_internal): For a coding system of type
1182 utf-16, check if the attribute :endian is Qbig or not (not nil or
1183 not).
1184
1185 2003-05-06 Kenichi Handa <handa@m17n.org>
1186
1187 * coding.c (coding_set_source): Fix for the case that the current
1188 buffer is different from coding->src_object.
1189 (decode_coding_object): Don't use the conversion work buffer if
1190 DST_OBJECT is a buffer.
1191
1192 2003-05-04 Dave Love <fx@gnu.org>
1193
1194 * lread.c (read_emacs_mule_char) [len==2]: Index
1195 emacs_mule_charset correctly.
1196
1197 2003-02-16 Dave Love <fx@gnu.org>
1198
1199 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
1200 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
1201 (Fdecode_big5_char, Fencode_big5_char): Deleted. (Big5 no longer
1202 treated specially.)
1203 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
1204 (detected_mask): Remove Big5 bits.
1205
1206 2003-04-09 Kenichi Handa <handa@m17n.org>
1207
1208 The following changes are to make the font rescaling facility
1209 compatible with Emacs 21.
1210
1211 * xfaces.c (Vface_font_rescale_alist): Renamed from
1212 Vface_resizing_fonts.
1213 (struct font_name): Rename member resizing_ratio to rescale_ratio.
1214 (font_rescale_ratio): Renamed from font_resizing_ratio.
1215 (split_font_name): Set font->rescale_ratio.
1216 (better_font_p): Pay attention to font->rescale_ratio.
1217 (build_scalable_font_name): Likewise. Change RESX, and RESY
1218 fields.
1219 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp
1220 variable.
1221
1222 2003-03-28 Kenichi Handa <handa@m17n.org>
1223
1224 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
1225 (Qutf_16_le): Remove these variables.
1226 (syms_of_coding): Don't DEFSYM them.
1227 (decode_coding_utf_16): Fix handling of BOM.
1228 (encode_coding_utf_16): Fix handling of BOM.
1229
1230 2003-03-14 Kenichi Handa <handa@m17n.org>
1231
1232 * fileio.c (Finsert_file_contents): On replacing, before decoding
1233 the file into the work buffer, set point of the work buffer to the
1234 end.
1235
1236 2003-02-13 Dave Love <fx@gnu.org>
1237
1238 * coding.c (Fcheck_coding_systems_region): Fix type errors.
1239
1240 2003-02-04 Dave Love <fx@gnu.org>
1241
1242 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
1243 and fix C types.
1244
1245 2003-01-31 Kenichi Handa <handa@m17n.org>
1246
1247 * xdisp.c (SKIP_GLYPHS): New macro.
1248 (set_cursor_from_row): Pay attention to string display properties.
1249
1250 * category.c (copy_category_entry): Fix for the case that RANGE
1251 is an integer.
1252
1253 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
1254
1255 * w32term.c (w32_encode_char): Call ccl_driver with the last arg
1256 Qnil.
1257
1258 2003-01-30 Kenichi Handa <handa@m17n.org>
1259
1260 * charset.c (Fcharset_id_internal): New function.
1261 (syms_of_charset): Defsubr it.
1262
1263 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
1264 with the last arg charset_list acquired from coding.
1265 (Fdefine_coding_system_internal): For ccl-based coding system, fix
1266 the attribute coding_attr_ccl_valids.
1267
1268 * coding.h (enum define_coding_ccl_arg_index): Set the first
1269 member coding_arg_ccl_decoder to coding_arg_max.
1270
1271 * ccl.h (ccl_driver): Prototype adjusted.
1272
1273 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
1274 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
1275 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
1276 (Fccl_execute): Call ccl_driver with the last arg Qnil.
1277 (Fccl_execute_on_string): Likewise.
1278
1279 2003-01-11 Kenichi Handa <handa@m17n.org>
1280
1281 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
1282 call encode_char.
1283
1284 * charset.c (encode_char): Fix handling of methods SUBSET and
1285 SUPERSET.
1286
1287 * xterm.c (x_new_fontset): Fix previous change.
1288
1289 2003-01-10 Dave Love <fx@gnu.org>
1290
1291 * composite.c (syms_of_composite): Make composition_hash_table
1292 weak.
1293
1294 2003-01-10 Kenichi Handa <handa@m17n.org>
1295
1296 * dispextern.h (check_face_attributes, generate_ascii_font_name)
1297 (font_name_registry): Don't extern them.
1298 (split_font_name_into_vector, build_font_name_from_vector): Extern
1299 them.
1300
1301 * fontset.h (Qfontset): Don't extern it.
1302 (new_fontset_from_font_name): Extern it.
1303
1304 * fontset.c: Give 8 extra slots to fontset objects.
1305 (Qfontset_info): New variable.
1306 (syms_of_fontset): Defsym it.
1307 (FONTSET_FALLBACK): New macro.
1308 (fontset_face): Try also the default fontset.
1309 (make_fontset): Realize a fallback fontset from the default
1310 fontset.
1311 (generate_ascii_font_name): Moved from xfaces.c. Rewritten by
1312 using split_font_name_into_vector and build_font_name_from_vector.
1313 (Fset_fontset_font): Access the elements of font_spec by enum
1314 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
1315 name by using split_font_name_into_vector.
1316 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
1317 generate a proper font name from the fontset name. Update
1318 Vfontset_alias_alist.
1319 (n_auto_fontsets): New variable.
1320 (new_fontset_from_font_name): New function.
1321 (Ffont_info): Store the information about fonts generated from the
1322 default fontset in the first extra slot of the returned
1323 char-table.
1324
1325 * xfaces.c (generate_ascii_font_name): Moved to fontset.c.
1326 (font_name_registry): Function deleted.
1327 (split_font_name_into_vector): New function.
1328 (build_font_name_from_vector): New function.
1329 (font_list): The argument REGISTRY is now a list of registry
1330 names.
1331 (choose_face_font): If we are choosing an ASCII font, and ATTRS
1332 specifies an explicit font name, return the name as is. Make a
1333 list of registy names.
1334
1335 * xfns.c (x_set_font, x_create_tip_frame): Adjusted to the change
1336 of x_new_fontset.
1337 (Fx_create_frame): Don't call x_new_fontset here. Just use
1338 x_list_fonts to check the existence of fonts.
1339
1340 * xterm.h (x_new_fontset): Prototype adjusted.
1341
1342 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
1343 string. Use new_fontset_from_font_name to create a fontset from a
1344 font name.
1345
1346 2003-01-07 Dave Love <fx@gnu.org>
1347
1348 * Makefile.in: Fix some dependencies.
1349
1350 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
1351 set it to nil before returning.
1352
1353 * composite.c (update_compositions): Fix type error.
1354
1355 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
1356
1357 2003-01-07 Kenichi Handa <handa@m17n.org>
1358
1359 * xterm.c (x_new_font): Optimize for the case that the font is
1360 already set for the frame.
1361
1362 2003-01-06 Kenichi Handa <handa@m17n.org>
1363
1364 * chartab.c (char_table_ascii): Check if the char table contents
1365 is sub-char-table or not.
1366 (char_table_set): Fix argument to char_table_ascii.
1367 (char_table_set_range): Likewise.
1368
1369 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
1370 (detect_coding_utf_8, detect_coding_utf_16)
1371 (detect_coding_emacs_mule, detect_coding_iso_2022)
1372 (detect_coding_sjis, detect_coding_big5)
1373 (detect_coding_ccl, detect_coding_charset): Change argument MASK
1374 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
1375 sequence is valid in this coding system. Callers changed.
1376 (MAX_ANNOTATION_LENGTH): New macro.
1377 (ADD_ANNOTATION_DATA): New macro.
1378 (ADD_COMPOSITION_DATA): Argument changed. Callers changed. Call
1379 ADD_ANNOTATION_DATA. The format of annotation data changed.
1380 (ADD_CHARSET_DATA): New macro.
1381 (emacs_mule_char): New argument ID. Callers changed.
1382 (decode_coding_emacs_mule, decode_coding_iso_2022)
1383 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
1384 Produce charset annotation data in coding->charbuf.
1385 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
1386 to charset annotation data in coding->charbuf.
1387 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
1388 coding->common_flags if the coding system is iso-2022 based and
1389 uses designation.
1390 (produce_composition): Adjusted for the new annotation data
1391 format.
1392 (produce_charset): New function.
1393 (produce_annotation): Handle charset annotation.
1394 (handle_composition_annotation, handle_charset_annotation): New
1395 functions.
1396 (consume_chars): Handle charset annotation. Utilize the above two
1397 functions.
1398 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
1399 buffer, get the deleted text as a string and set
1400 coding->src_object to that string.
1401 (detect_coding, detect_coding_system): Use the new struct
1402 coding_detection_info.
1403
1404 * coding.h (struct coding_detection_info): New structure.
1405 (struct coding_system): Prototype of the member `detector'
1406 adjusted.
1407 (CODING_ANNOTATE_CHARSET_MASK): New macro.
1408
1409 2003-01-06 Kenichi Handa <handa@m17n.org>
1410
1411 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
1412
1413 2003-01-03 Dave Love <fx@gnu.org>
1414
1415 * keymap.c (apropos_predicate, apropos_accumulate): Declare
1416 static.
1417 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
1418 to new local and nullify apropos_accumulate before returning.
1419 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
1420
1421 2002-12-05 Kenichi Handa <handa@m17n.org>
1422
1423 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
1424 correctly.
1425
1426 2002-11-26 Dave Love <fx@gnu.org>
1427
1428 * fns.c (Flanginfo): Call synchronize_system_time_locale.
1429
1430 2002-11-07 Kenichi Handa <handa@m17n.org>
1431
1432 The following changes are to make character composition happen
1433 automatically on displaying.
1434
1435 * Makefile.in (lisp, shortlisp): Add composite.elc
1436
1437 * composite.h (Qauto_composed, Vauto_composition_function,
1438 Qauto_composition_function): Extern them.
1439
1440 * composite.c (Vcomposition_function_table,
1441 Qcomposition_function_table): Delete variables.
1442 (Qauto_composed, Vauto_composition_function,
1443 Qauto_composition_function): New variables.
1444 (run_composition_function): Don't call
1445 compose-chars-after-function.
1446 (update_compositions): Clear `auto-composed' text property.
1447 (compose_chars_in_text): Delete this function.
1448 (syms_of_composite): Staticpro Qauto_composed and
1449 Qauto_composition_function. Declare Vauto_composition_function as
1450 a Lisp variable.
1451
1452 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
1453
1454 * xdisp.c (it_props): Add an entry for Qauto_composed.
1455 (handle_auto_composed_prop): New function.
1456
1457 * xselect.c (selection_data_to_lisp_data): Don't call
1458 compose_chars_in_text.
1459
1460 2002-11-06 Dave Love <fx@gnu.org>
1461
1462 * keyboard.c (read_char): Modify checking around use of
1463 Vkeyboard_translate_table.
1464
1465 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
1466 and fix C types.
1467
1468 2002-11-06 Kenichi Handa <handa@m17n.org>
1469
1470 * coding.c (decode_coding_utf_8): When eol_type is Qdos, handle
1471 the case that the last byte is '\r' correctly.
1472 (decode_coding_emacs_mule): Likewise.
1473 (decode_coding_iso_2022): Likewise.
1474 (decode_coding_sjis): Likewise.
1475 (decode_coding_big5): Likewise.
1476 (decode_coding_charset): Likewise.
1477 (produce_chars): Likewise.
1478 (decode_coding): Flushing out the unprocessed data correctly.
1479 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of
1480 coding->mode.
1481
1482 2002-10-31 Dave Love <fx@gnu.org>
1483
1484 * xterm.c (XTread_socket): Fix changes for defined keysyms. Add
1485 XK_ISO... case.
1486 (xaw_scroll_callback): Revert last change.
1487
1488 2002-10-30 Kenichi Handa <handa@m17n.org>
1489
1490 * charset.c (Fset_charset_priority): Update
1491 Viso_2022_charset_list.
1492
1493 2002-10-29 Kenichi Handa <handa@m17n.org>
1494
1495 * xfaces.c (Vface_resizing_fonts): New variable.
1496 (struct font_name): New member `resizing_ratio'.
1497 (font_resizing_ratio): New function.
1498 (split_font_name): Set font->resizing_ratio.
1499 (better_font_p): Pay attention to font->resizing_ratio.
1500 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
1501 RESX, and RESY fields.
1502 (try_alternative_families): Try scalable fonts if
1503 Vscalable_fonts_allowed is not Qt.
1504 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
1505
1506 2002-10-29 Dave Love <fx@gnu.org>
1507
1508 * xterm.c (xaw_scroll_callback): Cast correctly.
1509
1510 2002-10-28 Dave Love <fx@gnu.org>
1511
1512 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
1513 (lispy_kana_keys): Comment out.
1514 (make_lispy_event) [XK_kana_A]: Comment out.
1515
1516 * xterm.c (xaw_scroll_callback): Cast call_data.
1517 (XTread_socket): Deal with ASCII keysyms.
1518 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
1519
1520 2002-10-27 Dave Love <fx@gnu.org>
1521
1522 * xterm.c (Vx_keysym_table): New.
1523 (syms_of_xterm): Initialize it.
1524 (XTread_socket): Use it.
1525 From head: Eliminate incorrect optimization that tried to avoid
1526 decoding the output of X*LookupString.
1527 (x_get_font_repertory): Delete charset declaration.
1528
1529 2002-10-16 Kenichi Handa <handa@m17n.org>
1530
1531 * coding.c (detect_coding): Fix previous change.
1532 (detect_coding_charset): If only ASCII bytes are found, return 0.
1533 (detect_coding_system): Fix previous change.
1534 (Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT
1535 (attrs) correctly.
1536
1537 2002-10-15 Dave Love <fx@gnu.org>
1538
1539 * coding.c (Fcheck_coding_system): Doc fix.
1540
1541 * editfns.c (Finsert_byte): Return a proper value.
1542
1543 2002-10-14 Kenichi Handa <handa@m17n.org>
1544
1545 * coding.c (decode_coding): Fix args to translate_chars. Pay
1546 attention to Vstandard_translation_table_for_decode.
1547 (encode_coding): Fix args to translate_chars. Pay attention to
1548 Vstandard_translation_table_for_encode.
1549
1550 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
1551 SINGLE_BYTE_CHAR_P.
1552
1553 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
1554 not by SINGLE_BYTE_CHAR_P.
1555
1556 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
1557 SINGLE_BYTE_CHAR_P.
1558
1559 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
1560 SINGLE_BYTE_CHAR_P.
1561
1562 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
1563 by SINGLE_BYTE_CHAR_P.
1564
1565 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
1566 SINGLE_BYTE_CHAR_P.
1567
1568 2002-10-14 Dave Love <fx@gnu.org>
1569
1570 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
1571
1572 2002-10-10 Dave Love <fx@gnu.org>
1573
1574 * fns.c (Flanginfo): Fix typo.
1575
1576 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
1577
1578 2002-10-10 Kenichi Handa <handa@m17n.org>
1579
1580 * coding.c (detect_coding_utf_8): Check incomplete byte sequence.
1581 Don't update *mask when correctly detected.
1582 (detect_coding_utf_16): Likewise.
1583 (detect_coding_emacs_mule): Likewise.
1584 (detect_coding_iso_2022): Likewise.
1585 (detect_coding_sjis): Likewise.
1586 (detect_coding_big5): Likewise.
1587 (detect_coding_ccl): Likewise.
1588 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
1589 (detect_eol): Delete the argument CODING, and add the argument
1590 CATEGORY.
1591 (detect_coding): Adjusted for the changes above.
1592 (detect_coding_system): Likewise.
1593
1594 2002-10-09 Kenichi Handa <handa@m17n.org>
1595
1596 * character.c (char_string): Renamed from
1597 char_string_with_unification. Pay attention to
1598 CHAR_MODIFIER_MASK.
1599 (string_char): Renamed from string_char.
1600
1601 * character.h (CHAR_STRING): Call char_string if C is greater than
1602 MAX_3_BYTE_CHAR.
1603 (CHAR_STRING_ADVANCE): Likewise.
1604 (STRING_CHAR): Call string_char instead of
1605 string_char_with_unification.
1606 (STRING_CHAR_AND_LENGTH): Likewise.
1607 (STRING_CHAR_ADVANCE): Likewise.
1608
1609 2002-10-09 Dave Love <fx@gnu.org>
1610
1611 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
1612
1613 2002-10-07 Kenichi Handa <handa@m17n.org>
1614
1615 * keymap.c (push_key_description): Pay attention to
1616 force_multibyte.
1617
1618 * regex.c (re_search_2): Fix for the case of unibyte buffer.
1619
1620 2002-10-06 Dave Love <fx@gnu.org>
1621
1622 * charset.c (define_charset_internal): Rename `supprementary'.
1623
1624 * Makefile.in (lisp, shortlisp): Remove latin-N.
1625
1626 2002-10-05 Dave Love <fx@gnu.org>
1627
1628 * xfns.c (x_window, x_window): Use use_xim.
1629
1630 * xterm.c (use_xim): Initialize.
1631 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
1632 (x_term_init): Maybe set use_xim.
1633
1634 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
1635
1636 2002-10-01 Kenichi Handa <handa@m17n.org>
1637
1638 * search.c (search_buffer): Fix case-fold-search of multibyte
1639 characters.
1640 (boyer_moore): Rename the last argument to char_high_bits.
1641
1642 2002-09-27 Kenichi Handa <handa@m17n.org>
1643
1644 * xdisp.c (display_string): Fix for the case of zero width glyph.
1645
1646 * xfns.c (x_set_font): Change the error message of the case that
1647 x_new_fontset returns Qt.
1648
1649 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
1650 (Finternal_set_lisp_face_attribute): Use signal_error for the
1651 error of invalid fontset.
1652
1653 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
1654 fontset, return Qt.
1655
1656 2002-09-19 Kenichi Handa <handa@m17n.org>
1657
1658 * regex.c (re_search_2): Fix previous change.
1659
1660 2002-09-18 Kenichi Handa <handa@m17n.org>
1661
1662 * syntax.c (skip_syntaxes): Fix previous change.
1663
1664 2002-09-13 Kenichi Handa <handa@m17n.org>
1665
1666 * syntax.c (skip_chars): Fix previous change.
1667 (skip_syntaxes): Fix previous change.
1668
1669 2002-09-06 Dave Love <fx@gnu.org>
1670
1671 * config.in: Restore it.
1672
1673 2002-09-05 Dave Love <fx@gnu.org>
1674
1675 * config.in: Removed (now auto-generated).
1676
1677 * s/usg5-4.h: Fix last change.
1678
1679 * unexelf.c (unexec): Make .got handling not SGI-specific.
1680
1681 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
1682
1683 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
1684
1685 * keyboard.c (read_key_sequence): Fix type error.
1686
1687 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
1688 type error.
1689
1690 * fontset.c (fontset_add): Return Lisp_Object.
1691
1692 2002-09-03 Dave Love <fx@gnu.org>
1693
1694 * charset.h (charset_ordered_list_tick): Declare extern.
1695
1696 2002-09-03 Kenichi Handa <handa@m17n.org>
1697
1698 The following changes (and some of 2002-08-20 changes of mine) are
1699 for handling syntax, category, and case conversion for unibyte
1700 characters by converting them to multibyte on the fly. With these
1701 changes, we don't have to setup syntax and case tables for unibyte
1702 characters in each language environment.
1703
1704 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
1705 multibyte if necessary.
1706
1707 * bytecode.c (Fbyte_code): Likewise.
1708
1709 * character.h (LEADING_CODE_LATIN_1_MIN)
1710 (LEADING_CODE_LATIN_1_MAX): New macros.
1711 (unibyte_to_multibyte_table): Extern it.
1712 (unibyte_char_to_multibyte): New macro.
1713 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
1714 (CHAR_LEADING_CODE): New macro.
1715 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
1716
1717 * character.c (unibyte_to_multibyte_table): New variable.
1718 (unibyte_char_to_multibyte): Move to character.h and defined as
1719 macro.
1720 (multibyte_char_to_unibyte): If C is an eight-bit character,
1721 convert it to the corresponding byte value.
1722
1723 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
1724 not 1, singals an error. Update the elements of
1725 unibyte_to_multibyte_table.
1726 (init_charset_once): Initialize unibyte_to_multibyte_table.
1727 (syms_of_charset): Define the charset `iso-8859-1'.
1728
1729 * casefiddle.c (casify_object): Fix previous change.
1730
1731 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
1732 as is without converting it to unibyte. In a unibyte buffer,
1733 convert C to multibyte before checking the syntax.
1734
1735 * lisp.h (unibyte_char_to_multibyte): Extern deleted.
1736
1737 * minibuf.c (Fminibuffer_complete_word): Use the macro
1738 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
1739
1740 * regex.h (struct re_pattern_buffer): New member target_multibyte.
1741
1742 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
1743 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
1744 that is zero, convert an eight-bit char to multibyte.
1745 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
1746 non-emacs case.
1747 (PATFETCH): Convert an eight-bit char to multibyte.
1748 (HANDLE_UNIBYTE_RANGE): New macro.
1749 (regex_compile): Setup the compiled pattern for multibyte chars
1750 even if the given regex string is unibyte. Use PATFETCH_RAW
1751 instead of PATFETCH in many places. To handle `charset'
1752 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
1753 only for ASCII chars.
1754 (analyse_first) <exactn>: Simplified because the compiled pattern
1755 is multibyte.
1756 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
1757 <charset>: Use CHAR_LEADING_CODE to get leading codes.
1758 <categoryspec>: If multibyte, setup fastmap only for ASCII chars
1759 here.
1760 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
1761 multibyte always 1.
1762 (re_search_2) In emacs, set the locale variable multibyte to 1,
1763 otherwise to 0. New local variable target_multibyte. Check it
1764 to decide the multibyteness of STR1 and STR2. If
1765 target_multibyte is zero, convert unibyte chars to multibyte
1766 before translating and checking fastmap.
1767 (TARGET_CHAR_AND_LENGTH): New macro.
1768 (re_match_2_internal): In emacs, set the locale variable multibyte
1769 to 1, otherwise to 0. New local variable target_multibyte. Check
1770 it to decide the multibyteness of STR1 and STR2. Use
1771 TARGET_CHAR_AND_LENGTH to fetch a character from D.
1772 <charset, charset_not>: If multibyte is nonzero, check fastmap
1773 only for ASCII chars. Call bcmp_translate with
1774 target_multibyte, not with multibyte.
1775 <begline>: Declare the local variable C as `unsigned'.
1776 (bcmp_translate): Change the last arg name to target_multibyte.
1777
1778 * search.c (compile_pattern_1): Don't adjust the multibyteness of
1779 the regexp pattern and the matching target. Set cp->buf.multibyte
1780 to the multibyteness of the regexp pattern. Set
1781 cp->but.target_multibyte to the multibyteness of the matching
1782 target.
1783 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
1784 FETCH_STRING_CHAR_ADVANCE.
1785 (Freplace_match): Convert unibyte chars to multibyte.
1786
1787 * syntax.c (char_quoted): Use FETCH_CHAR_AS_MULTIBYTE to convert
1788 unibyte chars to multibyte.
1789 (back_comment): Likewise.
1790 (scan_words): Likewise.
1791 (skip_chars): The arg syntaxp is deleted, and the code for
1792 handling syntaxes is moved to skip_syntaxes. Callers changed.
1793 Fix the case that the multibyteness of STRING and the current
1794 buffer doesn't match.
1795 (skip_syntaxes): New function.
1796 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
1797 SINGLE_BYTE_CHAR_P.
1798 (Fforward_comment): Use FETCH_CHAR_AS_MULTIBYTE to convert unibyte
1799 chars to multibyte.
1800 (scan_lists): Likewise.
1801 (Fbackward_prefix_chars): Likewise.
1802 (scan_sexps_forward): Likewise.
1803
1804 2002-08-23 Kenichi Handa <handa@m17n.org>
1805
1806 * xfaces.c (QCfontset): New variable.
1807 (LFACE_FONTSET): New macro.
1808 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
1809 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
1810 (Finternal_set_lisp_face_attribute): Handle QCfontset.
1811 (Finternal_get_lisp_face_attribute): Likewise.
1812 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
1813 check also LFACE_FONTSET_INDEX.
1814 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
1815 attrs[LFACE_FONT_INDEX].
1816 (syms_of_xfaces): Intern and staticpro QCfontset.
1817
1818 * dispextern.h (enum lface_attribute_index): New member
1819 LFACE_FONTSET_INDEX.
1820
1821 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
1822
1823 2002-08-21 Kenichi Handa <handa@m17n.org>
1824
1825 * coding.c (coding_set_destination): Fix coding->destination for
1826 the case converting a region.
1827 (encode_coding_utf_8): Encode eight-bit chars as single byte.
1828 (encode_coding_object): Fix coding->dst_pos and
1829 coding->dst_pos_byte for the case converting a region.
1830
1831 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
1832
1833 * character.h (BYTE8_STRING): New macro.
1834
1835 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
1836
1837 2002-08-20 Kenichi Handa <handa@m17n.org>
1838
1839 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
1840 characters by octal form.
1841
1842 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
1843
1844 * buffer.h (_fetch_multibyte_char_len): Extern deleted.
1845 (FETCH_MULTIBYTE_CHAR): Don't use _fetch_multibyte_char_len.
1846 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
1847 (FETCH_CHAR_AS_MULTIBYTE): New macro.
1848
1849 * casetab.c (set_canon, set_identity, shuffle): Simplified.
1850
1851 * casefiddle.c (casify_object): Simplified. Handle the case that
1852 the case conversion change the byte length.
1853 (casify_region): Likewise
1854
1855 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New
1856 macros.
1857
1858 * character.c (_fetch_multibyte_char_len): This variable deleted.
1859 (syms_of_character): Setup Vprintable_chars.
1860
1861 * editfns.c (Fchar_equal): Fix for the unibyte case.
1862 (Finsert_byte): New function.
1863 (syms_of_editfns): Defsubr it.
1864
1865 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
1866 of direct code 0x3ffff.
1867
1868 * search.c (Freplace_match): Fix for the unibyte case.
1869
1870 2002-08-19 Kenichi Handa <handa@m17n.org>
1871
1872 * lread.c (safe_to_load_p): Fix the logic.
1873
1874 * syntax.c (scan_words): Don't treat characters belonging to
1875 different scripts as constituting a word.
1876
1877 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
1878
1879 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not
1880 script.
1881
1882 * emacs.c (main): In the case of --unibyte, instead of aborting on
1883 finding non-empty buffer, make it unibyte.
1884
1885 2002-08-18 Kenichi Handa <handa@m17n.org>
1886
1887 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
1888 to create a fontset.
1889
1890 2002-08-18 Dave Love <fx@gnu.org>
1891
1892 * character.c (Funibyte_char_to_multibyte): Doc fix.
1893
1894 * xfns.c [HAVE_STDLIB_H]: Fix last change.
1895
1896 2002-08-15 Kenichi Handa <handa@m17n.org>
1897
1898 * fontset.c (fontset_add): Make the type `int'.
1899 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
1900
1901 * character.c (unibyte_char_to_multibyte): Refer to
1902 charset_unibyte, not charset_primary.
1903 (multibyte_char_to_unibyte): Likewise.
1904 (Funibyte_char_to_multibyte): Likewise.
1905
1906 * charset.h: (charset_unibyte): Extern it instead of
1907 charset_primary.
1908
1909 * charset.c (charset_unibyte): Renamed from charset_primary.
1910 (Funibyte_charset): Renamed from Fprimary_charset.
1911 (Fset_unibyte_charset): Renamed from Fset_primary_charset.
1912 (syms_of_charset): Adjusted for the above changes.
1913
1914 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
1915 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
1916 it->multibyte_p is zero.
1917
1918 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
1919 Extern deleted.
1920
1921 2002-08-08 Kenichi Handa <handa@m17n.org>
1922
1923 * coding.c (Fdefine_coding_system_internal): Fix category setting
1924 for a coding system of type iso-2022.
1925
1926 2002-08-02 Kenichi Handa <handa@m17n.org>
1927
1928 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET
1929 -1.
1930
1931 2002-08-01 Kenichi Handa <handa@m17n.org>
1932
1933 * syntax.c (Vnext_word_boundary_function_table): New variable.
1934 (syms_of_syntax): Declare it as a Lisp variable.
1935 (scan_words): Call functions in Vnext_word_boundary_function_table
1936 if any.
1937
1938 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
1939
1940 * fontset.c (fs_load_font): If fontp->charset is not negative,
1941 return fontp without setting its members.
1942
1943 2002-07-31 Dave Love <fx@gnu.org>
1944
1945 * config.in: Generated with autoheader.
1946
1947 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
1948
1949 * m/sparc.h (HAVE_ALLOCA): Delete.
1950
1951 * s/irix6-5.h: Don't include strings.h.
1952 (bcopy, bzero, bcmp): Don't undef.
1953
1954 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
1955
1956 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
1957 (TIOCSIGSEND): Don't test IRIX6.
1958 (bcopy, bzero, bcmp): Define conditionally.
1959
1960 2002-07-31 Kenichi Handa <handa@m17n.org>
1961
1962 * buffer.c (Qas, Qmake, Qto): New variables.
1963 (Fset_buffer_multibyte): New optional arg METHOD. Caller changed.
1964 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
1965
1966 * callproc.c (Fcall_process): Don't call insert_1_both directly if
1967 we are inserting a process output into a multibyte buffer.
1968
1969 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
1970 multibyte_char_to_unibyte.
1971
1972 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
1973 by the primary charset, make it eight-bit char.
1974 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
1975
1976 * charset.c: (charset_eight_bit, Qeight_bit_control): New
1977 variables.
1978 (charset_8_bit__control, charset_8_bit_graphic,
1979 Qeight_bit_control, Qeight_bit_graphic): These variables deleted.
1980 (define_charset_internal): New function.
1981 (syms_of_charset): Call define_charset_internal for pre-defined
1982 charsets.
1983
1984 * charset.h (charset_8_bit): Extern it.
1985
1986 * coding.c (make_conversion_work_buffer): Adjusted for the change
1987 of Fset_buffer_multibyte.
1988 (encode_coding_raw_text): Increment p0 in the loop.
1989
1990 * lisp.h (Fset_buffer_multibyte): Prototype adjusted.
1991
1992 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjusted
1993 for the change of Fset_buffer_multibyte.
1994
1995 * fns.c (Fstring_to_multibyte): New function.
1996 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
1997
1998 2002-07-30 Dave Love <fx@gnu.org>
1999
2000 * xfns.c (x_put_x_image): Declare args.
2001
2002 * xfaces.c (font_name_registry, choose_face_font): Delete unused
2003 vars.
2004 (try_font_list): Declare an arg.
2005
2006 * xdisp.c (message2_nolog, set_message): Declare an arg.
2007
2008 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
2009
2010 * syntax.c (scan_sexps_forward): Declare an arg.
2011
2012 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
2013 Declare an arg.
2014
2015 * lisp.h (Fnew_fontset): Declare.
2016
2017 * keymap.c (push_key_description): Call CHARACTERP correctly.
2018
2019 * fontset.c (fontset_add): Declare args. Call make_number
2020 correctly.
2021 (face_for_char): Delete unused vars.
2022 (Fset_fontset_font): Doc fix. Delete unused vars.
2023
2024 * doc.c (Fsubstitute_command_keys): Delete unused vars.
2025
2026 * composite.c (update_compositions): Declare arg.
2027
2028 * cm.c (calccost, cmgoto): Declare args.
2029
2030 * charset.c: Remove `emacs' conditional. Doc fixes.
2031 (map_char_table_for_charset): Declare.
2032
2033 * character.c (syms_of_character) <translation-table-vector>: Doc
2034 fix.
2035
2036 * ccl.c: Remove `emacs' conditional. Include hash table stuff
2037 from trunk.
2038
2039 2002-07-26 Kenichi Handa <handa@m17n.org>
2040
2041 The following changes are to allow specifying multiple font
2042 patterns for a character range (specified by script or charset).
2043
2044 * Makefile.in (abbrev.o): Depend on syntax.h.
2045 (xfaces.o): Depend on charset.h.
2046
2047 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
2048 SINGLE_BYTE_CHAR_P.
2049
2050 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
2051
2052 * character.h (Vchar_script_table): Extern it.
2053
2054 * character.c (Vscript_alist): This variable deleted.
2055 (Vchar_script_table, Qchar_script_table): New variable.
2056 (syms_of_character): Declare Vchar_script_table as a lisp variable
2057 and initialize it.
2058
2059 * chartab.c (Fmake_char_table): Doc fixed. If PURPOSE doesn't
2060 have property char-table-extra-slots, make no extra slot.
2061
2062 * dispextern.h (struct face): Member `charset' deleted.
2063 (FACE_SUITABLE_FOR_CHAR_P): Use ASCII_CHAR_P, not
2064 SINGLE_BYTE_CHAR_P.
2065 (FACE_FOR_CHAR): Likewise.
2066 (choose_face_font, lookup_non_ascii_face, font_name_registry): Add
2067 prototypes
2068 (lookup_face, lookup_named_face, lookup_derived_face): Prototype
2069 fixed.
2070 (generate_ascii_font_name): Renamed from generate_ascii_font.
2071
2072 * fontset.h (get_font_repertory_func): New prototype.
2073 (make_fontset_for_ascii_face, fs_load_font): Prototypes fixed.
2074 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
2075
2076 * fontset.c (Qprepend, Qappend): New variables.
2077 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): These macros deleted.
2078 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
2079 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
2080 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
2081 (fontset_ref_and_range, fontset_add, reorder_font_vector)
2082 (load_font_get_repertory): New functions.
2083 (fontset_set): This function deleted.
2084 (fontset_face): New arg FACE. Return face ID, not face.
2085 Completely re-written to handle new fontset structure. Caller
2086 changed.
2087 (free_face_fontset): Use ASET istead of AREF (X) = Y.
2088 (face_for_char): Don't call lookup_face.
2089 (make_fontset_for_ascii_face): New arg FACE.
2090 (fs_load_font): New arg CHARSET_ID. Don't check
2091 Vfont_encoding_alist here.
2092 (find_font_encoding): New function.
2093 (list_fontsets): Use STRINGP, not ! NILP.
2094 (accumulate_script_ranges): New function.
2095 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
2096 re-written to handle new fontset structure.
2097 (Ffontset_font): Return a copy of element.
2098 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
2099 docstring of font-encoding-alist.
2100
2101 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
2102 (Fset_fotset_font): Fix arguments to 5.
2103
2104 * msdos.c (XMenuActivate): Adjuted for the change of
2105 lookup_derived_face.
2106
2107 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
2108 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
2109 (highlight_trailing_whitespace): Adjusted for the change of
2110 lookup_named_face.
2111
2112 * xfaces.c: Include charset.h.
2113 (load_face_font): Argument C deleted. Caller changed.
2114 (generate_ascii_font_name): Renamed from generate_ascii_font.
2115 (font_name_registry): New function.
2116 (cache_face): Store ascii faces before non-ascii faces in buckets.
2117 (lookup_face): Arguments C and BASE_FACE deleted. Caller changed.
2118 Lookup only ascii faces.
2119 (lookup_non_ascii_face): New function.
2120 (lookup_named_face): Argument C deleted. Caller changed.
2121 (lookup_derived_face): Argument C deleted. Caller changed.
2122 (try_font_list): New arg PATTERN. Caller changed. If PATTERN is
2123 a string, just call font_list with it.
2124 (choose_face_font): Arguments FACE and C deleted. New arg
2125 FONT_SPEC. Caller changed.
2126 (realize_face): Arguments C and BASE_FACE deleted. Caller
2127 (realize_x_face): Likewise.
2128 (realize_non_ascii_face): New function.
2129 (realize_x_face): Call load_face_font here.
2130 (realize_tty_face): Argument C deleted. Caller changed.
2131 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
2132 get a face ID.
2133 (dump_realized_face): Don't print charset of FACE.
2134
2135 * xfns.c (x_set_font): Always call x_new_fontset and
2136 store_frame_parameter.
2137 (Fx_create_frame): Call x_new_fontset, not x_new_font.
2138 (syms_of_xfns): Set get_font_repertory_func to
2139 x_get_font_repertory.
2140
2141 * xterm.h (x_get_font_repertory): Extern it.
2142
2143 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
2144 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
2145 it->multibyte_p is zero.
2146 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
2147 (x_new_fontset): If FONTSETNAME doesn't match any existing
2148 fontsets, create a new one.
2149 (x_get_font_repertory): New function.
2150
2151 2002-07-25 Kenichi Handa <handa@m17n.org>
2152
2153 * coding.c (Ffind_coding_systems_region_internal): Detect an
2154 ASCII only string correctly.
2155
2156 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
2157 version is 0.
2158
2159 2002-07-24 Kenichi Handa <handa@m17n.org>
2160
2161 * lread.c: Include "coding.h".
2162 (Qget_emacs_mule_file_char, Qload_force_doc_strings,
2163 load_each_byte, unread_char): New variables.
2164 (readchar_backlog): This variable deleted.
2165 (readchar): Return a character unless load_each_byte is nonzero.
2166 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
2167 cons. If unread_char is not -1, simply return it.
2168 (unreadchar): Handle the case that readcharfun is
2169 Qget_emacs_mule_file_char or a cons. Set unread_char if
2170 necessary.
2171 (read_multibyte): This function deleted.
2172 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
2173 (read_emacs_mule_char): New functions.
2174 (Fload): Even if the file doesn't have the extention ".elc", if
2175 safe_to_load_p returns a positive version number, assume that the
2176 file contains bytecompiled code. If the version is less than 22,
2177 load the file while decoding multibyte sequences by emacs-mule.
2178 (readevalloop): Don't use readchar_backlog.
2179 (Fread): Likewise. Pay attention to the case that STREAM is a
2180 cons.
2181 (Fread_from_string): Pay attention to the case that STREAM is a
2182 cons.
2183 (read_escape): The arg BYTEREP deleted.
2184 (read1): Set load_each_byte to 1 temporarily while handling
2185 #@NUMBER. Don't call read_multibyte.
2186 (read_vector): Call Fread with a cons. If readcharfun is
2187 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
2188 (read_list): If doc_reference is 2, make the cdr part string as
2189 unibyte.
2190 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
2191 and Qload_force_doc_strings.
2192
2193 2002-07-23 Kenichi Handa <handa@m17n.org>
2194
2195 * xdisp.c (face_before_or_after_it_pos): Call
2196 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
2197
2198 2002-07-22 Kenichi Handa <handa@m17n.org>
2199
2200 * character.h (TRAILING_CODE_P): New macro.
2201 (MAYBE_UNIFY_CHAR): Adjusted for the change of Funify_charset.
2202 (string_char_with_unification): Fix prototype.
2203 (Vscript_alist): Extern it.
2204
2205 * character.c (Vscript_alist): New variable.
2206 (string_char_with_unification): Add `const' to local variables.
2207 (str_as_unibyte): Likewise.
2208 (string_escape_byte8): Likewise.
2209 (syms_of_character): Declare script-alist as a Lisp variable.
2210
2211 * charset.h (Vcharset_ordered_list): Extern it.
2212 (charset_ordered_list_tick): Extern it.
2213 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
2214 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
2215 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
2216 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros
2217 (Funify_charset): Adjusted for the change of Funify_charset.
2218
2219 * charset.c (charset_ordered_list_tick): New variable.
2220 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
2221 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
2222 deunify intead of unify a charset.
2223 (string_xstring_p): Add `const' to local variables.
2224 (find_charsets_in_text): Add `const' to arguemnts and local
2225 variables.
2226 (encode_char): Adjusted for the change of Funify_charset. Fix
2227 detecting of invalid code.
2228 (Fset_charset_priority): Increment charset_ordered_list_tick.
2229 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
2230 and TO_CODE.
2231
2232 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
2233 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Macros
2234 deleted. Callers changed to use
2235 EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
2236 (decode_coding_ccl): Add `const' to local variables.
2237 (consume_chars): Likewise.
2238 (Ffind_coding_systems_region_internal): Likewise.
2239 (Fcheck_coding_systems_region): Likewise.
2240
2241 * print.c (print_object): Use octal form for printing the
2242 contents of a bool vector.
2243
2244 2002-07-18 Dave Love <fx@gnu.org>
2245
2246 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
2247 <version == 20>: Refuse to load.
2248
2249 2002-07-17 Dave Love <fx@gnu.org>
2250
2251 * fns.c: Move coding.h.
2252 (Qcodeset, Qdays, Qmonths): New.
2253 (concat): Use CHARACTERP instead of INTERGERP.
2254 (Flocale_codeset): Deleted.
2255 (Flanginfo): New function.
2256 (syms_of_fns): Changed accordingly.
2257
2258 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
2259
2260 2002-07-16 Dave Love <fx@gnu.org>
2261
2262 * casetab.c (init_casetab_once, init_casetab_once): Fix
2263 CHAR_TABLE_SET call.
2264
2265 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
2266
2267 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
2268
2269 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
2270 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
2271 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
2272
2273 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
2274
2275 * coding.c (ENCODE_DESIGNATION, decode_eol)
2276 (make_conversion_work_buffer, code_conversion_restore)
2277 (Fdefine_coding_system_internal): Convert Lisp types.
2278 (code_conversion_restore): Use EQ, not ==.
2279 (Fencode_coding_string): Fix code_convert_string call.
2280
2281 * coding.h (code_convert_region): Fix prototype.
2282
2283 * dispextern.h (redraw_frame, redraw_garbaged_frames): Removed.
2284
2285 * fontset.c (fontset_ref, fontset_set, fs_load_font)
2286 (Ffontset_info): Convert Lisp types.
2287
2288 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
2289
2290 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
2291
2292 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
2293
2294 * chartab.c: Include "...h", not <...h> in some cases.
2295
2296 * callproc.c (Fcall_process): Remove unused variables.
2297
2298 2002-07-12 Dave Love <fx@gnu.org>
2299
2300 * coding.c (Fset_coding_system_priority): Allow null arg list.
2301
2302 2002-07-03 Dave Love <fx@gnu.org>
2303
2304 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
2305 (Fself_insert_and_exit): Use CHARACTERP.
2306
2307 * callproc.c (Fcall_process): Remove unused vars.
2308
2309 * xterm.c (XTread_socket): Add extra dead keysyms.
2310
2311 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
2312
2313 * dispextern.h: Remove prototypes for redraw_frame,
2314 redraw_garbaged_frames.
2315
2316 * cmds.c (Fself_insert_command): Use CHARACTERP.
2317
2318 * chartab.c (make_sub_char_table): Remove unused var.
2319 (Fset_char_table_default, Fmap_char_table): Doc fix.
2320
2321 * keymap.c (access_keymap): Remove generic char code.
2322 (push_key_description): Use CHARACTERP.
2323
2324 2002-07-01 Dave Love <fx@gnu.org>
2325
2326 * charset.c: Doc fixes.
2327 (Funify_charset): Extra checking.
2328
2329 2002-06-24 Dave Love <fx@gnu.org>
2330
2331 * lread.c: Remove some unused variables.
2332 (safe_to_load_p): If safe, return the magic number version byte.
2333 (Fload): Maybe use load-with-code-conversion.
2334
2335 2002-06-12 Kenichi Handa <handa@m17n.org>
2336
2337 * category.c (Fmodify_category_entry): Don't modify the contents
2338 of category_set for characters out of the range. Avoid
2339 unnecessary modification.
2340
2341 * character.h (MAYBE_UNIFY_CHAR): Adjusted for the change of
2342 Vchar_unify_table. The default value of the table is now nil.
2343
2344 * character.c (syms_of_character): Setup Vchar_width_table for
2345 eight-bit-control and raw-byte chars.
2346
2347 * charset.h (enum define_charset_arg_index): Delete
2348 charset_arg_parents and add charset_arg_subset and
2349 charset_arg_superset.
2350 (enum charset_attr_index): Delete charset_parents and add
2351 charset_subset and charset_superset.
2352 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
2353 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
2354 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Macros deleted.
2355 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
2356 (CHARSET_SUPERSET): New macros.
2357 (charset_work): Extern it.
2358 (ENCODE_CHAR): Use charset_work.
2359 (CHAR_CHARSET_P): Adjusted for the change of encoder format.
2360 (map_charset_chars): Extern it.
2361
2362 * charset.c (load_charset_map): Set the default value of encoder
2363 and deunifier char-tables to nil.
2364 (map_charset_chars): Argument changed. Callers changed. Use
2365 map_char_table_for_charset instead of map_char_table.
2366 (Fmap_charset_chars): New optional args from_code and to_code.
2367 (Fdefine_charset_internal): Adjusted for the change of
2368 `define-charset' (:parents -> :subset or :superset).
2369 (charset_work): New variable.
2370 (encode_char): Adjusted for the change of
2371 Fdefine_charset_internal.
2372 (syms_of_charset): Likewise.
2373 (Ffind_charset_string): Setup the vector `charsets' correctly.
2374
2375 * chartab.c (sub_char_table_ref_and_range): New arg defalt. Fix
2376 the previous change.
2377 (char_table_ref_and_range): Adjusted for the above change.
2378 (map_sub_char_table_for_charset): New function.
2379 (map_char_table_for_charset): New function.
2380
2381 * keymap.c (describe_vector): Handle a char-table directly here.
2382 (describe_char_table): Deleted.
2383
2384 * lisp.h (map_charset_chars): Deleted.
2385
2386 2002-06-11 Dave Love <fx@gnu.org>
2387
2388 * fns.c (count_combining): Comment out (unused).
2389 (Flocale_codeset): New.
2390 (syms_of_fns): Defsubr it.
2391
2392 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
2393 (size_t): Removed.
2394
2395 2002-06-06 Dave Love <fx@gnu.org>
2396
2397 * Makefile.in (chartab.o): Depend on charset.h
2398
2399 2002-06-03 Kenichi Handa <handa@m17n.org>
2400
2401 * character.c (syms_of_character): Set the default value of
2402 Vprintable_chars to Qnil.
2403
2404 2002-05-31 Dave Love <fx@gnu.org>
2405
2406 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
2407
2408 2002-05-31 Kenichi Handa <handa@m17n.org>
2409
2410 * charset.c (load_charset_map): Handle the case that from < to
2411 correctly.
2412
2413 * coding.c (encode_coding_emacs_mule): Pay attention to raw-8-bit
2414 chars.
2415 (encode_coding_iso_2022): Likewise.
2416 (encode_coding_sjis): Likewise.
2417 (encode_coding_big5): Likewise.
2418 (encode_coding_charset): Likewise.
2419
2420 2002-05-30 Kenichi Handa <handa@m17n.org>
2421
2422 * Makefile.in (lisp): Change chinese.elc to chinese.el. They are
2423 not bytecompiled now.
2424 (shortlisp): Likewise.
2425
2426 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
2427 (charset_jisx0208): New variables.
2428 (Fdefine_charset_internal): Setup them if appropriate.
2429 (init_charset_once): Initialize them to -1.
2430
2431 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978,
2432 charset_jisx0208): Extern them.
2433
2434 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro
2435 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
2436 (CODING_ISO_FLAG_FULL_SUPPORT): Macro definition changed.
2437 (setup_iso_safe_charsets): Fix arguemtns to Fassq.
2438 (DECODE_DESIGNATION): Pay attention to CODING_ISO_FLAG_USE_ROMAN
2439 and CODING_ISO_FLAG_USE_OLDJIS.
2440 (ENCODE_ISO_CHARACTER_DIMENSION1): Likewise.
2441 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
2442 (encode_coding_iso_2022): Change the 1st arg to
2443 ENCODE_ISO_CHARACTER to a variable.
2444
2445 2002-05-29 Kenichi Handa <handa@m17n.org>
2446
2447 * charset.h (enum define_charset_arg_index): New enums
2448 charset_arg_min_code and charset_arg_max_code.
2449 (struct charset): New member char_index_offset.
2450
2451 * charset.c (CODE_POINT_TO_INDEX): Take charset->char_index_offset
2452 into account.
2453 (INDEX_TO_CODE_POINT): Likewise.
2454 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
2455 args[charset_arg_max_code]. Setup charset.char_index_offset.
2456 (syms_of_charset): Fix args to Fdefine_charset_internal.
2457
2458 2002-05-27 Dave Love <fx@gnu.org>
2459
2460 * coding.c (decode_coding_utf_8): Reject overlong sequences.
2461
2462 2002-05-26 Dave Love <fx@gnu.org>
2463
2464 * coding.c: Doc fixes.
2465 (Fcoding_system_aliases): Fix return value.
2466 (Qmac): Remove (duplicated) definition.
2467
2468 2002-05-25 Dave Love <fx@gnu.org>
2469
2470 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
2471 functions.
2472
2473 * character.c (Fstring): Doc fix.
2474
2475 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
2476
2477 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
2478 ids.
2479 (font-encoding-alist): Doc fix.
2480
2481 2002-05-24 Dave Love <fx@gnu.org>
2482
2483 * term.c (costs_set): Declare static, non-initialized for pcc.
2484 (encode_terminal_code): Remove ensued var.
2485
2486 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
2487 for K&R.
2488
2489 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
2490
2491 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
2492 (suffixes): Moved out of make_subsidiaries for K&R.
2493
2494 * charset.c (map_charset_chars): Fix c_function declaration for
2495 K&R.
2496
2497 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
2498
2499 2002-05-23 Dave Love <fx@gnu.org>
2500
2501 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
2502
2503 * category.c (Fmodify_category_entry): Doc fix. Remove unused
2504 vars.
2505
2506 2002-05-23 Yong Lu <lyongu@asia-infonet.com>
2507
2508 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
2509
2510 * coding.c (Fdefine_coding_system_internal): Fix previous change.
2511 (decode_coding_charset): Workaround for the bug of GCC 2.96.
2512
2513 2002-05-23 Kenichi Handa <handa@m17n.org>
2514
2515 * Makefile.in (lisp): Change cyrillic.elc to cyrillic.el,
2516 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
2517 (shortlisp): Likewise.
2518
2519 2002-05-22 Kenichi Handa <handa@m17n.org>
2520
2521 * coding.c (decode_coding_charset): Adjusted for the change of
2522 Fdefine_coding_system_internal.
2523 (Fdefine_coding_system_internal): For a coding system of
2524 `charset' type, store a list of charset IDs in
2525 `charset_attr_charset_valids' element of coding attributes.
2526
2527 * charset.c (Fmake_char): Fix previous change.
2528
2529 2002-05-21 Kenichi Handa <handa@m17n.org>
2530
2531 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
2532 (emacs_mule_char): New arg src. Delete arg `composition'. Caller
2533 changed. Handle 2-byte and 3-byte charsets correctly.
2534 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Renamed from
2535 DECODE_EMACS_MULE_COMPOSITION_RULE. Caller changed.
2536 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
2537 (DECODE_EMACS_MULE_21_COMPOSITION): Call
2538 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
2539 sequence.
2540 (decode_coding_emacs_mule): Handle composition correctly. Rewind
2541 `src' and `consumed_chars' correctly before calling
2542 emacs_mule_char.
2543 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
2544 and alt&rule composition.
2545 (decode_coding_iso_2022): Handle composition correctly.
2546 (init_coding_once): Setup emacs_mule_bytes for private charsets.
2547
2548 * charset.c (Fdefine_charset_internal): Fix bug for the case of
2549 re-defining a charset. If the charset has :emacs-mule-id, setup
2550 emacs_mule_bytes.
2551 (Fmake_char): If CODE1 is nil, use the minimum code of the
2552 charset.
2553
2554 2002-05-20 Kenichi Handa <handa@m17n.org>
2555
2556 * coding.c (encode_coding_iso_2022): If coding requires safe
2557 encoding, produce a character specified by
2558 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
2559 (encode_coding_sjis): Likewise.
2560 (encode_coding_big5): Likewise.
2561 (encode_coding_charset): Likewise.
2562
2563 2002-05-17 Dave Love <fx@gnu.org>
2564
2565 * xterm.c (XSetIMValues): Declare.
2566
2567 * process.c: Conditionally include sys/wait.h, pty.h.
2568
2569 * print.c (print_object): Fix print format for 64-bit
2570 systems.
2571
2572 * keyboard.c (modify_event_symbol): Fix print format for 64-bit
2573 systems.
2574
2575 * buffer.c (emacs_strerror): Declare.
2576 (MMAP_ALLOCATED_P, mmap_enlarge, syms_of_buffer): Import changes
2577 from trunk.
2578
2579 * fontset.c (Fclear_face_cache): Declare.
2580 (accumulate_font_info): Commented-out (unused).
2581 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
2582 variables.
2583
2584 * character.h (string_escape_byte8): Declare.
2585
2586 * charset.c (load_charset_map, load_charset_map_from_file): Remove
2587 unused vars.
2588 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
2589 (Fmap_charset_chars): Doc fix.
2590
2591 * coding.c (Vchar_coding_system_table, Qchar_coding_system):
2592 Removed.
2593 (Fset_coding_system_priority, Fset_coding_system_priority)
2594 (Fdefine_coding_system_internal): Doc fix.
2595
2596 2002-05-16 Dave Love <fx@gnu.org>
2597
2598 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
2599
2600 2002-05-16 Kenichi Handa <handa@m17n.org>
2601
2602 * character.c (string_escape_byte8): Make multibyte string with
2603 correct size.
2604
2605 * charset.c (Fmake_char): Delete unnecessary code.
2606
2607 2002-05-14 Kenichi Handa <handa@m17n.org>
2608
2609 * xfns.c (x_encode_text): Allocate coding.destination here, and
2610 call encode_coding_object with dst_object Qnil.
2611
2612 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
2613 multibyte form correctly.
2614
2615 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
2616 against Vfont_encoding_alist.
2617
2618 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
2619 handling of charset list.
2620 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
2621 (decode_coding_object): Move point to coding->dst_pos before
2622 calling post-read-conversion function.
2623 (encode_coding_object): Give correct arguments to
2624 pre-write-conversion. Ignore the return value of
2625 pre-write-conversion function. Pay attention to the case that
2626 pre-write-conversion changes the current buffer. If dst_object is
2627 Qt, even if coding->src_bytes is zero, allocate at least one byte
2628 to coding->destination.
2629
2630 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
2631
2632 * charset.c (Fmake_char): Make it more backward compatible.
2633 (Fmap_charset_chars): Fix docstring.
2634
2635 2002-05-13 Dave Love <fx@gnu.org>
2636
2637 * coding.c: Doc fixes.
2638 (Fdefine_coding_system_alias): Use names, not symbols, in
2639 coding-system-alist.
2640
2641 2002-05-13 Kenichi Handa <handa@m17n.org>
2642
2643 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
2644 of calling free_realized_face.
2645
2646 2002-05-10 Yong Lu <lyongu@asia-infonet.com>
2647
2648 * charset.c (load_charset_map): Fix previous change.
2649 (read_hex): Don't treat SPC as a comment starter.
2650 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return
2651 -1.
2652 (Fdecode_char): Fix typo.
2653
2654 2002-05-10 Kenichi Handa <handa@m17n.org>
2655
2656 * charset.h (struct charset): New member `code_space_mask'.
2657
2658 * coding.c (coding_set_source): Delete the local variable
2659 beg_byte.
2660 (encode_coding_charset): Delete the local variable charset.
2661 (Fdefine_coding_system_internal): Likewise.
2662 (Fdefine_coding_system_internal): Setup
2663 attrs[coding_attr_charset_valids] correctly.
2664
2665 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
2666 member to check if CODE is valid or not.
2667 (Fdefine_charset_internal): Initialize `code_space_mask' member.
2668 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
2669 is within the range of charset->min_code and carset->max_code.
2670
2671 2002-05-09 Dave Love <fx@gnu.org>
2672
2673 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
2674
2675 * dispextern.h (generate_ascii_font): Fix return type.
2676
2677 * xfaces.c (generate_ascii_font): Fix arg declaration.
2678
2679 * coding.c (coding_inherit_eol_type)
2680 (Fset_terminal_coding_system_internal)
2681 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
2682
2683 2002-05-08 Kenichi Handa <handa@m17n.org>
2684
2685 * coding.c (decode_coding_charset, encode_coding_charset): Handle
2686 multiple charsets correctly.
2687
2688 2002-05-07 Kenichi Handa <handa@m17n.org>
2689
2690 * search.c (boyer_moore): Fix handling of mulitbyte character
2691 translation.
2692
2693 * xdisp.c (display_mode_element): When the variable `elt' is
2694 changed, update `this' and `lisp_string'.
2695
2696 2002-05-07 Kenichi Handa <handa@m17n.org>
2697
2698 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
2699
2700 * callproc.c (Fcall_process): Be sure to give the current buffer
2701 to decode_coding_c_string. Update PT and PT_BYTE after the
2702 insertion.
2703
2704 * charset.c (struct charset_map_entries): New struct.
2705 (load_charset_map): Renamed from parse_charset_map. New args
2706 entries and n_entries. Caller changed.
2707 (load_charset_map_from_file): Renamed from load_charset_map.
2708 Caller changed. New arg control_flag. Call load_charset_map at
2709 the tail.
2710 (load_charset_map_from_vector): New function.
2711 (Fdefine_charset_internal): Setup charset.compact_codes_p.
2712 (encode_char): If the charset is compact, change a character index
2713 to a code point.
2714
2715 * coding.c (coding_alloc_by_making_gap): Check the case that the
2716 source and destination are the same correctly.
2717 (decode_coding_raw_text): Set coding->consumed_char and
2718 coding->consumed to 0.
2719 (produce_chars): If coding->chars_at_source is nonzero, update
2720 coding->consumed_char and coding->consumed before calling
2721 alloc_destination.
2722 (Fdefine_coding_system_alias): Register ALIAS in
2723 Vcoding_system_alist.
2724 (syms_of_coding): Define `no-convesion' coding system at the tail.
2725
2726 * fileio.c (Finsert_file_contents): Set coding_system instead of
2727 val. If the current buffer is multibyte, always call
2728 decode_coding_gap.
2729
2730 * xfaces.c (try_font_list): Give higher priority to fontset's
2731 family than face's family.
2732
2733 2002-04-18 Kenichi Handa <handa@m17n.org>
2734
2735 * callproc.c (Fcall_process): Be sure to give the current buffer
2736 to decode_coding_c_string.
2737
2738 * xfaces.c (try_font_list): Give a family specified in a fontset
2739 higher priority than a family specified in a face.
2740
2741 2002-04-09 Kenichi Handa <handa@m17n.org>
2742
2743 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
2744 Fix arguments to insert_from_buffer.
2745
2746 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
2747
2748 2002-03-11 Kenichi Handa <handa@m17n.org>
2749
2750 * coding.c (produce_chars): Set the variable `multibytep' correctly.
2751 (decode_coding_gap): Set coding->dst_multibyte correctly.
2752
2753 2002-03-07 Kenichi Handa <handa@m17n.org>
2754
2755 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
2756 (decode_coding_utf_16): Fix converting high and low bytes to
2757 code-point.
2758 (encode_coding_utf_16): Substitute coding->default_char for
2759 non-Unicode characters.
2760 (decode_coding): Don't call record_insert here.
2761 (setup_coding_system): Initialize `surrogate' of
2762 coding->spec.utf_16 to 0.
2763 (EMIT_ONE_BYTE): Fix for multibyte case.
2764
2765 * insdel.c (insert_from_gap): Call record_insert.
2766
2767 2002-03-04 Kenichi Handa <handa@m17n.org>
2768
2769 * casefiddle.c (casify_region): Fix multibyte case.
2770
2771 * character.c (c_string_width): Add return type `int'.
2772 (char_string_with_unification): Arg ADVANCED deleted.
2773
2774 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
2775 (CHAR_STRING): Adjusted for the change of
2776 char_string_with_unification.
2777 (CHAR_STRING_ADVANCE): Make it do-while statement.
2778
2779 * chartab.c (sub_char_table_set_range): Optimized for the case
2780 DEPTH == 3. Add workaround code for a GCC optimization bug.
2781
2782 * charset.c (parse_charset_map): Remove an unused variable.
2783
2784 * coding.c: Delete unused variables.
2785
2786 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
2787 earlier. If inserted is zero and the coding system doesn't
2788 require flushing, don't call decode_coding_gap.
2789
2790 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
2791
2792 2002-03-01 Kenichi Handa <handa@m17n.org>
2793
2794 The following changes are for using Unicode as an internal
2795 character model, and use UTF-8 format for buffer/string
2796 representation.
2797
2798 * .gdbinit (xchartable): Adjusted for the change of char table
2799 structure.
2800 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
2801
2802 * Makefile.in (obj): Add character.o and chartab.o.
2803 (lisp, shortlisp): Remove utf-8.elc:
2804 (*.o): For many files, change dependency on charset.h to
2805 character.h, and add dependency on character.h.
2806 (character.o, chartab.o): New targets.
2807
2808 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c,
2809 doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c,
2810 w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
2811 of "charset.h".
2812
2813 * dired.c, filelock.c: Include "character.h".
2814
2815 * alloc.c: Include "character.h" instead of "charset.h".
2816 (Fmake_char_table): Moved to chartab.c.
2817 (make_sub_char_table): Likewise.
2818 (syms_of_alloc): Remove defsubr for Smake_char_table.
2819
2820 * buffer.c: Include "character.h" instead of "charset.h", don't
2821 include "coding.h".
2822 (Fset_buffer_multibyte): Adjuted for UTF-8.
2823
2824 * buffer.h: EXFUN Fbuffer_live_p.
2825
2826 * callproc.c: Include "character.h" instead of "charset.h".
2827 (Fcall_process): Big change for the new code-conversion APIs.
2828
2829 * casetab.c: Include "character.h" instead of "charset.h".
2830 (set_canon, set_identity, shuffle): Adjusted for the new
2831 map_char_table spec.
2832 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
2833 accessing the char table structure.
2834
2835 * chartab.c: New file that implements char table.
2836
2837 * category.c: Include "character.h".
2838 (copy_category_entry): New function.
2839 (copy_category_table): Call map_char_table and copy_category_entry.
2840 (Fmake_category_table): Initialize all top-vel slots.
2841 (char_category_set): New function.
2842 (modify_lower_category_set): Deleted.
2843 (Fmodify_category_entry): Call char_table_ref_and_range.
2844
2845 * category.h (CATEGORY_SET): Just call char_category_set.
2846
2847 * ccl.c: Include "character.h".
2848 (Qccl, Qcclp): New variables.
2849 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
2850 it's less than 256.
2851 (CCL_WRITE_MULTIBYTE_CHAR): Deleted.
2852 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjusted for the change of SRC
2853 and DST type.
2854 (ccl_driver): Types of arguments changed. Code adjusted for that.
2855 (Fccl_execute, Fccl_execute_on_string): Adjusted for the change of
2856 ccl_driver.
2857 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
2858
2859 * ccl.h (struct ccl_program): Members eol_type and multibyte
2860 deleted. New members src_multibyte, dst_multibyte, consumed, and
2861 produced.
2862 (struct ccl_spec): Members decoder and encoder deleted. New
2863 memeber ccl.
2864 (CODING_SPEC_CCL_PROGRAM): New macro.
2865 (ccl_driver): Prototype updated.
2866 (Qccl, Qcclp, Fccl_program_p): Extern them.
2867 (CHECK_CCL_PROGRAM): New macro.
2868
2869 * character.c, character.h, chartab.c: New files.
2870
2871 * charset.c: Mostly re-written. Character and multibyte sequence
2872 handling codes are moved to character.c.
2873
2874 * charset.h: Mostly re-written. Character and multibyte sequence
2875 handling codes are moved to character.h.
2876
2877 * coding.c, coding.h: Mostly re-written.
2878
2879 * composite.c: Include "character.h" instead of "charset.h".
2880 (CHAR_WIDTH): Moved to character.h.
2881 (HASH_KEY, HASH_VALUE): Deleted.
2882
2883 * composite.h (enum composition_method): Order of enumeration
2884 symbols changed.
2885
2886 * data.c: Include "character.h" instead of "charset.h".
2887 (Faref): Call CHAR_TABLE_REF for a char table.
2888 (Faset): Call CHAR_TABLE_SET for a char table.
2889
2890 * dispextern.h (free_realized_face, check_face_attribytes,
2891 generate_ascii_font): Extern them.
2892 (free_realized_multibyte_face): Extern deleted.
2893
2894 * disptab.h (DISP_CHAR_VECTOR): Adjusted for the change of char
2895 table structure.
2896
2897 * editfns.c: Include "character.h" instead of "charset.h".
2898 (Fchar_to_string): Always call CHAR_STRING.
2899
2900 * emacs.c (main): Call init_charset_once, init_charset,
2901 syms_of_chartab, and syms_of_character.
2902
2903 * fileio.c: Include "character.h" instead of "charset.h".
2904 (Finsert_file_contents): Big change for the new code-conversion
2905 API.
2906 (choose_write_coding_system): Likewise.
2907 (Fwrite_region): Likewise.
2908 (build_annotations_2): Deleted.
2909 (e_write): Big change for the new code-conversion API.
2910
2911 * fns.c: Include "character.h" instead of "charset.h".
2912 (copy_sub_char_table): Moved to chartab.c.
2913 (Fcopy_sequence): Call copy_char_table for a char table.
2914 (concat): Delete codes calling count_multibyte.
2915 (string_char_to_byte): Adjusted for the new multibyte form.
2916 (string_byte_to_char): Likewise.
2917 (internal_equal): Adjusted for the change of char table structure.
2918 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent,
2919 Fchar_table_extra_slot, Fset_char_table_extra_slot,
2920 Fchar_table_range, Fset_char_table_range, Fset_char_table_default,
2921 char_table_translate, optimize_sub_char_table,
2922 Foptimize_char_table, map_char_table, Fmap_char_table): Moved to
2923 chartab.c.
2924 (char_table_ref_and_index): Deleted.
2925 (HASH_KEY, HASH_VALUE): Moved to lisp.h.
2926 (Fmd5): Call preferred_coding_system instead of accessing
2927 Vcoding_category_list. Adjusted for the new code-conversion API.
2928 (syms_of_fns): Defsubr for char table related functions moved to
2929 chartab.c.
2930
2931 * fontset.c: Mostly re-written.
2932
2933 * fontset.h (struct font_info): Type of the member encoding_type
2934 changed.
2935 (enum FONT_SPEC_INDEX): New enum.
2936 (fontset_font_pattern, fs_load_font): Prototype updated.
2937 (FS_LOAD_FONT): Adjusted for the change of fs_load_font.
2938
2939 * indent.c: Include "character.h" instead of "charset.h".
2940 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of
2941 WIDTH_BY_CHAR_HEAD.
2942
2943 * insdel.c: Include "character.h" instead of "charset.h".
2944 (copy_text): Don't refer to Vnonascii_translation_table.
2945 (insert_from_gap): New function.
2946
2947 * keyboard.c: Include "character.h" instead of "charset.h".
2948 (command_loop_1): Never call direct_output_forward_char before
2949 a non-ASCII character.
2950 (read_char): If Vkeyboard_translate_table is a char table, always
2951 translated a character.
2952
2953 * keymap.c: Include "character.h".
2954 (store_in_keymap): Handle the case that IDX is a cons.
2955 (Fdefine_key): Handle the case that KEY is a cons and the car part
2956 is also a cons (range).
2957 (push_key_description): Adjusted for the new character code.
2958 (describe_vector): Call describe_char_table for a char table.
2959 (describe_char_table): New function.
2960
2961 * keymap.h (describe_char_table): Extern it.
2962
2963 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
2964 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
2965 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS,
2966 SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
2967 Deleted.
2968 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjusted for the new char table
2969 structure.
2970 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
2971 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2,
2972 CHARTAB_SIZE_BITS_3): New macros.
2973 (chartab_size): Extern it.
2974 (struct Lisp_Char_Table): Re-designed.
2975 (struct Lisp_Sub_Char_Table): New structure.
2976 (HASH_KEY, HASH_VALUE): Moved from fns.c.
2977 (CHARACTERBITS): Defined as 22.
2978 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjusted for the above change.
2979 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
2980 (GC_SUB_CHAR_TABLE_P): New macro.
2981 (Fencode_coding_string, Fdecode_coding_string): EXFUN Updated.
2982 (code_convert_string_norecord): Extern deleted.
2983 (init_character_once, syms_of_character, init_charset,
2984 syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
2985
2986 * lread.c: Include "character.h".
2987 (read_multibyte): New arg NBYTES.
2988 (read_escape): The meaning of returned *BYTEREP changed.
2989 (to_multibyte): Deleted.
2990 (read1): Adjuted the handling of char table and string.
2991
2992 * print.c: Include "character.h" instead of "charset.h".
2993 (print_string): Convert 8-bit raw bytes to octal form by
2994 string_escape_byte8.
2995 (print_object): Adjusted for the new multibyte form. Print 8-bit
2996 raw bytes always in octal form. Handle sub char table correctly.
2997
2998 * process.c: Include "character.h" instead of "charset.h".
2999 (read_process_output): Adjusted for the new code-conversion API.
3000 (send_process): Likewise.
3001
3002 * puresize.h (BASE_PURESIZE): Increased.
3003
3004 * regex.c: Include "character.h" instead of "charset.h".
3005 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
3006 (regex_compile): Accept a range whose starting and ending
3007 character have different leading bytes.
3008 (analyse_first): Adjusted for the above change.
3009
3010 * search.c: Include "character.h" instead of "charset.h".
3011 (search_buffer, boyer_moore): Adjusted for the new multibyte form.
3012 (Freplace_match): Adjusted for the change of
3013 multibyte_char_to_unibyte.
3014
3015 * syntax.c: Include "character.h" instead of "charset.h".
3016 (syntax_parent_lookup): Deleted.
3017 (Fmodify_syntax_entry): Accept a cons as CHAR.
3018 (skip_chars): Adjusted for the new multibyte form.
3019 (init_syntax_once): Call char_table_set_range instead of directly
3020 accessing the structure of a char table.
3021
3022 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
3023 (SYNTAX_ENTRY_FOLLOW_PARENT): Macro deleted.
3024 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
3025 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
3026
3027 * term.c: Include "buffer.h" and "character.h".
3028 (encode_terminal_code): Adjusted for the new code-conversion API.
3029 (write_glyphs): Likewise.
3030 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
3031
3032 * w32term.c (x_new_font): Adjusted for the change of FS_LOAD_FONT.
3033
3034 * xdisp.c: Include "character.h".
3035 (get_next_display_element): Adjusted for the new multibyte form.
3036 (disp_char_vector): Adjusted for the new char table structure.
3037 (decode_mode_spec_coding): Adjusted for the new structure of
3038 coding system.
3039 (decode_mode_spec): Adjusted for the new code-conversion API.
3040
3041 * xfaces.c: Include "character.h" instead of "charset.h".
3042 (load_face_font): Adjusted for the change of choose_face_font and
3043 FS_LOAD_FONT.
3044 (generate_ascii_font): New function.
3045 (set_lface_from_font_name): Adjusted for the change of
3046 FS_LOAD_FONT.
3047 (set_font_frame_param): Adjusted for the change of
3048 choose_face_font.
3049 (free_realized_face): Make it public.
3050 (free_realized_faces_for_fontset): Renamed from
3051 free_realized_multibyte_face. Free also faces realized for ASCII.
3052 (choose_face_font): Argments changed. Adjusted for the change of
3053 fontset_font_pattern and FS_LOAD_FONT.
3054
3055 * xfns.c: Include "character.h".
3056 (x_encode_text): Adjusted for the new code-conversion API.
3057
3058 * xselect.c: Don't include "charset.h".
3059 (selection_data_to_lisp_data): Adjusted for the new code
3060 covnersion API.
3061
3062 * xterm.c: Include "character.h".
3063 (x_encode_char): New argument CHARSET. Caller changed.
3064 (x_get_char_face_and_encoding): Call ENCODE_CHAR instead of
3065 SPLIT_CHAR.
3066 (x_get_glyph_face_and_encoding): Likewise.
3067 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
3068 CHAR_WIDTH instead of CHARSET_WIDTH.
3069 (XTread_socket): Adjusted for the new code-conversion API.
3070 (x_new_font): Adjusted for the change of FS_LOAD_FONT.
3071 (x_load_font): Adjusted for the change of struct font.
3072
3073 ;; Local Variables:
3074 ;; coding: iso-2022-7bit
3075 ;; End:
3076
3077 Copyright (C) 2002 Free Software Foundation, Inc.
3078 Copying and distribution of this file, with or without modification,
3079 are permitted provided the copyright notice and this notice are preserved.
3080
3081 ;;; arch-tag: 1bff38bd-2030-46ae-9d18-f15e6006b665