]> code.delx.au - gnu-emacs/blob - src/ChangeLog.unicode
*** empty log message ***
[gnu-emacs] / src / ChangeLog.unicode
1 2006-11-29 Kenichi Handa <handa@m17n.org>
2
3 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
4 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
5 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
6
7 2006-11-27 Kenichi Handa <handa@m17n.org>
8
9 * ftfont.c (ftfont_pattern_entity): Check if FC_FONTFORMAT is
10 defined.
11 (ftfont_list_generic_family, ftfont_list, ftfont_font_format):
12 Likewise.
13
14 2006-11-24 Kenichi Handa <handa@m17n.org>
15
16 * xfont.c (xfont_open): Set font->format.
17
18 * xftfont.c (xftfont_open): Set font->format.
19
20 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
21 (ftfont_list): Include FC_FONTFORMAT in FcObject.
22 (ftfont_open): Set font->format.
23 (ftfont_font_format): New function.
24
25 * font.h (struct font): New memeber format.
26
27 * font.c (Qopentype): New variable.
28 (syms_of_font): Defsym it.
29 (Fquery_font): Change the format of the last element of the return
30 value.
31
32 2006-11-22 Kenichi Handa <handa@m17n.org>
33
34 * search.c (simple_search): Fix sync with HEAD.
35
36 2006-11-17 Kenichi Handa <handa@m17n.org>
37
38 * xfns.c (xic_create_xfontset): Try the default fontset name as a
39 last resort.
40
41 2006-11-08 Kenichi Handa <handa@m17n.org>
42
43 * coding.c (detect_coding_charset): Fix detection of multi-byte
44 charset.
45
46 2006-11-07 Bob Halley <halley@play-bow.org> (tiny change)
47
48 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
49
50 2006-10-31 Kenichi Handa <handa@m17n.org>
51
52 * xdisp.c (get_next_display_element): Set it->face_id for the
53 first component of a composition.
54 (x_produce_glyphs): Check if the font is changed or not for
55 composition.
56
57 2006-10-31 Kenichi Handa <handa@m17n.org>
58
59 (get_next_display_element): Set it->face_id for the
60 first component of a composition.
61 (x_produce_glyphs): Check if the font is changed or not for
62 composition.
63
64 2006-10-30 Kenichi Handa <handa@m17n.org>
65
66 * fontset.c (Qlatin): New variable.
67 (syms_of_fontset): Define it as a lisp symbol.
68 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for
69 ASCII.
70
71 2006-10-27 Kenichi Handa <handa@m17n.org>
72
73 * font.c (font_unparse_fcname): Pay attention to the case that
74 some of font property is a null string.
75
76 2006-10-26 Kenichi Handa <handa@m17n.org>
77
78 * term.c: Include "composite.h".
79 (encode_terminal_code): Output all components of composition.
80 Check the size of encode_terminal_src.
81 (produce_glyphs): For compostion, call produce_composite_glyph.
82 (append_composite_glyph, produce_composite_glyph): New functions.
83
84 * xdisp.c (x_produce_glyphs): In handling composition, if a font
85 is not found, get font_info from the current ascii face.
86
87 2006-10-23 Kenichi Handa <handa@m17n.org>
88
89 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
90 buffer-file-name to Qnil before calling insert_from_buffer.
91
92 * font.c (font_unparse_fcname): Pay attention to the case that
93 foundry is a null string.
94
95 2006-10-17 Kenichi Handa <handa@m17n.org>
96
97 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
98
99 * font.c (Qunicode_sip): New variable.
100 (syms_of_font): Declare it as a Lisp symbol.
101
102 * font.h (Qunicode_sip): Extern it.
103
104 2006-10-16 Kenichi Handa <handa@m17n.org>
105
106 * composite.c (get_composition_id): Pay attention to TAB
107 component.
108
109 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
110 TAB. Adjusted for the change of s->char2b which always points to
111 the first elememnt of allocated memory.
112
113 * xftfont.c (xftfont_text_extents): Fix calculation of descent
114 value.
115
116 * xdisp.c (handle_composition_prop): Set it->c to the first
117 non-TAB component.
118 (fill_composite_glyph_string): Argument changed.
119 (BUILD_COMPOSITE_GLYPH_STRING): Adjusted for the above change.
120 (x_produce_glyphs): Fix handling of left/right padding.
121
122 2006-10-04 Kenichi Handa <handa@m17n.org>
123
124 * regex.c (analyse_first): Cancel the change for synching with
125 HEAD.
126
127 2006-08-28 Kenichi Handa <handa@m17n.org>
128
129 * coding.c (detect_coding_system): Fix for handling off
130 inhibit_iso_escape_detection. Fix for the case that no coding
131 system is defined for a specific coding category.
132
133 2006-08-21 Kenichi Handa <handa@m17n.org>
134
135 * font.c (font_matching_entity): Dolete unused local var.
136
137 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
138 opening a font.
139
140 * fileio.c (Finsert_file_contents): On recovering a file, assume
141 Unix-like eol.
142 (choose_write_coding_system): On auto-saving a file, force
143 Unix-like eol.
144
145 * coding.c (setup_coding_system): Fix setting of
146 coding->common_flags based on eol_type.
147 (coding_inherit_eol_type): If PARENT is not nil, be sure to
148 inherit from it.
149
150 2006-08-04 Kenichi Handa <handa@m17n.org>
151
152 * alloc.c (NSTATICS): Increased to 0x600.
153
154 2006-08-01 Kenichi Handa <handa@m17n.org>
155
156 * ftfont.c (ftfont_driver): Set ftfont_driver.match to
157 ftfont_match.
158 (ftfont_list): Don't check :name property.
159 (ftfont_match): New function.
160 (ftfont_pattern_entity): If the pattern doesn't contain
161 FC_SPACING, don't assuce FC_MONO.
162
163 * font.h (struct font_driver): New member `match'.
164 (font_update_drivers): Prototype adjusted.
165
166 * font.c (font_parse_fcname): Don't change :name property of FONT.
167 (font_parse_name): Likewise.
168 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
169 them unconditionally.
170 (font_matching_entity): New function.
171 (font_open_by_name): Try font_matching_entity if exact match is
172 not found.
173 (font_update_drivers): Delete the arg FONT. Return a list of
174 actually used backends. Don't free faces, font caches here.
175 Don't store data in frame parameters. Don't call x_set_font.
176 (Ffont_spec): Store :name property as is.
177 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
178 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of
179 font_otf_gsub.
180 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of
181 font_otf_gpos.
182 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
183 Call font->driver->otf_gsub instead of font_otf_gsub.
184
185 * frame.c (x_set_font_backend): Do more works that were done in
186 font_update_drivers before.
187
188 * xfont.c (xfont_match): New function.
189 (xfont_driver): Set xfont_driver.match to xfont_match.
190 (xfont_draw): Set font in GC if necessary.
191
192 * ftxfont.c (ftxfont_match): New function.
193 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
194
195 * xftfont.c (xftfont_match): New function.
196 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
197
198 2006-07-28 Kenichi Handa <handa@m17n.org>
199
200 * font.h (struct font): New member scalable.
201 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
202 (font_otf_gsub): Prototype adjusted.
203
204 * font.c (font_otf_capability): Fix handling of the default
205 langsys.
206 (parse_gsub_gpos_spec): Type changed to void. New arg nbytes.
207 Check the contents of SPEC.
208 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
209 (check_gstring): New function.
210 (REPLACEMENT_CHARACTER): New macro.
211 (font_otf_gsub): New arg alternate_subst. Be sure to set all
212 glyph codes of GSTRING.
213 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
214 (font_prepare_composition): Set cmp->glyph_len.
215 (font_open_entity): Set font->scalable.
216 (Ffont_get): Handle :otf property.
217 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
218 functions.
219 (Fquery_font): Use font->font.full_name.
220 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
221 Sfont_otf_alternates.
222
223 * ftfont.c (ftfont_open): Set font->font.full_name and
224 font->font.name properly. Fix calculation of font->font.height
225 and font->min_width.
226
227 * ftxfont.c (ftxfont_create_gcs): New function.
228 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
229 (ftxfont_draw_backgrond): Fix filling region.
230 (ftxfont_default_fid): New function.
231 (ftxfont_open): Set xfotn->fid to the return value of
232 ftxfont_default_fid.
233 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
234 (ftxfont_done_face): Free only GCs that are created by
235 ftxfont_create_gcs.
236 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
237
238 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
239 Clip to src->width, etc (not src->clip_XXX).
240
241 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
242 FontBackend frame parameter.
243
244 2006-07-26 Kenichi Handa <handa@m17n.org>
245
246 * font.h (struct font_driver_list): New member `on'.
247 (Fclear_font_cache): EXFUN it.
248 (font_update_drivers): Extern it.
249
250 * font.c (font_unparse_fcname): Fix typo (swidth->width).
251 (font_list_entities): Check driver_list->on.
252 (register_font_driver): Initalize `on' member to 0.
253 (font_update_drivers): New function.
254 (Fclear_font_cache): Check driver_list->on.
255
256 * frame.h (Qfont_backend): Extern it.
257 (x_set_font_backend): Extern it.
258
259 * frame.c (Qfont_backend): New variable.
260 (frame_parms): New element for font-backend.
261 (x_set_font_backend): New function.
262
263 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
264 FontBackend frame parameter.
265 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
266 x_set_font_backend.
267
268 * xfont.c (xfont_list): Don't try listing by :name property if the
269 name is not for XLFD.
270
271 2006-07-24 Kenichi Handa <handa@m17n.org>
272
273 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
274 (LGLYPH_SET_TO): New macros.
275 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
276 element of G is vector or not.
277 (font_at): Extern it.
278
279 * font.c: Include window.h.
280 (font_lispy_object): New function.
281 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
282 end of valid glyph.
283 (font_close_object): Fix getting (struct font *).
284 (font_at): New function.
285 (Ffont_get): If FONT is a font-object, get entity from it.
286 (Ffont_make_gstring): Initialize elements of glyphs with nil.
287 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
288 range check.
289 (Ffont_at): New function.
290 (syms_of_font): Defsubr Sfont_at.
291
292 * xdisp.c (it_props): Move the entry for Qauto_composed to just
293 before the entry for Qcompostion.
294 (handle_auto_composed_prop): Call auto-composition-function with 4
295 args.
296 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
297 the font in gstring.
298 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
299 LGLYPH_FORM (g) to detect the end of valid glyph.
300 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
301 we are composing with gstring.
302
303 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
304 Check if adjustment is vector or not.
305
306 * Makefile.in (font.o): Make it depends on window.h.
307
308 2006-07-24 Kenichi Handa <handa@m17n.org>
309
310 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
311 adjustment is vector or not.
312
313 2006-07-20 Kenichi Handa <handa@m17n.org>
314
315 * casefiddle.c (casify_object): Sync with HEAD.
316
317 2006-07-18 Miles Bader <miles@gnu.org>
318
319 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
320
321 2006-07-14 Kenichi Handa <handa@m17n.org>
322
323 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
324 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
325 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
326
327 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild
328 card.
329 (DEVICE_DELTA): Fix typo.
330 (font_otf_gpos): Adjusted for the change of LGLYPH format.
331 (font_prepare_composition): Likewise.
332
333 * xterm.c (x_draw_composite_glyph_string_foreground): Adjusted for
334 the change of LGLYPH format.
335
336 2006-07-07 Kenichi Handa <handa@m17n.org>
337
338 * ftfont.c (ftfont_list): Fix typo.
339 (ftfont_build_basic_charsets): Don't include letters with
340 diactrics.
341
342 2006-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
343
344 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
345
346 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
347 xftface_info is non-NULL.
348
349 2006-07-07 Kenichi Handa <handa@m17n.org>
350
351 * ftfont.c (ftfont_list): Fix typo.
352 (ftfont_build_basic_charsets): Don't include letters with
353 diactrics.
354
355 2006-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
356
357 * ftfont.c (ftfont_list): Move misplaced #endif
358
359 2006-07-05 Kenichi Handa <handa@m17n.org>
360
361 * ftfont.c (ftfont_list): Pay attention to the case that
362 FC_CAPABILITY is not defined.
363
364 2006-07-03 Kenichi Handa <handa@m17n.org>
365
366 * xftfont.c (xftfont_open): Set charset related members to -1.
367
368 * ftfont.c (ftfont_list): Handle QCotf property. Handling of
369 QCname fixed.
370 (ftfont_open): Set charset related members to -1.
371
372 * fontset.c (Votf_script_alist): New variable.
373 (syms_of_fontset): Initialize it.
374 (fontset_font): Delete unused variable.
375
376 * fontset.h (Votf_script_alist): Extern it.
377
378 * font.c (font_find_for_lface): Code optimized.
379
380 * font.h (font_close_object, font_merge_old_spec): Extern them.
381
382 2006-06-28 Kenichi Handa <handa@m17n.org>
383
384 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
385 (syms_of_font): Initialize them.
386 (font_pixel_size): Allow float value in dpi.
387 (font_prop_validate_type): Deleted.
388 (font_prop_validate_symbol, font_prop_validate_style): Argument
389 changed. Caller changed.
390 (font_prop_validate_non_neg): Renamed from
391 font_prop_validate_size.
392 (font_prop_validate_extra): Deleted.
393 (font_prop_validate_spacing): New function.
394 (font_property_table): Add elements for all known properties.
395 (get_font_prop_index): Renamed from check_font_prop_name. New
396 argument FROM. Caller changed.
397 (font_prop_validate): Validate all known properties.
398 (font_put_extra): Argument force deleted. Caller changed.
399 (font_expand_wildcards): Make it static. Fix the way of shrinking
400 the possible range.
401 (font_parse_xlfd): Arguemnt merge deleted. Fix handling of RESX,
402 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
403 Caller changed.
404 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
405 (font_parse_fcname): Arguemnt merge deleted. Fix parsing of point
406 size. Don't validate properties values here. Caller changed.
407 (font_unparse_fcname): Handle dpi, spacing, and scalable
408 properties.
409 (font_open_by_name): Delete unused variable.
410 (Ffont_spec): Likewise. Validate property values.
411 (Ffont_match_p): New function.
412
413 * font.h (QCscalable): Extern it.
414 (font_parse_xlfd, font_parse_fcname): Prototype adjusted.
415
416 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and
417 scalable.
418
419 * xfont.c (xfont_query_font): Adjusted for the change of
420 font_parse_xlfd.
421 (xfont_list_pattern): New function.
422 (xfont_list): Use xfont_list_pattern.
423
424 * xftfont.c (xftfont_prepare_face): Cancel previous change.
425 (xftfont_done_face): Likewise.
426
427 2006-06-26 Kenichi Handa <handa@m17n.org>
428
429 * font.h (Flist_fonts): EXFUN it.
430
431 2006-06-25 Jason Rumney <jasonr@gnu.org>
432
433 * w32term.c (w32_initialize): Add back smoothing_type and
434 smoothing_enabled definitions.
435
436 2006-06-23 Kenichi Handa <handa@m17n.org>
437
438 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
439 s->face->font on determining underline position.
440
441 2006-06-21 Kenichi Handa <handa@m17n.org>
442
443 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
444 (font_has_char): Accept font-object too.
445 (font_find_for_lface): Try at first with a size specified in face.
446
447 * xftfont.c (xftfont_prepare_face): Make non-ascii face share
448 face->extra with ascii face.
449 (xftfont_done_face): Don't free face->extra of non-ascii face.
450
451 2006-06-20 Kenichi Handa <handa@m17n.org>
452
453 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
454 font_open_by_name.
455
456 2006-06-19 Kenichi Handa <handa@m17n.org>
457
458 * font.h (QCspacing, QCdpi): Extern them.
459 (enum font_spacing): New enum.
460 (FONT_PIXEL_SIZE_QUANTUM): New macro.
461
462 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
463 (QCspacing, QCdpi): New variables.
464 (syms_of_font): Initialize them.
465 (font_pixel_size): New function.
466 (font_put_extra): New function.
467 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
468 in FONT_EXTRA.
469 (font_parse_fcname): Handle enumenrated values (e.g. bold). Fix
470 handling font size. Add QCname property that contains only
471 unknown properties.
472 (font_score): Change argument. Caller changed. Pay attention to
473 FONT_PIXEL_SIZE_QUANTUM.
474 (font_sort_entites): Fix handling of font size.
475 (font_list_entities): Likewise.
476 (font_find_for_lface): Likewise.
477 (font_open_for_lface): Likewise.
478 (font_open_by_name): Likewise.
479 (Ffont_spec): Add QCname property that contains only unknown
480 properties.
481
482 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
483 include weight in listing pattern, instead check weight of each
484 listed font. Don't include scalable in pattern. Pay attention to
485 FONT_PIXEL_SIZE_QUANTUM.
486
487 2006-06-19 Kenichi Handa <handa@m17n.org>
488
489 * lread.c (read_escape): Fix the code synched with HEAD.
490
491 * font.c (font_parse_fcname): Fix parsing of point-size.
492 (font_unparse_fcname): Produce symbolic names for style
493 properties.
494 (font_list_entities): Handle float size correctly.
495 (font_open_by_name): Prefer `normal' property values if the name
496 doesn't specify them.
497
498 * fontset.c (Finternal_char_font): Use font_get_name, not
499 Ffont_xlfd_name.
500
501 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
502 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
503 pattern. Don't force scalable.
504
505 * xftfont.c (xftfont_open): For generating a name, start from
506 96-byte buffer.
507
508 2006-06-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
509
510 * frame.h (x_new_fontset2): Fix prototype.
511
512 2006-06-16 Kenichi Handa <handa@m17n.org>
513
514 * font.h (struct font_driver): Member parse_name deleted.
515 (font_match_p, font_get_spec, font_parse_fcname)
516 (font_unparse_fcname): Extern them.
517 (font_get_name): Prototype adjusted.
518
519 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
520 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
521 (font_expand_wildcards): Fix handling ENCODING field. Avoid
522 unnecessary checks for weight, slant, and swidth.
523 (font_parse_fcname): New function.
524 (font_unparse_fcname): New function.
525 (font_parse_name): New function.
526 (font_match_p): New function.
527 (font_get_name): Return value changed to Lisp string.
528 (font_get_spec): New function.
529 (Qunspecified, Qignore_defface): Don't extern them.
530 (font_find_for_lface): Assume that LFACE is fully specified.
531 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
532 object, use it for FACE.
533 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
534 driver->parse_name.
535 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
536
537 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Prototype
538 adjusted.
539
540 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Argument F
541 deleted. Don't call Fnew_fontset. Instead, directly call
542 make_fontset.
543
544 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Prototype adjusted.
545
546 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjusted for the change
547 of x_new_fontset2.
548
549 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
550 (Qsans__serif): New variables.
551 (ftfont_generic_family_list): New variable.
552 (syms_of_ftfont): Initialize the above variables.
553 (ftfont_pattern_entity): Argument NAME deleted.
554 (ftfont_list_generic_family): New function.
555 (ftfont_parse_name): Delete this function.
556 (ftfont_list): Try generic family only when FcFontList found no
557 font.
558 (ftfont_list_family): Fix args to FcObjectSetBuild.
559
560 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
561 object in attrs[LFACE_FONT_INDEX].
562 (set_lface_from_font_name): Cancel all changes for font-backend.
563 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
564 function.
565 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
566 font object in QCfont attribute.
567 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
568 (realize_default_face) [USE_FONT_BACKEND]: Call
569 set_lface_from_font_and_fontset.
570
571 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
572 "fixed", and signal error here if no suitable font was found.
573
574 * xfont.c (xfont_parse_name): Delete this function.
575
576 * xftfont.c (xftfont_open): Change coding style of error
577 handling. Generate fontconfig's fontname pattern.
578
579 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
580 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
581
582 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
583 Both args FONTSET and FONT_OBJECT must be existing ones.
584
585 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
586
587 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
588
589 2006-06-14 Kenichi Handa <handa@m17n.org>
590
591 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
592
593 * font.h (struct font): Fix typo.
594
595 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
596 XLFD_XXX_INDEX.
597 (enum xlfd_field_mask): New enum.
598 (intern_font_field): Argument changed. Caller changed. If digits
599 are followed by non-digits, return a symbol.
600 (font_expand_wildcards): New function.
601 (font_parse_xlfd): Fix wildcard handling.
602 (Ffont_spec): If :name is specified, reflect the info in the other
603 properties.
604
605 * ftfont.c (ftfont_pattern_entity): Fix typo.
606 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
607 locale.
608
609 2006-06-09 Kenichi Handa <handa@m17n.org>
610
611 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
612
613 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved from
614 ftfont.c.
615 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
616 registry doesn't specify encoding part.
617 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
618 (font_open_by_name): At first try parsing the name.
619 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
620 as Lisp symbols.
621
622 * fontset.c (reorder_font_vector): Pay attention to the case that
623 the 3rd element of font_def is nil.
624 (fontset_font): For the default fontset, append one more fontset
625 elements for a script-based font specification. Don't add script
626 attribute on finding a font.
627 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
628 font name.
629 (fontset_ascii_font): If a font can't be opened, return nil.
630
631 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved to
632 font.c.
633 (ftfont_pattern_entity): New function.
634 (ftfont_get_cache): Assume that freetype_font_cache is already
635 initialized.
636 (ftfont_list): Handle the case that a file is specified in font
637 name. Use ftfont_pattern_entity to generate entities.
638 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
639 (syms_of_ftfont): Initialize freetype_font_cache.
640
641 * xftfont.c (xftfont_open): Make the font name fontconfig's
642 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
643 (xftfont_close): Free font->font.name if not NULL.
644
645 * xfont.c (xfont_list): If script is specified for a font, return
646 null_vector.
647 (xfont_list_family): Declare argument type.
648
649 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
650 name, set LFACE_FONT (lface) to nil.
651
652 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
653 return Qnil.
654
655 2006-06-08 Jason Rumney <jasonr@gnu.org>
656
657 * w32term.c (w32_initialize): Manually sync 2006-06-05 change from
658 HEAD.
659
660 2006-06-08 Kenichi Handa <handa@m17n.org>
661
662 * emacs.c (main): Check -enable-font-backend arg after the check
663 of -nl.
664 (standard_args): Add "-enable-font-backend".
665
666 * coding.c (Ffind_operation_coding_system): Sync with HEAD.
667
668 * callproc.c (Fcall_process): Sync with HEAD.
669
670 * coding.h (CODING_REQUIRE_ENCODING): Comment sync with HEAD.
671
672 2006-06-07 Kenichi Handa <handa@m17n.org>
673
674 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
675 (struct xftdraw_list, xftdraw_list): Delete them.
676 (register_xftdraw, check_xftdraw): Delete them.
677 (xftfont_prepare_face): Don't call register_xftdraw.
678 (xftfont_done_face): Don't call check_xftdraw.
679 (xftfont_draw): Get backroudn color only when with_background is
680 nonzero.
681
682 * xfont.c (xfont_encode_char): Fix calculation of char2b.
683
684 2006-06-06 Kenichi Handa <handa@m17n.org>
685
686 These changes are for the new font handling codes.
687
688 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
689 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
690 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
691 (FONTSRC, FONTOBJ): New variables.
692 (obj): Add $(FONTOBJ).
693 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
694 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
695 @LIBOTF_LIBS@.
696 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
697 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depends on
698 $(FONTSRC).
699
700 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New
701 files.
702
703 * character.h (Vscript_representative_chars): Extern it.
704
705 * character.c (Vscript_representative_chars): New variable.
706 (syms_of_character): Declare it as a Lisp variable.
707
708 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
709 enable_font_backend is nonzero, accept the composition method
710 COMPOSITION_WITH_GLYPH_STRING.
711
712 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
713 enumeration COMPOSITION_WITH_GLYPH_STRING.
714
715 * config.in: Re-generated.
716
717 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
718 members clip_x, clip_y, clip_width, and clip_height.
719 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
720
721 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
722 --enable-font-backend. Call syms_of_font.
723
724 * fns.c (assoc_no_quit): New function.
725
726 * fontset.h (FONT_INFO_FROM_FACE): New macro.
727 (face_for_font, new_fontset_from_font)
728 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
729
730 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
731 (fontset_font, fontset_ascii, face_for_char)
732 (make_fontset_for_ascii_face, Ffont_info)
733 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
734 is nonzero, use font-backend mechanism.
735 (find_font_encoding): Make it non-static.
736 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
737 New functions.
738
739 * frame.h (struct frame): New members resx and resy.
740 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
741 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
742
743 * frame.c [USE_FONT_BACKEND]: Include "font.h".
744 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend
745 mechanism.
746
747 * lisp.h (assoc_no_quit): Extern it.
748
749 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
750 Through out the file, use FONT_INFO_FROM_FACE instead of
751 FONT_INFO_FROM_ID, use get_per_char_metric instead of
752 rif->per_char_metric.
753 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
754 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
755 (get_glyph_face_and_encoding, fill_composite_glyph_string)
756 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
757 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
758 nonzero, use font-backend mechanism.
759 (get_per_char_metric): New function.
760
761 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
762 (set_lface_from_font_name)
763 (set_font_frame_param, free_realized_face)
764 (prepare_face_for_display, clear_face_gcs)
765 (Finternal_set_font_selection_order, realize_x_face)
766 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
767 font-backend mechanism.
768 (clear_face_cache) [USE_FONT_BACKEND]: Don't call
769 clear_font_table.
770 (load_face_font) [USE_FONT_BACKEND]: Abort.
771 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
772 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New
773 functions.
774
775 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
776 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
777 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
778 nonzero, register all available font drivers. Call
779 x_default_font_parameter for deciding a font.
780 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
781
782 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
783 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
784 (x_set_glyph_string_clipping_exactly)
785 (x_compute_glyph_string_overhangs)
786 (x_draw_glyph_string_foreground)
787 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
788 (x_free_frame_resources) [USE_FONT_BACKEND]: If
789 enable_font_backend is nonzero, use font-backend mechanism.
790 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
791
792 2006-05-15 Kenichi Handa <handa@m17n.org>
793
794 * coding.h (system_eol_type): Fix synching with HEAD.
795
796 * coding.c (system_eol_type): Sync with HEAD.
797 (coding_inherit_eol_type): If PARENT is nil, inherit from
798 system_eol_type.
799 (syms_of_coding): Initialize system_eol_type.
800
801 * callproc.c (Fcall_process): Sync with HEAD.
802
803 * process.c (setup_process_coding_systems): Fix synching with
804 HEAD.
805 (read_process_output): Likewise.
806 (Fset_process_coding_system): Inherit system's eol format if
807 necessary.
808
809 * fileio.c (choose_write_coding_system): Fix synching with HEAD.
810
811 * keymap.c (push_key_description): Fix synching with HEAD.
812
813 2006-05-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
814
815 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
816
817 2006-04-07 Kenichi Handa <handa@m17n.org>
818
819 * coding.c (decode_eol): Pay attention to buffer relocation in
820 del_range_2.
821 (decode_coding): Call decode_eol before restoring undo_list.
822
823 2006-03-20 Kenichi Handa <handa@m17n.org>
824
825 * charset.c (Fdefine_charset_internal): Fix setting of
826 emacs_mule_bytes.
827
828 2006-03-14 Kenichi Handa <handa@m17n.org>
829
830 * keyboard.c (read_char): Check if C is a character or not before
831 looking up Vkeyboard_translate_table.
832
833 2006-03-10 Kenichi Handa <handa@m17n.org>
834
835 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
836 condition to terminate the loop.
837
838 2006-03-09 Kenichi Handa <handa@m17n.org>
839
840 * coding.c (produce_composition): Compare charbuf[i] instead of
841 args[i] against 0.
842 (Fterminal_coding_system): Use EQ to compare Lisp objects.
843
844 2006-03-07 Kenichi Handa <handa@m17n.org>
845
846 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
847 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
848 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
849 detect_coding.
850 (emacs_mule_char): Handle old style (Emacs 20) component character
851 of a composition.
852 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Fix parsing a composition
853 rule.
854 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
855 (decode_coding_emacs_mule): Handle invalid bytes correctly.
856
857 2006-03-04 Kenichi Handa <handa@m17n.org>
858
859 * coding.c (encode_coding_ccl): Allocate destination dynamically
860 when necessary.
861
862 2006-03-03 Kenichi Handa <handa@m17n.org>
863
864 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
865 the loop. When quitted, show a proper error message.
866
867 2006-03-02 Kenichi Handa <handa@m17n.org>
868
869 * coding.c (decode_coding): Fix previous change.
870
871 * xterm.c (x_set_glyph_string_clipping_exactly): Set
872 src->clip_head and src->clip_tail temporarily instead of src->hl.
873
874 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
875 character sequence.
876 (Fccl_execute_on_string): Use ASET, not XSET.
877
878 2006-03-01 Kenichi Handa <handa@m17n.org>
879
880 * search.c (search_buffer): Fix handling of "\\" in a trivial
881 regexp.
882
883 2006-02-28 Kenichi Handa <handa@m17n.org>
884
885 * coding.c (decode_coding): Fix the condition of terminating the
886 decoding loop.
887
888 2006-02-27 Kenichi Handa <handa@m17n.org>
889
890 * data.c (Faset): On setting a character bigger than 255 in a
891 unibyte string, signal an error instead of make the string
892 multibyte.
893
894 2006-02-22 Kenichi Handa <handa@m17n.org>
895
896 * charset.c (map_charset_chars): Fix for ascii-compatible charset
897 made by a mapping table.
898
899 2006-02-21 Kenichi Handa <handa@m17n.org>
900
901 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
902 not.
903 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
904 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
905
906 * xterm.c (x_draw_composite_glyph_string_foreground): Check
907 s->face is NULL or not.
908
909 2006-02-20 Kenichi Handa <handa@m17n.org>
910
911 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
912 (x_draw_glyph_string): Fix drawing of right_overhang and
913 left_overhang around/on cursor.
914
915 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting
916 glyphs.
917
918 * term.c (produce_glyphs): Sync to HEAD.
919
920 2006-02-15 Kenichi Handa <handa@m17n.org>
921
922 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
923
924 2006-02-05 Kenichi Handa <handa@m17n.org>
925
926 * coding.c: Cancel incorrect synching with HEAD.
927
928 2006-02-03 Kenichi Handa <handa@m17n.org>
929
930 * coding.c (Fdefine_coding_system_internal): Avoid a duplicated
931 element in Vcoding_system_alist.
932 (Fdefine_coding_system_alias): Likewise.
933
934 2006-01-19 Kenichi Handa <handa@m17n.org>
935
936 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
937
938 * coding.c: Sync to HEAD for handling autoload-coding-system.
939 (Qcoding_system_define_form): New variable.
940 (syms_of_coding): Intern and staticpro it.
941 (Fcoding_system_p): Check Qcoding_system_define_form.
942 (Fcheck_coding_system): Try to autoload the definition of
943 CODING-SYSTEM.
944
945 * coding.h (CODING_SYSTEM_P): If ID is not available, call
946 Fcoding_system_p.
947 (CHECK_CODING_SYSTEM): If ID is not available, call
948 Fcheck_coding_system.
949 (CHECK_CODING_SYSTEM_GET_SPEC): Try also Fcheck_coding_system.
950 (CHECK_CODING_SYSTEM_GET_ID): Likewise.
951
952 2006-01-17 Kenichi Handa <handa@m17n.org>
953
954 * xterm.c (handle_one_xevent): Delete unnecessary code inserted by
955 sync with HEAD.
956
957 * coding.c (code_conversion_restore): GCPRO arg.
958
959 2005-12-28 Kenichi Handa <handa@m17n.org>
960
961 * character.c (lisp_string_width): Check multibyteness of STRING.
962
963 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
964
965 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
966 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
967 (decode_mac_font_name): Use decode_coding_c_string instead of
968 decode_coding.
969 (x_load_font): Initialize fontp->fontset to -1. Set
970 fontp->encoding_type.
971
972 2005-10-17 Kenichi Handa <handa@m17n.org>
973
974 * search.c (search_buffer): Give up BM search on case-fold-search
975 if one of a target character has a case-equivalence of different
976 byte length even if that target charcter is an ASCII.
977 (simple_search): Fix culculation of byte length of matched text.
978 (boyer_moore): Fix handling of case-equivalent multibyte
979 characters.
980
981 2005-10-15 Kenichi Handa <handa@m17n.org>
982
983 * coding.c (decode_coding): Fix handling of invalid bytes.
984
985 2005-10-06 Kenichi Handa <handa@m17n.org>
986
987 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
988 Unicode characters.
989
990 2005-09-23 Kenichi Handa <handa@m17n.org>
991
992 * coding.c (encode_coding_object): If a pre-write-conversion
993 function makes a new buffer, kill it.
994
995 2005-07-29 Kenichi Handa <handa@m17n.org>
996
997 * coding.c (QCascii_compatible_p): New variable.
998 (syms_of_coding): Initialize it.
999 (ONE_MORE_BYTE): Decrement `src' before calling string_char.
1000 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1001 (record_conversion_result): Add `default:' case.
1002 (coding_charset_list): Delete unused variable `coding_type'.
1003 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
1004 property in the plist of the coding system.
1005 (Fcoding_system_put): Check QCascii_compatible_p.
1006
1007 2005-06-09 Kenichi Handa <handa@m17n.org>
1008
1009 * xdisp.c (get_next_display_element): Sync with the change in
1010 HEAD (2005-06-08).
1011
1012 2005-06-06 Kenichi Handa <handa@m17n.org>
1013
1014 * callproc.c (Fcall_process): Sync with the change in
1015 HEAD (2005-06-04).
1016
1017 2005-06-05 Miles Bader <miles@gnu.org>
1018
1019 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
1020 removed calculation of frame `f', as it's now used.
1021
1022 2005-05-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1023
1024 * macterm.c (x_font_name_to_mac_font_name): Sync with trunk
1025 for the case that does not require code conversion.
1026
1027 2005-05-11 Kenichi Handa <handa@m17n.org>
1028
1029 * Makefile.in (shortlisp): Cancel previous change.
1030 (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
1031 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
1032 (UNIDATA): New variable.
1033 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
1034 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
1035 $(RUN_TEMACS) unconditionally.
1036
1037 2005-05-10 Kenichi Handa <handa@m17n.org>
1038
1039 * Makefile.in (shortlisp): Add ../lisp/international/charprop.el.
1040 (temacs${EXEEXT}): Build charprop.el if necessary.
1041 (admindir): New variable.
1042 ($(lispsource)international/charprop.el): New target.
1043
1044 2005-05-04 Miles Bader <miles@gnu.org>
1045
1046 * character.c (chars-in-region): Obsolete function removed.
1047 (syms_of_character): Remove its initialization.
1048
1049 2005-04-28 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
1050
1051 * w32select.c (validate_coding_system)
1052 (setup_windows_coding_system): New functions.
1053 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
1054 setup_windows_coding_system.
1055 (setup_config, Fw32_get_clipboard_data): Use
1056 validate_coding_system.
1057 (Fx_selection_exists): Move call to setup_config to a place
1058 were signals are allowed.
1059
1060 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
1061 (Fcheck_coding_system): Add declarations.
1062
1063 2005-04-28 Kenichi Handa <handa@m17n.org>
1064
1065 * s/ms-w32.h (STDC_HEADERS): Sync with the change in
1066 HEAD (2005-04-23).
1067
1068 2005-04-25 Kenichi Handa <handa@m17n.org>
1069
1070 * charset.c (load_charset_map_from_vector): Fix for the first
1071 iteration.
1072
1073 2005-04-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1074
1075 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
1076 string as the second argument for x_new_fontset.
1077
1078 2005-04-18 Kenichi Handa <handa@m17n.org>
1079
1080 * fns.c (Fstring_as_multibyte): Fix the change for syncing with
1081 CVS head.
1082
1083 2005-04-09 Kenichi Handa <handa@m17n.org>
1084
1085 * search.c (search_buffer): Fix the change for syncing with CVS
1086 head.
1087 (search_buffer): Likewise.
1088
1089 2005-03-31 Kenichi Handa <handa@m17n.org>
1090
1091 * xdisp.c (get_next_display_element): Sync with CVS head.
1092
1093 2005-03-29 Kenichi Handa <handa@m17n.org>
1094
1095 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
1096 (encode_coding_object): Use safe_call instead of call2.
1097
1098 2005-03-14 Kenichi Handa <handa@m17n.org>
1099
1100 * fontset.c (set_default_ascii_font): Fix the change for
1101 syncing with CVS head.
1102
1103 2005-01-30 Kenichi Handa <handa@m17n.org>
1104
1105 * fontset.c (Fset_fontset_font): Check family element of a given
1106 vector.
1107
1108 * Makefile.in (lisp): Include charprop.el.
1109
1110 2005-01-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1111
1112 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
1113 Not sure if it's unnecessary.
1114
1115 2005-01-16 Steven Tamm <steventamm@mac.com>
1116
1117 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
1118 some possibly unnecessary fontset checking code that crashed
1119 when creating a new frame
1120
1121 2005-01-17 Kenichi Handa <handa@m17n.org>
1122
1123 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
1124 lookup_face.
1125
1126 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
1127
1128 * fringe.c (draw_fringe_bitmap_1): Fix argument to
1129 lookup_named_face.
1130
1131 2004-12-25 Kenichi Handa <handa@m17n.org>
1132
1133 * xdisp.c (get_next_display_element): Sync to the change in HEAD
1134 on 2004-12-21.
1135
1136 2004-12-11 Kenichi Handa <handa@m17n.org>
1137
1138 * search.c: Sync to the change in HEAD on 2004-11-19, 20.
1139
1140 * w32console.c: Sync to the change in HEAD on 2004-12-01.
1141
1142 * coding.c: Cancel the change done in HEAD on 2004-11-30.
1143 (coding_charset_list): New function.
1144
1145 * coding.h (coding_charset_list): Extern it.
1146
1147 * term.c: Sync to the change in HEAD on 2004-11-30.
1148
1149 2004-12-09 Kenichi Handa <handa@m17n.org>
1150
1151 * fontset.c (Fset_fontset_font): Call find_font_encoding with
1152 concatenation of family and registry.
1153
1154 2004-12-06 Kenichi Handa <handa@m17n.org>
1155
1156 * character.h (BYTE8_STRING): Fix typo.
1157
1158 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
1159 string to multibyte (sync to HEAD).
1160
1161 * casefiddle.c (casify_region): Handle changes in byte-length
1162 using replace_range_2 (sync to HEAD).
1163
1164 2004-11-24 Andreas Schwab <schwab@suse.de>
1165
1166 * chartab.c (map_char_table): GCPRO table and arg.
1167
1168 2004-10-29 Kenichi Handa <handa@m17n.org>
1169
1170 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
1171 already at limit.
1172
1173 2004-10-23 Kenichi Handa <handa@m17n.org>
1174
1175 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
1176 instead of fast_c_string_match_ignore_case.
1177 (find_font_encoding): Argument changed to Lisp_Object. Use
1178 fast_string_match_ignore_case instead of
1179 fast_c_string_match_ignore_case. Caller changed.
1180
1181 2004-10-15 Kenichi Handa <handa@m17n.org>
1182
1183 * xdisp.c (get_next_display_element): In unibyte case, decide to
1184 display in octal form by checking a chacter by
1185 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
1186
1187 * charset.c (Fset_unibyte_charset): Setup
1188 unibyte_has_multibyte_table.
1189
1190 * character.c (unibyte_has_multibyte_table): New variable.
1191
1192 * character.h (unibyte_has_multibyte_table): Extern it.
1193 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
1194
1195 2004-10-14 Kenichi Handa <handa@m17n.org>
1196
1197 * callproc.c (Fcall_process): Fix merging of 2004-10-13 change.
1198
1199 2004-10-13 Kenichi Handa <handa@m17n.org>
1200
1201 * coding.c (encode_coding_iso_2022): Fix handling of charset
1202 annotation.
1203
1204 2004-10-12 Kenichi Handa <handa@m17n.org>
1205
1206 * coding.c (setup_coding_system): If coding_system is nil, use
1207 Qundecided.
1208 (Fterminal_coding_system): Return nil if terminal coding system is
1209 `undecided'.
1210 (syms_of_coding): Define coding-system `undecided' here. Setup
1211 terminal_coding as `undecided'.
1212
1213 2004-10-04 Kenichi Handa <handa@m17n.org>
1214
1215 * xdisp.c (message_dolog, set_message_1): Call
1216 unibyte_char_to_multibyte with arg type int.
1217
1218 * fileio.c (Fsubstitute_in_file_name): Fix previous change.
1219
1220 * lread.c (read1): Fix reading of a char-table.
1221
1222 * print.c (print_object): Include sub char-table in cicularities
1223 detection.
1224
1225 2004-10-01 Kenichi Handa <handa@m17n.org>
1226
1227 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
1228 cons. Append the found sequences in car of ARGS instead of
1229 prepending.
1230
1231 2004-09-28 Kenichi Handa <handa@m17n.org>
1232
1233 * fileio.c (report_file_error): Make a unibyte string from
1234 strerror (errorno).
1235 (Fsubstitute_in_file_name): Fix the arg to
1236 unibyte_char_to_multibyte. It is evaluated twice.
1237
1238 2004-09-19 Kenichi Handa <handa@m17n.org>
1239
1240 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
1241
1242 2004-09-14 Kenichi Handa <handa@m17n.org>
1243
1244 * coding.c (detect_coding): Fix previous change.
1245
1246 2004-09-13 Kenichi Handa <handa@m17n.org>
1247
1248 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
1249 BOM is not found.
1250 (detect_coding): Optimization for ISO-2022 when no 8-bit data is
1251 found.
1252 (detect_coding_system): Likewise.
1253
1254 2004-09-01 Jason Rumney <jasonr@gnu.org>
1255
1256 * w32fns.c (x_to_w32_font): Update to use new coding struct.
1257
1258 2004-08-17 Kenichi Handa <handa@m17n.org>
1259
1260 * charset.c (Fdeclare_equiv_charset): Fix handing of CHARS.
1261 (Fiso_charset): Likewise.
1262
1263 2004-08-03 Steven Tamm <steventamm@mac.com>
1264
1265 * macterm.c (mac_encode_char): Add charset argument and update
1266 to use encoding_type
1267 (x_new_font,x_new_fontset): Merge in changes from xterm.c;
1268 switch to pure fontset
1269 (decode_mac_font_name): Temporarily remove decoding
1270 (x_font_name_to_mac_font_name): Temporarily remove encoding
1271 (x_load_font): Temporarily remove encoding
1272
1273 2004-06-30 Kenichi Handa <handa@m17n.org>
1274
1275 * xfaces.c (Fface_font): If frame is not on a window system,
1276 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
1277 refer to face->font.
1278 (split_font_name_into_vector, build_font_name_from_vector)
1279 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
1280 whne HAVE_WINDOW_SYSTEM is defined.
1281
1282 2004-05-29 Kenichi Handa <handa@m17n.org>
1283
1284 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
1285 (x_produce_glyphs): Fix setting of members of cmp in case
1286 cmp->glyph_len is zero,
1287
1288 * fontset.c (Fset_fontset_font): Docstring fixed.
1289 (Ffontset_info): Make it backward compatible. New arg ALL.
1290
1291 2004-05-11 Kim F. Storm <storm@cua.dk>
1292
1293 * process.c (read_process_output): Grow decoding_buf when needed;
1294 this could cause a crash in allocate_string and compact_small_strings.
1295
1296 2004-04-29 Kenichi Handa <handa@m17n.org>
1297
1298 * fileio.c (WRITE_BUF_SIZE): This macro deleted.
1299 (e_write): Fix previous change.
1300
1301 2004-04-28 Kenichi Handa <handa@m17n.org>
1302
1303 * coding.c (setup_coding_system): Set coding->common_flags
1304 correctly for raw-text.
1305 (consume_chars): On encoding unibyte text by raw-text, don't check
1306 multibyte form.
1307 (encode_coding): On encoding by raw-text, never use translation
1308 tables.
1309
1310 * fileio.c (e_write): Short cut for the case of no encoding.
1311
1312 2004-04-20 Kenichi Handa <handa@m17n.org>
1313
1314 * coding.c (detect_coding): Delete unused variables.
1315 (detect_coding_system): Likewise.
1316
1317 2004-04-18 Kenichi Handa <handa@m17n.org>
1318
1319 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
1320 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
1321
1322 2004-04-14 Kenichi Handa <handa@m17n.org>
1323
1324 Sync all files to HEAD.
1325
1326 2004-04-14 Kenichi Handa <handa@m17n.org>
1327
1328 * coding.c (Ffind_coding_systems_region_internal): Include
1329 raw-text and no-conversion in the result.
1330
1331 * fontset.h: Sync to HEAD.
1332
1333 * fontset.c: Sync to HEAD.
1334
1335 2004-04-14 Kenichi Handa <handa@m17n.org>
1336
1337 * fontset.c (find_font_encoding): Return `ascii' for unknown
1338 encoding.
1339 (load_font_get_repertory): Delete unnecessary check of ENCODING of
1340 FONT_DEF.
1341 (font_def_arg, add_arg, from_arg, to_arg): New args.
1342 (set_fontset_font): Argument changed.
1343 (Fset_fontset_font): Fix for the case that TARGET is a script
1344 name and charset name.
1345 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
1346
1347 2004-04-13 Kenichi Handa <handa@m17n.org>
1348
1349 * fontset.c (fontset_font): Renamed from fontset_face. Return
1350 value changed.
1351 (face_suitable_for_char_p): Adjusted for the change of
1352 fontset_font.
1353 (face_for_char): Likewise.
1354 (make_fontset_for_ascii_face): Fix setting of the fontset element
1355 for ASCII.
1356 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
1357 to get a font name.
1358 (Ffontset_info): Adjusted for the change of fontset_font.
1359
1360 * composite.c: Sync to HEAD.
1361
1362 * search.c: Sync to HEAD.
1363
1364 * coding.c: Sync to HEAD.
1365 (emacs_mule_char): Check invalid code more regidly.
1366
1367 * coding.h: Sync to HEAD.
1368
1369 * charset.c: Sync to HEAD.
1370
1371 * charset.h: Sync to HEAD.
1372
1373 * character.h (LEADING_CODE_LATIN_1_MIN)
1374 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
1375
1376 2004-04-08 Kenichi Handa <handa@m17n.org>
1377
1378 * category.h: Sync to HEAD.
1379
1380 * category.c: Sync to HEAD.
1381
1382 * syntax.h: Sync to HEAD.
1383
1384 * syntax.c: Sync to HEAD.
1385
1386 * regex.h: Sync to HEAD.
1387
1388 * regex.c: Sync to HEAD.
1389
1390 2004-04-07 Kenichi Handa <handa@m17n.org>
1391
1392 * editfns.c: Sync to HEAD.
1393 (check_translation): New function.
1394 (Ftranslate_region_internal): Handle M:N mapping.
1395
1396 2004-04-06 Kenichi Handa <handa@m17n.org>
1397
1398 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
1399
1400 2004-03-30 Kenichi Handa <handa@m17n.org>
1401
1402 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
1403 goto invalid_code.
1404 (decode_coding_iso_2022): Fix handling of invalid designation.
1405
1406 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
1407 after calling code_conversion_save.
1408
1409 2004-03-11 Kenichi Handa <handa@m17n.org>
1410
1411 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
1412
1413 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
1414
1415 * fontset.c: Include "intervals.h".
1416 (fontset_face): Fix comparing of Lisp_Objects.
1417 (free_face_fontset): Fix Lisp_Object/int mixup.
1418 (new_fontset_from_font_name): Likewise.
1419
1420 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
1421
1422 * coding.c: Add many prototypes for static functions.
1423 (get_translation_table): Allow max_lookup to be NULL.
1424 (decode_coding): Call get_translation_table with max_lookup NULL.
1425 (Ffind_coding_systems_region_internal): Likewise.
1426 (Funencodable_char_position, Fcheck_coding_systems_region):
1427 Likewise.
1428
1429 2004-03-11 Kenichi Handa <handa@m17n.org>
1430
1431 * coding.c (get_translation_table): Declare it as Lisp_Object.
1432 (LOOKUP_TRANSLATION_TABLE): New macro.
1433 (produce_chars): Use LOOKUP_TRANSLATION_TABLE instead of
1434 CHAR_TABLE_REF.
1435 (consume_chars): Likewise.
1436
1437 2004-03-11 Kenichi Handa <handa@m17n.org>
1438
1439 * coding.c (MAX_ANNOTATION_LENGTH): Adjusted for the change of
1440 annotation data format.
1441 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
1442 Change arguments FROM and TO to single argument NCHARS. Caller
1443 changed.
1444 (decode_coding_utf_8): Pay attention to coding->charbuf_used.
1445 (decode_coding_utf_16, decode_coding_emacs_mule)
1446 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
1447 (decode_coding_ccl, decode_coding_charset): Likewise.
1448 (get_translation): New function.
1449 (produce_chars): New arguments translation_table and last_block.
1450 Translate characters here. Return number of carryover chars.
1451 Caller changed.
1452 (produce_composition): New argument pos. Caller changed.
1453 Adjusted for the change of annotation data format.
1454 (produce_charset, produce_annotation): Likewise.
1455 (decode_coding, encode_coding): Don't call translate_chars.
1456 (consume_chars): New arg translation_table. Caller changed.
1457 (translate_chars): Deleted.
1458 (syms_of_coding): Make translation-table's number of extra slots
1459 2.
1460
1461 2004-03-09 Kenichi Handa <handa@m17n.org>
1462
1463 * search.c (simple_search): Fix setting this_pos_byte in backward
1464 search.
1465
1466 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
1467 byte sequence.
1468 (detect_coding_ccl): Fix setting of the variable valids.
1469
1470 2004-03-04 Kenichi Handa <handa@m17n.org>
1471
1472 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
1473
1474 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
1475
1476 * editfns.c (Ftranslate_region_internal): Renamed from
1477 Ftranslate_region. Accept a char-table in TABLE.
1478 (syms_of_editfns): Defsubr Stranslate_region_internal.
1479
1480 * xfaces.c (set_lface_from_font_name): If a font is specified for
1481 a frame, generate a fontset from the font.
1482 (build_scalable_font_name): If the scalable font is requested for
1483 a specific size, don't change that size.
1484 (try_font_list): Try a scalable font also in the case that a
1485 pattern string is specified,
1486
1487
1488 2004-03-03 Kenichi Handa <handa@m17n.org>
1489
1490 * xfaces.c (Fface_font): New optional arg CHARACTER.
1491
1492 2004-02-17 Kenichi Handa <handa@m17n.org>
1493
1494 * charset.h (CHARSET_OFFSET): New macro.
1495
1496 2004-02-13 Kenichi Handa <handa@m17n.org>
1497
1498 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
1499
1500 * fontset.c (fontset_face): Handle the case that repertory is a
1501 char-table.
1502 (find_font_encoding): Return nil for unknown encoding.
1503 (Fset_fontset_font): Ignore a font of unknown encoding.
1504
1505 2004-02-09 Kenichi Handa <handa@m17n.org>
1506
1507 * keymap.c (describe_vector): Handle default value of a char
1508 table.
1509
1510 * fontset.c (fontset_face): Handle fallback fonts correctly.
1511 (Ffontset_info): Return infomation about fallback fonts.
1512
1513 2004-02-06 Kenichi Handa <handa@m17n.org>
1514
1515 * fontset.c (FONTSET_DEFAULT): New macro.
1516 (FONTSET_ADD): Handle the case that range is nil.
1517 (fontset_add): Likewise.
1518 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
1519 the case that it is nil.
1520 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
1521 (syms_of_fontset): Set char-table-extra-slots property of fontset
1522 to 9.
1523
1524 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
1525 subset or superset.
1526
1527 2004-01-30 Kenichi Handa <handa@m17n.org>
1528
1529 * emacs.c (main): Call init_charset after syms_of_XXX.
1530
1531 * charset.c (Vcharset_map_directory): Deleted.
1532 (Vcharset_map_path): New variable
1533 (load_charset_map_from_file): Use Vcharset_map_path instead.
1534 (init_charset): Initialize Vcharset_map_path.
1535 (syms_of_charset): Delete declaration of "charset-map-directory",
1536 add declaration of "charset-map-path".
1537
1538 2004-01-29 Kenichi Handa <handa@m17n.org>
1539
1540 * fns.c (string_char_to_byte): Optimize for ASCII only string.
1541 (string_byte_to_char): Likewise.
1542
1543 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
1544
1545 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
1546 (detect_coding): Treat '\0' as normal ASCII byte..
1547 (detect_coding_system): Likewise.
1548
1549 2004-01-27 Kenichi Handa <handa@m17n.org>
1550
1551 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
1552
1553 * coding.c (QCmnemonic, QCdefalut_char)
1554 (QCdecode_translation_table, QCencode_translation_table)
1555 (QCpost_read_conversion, QCpre_write_conversion): New variables.
1556 (get_translation_table): Return a list of translation tables if
1557 necessary.
1558 (decode_coding): Call get_translation_table with ENCODEP 0.
1559 (char_encodable_p): If translation_table is non-nil, always call
1560 translate_char.
1561 (Fdefine_coding_system_internal): Accept list of translation
1562 tables as :encode-translation-table and :decode-translation-table.
1563 (Fcoding_system_put): New function.
1564 (syms_of_coding): Declare new symbols. Defsubr
1565 Scoding_system_put.
1566 (decode_coding_sjis): Handle 4th charset (typically JISX0212).
1567 (encode_coding_sjis): Likewise.
1568
1569 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
1570 when the charset is superset type.
1571
1572 * character.c (translate_char): Accept list of translation tables.
1573
1574 2004-01-25 Kenichi Handa <handa@m17n.org>
1575
1576 * coding.h (enum coding_attr_index): New member
1577 coding_attr_trans_tbl.
1578 (CODING_ATTR_TRANS_TBL): New macro.
1579
1580 * coding.c (get_translation_table): New function.
1581 (translate_chars): Fix the bug of skipping annotation data.
1582 (decode_coding): Utilze get_translation_table.
1583 (encode_coding): Likewise.
1584 (char_encodable_p): Translate char if necessary.
1585 (Funencodable_char_position): Likewise.
1586 (Ffind_coding_systems_region_internal): Setup translation table
1587 for encode in a coding system attribute vector in advance.
1588 (Fcheck_coding_systems_region): Likewise.
1589 (Fdefine_coding_system_internal): Allow a symbol as translation
1590 table. For shift-jis type coding system, allow 4th charset.
1591
1592 2004-01-24 Kenichi Handa <handa@m17n.org>
1593
1594 * coding.c (decode_coding_sjis): Check the first byte rigidly.
1595
1596 * xdisp.c (get_next_display_element): Pass -1 as POS to
1597 FACE_FOR_CHAR if displaying a C-string.
1598
1599 2004-01-23 Kenichi Handa <handa@m17n.org>
1600
1601 * composite.c (get_composition_id): Handle xoff and yoff in a
1602 composition rule.
1603
1604 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
1605 (struct composition): New member lbearing and rbearing.
1606
1607 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
1608 (x_get_glyph_overhangs): Handle a composition glyph.
1609 (x_produce_glyphs): Setup lbearing and rbreaing for a composition
1610 glyph.
1611
1612 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
1613 composition glyph.
1614
1615 2004-01-18 Kenichi Handa <handa@m17n.org>
1616
1617 * print.c: Include charset.h.
1618 (Vprint_charset_text_property): New variable.
1619 (Qdefault): Extern it.
1620 (PRINT_STRING_NON_CHARSET_FOUND)
1621 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
1622 (print_check_string_result): New variable.
1623 (print_check_string_charset_prop): New function.
1624 (print_prune_charset_plist): New variable.
1625 (print_prune_string_charset): New function.
1626 (print_object): Call print_prune_string_charset if
1627 Vprint_charset_text_property is not t.
1628 (print_interval): Print nothing if itnerval->plist is nil.
1629 (syms_of_print): Declare Vprint_charset_text_property as a lisp
1630 variable. Init and staticpro print_prune_charset_plist.
1631
1632 2004-01-15 Kenichi Handa <handa@m17n.org>
1633
1634 * fontset.c (new_fontset_from_font_name): Use the specified font
1635 for all characters in the new fontset.
1636
1637 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
1638 OBJECT args.
1639
1640 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
1641 OBJECT args for composition too.
1642
1643 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
1644 OBJECT args.
1645
1646 2004-01-13 Kenichi Handa <handa@m17n.org>
1647
1648 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
1649
1650 * fontset.c (reorder_font_vector): Adjusted for the change of
1651 FONT_DEF format.
1652 (fontset_face): New arg id. Caller changed.
1653 (face_for_char): New args pos and object.
1654 (make_fontset_for_ascii_face): Adjusted for the change of FONT_DEF
1655 format.n
1656 (fs_query_fontset): Check NAME by Fassoc too.
1657 (Fset_fontset_font): Allow non-XLFD font name.
1658 (Ffontset_info): Adjusted for the change of FONT_DEF format.
1659
1660 * fontset.h (face_for_char): Prototype adjusted.
1661
1662 * xdisp.c (face_before_or_after_it_pos): Call FACE_FOR_CHAR with
1663 POS and OBJECT args.
1664 (get_next_display_element): Likewise.
1665 (append_space): Likewise.
1666 (extend_face_to_end_of_line): Likewise.
1667 (get_char_face_and_encoding): Likewise.
1668 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
1669 (x_produce_glyphs): Likewise.
1670
1671 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
1672 POS and OBJECT args.
1673
1674 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
1675 POS and OBJECT args.
1676
1677 2004-01-03 Jason Rumney <jasonr@gnu.org>
1678
1679 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
1680 of GlobalAlloc'ed memory.
1681
1682 2003-12-29 Kenichi Handa <handa@m17n.org>
1683
1684 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
1685
1686 * charset.h (charset_table_used): Delete extern.
1687
1688 * charset.c (charset_table_used): Make it static.
1689 (map_charset_chars): Fix args to c_function with.
1690
1691 * chartab.c (map_sub_char_table_for_charset): Fix args to
1692 c_function with.
1693
1694 * coding.h (enum coding_result_code): Delete
1695 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
1696
1697 * coding.c (Qinsufficient_source, Qinconsistent_eol)
1698 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New
1699 variables.
1700 (Vlast_code_conversion_error): New variables.
1701 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
1702 (ONE_MORE_BYTE): Record error if any instead of signaling an
1703 error. If non-ASCII multibyte char is found, return the negative
1704 value of the code. All callers changed to check it.
1705 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1706 (record_conversion_result): New function. All codes setting
1707 coding->result are changed to call this function.
1708 (detect_coding_utf_8): Don't use the local variable incomplete.
1709 (decode_coding_utf_8): Likewise.
1710 (emacs_mule_char): Change the second arg to `const'.
1711 (detect_coding_emacs_mule): Don't use the local variable
1712 incomplete.
1713 (detect_coding_sjis): Likewise.
1714 (detect_coding_big5): Likewise.
1715 (decode_coding): Fix of flushing out unprocessed data.
1716 (make_conversion_work_buffer): Fix making of a work buffer.
1717 (decode_coding_object): Return coding->dst_object;
1718
1719 * fontset.c (set_fontset_font): Fix args.
1720
1721 * lisp.h (CHARACTERBITS): Define as 22.
1722
1723 * process.c (send_process): Be sure to set coding->src_multibyte.
1724
1725 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
1726
1727 2003-12-02 Kenichi Handa <handa@m17n.org>
1728
1729 * xdisp.c (handle_auto_composed_prop): Give limit to
1730 Fnext_single_char_property_change.
1731
1732 2003-12-02 Kenichi Handa <handa@m17n.org>
1733
1734 * coding.c (detect_coding): Fix previous change.
1735 (detect_coding_system): Likewise.
1736
1737 2003-12-02 Kenichi Handa <handa@m17n.org>
1738
1739 * composite.c (syms_of_composite): Don't make the compostion hash
1740 table week.
1741
1742 * fontset.c (Fset_fontset_font): Fix docstring.
1743
1744 * lisp.h (detect_coding_system): Adjust prototype.
1745
1746 * fileio.c (kill_workbuf_unwind): Delete this function.
1747 (Finsert_file_contents): Adjust the call of detect_coding_system.
1748 Get conversion_buffer by code_conversion_save. Use the macor
1749 CODING_MAY_REQUIRE_DECODING. After decoding, update
1750 coding_system.
1751
1752 * coding.h (make_conversion_work_buffer): Delete extern.
1753 (code_conversion_save): Extern it.
1754
1755 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
1756 (CODING_GET_INFO): Delete argument eol_type. Callers changed.
1757 (decode_coding_utf_8): Don't do eol converion.
1758 (detect_coding_utf_16): Check coding->src_chars, not
1759 coding->src_bytes. Add heuristics for those that have no
1760 signature.
1761 (decode_coding_emacs_mule): Don't do eol converion.
1762 (decode_coding_iso_2022): Likewise.
1763 (decode_coding_sjis): Likewise.
1764 (decode_coding_big5): Likewise.
1765 (decode_coding_charset): Likewise.
1766 (adjust_coding_eol_type): Return a new coding system.
1767 (detect_coding): Don't detect eol. Fix for utf-16 detection.
1768 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
1769 each change.
1770 (decode_coding): Pay attention to undo_list. Do eol convesion for
1771 all types of coding-systems (if necessary).
1772 (Vcode_conversion_work_buf_list): Delete it.
1773 (Vcode_conversion_reused_workbuf): Renamed from
1774 Vcode_conversion_reused_work_buf.
1775 (Vcode_conversion_workbuf_name): New variable.
1776 (reused_workbuf_in_use): New variable.
1777 (make_conversion_work_buffer): Delete the arg DEPTH.
1778 (code_conversion_restore): Argument changed to cons.
1779 (code_conversion_save): Delete the argument BUFFER. Callers
1780 changed.
1781 (detect_coding_system): New argument src_chars. Callers changed.
1782 Fix for utf-16 detection.
1783 (init_coding_once): Don't use ISO_carriage_return.
1784 (syms_of_coding): Initialized Vcode_conversion_workbuf_name and
1785 reused_workbuf_in_use.
1786
1787 2003-11-24 Kenichi Handa <handa@m17n.org>
1788
1789 * keymap.c (store_in_keymap): Pay attention to the case that idx
1790 is a cons specifying a character range.
1791
1792 * coding.c (Fdefine_coding_system_internal): Fix previous change.
1793
1794 2003-11-23 Kenichi Handa <handa@m17n.org>
1795
1796 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
1797 HANDLED_RECOMPUTE_PROPS.
1798
1799 * coding.c (Fdefine_coding_system_internal): Fix checking of
1800 ascii compatibility.
1801
1802 2003-11-22 Kenichi Handa <handa@m17n.org>
1803
1804 * charset.c (find_charsets_in_text): Delete unused locale
1805 variable.
1806 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
1807
1808 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
1809 Resync charset_list to Vemacs_mule_charset_list.
1810
1811 * keymap.c (store_in_keymap): Pay attention to the case that idx
1812 is a cons specifying a character range.
1813
1814 2003-11-18 Kenichi Handa <handa@m17n.org>
1815
1816 * composite.c (update_compositions): Bind inhibit-read-only, etc
1817 to t before calling remove-list-of-text-properties.
1818
1819 * print.c (print_object): Always print ASCII chars as is.
1820
1821 2003-11-17 Kenichi Handa <handa@m17n.org>
1822
1823 * keymap.c (Fdefine_key): Fix handling of Lucid style event type
1824 list.
1825
1826 * fns.c (Fmapconcat): Signal an error if SEQUENCE is a char table.
1827 (Fmapcar): Likewise.
1828 (Fmapc): Likewise.
1829
1830 2003-11-15 Kenichi Handa <handa@m17n.org>
1831
1832 * syntax.c (skip_chars): Be sure to alloca char_ranges when
1833 necessary.
1834
1835 2003-11-14 Kenichi Handa <handa@m17n.org>
1836
1837 * xfaces.c (set_lface_from_font_name): Fix for the case that
1838 FONTNAME is not fontset name.
1839
1840 2003-11-13 Kenichi Handa <handa@m17n.org>
1841
1842 * fns.c (base64_encode_1): Fix previous change.
1843
1844 2003-11-08 Kenichi Handa <handa@m17n.org>
1845
1846 * fontset.c (set_fontset_font): New function.
1847 (Fset_fontset_font): If a font is specified for a charset, use
1848 map_charset_chars to store the font spec in a fontset.
1849
1850 2003-10-29 Kenichi Handa <handa@m17n.org>
1851
1852 * fontset.c (fontset_face): Create a fallback fontset on demand
1853 (make_fontset): Don't create a fallback fontset here.
1854 (free_face_fontset): Free a fallback fontset (if any) too.
1855 (n_auto_fontsets): Delete this variable.
1856 (auto_fontset_alist): New variable.
1857 (new_fontset_from_font_name): Check auto_fontset_alist.
1858 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
1859 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
1860 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
1861 Defsubr Sfontset_list_all.
1862
1863 2003-10-24 Kenichi Handa <handa@m17n.org>
1864
1865 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
1866
1867 2003-10-23 Kenichi Handa <handa@m17n.org>
1868
1869 * fontset.c (Fnew_fontset): Check NAME more rigidly.
1870
1871 2003-10-17 Kenichi Handa <handa@m17n.org>
1872
1873 * editfns.c (Fgoto_char): Fix docstring.
1874
1875 2003-10-16 Kenichi Handa <handa@m17n.org>
1876
1877 * insdel.c (insert_from_gap): Adjust intervals correctly.
1878
1879 2003-10-12 Jason Rumney <jasonr@gnu.org>
1880
1881 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
1882 (pfnGetFontUnicodeRanges): New dynamically loaded function.
1883 (w32_initialize): Try to load it.
1884 (x_get_font_repertory): Use it if available.
1885 (w32_encode_char): Add shortcut for unicode output.
1886
1887 * w32fns.c (w32_load_system_font): Default charset to -1.
1888 (x_to_w32_charset): Match all fonts for unicode.
1889 (w32_to_x_charset): New parameter matching. Don't return partial
1890 or wildcard charsets.
1891 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
1892 (w32_codepage_for_font): Return CP_UNICODE for unicode.
1893 (w32_to_x_font): Match charset to real charset.
1894 (enum_font_cb2): Always list unicode versions.
1895
1896 * makefile.w32-in (temacs): Increase EMHEAP.
1897
1898 2003-10-11 Jason Rumney <jasonr@gnu.org>
1899
1900 * w32term.c (w32_encode_char): New charset parameter.
1901 font_info.encoding becomes encoding_type.
1902 (x_get_font_repertory): New function. Warning: stub only!
1903 (x_new_font): Return quickly if font already set.
1904 (x_new_fontset): fontsetname parameter is Lisp_Object.
1905 Use new fs_query_fontset. Try new_fontset_from_font_name. Use
1906 fontset_name for return value.
1907
1908 * w32term.h: Declare x_get_font_repertory.
1909
1910 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
1911 place of find_charset_in_text. Use encode_coding_object in place
1912 of encode_coding.
1913 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
1914 decode_coding.
1915
1916 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
1917 of x_new_fontset.
1918 (w32_load_system_font): Initialize charset as unicode.
1919 font_info.encoding becomes encoding_type.
1920 (w32_to_x_font): Use decode_coding_c_string in place of
1921 decode_coding.
1922 (x_to_w32_font): Use encode_coding_object in place of
1923 encode_coding.
1924 (syms_of_w32fns): Set get_font_repertory_func.
1925
1926 * w32console.c: Include character.h. Use terminal_encode_buffer
1927 from term.c.
1928 (write_glyphs): Use new version of encode_terminal_code. Use
1929 encode_coding_object in place of encode_coding.
1930
1931 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
1932 encoding becomes encoding_type.
1933
1934 * term.c (terminal_encode_buffer): Make externally visible.
1935
1936 * makefile.w32-in: Add character.h dependancies.
1937 (character.o, chartab.o): New targets.
1938
1939 2003-10-10 Kenichi Handa <handa@m17n.org>
1940
1941 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
1942 CODING_ID_EOL_TYPE..
1943
1944 2003-10-07 Andreas Schwab <schwab@suse.de>
1945
1946 * coding.c (produce_chars): Revert last change.
1947
1948 2003-10-06 Kenichi Handa <handa@m17n.org>
1949
1950 * charset.h (charset_unicode): Extern it.
1951
1952 * charset.c (string_xstring_p): Check by (C >= 0x100).
1953 (find_charsets_in_text): Format of the arc CHARSETS changed. New
1954 arg MULTIBYTE.
1955 (Ffind_charset_region, Ffind_charset_string): Adjusted for the
1956 change of find_charsets_in_text.
1957 (Fsplit_char): Fix doc. Never return unknown.
1958
1959 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
1960
1961 * coding.c (Fdefine_coding_system_alias): Update
1962 Vcoding_system_list.
1963
1964 * fontset.c (load_font_get_repertory): Pay attention to the case
1965 that ENCODING of a font is specified by a char-table.
1966
1967 * xterm.c (x_get_font_repertory): Handle the case that the
1968 encoding of font is other than Unicode.
1969
1970 2003-10-02 Kenichi Handa <handa@m17n.org>
1971
1972 * term.c (encode_terminal_code): Don't handle glyph-table. Check
1973 if a character is encodable by the terminal coding system. If
1974 not, produces proper number of `?'s. Update
1975 terminal_encode_buffer and terminal_encode_buf_size if necessary.
1976 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
1977
1978 2003-10-01 Kenichi Handa <handa@m17n.org>
1979
1980 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
1981 variables.
1982 (encode_terminal_code): Argument changed. Encode multiple
1983 characters at once. Store the result of encoding in
1984 terminal_encode_buffer.
1985 (write_glyphs): Adjusted for the change of encode_terminal_code.
1986 (insert_glyphs): Likewise.
1987 (term_init): Initialize terminal_encode_buffer and
1988 terminal_encode_buf_size.
1989
1990 * coding.c (consume_chars): If coding->src_object is nil, don't
1991 check annotation.
1992
1993 2003-09-30 Kenichi Handa <handa@m17n.org>
1994
1995 * character.c (char_string): Use ASCII_CHAR_P instead of
1996 SINGLE_BYTE_CHAR_P.
1997
1998 2003-09-30 Kenichi Handa <handa@m17n.org>
1999
2000 * xdisp.c (handle_auto_composed_prop): Check if the last
2001 characters of auto-composed region is newly composed with the
2002 following characters.
2003 (handle_composition_prop): Fix checking of point being inside
2004 composition.
2005
2006 2003-09-26 Kenichi Handa <handa@m17n.org>
2007
2008 * fns.c (concat): Don't change multibyteness of the result by
2009 concatenating an 8-bit character.
2010
2011 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
2012 multibyteness of the result when newelt is an 8-bit character.
2013
2014 2003-09-29 Dave Love <fx@gnu.org>
2015
2016 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
2017 EMACS_INT.
2018
2019 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
2020
2021 * xfaces.c (face_numeric_value): Declare dim size_t.
2022 (Finternal_lisp_face_equal_p): Remove unused f.
2023
2024 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
2025 (MATRIX_ROW): Remove unused vars.
2026 (draw_glyphs, x_insert_glyphs, fast_find_position)
2027 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
2028 byte/char counts.
2029
2030 * regex.c (regex_compile): Remove unused var.
2031
2032 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
2033
2034 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
2035 (Faccessible_keymaps, where_is_internal): Remove unused vars.
2036
2037 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
2038
2039 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
2040
2041 * fileio.c (Fwrite_region): Remove unused var.
2042
2043 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
2044 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
2045
2046 * composite.c (Fremove_list_of_text_properties): Declare.
2047
2048 * coding.c (inhibit_pre_post_conversion): Removed (unused).
2049 (alloc_destination, produce_chars): Use EMACS_INT for byte/char
2050 counts.
2051 (coding_inherit_eol_type): Remove unused attrs.
2052 (detect_coding): Cast arg of detect_eol.
2053
2054 * charset.c (syms_of_charset): Remove unused var p.
2055 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
2056 byte/char counts.
2057
2058 * casetab.c (set_case_table): Remove unused var.
2059
2060 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
2061 unsued vars.
2062
2063 2003-09-26 Dave Love <fx@gnu.org>
2064
2065 * xterm.c (x_bitmap_mask): Declare.
2066
2067 2003-09-17 Dave Love <fx@gnu.org>
2068
2069 * xterm.c (x_term_init): Fix type error.
2070
2071 * lisp.h: Add Funibyte_char_to_multibyte.
2072
2073 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
2074 (Fset_coding_system_priority): Doc fix.
2075
2076 * alloc.c: Sync with HEAD version.
2077
2078 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
2079
2080 * indent.c (check_composition): Make start and end EMACS_INT.
2081
2082 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
2083
2084 * xdisp.c (handle_composition_prop, check_point_in_composition):
2085 Make buffer positions EMACS_INT.
2086
2087 * composite.c (find_composition, run_composition_function)
2088 (update_compositions, Ffind_composition_internal): Make buffer
2089 positions EMACS_INT.
2090
2091 * composite.h (find_composition, update_compositions): Make
2092 position args EMACS_INT.
2093
2094 * keyboard.c (adjust_point_for_property): Make beg and end
2095 EMACS_INT.
2096
2097 * intervals.c (get_property_and_range)
2098 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
2099
2100 * unexalpha.c: Don't include varargs.h.
2101
2102 2003-09-16 Dave Love <fx@gnu.org>
2103
2104 * coding.h (ENCODE_UTF_8): New.
2105
2106 * Makefile.in (gtkutil.o): Depend on coding.h.
2107
2108 * coding.c (Fset_coding_system_priority): Doc fix.
2109
2110 2003-09-16 Kenichi Handa <handa@m17n.org>
2111
2112 * fileio.c (Finsert_file_contents): Call setup_coding_system in
2113 the case of auto saving.
2114
2115 2003-09-10 Andreas Schwab <schwab@suse.de>
2116
2117 * chartab.c (map_char_table): Protect `range' from GC.
2118 (map_char_table_for_charset): Likewise.
2119
2120 2003-07-09 Kenichi Handa <handa@m17n.org>
2121
2122 * coding.c (decode_coding_sjis): Check bytes more rigidly.
2123
2124 2003-06-26 Kenichi Handa <handa@m17n.org>
2125
2126 * fileio.c (choose_write_coding_system): Return a decided coding
2127 system.
2128 (Fwrite_region): Set Vlast_coding_system_used to the return value
2129 of choose_write_coding_system.
2130
2131 2003-06-06 Kenichi Handa <handa@m17n.org>
2132
2133 * charset.c (Fset_charset_priority): Pay attention to duplicated
2134 arguments.
2135
2136 * coding.c (QCcategory): New variable.
2137 (syms_of_coding): Defsym it. Set all elements of
2138 Vcoding_category_table and their symbol values.
2139 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
2140 coding-category-XXX, and coding-category-list.
2141 (Fdefine_coding_system_internal): Add category in the plist.
2142
2143 2003-06-05 Kenichi Handa <handa@m17n.org>
2144
2145 * callproc.c (Fcall_process): Handle carryover correctly.
2146
2147 * coding.c (decode_coding_iso_2022): Fix handling of invalid
2148 bytes.
2149 (raw_text_coding_system): Check NILP (coding_system).
2150 (coding_inherit_eol_type): Check NILP (coding_system) and
2151 NILP (parent).
2152 (consume_chars): Fix for the case of raw-text.
2153
2154 * process.c (read_process_output): Handle carryover correctly.
2155
2156 2003-06-02 Dave Love <fx@gnu.org>
2157
2158 * regex.c (re_search_2): Fix last change.
2159
2160 2003-05-30 Kenichi Handa <handa@m17n.org>
2161
2162 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
2163 target_multibyte. Even in a unibyte case, return a converted
2164 multibyte char.
2165 (GET_CHAR_AFTER): New macro.
2166 (PATFETCH): Translate via multibyte char.
2167 (HANDLE_UNIBYTE_RANGE): Delete this macro.
2168 (SETUP_MULTIBYTE_RANGE): New macro.
2169 (regex_compile): Setup compiled code so that its multibyteness
2170 matches that of a target. Fix the handling of "[X-YZ]" using
2171 SETUP_MULTIBYTE_RANGE.
2172 (analyse_first) <charset>: For filling fastmap for all multibyte
2173 characters, don't check by BASE_LEADING_CODE_P.
2174 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
2175 the same as RE_MULTIBYTE_P (bufp) now.
2176 (mutually_exclusive_p): Check by (! multibyte ||
2177 IS_REAL_ASCII (c)).
2178 (TARGET_CHAR_AND_LENGTH): Delete this macro.
2179 (TRANSLATE_VIA_MULTIBYTE): New macro.
2180 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
2181 It is the same as RE_MULTIBYTE_P (bufp) now.
2182 <exactn>: Translate via multibyte.
2183 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
2184 translate it.
2185 <charset, charset_not>: Fetch a character by
2186 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
2187 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
2188 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
2189 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
2190 by GET_CHAR_AFTER.
2191 (bcmp_translate): Likewise.
2192
2193 * search.c (compile_pattern): Check the member target_multibyte,
2194 not the member multibyte of buf.
2195
2196 * lread.c (read1): While reading a string, set force_singlebyte
2197 and force_multibyte correctly.
2198
2199 * charset.c (Fset_unibyte_charset): Fix setting up of
2200 unibyte_to_multibyte_table.
2201 (init_charset_once): Likewise.
2202
2203 2003-05-29 Kenichi Handa <handa@m17n.org>
2204
2205 * coding.c (setup_coding_system): If coding has
2206 post-read-conversion or pre-write-conversion, set
2207 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
2208 respectively.
2209 (decode_coding_gap): Run post-read-conversion if any.
2210
2211 * fileio.c (Finsert_file_contents): Even if we read into a
2212 unibyte buffer, check if we must decode the result or not.
2213
2214 2003-05-29 Kenichi Handa <handa@m17n.org>
2215
2216 * coding.c (make_conversion_work_buffer): Change the work buffer
2217 name to the same one as that of Emacs 21.
2218
2219 2003-05-28 Kenichi Handa <handa@m17n.org>
2220
2221 * coding.h (make_conversion_work_buffer): Prototype adjusted.
2222 (code_conversion_restore): Don't extern it.
2223
2224 * coding.c (detected_mask): Delete unused variable.
2225 (decode_coding_iso_2022): Pay attention to the byte sequence of
2226 CTEXT extended segment, and retain those bytes as is.
2227 (decode_coding_ccl): Delete unused variable `valids'.
2228 (setup_coding_system): Delete unused variable `category'.
2229 (consume_chars): Delete unused variable `category'. Make it work
2230 for non-multibyte case.
2231 (make_conversion_work_buffer): Argument changed.
2232 (saved_coding): Delete unused variable.
2233 (code_conversion_restore): Don't check saved_coding->destination.
2234 (code_conversion_save): New function.
2235 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
2236 instead of record_unwind_protect.
2237 (decode_coding_object, encode_coding_object): Likewise. Recover
2238 PT.
2239 (detect_coding_system): Delete unused variable `mask'.
2240 (Fdefine_coding_system_internal): Delete unsed vaiable id;
2241
2242 * fileio.c (kill_workbuf_unwind): New function.
2243 (Finsert_file_contents): On replacing, call
2244 make_conversion_work_buffer with correct args, and call
2245 record_unwind_protect with the first arg kill_workbuf_unwind.
2246
2247 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
2248
2249 2003-05-20 Kenichi Handa <handa@m17n.org>
2250
2251 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not
2252 FONTSET_NAME.
2253 (fontset_add): Fix for the case that TO is less than TO1.
2254 (Ffontset_info): Don't use fallback fontset on checking the
2255 default fontset.
2256 (dump_fontset): New function for debugging.
2257
2258 * coding.c (Fdefine_coding_system_internal): Fix for the case that
2259 coding_type is Qcharset.
2260
2261 2003-05-07 Kenichi Handa <handa@m17n.org>
2262
2263 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
2264 (map_char_table): Don't inherit the value from the parent on
2265 initializing VAL. Adjusted for the above change.
2266
2267 2003-05-06 Kenichi Handa <handa@m17n.org>
2268
2269 * coding.c (Qsignature, Qendian): Delete these variables.
2270 (syms_of_coding): Don't initialize them.
2271 (CATEGORY_MASK_UTF_16_AUTO): New macro.
2272 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
2273 detect_info->found.
2274 (decode_coding_utf_16): Don't detect BOM here.
2275 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
2276 is NOT utf_16_without_bom.
2277 (setup_coding_system): For a coding system of type utf-16, check
2278 if the attribute :endian is Qbig or not (not nil or not), and set
2279 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
2280 (detect_coding): If coding type is utf-16 and BOM detection is
2281 required, detect it.
2282 (Fdefine_coding_system_internal): For a coding system of type
2283 utf-16, check if the attribute :endian is Qbig or not (not nil or
2284 not).
2285
2286 2003-05-06 Kenichi Handa <handa@m17n.org>
2287
2288 * coding.c (coding_set_source): Fix for the case that the current
2289 buffer is different from coding->src_object.
2290 (decode_coding_object): Don't use the conversion work buffer if
2291 DST_OBJECT is a buffer.
2292
2293 2003-05-04 Dave Love <fx@gnu.org>
2294
2295 * lread.c (read_emacs_mule_char) [len==2]: Index
2296 emacs_mule_charset correctly.
2297
2298 2003-02-16 Dave Love <fx@gnu.org>
2299
2300 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
2301 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
2302 (Fdecode_big5_char, Fencode_big5_char): Deleted. (Big5 no longer
2303 treated specially.)
2304 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
2305 (detected_mask): Remove Big5 bits.
2306
2307 2003-04-09 Kenichi Handa <handa@m17n.org>
2308
2309 The following changes are to make the font rescaling facility
2310 compatible with Emacs 21.
2311
2312 * xfaces.c (Vface_font_rescale_alist): Renamed from
2313 Vface_resizing_fonts.
2314 (struct font_name): Rename member resizing_ratio to rescale_ratio.
2315 (font_rescale_ratio): Renamed from font_resizing_ratio.
2316 (split_font_name): Set font->rescale_ratio.
2317 (better_font_p): Pay attention to font->rescale_ratio.
2318 (build_scalable_font_name): Likewise. Change RESX, and RESY
2319 fields.
2320 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp
2321 variable.
2322
2323 2003-03-28 Kenichi Handa <handa@m17n.org>
2324
2325 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
2326 (Qutf_16_le): Remove these variables.
2327 (syms_of_coding): Don't DEFSYM them.
2328 (decode_coding_utf_16): Fix handling of BOM.
2329 (encode_coding_utf_16): Fix handling of BOM.
2330
2331 2003-03-14 Kenichi Handa <handa@m17n.org>
2332
2333 * fileio.c (Finsert_file_contents): On replacing, before decoding
2334 the file into the work buffer, set point of the work buffer to the
2335 end.
2336
2337 2003-02-13 Dave Love <fx@gnu.org>
2338
2339 * coding.c (Fcheck_coding_systems_region): Fix type errors.
2340
2341 2003-02-04 Dave Love <fx@gnu.org>
2342
2343 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
2344 and fix C types.
2345
2346 2003-01-31 Kenichi Handa <handa@m17n.org>
2347
2348 * xdisp.c (SKIP_GLYPHS): New macro.
2349 (set_cursor_from_row): Pay attention to string display properties.
2350
2351 * category.c (copy_category_entry): Fix for the case that RANGE
2352 is an integer.
2353
2354 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
2355
2356 * w32term.c (w32_encode_char): Call ccl_driver with the last arg
2357 Qnil.
2358
2359 2003-01-30 Kenichi Handa <handa@m17n.org>
2360
2361 * charset.c (Fcharset_id_internal): New function.
2362 (syms_of_charset): Defsubr it.
2363
2364 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
2365 with the last arg charset_list acquired from coding.
2366 (Fdefine_coding_system_internal): For ccl-based coding system, fix
2367 the attribute coding_attr_ccl_valids.
2368
2369 * coding.h (enum define_coding_ccl_arg_index): Set the first
2370 member coding_arg_ccl_decoder to coding_arg_max.
2371
2372 * ccl.h (ccl_driver): Prototype adjusted.
2373
2374 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
2375 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
2376 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
2377 (Fccl_execute): Call ccl_driver with the last arg Qnil.
2378 (Fccl_execute_on_string): Likewise.
2379
2380 2003-01-11 Kenichi Handa <handa@m17n.org>
2381
2382 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
2383 call encode_char.
2384
2385 * charset.c (encode_char): Fix handling of methods SUBSET and
2386 SUPERSET.
2387
2388 * xterm.c (x_new_fontset): Fix previous change.
2389
2390 2003-01-10 Dave Love <fx@gnu.org>
2391
2392 * composite.c (syms_of_composite): Make composition_hash_table
2393 weak.
2394
2395 2003-01-10 Kenichi Handa <handa@m17n.org>
2396
2397 * dispextern.h (check_face_attributes, generate_ascii_font_name)
2398 (font_name_registry): Don't extern them.
2399 (split_font_name_into_vector, build_font_name_from_vector): Extern
2400 them.
2401
2402 * fontset.h (Qfontset): Don't extern it.
2403 (new_fontset_from_font_name): Extern it.
2404
2405 * fontset.c: Give 8 extra slots to fontset objects.
2406 (Qfontset_info): New variable.
2407 (syms_of_fontset): Defsym it.
2408 (FONTSET_FALLBACK): New macro.
2409 (fontset_face): Try also the default fontset.
2410 (make_fontset): Realize a fallback fontset from the default
2411 fontset.
2412 (generate_ascii_font_name): Moved from xfaces.c. Rewritten by
2413 using split_font_name_into_vector and build_font_name_from_vector.
2414 (Fset_fontset_font): Access the elements of font_spec by enum
2415 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
2416 name by using split_font_name_into_vector.
2417 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
2418 generate a proper font name from the fontset name. Update
2419 Vfontset_alias_alist.
2420 (n_auto_fontsets): New variable.
2421 (new_fontset_from_font_name): New function.
2422 (Ffont_info): Store the information about fonts generated from the
2423 default fontset in the first extra slot of the returned
2424 char-table.
2425
2426 * xfaces.c (generate_ascii_font_name): Moved to fontset.c.
2427 (font_name_registry): Function deleted.
2428 (split_font_name_into_vector): New function.
2429 (build_font_name_from_vector): New function.
2430 (font_list): The argument REGISTRY is now a list of registry
2431 names.
2432 (choose_face_font): If we are choosing an ASCII font, and ATTRS
2433 specifies an explicit font name, return the name as is. Make a
2434 list of registy names.
2435
2436 * xfns.c (x_set_font, x_create_tip_frame): Adjusted to the change
2437 of x_new_fontset.
2438 (Fx_create_frame): Don't call x_new_fontset here. Just use
2439 x_list_fonts to check the existence of fonts.
2440
2441 * xterm.h (x_new_fontset): Prototype adjusted.
2442
2443 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
2444 string. Use new_fontset_from_font_name to create a fontset from a
2445 font name.
2446
2447 2003-01-07 Dave Love <fx@gnu.org>
2448
2449 * Makefile.in: Fix some dependencies.
2450
2451 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
2452 set it to nil before returning.
2453
2454 * composite.c (update_compositions): Fix type error.
2455
2456 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
2457
2458 2003-01-07 Kenichi Handa <handa@m17n.org>
2459
2460 * xterm.c (x_new_font): Optimize for the case that the font is
2461 already set for the frame.
2462
2463 2003-01-06 Kenichi Handa <handa@m17n.org>
2464
2465 * chartab.c (char_table_ascii): Check if the char table contents
2466 is sub-char-table or not.
2467 (char_table_set): Fix argument to char_table_ascii.
2468 (char_table_set_range): Likewise.
2469
2470 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
2471 (detect_coding_utf_8, detect_coding_utf_16)
2472 (detect_coding_emacs_mule, detect_coding_iso_2022)
2473 (detect_coding_sjis, detect_coding_big5)
2474 (detect_coding_ccl, detect_coding_charset): Change argument MASK
2475 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
2476 sequence is valid in this coding system. Callers changed.
2477 (MAX_ANNOTATION_LENGTH): New macro.
2478 (ADD_ANNOTATION_DATA): New macro.
2479 (ADD_COMPOSITION_DATA): Argument changed. Callers changed. Call
2480 ADD_ANNOTATION_DATA. The format of annotation data changed.
2481 (ADD_CHARSET_DATA): New macro.
2482 (emacs_mule_char): New argument ID. Callers changed.
2483 (decode_coding_emacs_mule, decode_coding_iso_2022)
2484 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
2485 Produce charset annotation data in coding->charbuf.
2486 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
2487 to charset annotation data in coding->charbuf.
2488 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
2489 coding->common_flags if the coding system is iso-2022 based and
2490 uses designation.
2491 (produce_composition): Adjusted for the new annotation data
2492 format.
2493 (produce_charset): New function.
2494 (produce_annotation): Handle charset annotation.
2495 (handle_composition_annotation, handle_charset_annotation): New
2496 functions.
2497 (consume_chars): Handle charset annotation. Utilize the above two
2498 functions.
2499 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
2500 buffer, get the deleted text as a string and set
2501 coding->src_object to that string.
2502 (detect_coding, detect_coding_system): Use the new struct
2503 coding_detection_info.
2504
2505 * coding.h (struct coding_detection_info): New structure.
2506 (struct coding_system): Prototype of the member `detector'
2507 adjusted.
2508 (CODING_ANNOTATE_CHARSET_MASK): New macro.
2509
2510 2003-01-06 Kenichi Handa <handa@m17n.org>
2511
2512 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
2513
2514 2003-01-03 Dave Love <fx@gnu.org>
2515
2516 * keymap.c (apropos_predicate, apropos_accumulate): Declare
2517 static.
2518 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
2519 to new local and nullify apropos_accumulate before returning.
2520 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
2521
2522 2002-12-05 Kenichi Handa <handa@m17n.org>
2523
2524 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
2525 correctly.
2526
2527 2002-11-26 Dave Love <fx@gnu.org>
2528
2529 * fns.c (Flanginfo): Call synchronize_system_time_locale.
2530
2531 2002-11-07 Kenichi Handa <handa@m17n.org>
2532
2533 The following changes are to make character composition happen
2534 automatically on displaying.
2535
2536 * Makefile.in (lisp, shortlisp): Add composite.elc
2537
2538 * composite.h (Qauto_composed, Vauto_composition_function,
2539 Qauto_composition_function): Extern them.
2540
2541 * composite.c (Vcomposition_function_table,
2542 Qcomposition_function_table): Delete variables.
2543 (Qauto_composed, Vauto_composition_function,
2544 Qauto_composition_function): New variables.
2545 (run_composition_function): Don't call
2546 compose-chars-after-function.
2547 (update_compositions): Clear `auto-composed' text property.
2548 (compose_chars_in_text): Delete this function.
2549 (syms_of_composite): Staticpro Qauto_composed and
2550 Qauto_composition_function. Declare Vauto_composition_function as
2551 a Lisp variable.
2552
2553 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
2554
2555 * xdisp.c (it_props): Add an entry for Qauto_composed.
2556 (handle_auto_composed_prop): New function.
2557
2558 * xselect.c (selection_data_to_lisp_data): Don't call
2559 compose_chars_in_text.
2560
2561 2002-11-06 Dave Love <fx@gnu.org>
2562
2563 * keyboard.c (read_char): Modify checking around use of
2564 Vkeyboard_translate_table.
2565
2566 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
2567 and fix C types.
2568
2569 2002-11-06 Kenichi Handa <handa@m17n.org>
2570
2571 * coding.c (decode_coding_utf_8): When eol_type is Qdos, handle
2572 the case that the last byte is '\r' correctly.
2573 (decode_coding_emacs_mule): Likewise.
2574 (decode_coding_iso_2022): Likewise.
2575 (decode_coding_sjis): Likewise.
2576 (decode_coding_big5): Likewise.
2577 (decode_coding_charset): Likewise.
2578 (produce_chars): Likewise.
2579 (decode_coding): Flushing out the unprocessed data correctly.
2580 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of
2581 coding->mode.
2582
2583 2002-10-31 Dave Love <fx@gnu.org>
2584
2585 * xterm.c (XTread_socket): Fix changes for defined keysyms. Add
2586 XK_ISO... case.
2587 (xaw_scroll_callback): Revert last change.
2588
2589 2002-10-30 Kenichi Handa <handa@m17n.org>
2590
2591 * charset.c (Fset_charset_priority): Update
2592 Viso_2022_charset_list.
2593
2594 2002-10-29 Kenichi Handa <handa@m17n.org>
2595
2596 * xfaces.c (Vface_resizing_fonts): New variable.
2597 (struct font_name): New member `resizing_ratio'.
2598 (font_resizing_ratio): New function.
2599 (split_font_name): Set font->resizing_ratio.
2600 (better_font_p): Pay attention to font->resizing_ratio.
2601 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
2602 RESX, and RESY fields.
2603 (try_alternative_families): Try scalable fonts if
2604 Vscalable_fonts_allowed is not Qt.
2605 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
2606
2607 2002-10-29 Dave Love <fx@gnu.org>
2608
2609 * xterm.c (xaw_scroll_callback): Cast correctly.
2610
2611 2002-10-28 Dave Love <fx@gnu.org>
2612
2613 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
2614 (lispy_kana_keys): Comment out.
2615 (make_lispy_event) [XK_kana_A]: Comment out.
2616
2617 * xterm.c (xaw_scroll_callback): Cast call_data.
2618 (XTread_socket): Deal with ASCII keysyms.
2619 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
2620
2621 2002-10-27 Dave Love <fx@gnu.org>
2622
2623 * xterm.c (Vx_keysym_table): New.
2624 (syms_of_xterm): Initialize it.
2625 (XTread_socket): Use it.
2626 From head: Eliminate incorrect optimization that tried to avoid
2627 decoding the output of X*LookupString.
2628 (x_get_font_repertory): Delete charset declaration.
2629
2630 2002-10-16 Kenichi Handa <handa@m17n.org>
2631
2632 * coding.c (detect_coding): Fix previous change.
2633 (detect_coding_charset): If only ASCII bytes are found, return 0.
2634 (detect_coding_system): Fix previous change.
2635 (Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT
2636 (attrs) correctly.
2637
2638 2002-10-15 Dave Love <fx@gnu.org>
2639
2640 * coding.c (Fcheck_coding_system): Doc fix.
2641
2642 * editfns.c (Finsert_byte): Return a proper value.
2643
2644 2002-10-14 Kenichi Handa <handa@m17n.org>
2645
2646 * coding.c (decode_coding): Fix args to translate_chars. Pay
2647 attention to Vstandard_translation_table_for_decode.
2648 (encode_coding): Fix args to translate_chars. Pay attention to
2649 Vstandard_translation_table_for_encode.
2650
2651 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
2652 SINGLE_BYTE_CHAR_P.
2653
2654 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
2655 not by SINGLE_BYTE_CHAR_P.
2656
2657 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
2658 SINGLE_BYTE_CHAR_P.
2659
2660 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
2661 SINGLE_BYTE_CHAR_P.
2662
2663 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
2664 by SINGLE_BYTE_CHAR_P.
2665
2666 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
2667 SINGLE_BYTE_CHAR_P.
2668
2669 2002-10-14 Dave Love <fx@gnu.org>
2670
2671 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
2672
2673 2002-10-10 Dave Love <fx@gnu.org>
2674
2675 * fns.c (Flanginfo): Fix typo.
2676
2677 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
2678
2679 2002-10-10 Kenichi Handa <handa@m17n.org>
2680
2681 * coding.c (detect_coding_utf_8): Check incomplete byte sequence.
2682 Don't update *mask when correctly detected.
2683 (detect_coding_utf_16): Likewise.
2684 (detect_coding_emacs_mule): Likewise.
2685 (detect_coding_iso_2022): Likewise.
2686 (detect_coding_sjis): Likewise.
2687 (detect_coding_big5): Likewise.
2688 (detect_coding_ccl): Likewise.
2689 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
2690 (detect_eol): Delete the argument CODING, and add the argument
2691 CATEGORY.
2692 (detect_coding): Adjusted for the changes above.
2693 (detect_coding_system): Likewise.
2694
2695 2002-10-09 Kenichi Handa <handa@m17n.org>
2696
2697 * character.c (char_string): Renamed from
2698 char_string_with_unification. Pay attention to
2699 CHAR_MODIFIER_MASK.
2700 (string_char): Renamed from string_char.
2701
2702 * character.h (CHAR_STRING): Call char_string if C is greater than
2703 MAX_3_BYTE_CHAR.
2704 (CHAR_STRING_ADVANCE): Likewise.
2705 (STRING_CHAR): Call string_char instead of
2706 string_char_with_unification.
2707 (STRING_CHAR_AND_LENGTH): Likewise.
2708 (STRING_CHAR_ADVANCE): Likewise.
2709
2710 2002-10-09 Dave Love <fx@gnu.org>
2711
2712 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
2713
2714 2002-10-07 Kenichi Handa <handa@m17n.org>
2715
2716 * keymap.c (push_key_description): Pay attention to
2717 force_multibyte.
2718
2719 * regex.c (re_search_2): Fix for the case of unibyte buffer.
2720
2721 2002-10-06 Dave Love <fx@gnu.org>
2722
2723 * charset.c (define_charset_internal): Rename `supprementary'.
2724
2725 * Makefile.in (lisp, shortlisp): Remove latin-N.
2726
2727 2002-10-05 Dave Love <fx@gnu.org>
2728
2729 * xfns.c (x_window, x_window): Use use_xim.
2730
2731 * xterm.c (use_xim): Initialize.
2732 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
2733 (x_term_init): Maybe set use_xim.
2734
2735 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
2736
2737 2002-10-01 Kenichi Handa <handa@m17n.org>
2738
2739 * search.c (search_buffer): Fix case-fold-search of multibyte
2740 characters.
2741 (boyer_moore): Rename the last argument to char_high_bits.
2742
2743 2002-09-27 Kenichi Handa <handa@m17n.org>
2744
2745 * xdisp.c (display_string): Fix for the case of zero width glyph.
2746
2747 * xfns.c (x_set_font): Change the error message of the case that
2748 x_new_fontset returns Qt.
2749
2750 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
2751 (Finternal_set_lisp_face_attribute): Use signal_error for the
2752 error of invalid fontset.
2753
2754 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
2755 fontset, return Qt.
2756
2757 2002-09-19 Kenichi Handa <handa@m17n.org>
2758
2759 * regex.c (re_search_2): Fix previous change.
2760
2761 2002-09-18 Kenichi Handa <handa@m17n.org>
2762
2763 * syntax.c (skip_syntaxes): Fix previous change.
2764
2765 2002-09-13 Kenichi Handa <handa@m17n.org>
2766
2767 * syntax.c (skip_chars): Fix previous change.
2768 (skip_syntaxes): Fix previous change.
2769
2770 2002-09-06 Dave Love <fx@gnu.org>
2771
2772 * config.in: Restore it.
2773
2774 2002-09-05 Dave Love <fx@gnu.org>
2775
2776 * config.in: Removed (now auto-generated).
2777
2778 * s/usg5-4.h: Fix last change.
2779
2780 * unexelf.c (unexec): Make .got handling not SGI-specific.
2781
2782 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
2783
2784 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
2785
2786 * keyboard.c (read_key_sequence): Fix type error.
2787
2788 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
2789 type error.
2790
2791 * fontset.c (fontset_add): Return Lisp_Object.
2792
2793 2002-09-03 Dave Love <fx@gnu.org>
2794
2795 * charset.h (charset_ordered_list_tick): Declare extern.
2796
2797 2002-09-03 Kenichi Handa <handa@m17n.org>
2798
2799 The following changes (and some of 2002-08-20 changes of mine) are
2800 for handling syntax, category, and case conversion for unibyte
2801 characters by converting them to multibyte on the fly. With these
2802 changes, we don't have to setup syntax and case tables for unibyte
2803 characters in each language environment.
2804
2805 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
2806 multibyte if necessary.
2807
2808 * bytecode.c (Fbyte_code): Likewise.
2809
2810 * character.h (LEADING_CODE_LATIN_1_MIN)
2811 (LEADING_CODE_LATIN_1_MAX): New macros.
2812 (unibyte_to_multibyte_table): Extern it.
2813 (unibyte_char_to_multibyte): New macro.
2814 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
2815 (CHAR_LEADING_CODE): New macro.
2816 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
2817
2818 * character.c (unibyte_to_multibyte_table): New variable.
2819 (unibyte_char_to_multibyte): Move to character.h and defined as
2820 macro.
2821 (multibyte_char_to_unibyte): If C is an eight-bit character,
2822 convert it to the corresponding byte value.
2823
2824 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
2825 not 1, singals an error. Update the elements of
2826 unibyte_to_multibyte_table.
2827 (init_charset_once): Initialize unibyte_to_multibyte_table.
2828 (syms_of_charset): Define the charset `iso-8859-1'.
2829
2830 * casefiddle.c (casify_object): Fix previous change.
2831
2832 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
2833 as is without converting it to unibyte. In a unibyte buffer,
2834 convert C to multibyte before checking the syntax.
2835
2836 * lisp.h (unibyte_char_to_multibyte): Extern deleted.
2837
2838 * minibuf.c (Fminibuffer_complete_word): Use the macro
2839 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
2840
2841 * regex.h (struct re_pattern_buffer): New member target_multibyte.
2842
2843 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
2844 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
2845 that is zero, convert an eight-bit char to multibyte.
2846 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
2847 non-emacs case.
2848 (PATFETCH): Convert an eight-bit char to multibyte.
2849 (HANDLE_UNIBYTE_RANGE): New macro.
2850 (regex_compile): Setup the compiled pattern for multibyte chars
2851 even if the given regex string is unibyte. Use PATFETCH_RAW
2852 instead of PATFETCH in many places. To handle `charset'
2853 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
2854 only for ASCII chars.
2855 (analyse_first) <exactn>: Simplified because the compiled pattern
2856 is multibyte.
2857 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
2858 <charset>: Use CHAR_LEADING_CODE to get leading codes.
2859 <categoryspec>: If multibyte, setup fastmap only for ASCII chars
2860 here.
2861 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
2862 multibyte always 1.
2863 (re_search_2) In emacs, set the locale variable multibyte to 1,
2864 otherwise to 0. New local variable target_multibyte. Check it
2865 to decide the multibyteness of STR1 and STR2. If
2866 target_multibyte is zero, convert unibyte chars to multibyte
2867 before translating and checking fastmap.
2868 (TARGET_CHAR_AND_LENGTH): New macro.
2869 (re_match_2_internal): In emacs, set the locale variable multibyte
2870 to 1, otherwise to 0. New local variable target_multibyte. Check
2871 it to decide the multibyteness of STR1 and STR2. Use
2872 TARGET_CHAR_AND_LENGTH to fetch a character from D.
2873 <charset, charset_not>: If multibyte is nonzero, check fastmap
2874 only for ASCII chars. Call bcmp_translate with
2875 target_multibyte, not with multibyte.
2876 <begline>: Declare the local variable C as `unsigned'.
2877 (bcmp_translate): Change the last arg name to target_multibyte.
2878
2879 * search.c (compile_pattern_1): Don't adjust the multibyteness of
2880 the regexp pattern and the matching target. Set cp->buf.multibyte
2881 to the multibyteness of the regexp pattern. Set
2882 cp->but.target_multibyte to the multibyteness of the matching
2883 target.
2884 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
2885 FETCH_STRING_CHAR_ADVANCE.
2886 (Freplace_match): Convert unibyte chars to multibyte.
2887
2888 * syntax.c (char_quoted): Use FETCH_CHAR_AS_MULTIBYTE to convert
2889 unibyte chars to multibyte.
2890 (back_comment): Likewise.
2891 (scan_words): Likewise.
2892 (skip_chars): The arg syntaxp is deleted, and the code for
2893 handling syntaxes is moved to skip_syntaxes. Callers changed.
2894 Fix the case that the multibyteness of STRING and the current
2895 buffer doesn't match.
2896 (skip_syntaxes): New function.
2897 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
2898 SINGLE_BYTE_CHAR_P.
2899 (Fforward_comment): Use FETCH_CHAR_AS_MULTIBYTE to convert unibyte
2900 chars to multibyte.
2901 (scan_lists): Likewise.
2902 (Fbackward_prefix_chars): Likewise.
2903 (scan_sexps_forward): Likewise.
2904
2905 2002-08-23 Kenichi Handa <handa@m17n.org>
2906
2907 * xfaces.c (QCfontset): New variable.
2908 (LFACE_FONTSET): New macro.
2909 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
2910 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
2911 (Finternal_set_lisp_face_attribute): Handle QCfontset.
2912 (Finternal_get_lisp_face_attribute): Likewise.
2913 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
2914 check also LFACE_FONTSET_INDEX.
2915 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
2916 attrs[LFACE_FONT_INDEX].
2917 (syms_of_xfaces): Intern and staticpro QCfontset.
2918
2919 * dispextern.h (enum lface_attribute_index): New member
2920 LFACE_FONTSET_INDEX.
2921
2922 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
2923
2924 2002-08-21 Kenichi Handa <handa@m17n.org>
2925
2926 * coding.c (coding_set_destination): Fix coding->destination for
2927 the case converting a region.
2928 (encode_coding_utf_8): Encode eight-bit chars as single byte.
2929 (encode_coding_object): Fix coding->dst_pos and
2930 coding->dst_pos_byte for the case converting a region.
2931
2932 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
2933
2934 * character.h (BYTE8_STRING): New macro.
2935
2936 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
2937
2938 2002-08-20 Kenichi Handa <handa@m17n.org>
2939
2940 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
2941 characters by octal form.
2942
2943 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
2944
2945 * buffer.h (_fetch_multibyte_char_len): Extern deleted.
2946 (FETCH_MULTIBYTE_CHAR): Don't use _fetch_multibyte_char_len.
2947 (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
2948 (FETCH_CHAR_AS_MULTIBYTE): New macro.
2949
2950 * casetab.c (set_canon, set_identity, shuffle): Simplified.
2951
2952 * casefiddle.c (casify_object): Simplified. Handle the case that
2953 the case conversion change the byte length.
2954 (casify_region): Likewise
2955
2956 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New
2957 macros.
2958
2959 * character.c (_fetch_multibyte_char_len): This variable deleted.
2960 (syms_of_character): Setup Vprintable_chars.
2961
2962 * editfns.c (Fchar_equal): Fix for the unibyte case.
2963 (Finsert_byte): New function.
2964 (syms_of_editfns): Defsubr it.
2965
2966 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
2967 of direct code 0x3ffff.
2968
2969 * search.c (Freplace_match): Fix for the unibyte case.
2970
2971 2002-08-19 Kenichi Handa <handa@m17n.org>
2972
2973 * lread.c (safe_to_load_p): Fix the logic.
2974
2975 * syntax.c (scan_words): Don't treat characters belonging to
2976 different scripts as constituting a word.
2977
2978 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
2979
2980 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not
2981 script.
2982
2983 * emacs.c (main): In the case of --unibyte, instead of aborting on
2984 finding non-empty buffer, make it unibyte.
2985
2986 2002-08-18 Kenichi Handa <handa@m17n.org>
2987
2988 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
2989 to create a fontset.
2990
2991 2002-08-18 Dave Love <fx@gnu.org>
2992
2993 * character.c (Funibyte_char_to_multibyte): Doc fix.
2994
2995 * xfns.c [HAVE_STDLIB_H]: Fix last change.
2996
2997 2002-08-15 Kenichi Handa <handa@m17n.org>
2998
2999 * fontset.c (fontset_add): Make the type `int'.
3000 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
3001
3002 * character.c (unibyte_char_to_multibyte): Refer to
3003 charset_unibyte, not charset_primary.
3004 (multibyte_char_to_unibyte): Likewise.
3005 (Funibyte_char_to_multibyte): Likewise.
3006
3007 * charset.h: (charset_unibyte): Extern it instead of
3008 charset_primary.
3009
3010 * charset.c (charset_unibyte): Renamed from charset_primary.
3011 (Funibyte_charset): Renamed from Fprimary_charset.
3012 (Fset_unibyte_charset): Renamed from Fset_primary_charset.
3013 (syms_of_charset): Adjusted for the above changes.
3014
3015 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
3016 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
3017 it->multibyte_p is zero.
3018
3019 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
3020 Extern deleted.
3021
3022 2002-08-08 Kenichi Handa <handa@m17n.org>
3023
3024 * coding.c (Fdefine_coding_system_internal): Fix category setting
3025 for a coding system of type iso-2022.
3026
3027 2002-08-02 Kenichi Handa <handa@m17n.org>
3028
3029 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET
3030 -1.
3031
3032 2002-08-01 Kenichi Handa <handa@m17n.org>
3033
3034 * syntax.c (Vnext_word_boundary_function_table): New variable.
3035 (syms_of_syntax): Declare it as a Lisp variable.
3036 (scan_words): Call functions in Vnext_word_boundary_function_table
3037 if any.
3038
3039 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
3040
3041 * fontset.c (fs_load_font): If fontp->charset is not negative,
3042 return fontp without setting its members.
3043
3044 2002-07-31 Dave Love <fx@gnu.org>
3045
3046 * config.in: Generated with autoheader.
3047
3048 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
3049
3050 * m/sparc.h (HAVE_ALLOCA): Delete.
3051
3052 * s/irix6-5.h: Don't include strings.h.
3053 (bcopy, bzero, bcmp): Don't undef.
3054
3055 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
3056
3057 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
3058 (TIOCSIGSEND): Don't test IRIX6.
3059 (bcopy, bzero, bcmp): Define conditionally.
3060
3061 2002-07-31 Kenichi Handa <handa@m17n.org>
3062
3063 * buffer.c (Qas, Qmake, Qto): New variables.
3064 (Fset_buffer_multibyte): New optional arg METHOD. Caller changed.
3065 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
3066
3067 * callproc.c (Fcall_process): Don't call insert_1_both directly if
3068 we are inserting a process output into a multibyte buffer.
3069
3070 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
3071 multibyte_char_to_unibyte.
3072
3073 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
3074 by the primary charset, make it eight-bit char.
3075 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
3076
3077 * charset.c: (charset_eight_bit, Qeight_bit_control): New
3078 variables.
3079 (charset_8_bit__control, charset_8_bit_graphic,
3080 Qeight_bit_control, Qeight_bit_graphic): These variables deleted.
3081 (define_charset_internal): New function.
3082 (syms_of_charset): Call define_charset_internal for pre-defined
3083 charsets.
3084
3085 * charset.h (charset_8_bit): Extern it.
3086
3087 * coding.c (make_conversion_work_buffer): Adjusted for the change
3088 of Fset_buffer_multibyte.
3089 (encode_coding_raw_text): Increment p0 in the loop.
3090
3091 * lisp.h (Fset_buffer_multibyte): Prototype adjusted.
3092
3093 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjusted
3094 for the change of Fset_buffer_multibyte.
3095
3096 * fns.c (Fstring_to_multibyte): New function.
3097 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
3098
3099 2002-07-30 Dave Love <fx@gnu.org>
3100
3101 * xfns.c (x_put_x_image): Declare args.
3102
3103 * xfaces.c (font_name_registry, choose_face_font): Delete unused
3104 vars.
3105 (try_font_list): Declare an arg.
3106
3107 * xdisp.c (message2_nolog, set_message): Declare an arg.
3108
3109 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
3110
3111 * syntax.c (scan_sexps_forward): Declare an arg.
3112
3113 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
3114 Declare an arg.
3115
3116 * lisp.h (Fnew_fontset): Declare.
3117
3118 * keymap.c (push_key_description): Call CHARACTERP correctly.
3119
3120 * fontset.c (fontset_add): Declare args. Call make_number
3121 correctly.
3122 (face_for_char): Delete unused vars.
3123 (Fset_fontset_font): Doc fix. Delete unused vars.
3124
3125 * doc.c (Fsubstitute_command_keys): Delete unused vars.
3126
3127 * composite.c (update_compositions): Declare arg.
3128
3129 * cm.c (calccost, cmgoto): Declare args.
3130
3131 * charset.c: Remove `emacs' conditional. Doc fixes.
3132 (map_char_table_for_charset): Declare.
3133
3134 * character.c (syms_of_character) <translation-table-vector>: Doc
3135 fix.
3136
3137 * ccl.c: Remove `emacs' conditional. Include hash table stuff
3138 from trunk.
3139
3140 2002-07-26 Kenichi Handa <handa@m17n.org>
3141
3142 The following changes are to allow specifying multiple font
3143 patterns for a character range (specified by script or charset).
3144
3145 * Makefile.in (abbrev.o): Depend on syntax.h.
3146 (xfaces.o): Depend on charset.h.
3147
3148 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
3149 SINGLE_BYTE_CHAR_P.
3150
3151 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
3152
3153 * character.h (Vchar_script_table): Extern it.
3154
3155 * character.c (Vscript_alist): This variable deleted.
3156 (Vchar_script_table, Qchar_script_table): New variable.
3157 (syms_of_character): Declare Vchar_script_table as a lisp variable
3158 and initialize it.
3159
3160 * chartab.c (Fmake_char_table): Doc fixed. If PURPOSE doesn't
3161 have property char-table-extra-slots, make no extra slot.
3162
3163 * dispextern.h (struct face): Member `charset' deleted.
3164 (FACE_SUITABLE_FOR_CHAR_P): Use ASCII_CHAR_P, not
3165 SINGLE_BYTE_CHAR_P.
3166 (FACE_FOR_CHAR): Likewise.
3167 (choose_face_font, lookup_non_ascii_face, font_name_registry): Add
3168 prototypes
3169 (lookup_face, lookup_named_face, lookup_derived_face): Prototype
3170 fixed.
3171 (generate_ascii_font_name): Renamed from generate_ascii_font.
3172
3173 * fontset.h (get_font_repertory_func): New prototype.
3174 (make_fontset_for_ascii_face, fs_load_font): Prototypes fixed.
3175 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
3176
3177 * fontset.c (Qprepend, Qappend): New variables.
3178 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): These macros deleted.
3179 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
3180 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
3181 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
3182 (fontset_ref_and_range, fontset_add, reorder_font_vector)
3183 (load_font_get_repertory): New functions.
3184 (fontset_set): This function deleted.
3185 (fontset_face): New arg FACE. Return face ID, not face.
3186 Completely re-written to handle new fontset structure. Caller
3187 changed.
3188 (free_face_fontset): Use ASET istead of AREF (X) = Y.
3189 (face_for_char): Don't call lookup_face.
3190 (make_fontset_for_ascii_face): New arg FACE.
3191 (fs_load_font): New arg CHARSET_ID. Don't check
3192 Vfont_encoding_alist here.
3193 (find_font_encoding): New function.
3194 (list_fontsets): Use STRINGP, not ! NILP.
3195 (accumulate_script_ranges): New function.
3196 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
3197 re-written to handle new fontset structure.
3198 (Ffontset_font): Return a copy of element.
3199 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
3200 docstring of font-encoding-alist.
3201
3202 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
3203 (Fset_fotset_font): Fix arguments to 5.
3204
3205 * msdos.c (XMenuActivate): Adjuted for the change of
3206 lookup_derived_face.
3207
3208 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
3209 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
3210 (highlight_trailing_whitespace): Adjusted for the change of
3211 lookup_named_face.
3212
3213 * xfaces.c: Include charset.h.
3214 (load_face_font): Argument C deleted. Caller changed.
3215 (generate_ascii_font_name): Renamed from generate_ascii_font.
3216 (font_name_registry): New function.
3217 (cache_face): Store ascii faces before non-ascii faces in buckets.
3218 (lookup_face): Arguments C and BASE_FACE deleted. Caller changed.
3219 Lookup only ascii faces.
3220 (lookup_non_ascii_face): New function.
3221 (lookup_named_face): Argument C deleted. Caller changed.
3222 (lookup_derived_face): Argument C deleted. Caller changed.
3223 (try_font_list): New arg PATTERN. Caller changed. If PATTERN is
3224 a string, just call font_list with it.
3225 (choose_face_font): Arguments FACE and C deleted. New arg
3226 FONT_SPEC. Caller changed.
3227 (realize_face): Arguments C and BASE_FACE deleted. Caller
3228 (realize_x_face): Likewise.
3229 (realize_non_ascii_face): New function.
3230 (realize_x_face): Call load_face_font here.
3231 (realize_tty_face): Argument C deleted. Caller changed.
3232 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
3233 get a face ID.
3234 (dump_realized_face): Don't print charset of FACE.
3235
3236 * xfns.c (x_set_font): Always call x_new_fontset and
3237 store_frame_parameter.
3238 (Fx_create_frame): Call x_new_fontset, not x_new_font.
3239 (syms_of_xfns): Set get_font_repertory_func to
3240 x_get_font_repertory.
3241
3242 * xterm.h (x_get_font_repertory): Extern it.
3243
3244 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
3245 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
3246 it->multibyte_p is zero.
3247 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
3248 (x_new_fontset): If FONTSETNAME doesn't match any existing
3249 fontsets, create a new one.
3250 (x_get_font_repertory): New function.
3251
3252 2002-07-25 Kenichi Handa <handa@m17n.org>
3253
3254 * coding.c (Ffind_coding_systems_region_internal): Detect an
3255 ASCII only string correctly.
3256
3257 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
3258 version is 0.
3259
3260 2002-07-24 Kenichi Handa <handa@m17n.org>
3261
3262 * lread.c: Include "coding.h".
3263 (Qget_emacs_mule_file_char, Qload_force_doc_strings,
3264 load_each_byte, unread_char): New variables.
3265 (readchar_backlog): This variable deleted.
3266 (readchar): Return a character unless load_each_byte is nonzero.
3267 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
3268 cons. If unread_char is not -1, simply return it.
3269 (unreadchar): Handle the case that readcharfun is
3270 Qget_emacs_mule_file_char or a cons. Set unread_char if
3271 necessary.
3272 (read_multibyte): This function deleted.
3273 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
3274 (read_emacs_mule_char): New functions.
3275 (Fload): Even if the file doesn't have the extention ".elc", if
3276 safe_to_load_p returns a positive version number, assume that the
3277 file contains bytecompiled code. If the version is less than 22,
3278 load the file while decoding multibyte sequences by emacs-mule.
3279 (readevalloop): Don't use readchar_backlog.
3280 (Fread): Likewise. Pay attention to the case that STREAM is a
3281 cons.
3282 (Fread_from_string): Pay attention to the case that STREAM is a
3283 cons.
3284 (read_escape): The arg BYTEREP deleted.
3285 (read1): Set load_each_byte to 1 temporarily while handling
3286 #@NUMBER. Don't call read_multibyte.
3287 (read_vector): Call Fread with a cons. If readcharfun is
3288 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
3289 (read_list): If doc_reference is 2, make the cdr part string as
3290 unibyte.
3291 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
3292 and Qload_force_doc_strings.
3293
3294 2002-07-23 Kenichi Handa <handa@m17n.org>
3295
3296 * xdisp.c (face_before_or_after_it_pos): Call
3297 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
3298
3299 2002-07-22 Kenichi Handa <handa@m17n.org>
3300
3301 * character.h (TRAILING_CODE_P): New macro.
3302 (MAYBE_UNIFY_CHAR): Adjusted for the change of Funify_charset.
3303 (string_char_with_unification): Fix prototype.
3304 (Vscript_alist): Extern it.
3305
3306 * character.c (Vscript_alist): New variable.
3307 (string_char_with_unification): Add `const' to local variables.
3308 (str_as_unibyte): Likewise.
3309 (string_escape_byte8): Likewise.
3310 (syms_of_character): Declare script-alist as a Lisp variable.
3311
3312 * charset.h (Vcharset_ordered_list): Extern it.
3313 (charset_ordered_list_tick): Extern it.
3314 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
3315 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
3316 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
3317 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros
3318 (Funify_charset): Adjusted for the change of Funify_charset.
3319
3320 * charset.c (charset_ordered_list_tick): New variable.
3321 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
3322 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
3323 deunify intead of unify a charset.
3324 (string_xstring_p): Add `const' to local variables.
3325 (find_charsets_in_text): Add `const' to arguemnts and local
3326 variables.
3327 (encode_char): Adjusted for the change of Funify_charset. Fix
3328 detecting of invalid code.
3329 (Fset_charset_priority): Increment charset_ordered_list_tick.
3330 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
3331 and TO_CODE.
3332
3333 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
3334 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Macros
3335 deleted. Callers changed to use
3336 EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
3337 (decode_coding_ccl): Add `const' to local variables.
3338 (consume_chars): Likewise.
3339 (Ffind_coding_systems_region_internal): Likewise.
3340 (Fcheck_coding_systems_region): Likewise.
3341
3342 * print.c (print_object): Use octal form for printing the
3343 contents of a bool vector.
3344
3345 2002-07-18 Dave Love <fx@gnu.org>
3346
3347 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
3348 <version == 20>: Refuse to load.
3349
3350 2002-07-17 Dave Love <fx@gnu.org>
3351
3352 * fns.c: Move coding.h.
3353 (Qcodeset, Qdays, Qmonths): New.
3354 (concat): Use CHARACTERP instead of INTERGERP.
3355 (Flocale_codeset): Deleted.
3356 (Flanginfo): New function.
3357 (syms_of_fns): Changed accordingly.
3358
3359 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
3360
3361 2002-07-16 Dave Love <fx@gnu.org>
3362
3363 * casetab.c (init_casetab_once, init_casetab_once): Fix
3364 CHAR_TABLE_SET call.
3365
3366 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
3367
3368 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
3369
3370 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
3371 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
3372 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
3373
3374 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
3375
3376 * coding.c (ENCODE_DESIGNATION, decode_eol)
3377 (make_conversion_work_buffer, code_conversion_restore)
3378 (Fdefine_coding_system_internal): Convert Lisp types.
3379 (code_conversion_restore): Use EQ, not ==.
3380 (Fencode_coding_string): Fix code_convert_string call.
3381
3382 * coding.h (code_convert_region): Fix prototype.
3383
3384 * dispextern.h (redraw_frame, redraw_garbaged_frames): Removed.
3385
3386 * fontset.c (fontset_ref, fontset_set, fs_load_font)
3387 (Ffontset_info): Convert Lisp types.
3388
3389 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
3390
3391 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
3392
3393 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
3394
3395 * chartab.c: Include "...h", not <...h> in some cases.
3396
3397 * callproc.c (Fcall_process): Remove unused variables.
3398
3399 2002-07-12 Dave Love <fx@gnu.org>
3400
3401 * coding.c (Fset_coding_system_priority): Allow null arg list.
3402
3403 2002-07-03 Dave Love <fx@gnu.org>
3404
3405 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
3406 (Fself_insert_and_exit): Use CHARACTERP.
3407
3408 * callproc.c (Fcall_process): Remove unused vars.
3409
3410 * xterm.c (XTread_socket): Add extra dead keysyms.
3411
3412 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
3413
3414 * dispextern.h: Remove prototypes for redraw_frame,
3415 redraw_garbaged_frames.
3416
3417 * cmds.c (Fself_insert_command): Use CHARACTERP.
3418
3419 * chartab.c (make_sub_char_table): Remove unused var.
3420 (Fset_char_table_default, Fmap_char_table): Doc fix.
3421
3422 * keymap.c (access_keymap): Remove generic char code.
3423 (push_key_description): Use CHARACTERP.
3424
3425 2002-07-01 Dave Love <fx@gnu.org>
3426
3427 * charset.c: Doc fixes.
3428 (Funify_charset): Extra checking.
3429
3430 2002-06-24 Dave Love <fx@gnu.org>
3431
3432 * lread.c: Remove some unused variables.
3433 (safe_to_load_p): If safe, return the magic number version byte.
3434 (Fload): Maybe use load-with-code-conversion.
3435
3436 2002-06-12 Kenichi Handa <handa@m17n.org>
3437
3438 * category.c (Fmodify_category_entry): Don't modify the contents
3439 of category_set for characters out of the range. Avoid
3440 unnecessary modification.
3441
3442 * character.h (MAYBE_UNIFY_CHAR): Adjusted for the change of
3443 Vchar_unify_table. The default value of the table is now nil.
3444
3445 * character.c (syms_of_character): Setup Vchar_width_table for
3446 eight-bit-control and raw-byte chars.
3447
3448 * charset.h (enum define_charset_arg_index): Delete
3449 charset_arg_parents and add charset_arg_subset and
3450 charset_arg_superset.
3451 (enum charset_attr_index): Delete charset_parents and add
3452 charset_subset and charset_superset.
3453 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
3454 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
3455 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Macros deleted.
3456 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
3457 (CHARSET_SUPERSET): New macros.
3458 (charset_work): Extern it.
3459 (ENCODE_CHAR): Use charset_work.
3460 (CHAR_CHARSET_P): Adjusted for the change of encoder format.
3461 (map_charset_chars): Extern it.
3462
3463 * charset.c (load_charset_map): Set the default value of encoder
3464 and deunifier char-tables to nil.
3465 (map_charset_chars): Argument changed. Callers changed. Use
3466 map_char_table_for_charset instead of map_char_table.
3467 (Fmap_charset_chars): New optional args from_code and to_code.
3468 (Fdefine_charset_internal): Adjusted for the change of
3469 `define-charset' (:parents -> :subset or :superset).
3470 (charset_work): New variable.
3471 (encode_char): Adjusted for the change of
3472 Fdefine_charset_internal.
3473 (syms_of_charset): Likewise.
3474 (Ffind_charset_string): Setup the vector `charsets' correctly.
3475
3476 * chartab.c (sub_char_table_ref_and_range): New arg defalt. Fix
3477 the previous change.
3478 (char_table_ref_and_range): Adjusted for the above change.
3479 (map_sub_char_table_for_charset): New function.
3480 (map_char_table_for_charset): New function.
3481
3482 * keymap.c (describe_vector): Handle a char-table directly here.
3483 (describe_char_table): Deleted.
3484
3485 * lisp.h (map_charset_chars): Deleted.
3486
3487 2002-06-11 Dave Love <fx@gnu.org>
3488
3489 * fns.c (count_combining): Comment out (unused).
3490 (Flocale_codeset): New.
3491 (syms_of_fns): Defsubr it.
3492
3493 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
3494 (size_t): Removed.
3495
3496 2002-06-06 Dave Love <fx@gnu.org>
3497
3498 * Makefile.in (chartab.o): Depend on charset.h
3499
3500 2002-06-03 Kenichi Handa <handa@m17n.org>
3501
3502 * character.c (syms_of_character): Set the default value of
3503 Vprintable_chars to Qnil.
3504
3505 2002-05-31 Dave Love <fx@gnu.org>
3506
3507 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
3508
3509 2002-05-31 Kenichi Handa <handa@m17n.org>
3510
3511 * charset.c (load_charset_map): Handle the case that from < to
3512 correctly.
3513
3514 * coding.c (encode_coding_emacs_mule): Pay attention to raw-8-bit
3515 chars.
3516 (encode_coding_iso_2022): Likewise.
3517 (encode_coding_sjis): Likewise.
3518 (encode_coding_big5): Likewise.
3519 (encode_coding_charset): Likewise.
3520
3521 2002-05-30 Kenichi Handa <handa@m17n.org>
3522
3523 * Makefile.in (lisp): Change chinese.elc to chinese.el. They are
3524 not bytecompiled now.
3525 (shortlisp): Likewise.
3526
3527 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
3528 (charset_jisx0208): New variables.
3529 (Fdefine_charset_internal): Setup them if appropriate.
3530 (init_charset_once): Initialize them to -1.
3531
3532 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978,
3533 charset_jisx0208): Extern them.
3534
3535 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro
3536 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
3537 (CODING_ISO_FLAG_FULL_SUPPORT): Macro definition changed.
3538 (setup_iso_safe_charsets): Fix arguemtns to Fassq.
3539 (DECODE_DESIGNATION): Pay attention to CODING_ISO_FLAG_USE_ROMAN
3540 and CODING_ISO_FLAG_USE_OLDJIS.
3541 (ENCODE_ISO_CHARACTER_DIMENSION1): Likewise.
3542 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
3543 (encode_coding_iso_2022): Change the 1st arg to
3544 ENCODE_ISO_CHARACTER to a variable.
3545
3546 2002-05-29 Kenichi Handa <handa@m17n.org>
3547
3548 * charset.h (enum define_charset_arg_index): New enums
3549 charset_arg_min_code and charset_arg_max_code.
3550 (struct charset): New member char_index_offset.
3551
3552 * charset.c (CODE_POINT_TO_INDEX): Take charset->char_index_offset
3553 into account.
3554 (INDEX_TO_CODE_POINT): Likewise.
3555 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
3556 args[charset_arg_max_code]. Setup charset.char_index_offset.
3557 (syms_of_charset): Fix args to Fdefine_charset_internal.
3558
3559 2002-05-27 Dave Love <fx@gnu.org>
3560
3561 * coding.c (decode_coding_utf_8): Reject overlong sequences.
3562
3563 2002-05-26 Dave Love <fx@gnu.org>
3564
3565 * coding.c: Doc fixes.
3566 (Fcoding_system_aliases): Fix return value.
3567 (Qmac): Remove (duplicated) definition.
3568
3569 2002-05-25 Dave Love <fx@gnu.org>
3570
3571 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
3572 functions.
3573
3574 * character.c (Fstring): Doc fix.
3575
3576 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
3577
3578 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
3579 ids.
3580 (font-encoding-alist): Doc fix.
3581
3582 2002-05-24 Dave Love <fx@gnu.org>
3583
3584 * term.c (costs_set): Declare static, non-initialized for pcc.
3585 (encode_terminal_code): Remove ensued var.
3586
3587 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
3588 for K&R.
3589
3590 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
3591
3592 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
3593 (suffixes): Moved out of make_subsidiaries for K&R.
3594
3595 * charset.c (map_charset_chars): Fix c_function declaration for
3596 K&R.
3597
3598 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
3599
3600 2002-05-23 Dave Love <fx@gnu.org>
3601
3602 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
3603
3604 * category.c (Fmodify_category_entry): Doc fix. Remove unused
3605 vars.
3606
3607 2002-05-23 Yong Lu <lyongu@asia-infonet.com>
3608
3609 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
3610
3611 * coding.c (Fdefine_coding_system_internal): Fix previous change.
3612 (decode_coding_charset): Workaround for the bug of GCC 2.96.
3613
3614 2002-05-23 Kenichi Handa <handa@m17n.org>
3615
3616 * Makefile.in (lisp): Change cyrillic.elc to cyrillic.el,
3617 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
3618 (shortlisp): Likewise.
3619
3620 2002-05-22 Kenichi Handa <handa@m17n.org>
3621
3622 * coding.c (decode_coding_charset): Adjusted for the change of
3623 Fdefine_coding_system_internal.
3624 (Fdefine_coding_system_internal): For a coding system of
3625 `charset' type, store a list of charset IDs in
3626 `charset_attr_charset_valids' element of coding attributes.
3627
3628 * charset.c (Fmake_char): Fix previous change.
3629
3630 2002-05-21 Kenichi Handa <handa@m17n.org>
3631
3632 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
3633 (emacs_mule_char): New arg src. Delete arg `composition'. Caller
3634 changed. Handle 2-byte and 3-byte charsets correctly.
3635 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Renamed from
3636 DECODE_EMACS_MULE_COMPOSITION_RULE. Caller changed.
3637 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
3638 (DECODE_EMACS_MULE_21_COMPOSITION): Call
3639 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
3640 sequence.
3641 (decode_coding_emacs_mule): Handle composition correctly. Rewind
3642 `src' and `consumed_chars' correctly before calling
3643 emacs_mule_char.
3644 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
3645 and alt&rule composition.
3646 (decode_coding_iso_2022): Handle composition correctly.
3647 (init_coding_once): Setup emacs_mule_bytes for private charsets.
3648
3649 * charset.c (Fdefine_charset_internal): Fix bug for the case of
3650 re-defining a charset. If the charset has :emacs-mule-id, setup
3651 emacs_mule_bytes.
3652 (Fmake_char): If CODE1 is nil, use the minimum code of the
3653 charset.
3654
3655 2002-05-20 Kenichi Handa <handa@m17n.org>
3656
3657 * coding.c (encode_coding_iso_2022): If coding requires safe
3658 encoding, produce a character specified by
3659 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
3660 (encode_coding_sjis): Likewise.
3661 (encode_coding_big5): Likewise.
3662 (encode_coding_charset): Likewise.
3663
3664 2002-05-17 Dave Love <fx@gnu.org>
3665
3666 * xterm.c (XSetIMValues): Declare.
3667
3668 * process.c: Conditionally include sys/wait.h, pty.h.
3669
3670 * print.c (print_object): Fix print format for 64-bit
3671 systems.
3672
3673 * keyboard.c (modify_event_symbol): Fix print format for 64-bit
3674 systems.
3675
3676 * buffer.c (emacs_strerror): Declare.
3677 (MMAP_ALLOCATED_P, mmap_enlarge, syms_of_buffer): Import changes
3678 from trunk.
3679
3680 * fontset.c (Fclear_face_cache): Declare.
3681 (accumulate_font_info): Commented-out (unused).
3682 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
3683 variables.
3684
3685 * character.h (string_escape_byte8): Declare.
3686
3687 * charset.c (load_charset_map, load_charset_map_from_file): Remove
3688 unused vars.
3689 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
3690 (Fmap_charset_chars): Doc fix.
3691
3692 * coding.c (Vchar_coding_system_table, Qchar_coding_system):
3693 Removed.
3694 (Fset_coding_system_priority, Fset_coding_system_priority)
3695 (Fdefine_coding_system_internal): Doc fix.
3696
3697 2002-05-16 Dave Love <fx@gnu.org>
3698
3699 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
3700
3701 2002-05-16 Kenichi Handa <handa@m17n.org>
3702
3703 * character.c (string_escape_byte8): Make multibyte string with
3704 correct size.
3705
3706 * charset.c (Fmake_char): Delete unnecessary code.
3707
3708 2002-05-14 Kenichi Handa <handa@m17n.org>
3709
3710 * xfns.c (x_encode_text): Allocate coding.destination here, and
3711 call encode_coding_object with dst_object Qnil.
3712
3713 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
3714 multibyte form correctly.
3715
3716 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
3717 against Vfont_encoding_alist.
3718
3719 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
3720 handling of charset list.
3721 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
3722 (decode_coding_object): Move point to coding->dst_pos before
3723 calling post-read-conversion function.
3724 (encode_coding_object): Give correct arguments to
3725 pre-write-conversion. Ignore the return value of
3726 pre-write-conversion function. Pay attention to the case that
3727 pre-write-conversion changes the current buffer. If dst_object is
3728 Qt, even if coding->src_bytes is zero, allocate at least one byte
3729 to coding->destination.
3730
3731 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
3732
3733 * charset.c (Fmake_char): Make it more backward compatible.
3734 (Fmap_charset_chars): Fix docstring.
3735
3736 2002-05-13 Dave Love <fx@gnu.org>
3737
3738 * coding.c: Doc fixes.
3739 (Fdefine_coding_system_alias): Use names, not symbols, in
3740 coding-system-alist.
3741
3742 2002-05-13 Kenichi Handa <handa@m17n.org>
3743
3744 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
3745 of calling free_realized_face.
3746
3747 2002-05-10 Yong Lu <lyongu@asia-infonet.com>
3748
3749 * charset.c (load_charset_map): Fix previous change.
3750 (read_hex): Don't treat SPC as a comment starter.
3751 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return
3752 -1.
3753 (Fdecode_char): Fix typo.
3754
3755 2002-05-10 Kenichi Handa <handa@m17n.org>
3756
3757 * charset.h (struct charset): New member `code_space_mask'.
3758
3759 * coding.c (coding_set_source): Delete the local variable
3760 beg_byte.
3761 (encode_coding_charset): Delete the local variable charset.
3762 (Fdefine_coding_system_internal): Likewise.
3763 (Fdefine_coding_system_internal): Setup
3764 attrs[coding_attr_charset_valids] correctly.
3765
3766 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
3767 member to check if CODE is valid or not.
3768 (Fdefine_charset_internal): Initialize `code_space_mask' member.
3769 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
3770 is within the range of charset->min_code and carset->max_code.
3771
3772 2002-05-09 Dave Love <fx@gnu.org>
3773
3774 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
3775
3776 * dispextern.h (generate_ascii_font): Fix return type.
3777
3778 * xfaces.c (generate_ascii_font): Fix arg declaration.
3779
3780 * coding.c (coding_inherit_eol_type)
3781 (Fset_terminal_coding_system_internal)
3782 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
3783
3784 2002-05-08 Kenichi Handa <handa@m17n.org>
3785
3786 * coding.c (decode_coding_charset, encode_coding_charset): Handle
3787 multiple charsets correctly.
3788
3789 2002-05-07 Kenichi Handa <handa@m17n.org>
3790
3791 * search.c (boyer_moore): Fix handling of mulitbyte character
3792 translation.
3793
3794 * xdisp.c (display_mode_element): When the variable `elt' is
3795 changed, update `this' and `lisp_string'.
3796
3797 2002-05-07 Kenichi Handa <handa@m17n.org>
3798
3799 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
3800
3801 * callproc.c (Fcall_process): Be sure to give the current buffer
3802 to decode_coding_c_string. Update PT and PT_BYTE after the
3803 insertion.
3804
3805 * charset.c (struct charset_map_entries): New struct.
3806 (load_charset_map): Renamed from parse_charset_map. New args
3807 entries and n_entries. Caller changed.
3808 (load_charset_map_from_file): Renamed from load_charset_map.
3809 Caller changed. New arg control_flag. Call load_charset_map at
3810 the tail.
3811 (load_charset_map_from_vector): New function.
3812 (Fdefine_charset_internal): Setup charset.compact_codes_p.
3813 (encode_char): If the charset is compact, change a character index
3814 to a code point.
3815
3816 * coding.c (coding_alloc_by_making_gap): Check the case that the
3817 source and destination are the same correctly.
3818 (decode_coding_raw_text): Set coding->consumed_char and
3819 coding->consumed to 0.
3820 (produce_chars): If coding->chars_at_source is nonzero, update
3821 coding->consumed_char and coding->consumed before calling
3822 alloc_destination.
3823 (Fdefine_coding_system_alias): Register ALIAS in
3824 Vcoding_system_alist.
3825 (syms_of_coding): Define `no-convesion' coding system at the tail.
3826
3827 * fileio.c (Finsert_file_contents): Set coding_system instead of
3828 val. If the current buffer is multibyte, always call
3829 decode_coding_gap.
3830
3831 * xfaces.c (try_font_list): Give higher priority to fontset's
3832 family than face's family.
3833
3834 2002-04-18 Kenichi Handa <handa@m17n.org>
3835
3836 * callproc.c (Fcall_process): Be sure to give the current buffer
3837 to decode_coding_c_string.
3838
3839 * xfaces.c (try_font_list): Give a family specified in a fontset
3840 higher priority than a family specified in a face.
3841
3842 2002-04-09 Kenichi Handa <handa@m17n.org>
3843
3844 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
3845 Fix arguments to insert_from_buffer.
3846
3847 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
3848
3849 2002-03-11 Kenichi Handa <handa@m17n.org>
3850
3851 * coding.c (produce_chars): Set the variable `multibytep' correctly.
3852 (decode_coding_gap): Set coding->dst_multibyte correctly.
3853
3854 2002-03-07 Kenichi Handa <handa@m17n.org>
3855
3856 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
3857 (decode_coding_utf_16): Fix converting high and low bytes to
3858 code-point.
3859 (encode_coding_utf_16): Substitute coding->default_char for
3860 non-Unicode characters.
3861 (decode_coding): Don't call record_insert here.
3862 (setup_coding_system): Initialize `surrogate' of
3863 coding->spec.utf_16 to 0.
3864 (EMIT_ONE_BYTE): Fix for multibyte case.
3865
3866 * insdel.c (insert_from_gap): Call record_insert.
3867
3868 2002-03-04 Kenichi Handa <handa@m17n.org>
3869
3870 * casefiddle.c (casify_region): Fix multibyte case.
3871
3872 * character.c (c_string_width): Add return type `int'.
3873 (char_string_with_unification): Arg ADVANCED deleted.
3874
3875 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
3876 (CHAR_STRING): Adjusted for the change of
3877 char_string_with_unification.
3878 (CHAR_STRING_ADVANCE): Make it do-while statement.
3879
3880 * chartab.c (sub_char_table_set_range): Optimized for the case
3881 DEPTH == 3. Add workaround code for a GCC optimization bug.
3882
3883 * charset.c (parse_charset_map): Remove an unused variable.
3884
3885 * coding.c: Delete unused variables.
3886
3887 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
3888 earlier. If inserted is zero and the coding system doesn't
3889 require flushing, don't call decode_coding_gap.
3890
3891 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
3892
3893 2002-03-01 Kenichi Handa <handa@m17n.org>
3894
3895 The following changes are for using Unicode as an internal
3896 character model, and use UTF-8 format for buffer/string
3897 representation.
3898
3899 * .gdbinit (xchartable): Adjusted for the change of char table
3900 structure.
3901 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
3902
3903 * Makefile.in (obj): Add character.o and chartab.o.
3904 (lisp, shortlisp): Remove utf-8.elc:
3905 (*.o): For many files, change dependency on charset.h to
3906 character.h, and add dependency on character.h.
3907 (character.o, chartab.o): New targets.
3908
3909 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c,
3910 doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c,
3911 w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
3912 of "charset.h".
3913
3914 * dired.c, filelock.c: Include "character.h".
3915
3916 * alloc.c: Include "character.h" instead of "charset.h".
3917 (Fmake_char_table): Moved to chartab.c.
3918 (make_sub_char_table): Likewise.
3919 (syms_of_alloc): Remove defsubr for Smake_char_table.
3920
3921 * buffer.c: Include "character.h" instead of "charset.h", don't
3922 include "coding.h".
3923 (Fset_buffer_multibyte): Adjuted for UTF-8.
3924
3925 * buffer.h: EXFUN Fbuffer_live_p.
3926
3927 * callproc.c: Include "character.h" instead of "charset.h".
3928 (Fcall_process): Big change for the new code-conversion APIs.
3929
3930 * casetab.c: Include "character.h" instead of "charset.h".
3931 (set_canon, set_identity, shuffle): Adjusted for the new
3932 map_char_table spec.
3933 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
3934 accessing the char table structure.
3935
3936 * chartab.c: New file that implements char table.
3937
3938 * category.c: Include "character.h".
3939 (copy_category_entry): New function.
3940 (copy_category_table): Call map_char_table and copy_category_entry.
3941 (Fmake_category_table): Initialize all top-vel slots.
3942 (char_category_set): New function.
3943 (modify_lower_category_set): Deleted.
3944 (Fmodify_category_entry): Call char_table_ref_and_range.
3945
3946 * category.h (CATEGORY_SET): Just call char_category_set.
3947
3948 * ccl.c: Include "character.h".
3949 (Qccl, Qcclp): New variables.
3950 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
3951 it's less than 256.
3952 (CCL_WRITE_MULTIBYTE_CHAR): Deleted.
3953 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjusted for the change of SRC
3954 and DST type.
3955 (ccl_driver): Types of arguments changed. Code adjusted for that.
3956 (Fccl_execute, Fccl_execute_on_string): Adjusted for the change of
3957 ccl_driver.
3958 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
3959
3960 * ccl.h (struct ccl_program): Members eol_type and multibyte
3961 deleted. New members src_multibyte, dst_multibyte, consumed, and
3962 produced.
3963 (struct ccl_spec): Members decoder and encoder deleted. New
3964 memeber ccl.
3965 (CODING_SPEC_CCL_PROGRAM): New macro.
3966 (ccl_driver): Prototype updated.
3967 (Qccl, Qcclp, Fccl_program_p): Extern them.
3968 (CHECK_CCL_PROGRAM): New macro.
3969
3970 * character.c, character.h, chartab.c: New files.
3971
3972 * charset.c: Mostly re-written. Character and multibyte sequence
3973 handling codes are moved to character.c.
3974
3975 * charset.h: Mostly re-written. Character and multibyte sequence
3976 handling codes are moved to character.h.
3977
3978 * coding.c, coding.h: Mostly re-written.
3979
3980 * composite.c: Include "character.h" instead of "charset.h".
3981 (CHAR_WIDTH): Moved to character.h.
3982 (HASH_KEY, HASH_VALUE): Deleted.
3983
3984 * composite.h (enum composition_method): Order of enumeration
3985 symbols changed.
3986
3987 * data.c: Include "character.h" instead of "charset.h".
3988 (Faref): Call CHAR_TABLE_REF for a char table.
3989 (Faset): Call CHAR_TABLE_SET for a char table.
3990
3991 * dispextern.h (free_realized_face, check_face_attribytes,
3992 generate_ascii_font): Extern them.
3993 (free_realized_multibyte_face): Extern deleted.
3994
3995 * disptab.h (DISP_CHAR_VECTOR): Adjusted for the change of char
3996 table structure.
3997
3998 * editfns.c: Include "character.h" instead of "charset.h".
3999 (Fchar_to_string): Always call CHAR_STRING.
4000
4001 * emacs.c (main): Call init_charset_once, init_charset,
4002 syms_of_chartab, and syms_of_character.
4003
4004 * fileio.c: Include "character.h" instead of "charset.h".
4005 (Finsert_file_contents): Big change for the new code-conversion
4006 API.
4007 (choose_write_coding_system): Likewise.
4008 (Fwrite_region): Likewise.
4009 (build_annotations_2): Deleted.
4010 (e_write): Big change for the new code-conversion API.
4011
4012 * fns.c: Include "character.h" instead of "charset.h".
4013 (copy_sub_char_table): Moved to chartab.c.
4014 (Fcopy_sequence): Call copy_char_table for a char table.
4015 (concat): Delete codes calling count_multibyte.
4016 (string_char_to_byte): Adjusted for the new multibyte form.
4017 (string_byte_to_char): Likewise.
4018 (internal_equal): Adjusted for the change of char table structure.
4019 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent,
4020 Fchar_table_extra_slot, Fset_char_table_extra_slot,
4021 Fchar_table_range, Fset_char_table_range, Fset_char_table_default,
4022 char_table_translate, optimize_sub_char_table,
4023 Foptimize_char_table, map_char_table, Fmap_char_table): Moved to
4024 chartab.c.
4025 (char_table_ref_and_index): Deleted.
4026 (HASH_KEY, HASH_VALUE): Moved to lisp.h.
4027 (Fmd5): Call preferred_coding_system instead of accessing
4028 Vcoding_category_list. Adjusted for the new code-conversion API.
4029 (syms_of_fns): Defsubr for char table related functions moved to
4030 chartab.c.
4031
4032 * fontset.c: Mostly re-written.
4033
4034 * fontset.h (struct font_info): Type of the member encoding_type
4035 changed.
4036 (enum FONT_SPEC_INDEX): New enum.
4037 (fontset_font_pattern, fs_load_font): Prototype updated.
4038 (FS_LOAD_FONT): Adjusted for the change of fs_load_font.
4039
4040 * indent.c: Include "character.h" instead of "charset.h".
4041 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of
4042 WIDTH_BY_CHAR_HEAD.
4043
4044 * insdel.c: Include "character.h" instead of "charset.h".
4045 (copy_text): Don't refer to Vnonascii_translation_table.
4046 (insert_from_gap): New function.
4047
4048 * keyboard.c: Include "character.h" instead of "charset.h".
4049 (command_loop_1): Never call direct_output_forward_char before
4050 a non-ASCII character.
4051 (read_char): If Vkeyboard_translate_table is a char table, always
4052 translated a character.
4053
4054 * keymap.c: Include "character.h".
4055 (store_in_keymap): Handle the case that IDX is a cons.
4056 (Fdefine_key): Handle the case that KEY is a cons and the car part
4057 is also a cons (range).
4058 (push_key_description): Adjusted for the new character code.
4059 (describe_vector): Call describe_char_table for a char table.
4060 (describe_char_table): New function.
4061
4062 * keymap.h (describe_char_table): Extern it.
4063
4064 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
4065 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
4066 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS,
4067 SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
4068 Deleted.
4069 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjusted for the new char table
4070 structure.
4071 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
4072 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2,
4073 CHARTAB_SIZE_BITS_3): New macros.
4074 (chartab_size): Extern it.
4075 (struct Lisp_Char_Table): Re-designed.
4076 (struct Lisp_Sub_Char_Table): New structure.
4077 (HASH_KEY, HASH_VALUE): Moved from fns.c.
4078 (CHARACTERBITS): Defined as 22.
4079 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjusted for the above change.
4080 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
4081 (GC_SUB_CHAR_TABLE_P): New macro.
4082 (Fencode_coding_string, Fdecode_coding_string): EXFUN Updated.
4083 (code_convert_string_norecord): Extern deleted.
4084 (init_character_once, syms_of_character, init_charset,
4085 syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
4086
4087 * lread.c: Include "character.h".
4088 (read_multibyte): New arg NBYTES.
4089 (read_escape): The meaning of returned *BYTEREP changed.
4090 (to_multibyte): Deleted.
4091 (read1): Adjuted the handling of char table and string.
4092
4093 * print.c: Include "character.h" instead of "charset.h".
4094 (print_string): Convert 8-bit raw bytes to octal form by
4095 string_escape_byte8.
4096 (print_object): Adjusted for the new multibyte form. Print 8-bit
4097 raw bytes always in octal form. Handle sub char table correctly.
4098
4099 * process.c: Include "character.h" instead of "charset.h".
4100 (read_process_output): Adjusted for the new code-conversion API.
4101 (send_process): Likewise.
4102
4103 * puresize.h (BASE_PURESIZE): Increased.
4104
4105 * regex.c: Include "character.h" instead of "charset.h".
4106 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
4107 (regex_compile): Accept a range whose starting and ending
4108 character have different leading bytes.
4109 (analyse_first): Adjusted for the above change.
4110
4111 * search.c: Include "character.h" instead of "charset.h".
4112 (search_buffer, boyer_moore): Adjusted for the new multibyte form.
4113 (Freplace_match): Adjusted for the change of
4114 multibyte_char_to_unibyte.
4115
4116 * syntax.c: Include "character.h" instead of "charset.h".
4117 (syntax_parent_lookup): Deleted.
4118 (Fmodify_syntax_entry): Accept a cons as CHAR.
4119 (skip_chars): Adjusted for the new multibyte form.
4120 (init_syntax_once): Call char_table_set_range instead of directly
4121 accessing the structure of a char table.
4122
4123 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
4124 (SYNTAX_ENTRY_FOLLOW_PARENT): Macro deleted.
4125 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
4126 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
4127
4128 * term.c: Include "buffer.h" and "character.h".
4129 (encode_terminal_code): Adjusted for the new code-conversion API.
4130 (write_glyphs): Likewise.
4131 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
4132
4133 * w32term.c (x_new_font): Adjusted for the change of FS_LOAD_FONT.
4134
4135 * xdisp.c: Include "character.h".
4136 (get_next_display_element): Adjusted for the new multibyte form.
4137 (disp_char_vector): Adjusted for the new char table structure.
4138 (decode_mode_spec_coding): Adjusted for the new structure of
4139 coding system.
4140 (decode_mode_spec): Adjusted for the new code-conversion API.
4141
4142 * xfaces.c: Include "character.h" instead of "charset.h".
4143 (load_face_font): Adjusted for the change of choose_face_font and
4144 FS_LOAD_FONT.
4145 (generate_ascii_font): New function.
4146 (set_lface_from_font_name): Adjusted for the change of
4147 FS_LOAD_FONT.
4148 (set_font_frame_param): Adjusted for the change of
4149 choose_face_font.
4150 (free_realized_face): Make it public.
4151 (free_realized_faces_for_fontset): Renamed from
4152 free_realized_multibyte_face. Free also faces realized for ASCII.
4153 (choose_face_font): Argments changed. Adjusted for the change of
4154 fontset_font_pattern and FS_LOAD_FONT.
4155
4156 * xfns.c: Include "character.h".
4157 (x_encode_text): Adjusted for the new code-conversion API.
4158
4159 * xselect.c: Don't include "charset.h".
4160 (selection_data_to_lisp_data): Adjusted for the new code
4161 covnersion API.
4162
4163 * xterm.c: Include "character.h".
4164 (x_encode_char): New argument CHARSET. Caller changed.
4165 (x_get_char_face_and_encoding): Call ENCODE_CHAR instead of
4166 SPLIT_CHAR.
4167 (x_get_glyph_face_and_encoding): Likewise.
4168 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
4169 CHAR_WIDTH instead of CHARSET_WIDTH.
4170 (XTread_socket): Adjusted for the new code-conversion API.
4171 (x_new_font): Adjusted for the change of FS_LOAD_FONT.
4172 (x_load_font): Adjusted for the change of struct font.
4173
4174 ;; Local Variables:
4175 ;; coding: iso-2022-7bit
4176 ;; End:
4177
4178 Copyright (C) 2002 Free Software Foundation, Inc.
4179 Copying and distribution of this file, with or without modification,
4180 are permitted provided the copyright notice and this notice are preserved.
4181
4182 ;;; arch-tag: 1bff38bd-2030-46ae-9d18-f15e6006b665