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