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