(Ffont_face_attributes): Omit key-attribute pairs not defined by the
[bpt/emacs.git] / src / ChangeLog
CommitLineData
eaf1f6e7
CY
12008-06-20 Chong Yidong <cyd@stupidchicken.com>
2
3 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
4 defined by the font.
5
49f6eb95
SM
62008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
9 (bootstrap-clean): New target that keeps TAGS around.
10 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
11 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
12
4c100a01
JR
132008-06-20 Jason Rumney <jasonr@gnu.org>
14
49f6eb95
SM
15 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
16 Remove obsolete font code.
db61a7f8 17
49f6eb95
SM
18 * w32font.c (font_matches_spec): Use csb bitfield from font signature
19 to determine language support.
4c100a01 20
759d3f32
SM
212008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * sysdep.c (cfsetspeed): New fun extracted from the code.
24 (cfmakeraw): Move before first use.
25
25241b4d
SM
262008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
27
28 * sysdep.c (cfmakeraw): Provide fallback implementation.
29 (serial_configure): Provide fallback implementation of cfsetspeed.
30
d7afccca
KH
312008-06-20 Kenichi Handa <handa@m17n.org>
32
dc2226d0
KH
33 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
34 the pattern.
35
9b9cd864
KH
36 * fontset.c (fontset_from_font): Copy font_spec before changing
37 the elements.
38
d7afccca
KH
39 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
40
770e2e6e
SM
412008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
44 for explicit `font' parameters.
45
46 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
47
22e64f7c
KH
482008-06-19 Kenichi Handa <handa@m17n.org>
49
50 * frame.c: Include <ctype.h>.
51 (x_set_font_backend): Allow spacing characters in the X resource
52 for FontBackend.
53
27129af9
SM
542008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * w32fns.c, xfns.c (Qfont_param): New var.
57 (syms_of_w32fns): Initialize it.
22e64f7c
KH
58 (x_default_font_parameter): Record explicit `font' into
59 `font-parameter'.
27129af9 60
d26424c5
KH
612008-06-18 Kenichi Handa <handa@m17n.org>
62
63 * font.c (font_parse_xlfd): Fix previous change.
64 (font_parse_fcname): Don't use :fc-unknown-spec.
65 (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
66 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
67 (font_add_log): Prepend the driver name to the resulting fonts.
68
69 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
70 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
71 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
72
73 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
74 (QCembolden): New variables.
75 (syms_of_xftfont): DEFSYM them.
76 (xftfont_open): Call XftFontMatch. Don't trust the result of
77 XftTextExtents8 if the pixel_size is less than 5.
78
51cf11be
AS
792008-06-18 Andreas Schwab <schwab@suse.de>
80
81 * font.c (Ffont_face_attributes): Only define if
82 HAVE_WINDOW_SYSTEM.
83 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
84
07d9ba9b
JR
852008-06-18 Jason Rumney <jasonr@gnu.org>
86
27129af9 87 * w32font.c (w32font_list, w32font_match): Add logging.
07d9ba9b 88
27129af9 89 * w32uniscribe (uniscribe_list, uniscribe_match): Add logging.
07d9ba9b 90
0c36bc4e
CY
912008-06-17 Chong Yidong <cyd@stupidchicken.com>
92
93 * font.c (font_parse_fcname): Store divider characters for
1578da31
CY
94 unknown-spec list. For known key symbols, intern using correct
95 symbol name.
0c36bc4e 96
70d6ecc6
KH
972008-06-17 Kenichi Handa <handa@m17n.org>
98
99 * xfaces.c (realize_default_face): If the frame is not on window
100 system, set the fontset of face to nil.
101
821bc4db
KH
1022008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
103
104 * fontset.c (fontset_pattern_regexp): Escape some reg-expr
105 characters.
106
3554e566
JB
1072008-06-16 Juanma Barranquero <lekktu@gmail.com>
108
109 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
110 (build_font_name_from_vector): Delete externs.
111
112 * xfaces.c (struct font_name): Don't declare.
113
93eed26b
SM
1142008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
117
d756bcd0
CY
1182008-06-16 Chong Yidong <cyd@stupidchicken.com>
119
120 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
121
7a18a178
JB
1222008-06-16 Juanma Barranquero <lekktu@gmail.com>
123
124 * font.c (Ffont_spec): Fix usage in docstring.
48105a6a 125 (Ffont_face_attributes): Doc fix.
7a18a178 126
6f568955
AS
1272008-06-16 Andreas Schwab <schwab@suse.de>
128
129 * font.c (Ffont_face_attributes): Fix definition.
130
3ef8c1b4
JR
1312008-06-16 Jason Rumney <jasonr@gnu.org>
132
93eed26b 133 * font.h (font_style_symbolic_from_value): Remove.
3ef8c1b4 134
93eed26b
SM
135 * font.c (font_style_symbolic_from_value): Remove.
136 (font_style_symbolic): Revert to pre 2008-06-13 version.
3ef8c1b4 137
93eed26b
SM
138 * w32font.c (w32_to_fc_weight): New function.
139 (w32font_full_name, logfont_to_fcname): Use it.
3ef8c1b4 140
5e634ec9
KH
1412008-06-16 Kenichi Handa <handa@m17n.org>
142
143 * font.c (font_check_object): Delete it.
144 (font_clear_cache): Check if a font-object is alive.
145 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
146 font-object to nil.
147 (font_close_object): Don't check FONT_CLOSE_OBJECT.
148 (font_at): Don't call font_check_object.
2babb359 149 (Ffont_get): Return a symbol for :weight, :slant, and :width.
5e634ec9 150
6409a955
KY
1512008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
152
153 * puresize.h (BASE_PURESIZE): Increase to 1230000.
154
ce4eaddb
CY
1552008-06-16 Chong Yidong <cyd@stupidchicken.com>
156
157 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
158
523dbe64
CY
1592008-06-15 Chong Yidong <cyd@stupidchicken.com>
160
54b2ab27 161 * font.c (font_parse_fcname): Only one decimal point.
523dbe64
CY
162 (font_unparse_fcname): Handle data in family and foundry indices
163 as symbols, not strings.
164 (font_unparse_gtkname, Ffont_face_attributes): New functions.
165
54b2ab27 166 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
523dbe64
CY
167
168 * font.h (font_unparse_gtkname): Add prototype.
169
9f296082
KH
1702008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
171
54b2ab27 172 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9f296082 173
3306c6dc
AS
1742008-06-15 Andreas Schwab <schwab@suse.de>
175
176 * font.c (font_update_drivers): Fix crash when no drivers match.
177
a099c27a
SM
1782008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
181 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
182
a8aa344d
SM
1832008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
186
a879ee6f
SM
1872008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * process.c (Fserial_process_configure, Fprocess_send_eof):
190 Use EQ to compare Lisp_Objects.
191
6fe9826d
JR
1922008-06-13 Jason Rumney <jasonr@gnu.org>
193
a879ee6f 194 * w32fns.c (Fw32_select_font): Remove old font API function.
6fe9826d 195
a879ee6f
SM
196 * w32font.c (logfont_to_fcname): New function.
197 (Fx_select_font): New font dialog function compatible with
198 GTK/fontconfig version.
6fe9826d 199
a879ee6f
SM
200 * font.c (font_style_symbolic_from_value): New function.
201 (font_style_symbolic): Use it.
6fe9826d 202
a879ee6f 203 * font.h (font_style_symbolic_from_value): Declare new function.
6fe9826d 204
17ab8f5d
JB
2052008-06-13 Juanma Barranquero <lekktu@gmail.com>
206
207 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
208 <font-width-table>: Fix typos in docstrings.
209
d888760c
GM
2102008-06-13 Daniel Engeler <engeler@gmail.com>
211
212 These changes add serial port access.
213 * process.c: Add HAVE_SERIAL.
214 (Fdelete_process, Fprocess_status, Fset_process_buffer)
215 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
216 (list_processes_1, select_wrapper, Fstop_process)
217 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
218 (status_notify): Modify to handle serial processes.
219 [HAVE_SERIAL] (Fserial_process_configure)
220 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
221 New functions.
222 * process.h (struct Lisp_Process): Add `type'.
223 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
224 New functions.
225 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
226 serial ports.
227 (serial_open, serial_configure) New functions.
228 * w32.h: Add FILE_SERIAL.
229 (struct _child_process): Add ovl_read, ovl_write.
230
f4cc0153
KH
2312008-06-13 Kenichi Handa <handa@m17n.org>
232
233 * dispextern.h (enum lface_attribute_index): New member
234 LFACE_FOUNDRY_INDEX.
235
236 * font.c (font_score): Delete arg alternate_families. Check only
7a18e381 237 weight, slant, width, and size. Ignore the difference of alias
f4cc0153 238 style symbols.
7a18e381 239 (font_sort_entites): Adjust for the above change. Reflect the
f4cc0153
KH
240 order of font-driver to scores.
241 (font_list_entities): Don't check alternate_familes here.
242 (font_clear_prop): Handle foundry.
243 (font_update_lface): Don't parse "foundry-family" form here.
244 Handle FONT_FOUNDRY_INDEX.
245 (font_find_for_lface): Likewise. Handle alternate families here.
a879ee6f 246 If registry is nil, try iso8859-1 and ascii-0.
f4cc0153 247 (font_open_for_lface): Pay attention to size in ENTITY.
7a18e381 248 (font_open_by_name): Simplify by calling font_load_for_lface.
f4cc0153
KH
249 (free_font_driver_list): Delete it.
250 (font_update_drivers): Preserve the order of backends.
251 (syms_of_font): Setting of sort_shift_bits adjusted for the change
252 of font_score and font_sort_entites.
253 (font_update_sort_order): Likewise.
254
255 * xfaces.c (LFACE_FOUNDRY): New macro.
256 (check_lface_attrs): Check foundry.
7a18e381 257 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
f4cc0153
KH
258 (merge_face_vectors): Check foundry.
259 (merge_face_ref): Likewise.
260 (Finternal_set_lisp_face_attribute): Likewise.
261 (x_update_menu_appearance): Likewise.
262 (Finternal_get_lisp_face_attribute): Likewise.
263 (lface_hash): Likewise.
264 (lface_same_font_attributes_p): Likewise.
265 (x_supports_face_attributes_p): Likewise.
266 (tty_supports_face_attributes_p): Likewise.
267 (Finternal_set_alternative_font_family_alist): Intern strings.
268 (Finternal_set_alternative_font_registry_alist): Downcase strings.
269 (realize_default_face): Set LFACE_FOUNDRY (lface).
270
271 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
272 font-driver at first.
273
274 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
275
d434fef5 2762008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
97dead2d
JM
277
278 * lread.c (Fload): Use xfree, not free on saved_doc_string.
279
9c5e177e
JM
2802008-06-12 Jim Meyering <meyering@redhat.com>
281
d434fef5 282 Make unexec_free handle NULL the same way free does.
9c5e177e
JM
283 * unexmacosx.c (unexec_free): Ignore a NULL argument.
284
2afc21f5
SM
2852008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * character.h (CHAR_TO_BYTE_SAFE): New macro.
288 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
289 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
290 (WEAK_ALIAS): Simplify.
291 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
292 when searching a unibyte buffer.
293
76c0de62
CY
2942008-06-12 Chong Yidong <cyd@stupidchicken.com>
295
296 * xfns.c (Fx_select_font): Rename from x-font-dialog.
297
0500dcc9
JB
2982008-06-12 Juanma Barranquero <lekktu@gmail.com>
299
300 * w32font.c: Include ctype.h.
301
f42adef6
JR
3022008-06-11 Jason Rumney <jasonr@gnu.org>
303
2afc21f5
SM
304 * w32font.c (w32font_encode_char): Detect missing glyphs that are
305 misreported as space.
306 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
307 as aliases for registry iso10646-1.
f42adef6 308
4b7cdc0e
SM
3092008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
310
311 * buffer.c (clone_per_buffer_values): Skip `name'.
312
cc02ebe1
CY
3132008-06-11 Chong Yidong <cyd@stupidchicken.com>
314
315 * font.c (font_parse_fcname): Fix last change; accept decimal
316 points in font size.
317
351ccb76
JR
3182008-06-10 Jason Rumney <jasonr@gnu.org>
319
0500dcc9
JB
320 * w32uniscribe.c (add_opentype_font_name_to_list):
321 Skip non unicode fonts.
351ccb76 322
f473ed6f
CY
3232008-06-10 Chong Yidong <cyd@stupidchicken.com>
324
325 * xfns.c (Fx_font_dialog): New function.
326
5d6333d5 327 * gtkutil.c (xg_dialog_response_cb): Rename from
f473ed6f
CY
328 xg_file_response_callback.
329 (pop_down_dialog): Rename from pop_down_file_dialog.
330 (xg_get_file_name): Callers changed.
331 (xg_get_font_name): New function.
332
5d6333d5 333 * gtkutil.h (xg_get_font_name): Insert prototype.
f473ed6f 334
2a3bd2e1
SM
3352008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
338 x_underline_minimum_display_offset.
339 (syms_of_xdisp): Declare it here rather than in xterm.c.
340 * dispextern.h (underline_minimum_offset): Declare it.
341 * w32term.c (x_draw_glyph_string): Use it.
342 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
343 (syms_of_xterm): Don't declare it any more.
344 (x_draw_glyph_string): Adjust to the new name.
345
d5dc6163
SM
3462008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
347
348 * xterm.c (x_underline_minimum_display_offset): New var.
349 (x_draw_glyph_string): Use it.
350 (syms_of_xterm): Declare it.
351
0abdd197
CY
3522008-06-10 Chong Yidong <cyd@stupidchicken.com>
353
354 * font.c (font_parse_fcname): Accept GTK-style font names too.
355
a1562258
SM
3562008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
357
928b5acc
SM
358 * dired.c (file_name_completion): Don't return t if the match is exact
359 but with different capitalization.
360 * minibuf.c (Ftry_completion): Simplify.
361
a1562258
SM
362 * window.c (Vwindow_point_insertion_type): New var.
363 (set_window_buffer): Use it.
364 (syms_of_window): Init and export it to Lisp.
365
9552dbd1
KH
3662008-06-10 Kenichi Handa <handa@m17n.org>
367
368 * font.h (font_intern_prop): Prototype adjusted.
369
370 * font.c (font_intern_prop): New arg force_symbol.
a1562258
SM
371 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
372 Adjust for the change of font_intern_prop.
9552dbd1 373
a1562258
SM
374 * ftfont.c (ftfont_pattern_entity):
375 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
376 (w32_registry):
377 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9552dbd1
KH
378 the change of font_intern_prop.
379
8993ad2e
JB
3802008-06-09 Juanma Barranquero <lekktu@gmail.com>
381
382 * w32menu.c (digest_single_submenu): Declare extern.
383
0c2258fc
JR
3842008-06-09 Jason Rumney <jasonr@gnu.org>
385
a1562258 386 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12f71857 387
a1562258
SM
388 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
389 (parse_single_submenu): Remove.
390 (digest_single_submenu): Remove.
391 (syms_of_w32menu): Don't initialise variables that have moved
392 to menu.c.
393 (set_frame_menubar): Sync with version in xmenu.c.
394 (w32_menu_show): Sync with xmenu_show in xmenu.c.
593c843c 395
8993ad2e
JB
396 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
397 Make static again.
0c2258fc 398
02246cb8
JR
3992008-06-09 Jason Rumney <jasonr@gnu.org>
400
8993ad2e
JB
401 Changes to w32 files related to the move of common menu code
402 to menu.c on 2008-06-08 by Chong Yidong.
403
404 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
405 defs to w32gui.h.
406 (single_keymap_panes, push_menu_item, push_menu_pane):
407 Make globally visible.
408
d434fef5
JB
409 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
410 (local_free, malloc_widget_value, free_widget_value)
411 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
412 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
413 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8993ad2e 414 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
d434fef5 415 (menu_items, menu_items_allocated, menu_items_used)
8993ad2e
JB
416 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
417 (init_menu_items, finish_menu_items, discard_menu_items)
418 (grow_menu_items, push_submenu_start, push_submenu_end)
419 (push_left_right_boundary, push_menu_pane, push_menu_item)
420 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
d434fef5 421 (free_menubar_widget_tree_value, parse_single_submenu)
8993ad2e
JB
422 (update_submenu_strings): Remove functions.
423 (xmalloc_widget_value): Remove and declare extern.
424
425 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
426 (OBJ1): Build it.
427
428 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
429 (local_heap, local_alloc, local_free, malloc_widget_value)
430 (free_widget_value): Define here.
02246cb8 431
9e1bb909
KH
4322008-06-09 Kenichi Handa <handa@m17n.org>
433
366664ad
KH
434 * font.h (Qascii_0): Extern it.
435
9e1bb909
KH
436 * font.c (Qascii_0): New variable.
437 (syms_of_font): DEFSYM it.
438 (font_open_by_name): If the registry "iso8859-1" fails, try also
439 "ascii-0".
440
441 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
442
b2ee479e
KH
4432008-06-08 Kenichi Handa <handa@m17n.org>
444
8f440b79 445 * .gdbinit (xfont): New command.
b2ee479e 446
01ef9d36
AS
4472008-06-08 Andreas Schwab <schwab@suse.de>
448
a4240420
AS
449 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
450 * Makefile.in (menu.o): Update dependencies.
451
0181bf66 452 * Makefile.in (obj): Always add menu.o.
01ef9d36
AS
453 * emacs.c (main): Always call syms_of_menu.
454 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
455
c07cbae6
CY
4562008-06-08 Chong Yidong <cyd@stupidchicken.com>
457
458 * Makefile.in: Compile menu.c.
459
460 * lisp.h: Declare syms_of_menu.
461
462 * emacs.c (main): Call syms_of_menu.
463
464 * keyboard.h: Relocate platform-independent menu definitions from
465 xmenu.c.
466
467 * menu.c: New file. Relocate platform-independent menu
904d8c69 468 definitions from xmenu.c. Suggested by Adrian Robert.
c07cbae6
CY
469
470 * xmenu.c: Remove platform-independent menu definitions.
471 (menu_items menu_items_inuse, menu_items_allocated)
472 (menu_items_used, menu_items_n_panes)
473 (menu_items_submenu_depth): Move to keyboard.h.
474 (init_menu_items, finish_menu_items, unuse_menu_items)
475 (discard_menu_items, restore_menu_items, save_menu_items)
476 (grow_menu_items, push_submenu_start, push_submenu_end)
477 (push_left_right_boundary, push_menu_pane, push_menu_item)
478 (keymap_panes, single_keymap_panes, single_menu_item)
479 (list_of_panes, list_of_items, find_and_call_menu_selection)
480 (xmalloc_widget_value, free_menubar_widget_value_tree)
481 (parse_single_submenu, digest_single_submenu)
482 (update_submenu_strings): Move to menu.c.
483
4958ed94
SM
4842008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
487
408b8ab4
MB
4882008-06-06 Miles Bader <miles@gnu.org>
489
490 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
491 face, not frame default.
492
87478b52
SM
4932008-06-05 Martin Rudalics <rudalics@gmx.at>
494
495 * window.c (pop_up_windows, pop_up_frames)
496 (display_buffer_reuse_frames, Vpop_up_frame_function)
497 (Vdisplay_buffer_function, Veven_window_heights)
498 (Vspecial_display_buffer_names, Vspecial_display_regexps)
499 (Vspecial_display_function, Vsame_window_buffer_names)
500 (Vsame_window_regexps, split_height_threshold)
501 (Vsplit_window_preferred_function): Move those vars to window.el.
502 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
503 (Fdisplay_buffer): Move those functions to window.el.
504 (syms_of_window): Remove corresponding declarations.
505 (display_buffer): New function.
506 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
507 * dispnew.c (Flast_nonminibuf_frame): New function.
508 * buffer.c (Fpop_to_buffer): Move to window.el.
509
9e0e0d77
SM
5102008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
513
4a485df8
KH
5142008-06-05 Kenichi Handa <handa@m17n.org>
515
516 * coding.c (detect_coding): Fix previous change.
517 (detect_coding_system): Likewise.
518
8ba31f36
SM
5192008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
520
c0dc8f64
SM
521 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
522
8ba31f36
SM
523 * keymap.c (Vminibuffer_local_filename_must_match_map):
524 Rename from Vminibuffer_local_must_match_filename_map.
525 (syms_of_keymap):
526 * minibuf.c (Fcompleting_read): Adjust accordingly.
527 * commands.h: Rename declaration as well.
528
7740d2c7
KH
5292008-06-05 Kenichi Handa <handa@m17n.org>
530
e7438ece
KH
531 * font.c (Ffont_spec): Don't use font_parse_family_registry for
532 family name.
533 (Ffont_put): Likewise.
534
535 * fontset.c (fontset_find_font): Call font_open_for_lface with the
536 current font-spec.
537
7740d2c7
KH
538 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
539 is unspecified.
540
541 * xfaces.c (realize_x_face): If the font-related face attributes
e7438ece
KH
542 are the same as those of default face, realize a new fontset from
543 default->fontset.
9e0e0d77 544 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7740d2c7 545
c876b227
SM
5462008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
549 (move_it_in_display_line): New wrapper.
550
551 * window.c (window_scroll_pixel_based_preserve_x)
552 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
553 (window_scroll_pixel_based, window_scroll_line_based):
554 Use them to preserve column positions.
555 (syms_of_window): Initialize them.
556
557 * indent.c (Fvertical_motion): Extend first arg to allow passing an
558 (HPOS . VPOS) pair.
559
560 * dispextern.h (move_it_in_display_line): Declare.
561
927abf37
JB
5622008-06-05 Juanma Barranquero <lekktu@gmail.com>
563
564 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
565 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
566 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
567
9d14503e
JB
5682008-06-04 Juanma Barranquero <lekktu@gmail.com>
569
570 * window.c (Fset_window_parameter): Doc fix.
571 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
572
e6841c3b
JB
5732008-06-04 Joakim Verona <joakim@verona.se>
574
575 * window.h (struct window): Add new member window_parameters.
576
577 * window.c (Fwindow_parameters, Fwindow_parameter)
578 (Fset_window_parameter): New defuns.
579 (syms_of_window): Defsubr the new defuns.
580 (make_window): Initialize window_parameters to nil.
581
4ba50634
JPW
5822008-06-04 John Paul Wallington <jpw@pobox.com>
583
584 * eval.c (Fdefmacro): Doc fix.
585
c0e16b14
KH
5862008-06-04 Kenichi Handa <handa@m17n.org>
587
588 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9e0e0d77 589 Be sure to call setup_coding_system when we find a proper coding system.
c0e16b14
KH
590 (detect_coding_system): Fix handling of coding->head_ascii.
591
0615d903
AS
5922008-06-03 Andreas Schwab <schwab@suse.de>
593
594 * font.c (font_prop_validate_spacing): Fix last change.
595
8a1816bb
KH
5962008-06-03 Kenichi Handa <handa@m17n.org>
597
eea9c5c4
KH
598 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
599 (font_parse_fcname): Fix handling of unknown key.
600
601 * xfont.c (xfont_list): Try an alias.
602
8a1816bb
KH
603 * charset.c (char_charset): Return NULL if the arg charset_list is
604 specified and C doesn't belong to any of them.
605
2f593f4c 6062008-06-02 Chip Coldwell <coldwell@redhat.com>
6c5e8775
CY
607
608 * font.c (font_pixel_size): Don't take cdr of an integer.
609
c2cd06e6
JM
6102008-06-02 Jim Meyering <meyering@redhat.com>
611
70fdbb46
JM
612 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
613 * alloc.c (xfree): Return right away for a NULL arg.
614 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
615 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
616 * mac.c (create_apple_event_from_event_ref): Likewise.
2f593f4c
JB
617 (create_apple_event_from_drag_ref, cfstring_create_normalized):
618 Likewise.
70fdbb46
JM
619 * doprnt.c (doprnt1): Likewise.
620 * frame.c (frame): Likewise.
621 * keyboard.c (wipe_kboard): Likewise.
1f204af3 622 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
70fdbb46
JM
623 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
624 * term.c (tty_default_color_capabilities, maybe_fatal)
625 (delete_tty): Likewise.
626 * w16select.c (string): Likewise.
627 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
628 * w32bdf.c (w32_free_bdf_font): Likewise.
629 * w32fns.c (w32_unload_font): Likewise.
630 * w32font.c (w32font_close): Likewise.
631 * window.c (size_window): Likewise.
632 * xselect.c (receive_incremental_selection): Likewise.
633 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
634 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
635 * w32.c (stat): Likewise.
636
2f593f4c 637 Remove useless if-before-free tests.
70fdbb46
JM
638 * editfns.c (Fset_time_zone_rule): Likewise.
639 * lread.c (nosuffix): Likewise.
640 * ralloc.c (get_bloc): Likewise.
641 * regex.c (reg_free): Likewise.
642 * xftfont.c (xftfont_open, xftfont_close): Likewise.
643 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
644 * xsmfns.c (smc_save_yourself_CB): Likewise.
c2cd06e6 645
4fc1984a
KH
6462008-06-02 Kenichi Handa <handa@m17n.org>
647
1d1e1245
KH
648 * font.c (font_find_for_lface): Handle float font size.
649 (font_open_for_lface): Likewise.
650
4fc1984a
KH
651 * xfaces.c (x_supports_face_attributes_p): Check face->font before
652 comparing the properties.
653
aee986fd
JR
6542008-06-01 Jason Rumney <jasonr@gnu.org>
655
e6841c3b
JB
656 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
657 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
658 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
659 Don't add empty script list.
660 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
aee986fd 661
60a3d7ee
DN
6622008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
663
aee986fd 664 * Makefile.in (dot, dotdot): Remove, update users.
60a3d7ee
DN
665 ".." has been used elsewhere in the file for a long time.
666 (LIBXT_STATIC): Remove conditional based on unused variable.
667
f2cec7a9
MB
6682008-06-01 Miles Bader <miles@gnu.org>
669
670 * xfaces.c (Vface_remapping_alist): New variable.
671 (syms_of_xfaces): Initialize it.
672 (enum named_merge_point_kind): New type.
673 (struct named_merge_point): Add `named_merge_point_kind' field.
674 (push_named_merge_point): Make cycle detection respect different
675 named-merge-point kinds.
c876b227 676 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
f2cec7a9
MB
677 Remove face-name alias resolution.
678 (lface_from_face_name): New definition using
679 `lface_from_face_name_no_resolve'.
c876b227 680 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
f2cec7a9
MB
681 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
682 (get_lface_attributes): New definition that layers face-remapping on
683 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
684 (lookup_basic_face): New function.
685 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
686 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
687 `get_lface_attributes'.
688 (face_at_buffer_position): Use `lookup_basic_face' to lookup
689 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
690 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
691
692 * xdisp.c (init_iterator): Pass base_face_id through
693 `lookup_basic_face' when we actually use it as a face-id.
694 (handle_single_display_prop): Use `lookup_basic_face' to lookup
695 DEFAULT_FACE_ID.
696
697 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
698 lookup the initial face-id.
699
700 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
701
518c0b83
JB
7022008-06-01 Juanma Barranquero <lekktu@gmail.com>
703
704 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
705 (Fremove_text_properties): Fix typos in docstrings.
706
719b3d63
KH
7072008-05-31 Kenichi Handa <handa@m17n.org>
708
e4c93315
KH
709 * font.c (font_list_entities): Fix the car part of data to be
710 stored in the cache.
711
719b3d63
KH
712 * ftfont.c (ftfont_font_format): Don't use strcasestr.
713
d0827857
SM
7142008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
717 Add a `test' argument so another predicate than `equal' can be used.
718 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
719 (map_char_table): Remove unused vars `c' and `i'.
720 * lisp.h (Foptimize_char_table): Adjust declaration.
721 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
722
a266686a
KH
7232008-05-30 Kenichi Handa <handa@m17n.org>
724
d0827857 725 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
a266686a
KH
726 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
727 defined.
728
fd9440c5
SM
7292008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
732 (Fmake_variable_frame_local): Disallow mixing buffer-local and
733 frame-local settings for the same variable.
734
fd2ae9b2
KH
7352008-05-30 Kenichi Handa <handa@m17n.org>
736
9e0e0d77 737 * fontset.c (Ffont_info): Move to font.c.
fd2ae9b2
KH
738 (syms_of_fontset): Delete defsubr of Sfont_info.
739
740 * font.c (font_style_to_value, font_score): Delete casting of the
741 args to xstcasecmp.
742 (register_font_driver): Increment num_font_drivers only when
743 registering the driver globally.
9e0e0d77 744 (Ffont_info): Move from fontset.c. Handle a font object too.
fd2ae9b2
KH
745 (syms_of_font): Defsubr Sfont_info.
746
eaf11618
KH
7472008-05-29 Kenichi Handa <handa@m17n.org>
748
749 * coding.h (enum define_coding_utf8_arg_index): New enum.
750 (enum coding_attr_index): Change coding_attr_utf_16_bom to
751 coding_attr_utf_bom.
fd9440c5
SM
752 (enum utf_bom_type): Rename from utf_16_bom_type.
753 (struct utf_16_spec): Adjust for the above change.
eaf11618
KH
754 (struct coding_system): Add utf_8_bom in `spec' union.
755
756 * coding.c (CODING_UTF_8_BOM): New macro.
757 (enum coding_category): Delete coding_category_utf_8, add
758 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
759 coding_category_utf_8_sig.
760 (CATEGORY_MASK_UTF_8): Delete it.
761 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
762 (CATEGORY_MASK_UTF_8_SIG): New macros.
763 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
764 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
765 CATEGORY_MASK_UTF_8_SIG.
766 (CATEGORY_MASK_UTF_8): New macro.
767 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
768 (detect_coding_utf_8): Check BOM.
769 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
fd9440c5 770 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
eaf11618
KH
771 (encode_coding_utf_16): Likewise.
772 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
773 (detect_coding, detect_coding_system): Handle utf-8-auto.
774 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
775 (syms_of_coding): Fix setting up of Vcoding_category_table.
776
891bd142
SM
7772008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * process.c (Faccept_process_output): If `millisec' is non-nil,
780 `seconds' default to 0.
781 (wait_reading_process_output): Also return non-nil if we read output
782 from a non-running process.
783
1519d52e
JR
7842008-05-29 Jason Rumney <jasonr@gnu.org>
785
fd9440c5
SM
786 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
787 `raster' specified.
788 (add_font_entity_to_list): Allow non-opentype truetype fonts back
789 in the uniscribe backend, but disallow any font that has no
790 unicode subrange support.
1519d52e 791
d5ab09cd
JB
7922008-05-29 Juanma Barranquero <lekktu@gmail.com>
793
794 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
795 Fix typos in docstrings.
796
a4eec626
KH
7972008-05-29 Kenichi Handa <handa@m17n.org>
798
799 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
e887f2ac 800 (Fx_family_fonts): Set frame correctly.
a4eec626 801
a6e0b7e5
JR
8022008-05-28 Jason Rumney <jasonr@gnu.org>
803
d5ab09cd 804 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
a6e0b7e5 805
6b3d752c
SM
8062008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
809 calling build_annotations.
810
c3f9fba8
JB
8112008-05-28 Juanma Barranquero <lekktu@gmail.com>
812
813 * coding.c (Fdecode_coding_region, Fencode_coding_region)
814 (Fencode_coding_string):
815 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
816 <latin-extra-code-table>: Fix typos in docstrings.
817 (syms_of_coding) <coding-system-alist>: Doc fix.
818 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
819
00c670e1
KH
8202008-05-28 Kenichi Handa <handa@m17n.org>
821
b75d7f28
KH
822 * fontset.c (Ffont_info): Don't call font_close_object.
823
824 * font.c (font_parse_family_registry): Use Ffont_put to validate
825 foundry and family.
826 (font_delete_unmatched): Don't check spacing.
827 (font_list_entities): Add spacing to the spec to list fonts.
828
829 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
d5ab09cd 830 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
b75d7f28 831
00c670e1
KH
832 * coding.c (encode_coding_raw_text): Fix previous change.
833 (encode_coding_object): When the dst_object is a buffer and is
834 different from src_object, move gap to PT.
835
45feca91
CY
8362008-05-27 Chong Yidong <cyd@stupidchicken.com>
837
c3f9fba8 838 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
45feca91 839
5dd5d9eb
SM
8402008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
841
01d45367
SM
842 * coding.c (encode_coding_raw_text): Set coding->produced_char for
843 all branches. Compute it differently.
844
5dd5d9eb
SM
845 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
846
9c623c85
JB
8472008-05-27 Juanma Barranquero <lekktu@gmail.com>
848
849 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
850 into "else if () ... else ...".
851
943f2093
JR
8522008-05-27 Jason Rumney <jasonr@gnu.org>
853
5dd5d9eb
SM
854 * w32font.c (w32font_open_internal): Determine if glyph indices
855 are likely to work here.
943f2093 856
7385fe74
CY
8572008-05-27 Chong Yidong <cyd@stupidchicken.com>
858
859 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
860 draw overlap glyphs with appropriate highlighting.
861
4f64a164
KH
8622008-05-27 Kenichi Handa <handa@m17n.org>
863
864 * xfont.c (xfont_open): Fix calculation of font->average_width.
865
1fb5aad7
SM
8662008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 * casefiddle.c (casify_object): Try to guess better whether the
869 argument is a byte or a char.
870
f8eb1603
AS
8712008-05-26 Andreas Schwab <schwab@suse.de>
872
1fb5aad7
SM
873 * xselect.c (x_reply_selection_request): Properly handle format == 32.
874 Always send multiples of format size.
5a9c35e5 875
f8eb1603
AS
876 * xterm.c (x_set_frame_alpha): Fix type mismatch.
877
ba93d684
JR
8782008-05-26 Jason Rumney <jasonr@gnu.org>
879
1fb5aad7
SM
880 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
881 (compute_metrics): Don't set failure if we just cleared the cache.
882 (w32_weight_table): Remove unused variable.
883 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
884 backwards compatibility.
ba93d684 885
505ecc49
KH
8862008-05-25 Kenichi Handa <handa@m17n.org>
887
1fb5aad7
SM
888 * w32term.c (x_draw_glyph_string):
889 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
505ecc49
KH
890
891 * xfaces.c: Delete unused function prototypes.
892 (xstrlwr, font_frame): Delete them.
893 (clear_face_cache): Delete unused variable.
894
1fb5aad7
SM
895 * xftfont.c (xftfont_open): Delete unused variable.
896 If underline_thickness is not 1, adjust underline_position.
505ecc49
KH
897
898 * ftxfont.c (ftxfont_open): Delete unused variable.
899
900 * fontset.c (face_for_char): Optimize for the case of no charset
901 property.
902
903 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
904 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
905 (otf_open, font_otf_capability, generate_otf_features)
906 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
1fb5aad7 907 Comment out by surrounding "#if 0" and "#endif" for the moment.
505ecc49
KH
908 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
909 (syms_of_font): Codes for accessing above commented out.
910
f481eb31
EZ
9112008-05-24 Eli Zaretskii <eliz@gnu.org>
912
913 * w32proc.c: Include dispextern.h.
914
915 * w32.c: Include dispextern.h.
916
20746fe4
JB
9172008-05-23 Juanma Barranquero <lekktu@gmail.com>
918
919 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
920 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
921 Fix typos in docstrings.
922
e7150846
JR
9232008-05-23 Jason Rumney <jasonr@gnu.org>
924
20746fe4 925 * xsmfns.c: Remove includes that are already included by config.h.
e7150846 926
dbf46ba6
KH
9272008-05-23 Kenichi Handa <handa@m17n.org>
928
6c652beb
KH
929 * charset.c (Qemacs, charset_emacs): New variables.
930 (char_charset): Fix for non-Unicode characters.
931 (syms_of_charset): Define charset_emacs.
932
baf4d3b3 933 * w32term.c (x_draw_glyph_string): Be sure to update
328fab2a
KH
934 s->underline_thickness and s->underline_position. Be sure to draw
935 underline within the current line area.
baf4d3b3
KH
936
937 * xterm.c (x_draw_glyph_string): Be sure to update
328fab2a 938 s->underline_thickness and s->underline_position. Be sure to draw
90dc78a3 939 underline within the current line area.
baf4d3b3 940
dbf46ba6
KH
941 * fontset.c: Delete unused variables and add casting for char *
942 throughout the file.
943 (fontset_font): Try the fallback fonts of the current fontset
944 before consulting the default fontset.
945
946 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
947
9e0e0d77 948 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
dbf46ba6 949
3b780338
JR
9502008-05-22 Jason Rumney <jasonr@gnu.org>
951
20746fe4 952 * font.c: Don't include strings.h.
577eba22 953
9e0e0d77 954 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
05131107 955
20746fe4
JB
956 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
957 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
b1722a46
EZ
958 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
959 to call xstrcasecmp.
05131107 960
b1722a46 961 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3b780338 962
b1722a46 963 * fontset.c (fs_query_fontset): Use xstrcasecmp.
3b780338 964
b1722a46 965 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3b780338 966
b1722a46 967 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3b780338 968
a30e1957
KH
9692008-05-22 Kenichi Handa <handa@m17n.org>
970
20746fe4 971 * puresize.h (BASE_PURESIZE): Increase to 1220000.
955b979c 972
20746fe4 973 * font.c (font_prop_validate_style): Adjust for the format
64b900e3
KH
974 change of font_style_table.
975
a30e1957
KH
976 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
977 two args.
978
979 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
980 two args.
981
631248e5
SM
9822008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * minibuf.c (keys_of_minibuf): Delete.
985 * lisp.h (keys_of_minibuf): Delete.
986 * emacs.c (main): Don't call keys_of_minibuf.
987
318548be
KH
9882008-05-22 Kenichi Handa <handa@m17n.org>
989
631248e5 990 * ftfont.c (ftfont_resolve_generic_family): Rename from
318548be
KH
991 ftfont_list_generic_family. Return a single family for each
992 generic family.
993 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
20746fe4
JB
994 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
995 Call font_add_log.
318548be
KH
996 (ftfont_match): Call font_add_log.
997
998 * font.h (Ffont_xlfd_name): EXFUN adjusted.
999 (FONT_DEBUG): Define it.
1000 (font_add_log): Extern it.
631248e5 1001 (font_assert): Rename from xassert.
318548be
KH
1002
1003 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
1004 (xfont_list_family): Call font_add_log.
1005 (xfont_match): Likewise.
631248e5 1006 (memq_no_quit): Delete.
318548be
KH
1007
1008 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
1009 call of Ffont_xlfd_name.
1010
1011 * xfaces.c (struct table_entry, slant_table, weight_table)
631248e5 1012 (swidth_table): Move to font.c.
318548be
KH
1013
1014 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
631248e5 1015 xassert are changed to font_assert. Delete many unused variables.
20746fe4
JB
1016 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
1017 New variables.
631248e5
SM
1018 (struct table_entry): Move from xfaces.c and modified.
1019 (weight_table, slant_table, width_table): Move from xfaces.c and
318548be 1020 contents adjusted for the change of struct table_entry.
20746fe4 1021 (font_style_to_value, font_style_symbolic): Adjust for the
64b900e3 1022 format change of font_style_table.
318548be
KH
1023 (font_parse_family_registry): Don't overwrite existing foundry and
1024 family of font_spec.
1025 (font_score): Fix calculation of diff for sizes.
1026 (font_sort_entites): Call font_add_log.
1027 (font_delete_unmatched): Return a newly created list.
1028 (font_list_entities): Fix previous change. Call font_add_log.
20746fe4
JB
1029 (font_matching_entity, font_open_entity, font_close_entity):
1030 Call font_add_log.
318548be 1031 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
631248e5 1032 (Finternal_set_font_style_table): Delete.
318548be
KH
1033 (BUILD_STYLE_TABLE): New macro.
1034 (build_style_table): New function.
1035 (Vfont_log, font_log_env_checked): New variables.
1036 (font_add_log): New function.
1037 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
1038 Declare Lisp variables "font-weight-table", "font-slant-table",
1039 "font-width-table", and "font-log". Initialize font_style_table.
1040
6aac1c03
DN
10412008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
1042
bcc850aa 1043 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6aac1c03 1044
7950790f
GM
10452008-05-21 Seiji Zenitani <zenitani@mac.com>
1046 Ryo Yoshitake <ryo@shiftmode.net>
a2979e8e 1047
7950790f 1048 * frame.c (Qalpha): Add a new frame parameter `alpha'.
bcc850aa 1049 (Vframe_alpha_lower_limit): New variable.
b9fb2c45 1050 (x_set_alpha): New function.
a2979e8e 1051
7950790f 1052 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
a2979e8e 1053
7950790f
GM
1054 * xfns.c (x-create-frame, Qalpha):
1055 Initialize the frame parameter `alpha'.
b9fb2c45
GM
1056 * xterm.c (OPAQUE, OPACITY): New.
1057 (x_set_frame_alpha): New function.
1058 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
a2979e8e 1059
7950790f
GM
1060 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
1061 * w32fns.c (w32_frame_parm_handlers): Likewise.
a2979e8e 1062
5c2a72d9
JR
10632008-05-20 Jason Rumney <jasonr@gnu.org>
1064
20746fe4
JB
1065 * w32font.c (add_font_entity_to_list): Don't add non-opentype
1066 truetype fonts to opentype list.
5c2a72d9 1067
eb152aa9
JB
10682008-05-20 Juanma Barranquero <lekktu@gmail.com>
1069
1070 * fontset.c (Ffontset_info): Doc fix.
1071 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
1072 <ignore-relative-composition>: Fix typos in docstrings.
1073
1074 * font.c (syms-of-font) <font-encoding-alist>:
1075 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
1076 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
1077 (Ffont_otf_alternates): Doc fixes.
1078
ad00e1a3
KH
10792008-05-20 Kenichi Handa <handa@m17n.org>
1080
1081 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
1082 font.h through out the file.
9e0e0d77 1083 (FONT_DRIVERS): Rename from FONTOBJ.
12855572 1084 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
ad00e1a3
KH
1085 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
1086
1087 * emacs.c (main): Call syms_of_font unconditionally.
1088
1089 * font.h (find_font_encoding): Extern it.
1090
9e0e0d77 1091 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
ad00e1a3
KH
1092 fontset.c.
1093 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
1094 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
1095 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
1096 only when HAVE_WINDOW_SYSTEM is defined.
1097 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
1098 when HAVE_WINDOW_SYSTEM is defined.
1099
9e0e0d77
SM
1100 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
1101 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
ad00e1a3
KH
1102
1103 * xfaces.c: Include font.h unconditionally.
1104 (merge_face_ref, merge_face_vectors)
1105 (Finternal_set_lisp_face_attribute): Cancel the previous change.
1106
40a69fac
SM
11072008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
1110 indirect_variable.
1111 * eval.c (lisp_indirect_variable): New fun.
1112 (Fuser_variable_p): Use it.
1113
8c2dccbf
SM
11142008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1115
ad97b375
SM
1116 * lisp.h (indirect_variable):
1117 * data.c (indirect_variable, let_shadows_buffer_binding_p):
1118 Use Lisp_Symbol pointers rather than Lisp_Object.
1119 Adjust callers.
1120 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
1121 To this end, change calling-convention.
1122
8c2dccbf
SM
1123 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
1124 if some non-hidden buffers are selected by string&pred.
1125
ad97b375
SM
11262008-05-19 Chong Yidong <cyd@stupidchicken.com>
1127
1128 * process.c (wait_reading_process_output): Always check status
1129 when in batch mode.
1130
25b81df4
KH
11312008-05-19 Kenichi Handa <handa@m17n.org>
1132
1133 * font.c (font_list_entities): Fix handling of cache.
1134 (font_matching_entity): Likewise.
1135
8c2dccbf 1136 * ftfont.c (cs_iso8859_1): Delete.
25b81df4 1137 (ft_face_cache): New variable.
1f204af3 1138 (struct ftfont_info): New member fc_charset_idx.
8c2dccbf 1139 (ftfont_build_basic_charsets): Delete.
25b81df4
KH
1140 (fc_charset_table): New variable.
1141 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
1142 . FC_CHARSET_IDX) as :font-entity property in the font entity.
1143 Callers changed.
dde8403f 1144 (ftfont_lookup_cache, ftfont_get_charset): New functions.
8c2dccbf
SM
1145 (ftfont_spec_pattern): New argument fc_charset_idx.
1146 Check registry more rigidly. Change callers.
a2979e8e 1147 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
25b81df4
KH
1148 change of :font-entity property of the font.
1149
a2979e8e 1150 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
25b81df4
KH
1151 property of the font.
1152
d4a1d553
JB
11532008-05-18 Juanma Barranquero <lekktu@gmail.com>
1154
1155 * coding.c (Fcoding_system_p): Rename argument to match docstring.
1156 (Funencodable_char_position, Fcheck_coding_systems_region)
1157 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
1158 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
1159 (Ffind_operation_coding_system, Fset_coding_system_priority)
1160 (Fcoding_system_eol_type): Doc fixes.
1161
07cfc4e7
GM
11622008-05-17 Glenn Morris <rgm@gnu.org>
1163
1164 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
1165
1cab27d2
EZ
11662008-05-16 Eli Zaretskii <eliz@gnu.org>
1167
1168 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
1169 and st_gid.
1170
dde8403f 1171 * frame.c (Fdelete_frame): Don't call font_update_drivers if
1cab27d2
EZ
1172 HAVE_WINDOW_SYSTEM is not defined.
1173
1174 * xfaces.c (merge_face_ref, merge_face_vectors)
1175 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
1176 HAVE_WINDOW_SYSTEM is defined.
1177 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
1178
86b89713
SM
11792008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
1182
6750bd93
YM
11832008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1184
62867b11 1185 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
6750bd93 1186
79f105c9
KH
11872008-05-15 Kenichi Handa <handa@m17n.org>
1188
1189 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
1190 preference.
1191
6b33da9f
GM
11922008-05-15 Glenn Morris <rgm@gnu.org>
1193
1194 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
1195
d0e4433b
CY
11962008-05-15 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * fns.c (init_fns): Don't initialize weak_hash_tables here.
1199 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
1200
1201 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
1202
5f2d79e0
KH
12032008-05-15 Kenichi Handa <handa@m17n.org>
1204
fd8a1cae
KH
1205 * ftfont.c (ftfont_list): Downcase family name to check generic
1206 families.
1207
1208 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
1209 font-spec for QCfont value.
1210
5f2d79e0
KH
1211 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
1212 buffer. Check the return value of it.
1213
e5e29349
JR
12142008-05-14 Jason Rumney <jasonr@gnu.org>
1215
1216 * w32term.c (w32_get_glyph_overhangs): Remove.
1217 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
1218
1f09f444
KH
12192008-05-14 Kenichi Handa <handa@m17n.org>
1220
1221 * font.c (font_prop_validate): Make nil a valid value.
be9442ad
KH
1222 (font_clear_cache): Check if the cached vector of entities is nil
1223 or not.
1f09f444 1224
ecae6af9 12252008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
f8240abd
YM
1226
1227 * emacs.c (main_thread): Conditionalize on
1228 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
1229 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
1230
1231 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
1232 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
1233 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
1234
c6b278e7
KH
12352008-05-14 Kenichi Handa <handa@m17n.org>
1236
1237 * coding.c (detect_coding_iso_2022): Ignore a coding category that
1238 has no corresponding coding system.
1239
12402008-05-14 Jason Rumney <jasonr@gnu.org>
1241
1242 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
1243
1244 * w32font.h (w32font_open_internal): Update declaration.
1245
1246 * w32font.c (w32font_open_internal): Change last argument from
1247 w32font_info struct to font object. Fill in font object from
1248 font_entity. Get Outline metrics if possible. Use them to
1249 calculate underline position and thickness. Use xlfd name as name
1250 property. Don't set codepage.
1251 (w32font_open): Pass font_object to w32font_open_internal. Don't
a879ee6f 1252 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
c6b278e7
KH
1253 (w32font_draw): Use s->font.
1254 (clear_cached_metrics): Don't clear non-existent blocks.
1255
1256 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
1257 font was not found.
a879ee6f 1258 (x_draw_glyph_string): Use underline position and thickness from font.
c6b278e7
KH
1259
1260 * w32uniscribe.c (uniscribe_open): Pass font_object to
1261 w32font_open_internal.
1262
12632008-05-14 Kenichi Handa <handa@m17n.org>
1264
1265 These changes are to delete all legacy font-handling codes, and
1266 make Emacs use only font-backends.
1267
1268 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
1269 (frame.o, image.o, print.o): Depend on $(FONTSRC).
1270
1271 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
1272
1273 * charset.h (Vcharset_non_preferred_head)
1274 (Vcurrent_iso639_language): Extern them.
1275
1276 * charset.c (Vcharset_non_preferred_head): New variable.
1277 (Vcurrent_iso639_language): New variable.
1278 (syms_of_charset): Declare it as a Lisp variable.
1279 (char_charset): Don't check non preferred charsets. As a last
1280 resort, return charset_unicode.
1281 (Fset_charset_priority): Update Vcharset_non_preferred_head.
1282
1283 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
1284 conditionals. Don't check enable_font_backend. Delete all codes
1285 used only when USE_FONT_BACKEND is not defined.
1286
1287 * dispextern.h (struct glyph_string): Change type of `font' to
1288 `struct font *'.
1289 (struct glyph_string): New member underline_position and
1290 underline_thickness.
1291 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
1292 (struct face): Change type of `font' to `struct font *'. Remove
1293 members `font_name', `font_info_id'.
1294 (per_char_metric, encode_char): Delete externs.
1295 (calc_pixel_width_or_height): Adjust the prototype.
1296
1297 * emacs.c (enable_font_backend): Delete extern.
1298 (main): Don't set enable_font_backend. Don't check the command
1299 line argument "-disable-font-backend".
1300
1301 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
1302 (enum font_property_index): New members FONT_DPI_INDEX,
1303 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
1304 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
1305 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
1306 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
1307 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
1308 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
1309 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
1310 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
1311 (struct font_spec, struct font_entity): New structs.
1312 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
1313 (struct font): Many members from old "struct font_info" moved to
1314 here. Members font and entity deleted.
1315 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
1316 the new font-related objects.
1317 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
1318 (CHECK_FONT_GET_OBJECT): Likewise.
1319 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
1320 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
1321 (struct font_driver): New members case_sensitive anc check. Type
1322 of the member list and open changed.
1323 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
1324 (font_symbolic_width, font_find_object, font_get_spec)
1325 (font_set_lface_from_name): Delete extern.
20746fe4 1326 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
c6b278e7
KH
1327
1328 * font.c: Include <strings.h>.
1329 (enable_font_backend): Delete it.
1330 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
1331 (CHECK_VALIDATE_FONT_SPEC): Delete it.
1332 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
1333 (null_string): Delete it.
1334 (null_vector): Make it static.
1335 (font_family_alist): Delete it.
1336 (Qnormal): Extern it.
1337 (QCextra, QClanguage): Delete it.
1f204af3 1338 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
c6b278e7
KH
1339 (font_make_spec, font_make_entity, font_make_object)
1340 (font_intern_prop): Renamed from intern_downcase. Don't downcase
1341 the string. Callers changed.
1342 (font_pixel_size): Adjusted for the format change of font-related
1343 objects.
1344 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
1345 (font_style_to_value, font_style_symbolic): New function.
1346 (build_font_family_alist): Delete it.
1347 (font_registry_charsets): Use Fassoc_string instead of
1348 assq_no_quit.
1349 (font_prop_validate_symbol): Don't return null_string.
1350 (font_prop_validate_style): Adjusted for the change of
1351 style-related values in a font vector.
20746fe4 1352 (font_property_table): Delete entries for QClanguage and
c6b278e7
KH
1353 QCantialias, add entries for QCavgwidth.
1354 (get_font_prop_index): Delete the 2nd argument FROM.
1355 (font_prop_validate): Arguments changed.
1356 (font_put_extra): Adjusted for the change of font-related objects.
1357 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
1358 (font_parse_fcname, font_unparse_fcname)
1359 (font_prepare_composition): Likewise.
1360 (font_parse_family_registry): Renamed from font_merge_old_spec.
1361 (otf_open): Delete the 1st arg entity.
1362 (font_otf_capability): Adjusted for the above change.
1363 (font_score): New arg alternate_families. Adjusted for the change
1364 of font-related objects.
1365 (font_sort_entites): New arg best_only.
1366 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
1367 Delete them.
1368 (font_match_p): Check alternate families.
1369 (font_find_object): Delete it.
1370 (font_check_object): New function.
c3f9fba8 1371 (font_clear_cache): Adjusted for the change of font-related objects.
c6b278e7
KH
1372 (font_delete_unmatched): New arg.
1373 (font_list_entities): Call font_driver->list with a spec that
1374 doesn't specify style-related properties.
1375 (font_matching_entity): Arguments changed. Caller changed.
c3f9fba8 1376 (font_open_entity): Adjusted for the change of font-related objects.
c6b278e7
KH
1377 (font_close_object, font_has_char, font_encode_char)
1378 (font_get_name, font_get_spec): Likewise.
c3f9fba8
JB
1379 (font_spec_from_name, font_clear_prop, font_update_lface):
1380 New functions.
1381 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
c6b278e7
KH
1382 (font_prepare_for_face, font_done_for_face, font_open_by_name)
1383 (font_at): Adjusted for the change of font-related objects.
1384 (font_range): New function.
1385 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
c3f9fba8 1386 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
c6b278e7
KH
1387 (Fcopy_font_spec, Fmerge_font_spec): New function.
1388 (Ffont_family_list): Renamed from list-families.
1389 (Finternal_set_font_style_table): Arguments changed.
1390 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
1391 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
1392 change of font-related objects.
c3f9fba8 1393 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
c6b278e7 1394
3554e566 1395 * fontset.h (struct font_info): Delete it. Most members go to
c6b278e7
KH
1396 struct font.
1397 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
1398 (enum FONT_SPEC_INDEX): Delete it.
1399 (font_info, list_fonts_func, load_font_func, query_font_func)
1400 (set_frame_fontset_func, find_ccl_program_func)
1401 (get_font_repertory_func, new_fontset_from_font_name): Delete
1402 externs.
1403 (fontset_from_font_name): Extern it.
1404 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
1405 (FONT_INFO_FROM_FACE): Deleted.
1406 (face_for_font): Adjust prototype.
1407
1408 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
1409 conditionals. Don't check enable_font_backend. Delete all codes
1410 used only when USE_FONT_BACKEND is not defined.
1411 (get_font_info_func, list_font_func, load_font_func)
1412 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
1413 (get_font_repertory_func): Delete them.
1414 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
1415 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
1416 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
1417 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
1418 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
1419 (fontset_compare_rfontdef): New function.
1420 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
1421 ront-defs by qsort. Adjusted for the change of font-group vector.
1422 (load_font_get_repertory): Deleted.
1423 (fontset_find_font): Use new macros to ref/set elements of
1424 font-def and rfont-def.
1425 (fontset_font): Fix the timing of remembering that no font for C.
1426 (free_face_fontset): Do nothing if the face has no fontset.
1427 (face_suitable_for_char_p): Use new macros to ref/set elements of
1428 rfont-def.
1429 (face_for_char): Likewise. Call face_for_char with font_object.
1430 (fs_load_font): Delete. Delete #pragma surrounding it.
1431 (fs_query_fontset): Use strcasecmp instead of strcmp.
1432 (generate_ascii_font_name): Adjusted for the format change of
1433 font-spec.
1434 (Fset_fontset_font): Likewise. Use new macros to set elements of
1435 font-def.
1436 (Fnew_fontset): Use font_unparse_xlfd to generate
1437 FONTSET_ASCII (fontset).
1438 (new_fontset_from_font_name): Deleted.
1439 (fontset_from_font): Renamed from new_fontset_from_font. Check if
1440 a fontset is already created for the font. FIx updating of
1441 Vfontset_alias_alist.
1442 (fontset_ascii_font): Deleted.
1443 (Ffont_info): Adjusted for the format change of font-spec.
1444 (Finternal_char_font): Likewise.
1445 (Ffontset_info): Likewise.
1446 (syms_of_fontset): Don't check load_font_func.
1447
1448 * fns.c (internal_equal): Handle PREV_FONT.
1449
1450 * frame.h: Delete USE_FONT_BACKEND conditional.
1451
1452 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
1453 conditionals. Don't check enable_font_backend. Delete all codes
1454 used only when USE_FONT_BACKEND is not defined.
1455 (x_set_font): Call x_new_font, not x_new_fontset2.
1456 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
1457 already set for the frame.
1458
1459 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
1460 a font-entity by font_make_entity. Use font_intern_prop instead
1461 of intern_downcase. Use FONT_SET_STYLE to set a style-related
1462 font property. If a font is scalable, set avgwidth property to 0.
1463 Set font-entity property by font_put_extra.
1464 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
1465 (ffont_driver): Adjusted for the change of struct font_driver.
1466 (ftfont_spec_pattern): New function.
1467 (ftfont_list): Return a list, not vector.
1468 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
1469 (ftfont_list_family): Don't downcase names.
1470 (ftfont_free_entity): Deleted.
1471 (ftfont_open): Return a font-ojbect. Adjusted for the change of
1472 struct font. Get underline_thickness and underline_position from
1473 font property. Don't update dpyinfo->smallest_font_height and
1474 dpyinfo->smallest_char_width.
1475 (ftfont_close): Don't free `struct font'.
1476 (ftfont_has_char): Adjusted for the format change of font-entity.
1477 (ftfont_encode_char, ftfont_text_extents): Likewise.
1478
1479 * ftxfont.c (ftxfont_list): Return a list, not vector.
1480 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
1481 struct font. Get underline_thickness and underline_position from
1482 font property. Don't update dpyinfo->smallest_font_height and
1483 dpyinfo->smallest_char_width.
1484 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
1485 (ftxfont_draw): Adjusted for the change of struct font.
1486
1487 * image.c (image_ascent): Don't include "charset.h". Include
1488 "character.h" and "font.h".
1489
1490 * lisp.h (enum pvec_type): New member PREV_FONT.
1491 (Fassoc_string): EXFUN it.
1492
1493 * print.c: Include font.h.
1494 (print_object): Handle font-related objects.
1495
1496 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
1497 conditionals. Don't check enable_font_backend. Delete all codes
1498 used only when USE_FONT_BACKEND is not defined.
1499 (handle_auto_composed_prop): Do nothing if it->f is not on a
1500 window system. Check how many following characters can be
1501 displayed by the same font.
1502 (calc_pixel_width_or_height): Type of the 4th arg is changed to
1503 'struct font *'.
1504 (get_char_face_and_encoding): Assign the whole encoding task to
1505 the `encode-char' method of a font driver.
1506 (fill_composite_glyph_string): Adjusted for the change of `struct
1507 face' and `struct glyph_string'.
1508 (fill_glyph_string): Likewise.
1509 (get_per_char_metric): Arguments changed.
1510 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
1511 and `struct glyph_string'.
1512 (produce_stretch_glyph, calc_line_height_property)
1513 (x_produce_glyphs): Likewise.
1514
1515 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
1516 conditionals. Don't check enable_font_backend. Delete all codes
1517 used only when USE_FONT_BACKEND is not defined. Use
1518 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
1519 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
1520 (Qp): Extern them.
1521 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
1522 Deleted.
1523 (struct font_name): Deleted.
1524 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
1525 (compare_fonts_by_sort_order): New function.
1526 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
1527 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
1528 Deleted.
1529 (Fx_family_fonts): Use font_list_entities, and sort fonts by
1530 compare_fonts_by_sort_order.
1531 (Fx_font_family_list): Call Ffont_family_list.
1532 (face_numeric_value, face_numeric_weight, face_numeric_slant)
1533 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
1534 (face_symbolic_slant, face_symbolic_swidth)
1535 (split_font_name_into_vector, build_font_name_from_vector)
1536 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
1537 (font_rescale_ratio, split_font_name, build_font_name)
1538 (free_font_names, sort_fonts, x_face_list_fonts)
1539 (face_font_available_p, sorted_font_list, cmp_font_names)
1540 (font_list_1, concat_font_list, font_list, remove_duplicates):
1541 Deleted.
1542 (Fx_list_fonts): Use Ffont_list.
1543 (LFACE_AVGWIDTH): Deleted.
1544 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
1545 by FONTP.
1546 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
1547 (set_lface_from_font_name): Delete it.
1548 (set_lface_from_font): Renamed from
1549 set_lface_from_font_and_fontset. Caller changed. Don't set
1550 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
1551 for face.
c3f9fba8
JB
1552 (merge_face_vectors): Copy font-spec if necessary.
1553 Clear properties of the font-spec if necessary.
c6b278e7
KH
1554 (merge_face_ref): Clear properties of the font-spec if necessary.
1555 (Finternal_set_lisp_face_attribute): Likewise.
1556 (set_font_frame_param): Use font_load_for_lface to load a
1557 font-object, and call Fmodify_frame_parameters with it.
1558 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
1559 font name by Ffont_xlfd_name.
1560 (Finternal_lisp_face_attribute_values): Don't check QCweight,
1561 QCslant, and QCwidth.
1562 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
1563 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
1564 Compare fonts by EQ.
1565 (lookup_non_ascii_face): Deleted.
1566 (face_for_font): The 2nd argument changed.
c3f9fba8
JB
1567 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
1568 Check atomic font properties by case insensitive.
c6b278e7
KH
1569 (realize_non_ascii_face): Set face->overstrike correctly.
1570 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
1571 (dump_realized_face): Get font name from
1572 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
1573
1574 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
1575 conditionals. Don't check enable_font_backend. Delete all codes
1576 used only when USE_FONT_BACKEND is not defined.
1577 (xic_create_xfontset): Original code deleted and renamed from
1578 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
1579 (x_make_gc): Don't set GCFont in GCs.
1580 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
1581 opened by "fixed".
1582 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
1583 find_ccl_program_func, query_font_func, set_frame_fontset_func,
1584 get_font_repertory_func.
1585
1586 * xfont.c: Include <stdlib.h> and "ccl.h".
1587 (struct xfont_info): New structure.
1588 (xfont_query_font): Deleted.
1589 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
1590 moved from xterm.c.
1591 (xfont_driver): Adjusted for the change of struct font_driver.
1592 (compare_font_names): New function.
1593 (xfont_list_pattern): Sort font names case insensitively. Make
1594 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
1595 (xfont_list): Return a list, not vector.
1596 (xfont_match): If the font doesn't have QCname property, generate
1597 a name from the other font properties.
1598 (xfont_open): Return a font-ojbect. Adjusted for the change of
1599 struct font. Get underline_thickness and underline_position from
1600 font property. Don't update dpyinfo->smallest_font_height and
1601 dpyinfo->smallest_char_width.
1602 (xfont_close): Don't free struct font.
1603 (xfont_prepare_face): Adjusted for the change of struct font.
1604 (xfont_done_face): Deleted.
1605 (xfont_has_char): Adjusted for the change of struct font.
1606 (xfont_encode_char, xfont_draw): Likewise.
1607 (xfont_check): New function.
1608
1609 * xftfont.c (xftfont_list): Adjusted for the change of `list'
1610 callback function.
1611 (xftfont_match): Adjusted for the fontmat change of font-entity.
1612 (xftfont_open): Adjusted for the format change of font-entity and
1613 font-object. Adjusted for the change of struct font. Return a
1614 font-object. Don't update dpyinfo->smallest_font_height and
1615 dpyinfo->smallest_char_width.
1616 (xftfont_close): Block input while calling XftFontClose.
1617 (xftfont_prepare_face): Don't block input while calling
1618 xftfont_get_colors. Adjusted for the change of struct font.
1619 (xftfont_shape): Return value of error case fixed.
1620
1621 * xrdb.c (x_load_resources): Don't setup a fontset resource.
1622
1623 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
1624 conditionals.
1625 (FONT_WIDTH): Return (f)->max_width.
1626 (struct x_display_info): Delete member `font'.
1627 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
1628 (x_find_ccl_program, x_get_font_repertory): Delete externs.
1629 (struct x_output): Change type of `font' to `struct font *'.
1630
1631 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
1632 conditionals. Don't check enable_font_backend. Delete all codes
c3f9fba8 1633 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
c6b278e7
KH
1634 (x_per_char_metric, x_encode_char): Deleted.
1635 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
1636 (x_compute_glyph_string_overhangs): Adjusted for the change of
c3f9fba8 1637 `struct face'.
c6b278e7
KH
1638 (x_draw_glyph_string_foreground)
1639 (x_draw_composite_glyph_string_foreground): Likewise.
1640 (x_draw_glyph_string): Likewise. Use font->underline_position and
1641 font->underline_thickness.
1642 (x_new_font): Renamed from x_new_fontset2.
1643 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
1644 (x_check_font): Call `check' method of a font driver.
1645 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
1646 (x_query_font, x_get_font_repertory): Deleted.
1647 (x_find_ccl_program): Renamed and moved to xfont.c.
1648 (x_redisplay_interface): Adjusted for the change of `struct
1649 redisplay_interface'.
1650
1651 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
1652 conditionals. Don't check enable_font_backend. Delete all codes
1653 used only when USE_FONT_BACKEND is not defined. Surround non-used
1654 code by "#ifdef OLD_FONT" and "endif".
1655 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
1656
1657 * w32font.h (struct w32font_info): New member.
1658 (FONT_COMPAT): New macro.
1659 (w32font_open_internal): Prototype adjusted.
1660
1661 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
1662 OLD_FONT" and "endif".
1663
1664 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
1665 conditionals. Don't check enable_font_backend. Delete all codes
1666 used only when USE_FONT_BACKEND is not defined.
1667 (w32font_open): Return a font-object. Make a font-object by
1668 font_make_object. Adjusted for the change of struct w32font_info.
1669 (w32font_close): Don't free struct font. Adjusted for the change
1670 of struct w32font_info.
1671 (w32font_encode_char, w32font_text_extents, w32font_draw):
1672 Adjusted for the change of struct w32font_info.
1673 (w32font_draw): Likewise.
1674 (w32font_list_internal): Return a list, not vector.
1675 (w32font_open_internal): Change the 4th arg to font-object.
c3f9fba8 1676 Adjusted for the change of struct w32font_info and font-object format.
c6b278e7
KH
1677 (add_font_name_to_list): Don't downcase names.
1678 (w32_enumfont_pattern_entity): Make a font-entity by
1679 font_make_entity. Adjusted for the format change of font-entity.
1680 Use FONT_SET_STYLE to set a style-related font property. If a
1681 font is scalable, set avgwidth property to 0. Set font-entity
1682 property by font_put_extra.
c3f9fba8 1683 (font_matches_spec): Adjusted for the format change of font-entity.
c6b278e7
KH
1684 (w32_weight_table, w32_decode_weight): New variables.
1685 (w32_encode_weight): New function.
1686 (fill_in_logfont): Adjusted for the format change of font-spec.
1687 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
1688 weight value.
1689 (w32font_driver): Adjusted for the change of struct font_driver.
1690
1691 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
1692 conditionals. Don't check enable_font_backend. Surround non-used
1693 code by "#ifdef OLD_FONT" and "endif".
1694 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
1695 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
1696
1697 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
1698 conditionals. Don't check enable_font_backend. Delete all codes
1699 used only when USE_FONT_BACKEND is not defined. Surround non-used
1700 code by "#ifdef OLD_FONT" and "endif".
1701
1702 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
c3f9fba8
JB
1703 (uniscribe_open): Return value changed to font-object.
1704 Adjusted for the format change of font-object.
1705 (uniscribe_otf_capability): Adjusted for the change of struct font.
c6b278e7
KH
1706 (add_opentype_font_name_to_list): Don't downcase names.
1707 (uniscribe_font_driver): Adjusted for the change of struct
1708 font_driver.
1709
f9d4c199
CY
17102008-05-13 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * dispnew.c (update_frame_1): Check if tty output is still valid
1713 before flushing it.
1714
44f249c0
JD
17152008-05-13 Jan Djärv <jan.h.d@swipnet.se>
1716
1717 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
1718 to Gtk+ menus.
1719
01bb4018
SM
17202008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1721
3271a8f5
SM
1722 * dired.c (file_name_completion): Tweak the code so as to always do it
1723 in a single pass. Tighten the scope of some variables.
1724
01bb4018
SM
1725 * dired.c (Qdefault_directory): New var.
1726 (file_name_completion): Use it instead of Fexpand_file_name.
1727 (syms_of_dired): Initialize it.
1728
728bb8e0
SM
17292008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * fileio.c (double_dollars): Remove dead code.
1732
ed4c17bb
EZ
17332008-05-10 Eli Zaretskii <eliz@gnu.org>
1734
6c5665e9
EZ
1735 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
1736 Mention w32-get-true-file-attributes in doc string.
1737
ed4c17bb
EZ
1738 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
1739
71e1f69d
GM
17402008-05-09 Glenn Morris <rgm@gnu.org>
1741
1742 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
1743 2008-04-23.
1744
ee7a2e7a
EZ
17452008-05-09 Eli Zaretskii <eliz@gnu.org>
1746
8aaaec6b
EZ
1747 Support for reporting owner and group of each file on MS-Windows:
1748 * dired.c (stat_uname, stat_gname): New functions, with special
1749 implementation for w32.
1750 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
1751
ee7a2e7a
EZ
1752 * w32.c: Rename the_passwd_* to dflt_passwd_*.
1753 (dflt_group_name): New static variable.
728bb8e0 1754 (dflt_group): Rename from the_group.
ee7a2e7a
EZ
1755 (init_user_info): Init dflt_group fields. Get user's group name
1756 from LookupAccountSid.
8aaaec6b
EZ
1757 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
1758 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
1759 New initialization states.
1760 (globals_of_w32): Initialize them to zero. Initialize the default
1761 group name to "None".
1762 (GetFileSecurity_Name): New global var, the name of the function
1763 to call for GetFileSecurity.
1764 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
1765 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
1766 (get_file_security, get_security_descriptor_owner)
1767 (get_security_descriptor_group, is_valid_sid)
1768 (get_file_security_desc, get_rid, get_name_and_id)
1769 (get_file_owner_and_group): New functions.
1770 (stat): Use get_file_security_desc and get_file_owner_and_group to
1771 report the owner and primary group of each file. Don't ignore the
728bb8e0
SM
1772 high 32 bits of file's size, now that st_size is 64-bit wide.
1773 Fix test when to get true file attributes.
8aaaec6b
EZ
1774 (init_user_info): Use get_rid instead of equivalent inline code.
1775 (fstat): Don't ignore the high 32 bits of file's size.
ee7a2e7a 1776
b199c436
CY
17772008-05-09 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * image.c (png_load): Use correct bit-depth for setting background
1780 color.
1781
86914123
EZ
17822008-05-08 Eli Zaretskii <eliz@gnu.org>
1783
1784 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
1785 epa-hook.elc.
1786
67b5d7de
JB
17872008-05-08 Juanma Barranquero <lekktu@gmail.com>
1788
1789 * font.c (Ffont_match_p): Don't use `iff' in docstring.
1790
1a111394
DN
17912008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1792
1793 * macfns.c (Fx_create_frame): Make a copy of frame parameters
1794 because the original parameters are in pure storage now.
1795 (mac_window): Remove unused params. Update callers.
1796
6d77fa95
SM
17972008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1798
7a3d90dc
SM
1799 * lread.c (substitute_object_recurse): Use lower-level primitives.
1800 Don't signal errors when traversing sub-char-tables.
1801 Don't loop over all the possible characters when traversing char-tables.
1802
6d77fa95
SM
1803 * print.c (print_preprocess): Add sub-char-tables to the print-table,
1804 just like we do in print.c.
1805
140eb764
SM
18062008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * minibuf.c (Ftry_completion): Remove code left over from when we used
1809 scmp instead of Fcompare_strings.
1810
e9184ccb
JB
18112008-05-04 Juanma Barranquero <lekktu@gmail.com>
1812
1813 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
1814
0e9378b3
YM
18152008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1816
1817 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
1818 Create bitmap context in native byte order.
1819
f67e15be
MB
1820 * macterm.c (XDrawLine)
1821 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
1822 context in native byte order.
064032d0 1823
f67e15be 18242008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50eff40f
YM
1825
1826 * config.in: Regenerate.
1827
1828 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
1829 New definitions for Image I/O support.
1830 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
1831 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
1832 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
1833 (mac_data_provider_release_data, image_load_image_io)
1834 [USE_MAC_IMAGE_IO]: New functions.
1835 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
1836 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
1837 (init_image_func_pointer) [MAC_OSX]: Remove function.
1838 (image_load_quartz2d) [MAC_OSX]: Check availability of
1839 CGImageCreateWithPNGDataProvider at compile time.
1840 Use lowercase `false' for boolean constant.
1841 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
1842 Use image_load_image_io.
1843 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
1844 Don't check MyCGImageCreateWithPNGDataProvider.
1845 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
1846 Don't call init_image_func_pointer.
1847
1848 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
1849
1850 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
1851 Make variable non-static.
1852 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
1853 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
1854
1855 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
1856 (RED_FROM_ULONG): Mask off higher bits.
1857 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
1858
1859 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
1860 Include AvailabilityMacros.h.
1861 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
1862 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
1863
c6bff69e
SM
18642008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * chartab.c (Fset_char_table_range): If range is t, really set all
1867 chars to that value.
1868
7412d429
EZ
18692008-05-03 Eli Zaretskii <eliz@gnu.org>
1870
1871 * dired.c (Ffile_attributes): Don't allow the device number become
1872 negative.
1873
f83bbfac
DU
18742008-05-02 Daiki Ueno <ueno@unixuser.org>
1875
5a81d3d7 1876 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
f83bbfac 1877
2e3148e2
JL
18782008-05-02 Juri Linkov <juri@jurta.org>
1879
1880 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
728bb8e0
SM
1881 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
1882 DEFAULT argument as a list of default values in docstrings.
2e3148e2 1883
923fb88c
CY
18842008-05-01 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * puresize.h (BASE_PURESIZE): Increase to 1210000.
1887
047aaeb9
MR
18882008-05-01 Martin Rudalics <rudalics@gmx.at>
1889
1890 * dispnew.c (change_frame_size_1): Preserve small windows when
1891 shrinking frames by calling set_window_height|width with third
1892 arg 2.
1893
1894 * window.h (struct window): Replace field too_small_ok by field
1895 resize_proportionally.
1896
1897 * window.c (make_window): Initialize resize_proportionally.
1898 (enlarge_window): Temporarily set resize_proportionally to make
1899 sure that shrink_windows does scale the window proportionally.
1900 (shrink_windows): When window has resize_proportionally set try
1901 to shrink it proportionally by stealing from other windows.
1902 (struct saved_window, Fset_window_configuration)
1903 (compare_window_configurations): Handle resize_proportionally.
1904 (WINDOW_TOTAL_SIZE): New macro.
1905 (window_min_size, shrink_windows, size_window): Use it.
c6bff69e 1906 (check_min_window_sizes): Remove. Invalid values of
047aaeb9
MR
1907 window-min-height|width are handled by window_min_size_2 now.
1908 (size_window, Fsplit_window, enlarge_window)
1909 (adjust_window_trailing_edge, grow_mini_window): Don't call
1910 check_min_window_sizes.
c6bff69e
SM
1911 (window_min_size_2, window_min_size_1, window_min_size):
1912 New argument safe_p for retrieving "safe" minimum sizes.
c3f9fba8 1913 (Fdisplay_buffer, Fsplit_window, enlarge_window)
c6bff69e
SM
1914 (adjust_window_trailing_edge, grow_mini_window):
1915 Adjust arguments of window_min_size... functions.
047aaeb9
MR
1916 (shrink_windows): Argument min_size removed. New argument
1917 safe_p allows shrinking windows to their safe minimum sizes.
1918 Calculate minimum size and decide whether a window shall be
1919 deleted for each window individually.
1920 (size_window): When nodelete_p equals 2, tell shrink_windows to
1921 delete windows only if their new minimum size is no more safe.
1922 (shrink_window_lowest_first): Call window_min_size_1 to make
1923 sure to preserve modeline of bottom-most window when resizing
1924 the minibuffer.
1925 (Fset_window_configuration, Fcurrent_window_configuration)
1926 (compare_window_configurations): Do not handle
1927 window-min-height|width any more.
1928 (syms_of_window): Clarify window-min-height|width doc-strings.
1929
2a54a229
SM
19302008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * dired.c (file_name_completion): Fix up the encoding/decoding issue
1933 some more. Copy some of the code from Ftry_completions.
1934 Remove special case code that dates back to initial revision when the
1935 slash was only added when necessary and that can't trigger nowadays.
1936
384bc634
KH
19372008-04-27 Kenichi Handa <handa@m17n.org>
1938
1939 * font.c (font_prop_validate): Signal `error' instead of `font'.
1940
2c2279c6
JR
19412008-04-29 Jason Rumney <jasonr@gnu.org>
1942
1943 * w32fns.c (Fw32_battery_status): New defun.
1944 (syms_of_w32fns): Defsubr it.
1945
fb4a622a
AS
19462008-04-28 Andreas Schwab <schwab@suse.de>
1947
1948 * dired.c (file_name_completion): Fix another mixing of encoded
1949 and decoded names.
1950
23f250f4
JB
19512008-04-28 Juanma Barranquero <lekktu@gmail.com>
1952
1953 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
1954
d8d30dff
JB
19552008-04-27 Juanma Barranquero <lekktu@gmail.com>
1956
1957 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
1958
ea6104a8
AS
19592008-04-27 Andreas Schwab <schwab@suse.de>
1960
9c691c00
AS
1961 * dired.c (file_name_completion): Fix inappropriate mixing of
1962 encoded and decoded names.
1963
ec1bf773
AS
1964 * xterm.c (XTread_socket): Fix use of uninitialized variable.
1965
ea6104a8
AS
1966 * puresize.h (BASE_PURESIZE): Increase to 1200000.
1967
01388a3d
EZ
19682008-04-26 Eli Zaretskii <eliz@gnu.org>
1969
1970 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
1971 2008-03-31, it's not needed anymore with `struct stat' definition
1972 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
1973 for the same reasons.
1974
175aea10 19752008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
27af566c
CY
1976
1977 * m/sparc.h: Additional redefinitions for GNU/Linux.
1978
1289aeb8
YM
19792008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1980
1981 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
1982 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
1983 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
1984 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
1985 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
1986 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
1987 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1988 Likewise.
1989
1990 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
c3f9fba8 1991 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
1289aeb8
YM
1992 (mac_ax_number_of_characters): Add externs.
1993 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
1994 [USE_MAC_TSM]: Likewise.
1995 (mac_handle_text_input_event) [MAC_OSX]:
1996 Handle kEventTextInputOffsetToPos for no active input area case.
1997 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
1998 (mac_handle_document_access_event)
1999 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
2000 (install_application_handler) [MAC_OSX]: Register handlers for
2001 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
2002 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
2003 Register mac_handle_document_access_event.
2004
2005 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
2006 Make functions non-static.
2007
dbd50d4b
SM
20082008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
2011 (read_file_name_completion_ignore_case, insert_default_directory)
2012 (Qdefault_directory): Move to minibuffer.el.
2013 (Fread_file_name): Call the new `read-file-name' instead.
2014
9ea37b9d 20152008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
81fe843b
YM
2016
2017 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
2018 Make function non-static.
2019 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
2020 Remove function.
2021 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
2022 Move to mactoolbox.c.
2023 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
2024
2025 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
2026 (mac_rect_make): New macro.
2027
2028 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
2029 instead of float.
2030 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
2031 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
2032 (XSetBackground) [USE_CG_DRAWING]: Likewise.
2033 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
2034 CGRectMake.
2035 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
2036 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
2037 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
2038 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
2039 instead of WindowRef in argument type.
2040 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
2041 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
2042 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
2043 instead of DISPLAY. All uses changed.
2044 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
2045 (x_calc_absolute_position): Simplify so as not to use
2046 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
81fe843b
YM
2047
2048 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
2049 instead of WindowRef in argument type.
2050 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
2051 [TARGET_API_MAC_CARBON]: Remove externs.
2052 (create_apple_event, mac_event_parameters_to_lisp)
2053 [TARGET_API_MAC_CARBON]: Add externs.
2054
d8d30dff 2055 * mactoolbox.c (Vmac_ts_script_language_on_focus)
81fe843b
YM
2056 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
2057 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
2058 is clicked.
2059 (x_activate_menubar): Remove extern for saved_menu_event_location.
2060 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
2061 Move from mac.c.
2062
9ea37b9d 20632008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a1b41389
YM
2064
2065 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
2066 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
2067
9ea37b9d 20682008-04-23 Jason Rumney <jasonr@gnu.org>
bd735631
JR
2069
2070 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
2071 attributes only for local files.
2072
2073 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
e9184ccb 2074 default to Qlocal.
bd735631 2075
88970542
JL
20762008-04-22 Juri Linkov <juri@jurta.org>
2077
2078 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
2079 read-buffer-to-switch instead of using the letter "B".
2080
92ec67e3
SM
20812008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * fileio.c (Qdefault_directory): New variable.
2084 (Fread_file_name): Use it to pass `dir' to the completion functions.
2085
a32b2382
CY
20862008-04-20 Chong Yidong <cyd@stupidchicken.com>
2087
2a2e8de7 2088 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
a32b2382 2089
6c8b4f07
SM
20902008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2091
ece5f847
SM
2092 * keyboard.c (Vpre_help_message): Remove.
2093 (show_help_echo): Remove default C code.
2094
6c8b4f07
SM
2095 * dired.c (directory_files_internal, file_name_completion):
2096 Only call ENCODE_FILE if the string is indeed decoded.
2097
73d798d5
SM
20982008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * Makefile.in (TOOLKIT_DEFINES): Remove.
2101 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
2102
d8d30dff 21032008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9e13f0c3
YM
2104
2105 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
2106 (mactoolbox.o): New target.
2107
2108 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
2109 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
2110
2111 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
2112 Use mac_set_frame_window_background instead of XSetWindowBackground.
2113 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
2114 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
2115 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
2116 instead of SetWindowTitleWithCFString.
2117 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
2118 Move function to mactoolbox.c.
2119 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
2120 Use mac_set_window_modified instead of SetWindowModified.
2121 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
2122 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
2123 (Fx_focus_frame): Use mac_front_non_floating_window instead of
2124 FrontNonFloatingWindow. Use mac_activate_window instead of
2125 ActivateWindow. Use mac_active_non_floating_window instead of
2126 ActiveNonFloatingWindow.
2127 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
2128 Use mac_show_hourglass and mac_hide_hourglass.
2129 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
2130 instead of GetGlobalMouse.
2131 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
2132 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
2133 Use mac_bring_window_to_front instead of BringToFront.
2134 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
2135 mactoolbox.c.
2136 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
2137 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
2138 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
2139 mactoolbox.c.
2140
2141 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
2142 (XtPointer): Move typedef from macmenu.c.
2143 (enum button_type): Move enum from macmenu.c.
2144 (widget_value): Move typedef from macmenu.c.
2145 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
2146 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
2147 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
2148 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
2149 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
2150 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
2151 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
2152 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
2153 (Selection): Move typedef from macselect.c.
2154 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
2155 macterm.c.
2156 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
2157 (mac_is_window_collapsed, mac_bring_window_to_front)
2158 (mac_send_window_behind, mac_hide_window, mac_show_window)
2159 (mac_collapse_window, mac_front_non_floating_window)
2160 (mac_active_non_floating_window, mac_activate_window)
2161 (mac_move_window_structure, mac_move_window, mac_size_window)
2162 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
2163
2164 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
2165 (enum mac_menu_kind): Move enum to mactoolbox.c.
2166 (min_menu_id): Move variable to mactoolbox.c.
2167 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
2168 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
2169 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
2170 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
2171 [TARGET_API_MAC_CARBON]: Likewise.
2172 (XtPointer): Move typedef to macgui.h.
2173 (enum button_type): Move enum to macgui.h.
d02fe47d
MB
2174 (widget_value): Move typedef to macgui.h.
2175 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
2176 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
2177 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
2178 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
2179 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
2180 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
2181 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
2182 (popup_activated_flag): Make variable non-static.
2183 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
2184 (add_menu_item, fill_menu, dispose_menus):
2185 Move functions to mactoolbox.c.
2186 (restore_show_help_function, menu_target_item_handler)
2187 (install_menu_target_item_handler, mac_handle_dialog_event)
2188 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
2189 [TARGET_API_MAC_CARBON]: Likewise.
2190 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
2191 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
2192 (find_and_call_menu_selection, name_is_separator): Make function
2193 non-static.
2194 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
2195 to mactoolbox.c.
2196 (set_frame_menubar): Don't call install_menu_quit_handler.
2197 (menu_item_selection): New variable.
2198 (mac_menu_show): Use create_and_show_popup_menu.
2199 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
2200 selection but set variable menu_item_selection. All uses changed.
2201 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
2202 Call install_menu_quit_handler. Move to mactoolbox.c.
edd3ff1d 2203
d02fe47d
MB
2204 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
2205 (Selection): Move typedef to macgui.h.
2206 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
2207 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
2208 Make variables non-static.
2209 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
2210 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
2211 Make functions non-static.
2212 (Vmac_service_selection) [MAC_OSX]: Likewise.
2213 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
2214 (mac_valid_selection_target_p, mac_clear_selection)
2215 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
2216 (mac_put_selection_value, mac_selection_has_target_p)
2217 (mac_get_selection_value, mac_get_selection_target_list)
2218 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
2219 Move functions to mactoolbox.c.
2220 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
2221 Likewise.
2222 (copy_scrap_flavor_data, mac_handle_service_event)
2223 (install_service_handler) [MAC_OSX]: Likewise.
2224 (syms_of_macselect) <Vmac_dnd_known_types>:
2225 Use mac_dnd_default_known_types.
463f55ee 2226
d02fe47d
MB
2227 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
2228 Move to mactoolbox.c.
2229 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
2230 (Fx_selection_owner_p): Add EXFUN.
2231 (install_window_handler, remove_window_handler, XSetWindowBackground):
2232 Remove externs.
2233 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
2234 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
2235 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
2236 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
2237 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
2238 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
2239 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
2240 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
2241 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
2242 (create_and_show_popup_menu, mac_get_selection_from_symbol)
2243 (mac_valid_selection_target_p, mac_clear_selection)
2244 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
2245 (mac_put_selection_value, mac_selection_has_target_p)
2246 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
2247 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
2248 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
2249 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
2250 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
2251 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
2252 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
2253 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
2254 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
463f55ee 2255
d02fe47d 2256 * mactoolbox.c: New file.
af253914 2257
d8d30dff 22582008-04-18 Jason Rumney <jasonr@gnu.org>
af253914 2259
d02fe47d 2260 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
af253914 2261
8ee085a4
SM
22622008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2263
73d798d5
SM
2264 * character.c (Fmultibyte_char_to_unibyte):
2265 Return latin1 chars unchanged.
5556875b 2266
8ee085a4
SM
2267 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
2268 relocated if it points to `name'.
2269
5dff5999
KH
22702008-04-17 Kenichi Handa <handa@m17n.org>
2271
2272 * data.c (Faset): Allow setting a multibyte character in an
2273 ASCII-only unibyte string.
2274
2275 * lisp.h (STRING_SET_MULTIBYTE): New macro.
2276
a51f4969
SM
22772008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2278
2279 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
2280 done in config.h.
2281
add553ac
JB
22822008-04-16 Juanma Barranquero <lekktu@gmail.com>
2283
2284 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
2285 (Fchar_direction): Add usage in the docstring.
2286
8ad7b280
CY
22872008-04-15 Chong Yidong <cyd@stupidchicken.com>
2288
2289 * keyboard.c (read_key_sequence): Remove always-true checks.
2290
e157d7ba
JR
22912008-04-14 Jason Rumney <jasonr@gnu.org>
2292
2293 * w32font.c (w32font_open_internal): Set max_bounds.descent in
2294 compatibility struct, for better underline positioning.
2295
9ec3aaef 22962008-04-13 David Hansen <david.hansen@gmx.net>
48f7d213
MA
2297
2298 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
2299 string.
2300
36c08864
DN
23012008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
2302
2303 * m/hp800.h (XUINT, XSET): Remove.
2304
f5acc071
JB
23052008-04-12 Juanma Barranquero <lekktu@gmail.com>
2306
2307 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
2308 previous change.
2309
5b5a2ea1
SM
23102008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
2313 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
2314
492d9fd6
SM
23152008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2316
2317 * keymap.h (map_keymap_canonical): Declare.
2318 * xmenu.c (single_keymap_panes): Use it.
2319
dd60787c
GM
23202008-04-11 Glenn Morris <rgm@gnu.org>
2321
2322 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
2323 set the target's value to that of the alias.
2324
c23b5410
SM
23252008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * term.c (set_tty_color_mode): Left over typo.
2328
e89b536d
MA
23292008-04-10 Michael Albinus <michael.albinus@gmx.de>
2330
2331 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
f5acc071 2332 only after check for file name handler functions. Signal, when
e89b536d
MA
2333 native functionality is not supported.
2334 (syms_of_fileio): Declare it unconditionally.
2335
40a339c8
JR
23362008-04-10 Jason Rumney <jasonr@gnu.org>
2337
31403b24
JR
2338 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
2339 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
2340
40a339c8
JR
2341 * w32.c (logon_network_drive): Also logon to remote drives that
2342 are mapped to drive letters.
2343
96a7394f
GM
23442008-04-10 Glenn Morris <rgm@gnu.org>
2345
2346 * xdisp.c (truncate-partial-width-windows): Doc fix.
2347
34b67b0f
SM
23482008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
2351 Move functions to minibuffer.el.
2352 (syms_of_fileio): Don't declare them.
2353
c025fb0a
SM
23542008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2355
ba5ff07b
SM
2356 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
2357 (syms_of_minibuf): Remove its initialization.
2358
c025fb0a
SM
2359 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
2360
7a6a86ad
JB
23612008-04-09 Juanma Barranquero <lekktu@gmail.com>
2362
2363 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
2364
cf907d69
JR
23652008-04-09 Jason Rumney <jasonr@gnu.org>
2366
3dc94c30
JR
2367 * makefile.w32-in (distclean): Delete makefile too.
2368 (maintainer-clean): New target.
2369
8d28646b
JR
2370 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
2371
cf907d69
JR
2372 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
2373 for new font backend and composite cases.
2374
ef5eb925
JD
23752008-04-09 Jan Djärv <jan.h.d@swipnet.se>
2376
2377 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
2378 Most of the code moved to run_timers.
2379 (do_pending_atimers): Call run_timers.
2380 (run_timers): New function.
2381
cf907d69
JR
2382 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
2383 run atimers.
ef5eb925
JD
2384
2385 * process.c (wait_reading_process_output): The same as above.
2386
9b2cd403
SM
23872008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2388
32bae13c
SM
2389 * minibuf.c (last_exact_completion): Remove variable.
2390 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
2391 (complete_and_exit_1, complete_and_exit_2)
2392 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
2393 (Fdisplay_completion_list, display_completion_list_1)
2394 (Fminibuffer_completion_help, Fself_insert_and_exit)
8d28646b
JR
2395 (Fexit_minibuffer, Fminibuffer_message): Move functions to
2396 minibuffer.el.
32bae13c
SM
2397 (syms_of_minibuf): Remove corresponding initializations.
2398
5c4cc82a
SM
2399 * keyboard.c (Qdeactivate_mark): New var.
2400 (command_loop_1): Use it to call `deactivate-mark'.
2401 (syms_of_keyboard): Initialize it.
2402
9b2cd403
SM
2403 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
2404 to another frame.
2405 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
2406 Don't call set_tty_color_mode.
2407 (store_frame_param): Reset previous_frame rather than call
2408 set_tty_color_mode.
2409 * term.c (set_tty_color_mode): Rewrite.
2410 * dispextern.h (set_tty_color_mode): New type.
2411 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
2412
84cb7b45
SM
24132008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
2416 for generic chars, which do not exist any more in emacs-unicode.
2417
3ed051d4
MA
24182008-04-08 Michael Albinus <michael.albinus@gmx.de>
2419
2420 * coding.c (detect_coding_emacs_mule)
2421 (Ffind_operation_coding_system): Fix typo.
2422
58c3ea42
JR
24232008-04-08 Jason Rumney <jasonr@gnu.org>
2424
3bf8d230
JR
2425 * w32uniscribe.c (SNAME): Extract only symbol name.
2426
56a70cca
JR
2427 * w32font.h (struct w32_metric_cache): New struct.
2428 (w32font_info): Use it.
2429 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
2430 (CACHE_BLOCKSIZE): New constants.
3ed051d4 2431
58c3ea42
JR
2432 * w32font.c (Qja, Qko, Qzh): New symbols.
2433 (syms_of_w32font): Initialise them.
2434 (font_matches_spec): Use them to filter by language.
2435 (recompute_cached_metrics): Remove function.
2436 (compute_metrics, clear_cached_metrics): New functions.
2437 (w32font_encode_char): Use them to manage metric cache.
2438 (w32font_text_extents): Cache metrics for all glyphs on demand.
2439 Delay converting glyph indices to WORD until needed.
2440 (w32font_open_internal): Initialize metric cache to empty.
2441 (registry_to_w32_charset): Charset should always be a symbol.
2442 (fill_in_logfont, list_all_matching_fonts): Family should
2443 always be a symbol.
2444
0ce24b2d
JR
24452008-04-06 Jason Rumney <jasonr@gnu.org>
2446
2447 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
2448 Give up if glyph indices not supported. Use uniscribe obtained
2449 ABC widths for individual metrics. Map glyph clusters back to
2450 characters using fClusterStart flag. Return number of glyphs
2451 produced, not chars processed.
b7655e0c 2452 (uniscribe_shape): Map char at FROM to current glyph.
0ce24b2d 2453
5bc6ddff 24542008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56613f06 2455
fbf57abb
JB
2456 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
2457 Use SetMenuItemHierarchicalMenu.
56613f06 2458
5bc6ddff 24592008-04-05 Jason Rumney <jasonr@gnu.org>
93421a1f 2460
5bc6ddff
MB
2461 * image.c (pbm_load): Allow color values up to 65535.
2462 Throw an error if max_color_idx is outside the supported range.
2463 Report an error when image size is invalid.
2464 Read two bytes at a time when raw images have max_color_idx above 255.
1f816871 2465
5bc6ddff 24662008-04-05 Eli Zaretskii <eliz@gnu.org>
5ed6ba5b 2467
5bc6ddff
MB
2468 * w32.c (readdir): If FindFirstFile/FindNextFile return in
2469 cFileName a file name that includes `?' characters, use the 8+3
2470 alias in cAlternateFileName instead.
5ed6ba5b 2471
5bc6ddff 24722008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
32c06229 2473
5bc6ddff
MB
2474 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
2475 append "CCL: Quitted" when the CCL program is quitted.
2476 (setup_ccl_program): Initialize ccl->quit_silently to zero.
32c06229 2477
5bc6ddff 2478 * ccl.h (struct ccl_program): New member quit_silently.
32c06229 2479
c36e15db
CY
24802008-04-05 Chong Yidong <cyd@stupidchicken.com>
2481
9605d567
CY
2482 * search.c (compile_pattern_1): Treat non-nil and non-string of
2483 search-spaces-regexp as nil.
2484
c36e15db
CY
2485 * minibuf.c (Fassoc_string): Tweak docstring.
2486
40beb147
EZ
24872008-04-05 Eli Zaretskii <eliz@gnu.org>
2488
2489 * dired.c (Ffile_attributes): Support inode numbers wider than 32
2490 bits. Remove ugly WINDOWSNT-specific kludge introduced on
2491 2008-03-14 to force inode be positive.
2492
2493 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
2494 _S_* ones, since we now use our own sys/stat.h.
2495 (stat, fstat): Don't mangle the inode number.
aa08d1ff 2496 (init_user_info): Don't restrict UID and GID to 0-60000 range.
40beb147 2497
4591d6cb
SM
24982008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2499
d4417eb0
SM
2500 * frame.h (struct frame): Give one more bit to `visible' since we use
2501 values larger than 1 to indicate obscured frames on ttys.
2502
00f7c5ed
SM
2503 * keymap.c (Qkeymap_canonicalize): New var.
2504 (Fmap_keymap_internal): New fun.
2505 (describe_map): Use keymap-canonicalize.
2506
4591d6cb
SM
2507 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
2508 (Fundo_boundary): Set them.
2509 (syms_of_undo): Initialize them.
2510 (record_point): Use them instead of last_point_position*.
2511 (last_undo_buffer): Change type.
2512
3187540e
JR
25132008-04-04 Jason Rumney <jasonr@gnu.org>
2514
0ce24b2d
JR
2515 * w32font.c (w32font_text_extents): Use font's ascent and descent.
2516 (recompute_cached_metrics): Don't set ascent and descent per char.
2517
3187540e 2518 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
4591d6cb 2519 (uniscribe_check_otf): Add GC protection before consing.
d0bfec76 2520 Rearrange loop for counting features.
3187540e 2521
f1a6b216
SM
25222008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
2525 buffer with byte-size of source buffer.
2526
1d8dcf63
CY
25272008-04-03 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * callint.c (Fcall_interactively): Handle temporary region even
2530 when shift-select-mode is off.
2531
6b8aa22a
JR
25322008-04-03 Jason Rumney <jasonr@gnu.org>
2533
2534 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
2535
2f3cbb32
KH
25362008-04-03 Kenichi Handa <handa@m17n.org>
2537
2538 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
2539 (CATEGORY_MASK_UTF_16): Likewise.
2540 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
2541 binary file.
2542 (detect_coding): Add null-byte detection for a binary file.
2543 (detect_coding_system): Likewise.
2544
43f4f91c
JR
25452008-04-03 Jason Rumney <jasonr@gnu.org>
2546
0c1b4ae2
JR
2547 * w32uniscribe.c: New file.
2548
2549 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
2550
2551 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
2552
2553 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
2554 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
2555 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
2556 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
2557 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
2558 (Qphonetic): New symbols.
2559 (syms_of_w32font): Initialize them.
2560 (font_supported_scripts): Use them.
2561 (w32font_list_family): List all charsets.
2562 (w32font_text_extents, recompute_cached_metrics): Fix metric
2563 calculations.
2564 (w32_enumfont_pattern_entity): Make full_type a DWORD.
2565 Give opentype fonts their own format.
2566 (font_matches_spec): New arguments backend and logfont.
2567 Handle :otf spec for uniscribe backend.
2568 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
2569 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4591d6cb 2570
0c1b4ae2
JR
2571 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
2572 font backend.
2573 (globals_of_w32fns): Initialize uniscribe font backend.
2574
fbf57abb 2575 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
0c1b4ae2
JR
2576 dependencies.
2577 (w32uniscribe.$(O)): New file to build.
2578 (FONT_OBJ): Include w32uniscribe.$(O).
2579 (LIBS): Add uniscribe libraries.
2580
43f4f91c
JR
2581 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
2582
75043a7d
CY
25832008-04-02 Chong Yidong <cyd@stupidchicken.com>
2584
2585 * callint.c (Vshift_select_mode): New var.
2586 (Finteractive): Document new ^ spec.
2587 (Fcall_interactively): Call handle-shift-selection if the ^ spec
2588 is present.
2589
2590 * keyboard.c (Vthis_command_keys_shift_translated): New var.
2591 (command_loop_1): Avoid running the direct display versions of
2592 forward-char and backward-char if shift-selection may occur.
75043a7d
CY
2593 (read_key_sequence): Set Vthis_command_keys_shift_translated if
2594 shift-translation takes place.
2595
2596 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
2597 avoid clobbering by define-minor-mode.
2598
2599 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
2600 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
2601
2602 * syntax.c (Fforward_word): Add ^ interactive spec.
2603
2604 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
2605 (Fscroll_right): Add ^ interactive spec.
2606
b2b7f29e
SM
26072008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2608
a432c0a6
SM
2609 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
2610
994b75e0
SM
2611 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
2612
b2b7f29e
SM
2613 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
2614
e99c7806
JL
26152008-03-31 Juri Linkov <juri@jurta.org>
2616
2617 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
2618
1c9c1270
JD
26192008-03-30 Jan Djärv <jan.h.d@swipnet.se>
2620
2621 * gtkutil.c (xg_set_geometry): Fix indentation.
994b75e0 2622 (xg_resize_outer_widget): Remove.
1c9c1270
JD
2623 (x_wm_size_hint_off): Fix indentation.
2624 (xg_frame_set_char_size): Call flush_and_sync after
2625 gtk_window_resize.
2626 (x_wm_set_size_hint): Pass NULL as geometry window to
2627 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
2628 Add menu bar and tool bar height to base height.
2629 (xg_update_frame_menubar, free_frame_menubar)
2630 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
994b75e0
SM
2631 (update_frame_tool_bar, free_frame_tool_bar):
2632 Change xg_resize_outer_widget to xg_frame_set_char_size.
1c9c1270 2633
90b3fc84
MA
26342008-03-30 Michael Albinus <michael.albinus@gmx.de>
2635
2636 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
2637 (Fdbus_call_method): New parameter TIMEOUT.
2638 (dbus-send-signal): Optimize UNGCPRO call.
2639
7ae6d1d1
JL
26402008-03-29 Juri Linkov <juri@jurta.org>
2641
2642 * window.c (Fdisplay_buffer): Move call to
2643 Vsplit_window_preferred_function out of conditions that check
2644 if window is eligible for vertical splitting.
2645 When Vsplit_window_preferred_function is non-nil, call it and use
2646 its non-nil return value as window. Otherwise, continue doing
2647 vertical splitting using Fsplit_window with arg horflag=nil.
2648 (syms_of_window) <Vsplit_window_preferred_function>: Change the
2649 default value from `split-window' to nil.
2650
f03f8f2c
JL
26512008-03-29 Juri Linkov <juri@jurta.org>
2652
2653 * callint.c (Fcall_interactively): Revert 2008-03-16 change
2654 for interactive code letters 'b' and 'B'.
2655
6d557778
EZ
26562008-03-29 Eli Zaretskii <eliz@gnu.org>
2657
2658 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
2659 multibyte string.
2660
58555d81
SM
26612008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * keyboard.c (pending_funcalls): New var.
2664 (timer_check): Run it.
2665 (syms_of_keyboard): Initialize it.
2666 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
2667 (Vdelete_terminal_functions): New vars.
2668 (syms_of_terminal): Initialize them.
2669 (Fdelete_terminal): Run delete-terminal-functions.
2670 * xdisp.c (safe_eval): Rewrite.
2671 (safe_call2): New fun.
2672 * frame.c (Qdelete_frame_functions): New var.
2673 (syms_of_frame): Initialize it.
2674 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
2675 * lisp.h (safe_call2, pending_funcalls): Declare.
2676
4c92f429
AS
26772008-03-28 Andreas Schwab <schwab@suse.de>
2678
2679 * indent.c (Fmove_to_column): Move declaration before statements.
2680
a1567c45
SM
26812008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2806a183
SM
2683 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
2684 (struct frame): Use bit fields for boolean vars.
2685
eef60308
SM
2686 * process.c (server_accept_connection): Simplify naming.
2687 (emacs_get_tty_pgrp): Use SDATA.
2688
a1567c45
SM
2689 * coding.c (decode_coding_object): Fix last change.
2690
30076589
JR
26912008-03-27 Jason Rumney <jasonr@gnu.org>
2692
2693 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
2694
880820fe
KH
26952008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
2696
2697 * charset.c (Fdefine_charset_internal): Change the way of
2698 registering charsets in Vcharset_order_list.
2699 (syms_of_charset): Make the charset `eight-bit' supplementary.
2700
3cf8cdfb
CY
27012008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
2702
2703 * regex.c (EXTEND_BUFFER): Change order of pointer addition
2704 operations, to avoid having the difference between pointers
2705 overflow.
2706
ef6f5c0e
SM
27072008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2708
80e3db56
SM
2709 * indent.c (check_display_width): New fun.
2710 (scan_for_column): Use it.
2711
c397dc7a
SM
2712 * data.c (syms_of_data): Mark most-positive-fixnum and
2713 most-negative-fixnum as constants.
2714
bf6b4d58
SM
2715 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
2716
ef6f5c0e
SM
2717 * indent.c (scan_for_column): Extract from current_column_1.
2718 Merge with the same code from Fmove_to_column.
2719 (current_column_1, Fmove_to_column): Use it.
2720
72d5003d
SM
27212008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2722
12270607
SM
2723 * keymap.c (map_keymap_internal): New fun.
2724 (map_keymap): Use it.
2725 (Fmap_keymap_internal): New fun.
2726 (Fmap_keymap): Remove left-out test from before make_save_value.
2727
a10cca6c
SM
2728 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
2729
d7b10f4c
SM
2730 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
2731 Use XCAR/XCDR.
2732
5431bd6a
SM
2733 * process.h (struct Lisp_Process): Remove filter_multibyte.
2734 * process.c (QCfilter_multibyte): Remove.
2735 (setup_process_coding_systems): Don't use filter_multibyte.
2736 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
2737 (read_process_output): Don't adjust multibyteness to filter_multibyte.
2738 (Fset_process_filter_multibyte): Change the coding-system to
2739 approximate the previous behavior.
2740 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
2741 coding-system.
2742
72d5003d
SM
2743 * coding.c (decode_coding_object): When not decoding into a buffer,
2744 obey the coding system's preference of (uni|multi)byte.
2745
438eba3c
SM
27462008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
2749 every char is changed and has a different byte-length.
2750 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
2751 Fix int -> EMACS_INT.
2752
9ec3aaef 27532008-03-23 David Hansen <david.hansen@gmx.net>
a8e72f4f 2754
438eba3c 2755 * dbusbind.c (xd_read_message): Remove extra copying of message
a8e72f4f
MA
2756 strings. Check for NULL `interface' or `member'.
2757
b07103dc
EZ
27582008-03-22 Eli Zaretskii <eliz@gnu.org>
2759
2760 * w32.c (readdir): If FindFirstFile/FindNextFile return in
2761 cFileName a file name that includes `?' characters, use the 8+3
2762 alias in cAlternateFileName instead.
2763
5371d722
SM
27642008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2765
2766 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
2767
6ba7f443
SM
27682008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
2771 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
2772 work on current_buffer only instead (that was already the case
2773 for some of the code anyway).
2774 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
2775 (temp_set_point, temp_set_point_both): Use EMACS_INT.
2776 (SET_PT, SET_PT_BOTH): Adjust.
2777 * intervals.h (set_point, temp_set_point, set_point_both)
2778 (temp_set_point_both): Remove redundant declarations.
2779
bf1c0f27
SM
27802008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * fileio.c (Finsert_file_contents):
2783 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
2784 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
2785 when buffer != current_buffer anyway.
2786
acab783e
AS
27872008-03-20 Andreas Schwab <schwab@suse.de>
2788
2789 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
2790 as default.
2791
d148e14d
JR
27922008-03-19 Jason Rumney <jasonr@gnu.org>
2793
2794 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
2795 (syms_of_w32fns): Initialize them.
2796 (HOURGLASS_ID): New constant.
2797 (x_window_to_frame): Don't check hourglass_window.
2798 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
2799 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
2800 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
2801 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
2802 Only change the cursor if hourglass is not active.
2803 (Fx_create_frame): Initialize frame's current_cursor.
2804 (hourglass_atimer): Remove.
2805 (hourglass_started): New function.
2806 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
2807 (show_hourglass): Adapt to w32, changing argument to frame.
2808
2809 * w32term.h (struct w32_output): Remove hourglass_window.
2810 Add current_cursor.
2811
2812 * eval.c (call_debugger, Fsignal):
2813 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
2814 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
2815 (Fexecute_extended_command, cancel_hourglass_unwind):
2816 * minibuf.c (read_minibuf):
2817 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
63558020 2818
a5c54077
JB
28192008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * window.c (run_funs): New fun.
2822 (run_window_configuration_change_hook): Use it to run the buffer-local
2823 and the global part of the hook.
2824
2825 * xdisp.c (format_mode_line_unwind_data): Add window argument.
2826 (unwind_format_mode_line): Restore selected window.
2827 (x_consider_frame_title, Fformat_mode_line): Set selected window.
2828
f9f3238f
SM
28292008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2830
253c3c82
SM
2831 * editfns.c (Fchar_equal): Check they are valid characters.
2832
f9f3238f
SM
2833 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
2834
065a118d
AS
28352008-03-17 Andreas Schwab <schwab@suse.de>
2836
0b8be006
AS
2837 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
2838 against a charset.
2839
065a118d
AS
2840 * lisp.h (Fbuffer_list): Declare.
2841
880820fe 28422008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d3b2a6da
JD
2843
2844 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
2845 handlebox_widget is != 0.
2846
6206d6c2
JL
28472008-03-16 Juri Linkov <juri@jurta.org>
2848
2849 * callint.c (Fcall_interactively): For interactive code letters
2850 'b' and 'B' put the buffer list into the list of default "future"
2851 values of the minibuffer.
2852
f5020181
AS
28532008-03-16 Andreas Schwab <schwab@suse.de>
2854
a864f6d6
AS
2855 * keyboard.c (read_key_sequence): Fix downcasing of letters with
2856 modifiers.
2857
f5020181
AS
2858 * regex.c (re_match_2_internal): Correct matching of a charset
2859 against latin-1 characters.
2860
03f244e2
KH
28612008-03-16 Kenichi Handa <handa@m17n.org>
2862
2863 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
2864 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
f9f3238f
SM
2865 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
2866 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
03f244e2
KH
2867 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
2868 CHAR_STRING_ADVANCE.
2869 (produce_chars): Fix for the case that the source and the
2870 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
2871 instead of CHAR_STRING_ADVANCE.
2872 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
2873 STRING_CHAR_ADVANCE.
2874
0e2501ed
AS
28752008-03-15 Andreas Schwab <schwab@suse.de>
2876
2877 * regex.c (re_match_2_internal): Correct matching of eight bit
2878 characters in unibyte strings.
2879
7723e095
MR
28802008-03-15 Martin Rudalics <rudalics@gmx.at>
2881
2882 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
2883 at end of range when it coincides with the end of the buffer.
2884
f507f365
EZ
28852008-03-14 Eli Zaretskii <eliz@gnu.org>
2886
294f1153
EZ
2887 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
2888
f507f365
EZ
2889 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
2890
64f0809d
JR
28912008-03-14 Jason Rumney <jasonr@gnu.org>
2892
956ae531
JR
2893 * editfns.c (initial_tz): New variable.
2894 (syms_of_editfns): Initialize it.
2895 (Fset_time_zone_rule): Set it when first called.
2896 Use it when TZSTRING is nil.
2897
64f0809d
JR
2898 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
2899 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
2900 (monitor_from_point_fn, get_monitor_info_fn): New globals.
2901 (globals_of_w32fns): Initialize them.
2902 (compute_tip_xy): Use them to position tooltips.
2903
21a4ff8e
GM
29042008-03-14 Glenn Morris <rgm@gnu.org>
2905
2906 * emacs.c (main): Revert previous change.
2907 (standard_args): Revert -internal-script back to -scriptload,
2908 and remove the long-option form.
2909
a09a5b5b
GM
29102008-03-13 Glenn Morris <rgm@gnu.org>
2911
2912 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
2913 Remove option -enable-font-backend.
2914
1c55ebd1
SM
29152008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2916
2917 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
2918
880820fe 29192008-03-11 Jan Djärv <jan.h.d@swipnet.se>
c523e161
JD
2920
2921 * xterm.c (x_connection_closed): For GTK: If this is the last
2922 terminal just exit without closing the display.
2923
7145be81
JR
29242008-03-11 Jason Rumney <jasonr@gnu.org>
2925
2926 * w32font.c (w32font_full_name): Use floor to round.
2927
e6201af3 29282008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
ce9033f8
JD
2929
2930 * sound.c (alsa_configure): Declare vol at beginning of block.
2931
e6201af3 2932 * fontset.c (Ffontset_info): Remove extra semicolon.
ce9033f8 2933
390b81fa 29342008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
acd37560 2935
56388398
MB
2936 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
2937 size of resulting string.
af0ad939 2938
390b81fa 29392008-03-10 Jason Rumney <jasonr@gnu.org>
acd37560 2940
56388398 2941 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
acd37560 2942
390b81fa 29432008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
acd37560 2944
56388398
MB
2945 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
2946 Don't pretend as if characters with display property haven't been
2947 consumed for string-replacing-string case.
acd37560 2948
223ed6db
KS
29492008-03-08 Kim F. Storm <storm@cua.dk>
2950
2951 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
2952 (get_next_display_element, next_element_from_string)
2953 (next_element_from_ellipsis, next_element_from_buffer): Use it.
2954
28545f7c
AS
29552008-03-08 Andreas Schwab <schwab@suse.de>
2956
2957 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
2958
c960bff8
JR
29592008-03-06 Jason Rumney <jasonr@gnu.org>
2960
290afd83
JB
2961 * w32font.c (w32_registry): Take font_type argument. Use ANSI
2962 when charset not specified. Only translate ANSI to unicode when
c960bff8
JR
2963 font_type is truetype.
2964 (w32font_coverage_ok): New function.
2965 (add_font_entity_to_list): Use it to filter unsuitable fonts.
2966
87b8ce92
KH
29672008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
2968
2969 * lread.c (Fread_char): Resolve modifiers.
2970 (Fread_char_exclusive): Likewise.
2971
2972 * character.c (char_resolve_modifier_mask): New function.
2973 (char_string): Use char_resolve_modifier_mask.
2974 (Fchar_resolve_modifiers): New function.
2975 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
2976 function.
2977
cefd56f6
JR
29782008-03-04 Jason Rumney <jasonr@gnu.org>
2979
2980 * makefile.w32-in: Always include w32font.c in the build.
2981 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
2982
03bd3c1f
AS
29832008-03-04 Andreas Schwab <schwab@suse.de>
2984
2985 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
2986 (versionclean): Likewise.
2987
6f69e89b
JB
29882008-03-04 Juanma Barranquero <lekktu@gmail.com>
2989
2990 * .cvsignore: Add oo.
2991
f4a3cc44
AS
29922008-03-03 Andreas Schwab <schwab@suse.de>
2993
2994 * coding.c (decode_coding_object): Inhibit gap shrinking while
2995 decoding in place.
2996
73f838ad
DN
29972008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
2998
2999 * w32term.c: Remove unused include "gnu.h".
6f69e89b 3000 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
73f838ad
DN
3001
3002 * gnu.h: Rename to ...
3003 * emacs-icon.h: ... this.
3004 * xterm.c: Use emacs-icon.h instead of gnu.h.
3005 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
3006
ce9c1f06
JB
30072008-03-03 Juanma Barranquero <lekktu@gmail.com>
3008
3009 * w32font.c: Include math.h.
3010
34fd2d28
JR
30112008-03-03 Jason Rumney <jasonr@gnu.org>
3012
54efdcd1
JR
3013 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
3014 Compute options separately.
3015 (w32font_open_internal): Set glyph_idx before caching metrics.
3016
ce9c1f06
JB
3017 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
3018 Define if system headers don't.
3019 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
34fd2d28
JR
3020 (w32font_encode_char): Don't declare here.
3021
3022 * w32font.c (Quniscribe, QCformat): New symbols.
3023 (syms_of_w32font): Define them.
3024 (w32font_has_char): Indicate uncertainty.
ce9c1f06 3025 (w32font_encode_char): Encode as glyph point. Make static.
34fd2d28 3026 (recompute_cached_metrics): New function.
ce9c1f06
JB
3027 (w32font_open_internal): Use it. Set font to use glyph points
3028 initially. Set format based on type of font.
34fd2d28 3029 (w32font_text_extents, w32font_draw): Optionally use glyph points.
ce9c1f06
JB
3030 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
3031 on it. Set format based on information available here.
34fd2d28
JR
3032 (add_font_entity_to_list): Identify backend based on opentype_only.
3033
14daee73
AS
30342008-03-02 Andreas Schwab <schwab@suse.de>
3035
f907fb2e
AS
3036 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
3037
ce9c1f06
JB
3038 * coding.c (decode_coding_big5, produce_chars):
3039 Fix typos in last change.
14daee73 3040
c9cc6462
DN
30412008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
3042
3043 * gnu.h: New icon.
3044
119852e7
KH
30452008-03-02 Kenichi Handa <handa@m17n.org>
3046
3047 * coding.c (decode_coding_utf_8): When eol-type of CODING is
3048 `dos', don't decode '\r' if that is the last in the source.
3049 (decode_coding_utf_16, decode_coding_emacs_mule)
3050 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
3051 (decode_coding_raw_text, decode_coding_charset): Likewise.
3052 (produce_chars): Don't decode EOL here. Use EMACS_INT.
3053
a823468b
JR
30542008-03-01 Jason Rumney <jasonr@gnu.org>
3055
3056 * w32font.c (w32font_full_name): Report point size for scalable fonts.
3057
4ddc7e30
KS
30582008-03-01 Kim F. Storm <storm@cua.dk>
3059
3060 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
3061
67997c79
JR
30622008-03-01 Jason Rumney <jasonr@gnu.org>
3063
3064 * w32font.c (w32font_full_name): New function.
3065 (w32font_open_internal): Use it.
3066
3f4e9c35
KS
30672008-03-01 Kim F. Storm <storm@cua.dk>
3068
3069 * dispnew.c (line_draw_cost): Fix invalid glyph check.
3070
f3b9e479
JR
30712008-03-01 Jason Rumney <jasonr@gnu.org>
3072
3073 * font.c (font_unparse_fcname): Increase len when style is a symbol.
3074
880820fe 30752008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7ee480ce
JD
3076
3077 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
3078 xg_frame_resized when the event is for the edit widget.
3079
3080 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
3081
3082 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
3083 set_char_size.
3084 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
3085 operations on widgets here. Just set frame size if needed.
3086 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
3087 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
3088 (x_wm_set_size_hint): Set size hints on the edit widget only, not
3089 the whole frame.
3090 (xg_create_tool_bar): Move attachement of the tool bar to
3091 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
3092 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
3093
6c8acaa1
JR
30942008-03-01 Jason Rumney <jasonr@gnu.org>
3095
3096 * w32fns.c (w32_msg_pump): Disable debug code.
3097
51fb064b 30982008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
03eb5fab 3099
51fb064b 3100 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
cb681b34 3101
60221a33
CY
31022008-02-29 Chong Yidong <cyd@stupidchicken.com>
3103
3104 * xdisp.c (next_overlay_string): Don't set
3105 overlay_strings_at_end_processed_p if we're currently reading from
3106 a display string.
3107
10cbc34f
SM
31082008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * xdisp.c (get_overlay_strings_1): Fix typo.
3111
73c0054e
CY
31122008-02-29 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * xdisp.c (get_overlay_strings_1): Add missing argument type.
3115
ec1c4354
KH
31162008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
3117
55082642
KH
3118 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
3119
ec1c4354
KH
3120 * xdisp.c (display_mode_element): Cancel the previous change.
3121 (decode_mode_spec): Likewise.
ee548a94
KH
3122 (handle_auto_composed_prop): Don't make composition if it->string
3123 is a string.
ec1c4354 3124
b6d898a2
KS
31252008-02-27 Kim F. Storm <storm@cua.dk>
3126
3127 * lisp.h (GLYPH): Change type from int to struct with separate char
3128 and face_id members.
3129 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
3130 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
3131 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
3132 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
3133 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
3134 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
3135 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
3136 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
3137 handle new Lisp glyph code encoding, either an integer or a cons.
3138
3139 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
3140 (GLYPH_ALIAS): Delete.
3141 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
3142 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
3143 (GLYPH_FROM_CHAR): Replace macro by ...
3144 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
3145
3146 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
3147 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
3148 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
3149 (GLYPH_INVALID_P): New macro.
3150 (spec_glyph_lookup_face): Update prototype.
3151
3152 * dispnew.c (line_draw_cost): Adapt to new glyph type.
3153 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
3154 new glyph code encoding.
3155 (spec_glyph_lookup_face): No return value; update passed glyph instead.
3156 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
3157
3158 * xdisp.c (get_next_display_element, next_element_from_display_vector):
3159 Adapt to new glyph type and new glyph code encoding.
3160
3161 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
3162
3163 * indent.c (current_column, current_column_1, Fmove_to_column)
3164 (compute_motion): Adapt to new glyph code encoding.
3165
3166 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
3167
af2080a2
CY
31682008-02-27 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * process.c (wait_reading_process_output): Check for window
3171 changes caused by timers.
880820fe 3172 Suggested by Johan Bockgård.
af2080a2 3173
253ed25e
GM
31742008-02-27 Glenn Morris <rgm@gnu.org>
3175
3176 * emacs.c (USAGE1): Add `--disable-font-backend'.
3177
18a9f8d9
SM
31782008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3179
3180 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
3181 is made to the buffer.
3182
0f8b27ea
SM
31832008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
3186 (face_at_string_position):
3187 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
3188 (face_at_string_position):
3189 * xdisp.c (display_string, next_overlay_change):
3190 * buffer.h (overlays_at):
3191 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
3192 Update callers.
3193
4e7c53ca
CY
31942008-02-26 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * editfns.c (Fformat): Doc fix.
3197
51c01100
JB
31982008-02-26 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
3201 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
3202 (Ffont_otf_alternates, Fquery_font): Doc fixes.
3203
13cda5f9
SM
32042008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * buffer.c (Fbuffer_swap_text): New function.
3207 (syms_of_buffer): Defsubr it.
3208
8018d430
CY
32092008-02-25 Chong Yidong <cyd@stupidchicken.com>
3210
3211 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
3212
9bde1a21
JR
32132008-02-25 Jason Rumney <jasonr@gnu.org>
3214
3215 * w32font.c (w32font_draw): Draw one character at a time when padding.
3216
eeca6f6f
SM
32172008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
3220 Handle a nil arg. Use run_window_configuration_change_hook.
3221 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
3222 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
3223 Use run_window_configuration_change_hook.
3224
ec1c4354
KH
32252008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
3226
3227 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
3228 1-pixel width.
3229
ae185452
KH
32302008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
3231
3232 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
3233 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
3234 if the glyph in the font is zero pixel with.
3235
3236 * dispextern.h (struct glyph_string): New member padding_p.
3237
3238 * w32font.c (w32font_draw): Pay attention to s->padding_p.
3239
3240 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
3241
3242 * xfont.c (xfont_draw): Pay attention to s->padding_p.
3243
3244 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
3245
eeca6f6f 3246 * font.c: If the font driver doesn't have `shape' function, return Qnil.
ae185452 3247
ffe832ea 32482008-02-25 Jason Rumney <jasonr@gnu.org>
c9029fe5 3249
ffe832ea 3250 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16782258 3251
06045130
SM
32522008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 Allow fine-grained image-cache flushing.
3255 * dispextern.h (struct image): Add `dependencies' field.
3256 (clear_image_caches): Change arg to Lisp_Object.
3257 * image.c (make_image): Initialize `dependencies' field.
3258 (clear_image_cache): Change arg to allow fine-grained flushing.
3259 Perform the flush even if image-cache-eviction-delay is nil.
3260 (clear_image_caches): Change arg to Lisp_Object.
3261 (Fclear_image_cache): Expand meaning of the argument.
3262 (mark_image): Mark `dependencies' field.
3263 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
3264 (lface_hash): Use XHASH rather than XFASTINT.
3265 (face_at_buffer_position): Fix int -> EMACS_INT position.
3266 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
3267 (select_frame_for_redisplay): Remove code duplication.
3268 (redisplay_internal): Adapt arg to call to clear_image_caches.
3269
9d2818d6
DN
32702008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3271
3272 * s/vms4-0.h:
3273 * s/vms4-2.h:
3274 * s/vms4-4.h:
3275 * s/vms5-5.h: Remove, unused.
3276
3277 * s/irix5-2.h:
3278 * s/irix6-0.h:
3279 * s/riscos5.h:
3280 * s/mach-bsd4-3.h:
2a2e8de7 3281 * m/mips4.h: Remove files for obsolete systems.
9d2818d6
DN
3282
3283 * Makefile.in:
3284 * filelock.c:
3285 * unexmips.c:
3286 * m/hp9000s300.h:
3287 * m/iris4d.h:
3288 * s/aix3-1.h:
3289 * s/hpux.h:
3290 * s/msdos.h:
3291 * s/usg5-0.h:
3292 * s/usg5-2-2.h:
3293 * s/usg5-2.h:
3294 * s/usg5-3.h: Remove references to obsolete variables.
3295
3296 * s/irix5-0.h: Remove, move all the contents ...
3297 * s/irix6-5.h: ... here. Simplify.
3298 * config.in: Regenerate.
3299
2a36efcf
JR
33002008-02-24 Jason Rumney <jasonr@gnu.org>
3301
c5ad7a3d 3302 * w32term.c (x_draw_glyph_string_background): Clear the background
2face669
JR
3303 manually when cleartype is in use.
3304 (x_draw_glyph_string_foreground): Draw text transparently when
3305 cleartype is in use.
3306
2a36efcf
JR
3307 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
3308 a font into it unless we have to.
3309
b03f96dc 33102008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
92a8ce63 3311
b03f96dc
MB
3312 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
3313 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
92a8ce63 3314
b03f96dc 33152008-02-18 Jason Rumney <jasonr@gnu.org>
92a8ce63 3316
b03f96dc 3317 * w32fns.c (Fw32_shell_execute): Encode parameters.
92a8ce63 3318
b03f96dc 33192008-02-09 Eli Zaretskii <eliz@gnu.org>
20f1ef2e 3320
b03f96dc 3321 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
32d0a9dc 3322
b03f96dc 33232008-02-05 Juanma Barranquero <lekktu@gmail.com>
20f1ef2e 3324
b03f96dc 3325 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
77d1daf2 3326
d5958163
CY
33272008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
3328
3329 * xterm.c (x_set_offset): Don't change the gravity if
3330 CHANGE_GRAVITY is -1.
3331
9997701e
CY
33322008-02-23 Chong Yidong <cyd@stupidchicken.com>
3333
3334 * fileio.c (auto_save_error_occurred): New var.
3335 (auto_save_error): Set it.
3336 (Fdo_auto_save): Don't overwrite the error message if an auto-save
3337 error occurred.
3338
9d95a291
EZ
33392008-02-23 Eli Zaretskii <eliz@gnu.org>
3340
3341 * w32.c (globals_of_w32): Add initializations for
3342 g_b_init_get_sid_sub_authority and
3343 g_b_init_get_sid_sub_authority_count.
3344
43d1af23
SM
33452008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
3346
43a1d19b
SM
3347 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
3348 (font_parse_xlfd): Use them for sanity check.
608c3307 3349 (Finternal_set_font_style_table): Make sure the table is bijective.
43a1d19b 3350
354884c4
SM
3351 Consolidate the image_cache to the terminal struct.
3352 * termhooks.h (P_): Remove redundant def.
3353 (struct terminal): New field `image_cache'.
3354 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
3355 of FRAME_X_IMAGE_CACHE.
3356 * xterm.h (struct x_display_info): Remove image_cache field.
3357 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
3358 * w32term.h (struct w32_display_info): Remove image_cache field.
3359 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
3360 * macterm.h (struct mac_display_info): Remove image_cache field.
3361 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
3362 * xterm.c (x_term_init):
3363 * w32term.c (w32_term_init):
3364 * macterm.c (mac_term_init): Set the image_cache in the terminal.
3365 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
3366 Remove declarations.
3367 (clear_image_caches, mark_image_cache): New declarations.
3368 * xfaces.c (clear_face_cache):
3369 * xdisp.c (redisplay_internal): Use clear_image_caches.
3370 * image.c (clear_image_cache): Don't check that a frame is on
3371 a window-system before checking if it shares the same cache.
3372 (clear_image_caches): New function.
3373 (Fclear_image_cache): Use it.
3374 (mark_image): Move from allo.c.
3375 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
3376 * alloc.c (mark_image, mark_image_cache): Move to image.c.
3377 (mark_object): Don't call mark_image_cache for frames.
3378 (mark_terminals): Call mark_image_cache.
3379
c2e42690
SM
3380 * lisp.h (Fdelete_terminal): Declare.
3381
43d1af23
SM
3382 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
3383 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
3384 wrong_type_argument.
3385
cc8d1311
KH
33862008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
3387
3388 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4a4bdfc7 3389 malayalam.el, and tamil.el. Add sinhala.el.
cc8d1311 3390
6bd92640
SM
33912008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * xterm.c (x_connection_closed): Consolidate identical tests.
3394 (x_delete_terminal): Don't crash if called via x_connection_closed.
3395
a73b5627
KH
33962008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
3397
3398 * xdisp.c (decode_mode_spec): New arg string.
6bd92640 3399 (display_mode_element): Adjust for the above change.
a73b5627 3400
1b511542
SM
34012008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 * callint.c (Fcall_interactively): Use AREF.
3404
81aefea4
SM
34052008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
3408
880820fe 34092008-02-18 Jan Djärv <jan.h.d@swipnet.se>
2d7117fe
JD
3410
3411 * xfns.c (Fx_show_tip): Set string to " " if empty.
3412
a2b84f35
DN
34132008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
3414
3415 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
3416 with Qt.
3417
43c0454d
KH
34182008-02-17 Kenichi Handa <handa@m17n.org>
3419
3420 * ftfont.c (ftfont_shape): Return Lispy number.
3421
3422 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
3423 for GCs.
3424 (Finternal_set_font_selection_order): Call font_update_sort_order
3425 only when enable_font_backend is set.
3426 (realize_x_face): Set face->font_info to that of default face only
3427 when enable_font_backend is set.
3428
3429 * xdisp.c (handle_composition_prop): Set it->c to the fist
3430 characte of the composed region.
3431 (fill_composite_glyph_string): Set base_face->font_info to
3432 s->font_info. Get a face for ascii from base_face->ascii_face.
3433 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
3434 with a face already decided.
3435 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
3436 non-negative.
978bef9a
JB
3437 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
3438 call font_prepare_composition unconditionally.
43c0454d 3439
978bef9a 3440 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
43c0454d
KH
3441
3442 * xterm.h (struct x_display_info): New member font.
3443
3444 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
3445 (x_set_mouse_face_gc, x_new_font): Likewise.
3446 (x_term_init): Setup display_info->font.
3447 (x_delete_terminal): Free display_info->font.
3448
3449 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
3450
3451 * ftxfont.c (ftxfont_default_fid): Delete it.
3452 (ftxfont_open): Set xfont->fid to 0.
978bef9a 3453 (ftxfont_end_for_frame): Clear data specific to the frame and the
43c0454d
KH
3454 font-driver.
3455
3456 * xftfont.c (xftfont_default_fid): Delete it.
3457 (xftfont_open): Set xfont->fid to 0.
3458
3459 * fontset.c (FONTSET_OBJLIST): New macro.
3460 (fontset_find_font): Update font-object list of the fontset.
3461 (free_realized_fontset): New function.
3462 (free_face_fontset): Call free_realized_fontset.
3463 (Ffont_info): Call font_close_object only when enable_font_backend
3464 is set.
3465
3466 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
3467 [HAVE_NTGUI]: Include w32term.h.
3468 [MAC_OS]: Include macterm.ch.
3469 (font_otf_ValueRecord): Use make_number.
3470 (font_finish_cache): Fix handling of reference count.
3471 (font_clear_cache): Update num_fonts.
3472 (font_open_entity): Update smallest_char_width and
3473 smallest_font_height of the frame.
3474 (font_close_object): Update num_fonts.
3475 (Fclear_font_cache): Fix finding the target cache data.
3476
be617367
GM
34772008-02-16 Glenn Morris <rgm@gnu.org>
3478
3479 * fontset.c (Finternal_char_font): Fix compilation warning.
3480
2930d117
EZ
34812008-02-16 Eli Zaretskii <eliz@gnu.org>
3482
634d3003
EZ
3483 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
3484 instead of char arrays. Enlarge the size of array passed to
3485 get_token_information.
3486
2930d117
EZ
3487 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
3488 warnings.
3489
79214046
DN
34902008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
3491
3492 * .gdbinit: Don't set `args', it breaks gdb --args.
3493
7f5d2c72
SM
34942008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
3497 within a narrowed buffer.
3498
6edacc43
KH
34992008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
3500
b270d6af
JB
3501 * coding.c (decode_coding_object, encode_coding_object):
3502 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
6edacc43 3503
174105f7
SM
35042008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3505
b270d6af
JB
3506 * coding.c (coding_set_destination): Use BEG_BYTE rather than
3507 hardcoding 1.
13818c30
SM
3508 (detect_coding_system):
3509 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
3510 (string_char_to_byte, string_byte_to_char, insert_from_gap):
3511 * insdel.c (insert_from_gap):
3512 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
3513 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
3514 (string_to_multibyte):
3515 * character.c (chars_in_text, multibyte_chars_in_text):
3516 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
3517
f1c99628
SM
3518 * character.h (FETCH_STRING_CHAR_ADVANCE)
3519 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
3520 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
3521 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
3522
7927d8e3
SM
3523 * casefiddle.c (casify_region): Only call after-change and composition
3524 functions on the part of the region that was changed.
3525
adf6a429 3526 * keyboard.c (read_avail_input):
174105f7
SM
3527 * frame.c (Fdelete_frame): Call Fdelete_terminal.
3528
3ee24aec
SM
35292008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
3532 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
3533
4ed4b975
JB
35342008-02-11 Juanma Barranquero <lekktu@gmail.com>
3535
3536 * w32menu.c (push_submenu_start, push_submenu_end)
3537 (push_left_right_boundary, push_menu_pane, push_menu_item):
3538 * keyboard.c (read_key_sequence): Don't pass args with side effects
3539 to AREF, it fails when compiling with -DENABLE_CHECKING.
3540
79e3bfb8
KH
35412008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
3542
4ed4b975
JB
3543 * Makefile.in (${lispsource}international/charprop.el):
3544 Delete this target.
6e76043f 3545
79e3bfb8
KH
3546 * search.c (boyer_moore): Fix incorrect synching of the trunk and
3547 emacs-unicode-2.
3548
5b8de9c5
SM
35492008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3550
3551 * terminal.c (Fdelete_terminal): Clean up the `force' path.
3552
eac1939a
SM
35532008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
3554
c53956fe
SM
3555 * frame.c (Qnoelisp): New symbol.
3556 (syms_of_frame): Initialize it.
3557 (Fdelete_frame): Use it to distinguish a mere `force' passed from
3558 someharmles Elisp code, from a strong `force' from x_connection_closed.
3559 * frame.h (Qnoelisp): Declare.
3560 * xterm.c (x_connection_closed): Pass `noelisp'.
3561
eac1939a
SM
3562 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
3563 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
3564 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
3565 rather than `int' for the type of `type'.
3566
13f6772b
DN
35672008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3568
3569 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
3570
3571 * Makefile.in (GNUC): Remove support for gcc-1.x.
3572
e8455367
RS
35732008-02-10 Richard Stallman <rms@gnu.org>
3574
3575 * lisp.h (ASET): Use AREF, not ASLOT.
3576
4b75ffab
SM
35772008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 * lisp.h (ASET): Check bounds.
3580
d224e8c2
GM
35812008-02-10 Glenn Morris <rgm@gnu.org>
3582
3583 * buffer.c (mode-name): Doc fix.
3584
4624371d
DN
35852008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3586
290afd83
JB
3587 * Makefile.in:
3588 * emacs.c:
3589 * gmalloc.c:
3590 * keyboard.c:
3591 * lisp.h:
3592 * m/ibm370aix.h:
3593 * process.c:
3594 * regex.c:
3595 * s/hpux.h:
3596 * sysdep.c:
3597 * sysselect.h:
3598 * systty.h:
3599 * unexec.c:
3600 * w32term.c:
3601 * xsmfns.c:
3602 * xterm.c: Remove code that deals with obsolete variables.
4624371d
DN
3603
3604 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
3605
3606 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
3607 nothing else needs it anymore.
3608
274ec34b
EZ
36092008-02-09 Eli Zaretskii <eliz@gnu.org>
3610
3611 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
3612 instead of unibyte_char_to_multibyte.
3613
deeaffe1
DN
36142008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3615
3616 * s/gnu-linux.h: Remove commented out code.
3617
4ed4b975 3618 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
deeaffe1
DN
3619
3620 * Makefile.in: Update what RMS says about using autoconf.
4ed4b975 3621 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
c3f9fba8 3622 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
deeaffe1
DN
3623 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
3624 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
3625
68b587a6
SM
36262008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3627
9141ca5e
SM
3628 * keymap.c (Fkey_description): Move side effect outside of macro call.
3629
dfae5f9a 3630 * xfaces.c (Finternal_make_lisp_face):
b1ebcadb
SM
3631 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
3632
ff7a2223
SM
3633 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
3634 (syms_of_fontset): Use ASET.
3635
68b587a6
SM
3636 * fns.c (concat): Move side effect outside of macro call.
3637 (hash_clear): Use ASET.
3638
a31787b1
RS
36392008-02-08 Richard Stallman <rms@gnu.org>
3640
3641 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
3642 If FORCE, and frame has a surrogate minibuffer for another frame,
3643 delete the other frame first.
3644
987be29b 36452008-02-07 Timo Savola <timo.savola@iki.fi>
1540a61a
JD
3646
3647 * xterm.c (x_detect_focus_change): Handle embed client message.
3648 (handle_one_xevent): Ditto.
3649 (handle_one_xevent): If embedded and we get a button press/release,
3650 request focus.
3651 (xembed_set_info, xembed_send_message): New functions.
3652 (x_make_frame_visible): Call xembed_set_info if embedded.
3653 (x_make_frame_invisible): Call xembed_set_info if embedded.
3654 (x_term_init): Initialize Xatom_XEMBED.
3655 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
3656 (x_iconify_frame): Ditto.
3657
3658 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
3659 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
3660 (enum xembed_modifier, enum xembed_accelerator): New.
3661 (xembed_set_info, xembed_send_message): Declare.
3662 (FRAME_X_EMBEDDED_P): New.
3663
3664 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
3665 gtk_plug_new.
3666
3667 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
3668 window ID of a frame.
3669 (x_window): Reparent frame if embedded.
3670 (Fx_create_frame): Don't set border width if embedded.
3671
1f204af3 3672 * emacs.c (USAGE3): Add --parent-id.
1540a61a
JD
3673 (standard_args): Ditto.
3674
880820fe 36752008-02-07 Jan Djärv <jan.h.d@swipnet.se>
f937a7db
JD
3676
3677 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
3678
92413ef3
JD
36792008-02-07 Jim Meyering <meyering@redhat.com>
3680
6f69e89b 3681 Use "do...while (0)", not "if (1)...else" in macro definitions.
987be29b
RF
3682 The latter provokes a warning from gcc about the empty else, when
3683 followed by ";". Also, without that trailing semicolon, it would
3684 silently swallow up any following statement.
c3f9fba8 3685 * syntax.h (SETUP_SYNTAX_TABLE)
987be29b
RF
3686 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
3687 * buffer.h (DECODE_POSITION): Likewise.
3688 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
3689 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
3690 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
3691 (FETCH_CHAR_ADVANCE): Likewise.
3692 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
92413ef3 3693
03fa5713
GM
36942008-02-07 Jim Meyering <meyering@redhat.com>
3695
3696 * lread.c [lint]: Don't include <sys/inode.h>.
3697
3ae565b3
SM
36982008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3700 * xselect.c (x_handle_dnd_message):
3701 * xmenu.c (digest_single_submenu, xmenu_show):
3702 * xdisp.c (with_echo_area_buffer_unwind_data)
3703 (format_mode_line_unwind_data, unwind_format_mode_line)
3704 (display_menu_bar):
3705 * eval.c (Ffetch_bytecode):
3706 * doc.c (store_function_docstring):
3707 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
3708 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
3709 * buffer.c (add_overlay_mod_hooklist): Use ASET.
3710
146b6e55
KH
37112008-02-07 Kenichi Handa <handa@m17n.org>
3712
3713 * ftxfont.c (ftxfont_open): Don't set
3714 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
3715
3716 * ftfont.c (ftfont_open): Fix previous change.
3717
46a923ac
JR
37182008-02-06 Jason Rumney <jasonr@gnu.org>
3719
3720 * w32font.c (w32font_text_extents): Fill in lbearing metric.
3721 Use cached metrics for ASCII characters.
3ae565b3
SM
3722 (w32font_open_internal): Don't set font's owning_frame.
3723 Cache metrics for ASCII characters.
46a923ac
JR
3724
3725 * w32font.h (struct w32font_info): Add ascii_metrics.
3726 Remove owning_frame.
3727
da7d7c21
KH
37282008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
3729
3730 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
3731 to negative value.
3732
3733 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
3734
3ae565b3 3735 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
da7d7c21
KH
3736
3737 * charset.c (syms_of_charset): Set QCtest and Qeq.
3738
c62c8ddb
SM
37392008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3740
ca319910
SM
3741 * process.c (Fstart_process):
3742 * callproc.c (Fcall_process): Handle the case where
3743 Funhandled_file_name_directory returns nil.
3744
76860cbb
SM
3745 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
3746 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
f9ffa1ea
SM
3747 * font.c (check_gstring): Use them and AREF to access the vector before
3748 we know it's really a gstring.
3749 (Ffont_shape_text): Fix typo.
3750 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
76860cbb 3751
15139d67
SM
3752 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
3753 Declare.
3754
c62c8ddb
SM
3755 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
3756
04b65d2b
JR
37572008-02-05 Jason Rumney <jasonr@gnu.org>
3758
3759 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
3760 Set smallest_font_height and smallest_char_width in display info.
3761
fccaebfd
KH
37622008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3763
3764 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
3765
e7d7fd8c
MB
37662008-02-05 Miles Bader <miles@gnu.org>
3767
3768 * xfaces.c (get_lface_attributes, merge_named_face)
3769 (lookup_named_face, lookup_derived_face, realize_named_face):
3770 Revert 2008-02-01 change by cyd@stupidchicken.com.
3771
3d4448a8
KH
37722008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
3773
3774 * fontset.c (Ffontset_info): Handle the case of inhibitting the
3775 fallback fonts.
15139d67 3776 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
3d4448a8 3777
5ace1ec1
JR
37782008-02-04 Jason Rumney <jasonr@gnu.org>
3779
3780 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
3781 set full_name.
e3a77b22 3782 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
5ace1ec1 3783
ffe42183
JR
37842008-02-03 Jason Rumney <jasonr@gnu.org>
3785
3786 * makefile.w32-in (OBJ1): Include font.o here.
3787 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
3788
526dc3b3
JR
37892008-02-02 Jason Rumney <jasonr@gnu.org>
3790
a0fece35 3791 * makefile.w32-in (temacs): Bump EMHEAP to 21.
526dc3b3 3792
af805c82
JR
37932008-02-01 Jason Rumney <jasonr@gnu.org>
3794
3795 * s/cygwin.h: Define VIRT_ADDR_VARIES.
3796
3797 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
3798
7f6519c5
AS
37992008-02-01 Andreas Schwab <schwab@suse.de>
3800
1f45f627 3801 * Makefile.in (shortlisp, lisp): Update for rename of
7f6519c5 3802 ../lisp/language/myanmar.el.
7f6519c5 3803
26f8aa27
CY
38042008-02-01 Chong Yidong <cyd@stupidchicken.com>
3805
1f45f627 3806 * xfaces.c (get_lface_attributes): Delete function.
26f8aa27
CY
3807 (merge_named_face, lookup_named_face, lookup_derived_face)
3808 (realize_named_face): Call lface_from_face_name directly, and use
3809 the fact that merge_face_vectors does not alter its FROM argument.
3810
73acf815 38112008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3812
3813 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
1f45f627 3814 input in the default locale. Handle non-Unicode multibyte input.
aca7a3d2 3815
73acf815 38162008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3817
3818 * fontset.c (reorder_font_vector): Exclude nil elements from the
3819 font group. Don't try multiple fonts.
15139d67 3820 (fontset_font): Adjust for the above change.
aca7a3d2
MB
3821 (Finternal_char_font): Return nil if the found font doesn't
3822 contain the character ch.
3823
4c4475a8 3824 * Makefile.in (lisp, shortlisp): Add cham.el.
aca7a3d2 3825
73acf815 38262008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3827
3828 * font.h (FONTP): Make it return 1 also for a font-object.
3829
3830 * .gdbinit (xfontset): New function.
3831
3832 * font.c (font_find_for_lface): Check if the character C is
3833 supported or not only for the first font.
3834
3835 * fontset.c (reorder_font_vector): Fix typo.
3836 (fontset_find_font): Don't add a font-spec specifying a script.
3837 Use 0 (not Qt) for the indication of empty font-group. Change the
3838 format of RFONT-DEF. Return Qt if no font in the font-group
3839 support the character.
15139d67 3840 (fontset_font): Adjust for the above change. If no font was
aca7a3d2 3841 found the character, remember that.
15139d67 3842 (face_for_char): Adjust for the change of RFONT-DEF.
aca7a3d2
MB
3843 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
3844 no font for the target.
15139d67 3845 (Finternal_char_font): Adjust for the change of RFONT-DEF.
aca7a3d2 3846
73acf815 38472008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3848
3849 * font.c (font_load_for_face): Handle the case that the font in
3850 face->lface is a string.
3851
73acf815 38522008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3853
1f45f627 3854 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
aca7a3d2 3855
73acf815 38562008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3857
3858 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
3859 Fix previous change. If the frame is not on a window system,
3860 signal an error.
3861
73acf815 38622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3863
4c4475a8
GM
3864 * coding.c (decode_coding_object, encode_coding_object): Adjust
3865 marker positions after conversion.
aca7a3d2
MB
3866
3867 * lisp.h (struct Lisp_Marker): New member need_adjustment.
3868
73acf815 38692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3870
3871 * font.c (font_find_for_lface): Fix the handling of the return
3872 value of font_has_char.
3873 (Ffont_shape_text): Fix previous change.
3874
3875 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
3876 (fontset_ref_and_range): Delete it.
3877 (fontset_find_font): Call char_table_ref_and_range instead of
3878 FONTSET_REF_AND_RANGE.
3879 (make_fontset): Don't setup font groups of Latin here.
3880 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
3881 (new_fontset_from_font): Make the specified font the default for
3882 all Latin characters.
3883
73acf815 38842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3885
3886 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
3887 is on a window system before accessing the fontset of the frame.
3888
73acf815 38892008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 3890
1f45f627 3891 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
aca7a3d2
MB
3892
3893 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
3894 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
3895
3896 * font.c (Ffont_shape_text): If the font driver doesn't have a
3897 shaper function, make zero-width glyphs to have at least one-pixel
3898 width. Fix setting of `to' field of glyphs.
3899
73acf815 39002008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3901
3902 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
3903 glyphs.
3904
1f45f627 3905 * font.h (struct font_driver): Improve docstring of member `shape'.
aca7a3d2 3906
73acf815 39072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
3908
3909 * composite.c (syms_of_composite): Fix docstring of
3910 auto-composition-function.
3911
3912 * font.h (LGLYPH_SIZE): New macro.
3913
3914 * font.c (Ffont_fill_gstring): Stop filling when a character not
3915 supported by the font is found.
3916 (Ffont_shape_text): When a shape callback function returns nil,
3917 try at most two more times with larger gstring.
15139d67 3918 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
aca7a3d2
MB
3919
3920 * xdisp.c (handle_auto_composed_prop): Change the argument to
3921 auto-composition-function.
3922
3923 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
3924 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
3925 Lispy glyph and store it in the lgstring.
3926
3927 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
3928
3929 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
3930
73acf815 39312008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3932
3933 * font.c (Ffont_shape_text): Avoid unnecessary composition.
3934
3935 * fontset.c (Vfont_encoding_charset_alist): New variable.
3936 (syms_of_fontset): DEFVAR it.
4c4475a8
GM
3937 (reorder_font_vector, fontset_find_font): Optimize for the case of
3938 no need of reordering.
aca7a3d2
MB
3939 (face_for_char): Map the charset property by
3940 Vfont_encoding_charset_alist.
3941
73acf815 39422008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3943
3944 * w32font.c (logfonts_match): Don't check adstyle here.
3945 (font_matches_spec): Check here against physical font instead.
3946 (add_font_entity_to_list): Avoid some substitutions.
3947
3948 * font.c (font_parse_fcname): Default weight and slant to normal.
3949 (font_score): Prefer normal fonts if weight or slant unspecified.
3950 (font_score) [WINDOWSNT]: Scale weight difference down to closer
3951 match freetype scores.
3952
73acf815 39532008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
3954
3955 * w32font.c (w32font_text_extents): Don't use the frame stored in the
3956 font, as it may have been deleted.
3957 (w32_enumfont_pattern_entity): Map generic family to adstyle using
3958 most common hyphenless variation.
3959 (logfonts_match): Check generic family.
3960 (font_matches_spec): Don't check generic family here.
3961 (fill_in_logfont): Set generic family based on adstyle.
3962
3963 * w32font.h (w32font_get_cache): Update declaration.
3964
73acf815 39652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3966
3967 * ftfont.c (ftfont_get_cache): Adjust the argument type.
3968
15139d67 3969 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
dde8403f 3970 If none of the new drivers are available, call font_update_drivers
aca7a3d2
MB
3971 with the old drivers.
3972
3973 * w32font.c (w32font_get_cache): Adjust the argument type.
3974
3975 * xfont.c (xfont_get_cache): Adjust the argument type.
3976
3977 * font.h (struct font_driver): Change argument type of get_cache.
3978
3979 * xftfont.c (xftfont_start_for_frame): Delete prototype.
3980
3981 * font.c (Ffont_get): Fix arguments to Fassoc.
15139d67 3982 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
aca7a3d2 3983 (font_clear_cache): New function.
4c4475a8 3984 (font_list_entities, font_matching_entity): Use font_get_cache.
15139d67 3985 (font_update_drivers): Call font_clear_cache when finishing a driver.
aca7a3d2
MB
3986
3987 * fontset.c (fontset_find_font): Fix previous change.
3988
73acf815 39892008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
3990
3991 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
3992 dpyinfo->font_table.
3993 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15139d67 3994 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
aca7a3d2
MB
3995
3996 * font.c (font_at): Handle the case that the arg C is negative.
3997 Handle the unibyte case.
3998 (Ffont_at): Call font_at with the arg C -1.
3999
4000 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15139d67
SM
4001 the position here, and call font_at with the arg C -1.
4002 Don't check the range of the existing composition at the point.
aca7a3d2 4003
73acf815 40042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4005
15139d67 4006 * fontset.c (fontset_add): New args charset_id and family.
1f45f627 4007 Change caller.
4c4475a8
GM
4008 (load_font_get_repertory, fontset_find_font): Assume that
4009 font_spec is always a font-spec object.
aca7a3d2
MB
4010 (Fset_fontset_font): Always store a font-spec object in a fontset.
4011
4012 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
4013 instead of get_property_and_range.
4014
73acf815 40152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4016
4017 * xftfont.c (struct xftfont_info): Delete the member ft_face.
4018 (xftfont_open): Don't keep locking face.
4019 (xftfont_close): Don't unlock face.
4c4475a8 4020 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
aca7a3d2
MB
4021
4022 * fontset.c (fontset_find_font): Don't prefer a font of
4023 supplementary charset.
4024
73acf815 40252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4026
1f45f627
GM
4027 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
4028 script, langsys_tag to langsys, new member script.
aca7a3d2
MB
4029 (OTF_TAG_STR): Terminate by '\0'.
4030 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
4031 listing to the script specified in that property. Fix arg to
4032 OTF_check_features.
4033
73acf815 40342008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4035
4036 * w32font.h: New file.
4037
4038 * w32font.c: Include it.
4039 (struct w32font_info): Add owning_frame field. Move to w32font.h.
4040 (w32font_open): Set owning_frame.
4041 (w32font_text_extents): Use owning_frame.
4042 (struct font_callback_data): Add opentype_only field.
4043 (add_font_entity_to_list): Use it to filter fonts.
4044 Don't check against full name.
4045 (w32font_list_internal): New function.
4046 (w32font_list): Use it.
4047 (w32font_match_internal): New function.
4048 (w32font_match): Use it.
4049 (w32font_open_internal): New function.
4050 (w32font_open): Use it.
4051 (w32font_get_cache, w32font_close, w32font_has_char)
4052 (w32font_encode_char, w32font_text_extents, w32font_draw):
4053 Make non-static.
4054
4055 * makefile.w32-in (w32font.o): Depend on w32font.h.
4056
73acf815 40572008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4058
4059 * charset.c (Fdefine_charset_internal): Record a supplementary
4060 charset at the tail of Vcharset_order_list.
4061
4062 * font.c (Ffont_shape_text): Fix the return value.
4063
4064 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
4065
4066 * xdisp.c (handle_auto_composed_prop): Fix previous change.
4067
73acf815 40682008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4069
4070 * ftfont.c (struct OpenTypeSpec): New struct.
4071 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
4072 (ftfont_get_open_type_spec): New function.
4073 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
4074
15139d67 4075 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
aca7a3d2 4076
73acf815 40772008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4078
4079 * w32font.c (add_font_entity_to_list): Compare only the beginning
4080 of full name.
4081
73acf815 40822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4083
15139d67
SM
4084 * xdisp.c (handle_auto_composed_prop): Simplify the code.
4085 Never return HANDLED_RECOMPUTE_PROPS.
aca7a3d2 4086
73acf815 40872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4088
4089 * font.c (font_gstring_produce): Delete it.
4090
15139d67
SM
4091 * composite.h (COMPOSITION_METHOD):
4092 Handle COMPOSITION_WITH_GLYPH_STRING.
aca7a3d2 4093
73acf815 40942008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4095
15139d67 4096 * xfont.c (Qx): Delete.
aca7a3d2
MB
4097 (syms_of_xfont): Don't initialize Qx.
4098
15139d67
SM
4099 * composite.h (enum composition_method):
4100 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
aca7a3d2 4101
73acf815 41022008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4103
4104 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
4105 (choose_face_font): Accept new form of font-spec.
4106
4107 * frame.h (font_driver_list): Declare it unconditionally.
4108 (struct frame): Define members font_driver_list and font_data_list
4109 unconditionally.
4110
4111 * fontset.c: Include "font.h" unconditionally.
15139d67 4112 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
aca7a3d2
MB
4113 (Fset_fontset_font): Accept a font-spec object.
4114
4115 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
4116 PIXEL_SIZE part a wild card.
4117
4118 * dispextern.h (struct glyph_string): Define members clip and
4119 num_clips unconditionally.
4120 (struct face): Define members font_info and extra unconditionally.
4121
4122 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
4123 ftfont_info only when HAVE_LIBOTF is defined.
4124
73acf815 41252008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
4126
4127 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
4128 and end.
4129
73acf815 41302008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4131
4132 * w32font.c (w32font_driver): Add new fields.
4133
73acf815 41342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 4135
aca7a3d2
MB
4136 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
4137 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
4138 (LIBES): Add @M17N_FLT_CFLAGS@.
4139
4140 * composite.c (compose_text): Don't treat the new style
4141 composition specially.
4142
4143 * emacs.c (main): Call syms_of_font unconditionally.
4144
4145 * font.h (FONT_ENTITY_NOT_LOADABLE)
4146 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15139d67 4147 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
aca7a3d2 4148 (struct font_driver): New member shape.
1f45f627 4149 (font_registry_charsets): Extern it.
4c4475a8 4150 (font_find_for_lface, font_prepare_composition): Adjust prototype.
aca7a3d2
MB
4151 (font_otf_capability, font_drive_otf): Delete their externs.
4152
4153 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
4c4475a8
GM
4154 (font_charset_alist, font_registry_charsets): Move from xfont.c
4155 and rename.
aca7a3d2
MB
4156 (font_prop_validate_otf): New function.
4157 (font_property_table): Register it for QCotf.
4158 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15139d67 4159 (font_drive_otf): Delete.
1f45f627 4160 (font_prepare_composition): New arg F. Adjust for the change of
aca7a3d2
MB
4161 lispy gstring.
4162 (font_find_for_lface): New arg C.
15139d67 4163 (font_load_for_face): Adjust for the change of font_find_for_lface.
4c4475a8
GM
4164 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
4165 lispy gstring.
aca7a3d2
MB
4166 (Ffont_shape_text): New function.
4167 (Fopen_font): If the font size is not given, use 12-pixel.
4168 (Ffont_at): New arg STRING.
15139d67
SM
4169 (syms_of_font): Initalize font_charset_alist.
4170 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
aca7a3d2
MB
4171 conditionally.
4172
4173 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
4174 fonts of the same font-spec. Change the format of RFONT-DEF.
4c4475a8
GM
4175 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
4176 Adjust for the change of RFONT-DEF.
15139d67 4177 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
aca7a3d2
MB
4178
4179 * ftfont.h: New file.
4180
4181 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
4182 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
4183 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
4184 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
4185 font_otf_capability and font_drive_otf, set ftfont_shape.
15139d67 4186 (ftfont_list): Adjust for the change of :otf property value.
aca7a3d2
MB
4187 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
4188 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
4189 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
1f204af3 4190 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
aca7a3d2
MB
4191 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
4192 (otf_gstring, gstring, m17n_flt_initialized): New variables.
4193
15139d67
SM
4194 * w32term.c (x_draw_composite_glyph_string_foreground):
4195 Adjust for the change of lispy gstring.
aca7a3d2 4196
15139d67 4197 * xdisp.c (handle_composition_prop): Adjust for the change of
aca7a3d2 4198 lispy gstring. Call a function for auto-composition with the
15139d67
SM
4199 third arg it->window.
4200 (fill_composite_glyph_string): Adjust for the change of lispy string.
4201 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
aca7a3d2 4202
15139d67 4203 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
4204 font_find_for_lface.
4205
1f45f627
GM
4206 * xfont.c (x_font_charset_alist): Move to font.c and rename.
4207 (xfont_registry_charsets): Likewise. Change caller.
aca7a3d2
MB
4208 (syms_of_xfont): Don't handle x_font_charset_alist.
4209
4210 * xftfont.c: Include "ftfont.h".
15139d67 4211 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
aca7a3d2
MB
4212 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
4213 (xftfont_close) [HAVE_LIBOTF]: Close otf.
4214 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15139d67
SM
4215 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
4216 Set xftfont_driver.shape to xftfont_shape.
aca7a3d2 4217
15139d67 4218 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
4219 the change of lispy gstring.
4220
73acf815 42212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4222
4223 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
4224
73acf815 42252008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4226
4227 * w32font.c (w32font_draw): Fill background manually.
4228
73acf815 42292008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4230
4231 * font.c (Qfontp): Remove unused symbol.
4232 (QCantialias): New symbol.
4233 (syms_of_font): Define it.
4234 (font_property_table): Set a validator for QCantialias.
4235
15139d67
SM
4236 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
4237 Define if not already.
aca7a3d2
MB
4238 (QCfamily): Share with xfaces.c.
4239 (Qstandard, Qsubpixel, Qnatural): New symbols.
1f45f627 4240 (syms_of_w32font): Define them. Don't define QCfamily here.
aca7a3d2
MB
4241 (w32_antialias_type, lispy_antialias_type): New functions.
4242 (w32_enumfont_pattern_entity): New arg requested_font.
4243 Set antialias parameter if non-default was requested.
4244 (fill_in_logfont): Fill in lfQuality if :antialias specified.
4245
73acf815 42462008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4247
4248 * lread.c (read1): Undo the previous change.
4249
73acf815 42502008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
aca7a3d2
MB
4251
4252 * frame.c (Fdelete_frame): Call font_update_drivers only when
6f69e89b 4253 USE_FONT_BACKEND is defined.
aca7a3d2 4254
73acf815 42552008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4256
4257 * font.h (struct font_bitmap): New member bits_per_pixel.
4258 (struct font_driver): New members start_for_frame and end_for_frame.
4259 (struct font_data_list): New struct.
4260 (font_put_frame_data, font_get_frame_data): Extern them.
4261
4262 * frame.h (struct frame): New member font_data_list.
4263
4264 * font.c (font_update_drivers): Call driver->start_for_frame and
4265 driver->end_for_frame at proper timings.
4266 (font_put_frame_data, font_get_frame_data): New functions.
4267 (Ffont_spec): Add usage in the docstring.
4268
4269 * frame.c (make_frame): Initialize f->font_data_list to NULL.
4270 (Fdelete_frame): Call font_update_drivers.
4271
4272 * xftfont.c (struct xftface_info): Delete the member xft_draw.
4c4475a8 4273 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
aca7a3d2
MB
4274 (xftfont_get_xft_draw): New function.
4275 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
4276 (xftfont_end_for_frame): New function.
4277 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
4278
15139d67 4279 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
1f45f627 4280 Change argument. Cache GCs in the per-frame data.
aca7a3d2
MB
4281 (struct ftxfont_frame_data): New struct.
4282 (ftxfont_draw_bitmap): New arg gc_fore and flush.
4283 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15139d67 4284 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
aca7a3d2
MB
4285 (ftxfont_end_for_frame): New function.
4286 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
4287
4288 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
4289
73acf815 42902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4291
4292 * xselect.c (Vselection_coding_system)
4293 (Vnext_selection_coding_system): Delete them.
4294 (syms_of_xselect): Don't declare selection-coding-system and
4295 next-selection-coding-system. They are declared in select.el.
4296
73acf815 42972008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4298
4299 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
4300
4301 * w32fns.c: Include imm.h.
4302 (get_composition_string_fn, get_ime_context_fn): New optional
4303 system functions.
4304 (globals_of_w32fns): Load them from imm32.dll.
4305 (ignore_ime_char): New flag.
4306 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
4307 WM_IME_ENDCOMPOSITION messages.
4308
4309 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
4310 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
4311
73acf815 43122008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4313
4314 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
4315 (READCHAR_REPORT_MULTIBYTE): New macro.
4316 (readchar): New 2nd arg MULTIBYTE.
15139d67
SM
4317 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
4318 Make symbol's name multibyte according to the multibyteness of the
aca7a3d2
MB
4319 source.
4320
73acf815 43212008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4322
4323 * xfaces.c (face_for_overlay_string): Call lookup_face with
4324 correct arguments (fix of synching with the trunk).
4325
73acf815 43262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4327
4c4475a8
GM
4328 * font.c (font_prop_validate_symbol, font_prop_validate_style)
4329 (font_prop_validate_non_neg, font_prop_validate_spacing):
4330 Delete argument prop_index.
15139d67
SM
4331 (font_property_table): Change arguments to validater. Change Callers.
4332 (font_lispy_object): Delete.
aca7a3d2
MB
4333 (font_at): Use font_find_object instead fo font_lispy_object.
4334
73acf815 43352008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
4336
4337 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
4338 and file names.
4339
73acf815 43402008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4341
4342 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
4343 (font_matches_spec): Remove debug output.
4344 (add_font_entity_to_list): Avoid using substituted fonts.
4345
73acf815 43462008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4347
4348 * doc.c (Fsnarf_documentation):
4349 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
4350
73acf815 43512008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 4352
290afd83 4353 * dispextern.h (struct glyph_row): Only define "clip" field if
aca7a3d2
MB
4354 HAVE_WINDOW_SYSTEM is defined.
4355
73acf815 43562008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
4357
4358 Fix up multi-tty merge.
4359
4360 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
4361 and indentation.
4362
4363 * xfaces.c (free_realized_face, clear_face_gcs):
4364 Include font_done_for_face in the input_blocked section, just in case.
4365
4366 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
4367 (get_char_face_and_encoding): Undo last change and remove the *other*
4368 duplicate definition (i.e. keep the one that's better scoped and that
4369 includes code for the font-backend).
4370
4371 * terminal.c (create_terminal): Default keyboard_coding to
4372 `no-conversion' and terminal_coding to `undecided'.
4373
4374 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
4375
4376 * fontset.c (free_realized_fontsets): Check that the table entry does
4377 contain a fontset before trying to compare it to `base'.
4378
4379 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
4380 syms_of_charset, and syms_of_coding earlier because init_window_once
4381 now needs Vcoding_system_hash_table to be setup.
4382
4383 * coding.h (default_buffer_file_coding): Remove.
4384
4385 * coding.c (default_buffer_file_coding): Remove.
4386 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
4387 than ->symbol, and use the terminal-local coding system.
4388 (syms_of_coding): Don't setup the coding-systems that are not
4389 terminal-local.
4390 (Fdefine_coding_system_internal): Use XCAR/XCDR.
4391
4392 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
4393 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
4394
4395 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
4396 in chartab.c and were re-added here by mistake.
4397 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
4398
4399 * doc.c (Fsnarf_documentation):
4400 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
4401 src to etc.
4402
4403 * ChangeLog.10: Add mistakenly removed entry.
4404
73acf815 44052008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
aca7a3d2
MB
4406
4407 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
4408
73acf815 44092008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4410
4411 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
4412 Add extra args to FACE_FOR_CHAR.
4413
73acf815 44142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4415
4416 * keymap.c (where_is_internal_1): If key is a cons, store the copy
4417 in sequence.
4418
4c4475a8
GM
4419 * chartab.c (map_sub_char_table, map_char_table): If the range
4420 contains just one character, call the function with that character
4421 even if the depth is not 3.
aca7a3d2 4422
73acf815 44232008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4424
4425 * w32font.c (w32font_text_extents): Calculate metrics for the
4426 whole string.
4427
73acf815 44282008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4429
4430 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
4431
73acf815 44322008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4433
4434 * w32term.c (x_set_glyph_string_clipping): Use
4435 get_glyph_string_clip_rects.
4c4475a8
GM
4436 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
4437 Adjust for the change of struct glyph_string.
aca7a3d2
MB
4438
4439 * w32font.c (w32font_draw): Do clipping here.
4440
73acf815 44412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4442
1f45f627 4443 * xftfont.c (xftfont_draw): Adjust for the change of struct
aca7a3d2
MB
4444 glyph_string.
4445
4446 * xterm.c (x_set_glyph_string_clipping): Use
4447 get_glyph_string_clip_rects.
4c4475a8
GM
4448 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
4449 Adjust for the change of struct glyph_string.
aca7a3d2
MB
4450
4451 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
4452 the resulting clip(s}.
1f45f627 4453 (expose_overlaps): Add arg r. Change callers. Set it to
aca7a3d2
MB
4454 row->clip temporarily.
4455 (expose_window): Redraw rows overlapping the exposed area.
4456
4457 * dispextern.h (struct glyph_row): New member clip.
4458 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
4459 clip_height, new member clip, and num_clips.
4460
73acf815 44612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4462
4463 * data.c (Fchar_or_string_p): Fix docstring.
4464
73acf815 44652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4466
4467 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
4468 create a temporal XftDraw object.
4469
73acf815 44702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4471
4472 * font.c (Ffontp): Fix docstring.
4473
4474 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
4475 strong evidence of ISO-2022.
4476
73acf815 44772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4478
4479 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
4480 SYNTAX_ENTRY_FOLLOW_PARENT.
4481
73acf815 44822008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
4483
4484 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
4485 its type.
4486 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
4487 Update to the new type of weak_hash_tables and next_weak.
4488
4489 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
4490 a plain C pointer to Lisp_Hash_Table.
4491
4492 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
4493 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
4494 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
4495 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
4496 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
4497 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
4498 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
4499 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
4500 (GC_EQ): Remove since they've been identical to their non-GC_
4501 alter-egos ever since the markbit was eradicated.
4502
290afd83
JB
4503 * alloc.c:
4504 * buffer.c:
4505 * buffer.h:
4506 * data.c:
4507 * fileio.c:
4508 * filelock.c:
4509 * fns.c:
4510 * frame.h:
4511 * lisp.h:
4512 * macterm.c:
4513 * print.c:
4514 * process.c:
4515 * w32fns.c:
4516 * w32menu.c:
4517 * w32term.c:
4518 * xfns.c:
4519 * xmenu.c:
4520 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
aca7a3d2 4521
73acf815 45222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4523
4524 * chartab.c (map_sub_char_table): Make it work for the top-level
4525 char-table. Fix handling of parent char-table.
c5ad7a3d 4526 (map_char_table): Adjust for the above change.
aca7a3d2 4527
73acf815 45282008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4529
4530 * w32font.c (Qgdi): Rename from Qw32.
4531
73acf815 45322008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4533
4534 * w32bdf.c (get_quoted_string): Make function static.
4535
73acf815 45362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4537
4538 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
4539 bigger ascent and descent than those of the font, use them as
4540 font's ascent and descent.
4541
73acf815 45422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4543
4544 * Makefile.in (${lispsource}international/charprop.el): Move this
4545 target within "#ifdef HAVE_UNIDATA" and "#endif".
4546
73acf815 45472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4548
4549 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
4550 (shortlisp): Add ../lisp/language/tai-viet.el.
4551
1f45f627 45522008-02-01 Ulrich Mueller <ulm@gentoo.org>
aca7a3d2
MB
4553
4554 * Makefile.in (${lispsource}international/charprop.el): Depend on
4555 temacs${EXEEXT}.
4556
73acf815 45572008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4558
4559 * w32font.c (w32font_close): Delete the GDI font object.
4560
6f69e89b 4561 * w32menu.c: Include character.h.
aca7a3d2
MB
4562
4563 * w32proc.c: Likewise.
4564
4565 * w32select.c: Likewise.
4566
6f69e89b 4567 * makefile.w32-in (w32proc.o): Depend on character.h.
aca7a3d2 4568
73acf815 45692008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4570
4571 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
4572
4573 * w32menu.c (syms_of_w32menu): Likewise.
4574
4575 * w32proc.c (syms_of_ntproc): Likewise.
4576
4577 * w32select.c (syms_of_w32select): Likewise.
4578
4579 * w32term.c (syms_of_w32term): Likewise.
4580
73acf815 45812008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4582
4583 * w32font.c (w32font_draw): Delete brush after using it.
4584
73acf815 45852008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4586
4587 * w32font.c (w32font_open): Don't set font_idx.
4588 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
4589 to font settings.
4590 (w32font_draw): Fill background explicitly.
4591
73acf815 45922008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4593
4594 * w32term.c (w32_initialize): Don't call w32font_initialize.
4595
4596 * w32font.c (w32font_info): Remove subranges.
4597 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
4598 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
4599 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
4600 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
4601 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
4602 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
4603 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
4604 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
4605 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
4606 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
4607 New symbols.
4608 (font_callback_data): New struct.
4609 (w32font_list, w32font_match): Use it.
4610 (w32font_open): Don't populate subranges.
4611 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
4612 (w32font_encode_char): Always return unicode code-point as-is.
4613 (w32font_text_extents): Supply a tranformation matrix to
1f45f627
GM
4614 GetGlyphOutline. Never look up by glyph index. Avoid looping
4615 twice. Use unicode version of GetTexExtentPoint32 instead of
aca7a3d2 4616 glyph index version.
1f204af3 4617 (set_fonts_frame): Remove.
aca7a3d2 4618 (w32_enumfont_pattern_entity): Add frame parameter, use it to
1f45f627
GM
4619 set frame parameter. Use backward compatible fake foundries.
4620 Save generic family in extra slot under QCfamily. Make width slot
4621 constant. Save QCspacing value. Save list of scripts instead of
aca7a3d2
MB
4622 binary subranges.
4623 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
1f45f627 4624 (add_font_entity_to_list): Use font_callback_data struct. Filter
aca7a3d2
MB
4625 unwanted fonts.
4626 (add_one_font_entity_to_list): Use font_callback_data struct.
1f45f627
GM
4627 (w32_registry): Default to iso10646_1.
4628 (fill_in_logfont): Use dpi from extra slot. Don't bother with
4629 string font registries. Don't fill in font name if it is a generic
4630 family name, fill family instead. Use spacing, family and script
aca7a3d2
MB
4631 extra info to fill pitch, family and charset fields.
4632 (list_all_matching_fonts): Use font_callback_data struct.
4633 (unicode_range_for_char): Remove.
4634 (font_supported_scripts): New function.
4635 (w32font_initialize): Remove.
4636 (syms_of_w32font): Update which symbols are defined.
4637
73acf815 46382008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4639
4640 * font.c (font_pixel_size): Reverse assq_no_quit args.
4641
4642 * w32term.h (FONT_WIDTH): Report max width, not average.
4643 (FONT_MAX_WIDTH): Remove.
4644 (FONT_AVG_WIDTH): New macro.
4645
4646 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
4647 redefinition of FONT_WIDTH.
4648
4649 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
4650 (w32_cache_char_metrics): Use FONT_WIDTH.
4651
4652 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
4653
73acf815 46542008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4655
4656 * w32font.c (w32font_open): Make lfHeight negative.
4657
4658 * w32fns.c (x_default_font_parameter): Use new style font name.
4659 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
4660
73acf815 46612008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4662
4663 * w32font.c (QCsubranges): New symbol.
4664 (w32font_open, w32font_has_char): Get subranges from subproperty
4665 of extra.
4666 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
4667 (syms_of_w32font): Define :subranges symbol.
4668
4669 * font.c (font_put_extra): Expose externally.
4670
1f45f627 4671 * font.h (font_put_extra): Move declaration from font.c.
aca7a3d2
MB
4672
4673 * font.c (Ffont_get): Use font driver to determine otf capability.
4674 (adjust_anchor): Check if driver defines anchor_point before using.
4675
4676 * w32font.c (w32font_open): Handle size, height and pixel_size better.
4677 (w32font_draw): Use options.
4678 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
4679 Fix detection of truetype fonts.
4680 (registry_to_w32_charset): Handle charsets other than iso8859-1
4681 expressed as lisp symbols.
4682 (w32_registry): Express charset as lisp symbol.
4683 (fill_in_logfont): Reverse pixel and point height logic.
1f45f627 4684 Don't set width here. Set quality to default.
aca7a3d2
MB
4685
4686 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
4687 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
4688
4689 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
4690 Remove redundant loop and allocation.
4691
4692 * makefile.w32-in (font.o, w32font.o): New objects.
6f69e89b 4693 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
aca7a3d2
MB
4694 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
4695
4696 * xdisp.c (fill_composite_glyph_string): Make the first arg to
4697 STORE_XCHARB a valid l-value.
4698
4699 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
4700 calculations for non-Truetype fonts.
4701 (x_draw_glyph_string): Sync with xterm.c.
c3f9fba8
JB
4702 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
4703 Remove redundant code.
aca7a3d2
MB
4704 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
4705
4706 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
4707 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
4708
4709 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
4710 (x_to_w32_charset, w32_to_x_charset): Expose externally.
4711
4712 * w32font.c: New file for w32 font backend.
4713
73acf815 47142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4715
4716 * term.c: Don't include "buffer.h" twice.
4717
73acf815 47182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4719
4720 * character.c (Funibyte_string): New function.
4721 (syms_of_character): Defsubr it.
4722
73acf815 47232008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
4724
4725 * w32term.c [USE_FONT_BACKEND]:
c3f9fba8
JB
4726 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
4727 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
4728 (x_draw_glyph_string, x_draw_glyph_string_foreground)
4729 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
aca7a3d2
MB
4730 (x_free_frame_resources): Sync with xterm.c.
4731
73acf815 47322008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
4733
4734 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
4735 char-table size.
4736
73acf815 47372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4738
c3f9fba8 4739 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
aca7a3d2 4740
73acf815 47412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4742
4743 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
4744 font_otf_gpos, add font_drive_otf.
4745
4746 * fontset.c (fontset_find_font): Pay attention to font size
4747 specified for a font.
4748 (reorder_font_vector): Check contents of font_def.
4749
4750 * font.c (struct otf_list): Delete it.
6f69e89b 4751 (otf_list): Make it a lisp variable.
aca7a3d2 4752 (otf_open): Use lispy otf_list.
1f45f627 4753 (generate_otf_features): Rename from parse_gsub_gpos_spec.
aca7a3d2 4754 (check_otf_features): New function.
c3f9fba8
JB
4755 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
4756 New functions.
aca7a3d2
MB
4757 (font_drive_otf): New function merging font_otf_gsub and
4758 font_otf_gpos.
4759 (font_open_for_lface): New arg spec. Change argument order.
1f45f627 4760 (font_load_for_face): Adjust for the change of font_open_for_lface.
aca7a3d2
MB
4761 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
4762 Ffont_otf_gpos.
4763 (syms_of_font): Staticpro otf_list. Delete defsubr of
4764 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
4765
1f45f627 4766 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
4767 font_open_for_lface.
4768
4769 * font.h (font_open_for_lface): Adjust prototype.
4770 (struct font_driver): Delete members otf_gsub and otf_gpos, add
4771 member otf_drive.
4772 (font_otf_gsub, font_otf_gpos): Delete externs.
4773 (font_drive_otf): Extern it.
4774
73acf815 47752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4776
4777 * font.c (font_at): If the window W is not on a window system,
4778 return Qnil.
4779
4c4475a8
GM
4780 * coding.c (produce_chars, encode_coding): Don't call
4781 insert_from_gap if no characters to produce.
aca7a3d2 4782
73acf815 47832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4784
4785 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
4786 Fclear_face_cache.
4787
4788 * xfaces.c (face_for_font): Check also face->font==font->font.font.
4789
73acf815 47902008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4791
4792 * emacs.c (main): Change default value of `enable_font_backend' to 1.
4793 Parse "--disable-font-backend" option.
4794 (standard_args): Add "--disable-font-backend" option.
4795
73acf815 47962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4797
4798 * fontset.c (fontset_find_font): New function.
4799 (fontset_font): Use fontset_find_font.
4800 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
4801 Register the specified font for all Latin characters.
4802 (new_fontset_from_font): Register the specified font for all Latin
4803 characters.
4804 (dump_fontset): For a realized fontset, include the base fontset
4805 name in the returned vector.
4806
73acf815 48072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4808
4809 * character.h (CHAR_STRING): Cast C to unsigned on calling
4810 char_string.
4811
4812 * character.c (char_string): Type of arg C changed to unsigned.
4813 Signal an error if C is an invalid character code.
4814
4c4475a8
GM
4815 * editfns.c (general_insert_function, Fchar_to_string):
4816 Use CHARACTERP, not INTEGERP.
aca7a3d2 4817
73acf815 48182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4819
4820 * character.h (MIN_MULTIBYTE_LEADING_CODE)
4821 (MAX_MULTIBYTE_LEADING_CODE): New macros.
4822
4823 * regex.c (analyse_first): Fix for multibyte characters in "case
4824 charset:" and "case categoryspec:".
4825
73acf815 48262008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
4827
4828 * Makefile.in (LIBES): Move standard libraries to the end.
4829
73acf815 48302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4831
4832 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
4833 nonzero, don't shrink the buffer nextb.
4834
4835 * buffer.h (struct buffer_text): New member inhibit_shrinking.
4836
4837 * coding.c (coding_alloc_by_making_gap): New arg offset.
4838 (alloc_destination): Call coding_alloc_by_making_gap with the arg
4839 offset.
4840 (decode_coding_iso_2022): Update coding->safe_charsets.
4841 (decode_coding_gap): Temporarily set
4842 current_buffer->text->inhibit_shrinking to 1.
4843
73acf815 48442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4845
4846 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
4847 indexing into elements of s->cmp and s->char2b.
4848
73acf815 48492008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
4850
4851 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
4852
73acf815 48532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4854
4855 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
4856 target_multibyte instead of multibyte.
4857 (re_match_2_internal): Call bcmp_translate with target_multibyte.
4858 (bcmp_translate): Change the argument name from multibyte to
4859 target_multibyte.
4860
73acf815 48612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4862
4863 These changes are to compile a regexp into a pattern that can be
4864 used both for multibyte and unibyte targets.
4865
4866 * Makefile.in (search.o): Depend on charset.h.
4867
4868 * character.c (multibyte_char_to_unibyte_safe): New function.
4869
4870 * search.c: Include "charset.h".
4871 (compile_pattern_1): Delete argument multibyte. Don't set
4872 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
4873 (compile_pattern): Don't compare cp->buf.target_multibyte.
4874 Compare cp->buf.charset_unibyte.
4875 (compile_pattern): Set cp->buf.target_multibyte.
4876
4877 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
4878
4879 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
4880
4881 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
1f45f627 4882 multibyte. Change callers.
aca7a3d2 4883 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
1f45f627
GM
4884 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
4885 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
aca7a3d2
MB
4886 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
4887 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
4888 (regex_compile): Make the compiled pattern usable both for
4889 multibyte and unibyte targets.
4890 (analyse_first): Make the fastmap usable both for multibyte and
4891 unibyte targets.
1f45f627 4892 (TRANSLATE_VIA_MULTIBYTE): Delete.
aca7a3d2
MB
4893 (re_match_2_internal): Pay attention to the case that the
4894 multibyteness of bufp and target may be different.
4895
73acf815 48962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4897
4898 * xdisp.c (x_produce_glyphs): When a font is not found, make the
4899 empty box occupy at least one column width.
4900
73acf815 49012008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
4902
4903 * Makefile.in: Remove redundant HAVE_XFT clause.
4904
73acf815 49052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4906
4907 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
4908
73acf815 49092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4910
4911 * fontset.c (Finternal_char_font): Fix for the case of POSITION
4912 being nil.
4913
73acf815 49142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4915
4916 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
4917
73acf815 49182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4919
4920 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
4921
73acf815 49222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4923
4924 * search.c (simple_search): Fix previous change.
4925
73acf815 49262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4927
4928 * xftfont.c (ftfont_font_format): Extern declaration.
4929
4930 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
4931
4932 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
4933 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
4934
4935 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
4936 (ftfont_font_format): Fix previous change.
4937
4938 * font.h (Ffont_xlfd_name): EXFUN it.
4939
4940 * font.c (font_parse_xlfd): Fix the array size of `f'.
4941 (register_font_driver): Use EQ to compare driver->type.
4942
4943 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
4944 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
4945 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
4946
73acf815 49472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 4948
4c4475a8
GM
4949 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
4950 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
aca7a3d2 4951
73acf815 49522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4953
4954 * xfont.c (xfont_open): Set font->format.
4955
4956 * xftfont.c (xftfont_open): Set font->format.
4957
4958 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
4959 (ftfont_list): Include FC_FONTFORMAT in FcObject.
4960 (ftfont_open): Set font->format.
4961 (ftfont_font_format): New function.
4962
4963 * font.h (struct font): New memeber format.
4964
4965 * font.c (Qopentype): New variable.
4966 (syms_of_font): Defsym it.
4967 (Fquery_font): Change the format of the last element of the return
4968 value.
4969
73acf815 49702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4971
4972 * xfns.c (xic_create_xfontset): Try the default fontset name as a
4973 last resort.
4974
73acf815 49752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4976
4977 * coding.c (detect_coding_charset): Fix detection of multi-byte
4978 charset.
4979
73acf815 49802008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
aca7a3d2
MB
4981
4982 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
4983
73acf815 49842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4985
4986 * xdisp.c (get_next_display_element): Set it->face_id for the
4987 first component of a composition.
1f45f627 4988 (x_produce_glyphs): Check if the font is changed or not for composition.
aca7a3d2 4989
73acf815 49902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4991
4992 * fontset.c (Qlatin): New variable.
4993 (syms_of_fontset): Define it as a lisp symbol.
1f45f627 4994 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
aca7a3d2 4995
73acf815 49962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
4997
4998 * font.c (font_unparse_fcname): Pay attention to the case that
4999 some of font property is a null string.
5000
73acf815 50012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5002
5003 * term.c: Include "composite.h".
5004 (encode_terminal_code): Output all components of composition.
5005 Check the size of encode_terminal_src.
424c157f 5006 (produce_glyphs): For composition, call produce_composite_glyph.
aca7a3d2
MB
5007 (append_composite_glyph, produce_composite_glyph): New functions.
5008
5009 * xdisp.c (x_produce_glyphs): In handling composition, if a font
5010 is not found, get font_info from the current ascii face.
5011
73acf815 50122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5013
5014 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
5015 buffer-file-name to Qnil before calling insert_from_buffer.
5016
5017 * font.c (font_unparse_fcname): Pay attention to the case that
5018 foundry is a null string.
5019
73acf815 50202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5021
5022 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
5023
5024 * font.c (Qunicode_sip): New variable.
5025 (syms_of_font): Declare it as a Lisp symbol.
5026
5027 * font.h (Qunicode_sip): Extern it.
5028
73acf815 50292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5030
1f45f627 5031 * composite.c (get_composition_id): Pay attention to TAB component.
aca7a3d2
MB
5032
5033 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
1f45f627 5034 TAB. Adjust for the change of s->char2b which always points to
aca7a3d2
MB
5035 the first elememnt of allocated memory.
5036
1f45f627 5037 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
aca7a3d2
MB
5038
5039 * xdisp.c (handle_composition_prop): Set it->c to the first
5040 non-TAB component.
1f45f627
GM
5041 (fill_composite_glyph_string): Change argument.
5042 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
aca7a3d2
MB
5043 (x_produce_glyphs): Fix handling of left/right padding.
5044
73acf815 50452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5046
5047 * coding.c (detect_coding_system): Fix for handling off
5048 inhibit_iso_escape_detection. Fix for the case that no coding
5049 system is defined for a specific coding category.
5050
73acf815 50512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5052
1f45f627 5053 * font.c (font_matching_entity): Delete unused local var.
aca7a3d2
MB
5054
5055 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
5056 opening a font.
5057
5058 * fileio.c (Finsert_file_contents): On recovering a file, assume
5059 Unix-like eol.
5060 (choose_write_coding_system): On auto-saving a file, force
5061 Unix-like eol.
5062
5063 * coding.c (setup_coding_system): Fix setting of
5064 coding->common_flags based on eol_type.
5065 (coding_inherit_eol_type): If PARENT is not nil, be sure to
5066 inherit from it.
5067
73acf815 50682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5069
1f45f627 5070 * alloc.c (NSTATICS): Increas to 0x600.
aca7a3d2 5071
73acf815 50722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5073
1f45f627 5074 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
aca7a3d2
MB
5075 (ftfont_list): Don't check :name property.
5076 (ftfont_match): New function.
5077 (ftfont_pattern_entity): If the pattern doesn't contain
5078 FC_SPACING, don't assuce FC_MONO.
5079
5080 * font.h (struct font_driver): New member `match'.
1f45f627 5081 (font_update_drivers): Adjust prototype.
aca7a3d2 5082
4c4475a8
GM
5083 * font.c (font_parse_fcname, font_parse_name): Don't change :name
5084 property of FONT.
aca7a3d2
MB
5085 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
5086 them unconditionally.
5087 (font_matching_entity): New function.
5088 (font_open_by_name): Try font_matching_entity if exact match is
5089 not found.
5090 (font_update_drivers): Delete the arg FONT. Return a list of
5091 actually used backends. Don't free faces, font caches here.
5092 Don't store data in frame parameters. Don't call x_set_font.
5093 (Ffont_spec): Store :name property as is.
5094 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
1f45f627
GM
5095 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
5096 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
aca7a3d2
MB
5097 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
5098 Call font->driver->otf_gsub instead of font_otf_gsub.
5099
5100 * frame.c (x_set_font_backend): Do more works that were done in
5101 font_update_drivers before.
5102
5103 * xfont.c (xfont_match): New function.
5104 (xfont_driver): Set xfont_driver.match to xfont_match.
5105 (xfont_draw): Set font in GC if necessary.
5106
5107 * ftxfont.c (ftxfont_match): New function.
5108 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
5109
5110 * xftfont.c (xftfont_match): New function.
5111 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
5112
73acf815 51132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5114
5115 * font.h (struct font): New member scalable.
5116 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
1f45f627 5117 (font_otf_gsub): Adjust prototype.
aca7a3d2 5118
1f45f627
GM
5119 * font.c (font_otf_capability): Fix handling of the default langsys.
5120 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
aca7a3d2
MB
5121 Check the contents of SPEC.
5122 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
5123 (check_gstring): New function.
5124 (REPLACEMENT_CHARACTER): New macro.
5125 (font_otf_gsub): New arg alternate_subst. Be sure to set all
5126 glyph codes of GSTRING.
5127 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
5128 (font_prepare_composition): Set cmp->glyph_len.
5129 (font_open_entity): Set font->scalable.
5130 (Ffont_get): Handle :otf property.
5131 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
5132 functions.
5133 (Fquery_font): Use font->font.full_name.
5134 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
5135 Sfont_otf_alternates.
5136
5137 * ftfont.c (ftfont_open): Set font->font.full_name and
5138 font->font.name properly. Fix calculation of font->font.height
5139 and font->min_width.
5140
5141 * ftxfont.c (ftxfont_create_gcs): New function.
5142 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
5143 (ftxfont_draw_backgrond): Fix filling region.
5144 (ftxfont_default_fid): New function.
5145 (ftxfont_open): Set xfotn->fid to the return value of
5146 ftxfont_default_fid.
5147 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
5148 (ftxfont_done_face): Free only GCs that are created by
5149 ftxfont_create_gcs.
5150 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
5151
5152 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
5153 Clip to src->width, etc (not src->clip_XXX).
5154
5155 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
5156 FontBackend frame parameter.
5157
73acf815 51582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5159
5160 * font.h (struct font_driver_list): New member `on'.
5161 (Fclear_font_cache): EXFUN it.
5162 (font_update_drivers): Extern it.
5163
5164 * font.c (font_unparse_fcname): Fix typo (swidth->width).
5165 (font_list_entities): Check driver_list->on.
5166 (register_font_driver): Initalize `on' member to 0.
5167 (font_update_drivers): New function.
5168 (Fclear_font_cache): Check driver_list->on.
5169
5170 * frame.h (Qfont_backend): Extern it.
5171 (x_set_font_backend): Extern it.
5172
5173 * frame.c (Qfont_backend): New variable.
5174 (frame_parms): New element for font-backend.
5175 (x_set_font_backend): New function.
5176
5177 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
5178 FontBackend frame parameter.
5179 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
5180 x_set_font_backend.
5181
5182 * xfont.c (xfont_list): Don't try listing by :name property if the
5183 name is not for XLFD.
5184
73acf815 51852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5186
5187 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
5188 (LGLYPH_SET_TO): New macros.
5189 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
5190 element of G is vector or not.
5191 (font_at): Extern it.
5192
5193 * font.c: Include window.h.
5194 (font_lispy_object): New function.
5195 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
5196 end of valid glyph.
5197 (font_close_object): Fix getting (struct font *).
5198 (font_at): New function.
5199 (Ffont_get): If FONT is a font-object, get entity from it.
5200 (Ffont_make_gstring): Initialize elements of glyphs with nil.
5201 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
5202 range check.
5203 (Ffont_at): New function.
5204 (syms_of_font): Defsubr Sfont_at.
5205
5206 * xdisp.c (it_props): Move the entry for Qauto_composed to just
424c157f 5207 before the entry for Qcomposition.
1f45f627 5208 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
aca7a3d2
MB
5209 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
5210 the font in gstring.
5211 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
5212 LGLYPH_FORM (g) to detect the end of valid glyph.
5213 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
5214 we are composing with gstring.
5215
5216 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
5217 Check if adjustment is vector or not.
5218
5219 * Makefile.in (font.o): Make it depends on window.h.
5220
73acf815 52212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5222
5223 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
5224 adjustment is vector or not.
5225
73acf815 52262008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5227
5228 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
5229
73acf815 52302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5231
5232 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
5233 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
5234 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
5235
1f45f627 5236 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
aca7a3d2 5237 (DEVICE_DELTA): Fix typo.
4c4475a8
GM
5238 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
5239 LGLYPH format.
aca7a3d2 5240
1f45f627 5241 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
5242 the change of LGLYPH format.
5243
73acf815 52442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5245
5246 * ftfont.c (ftfont_list): Fix typo.
1f45f627 5247 (ftfont_build_basic_charsets): Don't include letters with diacritics.
aca7a3d2 5248
880820fe 52492008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
5250
5251 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
5252
5253 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
5254 xftface_info is non-NULL.
5255
880820fe 52562008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2 5257
1f45f627 5258 * ftfont.c (ftfont_list): Move misplaced #endif.
aca7a3d2 5259
73acf815 52602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5261
5262 * ftfont.c (ftfont_list): Pay attention to the case that
5263 FC_CAPABILITY is not defined.
5264
73acf815 52652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5266
5267 * xftfont.c (xftfont_open): Set charset related members to -1.
5268
1f45f627
GM
5269 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
5270 QCname.
aca7a3d2
MB
5271 (ftfont_open): Set charset related members to -1.
5272
5273 * fontset.c (Votf_script_alist): New variable.
5274 (syms_of_fontset): Initialize it.
5275 (fontset_font): Delete unused variable.
5276
5277 * fontset.h (Votf_script_alist): Extern it.
5278
1f45f627 5279 * font.c (font_find_for_lface): Optimize code.
aca7a3d2
MB
5280
5281 * font.h (font_close_object, font_merge_old_spec): Extern them.
5282
73acf815 52832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5284
5285 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
5286 (syms_of_font): Initialize them.
5287 (font_pixel_size): Allow float value in dpi.
1f45f627
GM
5288 (font_prop_validate_type): Delete.
5289 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
5290 Change caller.
5291 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
5292 (font_prop_validate_extra): Delete.
aca7a3d2
MB
5293 (font_prop_validate_spacing): New function.
5294 (font_property_table): Add elements for all known properties.
1f45f627
GM
5295 (get_font_prop_index): Rename from check_font_prop_name. New
5296 argument FROM. Change caller.
aca7a3d2 5297 (font_prop_validate): Validate all known properties.
1f45f627 5298 (font_put_extra): Delete argument force. Change caller.
aca7a3d2
MB
5299 (font_expand_wildcards): Make it static. Fix the way of shrinking
5300 the possible range.
1f45f627 5301 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
aca7a3d2 5302 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
1f45f627 5303 Change caller.
aca7a3d2 5304 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
1f45f627
GM
5305 (font_parse_fcname): Delete argument merge. Fix parsing of point
5306 size. Don't validate properties values here. Change caller.
5307 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
aca7a3d2
MB
5308 (font_open_by_name): Delete unused variable.
5309 (Ffont_spec): Likewise. Validate property values.
5310 (Ffont_match_p): New function.
5311
5312 * font.h (QCscalable): Extern it.
1f45f627 5313 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
aca7a3d2 5314
1f45f627 5315 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
aca7a3d2 5316
1f45f627 5317 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
aca7a3d2
MB
5318 (xfont_list_pattern): New function.
5319 (xfont_list): Use xfont_list_pattern.
5320
73acf815 53212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5322
5323 * font.h (Flist_fonts): EXFUN it.
5324
73acf815 53252008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5326
5327 * w32term.c (w32_initialize): Add back smoothing_type and
5328 smoothing_enabled definitions.
5329
73acf815 53302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5331
5332 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
5333 s->face->font on determining underline position.
5334
73acf815 53352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5336
5337 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
5338 (font_has_char): Accept font-object too.
5339 (font_find_for_lface): Try at first with a size specified in face.
5340
73acf815 53412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5342
5343 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
5344 font_open_by_name.
5345
73acf815 53462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5347
5348 * font.h (QCspacing, QCdpi): Extern them.
5349 (enum font_spacing): New enum.
5350 (FONT_PIXEL_SIZE_QUANTUM): New macro.
5351
5352 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
5353 (QCspacing, QCdpi): New variables.
5354 (syms_of_font): Initialize them.
5355 (font_pixel_size): New function.
5356 (font_put_extra): New function.
5357 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
5358 in FONT_EXTRA.
e9184ccb
JB
5359 (font_parse_fcname): Handle enumenrated values (e.g. bold).
5360 Fix handling font size. Add QCname property that contains only
aca7a3d2 5361 unknown properties.
1f45f627 5362 (font_score): Change argument. Change caller. Pay attention to
aca7a3d2 5363 FONT_PIXEL_SIZE_QUANTUM.
4c4475a8
GM
5364 (font_sort_entites, font_list_entities, font_find_for_lface)
5365 (font_open_for_lface, font_open_by_name): Fix handling of font size.
1f45f627 5366 (Ffont_spec): Add QCname property that contains only unknown properties.
aca7a3d2
MB
5367
5368 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
5369 include weight in listing pattern, instead check weight of each
5370 listed font. Don't include scalable in pattern. Pay attention to
5371 FONT_PIXEL_SIZE_QUANTUM.
5372
73acf815 53732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5374
aca7a3d2 5375 * font.c (font_parse_fcname): Fix parsing of point-size.
1f45f627 5376 (font_unparse_fcname): Produce symbolic names for style properties.
aca7a3d2
MB
5377 (font_list_entities): Handle float size correctly.
5378 (font_open_by_name): Prefer `normal' property values if the name
5379 doesn't specify them.
5380
5381 * fontset.c (Finternal_char_font): Use font_get_name, not
5382 Ffont_xlfd_name.
5383
5384 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
5385 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
5386 pattern. Don't force scalable.
5387
5388 * xftfont.c (xftfont_open): For generating a name, start from
5389 96-byte buffer.
5390
880820fe 53912008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
5392
5393 * frame.h (x_new_fontset2): Fix prototype.
5394
73acf815 53952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5396
1f45f627 5397 * font.h (struct font_driver): Delete member parse_name.
aca7a3d2
MB
5398 (font_match_p, font_get_spec, font_parse_fcname)
5399 (font_unparse_fcname): Extern them.
1f45f627 5400 (font_get_name): Adjust prototype.
aca7a3d2
MB
5401
5402 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
5403 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
5404 (font_expand_wildcards): Fix handling ENCODING field. Avoid
5405 unnecessary checks for weight, slant, and swidth.
5406 (font_parse_fcname): New function.
5407 (font_unparse_fcname): New function.
5408 (font_parse_name): New function.
5409 (font_match_p): New function.
1f45f627 5410 (font_get_name): Change return value to Lisp string.
aca7a3d2
MB
5411 (font_get_spec): New function.
5412 (Qunspecified, Qignore_defface): Don't extern them.
5413 (font_find_for_lface): Assume that LFACE is fully specified.
5414 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
5415 object, use it for FACE.
5416 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
5417 driver->parse_name.
5418 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
5419
1f45f627
GM
5420 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
5421 prototype.
aca7a3d2 5422
1f45f627
GM
5423 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
5424 argument F. Don't call Fnew_fontset. Instead, directly call
aca7a3d2
MB
5425 make_fontset.
5426
1f45f627 5427 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
aca7a3d2 5428
1f45f627 5429 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
aca7a3d2
MB
5430 of x_new_fontset2.
5431
5432 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
5433 (Qsans__serif): New variables.
5434 (ftfont_generic_family_list): New variable.
5435 (syms_of_ftfont): Initialize the above variables.
1f45f627 5436 (ftfont_pattern_entity): Delete argument NAME.
aca7a3d2
MB
5437 (ftfont_list_generic_family): New function.
5438 (ftfont_parse_name): Delete this function.
1f45f627 5439 (ftfont_list): Try generic family only when FcFontList found no font.
aca7a3d2
MB
5440 (ftfont_list_family): Fix args to FcObjectSetBuild.
5441
5442 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
5443 object in attrs[LFACE_FONT_INDEX].
5444 (set_lface_from_font_name): Cancel all changes for font-backend.
5445 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
5446 function.
5447 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
5448 font object in QCfont attribute.
5449 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
5450 (realize_default_face) [USE_FONT_BACKEND]: Call
5451 set_lface_from_font_and_fontset.
5452
5453 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
5454 "fixed", and signal error here if no suitable font was found.
5455
5456 * xfont.c (xfont_parse_name): Delete this function.
5457
5458 * xftfont.c (xftfont_open): Change coding style of error
5459 handling. Generate fontconfig's fontname pattern.
5460
5461 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
5462 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
5463
5464 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
5465 Both args FONTSET and FONT_OBJECT must be existing ones.
5466
73acf815 54672008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5468
5469 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
5470
73acf815 54712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5472
5473 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
5474
5475 * font.h (struct font): Fix typo.
5476
5477 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
5478 XLFD_XXX_INDEX.
5479 (enum xlfd_field_mask): New enum.
1f45f627 5480 (intern_font_field): Changed argument. Change caller. If digits
aca7a3d2
MB
5481 are followed by non-digits, return a symbol.
5482 (font_expand_wildcards): New function.
5483 (font_parse_xlfd): Fix wildcard handling.
5484 (Ffont_spec): If :name is specified, reflect the info in the other
5485 properties.
5486
5487 * ftfont.c (ftfont_pattern_entity): Fix typo.
5488 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
5489 locale.
5490
73acf815 54912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5492
5493 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
5494
1f45f627 5495 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
aca7a3d2
MB
5496 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
5497 registry doesn't specify encoding part.
5498 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
5499 (font_open_by_name): At first try parsing the name.
5500 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
5501 as Lisp symbols.
5502
5503 * fontset.c (reorder_font_vector): Pay attention to the case that
5504 the 3rd element of font_def is nil.
5505 (fontset_font): For the default fontset, append one more fontset
5506 elements for a script-based font specification. Don't add script
5507 attribute on finding a font.
5508 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
5509 font name.
5510 (fontset_ascii_font): If a font can't be opened, return nil.
5511
1f45f627 5512 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
aca7a3d2
MB
5513 (ftfont_pattern_entity): New function.
5514 (ftfont_get_cache): Assume that freetype_font_cache is already
5515 initialized.
5516 (ftfont_list): Handle the case that a file is specified in font
5517 name. Use ftfont_pattern_entity to generate entities.
5518 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
5519 (syms_of_ftfont): Initialize freetype_font_cache.
5520
5521 * xftfont.c (xftfont_open): Make the font name fontconfig's
5522 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
5523 (xftfont_close): Free font->font.name if not NULL.
5524
5525 * xfont.c (xfont_list): If script is specified for a font, return
5526 null_vector.
5527 (xfont_list_family): Declare argument type.
5528
5529 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
5530 name, set LFACE_FONT (lface) to nil.
5531
5532 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
5533 return Qnil.
5534
73acf815 55352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5536
1f45f627 5537 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
aca7a3d2
MB
5538 (standard_args): Add "-enable-font-backend".
5539
73acf815 55402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5541
5542 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
5543 (struct xftdraw_list, xftdraw_list): Delete them.
5544 (register_xftdraw, check_xftdraw): Delete them.
5545 (xftfont_prepare_face): Don't call register_xftdraw.
5546 (xftfont_done_face): Don't call check_xftdraw.
5547 (xftfont_draw): Get backroudn color only when with_background is
5548 nonzero.
5549
5550 * xfont.c (xfont_encode_char): Fix calculation of char2b.
5551
73acf815 55522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5553
5554 These changes are for the new font handling codes.
5555
5556 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
5557 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
5558 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
5559 (FONTSRC, FONTOBJ): New variables.
5560 (obj): Add $(FONTOBJ).
5561 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
5562 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
5563 @LIBOTF_LIBS@.
5564 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
1f45f627 5565 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
aca7a3d2 5566
1f45f627 5567 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
aca7a3d2
MB
5568
5569 * character.h (Vscript_representative_chars): Extern it.
5570
5571 * character.c (Vscript_representative_chars): New variable.
5572 (syms_of_character): Declare it as a Lisp variable.
5573
5574 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
5575 enable_font_backend is nonzero, accept the composition method
5576 COMPOSITION_WITH_GLYPH_STRING.
5577
5578 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
5579 enumeration COMPOSITION_WITH_GLYPH_STRING.
5580
aca7a3d2
MB
5581 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
5582 members clip_x, clip_y, clip_width, and clip_height.
5583 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
5584
5585 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
5586 --enable-font-backend. Call syms_of_font.
5587
5588 * fns.c (assoc_no_quit): New function.
5589
5590 * fontset.h (FONT_INFO_FROM_FACE): New macro.
5591 (face_for_font, new_fontset_from_font)
5592 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
5593
5594 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
5595 (fontset_font, fontset_ascii, face_for_char)
5596 (make_fontset_for_ascii_face, Ffont_info)
5597 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
5598 is nonzero, use font-backend mechanism.
5599 (find_font_encoding): Make it non-static.
5600 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
5601 New functions.
5602
5603 * frame.h (struct frame): New members resx and resy.
5604 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
5605 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
5606
5607 * frame.c [USE_FONT_BACKEND]: Include "font.h".
1f45f627 5608 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
aca7a3d2
MB
5609
5610 * lisp.h (assoc_no_quit): Extern it.
5611
5612 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
5613 Through out the file, use FONT_INFO_FROM_FACE instead of
5614 FONT_INFO_FROM_ID, use get_per_char_metric instead of
5615 rif->per_char_metric.
5616 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
5617 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
5618 (get_glyph_face_and_encoding, fill_composite_glyph_string)
5619 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
5620 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
5621 nonzero, use font-backend mechanism.
5622 (get_per_char_metric): New function.
5623
5624 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
5625 (set_lface_from_font_name)
5626 (set_font_frame_param, free_realized_face)
5627 (prepare_face_for_display, clear_face_gcs)
5628 (Finternal_set_font_selection_order, realize_x_face)
5629 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
5630 font-backend mechanism.
1f45f627 5631 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
aca7a3d2
MB
5632 (load_face_font) [USE_FONT_BACKEND]: Abort.
5633 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
1f45f627 5634 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
aca7a3d2
MB
5635
5636 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
5637 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
5638 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
5639 nonzero, register all available font drivers. Call
5640 x_default_font_parameter for deciding a font.
5641 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
5642
5643 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
5644 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
5645 (x_set_glyph_string_clipping_exactly)
5646 (x_compute_glyph_string_overhangs)
5647 (x_draw_glyph_string_foreground)
5648 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
5649 (x_free_frame_resources) [USE_FONT_BACKEND]: If
5650 enable_font_backend is nonzero, use font-backend mechanism.
5651 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
5652
73acf815 56532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5654
fcb314b2 5655 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
aca7a3d2
MB
5656 system_eol_type.
5657 (syms_of_coding): Initialize system_eol_type.
5658
fcb314b2
GM
5659 * process.c (Fset_process_coding_system): Inherit system's eol
5660 format if necessary.
aca7a3d2 5661
73acf815 56622008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5663
5664 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
5665
73acf815 56662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5667
5668 * coding.c (decode_eol): Pay attention to buffer relocation in
5669 del_range_2.
5670 (decode_coding): Call decode_eol before restoring undo_list.
5671
73acf815 56722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5673
5674 * charset.c (Fdefine_charset_internal): Fix setting of
5675 emacs_mule_bytes.
5676
73acf815 56772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5678
5679 * keyboard.c (read_char): Check if C is a character or not before
5680 looking up Vkeyboard_translate_table.
5681
73acf815 56822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5683
5684 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
5685 condition to terminate the loop.
5686
73acf815 56872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5688
5689 * coding.c (produce_composition): Compare charbuf[i] instead of
5690 args[i] against 0.
5691 (Fterminal_coding_system): Use EQ to compare Lisp objects.
5692
73acf815 56932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5694
5695 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
5696 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
5697 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
5698 detect_coding.
5699 (emacs_mule_char): Handle old style (Emacs 20) component character
5700 of a composition.
4c4475a8
GM
5701 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
5702 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
5703 composition rule.
aca7a3d2
MB
5704 (decode_coding_emacs_mule): Handle invalid bytes correctly.
5705
73acf815 57062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5707
5708 * coding.c (encode_coding_ccl): Allocate destination dynamically
5709 when necessary.
5710
73acf815 57112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5712
5713 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
5714 the loop. When quitted, show a proper error message.
5715
73acf815 57162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5717
aca7a3d2
MB
5718 * xterm.c (x_set_glyph_string_clipping_exactly): Set
5719 src->clip_head and src->clip_tail temporarily instead of src->hl.
5720
5721 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
5722 character sequence.
5723 (Fccl_execute_on_string): Use ASET, not XSET.
5724
73acf815 57252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5726
1f45f627 5727 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
aca7a3d2 5728
73acf815 57292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5730
5731 * coding.c (decode_coding): Fix the condition of terminating the
5732 decoding loop.
5733
73acf815 57342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5735
5736 * data.c (Faset): On setting a character bigger than 255 in a
1f45f627 5737 unibyte string, signal an error instead of make the string multibyte.
aca7a3d2 5738
73acf815 57392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5740
5741 * charset.c (map_charset_chars): Fix for ascii-compatible charset
5742 made by a mapping table.
5743
73acf815 57442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5745
5746 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
5747 not.
5748 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
5749 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
5750
5751 * xterm.c (x_draw_composite_glyph_string_foreground): Check
5752 s->face is NULL or not.
5753
73acf815 57542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5755
5756 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
5757 (x_draw_glyph_string): Fix drawing of right_overhang and
5758 left_overhang around/on cursor.
5759
1f45f627 5760 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
aca7a3d2 5761
73acf815 57622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5763
5764 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
5765
73acf815 57662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5767
4c4475a8
GM
5768 * coding.c (Fdefine_coding_system_internal)
5769 (Fdefine_coding_system_alias): Avoid a duplicated element in
5770 Vcoding_system_alist.
aca7a3d2 5771
73acf815 57722008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5773
5774 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
5775
fcb314b2 5776 * coding.c (Qcoding_system_define_form): New variable.
aca7a3d2
MB
5777 (syms_of_coding): Intern and staticpro it.
5778 (Fcoding_system_p): Check Qcoding_system_define_form.
1f45f627 5779 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
aca7a3d2
MB
5780
5781 * coding.h (CODING_SYSTEM_P): If ID is not available, call
5782 Fcoding_system_p.
5783 (CHECK_CODING_SYSTEM): If ID is not available, call
5784 Fcheck_coding_system.
4c4475a8
GM
5785 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
5786 Try also Fcheck_coding_system.
aca7a3d2 5787
73acf815 57882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5789
aca7a3d2
MB
5790 * coding.c (code_conversion_restore): GCPRO arg.
5791
73acf815 57922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5793
5794 * character.c (lisp_string_width): Check multibyteness of STRING.
5795
73acf815 57962008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5797
5798 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
5799 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
5800 (decode_mac_font_name): Use decode_coding_c_string instead of
5801 decode_coding.
5802 (x_load_font): Initialize fontp->fontset to -1. Set
5803 fontp->encoding_type.
5804
73acf815 58052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5806
5807 * search.c (search_buffer): Give up BM search on case-fold-search
5808 if one of a target character has a case-equivalence of different
5809 byte length even if that target charcter is an ASCII.
1f45f627
GM
5810 (simple_search): Fix calculation of byte length of matched text.
5811 (boyer_moore): Fix handling of case-equivalent multibyte characters.
aca7a3d2 5812
73acf815 58132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5814
5815 * coding.c (decode_coding): Fix handling of invalid bytes.
5816
73acf815 58172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5818
5819 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
5820 Unicode characters.
5821
73acf815 58222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5823
5824 * coding.c (encode_coding_object): If a pre-write-conversion
5825 function makes a new buffer, kill it.
5826
73acf815 58272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5828
5829 * coding.c (QCascii_compatible_p): New variable.
5830 (syms_of_coding): Initialize it.
4c4475a8
GM
5831 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
5832 calling string_char.
aca7a3d2
MB
5833 (record_conversion_result): Add `default:' case.
5834 (coding_charset_list): Delete unused variable `coding_type'.
5835 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
5836 property in the plist of the coding system.
5837 (Fcoding_system_put): Check QCascii_compatible_p.
5838
73acf815 58392008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
5840
5841 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
5842 removed calculation of frame `f', as it's now used.
5843
73acf815 58442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5845
1f45f627 5846 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
aca7a3d2
MB
5847 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
5848 (UNIDATA): New variable.
5849 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
5850 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
5851 $(RUN_TEMACS) unconditionally.
5852
73acf815 58532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5854
1f45f627 5855 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
aca7a3d2
MB
5856 (admindir): New variable.
5857 ($(lispsource)international/charprop.el): New target.
5858
73acf815 58592008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 5860
1f45f627 5861 * character.c (chars-in-region): Remove obsolete function.
aca7a3d2
MB
5862 (syms_of_character): Remove its initialization.
5863
73acf815 58642008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
aca7a3d2
MB
5865
5866 * w32select.c (validate_coding_system)
5867 (setup_windows_coding_system): New functions.
5868 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
5869 setup_windows_coding_system.
5870 (setup_config, Fw32_get_clipboard_data): Use
5871 validate_coding_system.
5872 (Fx_selection_exists): Move call to setup_config to a place
1f45f627 5873 where signals are allowed.
aca7a3d2
MB
5874
5875 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
5876 (Fcheck_coding_system): Add declarations.
5877
73acf815 58782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5879
1f45f627 5880 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
aca7a3d2 5881
73acf815 58822008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5883
5884 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
5885 string as the second argument for x_new_fontset.
5886
73acf815 58872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5888
5889 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
5890 (encode_coding_object): Use safe_call instead of call2.
5891
73acf815 58922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5893
1f45f627 5894 * fontset.c (Fset_fontset_font): Check family element of a given vector.
aca7a3d2
MB
5895
5896 * Makefile.in (lisp): Include charprop.el.
5897
73acf815 58982008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
5899
5900 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
5901 Not sure if it's unnecessary.
5902
73acf815 59032008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
5904
5905 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
5906 some possibly unnecessary fontset checking code that crashed
1f45f627 5907 when creating a new frame.
aca7a3d2 5908
73acf815 59092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5910
5911 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
5912 lookup_face.
5913
5914 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
5915
1f45f627 5916 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
aca7a3d2 5917
73acf815 59182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5919
73acf815 5920 * coding.c: Cancel the change done in HEAD on 2008-02-01.
aca7a3d2
MB
5921 (coding_charset_list): New function.
5922
5923 * coding.h (coding_charset_list): Extern it.
5924
73acf815 59252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5926
5927 * fontset.c (Fset_fontset_font): Call find_font_encoding with
5928 concatenation of family and registry.
5929
73acf815 59302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5931
5932 * character.h (BYTE8_STRING): Fix typo.
5933
5934 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
5935 string to multibyte (sync to HEAD).
5936
5937 * casefiddle.c (casify_region): Handle changes in byte-length
5938 using replace_range_2 (sync to HEAD).
5939
73acf815 59402008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
5941
5942 * chartab.c (map_char_table): GCPRO table and arg.
5943
73acf815 59442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5945
5946 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
5947 already at limit.
5948
73acf815 59492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5950
5951 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
5952 instead of fast_c_string_match_ignore_case.
1f45f627 5953 (find_font_encoding): Change argument to Lisp_Object. Use
aca7a3d2 5954 fast_string_match_ignore_case instead of
1f45f627 5955 fast_c_string_match_ignore_case. Change caller.
aca7a3d2 5956
73acf815 59572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5958
5959 * xdisp.c (get_next_display_element): In unibyte case, decide to
5960 display in octal form by checking a chacter by
5961 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
5962
1f45f627 5963 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
aca7a3d2
MB
5964
5965 * character.c (unibyte_has_multibyte_table): New variable.
5966
5967 * character.h (unibyte_has_multibyte_table): Extern it.
5968 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
5969
73acf815 59702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5971
5972 * coding.c (encode_coding_iso_2022): Fix handling of charset
5973 annotation.
5974
73acf815 59752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5976
5977 * coding.c (setup_coding_system): If coding_system is nil, use
5978 Qundecided.
5979 (Fterminal_coding_system): Return nil if terminal coding system is
5980 `undecided'.
5981 (syms_of_coding): Define coding-system `undecided' here. Setup
5982 terminal_coding as `undecided'.
5983
73acf815 59842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5985
5986 * xdisp.c (message_dolog, set_message_1): Call
5987 unibyte_char_to_multibyte with arg type int.
5988
aca7a3d2
MB
5989 * lread.c (read1): Fix reading of a char-table.
5990
5991 * print.c (print_object): Include sub char-table in cicularities
5992 detection.
5993
73acf815 59942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5995
5996 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
1f45f627 5997 cons. Append the found sequences in car of ARGS instead of prepending.
aca7a3d2 5998
73acf815 59992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6000
6001 * fileio.c (report_file_error): Make a unibyte string from
6002 strerror (errorno).
6003 (Fsubstitute_in_file_name): Fix the arg to
6004 unibyte_char_to_multibyte. It is evaluated twice.
6005
73acf815 60062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6007
6008 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
6009
73acf815 60102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6011
6012 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
6013 BOM is not found.
4c4475a8
GM
6014 (detect_coding, detect_coding_system): Optimization for ISO-2022
6015 when no 8-bit data is found.
aca7a3d2 6016
73acf815 60172008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6018
6019 * w32fns.c (x_to_w32_font): Update to use new coding struct.
6020
73acf815 60212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6022
4c4475a8
GM
6023 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
6024 CHARS.
aca7a3d2 6025
73acf815 60262008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
6027
6028 * macterm.c (mac_encode_char): Add charset argument and update
6029 to use encoding_type.
2a2e8de7 6030 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
1f45f627
GM
6031 switch to pure fontset.
6032 (decode_mac_font_name): Temporarily remove decoding.
6033 (x_font_name_to_mac_font_name): Temporarily remove encoding.
6034 (x_load_font): Temporarily remove encoding.
aca7a3d2 6035
73acf815 60362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6037
6038 * xfaces.c (Fface_font): If frame is not on a window system,
6039 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
6040 refer to face->font.
6041 (split_font_name_into_vector, build_font_name_from_vector)
6042 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
6043 whne HAVE_WINDOW_SYSTEM is defined.
6044
73acf815 60452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6046
6047 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
6048 (x_produce_glyphs): Fix setting of members of cmp in case
1f45f627 6049 cmp->glyph_len is zero.
aca7a3d2 6050
1f45f627 6051 * fontset.c (Fset_fontset_font): Fix docstring.
aca7a3d2
MB
6052 (Ffontset_info): Make it backward compatible. New arg ALL.
6053
73acf815 60542008-02-01 Kim F. Storm <storm@cua.dk>
aca7a3d2
MB
6055
6056 * process.c (read_process_output): Grow decoding_buf when needed;
6057 this could cause a crash in allocate_string and compact_small_strings.
6058
73acf815 60592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6060
1f45f627 6061 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
aca7a3d2 6062
73acf815 60632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6064
6065 * coding.c (setup_coding_system): Set coding->common_flags
6066 correctly for raw-text.
6067 (consume_chars): On encoding unibyte text by raw-text, don't check
6068 multibyte form.
1f45f627 6069 (encode_coding): On encoding by raw-text, never use translation tables.
aca7a3d2
MB
6070
6071 * fileio.c (e_write): Short cut for the case of no encoding.
6072
73acf815 60732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6074
4c4475a8
GM
6075 * coding.c (detect_coding, detect_coding_system): Delete unused
6076 variables.
aca7a3d2 6077
73acf815 60782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6079
6080 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
6081 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
6082
73acf815 60832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6084
6085 * coding.c (Ffind_coding_systems_region_internal): Include
6086 raw-text and no-conversion in the result.
6087
73acf815 60882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6089
1f45f627 6090 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
aca7a3d2
MB
6091 (load_font_get_repertory): Delete unnecessary check of ENCODING of
6092 FONT_DEF.
6093 (font_def_arg, add_arg, from_arg, to_arg): New args.
1f45f627 6094 (set_fontset_font): Change argument.
aca7a3d2
MB
6095 (Fset_fontset_font): Fix for the case that TARGET is a script
6096 name and charset name.
6097 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
6098
73acf815 60992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6100
1f45f627
GM
6101 * fontset.c (fontset_font): Rename from fontset_face. Change return
6102 value.
4c4475a8
GM
6103 (face_suitable_for_char_p, face_for_char): Adjust for the change
6104 of fontset_font.
aca7a3d2
MB
6105 (make_fontset_for_ascii_face): Fix setting of the fontset element
6106 for ASCII.
6107 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
6108 to get a font name.
1f45f627 6109 (Ffontset_info): Adjust for the change of fontset_font.
aca7a3d2 6110
fcb314b2 6111 * coding.c (emacs_mule_char): Check invalid code more regidly.
aca7a3d2
MB
6112
6113 * character.h (LEADING_CODE_LATIN_1_MIN)
6114 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
6115
73acf815 61162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6117
fcb314b2 6118 * editfns.c (check_translation): New function.
aca7a3d2
MB
6119 (Ftranslate_region_internal): Handle M:N mapping.
6120
73acf815 61212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6122
6123 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
6124
73acf815 61252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6126
6127 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
6128 goto invalid_code.
6129 (decode_coding_iso_2022): Fix handling of invalid designation.
6130
6131 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
6132 after calling code_conversion_save.
6133
73acf815 61342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6135
6136 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
6137
6138 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
6139
6140 * fontset.c: Include "intervals.h".
6141 (fontset_face): Fix comparing of Lisp_Objects.
4c4475a8
GM
6142 (free_face_fontset, new_fontset_from_font_name): Fix
6143 Lisp_Object/int mixup.
aca7a3d2
MB
6144
6145 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
6146
6147 * coding.c: Add many prototypes for static functions.
6148 (get_translation_table): Allow max_lookup to be NULL.
2a2e8de7 6149 (decode_coding, Ffind_coding_systems_region_internal)
4c4475a8
GM
6150 (Funencodable_char_position, Fcheck_coding_systems_region): Call
6151 get_translation_table with max_lookup NULL.
aca7a3d2 6152
73acf815 61532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6154
6155 * coding.c (get_translation_table): Declare it as Lisp_Object.
6156 (LOOKUP_TRANSLATION_TABLE): New macro.
4c4475a8
GM
6157 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
6158 instead of CHAR_TABLE_REF.
aca7a3d2 6159
73acf815 61602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6161
1f45f627 6162 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
aca7a3d2
MB
6163 annotation data format.
6164 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
1f45f627 6165 Change arguments FROM and TO to single argument NCHARS. Change caller.
4c4475a8 6166 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
aca7a3d2 6167 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4c4475a8
GM
6168 (decode_coding_ccl, decode_coding_charset): Pay attention to
6169 coding->charbuf_used.
aca7a3d2
MB
6170 (get_translation): New function.
6171 (produce_chars): New arguments translation_table and last_block.
6172 Translate characters here. Return number of carryover chars.
1f45f627
GM
6173 Change caller.
6174 (produce_composition): New argument pos. Change caller.
6175 Adjust for the change of annotation data format.
aca7a3d2
MB
6176 (produce_charset, produce_annotation): Likewise.
6177 (decode_coding, encode_coding): Don't call translate_chars.
1f45f627
GM
6178 (consume_chars): New arg translation_table. Change caller.
6179 (translate_chars): Delete.
6180 (syms_of_coding): Make translation-table's number of extra slots 2.
aca7a3d2 6181
73acf815 61822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6183
6184 * search.c (simple_search): Fix setting this_pos_byte in backward
6185 search.
6186
6187 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
6188 byte sequence.
6189 (detect_coding_ccl): Fix setting of the variable valids.
6190
73acf815 61912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6192
6193 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
6194
6195 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
6196
1f45f627 6197 * editfns.c (Ftranslate_region_internal): Rename from
aca7a3d2
MB
6198 Ftranslate_region. Accept a char-table in TABLE.
6199 (syms_of_editfns): Defsubr Stranslate_region_internal.
6200
6201 * xfaces.c (set_lface_from_font_name): If a font is specified for
6202 a frame, generate a fontset from the font.
6203 (build_scalable_font_name): If the scalable font is requested for
6204 a specific size, don't change that size.
6205 (try_font_list): Try a scalable font also in the case that a
1f45f627 6206 pattern string is specified.
aca7a3d2 6207
73acf815 62082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6209
6210 * xfaces.c (Fface_font): New optional arg CHARACTER.
6211
73acf815 62122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6213
6214 * charset.h (CHARSET_OFFSET): New macro.
6215
73acf815 62162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6217
6218 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
6219
6220 * fontset.c (fontset_face): Handle the case that repertory is a
6221 char-table.
6222 (find_font_encoding): Return nil for unknown encoding.
6223 (Fset_fontset_font): Ignore a font of unknown encoding.
6224
73acf815 62252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6226
1f45f627 6227 * keymap.c (describe_vector): Handle default value of a char table.
aca7a3d2
MB
6228
6229 * fontset.c (fontset_face): Handle fallback fonts correctly.
6230 (Ffontset_info): Return infomation about fallback fonts.
6231
73acf815 62322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6233
6234 * fontset.c (FONTSET_DEFAULT): New macro.
4c4475a8 6235 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
aca7a3d2
MB
6236 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
6237 the case that it is nil.
6238 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
1f45f627 6239 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
aca7a3d2
MB
6240
6241 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
6242 subset or superset.
6243
73acf815 62442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6245
6246 * emacs.c (main): Call init_charset after syms_of_XXX.
6247
1f45f627 6248 * charset.c (Vcharset_map_directory): Delete.
1f204af3 6249 (Vcharset_map_path): New variable.
aca7a3d2
MB
6250 (load_charset_map_from_file): Use Vcharset_map_path instead.
6251 (init_charset): Initialize Vcharset_map_path.
6252 (syms_of_charset): Delete declaration of "charset-map-directory",
6253 add declaration of "charset-map-path".
6254
73acf815 62552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6256
4c4475a8
GM
6257 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
6258 ASCII only string.
aca7a3d2
MB
6259
6260 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
6261
6262 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
6f69e89b 6263 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
aca7a3d2 6264
73acf815 62652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6266
6267 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
6268
6269 * coding.c (QCmnemonic, QCdefalut_char)
6270 (QCdecode_translation_table, QCencode_translation_table)
6271 (QCpost_read_conversion, QCpre_write_conversion): New variables.
6272 (get_translation_table): Return a list of translation tables if
6273 necessary.
6274 (decode_coding): Call get_translation_table with ENCODEP 0.
6275 (char_encodable_p): If translation_table is non-nil, always call
6276 translate_char.
6277 (Fdefine_coding_system_internal): Accept list of translation
6278 tables as :encode-translation-table and :decode-translation-table.
6279 (Fcoding_system_put): New function.
6280 (syms_of_coding): Declare new symbols. Defsubr
6281 Scoding_system_put.
4c4475a8
GM
6282 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
6283 typically JISX0212.
aca7a3d2
MB
6284
6285 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
6286 when the charset is superset type.
6287
6288 * character.c (translate_char): Accept list of translation tables.
6289
73acf815 62902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6291
1f45f627 6292 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
aca7a3d2
MB
6293 (CODING_ATTR_TRANS_TBL): New macro.
6294
6295 * coding.c (get_translation_table): New function.
6296 (translate_chars): Fix the bug of skipping annotation data.
4c4475a8
GM
6297 (decode_coding, encode_coding): Utilize get_translation_table.
6298 (char_encodable_p, Funencodable_char_position): Translate char if
6299 necessary.
6300 (Ffind_coding_systems_region_internal)
6301 (Fcheck_coding_systems_region): Setup translation table for encode
6302 in a coding system attribute vector in advance.
aca7a3d2
MB
6303 (Fdefine_coding_system_internal): Allow a symbol as translation
6304 table. For shift-jis type coding system, allow 4th charset.
6305
73acf815 63062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6307
6308 * coding.c (decode_coding_sjis): Check the first byte rigidly.
6309
6310 * xdisp.c (get_next_display_element): Pass -1 as POS to
6311 FACE_FOR_CHAR if displaying a C-string.
6312
73acf815 63132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6314
6315 * composite.c (get_composition_id): Handle xoff and yoff in a
6316 composition rule.
6317
6318 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
6319 (struct composition): New member lbearing and rbearing.
6320
6321 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
6322 (x_get_glyph_overhangs): Handle a composition glyph.
1f45f627 6323 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
aca7a3d2
MB
6324
6325 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
6326 composition glyph.
6327
73acf815 63282008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6329
6330 * print.c: Include charset.h.
6331 (Vprint_charset_text_property): New variable.
6332 (Qdefault): Extern it.
6333 (PRINT_STRING_NON_CHARSET_FOUND)
6334 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
6335 (print_check_string_result): New variable.
6336 (print_check_string_charset_prop): New function.
6337 (print_prune_charset_plist): New variable.
6338 (print_prune_string_charset): New function.
6339 (print_object): Call print_prune_string_charset if
6340 Vprint_charset_text_property is not t.
6341 (print_interval): Print nothing if itnerval->plist is nil.
6342 (syms_of_print): Declare Vprint_charset_text_property as a lisp
6343 variable. Init and staticpro print_prune_charset_plist.
6344
73acf815 63452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6346
6347 * fontset.c (new_fontset_from_font_name): Use the specified font
6348 for all characters in the new fontset.
6349
6350 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
6351 OBJECT args.
6352
6353 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
6354 OBJECT args for composition too.
6355
6356 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
6357 OBJECT args.
6358
73acf815 63592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6360
6361 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
6362
1f45f627 6363 * fontset.c (reorder_font_vector): Adjust for the change of
aca7a3d2 6364 FONT_DEF format.
1f45f627 6365 (fontset_face): New arg id. Change caller.
aca7a3d2 6366 (face_for_char): New args pos and object.
1f204af3 6367 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
aca7a3d2
MB
6368 (fs_query_fontset): Check NAME by Fassoc too.
6369 (Fset_fontset_font): Allow non-XLFD font name.
1f45f627 6370 (Ffontset_info): Adjust for the change of FONT_DEF format.
aca7a3d2 6371
1f45f627 6372 * fontset.h (face_for_char): Adjust prototype.
aca7a3d2 6373
4c4475a8
GM
6374 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
6375 (append_space, extend_face_to_end_of_line)
6376 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
6377 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
aca7a3d2
MB
6378
6379 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
6380 POS and OBJECT args.
6381
6382 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
6383 POS and OBJECT args.
6384
73acf815 63852008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6386
6387 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
6388 of GlobalAlloc'ed memory.
6389
73acf815 63902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6391
6392 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
6393
6394 * charset.h (charset_table_used): Delete extern.
6395
6396 * charset.c (charset_table_used): Make it static.
6397 (map_charset_chars): Fix args to c_function with.
6398
6399 * chartab.c (map_sub_char_table_for_charset): Fix args to
6400 c_function with.
6401
6402 * coding.h (enum coding_result_code): Delete
6403 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
6404
6405 * coding.c (Qinsufficient_source, Qinconsistent_eol)
1f45f627 6406 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
aca7a3d2
MB
6407 (Vlast_code_conversion_error): New variables.
6408 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
6409 (ONE_MORE_BYTE): Record error if any instead of signaling an
6410 error. If non-ASCII multibyte char is found, return the negative
6411 value of the code. All callers changed to check it.
6412 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1f45f627
GM
6413 (record_conversion_result): New function. Change all codes setting
6414 coding->result to call this function.
4c4475a8
GM
6415 (detect_coding_utf_8, decode_coding_utf_8)
6416 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
6417 Don't use the local variable incomplete.
aca7a3d2 6418 (emacs_mule_char): Change the second arg to `const'.
aca7a3d2
MB
6419 (decode_coding): Fix of flushing out unprocessed data.
6420 (make_conversion_work_buffer): Fix making of a work buffer.
2a2e8de7 6421 (decode_coding_object): Return coding->dst_object.
aca7a3d2
MB
6422
6423 * fontset.c (set_fontset_font): Fix args.
6424
6425 * lisp.h (CHARACTERBITS): Define as 22.
6426
6427 * process.c (send_process): Be sure to set coding->src_multibyte.
6428
6429 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
6430
73acf815 64312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6432
6433 * xdisp.c (handle_auto_composed_prop): Give limit to
6434 Fnext_single_char_property_change.
6435
73acf815 64362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6437
424c157f 6438 * composite.c (syms_of_composite): Don't make the composition hash
1f45f627 6439 table weak.
aca7a3d2
MB
6440
6441 * fontset.c (Fset_fontset_font): Fix docstring.
6442
6443 * lisp.h (detect_coding_system): Adjust prototype.
6444
6445 * fileio.c (kill_workbuf_unwind): Delete this function.
6446 (Finsert_file_contents): Adjust the call of detect_coding_system.
6447 Get conversion_buffer by code_conversion_save. Use the macor
6448 CODING_MAY_REQUIRE_DECODING. After decoding, update
6449 coding_system.
6450
6451 * coding.h (make_conversion_work_buffer): Delete extern.
6452 (code_conversion_save): Extern it.
6453
6454 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
1f45f627 6455 (CODING_GET_INFO): Delete argument eol_type. Change callers.
aca7a3d2
MB
6456 (decode_coding_utf_8): Don't do eol converion.
6457 (detect_coding_utf_16): Check coding->src_chars, not
1f45f627 6458 coding->src_bytes. Add heuristics for those that have no signature.
4c4475a8
GM
6459 (decode_coding_emacs_mule, decode_coding_iso_2022)
6460 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
6461 Don't do eol converion.
aca7a3d2
MB
6462 (adjust_coding_eol_type): Return a new coding system.
6463 (detect_coding): Don't detect eol. Fix for utf-16 detection.
6464 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
6465 each change.
6466 (decode_coding): Pay attention to undo_list. Do eol convesion for
6467 all types of coding-systems (if necessary).
6468 (Vcode_conversion_work_buf_list): Delete it.
1f45f627 6469 (Vcode_conversion_reused_workbuf): Rename from
aca7a3d2
MB
6470 Vcode_conversion_reused_work_buf.
6471 (Vcode_conversion_workbuf_name): New variable.
6472 (reused_workbuf_in_use): New variable.
6473 (make_conversion_work_buffer): Delete the arg DEPTH.
4c4475a8 6474 (code_conversion_restore): Change argument to cons.
1f45f627
GM
6475 (code_conversion_save): Delete the argument BUFFER. Change callers.
6476 (detect_coding_system): New argument src_chars. Change callers.
aca7a3d2
MB
6477 Fix for utf-16 detection.
6478 (init_coding_once): Don't use ISO_carriage_return.
1f45f627 6479 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
aca7a3d2
MB
6480 reused_workbuf_in_use.
6481
73acf815 64822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6483
6484 * keymap.c (store_in_keymap): Pay attention to the case that idx
6485 is a cons specifying a character range.
6486
73acf815 64872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6488
6489 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
6490 HANDLED_RECOMPUTE_PROPS.
6491
6492 * coding.c (Fdefine_coding_system_internal): Fix checking of
6493 ascii compatibility.
6494
73acf815 64952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6496
1f45f627 6497 * charset.c (find_charsets_in_text): Delete unused locale variable.
aca7a3d2
MB
6498 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
6499
6500 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
6501 Resync charset_list to Vemacs_mule_charset_list.
6502
6503 * keymap.c (store_in_keymap): Pay attention to the case that idx
6504 is a cons specifying a character range.
6505
73acf815 65062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6507
6508 * composite.c (update_compositions): Bind inhibit-read-only, etc
6509 to t before calling remove-list-of-text-properties.
6510
6511 * print.c (print_object): Always print ASCII chars as is.
6512
73acf815 65132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6514
1f45f627 6515 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
aca7a3d2 6516
4c4475a8
GM
6517 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
6518 is a char table.
aca7a3d2 6519
73acf815 65202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6521
1f45f627 6522 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
aca7a3d2 6523
73acf815 65242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6525
6526 * xfaces.c (set_lface_from_font_name): Fix for the case that
6527 FONTNAME is not fontset name.
6528
73acf815 65292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6530
6531 * fns.c (base64_encode_1): Fix previous change.
6532
73acf815 65332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6534
6535 * fontset.c (set_fontset_font): New function.
6536 (Fset_fontset_font): If a font is specified for a charset, use
6537 map_charset_chars to store the font spec in a fontset.
6538
73acf815 65392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6540
1f204af3 6541 * fontset.c (fontset_face): Create a fallback fontset on demand.
aca7a3d2
MB
6542 (make_fontset): Don't create a fallback fontset here.
6543 (free_face_fontset): Free a fallback fontset (if any) too.
6544 (n_auto_fontsets): Delete this variable.
6545 (auto_fontset_alist): New variable.
6546 (new_fontset_from_font_name): Check auto_fontset_alist.
6547 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
6548 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
6549 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
6550 Defsubr Sfontset_list_all.
6551
73acf815 65522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6553
6554 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
6555
73acf815 65562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6557
6558 * fontset.c (Fnew_fontset): Check NAME more rigidly.
6559
73acf815 65602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6561
6562 * editfns.c (Fgoto_char): Fix docstring.
6563
73acf815 65642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6565
6566 * insdel.c (insert_from_gap): Adjust intervals correctly.
6567
73acf815 65682008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6569
6570 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
6571 (pfnGetFontUnicodeRanges): New dynamically loaded function.
6572 (w32_initialize): Try to load it.
6573 (x_get_font_repertory): Use it if available.
6574 (w32_encode_char): Add shortcut for unicode output.
6575
6576 * w32fns.c (w32_load_system_font): Default charset to -1.
6577 (x_to_w32_charset): Match all fonts for unicode.
1f45f627 6578 (w32_to_x_charset): New parameter matching. Don't return partial
aca7a3d2
MB
6579 or wildcard charsets.
6580 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
6581 (w32_codepage_for_font): Return CP_UNICODE for unicode.
6582 (w32_to_x_font): Match charset to real charset.
6583 (enum_font_cb2): Always list unicode versions.
6584
6585 * makefile.w32-in (temacs): Increase EMHEAP.
6586
73acf815 65872008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6588
6589 * w32term.c (w32_encode_char): New charset parameter.
6590 font_info.encoding becomes encoding_type.
1f45f627 6591 (x_get_font_repertory): New function. Warning: stub only!
aca7a3d2
MB
6592 (x_new_font): Return quickly if font already set.
6593 (x_new_fontset): fontsetname parameter is Lisp_Object.
2a2e8de7
JB
6594 Use new fs_query_fontset. Try new_fontset_from_font_name.
6595 Use fontset_name for return value.
aca7a3d2
MB
6596
6597 * w32term.h: Declare x_get_font_repertory.
6598
6599 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
1f45f627 6600 place of find_charset_in_text. Use encode_coding_object in place
aca7a3d2
MB
6601 of encode_coding.
6602 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
6603 decode_coding.
6604
6605 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
6606 of x_new_fontset.
6607 (w32_load_system_font): Initialize charset as unicode.
6608 font_info.encoding becomes encoding_type.
1f45f627
GM
6609 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
6610 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
aca7a3d2
MB
6611 (syms_of_w32fns): Set get_font_repertory_func.
6612
1f45f627 6613 * w32console.c: Include character.h. Use terminal_encode_buffer
aca7a3d2 6614 from term.c.
1f45f627 6615 (write_glyphs): Use new version of encode_terminal_code. Use
aca7a3d2
MB
6616 encode_coding_object in place of encode_coding.
6617
6618 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
6619 encoding becomes encoding_type.
6620
6621 * term.c (terminal_encode_buffer): Make externally visible.
6622
6623 * makefile.w32-in: Add character.h dependancies.
6624 (character.o, chartab.o): New targets.
6625
73acf815 66262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6627
6628 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
1f45f627 6629 CODING_ID_EOL_TYPE.
aca7a3d2 6630
73acf815 66312008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
6632
6633 * coding.c (produce_chars): Revert last change.
6634
73acf815 66352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6636
6637 * charset.h (charset_unicode): Extern it.
6638
6639 * charset.c (string_xstring_p): Check by (C >= 0x100).
1f45f627 6640 (find_charsets_in_text): Change format of the arc CHARSETS. New
aca7a3d2 6641 arg MULTIBYTE.
1f45f627 6642 (Ffind_charset_region, Ffind_charset_string): Adjust for the
aca7a3d2
MB
6643 change of find_charsets_in_text.
6644 (Fsplit_char): Fix doc. Never return unknown.
6645
6646 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
6647
6648 * coding.c (Fdefine_coding_system_alias): Update
6649 Vcoding_system_list.
6650
6651 * fontset.c (load_font_get_repertory): Pay attention to the case
6652 that ENCODING of a font is specified by a char-table.
6653
6654 * xterm.c (x_get_font_repertory): Handle the case that the
6655 encoding of font is other than Unicode.
6656
73acf815 66572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6658
6659 * term.c (encode_terminal_code): Don't handle glyph-table. Check
6660 if a character is encodable by the terminal coding system. If
6661 not, produces proper number of `?'s. Update
6662 terminal_encode_buffer and terminal_encode_buf_size if necessary.
6663 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
6664
73acf815 66652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6666
6667 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
6668 variables.
1f45f627 6669 (encode_terminal_code): Change argument. Encode multiple
aca7a3d2
MB
6670 characters at once. Store the result of encoding in
6671 terminal_encode_buffer.
4c4475a8
GM
6672 (write_glyphs, insert_glyphs): Adjust for the change of
6673 encode_terminal_code.
aca7a3d2
MB
6674 (term_init): Initialize terminal_encode_buffer and
6675 terminal_encode_buf_size.
6676
6677 * coding.c (consume_chars): If coding->src_object is nil, don't
6678 check annotation.
6679
73acf815 66802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6681
6682 * character.c (char_string): Use ASCII_CHAR_P instead of
6683 SINGLE_BYTE_CHAR_P.
6684
73acf815 66852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6686
6687 * xdisp.c (handle_auto_composed_prop): Check if the last
6688 characters of auto-composed region is newly composed with the
6689 following characters.
6690 (handle_composition_prop): Fix checking of point being inside
6691 composition.
6692
73acf815 66932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6694
6695 * fns.c (concat): Don't change multibyteness of the result by
6696 concatenating an 8-bit character.
6697
6698 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
6699 multibyteness of the result when newelt is an 8-bit character.
6700
73acf815 67012008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6702
6703 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
6704 EMACS_INT.
6705
6706 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
6707
6708 * xfaces.c (face_numeric_value): Declare dim size_t.
6709 (Finternal_lisp_face_equal_p): Remove unused f.
6710
6711 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
6712 (MATRIX_ROW): Remove unused vars.
6713 (draw_glyphs, x_insert_glyphs, fast_find_position)
6714 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
6715 byte/char counts.
6716
6717 * regex.c (regex_compile): Remove unused var.
6718
6719 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
6720
6721 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
6722 (Faccessible_keymaps, where_is_internal): Remove unused vars.
6723
6724 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
6725
6726 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
6727
6728 * fileio.c (Fwrite_region): Remove unused var.
6729
6730 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
6731 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
6732
6733 * composite.c (Fremove_list_of_text_properties): Declare.
6734
1f45f627
GM
6735 * coding.c (inhibit_pre_post_conversion): Remove (unused).
6736 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
aca7a3d2
MB
6737 (coding_inherit_eol_type): Remove unused attrs.
6738 (detect_coding): Cast arg of detect_eol.
6739
6740 * charset.c (syms_of_charset): Remove unused var p.
6741 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
6742 byte/char counts.
6743
6744 * casetab.c (set_case_table): Remove unused var.
6745
6746 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
1f45f627 6747 unused vars.
aca7a3d2 6748
73acf815 67492008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6750
6751 * xterm.c (x_bitmap_mask): Declare.
6752
73acf815 67532008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6754
6755 * xterm.c (x_term_init): Fix type error.
6756
6757 * lisp.h: Add Funibyte_char_to_multibyte.
6758
6759 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
6760 (Fset_coding_system_priority): Doc fix.
6761
aca7a3d2
MB
6762 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
6763
6764 * indent.c (check_composition): Make start and end EMACS_INT.
6765
6766 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
6767
6768 * xdisp.c (handle_composition_prop, check_point_in_composition):
6769 Make buffer positions EMACS_INT.
6770
6771 * composite.c (find_composition, run_composition_function)
6772 (update_compositions, Ffind_composition_internal): Make buffer
6773 positions EMACS_INT.
6774
6775 * composite.h (find_composition, update_compositions): Make
6776 position args EMACS_INT.
6777
1f45f627 6778 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
aca7a3d2
MB
6779
6780 * intervals.c (get_property_and_range):
6781 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
6782
6783 * unexalpha.c: Don't include varargs.h.
6784
73acf815 67852008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6786
6787 * coding.h (ENCODE_UTF_8): New.
6788
6789 * Makefile.in (gtkutil.o): Depend on coding.h.
6790
6791 * coding.c (Fset_coding_system_priority): Doc fix.
6792
73acf815 67932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6794
6795 * fileio.c (Finsert_file_contents): Call setup_coding_system in
6796 the case of auto saving.
6797
73acf815 67982008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2 6799
4c4475a8
GM
6800 * chartab.c (map_char_table, map_char_table_for_charset): Protect
6801 `range' from GC.
aca7a3d2 6802
73acf815 68032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6804
6805 * coding.c (decode_coding_sjis): Check bytes more rigidly.
6806
73acf815 68072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6808
1f45f627 6809 * fileio.c (choose_write_coding_system): Return a decided coding system.
aca7a3d2
MB
6810 (Fwrite_region): Set Vlast_coding_system_used to the return value
6811 of choose_write_coding_system.
6812
73acf815 68132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6814
6815 * charset.c (Fset_charset_priority): Pay attention to duplicated
6816 arguments.
6817
6818 * coding.c (QCcategory): New variable.
6819 (syms_of_coding): Defsym it. Set all elements of
6820 Vcoding_category_table and their symbol values.
6821 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
6822 coding-category-XXX, and coding-category-list.
6823 (Fdefine_coding_system_internal): Add category in the plist.
6824
73acf815 68252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6826
6827 * callproc.c (Fcall_process): Handle carryover correctly.
6828
1f45f627 6829 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
aca7a3d2
MB
6830 (raw_text_coding_system): Check NILP (coding_system).
6831 (coding_inherit_eol_type): Check NILP (coding_system) and
6832 NILP (parent).
6833 (consume_chars): Fix for the case of raw-text.
6834
6835 * process.c (read_process_output): Handle carryover correctly.
6836
73acf815 68372008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6838
6839 * regex.c (re_search_2): Fix last change.
6840
73acf815 68412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6842
6843 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
6844 target_multibyte. Even in a unibyte case, return a converted
6845 multibyte char.
6846 (GET_CHAR_AFTER): New macro.
6847 (PATFETCH): Translate via multibyte char.
6848 (HANDLE_UNIBYTE_RANGE): Delete this macro.
6849 (SETUP_MULTIBYTE_RANGE): New macro.
6850 (regex_compile): Setup compiled code so that its multibyteness
6851 matches that of a target. Fix the handling of "[X-YZ]" using
6852 SETUP_MULTIBYTE_RANGE.
6853 (analyse_first) <charset>: For filling fastmap for all multibyte
6854 characters, don't check by BASE_LEADING_CODE_P.
6855 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
6856 the same as RE_MULTIBYTE_P (bufp) now.
1f45f627 6857 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
aca7a3d2
MB
6858 (TARGET_CHAR_AND_LENGTH): Delete this macro.
6859 (TRANSLATE_VIA_MULTIBYTE): New macro.
6860 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
6861 It is the same as RE_MULTIBYTE_P (bufp) now.
6862 <exactn>: Translate via multibyte.
6863 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
6864 translate it.
6865 <charset, charset_not>: Fetch a character by
6866 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
6867 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
6868 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
6869 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
6870 by GET_CHAR_AFTER.
c5ad7a3d 6871 (bcmp_translate): Likewise.
aca7a3d2
MB
6872
6873 * search.c (compile_pattern): Check the member target_multibyte,
6874 not the member multibyte of buf.
6875
6876 * lread.c (read1): While reading a string, set force_singlebyte
6877 and force_multibyte correctly.
6878
4c4475a8
GM
6879 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
6880 up of unibyte_to_multibyte_table.
aca7a3d2 6881
73acf815 68822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6883
6884 * coding.c (setup_coding_system): If coding has
6885 post-read-conversion or pre-write-conversion, set
6886 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
6887 respectively.
6888 (decode_coding_gap): Run post-read-conversion if any.
6889
6890 * fileio.c (Finsert_file_contents): Even if we read into a
6891 unibyte buffer, check if we must decode the result or not.
6892
73acf815 68932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6894
6895 * coding.c (make_conversion_work_buffer): Change the work buffer
6896 name to the same one as that of Emacs 21.
6897
73acf815 68982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6899
1f45f627 6900 * coding.h (make_conversion_work_buffer): Adjust prototype.
aca7a3d2
MB
6901 (code_conversion_restore): Don't extern it.
6902
6903 * coding.c (detected_mask): Delete unused variable.
6904 (decode_coding_iso_2022): Pay attention to the byte sequence of
6905 CTEXT extended segment, and retain those bytes as is.
6906 (decode_coding_ccl): Delete unused variable `valids'.
6907 (setup_coding_system): Delete unused variable `category'.
6908 (consume_chars): Delete unused variable `category'. Make it work
6909 for non-multibyte case.
1f45f627 6910 (make_conversion_work_buffer): Change argument.
aca7a3d2
MB
6911 (saved_coding): Delete unused variable.
6912 (code_conversion_restore): Don't check saved_coding->destination.
6913 (code_conversion_save): New function.
6914 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
6915 instead of record_unwind_protect.
1f45f627 6916 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
aca7a3d2 6917 (detect_coding_system): Delete unused variable `mask'.
1f45f627 6918 (Fdefine_coding_system_internal): Delete unused vaiable id.
aca7a3d2
MB
6919
6920 * fileio.c (kill_workbuf_unwind): New function.
6921 (Finsert_file_contents): On replacing, call
6922 make_conversion_work_buffer with correct args, and call
6923 record_unwind_protect with the first arg kill_workbuf_unwind.
6924
6925 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
6926
73acf815 69272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6928
1f45f627 6929 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
aca7a3d2
MB
6930 (fontset_add): Fix for the case that TO is less than TO1.
6931 (Ffontset_info): Don't use fallback fontset on checking the
6932 default fontset.
6933 (dump_fontset): New function for debugging.
6934
6935 * coding.c (Fdefine_coding_system_internal): Fix for the case that
6936 coding_type is Qcharset.
6937
73acf815 69382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6939
6940 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
6941 (map_char_table): Don't inherit the value from the parent on
1f45f627 6942 initializing VAL. Adjust for the above change.
aca7a3d2 6943
73acf815 69442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6945
6946 * coding.c (Qsignature, Qendian): Delete these variables.
6947 (syms_of_coding): Don't initialize them.
6948 (CATEGORY_MASK_UTF_16_AUTO): New macro.
6949 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
6950 detect_info->found.
6951 (decode_coding_utf_16): Don't detect BOM here.
6952 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
6953 is NOT utf_16_without_bom.
6954 (setup_coding_system): For a coding system of type utf-16, check
6955 if the attribute :endian is Qbig or not (not nil or not), and set
6956 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
6957 (detect_coding): If coding type is utf-16 and BOM detection is
6958 required, detect it.
6959 (Fdefine_coding_system_internal): For a coding system of type
1f45f627 6960 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
aca7a3d2 6961
73acf815 69622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6963
6964 * coding.c (coding_set_source): Fix for the case that the current
6965 buffer is different from coding->src_object.
6966 (decode_coding_object): Don't use the conversion work buffer if
6967 DST_OBJECT is a buffer.
6968
73acf815 69692008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6970
6971 * lread.c (read_emacs_mule_char) [len==2]: Index
6972 emacs_mule_charset correctly.
6973
73acf815 69742008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
6975
6976 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
6977 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
1f45f627 6978 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
aca7a3d2
MB
6979 treated specially.)
6980 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
6981 (detected_mask): Remove Big5 bits.
6982
73acf815 69832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6984
6985 The following changes are to make the font rescaling facility
6986 compatible with Emacs 21.
6987
1f45f627 6988 * xfaces.c (Vface_font_rescale_alist): Rename from
aca7a3d2
MB
6989 Vface_resizing_fonts.
6990 (struct font_name): Rename member resizing_ratio to rescale_ratio.
1f45f627 6991 (font_rescale_ratio): Rename from font_resizing_ratio.
aca7a3d2
MB
6992 (split_font_name): Set font->rescale_ratio.
6993 (better_font_p): Pay attention to font->rescale_ratio.
6994 (build_scalable_font_name): Likewise. Change RESX, and RESY
6995 fields.
1f45f627 6996 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
aca7a3d2 6997
73acf815 69982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6999
7000 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
7001 (Qutf_16_le): Remove these variables.
7002 (syms_of_coding): Don't DEFSYM them.
7003 (decode_coding_utf_16): Fix handling of BOM.
7004 (encode_coding_utf_16): Fix handling of BOM.
7005
73acf815 70062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7007
7008 * fileio.c (Finsert_file_contents): On replacing, before decoding
1f45f627 7009 the file into the work buffer, set point of the work buffer to the end.
aca7a3d2 7010
73acf815 70112008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7012
7013 * coding.c (Fcheck_coding_systems_region): Fix type errors.
7014
73acf815 70152008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7016
7017 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
7018 and fix C types.
7019
73acf815 70202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7021
7022 * xdisp.c (SKIP_GLYPHS): New macro.
7023 (set_cursor_from_row): Pay attention to string display properties.
7024
7025 * category.c (copy_category_entry): Fix for the case that RANGE
7026 is an integer.
7027
7028 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
7029
1f45f627 7030 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
aca7a3d2 7031
73acf815 70322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7033
7034 * charset.c (Fcharset_id_internal): New function.
7035 (syms_of_charset): Defsubr it.
7036
7037 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
7038 with the last arg charset_list acquired from coding.
7039 (Fdefine_coding_system_internal): For ccl-based coding system, fix
7040 the attribute coding_attr_ccl_valids.
7041
7042 * coding.h (enum define_coding_ccl_arg_index): Set the first
7043 member coding_arg_ccl_decoder to coding_arg_max.
7044
1f45f627 7045 * ccl.h (ccl_driver): Adjust prototype.
aca7a3d2
MB
7046
7047 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
7048 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
7049 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
4c4475a8
GM
7050 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
7051 last arg Qnil.
aca7a3d2 7052
73acf815 70532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7054
7055 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
7056 call encode_char.
7057
1f45f627 7058 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
aca7a3d2 7059
73acf815 70602008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7061
1f45f627 7062 * composite.c (syms_of_composite): Make composition_hash_table weak.
aca7a3d2 7063
73acf815 70642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7065
7066 * dispextern.h (check_face_attributes, generate_ascii_font_name)
7067 (font_name_registry): Don't extern them.
1f45f627 7068 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
aca7a3d2
MB
7069
7070 * fontset.h (Qfontset): Don't extern it.
7071 (new_fontset_from_font_name): Extern it.
7072
7073 * fontset.c: Give 8 extra slots to fontset objects.
7074 (Qfontset_info): New variable.
7075 (syms_of_fontset): Defsym it.
7076 (FONTSET_FALLBACK): New macro.
7077 (fontset_face): Try also the default fontset.
1f45f627
GM
7078 (make_fontset): Realize a fallback fontset from the default fontset.
7079 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
aca7a3d2
MB
7080 using split_font_name_into_vector and build_font_name_from_vector.
7081 (Fset_fontset_font): Access the elements of font_spec by enum
7082 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
7083 name by using split_font_name_into_vector.
7084 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
7085 generate a proper font name from the fontset name. Update
7086 Vfontset_alias_alist.
7087 (n_auto_fontsets): New variable.
7088 (new_fontset_from_font_name): New function.
7089 (Ffont_info): Store the information about fonts generated from the
1f45f627 7090 default fontset in the first extra slot of the returned char-table.
aca7a3d2 7091
1f45f627
GM
7092 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
7093 (font_name_registry): Delete function.
aca7a3d2
MB
7094 (split_font_name_into_vector): New function.
7095 (build_font_name_from_vector): New function.
1f45f627 7096 (font_list): The argument REGISTRY is now a list of registry names.
aca7a3d2
MB
7097 (choose_face_font): If we are choosing an ASCII font, and ATTRS
7098 specifies an explicit font name, return the name as is. Make a
7099 list of registy names.
7100
1f45f627 7101 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
aca7a3d2
MB
7102 of x_new_fontset.
7103 (Fx_create_frame): Don't call x_new_fontset here. Just use
7104 x_list_fonts to check the existence of fonts.
7105
1f45f627 7106 * xterm.h (x_new_fontset): Adjust prototype.
aca7a3d2
MB
7107
7108 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
7109 string. Use new_fontset_from_font_name to create a fontset from a
7110 font name.
7111
1c8658b9
GM
71122008-02-01 Kenichi Handa <handa@m17n.org>
7113
7114 * syntax.c (Vfind_word_boundary_function_table): New name for
7115 Vnext_word_boundary_function_table.
7116 (find-word-boundary-function-table): New name for
7117 next-word-boundary-function-table.
7118
73acf815 71192008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7120
7121 * Makefile.in: Fix some dependencies.
7122
7123 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
7124 set it to nil before returning.
7125
7126 * composite.c (update_compositions): Fix type error.
7127
7128 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
7129
73acf815 71302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7131
7132 * xterm.c (x_new_font): Optimize for the case that the font is
7133 already set for the frame.
7134
73acf815 71352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7136
7137 * chartab.c (char_table_ascii): Check if the char table contents
7138 is sub-char-table or not.
4c4475a8
GM
7139 (char_table_set, char_table_set_range): Fix argument to
7140 char_table_ascii.
aca7a3d2
MB
7141
7142 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
7143 (detect_coding_utf_8, detect_coding_utf_16)
7144 (detect_coding_emacs_mule, detect_coding_iso_2022)
7145 (detect_coding_sjis, detect_coding_big5)
7146 (detect_coding_ccl, detect_coding_charset): Change argument MASK
7147 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
1f45f627 7148 sequence is valid in this coding system. Change callers.
aca7a3d2
MB
7149 (MAX_ANNOTATION_LENGTH): New macro.
7150 (ADD_ANNOTATION_DATA): New macro.
1f45f627
GM
7151 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
7152 ADD_ANNOTATION_DATA. Change the format of annotation data.
aca7a3d2 7153 (ADD_CHARSET_DATA): New macro.
1f45f627 7154 (emacs_mule_char): New argument ID. Change callers.
aca7a3d2
MB
7155 (decode_coding_emacs_mule, decode_coding_iso_2022)
7156 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
7157 Produce charset annotation data in coding->charbuf.
7158 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
7159 to charset annotation data in coding->charbuf.
7160 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
7161 coding->common_flags if the coding system is iso-2022 based and
7162 uses designation.
1f45f627 7163 (produce_composition): Adjust for the new annotation data format.
aca7a3d2
MB
7164 (produce_charset): New function.
7165 (produce_annotation): Handle charset annotation.
7166 (handle_composition_annotation, handle_charset_annotation): New
7167 functions.
7168 (consume_chars): Handle charset annotation. Utilize the above two
7169 functions.
7170 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
7171 buffer, get the deleted text as a string and set
7172 coding->src_object to that string.
7173 (detect_coding, detect_coding_system): Use the new struct
7174 coding_detection_info.
7175
7176 * coding.h (struct coding_detection_info): New structure.
1f45f627 7177 (struct coding_system): Adjust prototype of the member `detector'.
aca7a3d2
MB
7178 (CODING_ANNOTATE_CHARSET_MASK): New macro.
7179
73acf815 71802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7181
7182 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
7183
73acf815 71842008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7185
1f45f627 7186 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
aca7a3d2
MB
7187 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
7188 to new local and nullify apropos_accumulate before returning.
7189 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
7190
73acf815 71912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7192
7193 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
7194 correctly.
7195
73acf815 71962008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7197
7198 * fns.c (Flanginfo): Call synchronize_system_time_locale.
7199
73acf815 72002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7201
7202 The following changes are to make character composition happen
7203 automatically on displaying.
7204
2a2e8de7 7205 * Makefile.in (lisp, shortlisp): Add composite.elc.
aca7a3d2 7206
1f45f627
GM
7207 * composite.h (Qauto_composed, Vauto_composition_function)
7208 (Qauto_composition_function): Extern them.
aca7a3d2 7209
1f45f627
GM
7210 * composite.c (Vcomposition_function_table)
7211 (Qcomposition_function_table): Delete variables.
7212 (Qauto_composed, Vauto_composition_function)
7213 (Qauto_composition_function): New variables.
aca7a3d2
MB
7214 (run_composition_function): Don't call
7215 compose-chars-after-function.
7216 (update_compositions): Clear `auto-composed' text property.
7217 (compose_chars_in_text): Delete this function.
7218 (syms_of_composite): Staticpro Qauto_composed and
7219 Qauto_composition_function. Declare Vauto_composition_function as
7220 a Lisp variable.
7221
7222 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
7223
7224 * xdisp.c (it_props): Add an entry for Qauto_composed.
7225 (handle_auto_composed_prop): New function.
7226
7227 * xselect.c (selection_data_to_lisp_data): Don't call
7228 compose_chars_in_text.
7229
73acf815 72302008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7231
7232 * keyboard.c (read_char): Modify checking around use of
7233 Vkeyboard_translate_table.
7234
7235 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
7236 and fix C types.
7237
73acf815 72382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7239
4c4475a8
GM
7240 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
7241 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
7242 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
aca7a3d2 7243 the case that the last byte is '\r' correctly.
1f45f627
GM
7244 (decode_coding): Flush out the unprocessed data correctly.
7245 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
aca7a3d2 7246
73acf815 72472008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7248
7249 * xterm.c (XTread_socket): Fix changes for defined keysyms. Add
7250 XK_ISO... case.
7251 (xaw_scroll_callback): Revert last change.
7252
73acf815 72532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7254
1f45f627 7255 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
aca7a3d2 7256
73acf815 72572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7258
7259 * xfaces.c (Vface_resizing_fonts): New variable.
7260 (struct font_name): New member `resizing_ratio'.
7261 (font_resizing_ratio): New function.
7262 (split_font_name): Set font->resizing_ratio.
7263 (better_font_p): Pay attention to font->resizing_ratio.
7264 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
7265 RESX, and RESY fields.
7266 (try_alternative_families): Try scalable fonts if
7267 Vscalable_fonts_allowed is not Qt.
7268 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
7269
73acf815 72702008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7271
7272 * xterm.c (xaw_scroll_callback): Cast correctly.
7273
73acf815 72742008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7275
7276 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
7277 (lispy_kana_keys): Comment out.
7278 (make_lispy_event) [XK_kana_A]: Comment out.
7279
7280 * xterm.c (xaw_scroll_callback): Cast call_data.
7281 (XTread_socket): Deal with ASCII keysyms.
7282 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
7283
73acf815 72842008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7285
7286 * xterm.c (Vx_keysym_table): New.
7287 (syms_of_xterm): Initialize it.
7288 (XTread_socket): Use it.
7289 From head: Eliminate incorrect optimization that tried to avoid
7290 decoding the output of X*LookupString.
7291 (x_get_font_repertory): Delete charset declaration.
7292
73acf815 72932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7294
1f45f627
GM
7295 * coding.c (detect_coding_charset): If only ASCII bytes are found,
7296 return 0.
aca7a3d2
MB
7297 (Fdefine_coding_system_internal): Setup
7298 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
7299
73acf815 73002008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7301
7302 * coding.c (Fcheck_coding_system): Doc fix.
7303
7304 * editfns.c (Finsert_byte): Return a proper value.
7305
73acf815 73062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7307
7308 * coding.c (decode_coding): Fix args to translate_chars. Pay
7309 attention to Vstandard_translation_table_for_decode.
7310 (encode_coding): Fix args to translate_chars. Pay attention to
7311 Vstandard_translation_table_for_encode.
7312
7313 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
7314 SINGLE_BYTE_CHAR_P.
7315
7316 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
7317 not by SINGLE_BYTE_CHAR_P.
7318
7319 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
7320 SINGLE_BYTE_CHAR_P.
7321
7322 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
7323 SINGLE_BYTE_CHAR_P.
7324
7325 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
7326 by SINGLE_BYTE_CHAR_P.
7327
7328 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
7329 SINGLE_BYTE_CHAR_P.
7330
73acf815 73312008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7332
7333 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
7334
73acf815 73352008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7336
7337 * fns.c (Flanginfo): Fix typo.
7338
7339 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
7340
73acf815 73412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7342
4c4475a8
GM
7343 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
7344 (detect_coding_emacs_mule, detect_coding_iso_2022)
7345 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
7346 incomplete byte sequence. Don't update *mask when correctly detected.
aca7a3d2 7347 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
1f45f627 7348 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
4c4475a8 7349 (detect_coding, detect_coding_system): Adjust for the changes above.
aca7a3d2 7350
73acf815 73512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7352
1f45f627
GM
7353 * character.c (char_string): Rename from
7354 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
7355 (string_char): Rename from string_char.
aca7a3d2 7356
4c4475a8
GM
7357 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
7358 if C is greater than MAX_3_BYTE_CHAR.
7359 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
7360 string_char instead of string_char_with_unification.
aca7a3d2 7361
73acf815 73622008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7363
7364 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
7365
73acf815 73662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7367
1f45f627 7368 * keymap.c (push_key_description): Pay attention to force_multibyte.
aca7a3d2
MB
7369
7370 * regex.c (re_search_2): Fix for the case of unibyte buffer.
7371
73acf815 73722008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7373
7374 * charset.c (define_charset_internal): Rename `supprementary'.
7375
7376 * Makefile.in (lisp, shortlisp): Remove latin-N.
7377
73acf815 73782008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7379
7380 * xfns.c (x_window, x_window): Use use_xim.
7381
7382 * xterm.c (use_xim): Initialize.
7383 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
7384 (x_term_init): Maybe set use_xim.
7385
7386 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
7387
73acf815 73882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7389
7390 * search.c (search_buffer): Fix case-fold-search of multibyte
7391 characters.
7392 (boyer_moore): Rename the last argument to char_high_bits.
7393
73acf815 73942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7395
7396 * xdisp.c (display_string): Fix for the case of zero width glyph.
7397
7398 * xfns.c (x_set_font): Change the error message of the case that
7399 x_new_fontset returns Qt.
7400
7401 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
7402 (Finternal_set_lisp_face_attribute): Use signal_error for the
7403 error of invalid fontset.
7404
7405 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
7406 fontset, return Qt.
7407
73acf815 74082008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7409
aca7a3d2
MB
7410 * unexelf.c (unexec): Make .got handling not SGI-specific.
7411
7412 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
7413
7414 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
7415
7416 * keyboard.c (read_key_sequence): Fix type error.
7417
7418 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
7419 type error.
7420
7421 * fontset.c (fontset_add): Return Lisp_Object.
7422
73acf815 74232008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7424
7425 * charset.h (charset_ordered_list_tick): Declare extern.
7426
73acf815 74272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7428
73acf815 7429 The following changes (and some of 2008-02-01 changes of mine) are
aca7a3d2
MB
7430 for handling syntax, category, and case conversion for unibyte
7431 characters by converting them to multibyte on the fly. With these
7432 changes, we don't have to setup syntax and case tables for unibyte
7433 characters in each language environment.
7434
7435 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
7436 multibyte if necessary.
7437
7438 * bytecode.c (Fbyte_code): Likewise.
7439
7440 * character.h (LEADING_CODE_LATIN_1_MIN)
7441 (LEADING_CODE_LATIN_1_MAX): New macros.
7442 (unibyte_to_multibyte_table): Extern it.
7443 (unibyte_char_to_multibyte): New macro.
7444 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
7445 (CHAR_LEADING_CODE): New macro.
7446 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
7447
7448 * character.c (unibyte_to_multibyte_table): New variable.
1f45f627 7449 (unibyte_char_to_multibyte): Move to character.h and define as macro.
aca7a3d2
MB
7450 (multibyte_char_to_unibyte): If C is an eight-bit character,
7451 convert it to the corresponding byte value.
7452
7453 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
7454 not 1, singals an error. Update the elements of
7455 unibyte_to_multibyte_table.
7456 (init_charset_once): Initialize unibyte_to_multibyte_table.
7457 (syms_of_charset): Define the charset `iso-8859-1'.
7458
aca7a3d2
MB
7459 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
7460 as is without converting it to unibyte. In a unibyte buffer,
7461 convert C to multibyte before checking the syntax.
7462
1f45f627 7463 * lisp.h (unibyte_char_to_multibyte): Delete extern.
aca7a3d2
MB
7464
7465 * minibuf.c (Fminibuffer_complete_word): Use the macro
7466 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
7467
7468 * regex.h (struct re_pattern_buffer): New member target_multibyte.
7469
7470 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
7471 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
7472 that is zero, convert an eight-bit char to multibyte.
7473 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
7474 non-emacs case.
7475 (PATFETCH): Convert an eight-bit char to multibyte.
7476 (HANDLE_UNIBYTE_RANGE): New macro.
7477 (regex_compile): Setup the compiled pattern for multibyte chars
7478 even if the given regex string is unibyte. Use PATFETCH_RAW
7479 instead of PATFETCH in many places. To handle `charset'
c5ad7a3d 7480 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
aca7a3d2 7481 only for ASCII chars.
1f45f627 7482 (analyse_first) <exactn>: Simplify because the compiled pattern
aca7a3d2
MB
7483 is multibyte.
7484 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
7485 <charset>: Use CHAR_LEADING_CODE to get leading codes.
1f45f627 7486 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
aca7a3d2
MB
7487 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
7488 multibyte always 1.
7489 (re_search_2): In emacs, set the locale variable multibyte to 1,
7490 otherwise to 0. New local variable target_multibyte. Check it
7491 to decide the multibyteness of STR1 and STR2. If
7492 target_multibyte is zero, convert unibyte chars to multibyte
7493 before translating and checking fastmap.
7494 (TARGET_CHAR_AND_LENGTH): New macro.
7495 (re_match_2_internal): In emacs, set the locale variable multibyte
7496 to 1, otherwise to 0. New local variable target_multibyte. Check
7497 it to decide the multibyteness of STR1 and STR2. Use
7498 TARGET_CHAR_AND_LENGTH to fetch a character from D.
7499 <charset, charset_not>: If multibyte is nonzero, check fastmap
c5ad7a3d 7500 only for ASCII chars. Call bcmp_translate with
aca7a3d2
MB
7501 target_multibyte, not with multibyte.
7502 <begline>: Declare the local variable C as `unsigned'.
7503 (bcmp_translate): Change the last arg name to target_multibyte.
7504
7505 * search.c (compile_pattern_1): Don't adjust the multibyteness of
7506 the regexp pattern and the matching target. Set cp->buf.multibyte
7507 to the multibyteness of the regexp pattern. Set
1f45f627 7508 cp->but.target_multibyte to the multibyteness of the matching target.
aca7a3d2
MB
7509 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
7510 FETCH_STRING_CHAR_ADVANCE.
7511 (Freplace_match): Convert unibyte chars to multibyte.
7512
4c4475a8
GM
7513 * syntax.c (char_quoted, back_comment, scan_words)
7514 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
7515 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
aca7a3d2 7516 unibyte chars to multibyte.
1f45f627
GM
7517 (skip_chars): Delete the arg syntaxp, and move the code for
7518 handling syntaxes to skip_syntaxes. Change callers.
aca7a3d2
MB
7519 Fix the case that the multibyteness of STRING and the current
7520 buffer doesn't match.
7521 (skip_syntaxes): New function.
7522 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
7523 SINGLE_BYTE_CHAR_P.
aca7a3d2 7524
73acf815 75252008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7526
7527 * xfaces.c (QCfontset): New variable.
7528 (LFACE_FONTSET): New macro.
7529 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
7530 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
4c4475a8
GM
7531 (Finternal_set_lisp_face_attribute)
7532 (Finternal_get_lisp_face_attribute): Handle QCfontset.
aca7a3d2
MB
7533 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
7534 check also LFACE_FONTSET_INDEX.
7535 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
7536 attrs[LFACE_FONT_INDEX].
7537 (syms_of_xfaces): Intern and staticpro QCfontset.
7538
7539 * dispextern.h (enum lface_attribute_index): New member
7540 LFACE_FONTSET_INDEX.
7541
7542 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
7543
73acf815 75442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7545
7546 * coding.c (coding_set_destination): Fix coding->destination for
7547 the case converting a region.
7548 (encode_coding_utf_8): Encode eight-bit chars as single byte.
7549 (encode_coding_object): Fix coding->dst_pos and
7550 coding->dst_pos_byte for the case converting a region.
7551
7552 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
7553
7554 * character.h (BYTE8_STRING): New macro.
7555
7556 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
7557
73acf815 75582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7559
7560 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
7561 characters by octal form.
7562
7563 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
7564
1f45f627 7565 * buffer.h (_fetch_multibyte_char_len): Delete extern.
4c4475a8
GM
7566 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
7567 _fetch_multibyte_char_len.
aca7a3d2
MB
7568 (FETCH_CHAR_AS_MULTIBYTE): New macro.
7569
1f45f627 7570 * casetab.c (set_canon, set_identity, shuffle): Simplify.
aca7a3d2 7571
1f45f627 7572 * casefiddle.c (casify_object): Simplify. Handle the case that
aca7a3d2 7573 the case conversion change the byte length.
1f45f627 7574 (casify_region): Likewise.
aca7a3d2 7575
1f45f627 7576 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
aca7a3d2 7577
1f45f627 7578 * character.c (_fetch_multibyte_char_len): Delet this variable.
aca7a3d2
MB
7579 (syms_of_character): Setup Vprintable_chars.
7580
7581 * editfns.c (Fchar_equal): Fix for the unibyte case.
7582 (Finsert_byte): New function.
7583 (syms_of_editfns): Defsubr it.
7584
7585 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
7586 of direct code 0x3ffff.
7587
7588 * search.c (Freplace_match): Fix for the unibyte case.
7589
73acf815 75902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7591
7592 * lread.c (safe_to_load_p): Fix the logic.
7593
7594 * syntax.c (scan_words): Don't treat characters belonging to
7595 different scripts as constituting a word.
7596
7597 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
7598
1f45f627 7599 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
aca7a3d2
MB
7600
7601 * emacs.c (main): In the case of --unibyte, instead of aborting on
7602 finding non-empty buffer, make it unibyte.
7603
73acf815 76042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7605
7606 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
7607 to create a fontset.
7608
73acf815 76092008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7610
7611 * character.c (Funibyte_char_to_multibyte): Doc fix.
7612
7613 * xfns.c [HAVE_STDLIB_H]: Fix last change.
7614
73acf815 76152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7616
7617 * fontset.c (fontset_add): Make the type `int'.
7618 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
7619
4c4475a8
GM
7620 * character.c (unibyte_char_to_multibyte)
7621 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
aca7a3d2 7622 charset_unibyte, not charset_primary.
aca7a3d2 7623
1f45f627 7624 * charset.h (charset_unibyte): Extern it instead of charset_primary.
aca7a3d2 7625
1f45f627
GM
7626 * charset.c (charset_unibyte): Rename from charset_primary.
7627 (Funibyte_charset): Rename from Fprimary_charset.
7628 (Fset_unibyte_charset): Rename from Fset_primary_charset.
7629 (syms_of_charset): Adjust for the above changes.
aca7a3d2
MB
7630
7631 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
7632 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
7633 it->multibyte_p is zero.
7634
7635 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
1f45f627 7636 Delete extern.
aca7a3d2 7637
73acf815 76382008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7639
7640 * coding.c (Fdefine_coding_system_internal): Fix category setting
7641 for a coding system of type iso-2022.
7642
73acf815 76432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7644
1f45f627 7645 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
aca7a3d2 7646
73acf815 76472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7648
7649 * syntax.c (Vnext_word_boundary_function_table): New variable.
1c8658b9
GM
7650 (next-word-boundary-function-table): Declare it as a Lisp variable
7651 in syms_of_syntax.
aca7a3d2
MB
7652 (scan_words): Call functions in Vnext_word_boundary_function_table
7653 if any.
7654
7655 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
7656
7657 * fontset.c (fs_load_font): If fontp->charset is not negative,
7658 return fontp without setting its members.
7659
73acf815 76602008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7661
aca7a3d2
MB
7662 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
7663
7664 * m/sparc.h (HAVE_ALLOCA): Delete.
7665
7666 * s/irix6-5.h: Don't include strings.h.
7667 (bcopy, bzero, bcmp): Don't undef.
7668
7669 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
7670
7671 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
7672 (TIOCSIGSEND): Don't test IRIX6.
7673 (bcopy, bzero, bcmp): Define conditionally.
7674
73acf815 76752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7676
7677 * buffer.c (Qas, Qmake, Qto): New variables.
1f45f627 7678 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
aca7a3d2
MB
7679 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
7680
7681 * callproc.c (Fcall_process): Don't call insert_1_both directly if
7682 we are inserting a process output into a multibyte buffer.
7683
7684 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
7685 multibyte_char_to_unibyte.
7686
7687 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
7688 by the primary charset, make it eight-bit char.
7689 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
7690
1f45f627
GM
7691 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
7692 (charset_8_bit__control, charset_8_bit_graphic)
7693 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
aca7a3d2
MB
7694 (define_charset_internal): New function.
7695 (syms_of_charset): Call define_charset_internal for pre-defined
7696 charsets.
7697
7698 * charset.h (charset_8_bit): Extern it.
7699
1f45f627 7700 * coding.c (make_conversion_work_buffer): Adjust for the change
aca7a3d2
MB
7701 of Fset_buffer_multibyte.
7702 (encode_coding_raw_text): Increment p0 in the loop.
7703
1f45f627 7704 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
aca7a3d2 7705
1f45f627 7706 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
aca7a3d2
MB
7707 for the change of Fset_buffer_multibyte.
7708
7709 * fns.c (Fstring_to_multibyte): New function.
7710 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
7711
73acf815 77122008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7713
7714 * xfns.c (x_put_x_image): Declare args.
7715
1f45f627 7716 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
aca7a3d2
MB
7717 (try_font_list): Declare an arg.
7718
7719 * xdisp.c (message2_nolog, set_message): Declare an arg.
7720
7721 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
7722
7723 * syntax.c (scan_sexps_forward): Declare an arg.
7724
7725 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
7726 Declare an arg.
7727
7728 * lisp.h (Fnew_fontset): Declare.
7729
7730 * keymap.c (push_key_description): Call CHARACTERP correctly.
7731
1f45f627 7732 * fontset.c (fontset_add): Declare args. Call make_number correctly.
aca7a3d2
MB
7733 (face_for_char): Delete unused vars.
7734 (Fset_fontset_font): Doc fix. Delete unused vars.
7735
7736 * doc.c (Fsubstitute_command_keys): Delete unused vars.
7737
7738 * composite.c (update_compositions): Declare arg.
7739
7740 * cm.c (calccost, cmgoto): Declare args.
7741
7742 * charset.c: Remove `emacs' conditional. Doc fixes.
7743 (map_char_table_for_charset): Declare.
7744
1f45f627 7745 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
aca7a3d2 7746
1f45f627 7747 * ccl.c: Remove `emacs' conditional.
aca7a3d2 7748
73acf815 77492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7750
7751 The following changes are to allow specifying multiple font
7752 patterns for a character range (specified by script or charset).
7753
7754 * Makefile.in (abbrev.o): Depend on syntax.h.
7755 (xfaces.o): Depend on charset.h.
7756
7757 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
7758 SINGLE_BYTE_CHAR_P.
7759
7760 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
7761
7762 * character.h (Vchar_script_table): Extern it.
7763
1f45f627 7764 * character.c (Vscript_alist): Delete.
aca7a3d2
MB
7765 (Vchar_script_table, Qchar_script_table): New variable.
7766 (syms_of_character): Declare Vchar_script_table as a lisp variable
7767 and initialize it.
7768
1f45f627 7769 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
aca7a3d2
MB
7770 have property char-table-extra-slots, make no extra slot.
7771
1f45f627 7772 * dispextern.h (struct face): Delete member `charset'.
4c4475a8
GM
7773 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
7774 SINGLE_BYTE_CHAR_P.
1f45f627
GM
7775 (choose_face_font, lookup_non_ascii_face, font_name_registry):
7776 Add prototypes.
7777 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
7778 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
7779
7780 * fontset.h (get_font_repertory_func): New prototype.
1f45f627 7781 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
aca7a3d2
MB
7782 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
7783
7784 * fontset.c (Qprepend, Qappend): New variables.
1f45f627 7785 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
aca7a3d2
MB
7786 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
7787 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
7788 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
7789 (fontset_ref_and_range, fontset_add, reorder_font_vector)
7790 (load_font_get_repertory): New functions.
1f45f627 7791 (fontset_set): Delete.
aca7a3d2 7792 (fontset_face): New arg FACE. Return face ID, not face.
1f45f627 7793 Complete re-write to handle new fontset structure. Change caller.
aca7a3d2
MB
7794 (free_face_fontset): Use ASET istead of AREF (X) = Y.
7795 (face_for_char): Don't call lookup_face.
7796 (make_fontset_for_ascii_face): New arg FACE.
7797 (fs_load_font): New arg CHARSET_ID. Don't check
7798 Vfont_encoding_alist here.
7799 (find_font_encoding): New function.
7800 (list_fontsets): Use STRINGP, not ! NILP.
7801 (accumulate_script_ranges): New function.
7802 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
7803 re-written to handle new fontset structure.
7804 (Ffontset_font): Return a copy of element.
7805 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
7806 docstring of font-encoding-alist.
7807
7808 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
7809 (Fset_fotset_font): Fix arguments to 5.
7810
1f45f627 7811 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
aca7a3d2
MB
7812
7813 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
7814 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
1f45f627 7815 (highlight_trailing_whitespace): Adjust for the change of
aca7a3d2
MB
7816 lookup_named_face.
7817
7818 * xfaces.c: Include charset.h.
1f45f627
GM
7819 (load_face_font): Delete argument C. Change caller.
7820 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
7821 (font_name_registry): New function.
7822 (cache_face): Store ascii faces before non-ascii faces in buckets.
1f45f627 7823 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
aca7a3d2
MB
7824 Lookup only ascii faces.
7825 (lookup_non_ascii_face): New function.
1f45f627
GM
7826 (lookup_named_face): Delete argument C. Change caller.
7827 (lookup_derived_face): Delete argument C. Change caller.
7828 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
aca7a3d2 7829 a string, just call font_list with it.
1f45f627
GM
7830 (choose_face_font): Delete arguments FACE and C. New arg
7831 FONT_SPEC. Change caller.
4c4475a8
GM
7832 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
7833 Change caller.
aca7a3d2
MB
7834 (realize_non_ascii_face): New function.
7835 (realize_x_face): Call load_face_font here.
1f45f627 7836 (realize_tty_face): Delete argument C. Change caller.
aca7a3d2
MB
7837 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
7838 get a face ID.
7839 (dump_realized_face): Don't print charset of FACE.
7840
7841 * xfns.c (x_set_font): Always call x_new_fontset and
7842 store_frame_parameter.
7843 (Fx_create_frame): Call x_new_fontset, not x_new_font.
1f45f627 7844 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
aca7a3d2
MB
7845
7846 * xterm.h (x_get_font_repertory): Extern it.
7847
7848 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
7849 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
7850 it->multibyte_p is zero.
7851 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
7852 (x_new_fontset): If FONTSETNAME doesn't match any existing
7853 fontsets, create a new one.
7854 (x_get_font_repertory): New function.
7855
73acf815 78562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7857
7858 * coding.c (Ffind_coding_systems_region_internal): Detect an
7859 ASCII only string correctly.
7860
7861 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
7862 version is 0.
7863
73acf815 78642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7865
7866 * lread.c: Include "coding.h".
1f45f627
GM
7867 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
7868 (load_each_byte, unread_char): New variables.
7869 (readchar_backlog): Delete.
aca7a3d2
MB
7870 (readchar): Return a character unless load_each_byte is nonzero.
7871 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
7872 cons. If unread_char is not -1, simply return it.
7873 (unreadchar): Handle the case that readcharfun is
1f45f627
GM
7874 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
7875 (read_multibyte): Delete.
aca7a3d2
MB
7876 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
7877 (read_emacs_mule_char): New functions.
7878 (Fload): Even if the file doesn't have the extention ".elc", if
7879 safe_to_load_p returns a positive version number, assume that the
7880 file contains bytecompiled code. If the version is less than 22,
7881 load the file while decoding multibyte sequences by emacs-mule.
7882 (readevalloop): Don't use readchar_backlog.
1f45f627
GM
7883 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
7884 (Fread_from_string): Pay attention to the case that STREAM is a cons.
7885 (read_escape): Delete the arg BYTEREP.
aca7a3d2
MB
7886 (read1): Set load_each_byte to 1 temporarily while handling
7887 #@NUMBER. Don't call read_multibyte.
7888 (read_vector): Call Fread with a cons. If readcharfun is
7889 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
1f45f627 7890 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
aca7a3d2
MB
7891 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
7892 and Qload_force_doc_strings.
7893
73acf815 78942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7895
7896 * xdisp.c (face_before_or_after_it_pos): Call
7897 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
7898
73acf815 78992008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7900
7901 * character.h (TRAILING_CODE_P): New macro.
1f45f627 7902 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
aca7a3d2
MB
7903 (string_char_with_unification): Fix prototype.
7904 (Vscript_alist): Extern it.
7905
7906 * character.c (Vscript_alist): New variable.
4c4475a8
GM
7907 (string_char_with_unification, str_as_unibyte)
7908 (string_escape_byte8): Add `const' to local variables.
aca7a3d2
MB
7909 (syms_of_character): Declare script-alist as a Lisp variable.
7910
7911 * charset.h (Vcharset_ordered_list): Extern it.
7912 (charset_ordered_list_tick): Extern it.
7913 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
7914 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
7915 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
1f204af3 7916 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
1f45f627 7917 (Funify_charset): Adjust for the change of Funify_charset.
aca7a3d2
MB
7918
7919 * charset.c (charset_ordered_list_tick): New variable.
7920 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
7921 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
7922 deunify intead of unify a charset.
7923 (string_xstring_p): Add `const' to local variables.
1f45f627
GM
7924 (find_charsets_in_text): Add `const' to arguemnts and local variables.
7925 (encode_char): Adjust for the change of Funify_charset. Fix
aca7a3d2
MB
7926 detecting of invalid code.
7927 (Fset_charset_priority): Increment charset_ordered_list_tick.
7928 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
7929 and TO_CODE.
7930
7931 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
1f45f627
GM
7932 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
7933 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
4c4475a8
GM
7934 (decode_coding_ccl, consume_chars)
7935 (Ffind_coding_systems_region_internal)
7936 (Fcheck_coding_systems_region): Add `const' to local variables.
aca7a3d2
MB
7937
7938 * print.c (print_object): Use octal form for printing the
7939 contents of a bool vector.
7940
73acf815 79412008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7942
7943 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
7944 <version == 20>: Refuse to load.
7945
73acf815 79462008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7947
7948 * fns.c: Move coding.h.
7949 (Qcodeset, Qdays, Qmonths): New.
7950 (concat): Use CHARACTERP instead of INTERGERP.
1f45f627 7951 (Flocale_codeset): Delete.
aca7a3d2 7952 (Flanginfo): New function.
1f45f627 7953 (syms_of_fns): Change accordingly.
aca7a3d2
MB
7954
7955 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
7956
73acf815 79572008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7958
7959 * casetab.c (init_casetab_once, init_casetab_once): Fix
7960 CHAR_TABLE_SET call.
7961
7962 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
7963
7964 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
7965
7966 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
7967 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
7968 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
7969
7970 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
7971
7972 * coding.c (ENCODE_DESIGNATION, decode_eol)
7973 (make_conversion_work_buffer, code_conversion_restore)
7974 (Fdefine_coding_system_internal): Convert Lisp types.
7975 (code_conversion_restore): Use EQ, not ==.
7976 (Fencode_coding_string): Fix code_convert_string call.
7977
7978 * coding.h (code_convert_region): Fix prototype.
7979
1f45f627 7980 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
aca7a3d2
MB
7981
7982 * fontset.c (fontset_ref, fontset_set, fs_load_font)
7983 (Ffontset_info): Convert Lisp types.
7984
7985 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
7986
7987 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
7988
7989 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
7990
7991 * chartab.c: Include "...h", not <...h> in some cases.
7992
7993 * callproc.c (Fcall_process): Remove unused variables.
7994
73acf815 79952008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
7996
7997 * coding.c (Fset_coding_system_priority): Allow null arg list.
7998
73acf815 79992008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8000
8001 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
8002 (Fself_insert_and_exit): Use CHARACTERP.
8003
8004 * callproc.c (Fcall_process): Remove unused vars.
8005
8006 * xterm.c (XTread_socket): Add extra dead keysyms.
8007
8008 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
8009
8010 * dispextern.h: Remove prototypes for redraw_frame,
8011 redraw_garbaged_frames.
8012
8013 * cmds.c (Fself_insert_command): Use CHARACTERP.
8014
8015 * chartab.c (make_sub_char_table): Remove unused var.
8016 (Fset_char_table_default, Fmap_char_table): Doc fix.
8017
8018 * keymap.c (access_keymap): Remove generic char code.
8019 (push_key_description): Use CHARACTERP.
8020
73acf815 80212008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8022
8023 * charset.c: Doc fixes.
8024 (Funify_charset): Extra checking.
8025
73acf815 80262008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8027
8028 * lread.c: Remove some unused variables.
8029 (safe_to_load_p): If safe, return the magic number version byte.
8030 (Fload): Maybe use load-with-code-conversion.
8031
73acf815 80322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8033
8034 * category.c (Fmodify_category_entry): Don't modify the contents
8035 of category_set for characters out of the range. Avoid
8036 unnecessary modification.
8037
1f45f627 8038 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
aca7a3d2
MB
8039 Vchar_unify_table. The default value of the table is now nil.
8040
8041 * character.c (syms_of_character): Setup Vchar_width_table for
8042 eight-bit-control and raw-byte chars.
8043
8044 * charset.h (enum define_charset_arg_index): Delete
8045 charset_arg_parents and add charset_arg_subset and
8046 charset_arg_superset.
8047 (enum charset_attr_index): Delete charset_parents and add
8048 charset_subset and charset_superset.
8049 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
8050 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
1f45f627 8051 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
aca7a3d2
MB
8052 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
8053 (CHARSET_SUPERSET): New macros.
8054 (charset_work): Extern it.
8055 (ENCODE_CHAR): Use charset_work.
1f45f627 8056 (CHAR_CHARSET_P): Adjust for the change of encoder format.
aca7a3d2
MB
8057 (map_charset_chars): Extern it.
8058
8059 * charset.c (load_charset_map): Set the default value of encoder
8060 and deunifier char-tables to nil.
1f45f627 8061 (map_charset_chars): Change argument. Change callers. Use
aca7a3d2
MB
8062 map_char_table_for_charset instead of map_char_table.
8063 (Fmap_charset_chars): New optional args from_code and to_code.
1f45f627 8064 (Fdefine_charset_internal): Adjust for the change of
aca7a3d2
MB
8065 `define-charset' (:parents -> :subset or :superset).
8066 (charset_work): New variable.
4c4475a8
GM
8067 (encode_char, syms_of_charset): Adjust for the change of
8068 Fdefine_charset_internal.
aca7a3d2
MB
8069 (Ffind_charset_string): Setup the vector `charsets' correctly.
8070
1f45f627 8071 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
aca7a3d2 8072 the previous change.
1f45f627 8073 (char_table_ref_and_range): Adjust for the above change.
aca7a3d2
MB
8074 (map_sub_char_table_for_charset): New function.
8075 (map_char_table_for_charset): New function.
8076
8077 * keymap.c (describe_vector): Handle a char-table directly here.
1f45f627 8078 (describe_char_table): Delete.
aca7a3d2 8079
1f45f627 8080 * lisp.h (map_charset_chars): Delete.
aca7a3d2 8081
73acf815 80822008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8083
8084 * fns.c (count_combining): Comment out (unused).
8085 (Flocale_codeset): New.
8086 (syms_of_fns): Defsubr it.
8087
8088 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
1f45f627 8089 (size_t): Remove.
aca7a3d2 8090
73acf815 80912008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8092
6f69e89b 8093 * Makefile.in (chartab.o): Depend on charset.h.
aca7a3d2 8094
73acf815 80952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8096
8097 * character.c (syms_of_character): Set the default value of
8098 Vprintable_chars to Qnil.
8099
73acf815 81002008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8101
8102 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
8103
73acf815 81042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8105
8106 * charset.c (load_charset_map): Handle the case that from < to
8107 correctly.
8108
4c4475a8
GM
8109 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
8110 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
8111 Pay attention to raw-8-bit chars.
aca7a3d2 8112
73acf815 81132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8114
4c4475a8
GM
8115 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
8116 It is not bytecompiled now.
aca7a3d2
MB
8117
8118 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
8119 (charset_jisx0208): New variables.
8120 (Fdefine_charset_internal): Setup them if appropriate.
8121 (init_charset_once): Initialize them to -1.
8122
1f45f627
GM
8123 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
8124 (charset_jisx0208): Extern them.
aca7a3d2 8125
1f204af3 8126 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
aca7a3d2 8127 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
1f45f627
GM
8128 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
8129 (setup_iso_safe_charsets): Fix arguments to Fassq.
4c4475a8
GM
8130 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
8131 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
8132 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
aca7a3d2
MB
8133 (encode_coding_iso_2022): Change the 1st arg to
8134 ENCODE_ISO_CHARACTER to a variable.
8135
73acf815 81362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8137
8138 * charset.h (enum define_charset_arg_index): New enums
8139 charset_arg_min_code and charset_arg_max_code.
8140 (struct charset): New member char_index_offset.
8141
4c4475a8
GM
8142 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
8143 Take charset->char_index_offset into account.
aca7a3d2
MB
8144 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
8145 args[charset_arg_max_code]. Setup charset.char_index_offset.
8146 (syms_of_charset): Fix args to Fdefine_charset_internal.
8147
73acf815 81482008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8149
8150 * coding.c (decode_coding_utf_8): Reject overlong sequences.
8151
73acf815 81522008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8153
8154 * coding.c: Doc fixes.
8155 (Fcoding_system_aliases): Fix return value.
8156 (Qmac): Remove (duplicated) definition.
8157
73acf815 81582008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8159
8160 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
8161 functions.
8162
8163 * character.c (Fstring): Doc fix.
8164
8165 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
8166
8167 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
8168 ids.
8169 (font-encoding-alist): Doc fix.
8170
73acf815 81712008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8172
8173 * term.c (costs_set): Declare static, non-initialized for pcc.
1f45f627 8174 (encode_terminal_code): Remove unused var.
aca7a3d2
MB
8175
8176 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
8177 for K&R.
8178
8179 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
8180
8181 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
1f45f627 8182 (suffixes): Move out of make_subsidiaries for K&R.
aca7a3d2 8183
1f45f627 8184 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
aca7a3d2
MB
8185
8186 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
8187
73acf815 81882008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8189
8190 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
8191
1f45f627 8192 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
aca7a3d2 8193
2a2e8de7 81942008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2
MB
8195
8196 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
8197
1f45f627 8198 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
aca7a3d2 8199
73acf815 82002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8201
4c4475a8 8202 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
aca7a3d2 8203 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
aca7a3d2 8204
73acf815 82052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8206
1f45f627 8207 * coding.c (decode_coding_charset): Adjust for the change of
aca7a3d2
MB
8208 Fdefine_coding_system_internal.
8209 (Fdefine_coding_system_internal): For a coding system of
8210 `charset' type, store a list of charset IDs in
8211 `charset_attr_charset_valids' element of coding attributes.
8212
73acf815 82132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8214
8215 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
1f45f627
GM
8216 (emacs_mule_char): New arg src. Delete arg `composition'. Change
8217 caller. Handle 2-byte and 3-byte charsets correctly.
8218 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
8219 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
aca7a3d2
MB
8220 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
8221 (DECODE_EMACS_MULE_21_COMPOSITION): Call
8222 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
8223 sequence.
8224 (decode_coding_emacs_mule): Handle composition correctly. Rewind
1f45f627 8225 `src' and `consumed_chars' correctly before calling emacs_mule_char.
aca7a3d2
MB
8226 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
8227 and alt&rule composition.
8228 (decode_coding_iso_2022): Handle composition correctly.
8229 (init_coding_once): Setup emacs_mule_bytes for private charsets.
8230
8231 * charset.c (Fdefine_charset_internal): Fix bug for the case of
8232 re-defining a charset. If the charset has :emacs-mule-id, setup
8233 emacs_mule_bytes.
1f45f627 8234 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
aca7a3d2 8235
73acf815 82362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8237
4c4475a8
GM
8238 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
8239 (encode_coding_big5, encode_coding_charset): If coding requires safe
aca7a3d2
MB
8240 encoding, produce a character specified by
8241 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
aca7a3d2 8242
73acf815 82432008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8244
8245 * xterm.c (XSetIMValues): Declare.
8246
8247 * process.c: Conditionally include sys/wait.h, pty.h.
8248
1f45f627 8249 * print.c (print_object): Fix print format for 64-bit systems.
aca7a3d2 8250
1f45f627 8251 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
aca7a3d2
MB
8252
8253 * buffer.c (emacs_strerror): Declare.
aca7a3d2
MB
8254
8255 * fontset.c (Fclear_face_cache): Declare.
1f45f627 8256 (accumulate_font_info): Comment-out (unused).
aca7a3d2
MB
8257 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
8258 variables.
8259
8260 * character.h (string_escape_byte8): Declare.
8261
8262 * charset.c (load_charset_map, load_charset_map_from_file): Remove
8263 unused vars.
8264 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
8265 (Fmap_charset_chars): Doc fix.
8266
1f45f627 8267 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
aca7a3d2
MB
8268 (Fset_coding_system_priority, Fset_coding_system_priority)
8269 (Fdefine_coding_system_internal): Doc fix.
8270
73acf815 82712008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8272
8273 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
8274
73acf815 82752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8276
8277 * character.c (string_escape_byte8): Make multibyte string with
8278 correct size.
8279
8280 * charset.c (Fmake_char): Delete unnecessary code.
8281
73acf815 82822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8283
8284 * xfns.c (x_encode_text): Allocate coding.destination here, and
8285 call encode_coding_object with dst_object Qnil.
8286
8287 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
8288 multibyte form correctly.
8289
8290 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
8291 against Vfont_encoding_alist.
8292
8293 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
8294 handling of charset list.
8295 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
8296 (decode_coding_object): Move point to coding->dst_pos before
8297 calling post-read-conversion function.
8298 (encode_coding_object): Give correct arguments to
8299 pre-write-conversion. Ignore the return value of
8300 pre-write-conversion function. Pay attention to the case that
8301 pre-write-conversion changes the current buffer. If dst_object is
8302 Qt, even if coding->src_bytes is zero, allocate at least one byte
8303 to coding->destination.
8304
8305 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
8306
8307 * charset.c (Fmake_char): Make it more backward compatible.
8308 (Fmap_charset_chars): Fix docstring.
8309
73acf815 83102008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8311
8312 * coding.c: Doc fixes.
8313 (Fdefine_coding_system_alias): Use names, not symbols, in
8314 coding-system-alist.
8315
73acf815 83162008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8317
8318 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
8319 of calling free_realized_face.
8320
2a2e8de7 83212008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2 8322
1f45f627
GM
8323 * charset.c (read_hex): Don't treat SPC as a comment starter.
8324 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
aca7a3d2
MB
8325 (Fdecode_char): Fix typo.
8326
73acf815 83272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8328
8329 * charset.h (struct charset): New member `code_space_mask'.
8330
1f45f627 8331 * coding.c (coding_set_source): Delete the local variable beg_byte.
4c4475a8
GM
8332 (encode_coding_charset, Fdefine_coding_system_internal):
8333 Delete the local variable charset.
aca7a3d2
MB
8334 (Fdefine_coding_system_internal): Setup
8335 attrs[coding_attr_charset_valids] correctly.
8336
8337 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
8338 member to check if CODE is valid or not.
8339 (Fdefine_charset_internal): Initialize `code_space_mask' member.
8340 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
8341 is within the range of charset->min_code and carset->max_code.
8342
73acf815 83432008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8344
8345 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
8346
8347 * dispextern.h (generate_ascii_font): Fix return type.
8348
8349 * xfaces.c (generate_ascii_font): Fix arg declaration.
8350
8351 * coding.c (coding_inherit_eol_type)
8352 (Fset_terminal_coding_system_internal)
8353 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
8354
73acf815 83552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8356
8357 * coding.c (decode_coding_charset, encode_coding_charset): Handle
8358 multiple charsets correctly.
8359
73acf815 83602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8361
8362 * search.c (boyer_moore): Fix handling of mulitbyte character
8363 translation.
8364
8365 * xdisp.c (display_mode_element): When the variable `elt' is
8366 changed, update `this' and `lisp_string'.
8367
73acf815 83682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8369
8370 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
8371
8372 * callproc.c (Fcall_process): Be sure to give the current buffer
1f45f627 8373 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
aca7a3d2
MB
8374
8375 * charset.c (struct charset_map_entries): New struct.
1f45f627
GM
8376 (load_charset_map): Rename from parse_charset_map. New args
8377 entries and n_entries. Change caller.
8378 (load_charset_map_from_file): Rename from load_charset_map.
8379 Change caller. New arg control_flag. Call load_charset_map at
aca7a3d2
MB
8380 the tail.
8381 (load_charset_map_from_vector): New function.
8382 (Fdefine_charset_internal): Setup charset.compact_codes_p.
8383 (encode_char): If the charset is compact, change a character index
8384 to a code point.
8385
8386 * coding.c (coding_alloc_by_making_gap): Check the case that the
8387 source and destination are the same correctly.
8388 (decode_coding_raw_text): Set coding->consumed_char and
8389 coding->consumed to 0.
8390 (produce_chars): If coding->chars_at_source is nonzero, update
8391 coding->consumed_char and coding->consumed before calling
8392 alloc_destination.
8393 (Fdefine_coding_system_alias): Register ALIAS in
8394 Vcoding_system_alist.
8395 (syms_of_coding): Define `no-convesion' coding system at the tail.
8396
8397 * fileio.c (Finsert_file_contents): Set coding_system instead of
8398 val. If the current buffer is multibyte, always call
8399 decode_coding_gap.
8400
8401 * xfaces.c (try_font_list): Give higher priority to fontset's
8402 family than face's family.
8403
73acf815 84042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8405
8406 * callproc.c (Fcall_process): Be sure to give the current buffer
8407 to decode_coding_c_string.
8408
8409 * xfaces.c (try_font_list): Give a family specified in a fontset
8410 higher priority than a family specified in a face.
8411
73acf815 84122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8413
8414 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
8415 Fix arguments to insert_from_buffer.
8416
8417 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
8418
73acf815 84192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8420
8421 * coding.c (produce_chars): Set the variable `multibytep' correctly.
8422 (decode_coding_gap): Set coding->dst_multibyte correctly.
8423
73acf815 84242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8425
8426 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
1f45f627 8427 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
aca7a3d2
MB
8428 (encode_coding_utf_16): Substitute coding->default_char for
8429 non-Unicode characters.
8430 (decode_coding): Don't call record_insert here.
8431 (setup_coding_system): Initialize `surrogate' of
8432 coding->spec.utf_16 to 0.
8433 (EMIT_ONE_BYTE): Fix for multibyte case.
8434
8435 * insdel.c (insert_from_gap): Call record_insert.
8436
73acf815 84372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8438
8439 * casefiddle.c (casify_region): Fix multibyte case.
8440
8441 * character.c (c_string_width): Add return type `int'.
1f45f627 8442 (char_string_with_unification): Delete arg ADVANCED.
aca7a3d2
MB
8443
8444 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
1f45f627 8445 (CHAR_STRING): Adjust for the change of char_string_with_unification.
aca7a3d2
MB
8446 (CHAR_STRING_ADVANCE): Make it do-while statement.
8447
1f45f627 8448 * chartab.c (sub_char_table_set_range): Optimize for the case
aca7a3d2
MB
8449 DEPTH == 3. Add workaround code for a GCC optimization bug.
8450
8451 * charset.c (parse_charset_map): Remove an unused variable.
8452
8453 * coding.c: Delete unused variables.
8454
8455 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
8456 earlier. If inserted is zero and the coding system doesn't
8457 require flushing, don't call decode_coding_gap.
8458
8459 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
8460
73acf815 84612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8462
8463 The following changes are for using Unicode as an internal
8464 character model, and use UTF-8 format for buffer/string
8465 representation.
8466
1f45f627 8467 * .gdbinit (xchartable): Adjust for the change of char table structure.
aca7a3d2
MB
8468 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
8469
8470 * Makefile.in (obj): Add character.o and chartab.o.
c3f9fba8 8471 (lisp, shortlisp): Remove utf-8.elc.
aca7a3d2
MB
8472 (*.o): For many files, change dependency on charset.h to
8473 character.h, and add dependency on character.h.
8474 (character.o, chartab.o): New targets.
8475
1f45f627
GM
8476 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
8477 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
8478 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
aca7a3d2
MB
8479 of "charset.h".
8480
8481 * dired.c, filelock.c: Include "character.h".
8482
8483 * alloc.c: Include "character.h" instead of "charset.h".
4c4475a8 8484 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
aca7a3d2
MB
8485 (syms_of_alloc): Remove defsubr for Smake_char_table.
8486
8487 * buffer.c: Include "character.h" instead of "charset.h", don't
8488 include "coding.h".
1f45f627 8489 (Fset_buffer_multibyte): Adjust for UTF-8.
aca7a3d2
MB
8490
8491 * buffer.h: EXFUN Fbuffer_live_p.
8492
8493 * callproc.c: Include "character.h" instead of "charset.h".
8494 (Fcall_process): Big change for the new code-conversion APIs.
8495
8496 * casetab.c: Include "character.h" instead of "charset.h".
1f45f627 8497 (set_canon, set_identity, shuffle): Adjust for the new
aca7a3d2
MB
8498 map_char_table spec.
8499 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
8500 accessing the char table structure.
8501
8502 * chartab.c: New file that implements char table.
8503
8504 * category.c: Include "character.h".
8505 (copy_category_entry): New function.
8506 (copy_category_table): Call map_char_table and copy_category_entry.
8507 (Fmake_category_table): Initialize all top-vel slots.
8508 (char_category_set): New function.
1f45f627 8509 (modify_lower_category_set): Delete.
aca7a3d2
MB
8510 (Fmodify_category_entry): Call char_table_ref_and_range.
8511
8512 * category.h (CATEGORY_SET): Just call char_category_set.
8513
8514 * ccl.c: Include "character.h".
8515 (Qccl, Qcclp): New variables.
8516 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
8517 it's less than 256.
1f45f627
GM
8518 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
8519 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
aca7a3d2 8520 and DST type.
1f45f627
GM
8521 (ccl_driver): Change types of argument, adjust code accordingly.
8522 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
aca7a3d2
MB
8523 ccl_driver.
8524 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
8525
1f45f627
GM
8526 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
8527 New members src_multibyte, dst_multibyte, consumed, and produced.
8528 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
aca7a3d2 8529 (CODING_SPEC_CCL_PROGRAM): New macro.
1f45f627 8530 (ccl_driver): Update prototype.
aca7a3d2
MB
8531 (Qccl, Qcclp, Fccl_program_p): Extern them.
8532 (CHECK_CCL_PROGRAM): New macro.
8533
8534 * character.c, character.h, chartab.c: New files.
8535
1f45f627
GM
8536 * charset.c: Mostly re-written. Move character and multibyte sequence
8537 handling codes to character.c.
aca7a3d2 8538
1f45f627
GM
8539 * charset.h: Mostly re-written. Move character and multibyte sequence
8540 handling codes to character.h.
aca7a3d2
MB
8541
8542 * coding.c, coding.h: Mostly re-written.
8543
8544 * composite.c: Include "character.h" instead of "charset.h".
1f45f627
GM
8545 (CHAR_WIDTH): Move to character.h.
8546 (HASH_KEY, HASH_VALUE): Delete.
aca7a3d2 8547
1f45f627
GM
8548 * composite.h (enum composition_method): Change order of enumeration
8549 symbols.
aca7a3d2
MB
8550
8551 * data.c: Include "character.h" instead of "charset.h".
8552 (Faref): Call CHAR_TABLE_REF for a char table.
8553 (Faset): Call CHAR_TABLE_SET for a char table.
8554
1f45f627
GM
8555 * dispextern.h (free_realized_face, check_face_attribytes)
8556 (generate_ascii_font): Extern them.
8557 (free_realized_multibyte_face): Delete extern.
aca7a3d2 8558
1f45f627 8559 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
aca7a3d2
MB
8560 table structure.
8561
8562 * editfns.c: Include "character.h" instead of "charset.h".
8563 (Fchar_to_string): Always call CHAR_STRING.
8564
8565 * emacs.c (main): Call init_charset_once, init_charset,
8566 syms_of_chartab, and syms_of_character.
8567
8568 * fileio.c: Include "character.h" instead of "charset.h".
1f45f627 8569 (Finsert_file_contents): Big change for the new code-conversion API.
4c4475a8 8570 (choose_write_coding_system, Fwrite_region): Likewise.
1f45f627 8571 (build_annotations_2): Delete.
aca7a3d2
MB
8572 (e_write): Big change for the new code-conversion API.
8573
8574 * fns.c: Include "character.h" instead of "charset.h".
1f45f627 8575 (copy_sub_char_table): Move to chartab.c.
aca7a3d2
MB
8576 (Fcopy_sequence): Call copy_char_table for a char table.
8577 (concat): Delete codes calling count_multibyte.
4c4475a8
GM
8578 (string_char_to_byte, string_byte_to_char): Adjust for the new
8579 multibyte form.
1f45f627
GM
8580 (internal_equal): Adjust for the change of char table structure.
8581 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
8582 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
8583 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
8584 (char_table_translate, optimize_sub_char_table)
8585 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
aca7a3d2 8586 chartab.c.
1f45f627
GM
8587 (char_table_ref_and_index): Delete.
8588 (HASH_KEY, HASH_VALUE): Move to lisp.h.
aca7a3d2 8589 (Fmd5): Call preferred_coding_system instead of accessing
1f45f627
GM
8590 Vcoding_category_list. Adjust for the new code-conversion API.
8591 (syms_of_fns): Move defsubr for char table related functions to
aca7a3d2
MB
8592 chartab.c.
8593
8594 * fontset.c: Mostly re-written.
8595
1f45f627 8596 * fontset.h (struct font_info): Change type of the member encoding_type.
aca7a3d2 8597 (enum FONT_SPEC_INDEX): New enum.
1f45f627
GM
8598 (fontset_font_pattern, fs_load_font): Update prototype.
8599 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
aca7a3d2
MB
8600
8601 * indent.c: Include "character.h" instead of "charset.h".
1f45f627 8602 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
aca7a3d2
MB
8603
8604 * insdel.c: Include "character.h" instead of "charset.h".
8605 (copy_text): Don't refer to Vnonascii_translation_table.
8606 (insert_from_gap): New function.
8607
8608 * keyboard.c: Include "character.h" instead of "charset.h".
8609 (command_loop_1): Never call direct_output_forward_char before
8610 a non-ASCII character.
8611 (read_char): If Vkeyboard_translate_table is a char table, always
1f45f627 8612 translate a character.
aca7a3d2
MB
8613
8614 * keymap.c: Include "character.h".
8615 (store_in_keymap): Handle the case that IDX is a cons.
8616 (Fdefine_key): Handle the case that KEY is a cons and the car part
8617 is also a cons (range).
1f45f627 8618 (push_key_description): Adjust for the new character code.
aca7a3d2
MB
8619 (describe_vector): Call describe_char_table for a char table.
8620 (describe_char_table): New function.
8621
8622 * keymap.h (describe_char_table): Extern it.
8623
8624 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
8625 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
1f45f627
GM
8626 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
8627 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
8628 Delete.
8629 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
aca7a3d2
MB
8630 structure.
8631 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
1f45f627
GM
8632 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
8633 (CHARTAB_SIZE_BITS_3): New macros.
aca7a3d2 8634 (chartab_size): Extern it.
1f45f627 8635 (struct Lisp_Char_Table): Re-design.
aca7a3d2 8636 (struct Lisp_Sub_Char_Table): New structure.
1f45f627
GM
8637 (HASH_KEY, HASH_VALUE): Move from fns.c.
8638 (CHARACTERBITS): Define as 22.
8639 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
aca7a3d2
MB
8640 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
8641 (GC_SUB_CHAR_TABLE_P): New macro.
1f45f627
GM
8642 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
8643 (code_convert_string_norecord): Deleted extern.
8644 (init_character_once, syms_of_character, init_charset)
8645 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
aca7a3d2
MB
8646
8647 * lread.c: Include "character.h".
8648 (read_multibyte): New arg NBYTES.
1f45f627
GM
8649 (read_escape): Change the meaning of returned *BYTEREP.
8650 (to_multibyte): Delete.
8651 (read1): Adjust the handling of char table and string.
aca7a3d2
MB
8652
8653 * print.c: Include "character.h" instead of "charset.h".
8654 (print_string): Convert 8-bit raw bytes to octal form by
8655 string_escape_byte8.
1f45f627 8656 (print_object): Adjust for the new multibyte form. Print 8-bit
aca7a3d2
MB
8657 raw bytes always in octal form. Handle sub char table correctly.
8658
8659 * process.c: Include "character.h" instead of "charset.h".
4c4475a8
GM
8660 (read_process_output, send_process): Adjust for the new
8661 code-conversion API.
aca7a3d2 8662
1f45f627 8663 * puresize.h (BASE_PURESIZE): Increase.
aca7a3d2
MB
8664
8665 * regex.c: Include "character.h" instead of "charset.h".
8666 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
8667 (regex_compile): Accept a range whose starting and ending
8668 character have different leading bytes.
1f45f627 8669 (analyse_first): Adjust for the above change.
aca7a3d2
MB
8670
8671 * search.c: Include "character.h" instead of "charset.h".
1f45f627
GM
8672 (search_buffer, boyer_moore): Adjust for the new multibyte form.
8673 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
aca7a3d2
MB
8674
8675 * syntax.c: Include "character.h" instead of "charset.h".
1f45f627 8676 (syntax_parent_lookup): Delete.
aca7a3d2 8677 (Fmodify_syntax_entry): Accept a cons as CHAR.
1f45f627 8678 (skip_chars): Adjust for the new multibyte form.
aca7a3d2
MB
8679 (init_syntax_once): Call char_table_set_range instead of directly
8680 accessing the structure of a char table.
8681
8682 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
1f45f627 8683 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
aca7a3d2
MB
8684 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
8685 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
8686
8687 * term.c: Include "buffer.h" and "character.h".
4c4475a8
GM
8688 (encode_terminal_code, write_glyphs): Adjust for the new
8689 code-conversion API.
aca7a3d2
MB
8690 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
8691
1f45f627 8692 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
aca7a3d2
MB
8693
8694 * xdisp.c: Include "character.h".
1f45f627
GM
8695 (get_next_display_element): Adjust for the new multibyte form.
8696 (disp_char_vector): Adjust for the new char table structure.
8697 (decode_mode_spec_coding): Adjust for the new structure of
aca7a3d2 8698 coding system.
1f45f627 8699 (decode_mode_spec): Adjust for the new code-conversion API.
aca7a3d2
MB
8700
8701 * xfaces.c: Include "character.h" instead of "charset.h".
1f45f627 8702 (load_face_font): Adjust for the change of choose_face_font and
aca7a3d2
MB
8703 FS_LOAD_FONT.
8704 (generate_ascii_font): New function.
1f45f627
GM
8705 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
8706 (set_font_frame_param): Adjust for the change of choose_face_font.
aca7a3d2 8707 (free_realized_face): Make it public.
1f45f627 8708 (free_realized_faces_for_fontset): Rename from
aca7a3d2 8709 free_realized_multibyte_face. Free also faces realized for ASCII.
1f45f627 8710 (choose_face_font): Change arguments. Adjust for the change of
aca7a3d2
MB
8711 fontset_font_pattern and FS_LOAD_FONT.
8712
8713 * xfns.c: Include "character.h".
1f45f627 8714 (x_encode_text): Adjust for the new code-conversion API.
aca7a3d2
MB
8715
8716 * xselect.c: Don't include "charset.h".
1f45f627 8717 (selection_data_to_lisp_data): Adjust for the new code conversion API.
aca7a3d2
MB
8718
8719 * xterm.c: Include "character.h".
1f45f627 8720 (x_encode_char): New argument CHARSET. Change caller.
4c4475a8
GM
8721 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
8722 Call ENCODE_CHAR instead of SPLIT_CHAR.
aca7a3d2
MB
8723 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
8724 CHAR_WIDTH instead of CHARSET_WIDTH.
1f45f627
GM
8725 (XTread_socket): Adjust for the new code-conversion API.
8726 (x_new_font): Adjust for the change of FS_LOAD_FONT.
8727 (x_load_font): Adjust for the change of struct font.
aca7a3d2 8728
d6abfc14
SM
87292008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
8730
8731 * xfaces.c (face_at_buffer_position): Remove unused vars.
8732
0acdaf8d
KH
87332008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8734
4c4475a8
GM
8735 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
8736 Fix overflow checking.
0acdaf8d 8737
6c8a0ebf
GM
87382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
8739
8740 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
8741 Cancel previous change.
8742
87432008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
8744
8745 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
8746 ccl->eight_bit_control. Fix check for buffer overflow.
8747 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
8748 (ccl_driver): Initialize extra_bytes to 0.
8749
a32aad64
KH
87502008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
8751
8752 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
8753 return it ORed with ctrl_modifier.
8754
8b329dba
MB
87552008-01-29 Miles Bader <miles@gnu.org>
8756
8757 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
8758
548667aa
JR
87592008-01-28 Jason Rumney <jasonr@gnu.org>
8760
8761 * w32.c (stat): Don't double check for networked drive.
8762
0975aa24
SM
87632008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8764
ef264c42
SM
8765 * window.c (run_window_configuration_change_hook): New function.
8766 Code extracted from set_window_buffer. Set the selected frame.
8767 (set_window_buffer): Use it.
8768 * window.h (run_window_configuration_change_hook): Declare.
8769 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
8770
0975aa24
SM
8771 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
8772
9c28b587
DN
87732008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
8774
8775 * Makefile.in: Remove references to unused macros.
8776
c617afce
EZ
87772008-01-26 Eli Zaretskii <eliz@gnu.org>
8778
8779 * w32.c (g_b_init_get_sid_sub_authority)
8780 (g_b_init_get_sid_sub_authority_count): New static variables.
8781 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
8782 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
0975aa24
SM
8783 (init_user_info): Use them to retrieve uid and gid.
8784 Use 500/513, the Windows defaults, as Administrator's uid/gid.
248c21c5
EZ
8785 (fstat): Use pw_uid and pw_gid from the_passwd structure for
8786 st_uid and st_gid of the file.
c617afce 8787
302d7d54
JR
87882008-01-26 Jason Rumney <jasonr@gnu.org>
8789
8790 * w32.c (logon_network_drive): New function.
8791 (stat): Use it.
8792
3ac7a21e
CY
87932008-01-26 Chong Yidong <cyd@stupidchicken.com>
8794
8795 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
8796 invisible text covered with an ellipsis.
8797
bbb9fc1f
RS
87982008-01-25 Richard Stallman <rms@gnu.org>
8799
8800 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
8801 jump back to beginning. Move some other initializations after that.
8802 (Qwindow_text_change_functions, Vwindow_text_change_functions):
8803 New variables.
8804 (syms_of_xdisp): Init them.
8805
8806 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
8807
0975aa24
SM
8808 * buffer.c (reset_buffer_local_variables):
8809 Implement `permanent-local-hook'.
bbb9fc1f 8810 (Qpermanent_local_hook): New variable.
0975aa24 8811 (syms_of_buffer): Init and staticpro it.
bbb9fc1f 8812
79235cbe
MA
88132008-01-25 Michael Albinus <michael.albinus@gmx.de>
8814
8815 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
8816
ccd8f7fe
TTN
88172008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
8818
8819 * fns.c (Fclrhash): Return TABLE.
8820
dfbe40f2 88212008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
223b3d1d
YM
8822
8823 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
8824 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
8825 is set even without positional changes.
8826 (x_scroll_bar_clear): Set bar->redraw_needed_p.
8827
8828 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
8829
dfbe40f2 88302008-01-23 Jason Rumney <jasonr@gnu.org>
602e142f 8831
d6169680
JR
8832 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
8833
602e142f
JR
8834 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
8835 the unicode range available in MULE by locale-coding-system.
c041e2d1 8836 Improve dbcs lead byte detection. Set event timestamp and modifiers
602e142f
JR
8837 earlier.
8838
dfbe40f2 88392008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5ee4de53
YM
8840
8841 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
8842 [MAC_OSX] (init_mac_osx_environment): Initialize it.
6f69e89b 8843 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
5ee4de53
YM
8844 when used on child processes.
8845
8c7a4ac5
MA
88462008-01-21 Michael Albinus <michael.albinus@gmx.de>
8847
e0df1b73 8848 * dbusbind.c (Fdbus_method_return_internal): Rename from
8c7a4ac5 8849 Fdbus_method_return.
e0df1b73 8850 (Fdbus_unregister_object): Move to dbus.el.
8c7a4ac5 8851 (Fdbus_call_method, Fdbus_method_return_internal)
e0df1b73 8852 (Fdbus_send_signal): Improve debug messages.
8c7a4ac5 8853
8abe0f97
MR
88542008-01-20 Martin Rudalics <rudalics@gmx.at>
8855
8856 * undo.c (undo_inhibit_record_point): New variable.
8857 (syms_of_undo): Initialize it.
8858 (record_point): Don't record point when undo_inhibit_record_point
8859 is set.
8860
c3b232e4
SM
88612008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
8862
e69c4cae
SM
8863 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
8864
823e0ebb
SM
8865 * xdisp.c (Qauto_hscroll_mode): New var.
8866 (syms_of_xdisp): Initialize it.
8867 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
8868 window's buffer.
8869 (hscroll_windows): Don't check automatic_hscrolling_p here.
8870
c3b232e4
SM
8871 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
8872 vscroll if we're setting window-buffer to the value it already has.
8873
76ed5e01
DN
88742008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
8875
8876 * m/intel386.h: Remove references to XENIX.
8877
55e6d9b2
AS
88782008-01-17 Andreas Schwab <schwab@suse.de>
8879
8880 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
8881 instead of HAVE_X86_64_LIB64_DIR.
8882 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
8883
b16ed52d
GM
88842008-01-17 Glenn Morris <rgm@gnu.org>
8885
8886 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
8887 to HAVE_X86_64_LIB64_DIR.
8888
6bed5c4a
DN
88892008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
8890
8891 * s/irix3-3.h:
8892 * s/irix4-0.h:
8893 * s/386-ix.h:
8894 * s/domain.h:
8895 * s/hpux9-x11r4.h:
8896 * s/hpux9shxr4.h: Remove files for systems no longer supported.
8897
8898 * sysdep.c: Remove code containing references to symbols defined
8899 by unsupported systems.
8900
fdecf907
GM
89012008-01-16 Glenn Morris <rgm@gnu.org>
8902
8903 * coding.c (select-safe-coding-system-function): Doc fix.
8904
9292328f
GM
89052008-01-15 Glenn Morris <rgm@gnu.org>
8906
8907 * config.in: Revert 2008-01-13 change: this is a generated file.
8908
944df511
MO
89092008-01-13 Tom Tromey <tromey@redhat.com>
8910
8911 * lisp.h: Fix typo.
8912
8111ec05
DN
89132008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
8914
f40f5dc3
DN
8915 * m/sequent-ptx.h:
8916 * m/sequent.h:
8917 * s/ptx.h:
8918 * s/ptx4-2.h:
8919 * s/ptx4.h: Remove files for systems no longer supported.
8920
ce20b664 8921 * callproc.c (Fcall_process): Fix previous change.
8111ec05 8922
e39a993c
DN
89232008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
8924
052e457f 8925 * unexsunos4.c: Remove file, system not supported anymore.
e39a993c 8926
290afd83
JB
8927 * m/mips.h:
8928 * m/intel386.h:
e39a993c
DN
8929 * callproc.c:
8930 * config.in:
8931 * ecrt0.c:
8932 * emacs.c:
8933 * fileio.c:
8934 * frame.c:
8935 * getpagesize.h:
8936 * keyboard.c:
8937 * lread.c:
8938 * process.c:
8939 * puresize.h:
8940 * sysdep.c:
8941 * systty.h:
8942 * syswait.h:
8943 * unexec.c:
8944 * xdisp.c:
8945 * alloc.c: Remove code containing references to symbols defined by
8946 unsupported systems.
8947
81cd7687
KH
89482008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
8949
8950 * coding.c (detect_coding_mask): Fix previous change.
8951
218b3b76
KH
89522008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
8953
8954 * coding.c (detect_coding_iso2022): New arg
8955 latin_extra_code_state. Allow Latin extra codes only
8956 when *latin_extra_code_state is nonzero.
8957 (detect_coding_mask): If there is a NULL byte, detect the encoding
8958 as UTF-16 or binary. If Latin extra codes exist, detect the
8959 encoding as ISO-2022 only when there's no other proper encoding is
8960 found.
8961
59ce725a 89622008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
081f2203 8963
59ce725a
MB
8964 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
8965 #ifdef MAC_OS.
048addec 8966
59ce725a 89672008-01-08 Richard Stallman <rms@gnu.org>
048addec 8968
59ce725a 8969 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
048addec 8970
8290574e
NR
89712008-01-06 Nick Roberts <nickrob@snap.net.nz>
8972
a0a3805c 8973 * keyboard.c (parse_menu_item): Don't enclose key bindings on
8290574e
NR
8974 menu bar in parentheses.
8975
f3041af1
DN
89762008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8977
8978 * m/7300.h:
8979 * m/acorn.h:
8980 * m/alliant-2800.h:
8981 * m/alliant.h:
8982 * m/alliant1.h:
8983 * m/alliant4.h:
8984 * m/altos.h:
8985 * m/amdahl.h:
8986 * m/apollo.h:
8987 * m/att3b.h:
8988 * m/aviion-intel.h:
8989 * m/aviion.h:
8990 * m/celerity.h:
8991 * m/clipper.h:
8992 * m/cnvrgnt.h:
8993 * m/convex.h:
8994 * m/cydra5.h:
8995 * m/delta88k.h:
8996 * m/dpx2.h:
8997 * m/dual.h:
8998 * m/elxsi.h:
8999 * m/f301.h:
9000 * m/gould-np1.h:
9001 * m/gould.h:
9002 * m/i860.h:
9003 * m/ibmps2-aix.h:
9004 * m/ibmrt-aix.h:
9005 * m/ibmrt.h:
9006 * m/irist.h:
9007 * m/is386.h:
9008 * m/isi-ov.h:
9009 * m/mega68.h:
9010 * m/mg1.h:
9011 * m/news-r6.h:
9012 * m/news-risc.h:
9013 * m/news.h:
9014 * m/nh3000.h:
9015 * m/nh4000.h:
9016 * m/ns16000.h:
9017 * m/ns32000.h:
9018 * m/nu.h:
9019 * m/orion.h:
9020 * m/orion105.h:
9021 * m/paragon.h:
9022 * m/pfa50.h:
9023 * m/plexus.h:
9024 * m/pyramid.h:
9025 * m/pyrmips.h:
9026 * m/sh3el.h:
9027 * m/sps7.h:
9028 * m/sr2k.h:
9029 * m/stride.h:
9030 * m/sun1.h:
9031 * m/sun2.h:
9032 * m/sun3-68881.h:
9033 * m/sun3-fpa.h:
9034 * m/sun3-soft.h:
9035 * m/sun3.h:
9036 * m/sun386.h:
9037 * m/symmetry.h:
9038 * m/tad68k.h:
9039 * m/tahoe.h:
9040 * m/targon31.h:
9041 * m/tek4300.h:
9042 * m/tekxd88.h:
9043 * m/tower32.h:
9044 * m/tower32v3.h:
9045 * m/ustation.h:
9046 * m/wicat.h:
9047 * m/xps100.h:
9048 * s/cxux.h:
9049 * s/cxux7.h:
9050 * s/dgux.h:
9051 * s/dgux4.h:
9052 * s/dgux5-4-3.h:
9053 * s/dgux5-4r2.h:
9054 * s/esix.h:
9055 * s/esix5r4.h:
9056 * s/hiuxmpp.h:
9057 * s/hiuxwe2.h:
9058 * s/iris3-5.h:
9059 * s/iris3-6.h:
9060 * s/isc2-2.h:
9061 * s/isc3-0.h:
9062 * s/isc4-0.h:
9063 * s/isc4-1.h:
9064 * s/newsos5.h:
9065 * s/newsos6.h:
9066 * s/osf1.h:
9067 * s/osf5-0.h:
9068 * s/riscix1-1.h:
9069 * s/riscix12.h:
9070 * s/sco4.h:
9071 * s/sco5.h:
9072 * s/sunos4-0.h:
9073 * s/sunos4-1.h:
9074 * s/sunos413.h:
9075 * s/sunos4shr.h:
9076 * s/umax.h:
9077 * s/unipl5-2.h:
9078 * s/xenix.h:
9079 * cxux-crt0.s:
9080 * unexapollo.c:
9081 * unexconvex.c:
9082 * unexenix.c:
9083 * unexsni.c: Remove files for systems no longer supported.
9084
9085 * m/intel386.h: Remove references to unsupported systems.
9086
9087 * w32.c (get_emacs_configuration): Remove reference to i860.
9088
9089 * sysdep.c: Remove dead code.
9090
d35e1cd7
DN
90912008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
9092
9093 * s/rtu.h:
a0a3805c 9094 * m/masscomp.h: Remove files. Platform is obsolete.
d35e1cd7 9095
abe136ee
MA
90962008-01-04 Michael Albinus <michael.albinus@gmx.de>
9097
9098 * dbusbind.c (Fdbus_method_return): New function.
9099 (xd_read_message): Add the serial number to the event.
9100 (Fdbus_register_method): Activate the function.
9101
87df3c32
SM
91022008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * keyboard.c (read_key_sequence): Fix typo.
9105
5125905e
MA
91062008-01-03 Michael Albinus <michael.albinus@gmx.de>
9107
9108 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
9109 (xd_signature, xd_append_arg): Handle element type detection for
9110 empty arrays.
9111 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
9112 SDATA () calls; this must be solved more general.
9113 (Fdbus_register_signal): Use SBYTES instead of strlen.
9114
8bba1b5c
MH
91152008-01-03 Magnus Henoch <magnus@zemdatav>
9116
9117 * dbusbind.c (xd_append_arg): Use unsigned char instead of
9118 unsigned int for byte values (necessary for big-endian platform).
2c3a8b27 9119 (Fdbus_call_method): Handle the case of no returned arguments.
8bba1b5c 9120
a0a3805c 91212007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15f16c1b
MA
9122
9123 * dbusbind.c (xd_read_message): Use non-static input_event struct.
9124
a271e124
MH
91252007-12-31 Magnus Henoch <mange@freemail.hu>
9126
9127 * dbusbind.c (xd_signature): Signature of variant is just "v".
9128
17bc8f94
MA
91292007-12-30 Michael Albinus <michael.albinus@gmx.de>
9130
87df3c32 9131 * dbusbind.c: Fix several errors and compiler warnings.
1f204af3 9132 Reported by Tom Tromey <tromey@redhat.com>.
17bc8f94
MA
9133 (XD_ERROR, XD_DEBUG_MESSAGE)
9134 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
9135 (xd_append_arg): Part for basic D-Bus types rewitten.
9136 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
9137 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
9138 appropriate.
9139 (xd_read_message): Return Qnil. Don't signal an error; it is not
9140 useful during event reading.
9141 (Fdbus_register_signal): Signal an error if the check for
9142 FUNCTIONP fails.
9143 (Fdbus_register_method): New function. The implementation is not
9144 complete, the call of the function signals an error therefore.
9145 (Fdbus_unregister_object): New function, renamed from
9146 Fdbus_unregister_signal. The initial check signals an error, if
5125905e 9147 the object is not well formed.
17bc8f94 9148
dd6f2802
RS
91492007-12-30 Richard Stallman <rms@gnu.org>
9150
9151 * textprop.c (get_char_property_and_overlay):
9152 Signal error if POSITION is out of range in a buffer.
9153
1da8a031
MR
91542007-12-29 Martin Rudalics <rudalics@gmx.at>
9155
9156 * w32fns.c (Fx_create_frame): Make copy of frame parameters
9157 because the original parameters are in pure storage now.
9158
5742be86
YM
91592007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9160
9161 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
9162
b014713c
EZ
91632007-12-22 Eli Zaretskii <eliz@gnu.org>
9164
b17f53ab
MB
9165 * callint.c (syms_of_callint) <command-history>: Add reference to
9166 history-length in the doc string.
048addec 9167
b17f53ab 91682007-12-17 Jason Rumney <jasonr@gnu.org>
048addec 9169
b17f53ab
MB
9170 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
9171 before passing as wParam.
048addec 9172
9af5078b
MA
91732007-12-22 Michael Albinus <michael.albinus@gmx.de>
9174
9175 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
9176 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
9177 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
9178 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
9179 as number.
9180 (Fdbus_call_method): Fix docstring.
9181
87cf1a39
MA
91822007-12-21 Michael Albinus <michael.albinus@gmx.de>
9183
9184 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
9185 New macros.
87df3c32 9186 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
a0a3805c
JB
9187 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
9188 Simplify.
87cf1a39
MA
9189 (xd_signature): New function.
9190 (xd_append_arg): Compute also signatures. Major rewrite.
9191 (xd_retrieve_arg): Make debug messages friendly.
87df3c32
SM
9192 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
9193 Check for signatures of arguments.
87cf1a39 9194
54371585
MA
91952007-12-19 Michael Albinus <michael.albinus@gmx.de>
9196
9197 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
9198 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
9199 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
9200 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
9201 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
87df3c32 9202 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
54371585
MA
9203 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
9204 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
87df3c32 9205 (xd_retrieve_value): Remove. Functionality included in ...
54371585
MA
9206 (xd_append_arg): New function.
9207 (Fdbus_call_method, Fdbus_send_signal): Apply it.
9208
f5306ca3
MA
92092007-12-16 Michael Albinus <michael.albinus@gmx.de>
9210
9211 * dbusbind.c (top): Include <stdio.h>.
9212 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
9213 dbus_message_new_method_call and dbus_message_new_signal.
87df3c32
SM
9214 (Fdbus_register_signal): Rename unique_name to uname.
9215 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
f5306ca3
MA
9216 non-existing unique name. Fix typos in matching rule. Return an
9217 object which is useful in Fdbus_unregister_signal.
9218 (Fdbus_unregister_signal): Reimplementation, in order to remove
9219 only the corresponding entry.
9220 (Vdbus_registered_functions_table): Change the order of entries.
9221 Apply these changes in xd_read_message and Fdbus_register_signal.
9222
77a28bbf
AS
92232007-12-16 Andreas Schwab <schwab@suse.de>
9224
9225 * fileio.c (Finsert_file_contents): Fix overflow check to not
9226 depend on undefined integer overflow.
9227
2e3566d8
JR
92282007-12-14 Jason Rumney <jasonr@gnu.org>
9229
9230 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
9231 for characters above 127.
9232
bf254037
JR
92332007-12-13 Jason Rumney <jasonr@gnu.org>
9234
9235 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
9236 before dereferencing array.
9237 (lookup_vk_code): Remove zero comparison.
9238
eb7c7bf5
MA
92392007-12-14 Michael Albinus <michael.albinus@gmx.de>
9240
9241 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
87df3c32
SM
9242 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
9243 Use `unsigned int' instead of `uint'.
eb7c7bf5
MA
9244 (xd_read_message, Fdbus_register_signal): Split expressions into
9245 multiple lines before operators "&&" and "||", according to the
9246 GNU Coding Standards.
9247
34fb0fc9
EZ
92482007-12-14 Eli Zaretskii <eliz@gnu.org>
9249
9250 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
9251
c7d97628
JL
92522007-12-12 Juri Linkov <juri@jurta.org>
9253
9254 * buffer.c (Frename_buffer): In interactive spec replace
9255 `read-buffer' with `read-string' that uses `buffer-name-history'
9256 as history, and the current buffer's name as default.
9257
3709505e
SM
92582007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
9259
9260 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
9261 manipulating the backtrace manually.
9262 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
9263 (struct backtrace, backtrace_list): Remove.
9264 (command_loop_1): Remove dead var `no_direct'.
9265
9266 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
9267 preserve non-built-in buffer-local variables.
9268 (Fkill_all_local_variables): Don't re-create&re-set permanent
9269 buffer-local variables.
9270
e2bec886
JL
92712007-12-09 Juri Linkov <juri@jurta.org>
9272
9273 * buffer.c (Frename_buffer): Change interactive spec from "s" to
9274 Lisp code that uses `read-buffer' with current buffer as default.
9275
a31d47c7
MA
92762007-12-08 Michael Albinus <michael.albinus@gmx.de>
9277
9278 * dbusbind.c (xd_read_message): Generate an event for every
9279 registered handler. There might be several handlers registered
9280 for the same signal.
9281 (Fdbus_register_signal): Don't overwrite a registration for the
9282 same signal. Add a new registration if handlers are different.
9283 (Vdbus_registered_functions_table): Rework doc string.
9284
52da95fa
MA
92852007-12-07 Michael Albinus <michael.albinus@gmx.de>
9286
9287 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
9288 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
9289 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
9290 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
9291 Unify argument lists.
a0a3805c 9292 (xd_read_message, Fdbus_register_signal): Reorder and extend event
52da95fa
MA
9293 arguments and hash table keys. Use unique name for service.
9294 (Fdbus_unregister_signal): Remove checks.
9295 (Vdbus_registered_functions_table): Fix doc string.
9296
e5e76c04 92972007-12-05 Magnus Henoch <mange@freemail.hu>
0277bfa1
RS
9298
9299 * process.c (make_process): Initialize pty_flag to 0.
9300
e5e76c04 93012007-12-05 Jason Rumney <jasonr@gnu.org>
44b1dc2e
JR
9302
9303 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
9304 specified XBMs.
9305
e5e76c04 93062007-12-05 Richard Stallman <rms@gnu.org>
048addec 9307
e5e76c04 9308 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
048addec 9309
e5e76c04 93102007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 9311
e5e76c04
MB
9312 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
9313 New variable.
9314 (mac_try_close_socket) [MAC_OSX]: New function.
9315 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
9316 Update cfsockets_for_select. Replace invalid CFRunLoop source.
048addec 9317
e5e76c04
MB
9318 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
9319 Use mac_try_close_socket.
048addec 9320
e5e76c04 93212007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 9322
e5e76c04
MB
9323 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
9324 reloc_base.
9325 (copy_dysymtab): Compute relocation base here.
9326 (rebase_reloc_address) [__ppc64__]: New function.
9327 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
9328 changed.
048addec 9329
e5e76c04 93302007-12-05 Jason Rumney <jasonr@gnu.org>
048addec 9331
e5e76c04 9332 * w32proc.c (sys_spawnve): Quote args with wildcards.
048addec 9333
e5e76c04 93342007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 9335
e5e76c04
MB
9336 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
9337 __objc_* sections.
9338 (unrelocate) [_LP64]: Set relocation base to address of data segment.
048addec 9339
96faeb40
MA
93402007-12-05 Michael Albinus <michael.albinus@gmx.de>
9341
9342 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
9343 Move check for Vdbus_registered_functions_table to
9344 xd_read_queued_messages.
9345 (xd_read_queued_messages): Protect xd_read_message calls by
9346 internal_condition_case_1.
9347
39abdd4a
MA
93482007-12-04 Michael Albinus <michael.albinus@gmx.de>
9349
87df3c32 9350 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
39abdd4a 9351 Qdbus_system_bus and Qdbus_session_bus, respectively.
87df3c32 9352 (Vdbus_intern_symbols): Remove.
39abdd4a 9353 (Vdbus_registered_functions_table): New hash table.
87df3c32 9354 (XD_SYMBOL_INTERN_SYMBOL): Remove.
39abdd4a 9355 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
87df3c32 9356 Rewrite in order to manage registered functions by hash table
39abdd4a
MA
9357 Vdbus_registered_functions_table.
9358
880820fe 93592007-12-03 Jan Djärv <jan.h.d@swipnet.se>
7ba30657
JD
9360
9361 * xterm.c: Update URL to Window Manager Specification in comment.
9362
033b73e2
MA
93632007-12-02 Michael Albinus <michael.albinus@gmx.de>
9364
9365 * config.in (HAVE_DBUS): Add.
9366
a0a3805c 9367 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
033b73e2
MA
9368 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
9369 (obj): Add $(DBUS_OBJ).
9370 (LIBES): Add $(DBUS_LIBS).
9371 (dbusbind.o): New target.
9372
9373 * dbusbind.c: New file.
9374
9375 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
9376
9377 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
a0a3805c 9378 (Qdbus_event): New Lisp symbol.
033b73e2 9379 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
87df3c32 9380 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
033b73e2
MA
9381 (keys_of_keyboard ): Define dbus-event.
9382
9383 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
9384
39d0bf74
RS
93852007-12-01 Richard Stallman <rms@gnu.org>
9386
9387 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
9388
f3157c65
JR
93892007-11-30 Jason Rumney <jasonr@gnu.org>
9390
9391 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
9392 (w32con_reset_terminal_modes): Clear screen buffer.
f1e8dcf1
JR
9393 (w32_face_attributes): Don't use color indexes that are out of range.
9394 Only reverse the default colors.
f3157c65
JR
9395
9396 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
9397 WINDOWSNT.
9398
9399 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
9400
b510360c
JR
94012007-11-29 Jason Rumney <jasonr@gnu.org>
9402
9403 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
9404 (w32_face_attributes): Use Vtty_defined_color_alist to determine
9405 if the terminal colors are initialized.
9406 (unspecified_fg, unspecified_bg): Remove unused declarations.
9407
4b7ab1c4
AS
94082007-11-29 Andreas Schwab <schwab@suse.de>
9409
9410 * keyboard.c (apply_modifiers): Fix typo.
9411
4bb6c266
RS
94122007-11-29 Richard Stallman <rms@gnu.org>
9413
9414 * keymap.c (Fcurrent_local_map): Doc fix.
9415
aa44cd84
GM
94162007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
9417
9418 * s/gnu-kfreebsd.h: New file.
9419
21ec2c43
SM
94202007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9421
cc648cef
SM
9422 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
9423 Don't cast redundantly.
9424
21ec2c43
SM
9425 * keyboard.c (KEY_TO_CHAR): New macro.
9426 (parse_modifiers, apply_modifiers): Accept integer arguments.
9427 (read_key_sequence): Use them to unify the "shift->unshift" mapping
9428 for chars and symbol keys.
9429 After doing such remapping, apply function-key-map again.
9430
73e72da4
DN
94312007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
9432
9433 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
9434 compiled anymore.
9435
254693ff
AS
94362007-11-26 Andreas Schwab <schwab@suse.de>
9437
9438 * process.c (list_processes_1): Fix indentation level of the
9439 command column.
9440
ff6e6ac8
AS
94412007-11-23 Andreas Schwab <schwab@suse.de>
9442
9443 * editfns.c (Fformat): Handle %c specially since it requires the
9444 argument to be of type int.
9445
f7cf8b20
SM
94462007-11-23 Markus Triska <markus.triska@gmx.at>
9447
9448 * emacs.c (main): Call init_editfns before init_process, since
2a2e8de7 9449 init_process sets Vprocess_connection_type depending on OS release.
f7cf8b20 9450
569c11e3
SM
94512007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9452
8787dd73
SM
9453 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
9454 (find_symbol_value): Use do_symval_forwarding.
9455
569c11e3
SM
9456 * data.c (set_internal): Set the value in the `cons-cell' (for
9457 Buffer_Local_values) not only for frame-local variables.
9458
6af1696d
AS
94592007-11-22 Andreas Schwab <schwab@suse.de>
9460
9461 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
9462 values to sprintf.
9463 * keymap.c (Fsingle_key_description): Likewise.
9464 * print.c (print_object): Likewise.
9465
880820fe 94662007-11-22 Jan Djärv <jan.h.d@swipnet.se>
d4ad8c04
JD
9467
9468 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
9469 file for image is nil.
9470
7c401d15
DN
94712007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
9472
9473 * term.c: Include stdarg.h.
569c11e3 9474 (fatal): Implement using varargs.
a0a3805c 9475 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
7c401d15 9476
64e16c3c
SM
94772007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
9480 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
9481 Update call to buffer_slot_type_mismatch.
9482 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
9483 (buffer_slot_type_mismatch): Update.
9484 * buffer.c (buffer_local_types): Remove.
9485 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
9486 (defvar_per_buffer): Set the type in the buffer_objfwd.
9487
d4aa48db 94882007-11-21 Jason Rumney <jasonr@gnu.org>
5f42a7eb 9489
64e16c3c
SM
9490 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
9491 CreateFileMapping returns NULL on failure.
5f42a7eb 9492
d4aa48db 94932007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
048addec 9494
d4aa48db
MB
9495 * search.c (Fset_match_data): Remove the `evaporate' feature.
9496 (unwind_set_match_data): Don't use the `evaporate' feature.
437dfb9f 9497
bdae0540
JR
94982007-11-21 Jason Rumney <jasonr@gnu.org>
9499
9500 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
9501
9502 * w32console.c (w32con_write_glyphs): Remove unused variables.
9503
202c09a8
DN
95042007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
9505
b951420f
DN
9506 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
9507
202c09a8
DN
9508 * s/darwin.h (MULTI_KBOARD): Remove.
9509
9510 * macfns.c (x_create_tip_frame, Fx_create_frame)
9511 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
9512
bae72c12
SM
95132007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9514
e7c10f83
SM
9515 * buffer.c (Fbuffer_local_value): Remove redundant test.
9516 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
9517 than in `current-buffer' to match the comment.
9518 Do the swap using swap_in_global_binding.
9519
136eb6ed
SM
9520 * data.c (store_symval_forwarding, set_internal):
9521 * eval.c (specbind): Remove dead code.
9522
bae72c12
SM
9523 * coding.c (detect_coding, Fupdate_coding_systems_internal):
9524 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
9525 Since we do not want to see internal Lisp_*fwd objects here.
9526
880820fe 95272007-11-18 Jan Djärv <jan.h.d@swipnet.se>
95fbaefc 9528
3d66b985
JD
9529 * sysdep.c (init_system_name): Use getaddrinfo if available.
9530
95fbaefc
JD
9531 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
9532 (x_scroll_bar_note_movement): start, end, with, height in struct
9533 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
9534
6c1d8cb6
DN
95352007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
9536
9537 * puresize.h (BASE_PURESIZE): Increase to 1190000.
9538
30f95089
SM
95392007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9540
66b04bd4
SM
9541 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
9542 This undoes Richard's change of 14-Oct-2002.
9543
6d3f2bb2
SM
9544 * alloc.c (allocate_other_vector):
9545 * lisp.h (allocate_other_vector): Remove.
9546
b05b4e27
SM
9547 * window.c (struct save_window_data): Move non-lisp data to the end
9548 and make it `int' rather than Lisp_Object.
9549 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
9550 Done wrap/unwrap integer values.
9551 (Fset_window_configuration, compare_window_configurations):
9552 Update use of fields to their new types.
9553
056ce195
SM
9554 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
9555 Turn integer fields into `int'. Merge x_window_low and x_window_high.
9556 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
9557 (SET_SCROLL_BAR_X_WINDOW): Remove.
9558 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
9559 Access the new x_window field directly.
9560 * xterm.c (x_scroll_bar_create): Use a pseudovector.
9561 Don't wrap/unwrap integers into Lisp_Objects.
9562 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
9563 (x_scroll_bar_report_motion):
9564 Don't wrap/unwrap integers into Lisp_Objects.
9565 (x_term_init): Use SDATA.
9566 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
9567 (x_scroll_bar_set_handle, x_scroll_bar_remove)
9568 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
9569 (x_scroll_bar_report_motion, x_scroll_bar_clear):
9570 * xfns.c (x_set_background_color):
9571 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
9572 Access the new x_window field directly.
9573
30f95089
SM
9574 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
9575 (allocate_pseudovector): Make non-static.
6d3f2bb2 9576
30f95089
SM
9577 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
9578 (allocate_pseudovector): Declare.
6f69e89b 9579 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
30f95089 9580
9b6112e8
AS
95812007-11-15 Andreas Schwab <schwab@suse.de>
9582
30f95089
SM
9583 * editfns.c (Fformat): Correctly format EMACS_INT values.
9584 Also take precision into account when formatting an integer.
0f860bd7 9585
9b6112e8
AS
9586 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
9587
262fcd41
SM
95882007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9589
58da34c7
SM
9590 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
9591 (syms_of_keyboard): Defsubr it.
9592
262fcd41
SM
9593 * data.c (swap_in_global_binding): Fix longstanding bug where
9594 store_symval_forwarding was not called with the right second argument,
9595 thus causing objfwd-ing from being dropped.
9596
d29a9848
JB
95972007-11-14 Juanma Barranquero <lekktu@gmail.com>
9598
9599 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
9600 (Fx_display_pixel_height, Fx_display_planes)
9601 (Fx_display_color_cells, Fx_server_max_request_size)
9602 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
9603 (Fx_display_visual_class, Fx_display_save_under):
9604 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
9605 (Fx_display_pixel_height, Fx_display_planes)
9606 (Fx_display_color_cells, Fx_server_max_request_size)
9607 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9608 (Fx_display_mm_height, Fx_display_mm_width)
9609 (Fx_display_backing_store, Fx_display_visual_class)
9610 (Fw32_select_font, Fx_display_save_under):
9611 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
9612 (Fx_display_pixel_height, Fx_display_planes)
9613 (Fx_display_color_cells, Fx_server_max_request_size)
9614 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
9615 (Fx_display_save_under): Fix typos in docstrings.
9616
74084731
JB
96172007-11-14 Juanma Barranquero <lekktu@gmail.com>
9618
9619 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
9620 corresponding to deleted entries; they are an implementation detail.
9621 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
9622 Remove variables.
9623 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
9624 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
9625 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
9626 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
9627 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
d29a9848 9628 (Fw32_define_rgb_color, Fw32_load_color_file)
74084731 9629 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
02b39a28
JB
9630 Fix typos in docstrings.
9631 (Fx_server_version): Reflow docstring.
9632 (Fw32_shell_execute): Doc fixes.
74084731 9633
fb053a1f
JB
96342007-11-13 Juanma Barranquero <lekktu@gmail.com>
9635
9636 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
9637 if w32_parse_hot_key returned nil.
9638
a457417e 96392007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9ec1bdb6 9640
a457417e 9641 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
9ec1bdb6 9642
4b219faa
JR
96432007-11-09 Jason Rumney <jasonr@gnu.org>
9644
9645 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
9646
9647 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
9648
9649 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
9650 Remove W32_SCROLL_BAR_CLICK_EVENT.
9651
9652 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
9653 Add MULTIMEDIA_KEY_EVENT.
9654
9655 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
9656 (lispy_multimedia_keys) [WINDOWSNT]: New array.
9657 (make_lispy_event) [WINDOWSNT]: Use it to translate
9658 MULTIMEDIA_KEY_EVENT.
9659
9660 * w32term.h (WM_APPCOMMAND): Define if not already.
9661 (GET_APPCOMMAND_LPARAM): Likewise.
9662
9663 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
9664 WM_APPCOMMAND.
9665
9666 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
9667 (syms_of_w32fns): Export and initialize it.
9668 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
9669
c12ecb0a 96702007-11-09 Chong Yidong <cyd@stupidchicken.com>
d388d2ac
CY
9671
9672 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
9673 twice.
9674
9675 * xdisp.c (handle_face_prop): Fix last change.
9676
c12ecb0a 96772007-11-09 Richard Stallman <rms@gnu.org>
048addec 9678
c12ecb0a
MB
9679 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
9680 not just for after-strings and before-strings.
9681 Call face_for_overlay_string and pass the overlay to it.
9682 (handle_display_prop): Determine whether property came from an overlay.
9683 Pass OVERLAY arg to handle_single_display_spec.
9684 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
9685 (load_overlay_strings): Fill in it->string_overlays.
9686 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
b5cb6072 9687
c12ecb0a
MB
9688 * xfaces.c (face_for_overlay_string): Function renamed from
9689 face_at_buffer_position_no_overlays, and add arg OVERLAY.
b5cb6072 9690
c12ecb0a
MB
9691 * dispextern.h (struct it): New elt string_overlays.
9692 New elt from_overlay, also in stack.
9693 Rearrange a few elements.
9694 (face_for_overlay_string): Decl renamed from
9695 face_at_buffer_position_no_overlays, and add argument.
15fff01d 9696
c12ecb0a 96972007-11-09 Richard Stallman <rms@gnu.org>
0065bb74 9698
c12ecb0a
MB
9699 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
9700 to get the base face for an overlay string.
0d8466cc 9701
c12ecb0a 9702 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15fff01d 9703
c12ecb0a 9704 * xfaces.c (face_at_buffer_position_no_overlays): New function.
2fae9111 9705
c12ecb0a 9706 * xdisp.c (handle_stop): Move some code out of loop.
2d6c1fc0 9707
c12ecb0a 97082007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
07025a55 9709
c12ecb0a
MB
9710 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
9711 Fix conversion from Lisp object to ATSUFontID.
07025a55 9712
c12ecb0a 97132007-11-09 Jason Rumney <jasonr@gnu.org>
07025a55 9714
c12ecb0a 9715 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
3a232704 9716
c12ecb0a 97172007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
539e92ad 9718
c12ecb0a
MB
9719 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
9720 Don't assume regions are aligned to page boundary.
9721 (print_load_command_name): Add LC_UUID if defined.
3a232704 9722
c12ecb0a 97232007-11-09 Richard Stallman <rms@gnu.org>
0cb8bb48 9724
c12ecb0a 9725 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
539e92ad 9726
b8ddfbcc
JR
97272007-11-07 Jason Rumney <jasonr@gnu.org>
9728
9729 * s/windows95.h: Remove.
9730
880820fe 97312007-11-06 Jan Djärv <jan.h.d@swipnet.se>
e624c3f9
JD
9732
9733 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
9734 abort with a message on unhandled store_type values.
9735
880820fe 97362007-11-01 Jan Djärv <jan.h.d@swipnet.se>
ac1278c1
JD
9737
9738 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
9739 Remove HAVE_X11R5 and HAVE_X11R4.
9740
04a697fe
DN
97412007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
9742
9743 * Makefile.in: Remove references to sunfns.c and sunfns.o.
9744
880820fe 97452007-11-01 Johan Bockgård <bojohan@gnu.org>
56dad874
GM
9746
9747 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
fb053a1f 9748 Don't set s->stippled_p here, since it has already been set by
56dad874
GM
9749 x_set_glyph_string_gc from x_draw_glyph_string.
9750
07e5c0b0
DN
97512007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
9752
2a2e8de7 9753 * sunfns.c: Remove file.
07e5c0b0
DN
9754
9755 * m/sun386.h:
9756 * m/sun2.h:
9757 * m/sparc.h: Remove Sun windows code.
9758
1bc973c2
SM
97592007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
9762 (init_keyboard): Set current_kboard's window-system to nil.
9763 (tty_read_avail_input): Typo.
9764 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
9765
c22140f6
DN
97662007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
9767
9768 * s/usg5-4.h:
9769 * s/usg5-3.h:
9770 * s/ptx.h:
9771 * m/is386.h:
9772 * m/ibmps2-aix.h:
2a2e8de7 9773 * Makefile.in: Remove all mentions of X10.
c22140f6
DN
9774
9775 * dispnew.c (syms_of_display): Don't mention version 10.
9776
660a8219
JB
97772007-10-28 Juanma Barranquero <lekktu@gmail.com>
9778
9779 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
9780 ($(BLD)/abbrev.$(O)): Remove.
9781
e047f448
SM
97822007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 Rewrite abbrev.c in Elisp.
9785 * image.c (Qcount): Don't declare as extern.
9786 (syms_of_image): Initialize and staticpro `Qcount'.
9787 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
9788 * emacs.c (main): Don't call syms_of_abbrev.
9789 * Makefile.in (obj): Remove abbrev.o.
9790 (abbrev.o): Remove.
9791 * abbrev.c: Remove.
9792
67b73e3a
MR
97932007-10-26 Martin Rudalics <rudalics@gmx.at>
9794
9795 * window.c (window_min_size_2): Don't count header-line.
9796
e3d7bd83
DN
97972007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9798
9799 * frame.h (struct frame): Move all bit fields after the first bit
660a8219 9800 field to take advantage of the available space. Group all the
e3d7bd83
DN
9801 chars together to reduce wasted space due to padding.
9802
a3547743
JB
98032007-10-26 Juanma Barranquero <lekktu@gmail.com>
9804
e298936f
JB
9805 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
9806
d3d47262
JB
9807 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
9808 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
9809 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
9810 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
9811 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
9812 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
9813 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
9814 (last_marked, mark_object_loop_halt): Make static.
9815
a3547743
JB
9816 * frame.c (syms_of_frame) <delete-frame-functions>:
9817 Fix typo in docstring.
9818
14c71d8b
JB
98192007-10-25 Juanma Barranquero <lekktu@gmail.com>
9820
9821 * w32.c (init_environment): Fix tiny memory leak.
66199f74 9822 (w32_get_resource): Remove unused variable `ok'.
14c71d8b 9823
70b8d0a4
SM
98242007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 Make `window-system' into a keyboard-local variable (rather than
9827 frame-local as done originally by multi-tty).
9828
9829 * keyboard.h (struct kboard): Add Vwindow_system.
9830 * keyboard.c (init_kboard): Set a default for Vwindow_system.
9831 (mark_kboards): Mark Vwindow_system.
9832
9833 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
9834 (init_display): Don't set the obsolete `window-system' frame-param.
9835
9836 * xterm.c (x_term_init):
9837 * w32term.c (w32_create_terminal):
9838 * term.c (init_tty): Set Vwindow_system.
9839 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
9840 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
9841
9842 * xfns.c (Fx_create_frame, x_create_tip_frame):
9843 * w32fns.c (Fx_create_frame, x_create_tip_frame):
9844 * macfns.c (Fx_create_frame):
9845 Don't set the obsolete `window-system' frame-param.
9846
9847 * frame.h (Qwindow_system): Remove.
9848 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
9849 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
9850
fdc90613 98512007-10-24 Richard Stallman <rms@gnu.org>
4521d1fc 9852
fdc90613
MB
9853 * frame.c (x_figure_window_size): For fullscreen case,
9854 set USPosition | PPosition without clobbering rest of window_prompting.
7c75be36 9855
fdc90613 9856 * keyboard.c (Fcurrent_idle_time): Doc fix.
4521d1fc 9857
fdc90613 9858 * print.c (Fwith_output_to_temp_buffer): Doc fix.
4521d1fc 9859
7357cb04
SM
98602007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9861
98228e72
SM
9862 * process.c (unwind_request_sigio): Only define if __ultrix__.
9863
1baf6db9
SM
9864 * callproc.c (child_setup): Remove spurious *.
9865
4d0ac3d7
SM
9866 * lisp.h (Fget_text_property): Declare.
9867 (have_menus_p): Declare it here rather than in sys-dep header files.
9868 * macterm.h (have_menus_p):
9869 * msdos.h (have_menus_p):
9870 * xterm.h (have_menus_p): Remove.
9871
7357cb04
SM
9872 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
9873 (Fmake_variable_frame_local): Just check the variable's const-ness
9874 rather than checking nil or t.
9875
866e6dd6
JR
98762007-10-22 Jason Rumney <jasonr@gnu.org>
9877
b00afeae
JR
9878 * w32fns.c: Include math.h.
9879 (w32_abort): Declaration moved to nt/config.nt.
0f7f11b7 9880
c8f7c76b
JR
9881 * s/ms-w32.h (HAVE_STDLIB_H): Define.
9882 (abort): Redefinition moved to nt/config.nt.
9883
866e6dd6
JR
9884 * m/windowsnt.h: Remove.
9885
e79beb56
JB
98862007-10-22 Juanma Barranquero <lekktu@gmail.com>
9887
9888 * emacs.c (Fdump_emacs): Fix typo in message.
9889 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
9890 <installation-directory>: Reflow docstring.
9891
fb30dfd2
JL
98922007-10-22 Juri Linkov <juri@jurta.org>
9893
9894 * minibuf.c: Allow minibuffer default to be a list of default values.
9895 With empty input use the first element of this list as returned default.
e79beb56 9896 (string_to_object)
0f7f11b7 9897 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
fb30dfd2
JL
9898 (read_minibuf): If defalt is cons, set histstring to its car.
9899 (Fread_string): If default_value is cons, set val to its car.
9900 (Fread_buffer): If def is cons, use its car.
9901 (Fcompleting_read): If defalt is cons, set val to its car.
9902
1f163f28
MA
99032007-10-21 Michael Albinus <michael.albinus@gmx.de>
9904
9905 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
9906
db3534c3
JB
99072007-10-20 Juanma Barranquero <lekktu@gmail.com>
9908
9909 * doc.c (Fdocumentation): Check for advice in all cases.
9910
c6f18a07
CY
99112007-10-19 Chong Yidong <cyd@stupidchicken.com>
9912
9913 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
9914
2a1534d3
RS
99152007-10-19 Richard Stallman <rms@gnu.org>
9916
9917 * doc.c (Fdocumentation): Check for and handle an advised function.
9918
7b82c3b6
JB
99192007-10-19 Juanma Barranquero <lekktu@gmail.com>
9920
9921 * process.c (Fset_process_filter): Doc fix.
9922
3278f20e
SM
99232007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
9926 which caused key-translation-map to applied repeatedly (thus breaking
9927 double-mode).
9928
99784d63
SM
99292007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * xselect.c (x_own_selection, x_handle_selection_clear)
9932 (x_clear_frame_selections):
9933 * w32menu.c (list_of_panes, list_of_items):
9934 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
9935 * textprop.c (validate_plist, interval_has_all_properties)
9936 (interval_has_some_properties, interval_has_some_properties_list)
9937 (add_properties, text_property_list):
9938 * process.c (Fget_buffer_process, list_processes_1, status_notify):
9939 * minibuf.c (Fassoc_string):
9940 * macselect.c (x_own_selection, x_clear_frame_selections)
9941 (Fx_disown_selection_internal):
9942 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
9943 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
9944
44bb704d
CY
99452007-10-17 Chong Yidong <cyd@stupidchicken.com>
9946
9947 * process.c: Link to libs for calling res_init() if available.
9948 (Fmake_network_process): Call res_init() before getaddrinfo or
9949 gethostbyname, if possible.
9950
d314756e
SM
99512007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9952
2504022a
SM
9953 * lread.c (read1): Set pvectype for char_tables.
9954
19fa82b9
SM
9955 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
9956 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
9957 Add type checks.
9958 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
9959
d314756e
SM
9960 * alloc.c (free_misc): Use XMISCTYPE.
9961 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
9962
94b9aaa2
GM
99632007-10-17 Glenn Morris <rgm@gnu.org>
9964
9965 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
9966 (syms_of_minibuf): Add Qcompletion_ignore_case.
9967 * dired.c (Qcompletion_ignore_case): Change to external.
9968 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
9969 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
9970 (Fread_file_name): Use it rather than intern'ing.
9971
9972 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
9973 (Fread_coding_system): Ignore case of user input.
9974
da6658e8
YM
99752007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9976
9977 * xdisp.c (handle_display_prop): Ignore display specs after
9978 replacing one when string text is being replaced.
9979 (handle_single_display_spec): Pretend as if characters with display
9980 property haven't been consumed only when buffer text is being replaced.
9981
11fb4bdb
SM
99822007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9beb8baa
SM
9984 * xfns.c (Fx_create_frame, Fx_display_list):
9985 * window.c (window_fixed_size_p, enlarge_window)
9986 (shrink_window_lowest_first):
9987 * macterm.c (init_font_name_table):
9988 * macfns.c (Fx_create_frame, Fx_display_list):
9989 * lread.c (close_load_descs):
9990 * keyboard.c (read_char_x_menu_prompt):
9991 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
9992 * coding.c (code_convert_region_unwind): Test the type of an object
9993 rather than just !NILP before extracting data from it.
9994
d3f41ff5
SM
9995 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
9996
67ee9f6e
SM
9997 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
9998 (XMISCANY): New macro.
9999 (XMISCTYPE): Use it.
10000 (struct Lisp_Misc_Any): New type.
10001 (union Lisp_Misc): Use it.
10002 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
10003 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
10004 (find_symbol_value, set_internal, default_value, Fset_default)
10005 (Fmake_variable_buffer_local, Fmake_local_variable)
10006 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
10007 (Flocal_variable_if_set_p, Fvariable_binding_locus):
10008 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
10009 * alloc.c (allocate_buffer): Set the size and tag.
10010 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
10011 Use XMISCANY.
10012 (die): Follow the GNU convention for error messages.
10013 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
10014 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
10015 tag any more.
10016 (set_buffer_internal_1):
10017 * frame.c (store_frame_param):
10018 * eval.c (specbind):
10019 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
10020
11fb4bdb
SM
10021 * doc.c (Fsnarf_documentation): Simplify.
10022
decb374a
JB
100232007-10-14 Juanma Barranquero <lekktu@gmail.com>
10024
10025 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
10026 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
10027
b5a40ee7
SM
100282007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
10031
35277b03
JB
100322007-10-14 Juanma Barranquero <lekktu@gmail.com>
10033
10034 * eval.c (do_autoload): Don't save autoloads.
10035
10036 * data.c (Ffset): Save autoload of the function being set.
10037
35fdaa62
GM
100382007-10-07 John Paul Wallington <jpw@pobox.com>
10039
10040 * xfns.c (x_create_tip_frame): Set the `display-type' frame
10041 parameter before setting up faces.
10042
1ea40aa2
EZ
100432007-10-13 Eli Zaretskii <eliz@gnu.org>
10044
35fdaa62 10045 * ccl.c (Fregister_code_conversion_map):
96a5affb
EZ
10046 * keyboard.c (append_tool_bar_item): Reformat last change.
10047
1ea40aa2
EZ
10048 * lisp.h (eabs): Rename from `abs'. All callers changed.
10049
35277b03 100502007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
71d00ce4
EZ
10051
10052 * buffer.c (add_overlay_mod_hooklist):
10053 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
10054 * fontset.c (make_fontset):
10055 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
10056 (append_tool_bar_item):
10057 * macmenu.c (grow_menu_items):
35fdaa62 10058 * w32menu.c (grow_menu_items):
71d00ce4 10059 * xmenu.c (grow_menu_items): Use larger_vector.
35fdaa62 10060
bc82f120
EZ
100612007-10-13 Eli Zaretskii <eliz@gnu.org>
10062
10063 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
10064 selected frame'' on MSDOS).
10065
d57d5a78
MR
100662007-10-12 Martin Rudalics <rudalics@gmx.at>
10067
10068 * frame.c (Qexplicit_name): New variable.
10069 (x_report_frame_params): Report it in parameter alist.
10070 (syms_of_frame): Intern and staticpro it.
10071
35277b03 100722007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
04710ebd
JR
10073
10074 * macfns.c (x_create_tip_frame): Set terminal for frame.
10075
c7a4b95b
SM
100762007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10077
26f9c7b7
SM
10078 * frame.c (Qenvironment): Remove.
10079 (syms_of_frame) <Qenvironment>: Don't initialize.
10080 (Fdelete_frame): Don't treat the `environment' param specially.
10081 * frame.h (Qenvironment): Don't declare.
10082 * callproc.c (set_initial_environment): Don't set unused frame param.
10083
c7a4b95b
SM
10084 * frame.c (Fframe_with_environment): Remove.
10085 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26f9c7b7 10086
c7a4b95b
SM
10087 * lisp.h (Fframe_with_environment): Don't declare.
10088
c86f7377
JB
100892007-10-10 Juanma Barranquero <lekktu@gmail.com>
10090
10091 * indent.c (indent_tabs_mode, last_known_column)
10092 (last_known_column_modified): Make static.
10093 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
10094
d1b3a122
KY
100952007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
10096
10097 * puresize.h (BASE_PURESIZE): Increase to 1170000.
10098
d57d5a78
MR
100992007-10-09 Jason Rumney <jasonr@gnu.org>
10100
10101 * w32term.c (x_set_window_size): Disable code that attempts to tell
10102 Lisp code about a size change before it actually happens.
10103
81d3d428 101042007-10-09 Richard Stallman <rms@gnu.org>
91175673 10105
81d3d428
MB
10106 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
10107 return HANDLED_RETURN.
91175673 10108
1af74d06 101092007-10-08 Martin Rudalics <rudalics@gmx.at>
4f1b1854 10110
1af74d06
MB
10111 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
10112 when there's an unread command event.
e0fead5d 10113
c7a4b95b 10114 * frame.c (focus_follows_mouse): Move here from frame.el to allow
1af74d06
MB
10115 window autoselection act appropriately when leaving selected frame.
10116 (syms_of_frame): Initialize focus_follows_mouse.
10117 * frame.h (focus_follows_mouse): Extern it.
10118 * macterm.c (XTread_socket): When focus_follows_mouse is nil
c7a4b95b 10119 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
1af74d06
MB
10120 * msdos.c (dos_rawgetc): Likewise.
10121 * w32term.c (w32_read_socket): Likewise.
10122 * xterm.c (handle_one_xevent): Likewise.
10123 * xdisp.c (syms_of_xdisp): In doc-string of
10124 mouse-autoselect-window mention focus-follows-mouse.
e0fead5d 10125
1af74d06 101262007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e0fead5d 10127
1af74d06
MB
10128 * macterm.c (mac_load_query_font): Fix missing return value.
10129 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
10130 Add BLOCK_INPUT.
c186cdb3 10131
1af74d06 101322007-10-08 Richard Stallman <rms@gnu.org>
c186cdb3 10133
1af74d06
MB
10134 * xdisp.c (get_window_cursor_type): Implement documented behavior
10135 for cursor-in-non-selected-windows = t.
c186cdb3 10136
1af74d06 101372007-10-08 Jason Rumney <jasonr@gnu.org>
c186cdb3 10138
1af74d06 10139 * w32.c (w32_get_resource): Always close registry keys.
58cfce98 10140
1af74d06 101412007-10-08 Jason Rumney <jasonr@gnu.org>
58cfce98 10142
1af74d06 10143 * makefile.w32-in (LIBS): Add COMCTL32.
62854fe2 10144
1af74d06 10145 * w32fns.c (globals_of_w32fns): Init common controls.
62854fe2 10146
1af74d06 101472007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 10148
c7a4b95b 10149 * image.c (our_memory_buffer): Rename from omfib_buffer.
656f46bb 10150
1af74d06 101512007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 10152
1af74d06 10153 * buffer.c (Foverlays_at): Doc fix.
036e218d 10154
1af74d06 101552007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
036e218d 10156
1af74d06 10157 * fns.c (Fplist_put): Preserve uneven tail data.
7ddb2c16 10158
1af74d06 101592007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7ddb2c16 10160
1af74d06 10161 * termhooks.h (enum event_kind): Remove trailing comma.
ace9b298 10162
1af74d06 10163 * frame.h (enum): Remove trailing comma.
90647b07 10164
8993ad2e 101652007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
90647b07 10166
1af74d06 10167 * w32proc.c (delete_child): Don't terminate threads of zombies.
ace9b298 10168
1af74d06 101692007-10-08 Martin Rudalics <rudalics@gmx.at>
ace9b298 10170
1af74d06 10171 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
ace9b298 10172
1af74d06
MB
10173 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
10174 last-repeatable-command.
10175 (init_kboard): Initialize Vlast_repeatable_command.
10176 (command_loop_1): Set it to real_this_command unless that was
10177 bound to an input event.
10178 (mark_kboards): Mark it.
9fbc32aa 10179
1af74d06 101802007-10-08 Richard Stallman <rms@gnu.org>
036e218d 10181
1af74d06 10182 * eval.c (condition-case): Doc fix.
9fbc32aa 10183
1af74d06 101842007-10-08 Masatake YAMATO <jet@gyve.org>
9fbc32aa 10185
1af74d06
MB
10186 * xfaces.c (tty_supports_face_attributes_p): Fix code
10187 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
10188 was copied and not edited.
9fbc32aa 10189
beb9f745
SM
101902007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10191
c86f7377 10192 Add new `input-decode-map' keymap and use it for terminal
4f4a84ec
SM
10193 escape sequences.
10194 * keyboard.h (struct kboard): Add Vinput_decode_map.
10195 Remove Vlocal_key_translation_map.
10196 * keyboard.c (read_key_sequence): Add support for input-decode-map.
10197 (init_kboard): Init input-decode-map.
10198 Replace local-key-translation-map back with key-translation-map.
10199 (syms_of_keyboard): Declare input-decode-map.
10200 Remove local-key-translation-map. Update docstrings.
10201 (mark_kboards): Mark Vinput_decode_map.
10202 Don't mark Vlocal_key_translation_map.
10203 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
10204 Replace local-key-translation-map back with key-translation-map.
10205 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
10206 Bind in input-decode-map rather than function-key-map.
10207
beb9f745
SM
10208 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
10209 This was made redundant by the previous introduction of XSETPVECTYPE.
10210
65342ae3
RS
102112007-10-09 Richard Stallman <rms@gnu.org>
10212
beb9f745 10213 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
65342ae3
RS
10214
102152007-09-29 Richard Stallman <rms@gnu.org>
10216
10217 * eval.c (internal_condition_case_2, internal_condition_case_1)
10218 (internal_condition_case): Reenable abort if x_catching_errors ()
10219 to see if that really happens and why.
10220
6cff77fd
AS
102212007-10-06 Andreas Schwab <schwab@suse.de>
10222
10223 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
10224
bbe6f2aa
JB
102252007-10-04 Juanma Barranquero <lekktu@gmail.com>
10226
10227 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
10228
a390930c
SM
102292007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
10232
d6aa1876
SM
102332007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10234
d0fdb6da
SM
10235 * window.h (struct window):
10236 * window.c (struct save_window_data, struct saved_window):
10237 * termhooks.h (struct terminal):
10238 * process.h (struct Lisp_Process):
10239 * frame.h (struct frame):
10240 * buffer.h (struct buffer):
10241 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
10242 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
10243 The size field of (pseudo)vectors is now unsigned.
10244 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
10245
878f97ff
SM
10246 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
10247 Turn `count' into an integer.
d0fdb6da 10248
878f97ff
SM
10249 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
10250 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
10251 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
10252 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
10253 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
10254
d2029e5b
SM
10255 * alloc.c (allocate_pseudovector): New fun.
10256 (ALLOCATE_PSEUDOVECTOR): New macro.
10257 (allocate_window, allocate_terminal, allocate_frame)
10258 (allocate_process): Use it.
10259 (mark_vectorlike): New function.
10260 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
10261 (mark_terminals): Use it.
10262 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
10263 (Fmake_byte_code): Use XSETPVECTYPE.
10264
10265 * frame.c (Fframe_parameters): Minor simplification.
10266
10267 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
10268
10269 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
10270
10271 * buffer.c (Fget_buffer_create, init_buffer_once):
10272 * lread.c (defsubr):
10273 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
10274
10275 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
10276 defined differently in the m/*.h files.
10277 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
10278 (XSETPVECTYPE): New macro.
10279 (XSETPSEUDOVECTOR): Use it.
10280
d6aa1876
SM
10281 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
10282 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
d2029e5b 10283
d6aa1876
SM
10284 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
10285 * lread.c (defvar_per_buffer):
10286 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
10287
10288 * window.c (candidate_window_p): Only consider as visible frames that
10289 are on the same terminal.
10290
10291 * m/ibms390x.h (MARKBIT): Remove unused macro.
10292
88852d45
JB
102932007-10-01 Juanma Barranquero <lekktu@gmail.com>
10294
10295 * lread.c (Fload): Fix typo in docstring.
10296
880820fe 102972007-10-01 Michaël Cadilhac <michael@cadilhac.name>
2742fe30
MC
10298
10299 * floatfns.c (Fexpt): Manually check for overflows, so that a power
10300 of a non-zero value can't yield zero.
10301
ed0c79c6
SM
103022007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10303
b870aa61
SM
10304 * term.c (term_clear_mouse_face, term_mouse_highlight)
10305 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
10306
4c37a414
SM
10307 * print.c (safe_debug_print): Use XHASH.
10308
b9466edb
SM
10309 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
10310 Lisp elements such as tags.
10311 (XHASH): New macro.
10312 (EQ): Use it.
10313 (SREF, SSET, STRING_COPYIN): Use SDATA.
10314 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
10315
9c545a55
SM
10316 * alloc.c (mark_terminal): Remove left-over declaration.
10317 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
10318 (allocate_vectorlike): Remove type argument. Adjust callers.
10319 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
10320 Only handle the one remaining MEM_TYPE_VECTORLIKE.
10321
dafc79fa
SM
10322 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
10323 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
10324 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
10325 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
10326 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
10327 Use them.
10328
ed0c79c6
SM
10329 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
10330 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
10331 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
10332
3c81afd4
DN
103332007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
10334
10335 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
10336 loaded by default.
10337
6178ce5e
SM
103382007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10339
4ce5ab77
SM
10340 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
10341 on this tty.
10342 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
10343
6178ce5e
SM
10344 * term.c (mouse_face_window): Rename from Qmouse_face_window.
10345 Update all users.
10346 (handle_one_term_event): Use Gpm_DrawPointer.
10347 (Fgpm_mouse_start): Rename from Fterm_open_connection.
10348 Signal errors instead of returning nil. Always return nil.
10349 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
10350 Make it a noop if gpm-mouse was not activated.
10351 (syms_of_term): Update names.
10352
bdf5f8ef
SM
103532007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
10354
75a8734b
SM
10355 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
10356 (init_sys_modes): Check that gpm_tty is the current tty.
10357
13559ee0
SM
10358 * alloc.c (allocate_terminal): Set the vector size to only count the
10359 lisp fields. Initialize those to nil.
10360 (mark_object): Don't treat terminals specially.
10361 (mark_terminal): Remove.
10362 (mark_terminals): Use mark_object instead.
10363
ff16b875
SM
10364 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
10365 the GC to the beginning.
10366
83155776
SM
10367 * indent.h:
10368 * indent.c: Use EMACS_INT for ints coming from Elisp data.
10369
bdf5f8ef
SM
10370 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
10371
ec8705b6
JR
103722007-09-25 Jason Rumney <jasonr@gnu.org>
10373
10374 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
10375
10376 * w32console.c (create_w32cons_output): Remove.
10377
10378 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
10379
10380 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
10381 (reset_sys_modes): Use reset_terminal_modes_hook.
10382
7351b242
SM
103832007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * eval.c (do_autoload): Don't output any message.
10386
16706228
JL
103872007-09-24 Juri Linkov <juri@jurta.org>
10388
10389 * emacs.c (standard_args): Change priority of "--no-splash"
10390 from 40 to 3. Add "--no-desktop" with the same priority.
10391
3ae2e3a3
RS
103922007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
10393
10394 * alloc.c (gc_sweep): Check cons cell mark bits word by word
10395 and optimize the case where they are all 1.
10396
7a58fb43
GM
103972007-09-23 Johannes Weiner <hannes@saeurebad.de>
10398
3ae2e3a3
RS
10399 * lisp.h (abs): Define if not defined.
10400 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
10401 Don't define `abs', since it's defined in lisp.h.
7a58fb43 10402
78048085
EZ
104032007-09-22 Eli Zaretskii <eliz@gnu.org>
10404
c7a4b95b 10405 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
78048085
EZ
10406 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
10407 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
10408 (init_tty): Use DEV_TTY instead of "/dev/tty".
10409 [WINDOWSNT]: No need to protect from NAME arg being null.
10410
23d4cba5
DN
104112007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10412
10413 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
10414 up the tty state.
10415
71f44e7a
SM
104162007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
10419 (gpm_tty): Change its type.
10420 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
10421 (gpm_tty): Change its type and initialize it.
10422 (Fterm_open_connection): Check the frame is indeed a tty.
10423 Use the new gpm_tty.
10424 (Fterm_close_connection): Use the new gpm_tty.
10425 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
10426 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
10427
def7fa34
JB
104282007-09-21 Juanma Barranquero <lekktu@gmail.com>
10429
10430 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
10431 underline_color, to draw strike-through.
10432
d2bb6598
SM
104332007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10434
273f164c
SM
10435 * lisp.h (allocate_terminal): Declare.
10436
ca2d5566
SM
10437 * window.c (candidate_window_p): Consider frames that are being placed
10438 by the user as somewhere between visible and iconified.
10439 (window_loop): Prefer windows on the current frame.
10440 (Fselect_window): Move the use of select-frame to the beginning so we
10441 can just delegate all the work (it'll call us back anyway).
10442
6168122d
SM
10443 * frame.c (Qdisplay_environment_variable):
10444 * frame.h (Qdisplay_environment_variable): Delete.
10445
c51842ec
SM
10446 * .gdbinit (xbacktrace): Print the arg's address rather than the value
10447 of the first arg, since that value may be a union.
10448
d2bb6598
SM
10449 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
10450 parameter rather than Qdisplay_environment_variable. If all else
10451 fails, look for DISPLAY in initial-environment.
10452
6f022c19
GM
104532007-09-21 Glenn Morris <rgm@gnu.org>
10454
10455 * Makefile.in (emacstool): Remove target.
f466320b 10456 (lisp, shortlisp): Remove termdev.elc.
6f022c19 10457
ea1bf8c7
GM
104582007-09-21 Markus Triska <markus.triska@gmx.at>
10459
d2bb6598 10460 * xterm.c (x_delete_display): Compile session management conditionally.
ea1bf8c7 10461
d30a25b3
SM
104622007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10463
db699fc6
SM
10464 * callproc.c (getenv_internal_1): New function.
10465 (getenv_internal): Use it.
10466 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
10467
d2bb6598 10468 * terminal.c (get_terminal): Don't accept ints to represent terminals.
c5911e55
SM
10469 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
10470 (Fset_terminal_parameter): Work with dead terminals as well.
10471 (Fmodify_terminal_parameters): Remove.
10472
d30a25b3
SM
10473 * terminal.c (get_terminal): Handle terminals.
10474 Make sure the terminal returned is live.
10475 (create_terminal): Use allocate_terminal.
10476 (mark_terminals): Move to alloc.c.
10477 (delete_terminal): Use terminal->name as liveness status.
10478 NULL out fields after freeing their contents.
10479 Don't deallocate the object.
10480 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
10481 rather than an int.
10482 (Fterminal_live_p): Accept non-integer arguments.
10483 (Fterminal_list): Return terminal objects rather than an ints.
10484
10485 * alloc.c (enum mem_type): New member for `terminal' objects.
10486 (allocate_terminal): New function.
d2bb6598
SM
10487 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
10488 Handle terminals.
d30a25b3
SM
10489 (mark_terminal): New fun.
10490 (mark_terminals): Move from terminal.c.
10491
10492 * term.c (get_tty_terminal): Don't treat output_initial specially.
10493 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
10494 (delete_tty): Use terminal->name as liveness status.
10495
10496 * termhooks.h (struct terminal): Make it into a pseudovector.
10497 Remove `deleted' replaced by checking `name's nullness.
10498
10499 * print.c (print_object): Handle terminals.
10500
10501 * lisp.h (enum pvec_type): New `terminal' pseudovector.
10502 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
10503
10504 * frame.c (make_terminal_frame):
10505 * keyboard.c (tty_read_avail_input):
10506 * w32term.c (x_delete_terminal):
10507 * xfns.c (Fx_create_frame, x_create_tip_frame):
10508 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
10509
eba25e7c
GM
105102007-09-20 Glenn Morris <rgm@gnu.org>
10511
10512 * process.c (Fmake_network_process): Doc fix.
10513
2a29c3c1
JR
105142007-09-19 Jason Rumney <jasonr@gnu.org>
10515
10516 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
10517
880820fe 105182007-09-19 Michaël Cadilhac <michael@cadilhac.name>
ba1cbad7
MC
10519
10520 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
10521 Fix a C warning regarding variable constness.
10522
10523 * xterm.c (handle_one_xevent): Fix a C warning.
10524
334a1195
JR
105252007-09-18 Jason Rumney <jasonr@gnu.org>
10526
10527 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
10528
880820fe 105292007-09-17 Jan Djärv <jan.h.d@swipnet.se>
879ffad9
JD
10530
10531 * gtkutil.c (gdpy_def): New variable.
10532 (xg_initialize): Initialize gdpy_def.
10533 (xg_display_close): If no other display exists, set gdpy_def to a
10534 new connection.
10535
880820fe 105362007-09-16 Jan Djärv <jan.h.d@swipnet.se>
45c94881
JD
10537
10538 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
10539 when we have no file name for the icon.
10540 (xg_tool_bar_expose_callback): Remove.
10541 (xg_create_tool_bar): Don't connect expose signal to
10542 xg_tool_bar_expose_callback.
10543 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
10544
4d580af2
AS
105452007-09-16 Andreas Schwab <schwab@suse.de>
10546
10547 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
10548 values instead of zapping them.
10549
aca946f3
GM
105502007-09-14 Glenn Morris <rgm@gnu.org>
10551
10552 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
10553 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
10554 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
10555 scope and rename to omfib_buffer for clarity.
10556 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
10557
25c460e5
KH
105582007-09-14 Kenichi Handa <handa@m17n.org>
10559
10560 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
10561
09b69f01
JR
105622007-09-13 Jason Rumney <jasonr@gnu.org>
10563
10564 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
10565
10566 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
10567
10568 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
10569 (mac_term_init): Call here instead, passing rif.
10570
442218db
GM
105712007-09-13 Glenn Morris <rgm@gnu.org>
10572
10573 * s/hpux.h: No longer define `static' as nothing.
10574
880820fe 105752007-09-13 Johan Bockgård <bojohan@gnu.org>
4795c40f
GM
10576
10577 * callint.c (Fcall_interactively): Remove unused var `fun'.
10578
1971a872
RF
105792007-09-12 Romain Francoise <romain@orebokech.com>
10580
10581 * window.c (prefer_window_split_horizontally, display_buffer):
10582 Revert 2007-09-08 change.
10583
2d33f506
GM
105842007-09-12 Glenn Morris <rgm@gnu.org>
10585
585474ae 10586 * alloca.c: Remove file.
ca7af97a
GM
10587 * Makefile.in (alloca): Do not undef.
10588 (allocaobj, alloca.o): Remove.
10589 (otherobj): Remove allocaobj.
10590 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
10591 * regex.c (C_ALLOCA): Remove all references and code that was only
10592 used when this was defined.
10593 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
10594 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
99dfbaf1
GM
10595 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
10596
2d33f506 10597 * Makefile.in (SOURCES, unlock, relock): Delete.
ca7af97a
GM
10598
10599 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
10600 (menu_grab_callback): All uses changed.
10601
10602 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
10603 (x_reply_selection_request): All uses changed.
2d33f506 10604
18a4a65e
SM
106052007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10606
10607 * lread.c (load_warn_old_style_backquotes): Change message to look
10608 better when it appears in the middle of byte-compiler messages.
10609
47cc8819
DN
106102007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
10611
b7ea0894
DN
10612 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
10613
47cc8819
DN
10614 * xterm.c (x_create_terminal): Add comment.
10615
10616 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
10617
5632bd0f
RS
106182007-09-10 Richard Stallman <rms@gnu.org>
10619
10620 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
10621
880820fe 106222007-09-10 Michaël Cadilhac <michael@cadilhac.name>
ccb5c14f 10623
4bca9161
MC
10624 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
10625 (DEFUN): Document `intspec', use it instead of `prompt'.
10626
04724b69
MC
10627 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
10628
8a6d230a
MC
10629 * data.c (Finteractive_form): If the interactive specification starts
10630 with a `(', use it as a Lisp form.
10631
09fbdf6c
MC
10632 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
10633 name and file modes.
10634
ccb5c14f
MC
10635 * callint.c (Fcall_interactively): Comment fixes.
10636
023accd6
SM
106372007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10638
10639 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
10640 and compiled functions.
10641
f26b9544
EZ
106422007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
10643
10644 * window.c (prefer_window_split_horizontally): New variable.
10645 (display_buffer): Consider splitting window horizontally depending
10646 on prefer_window_split_horizontally.
10647
4d395425
EZ
106482007-09-08 Eli Zaretskii <eliz@gnu.org>
10649
97ddc760 10650 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
4d395425 10651
08c1d235
SM
106522007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10653
179cef48
SM
10654 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
10655
08c1d235
SM
10656 * frame.c (x_set_frame_parameters): Check number is positive before
10657 using XFASTINT.
10658
10659 * window.c (freeze_window_start): Don't presume selected_window holds
10660 a window object.
92f94a12 10661 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
08c1d235 10662
97ddc760 106632007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
de52dcbb
DN
10664
10665 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
10666
90ab5c62
SM
106672007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * window.c (Vsplit_window_preferred_function): New var.
10670 (Fdisplay_buffer): Use it.
10671 (syms_of_window): Export, and initialize it.
10672
1ab2cd43
TTN
106732007-09-06 Pixel <pixel@mandriva.com> (tiny change)
10674
10675 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
10676
0b0515bc
GM
106772007-09-06 Glenn Morris <rgm@gnu.org>
10678
57fd5c55 10679 * gtkutil.c (menu_grab_callback) <cnt>:
0b0515bc
GM
10680 * xselect.c (x_reply_selection_request) <cnt>: Move static
10681 variable to file scope.
10682
98594580
SM
106832007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10684
10685 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
10686 consistent values of selected_frame and selected_window.
10687
0f4c7aef
JR
106882007-09-04 Jason Rumney <jasonr@gnu.org>
10689
10690 * w32console.c (initialize_w32_display): Zero unused hooks.
10691
e4019195
DN
106922007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10693
10694 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
10695 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
10696
bce179b5
JR
106972007-09-04 Jason Rumney <jasonr@gnu.org>
10698
a0236551
JR
10699 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
10700 in w32console.c. Set up input. Remove XXX comments that have been
10701 confirmed as correct.
10702
a4926668
JR
10703 * s/ms-w32.h (MULTI_KBOARD): Define.
10704
953bf0dc
JR
10705 * w32console.c (one_and_only_w32cons): Remove.
10706 (initialize_w32_display): Take terminal argument.
10707
10708 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
10709 initialize_w32_display.
10710 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
10711
bce179b5
JR
10712 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
10713
10714 * keyboard.c (discard_mouse_events): Discard it.
10715 (make_lispy_event): Translate it to a lisp event.
10716 (lispy_wheel_names): Add wheel-left and right events.
10717 (syms_of_keyboard): Enlarge wheel_syms.
10718
10719 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
10720 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
10721
10722 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
10723
10724 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
10725 from WM_MOUSEHWHEEL.
10726 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
10727
10728 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
10729 terminal.
10730
10731 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
10732 keyboard for the terminal.
10733
92cd6a7c
DN
107342007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10735
10736 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
10737 (Vresume_tty_hook): Rename from Vresume_tty_functions.
10738 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
10739 and resume-tty-function to resume-tty-hook.
10740 (Fsuspend_tty, Fresume_tty): Use new names.
10741
880820fe 107422007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2154c964
JD
10743
10744 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
10745 if it starts with "n:".
10746
880820fe 107472007-08-31 Jan Djärv <jan.h.d@swipnet.se>
b42ff099
JD
10748
10749 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
10750
6b8e474c
SM
107512007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10752
92d9c1d4
SM
10753 * frame.h:
10754 * frame.c (Qterm_environment_variable): Remove.
10755 (syms_of_frame): Don't init and staticpro it.
10756
92d9c1d4
SM
10757 * callproc.c (getenv_internal): Remove special case for $TERM.
10758
6b8e474c
SM
10759 * callproc.c (Vinitial_environment): New variable.
10760 (set_initial_environment): Initialize it.
10761 (syms_of_callproc): Declare it.
10762 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
10763 TERM under which a process runs is never related to the TERM in which
10764 Emacs is running.
10765
0f1444e1
DN
107662007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10767
10768 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
10769 * s/darwin.h: ... do it here.
10770
b8866860
SM
107712007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10772
10773 * lisp.h (set_initial_environment): Rename from set_global_environment.
10774
10775 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
10776 removed by mistake on the multi-tty branch.
10777
10778 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
10779 (Fmodify_frame_parameters): Return a value.
10780
10781 * image.c (png_load): Comment-out var only used in commented-out code.
10782
10783 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
10784 before passing it to mark_object.
10785
10786 * xfaces.c (internal_resolve_face_name): Return a value.
10787 (internal_resolve_face_name, resolve_face_name_error): Comment out.
10788
10789 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
10790 (x_icon): Comment-out var only used in commented-out code.
10791
0a42be6d
RF
107922007-08-29 Romain Francoise <romain@orebokech.com>
10793
10794 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
10795 QUIT hasn't been provided.
10796
8d9cc0b7
MB
107972007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
10798
10799 * callproc.c (child_setup, getenv_internal): Use the
ce20b664 10800 display-environment-variable and term-environment-variable frame params.
8d9cc0b7
MB
10801 (set_initial_environment): Initialise Vprocess_environment.
10802
10803 * config.in: Disable multi-keyboard support on a mac.
10804
10805 * frame.c (Qterm_environment_variable)
10806 (Qdisplay_environment_variable): New variables.
10807 (syms_of_frame): Intern and staticpro them.
10808 (Fmake_terminal_frame): Disable output method test.
10809
10810 * frame.h: Declare them here.
10811
10812 * macfns.c (x_set_mouse_color): Get rif from the frame.
10813 (x_set_tool_bar_lines): Don't use updating_frame.
10814 (mac_window): Add 2 new parameters for consistency with other systems.
10815 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
10816 frame parameters following what is done in X11 and w32. Don't use
10817 FRAME_MAC_DISPLAY_INFO.
10818 (Fx_open_connection, start_hourglass): Remove window-system check.
10819 (x_create_tip_frame): Get the keyboard from the terminal.
10820
10821 * macmenu.c: Reorder includes.
10822 (Fx_popup_menu): Use terminal specific mouse_position_hook.
10823
10824 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
10825 terminal parameter.
10826 (x_clear_frame): Add a frame parameter.
10827 (note_mouse_movement): Get rif from the frame.
10828 (mac_term_init): Initialize the terminal.
10829 (mac_initialize): Make static and move terminal initialization ...
10830 (mac_create_terminal): ... to this new function.
10831
10832 * macterm.h (struct mac_display_info): Add terminal.
7196c970 10833 (mac_initialize): Delete declaration.
8d9cc0b7 10834
381864b2 10835 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
8d9cc0b7
MB
10836
10837 * sysdep.c: Comment out text after #endif.
10838
10839 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
10840 is defined. Better initialize ttys in windows. Use terminal
10841 specific mouse_position_hook.
10842
10843 * termhooks.h (union display_info): Add mac_display_info.
10844
b8866860
SM
10845 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
10846 Set the default minibuffer frame, window_system and the rest of the
8d9cc0b7
MB
10847 frame parameters following what is done in X11.
10848
10849 * w32term.c (w32_initialize): Make static.
10850
10851 * xselect.c (x_handle_selection_clear): Only access
10852 terminal->kboard when MULTI_KBOARD is defined.
10853
10854 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
10855 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
10856
108572007-08-29 Jason Rumney <jasonr@gnu.org>
10858
10859 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
10860 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
10861
10862 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
10863 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
10864
10865 * keyboard.c (restore_kboard_configuration): Only define when
10866 MULTI_KBOARD defined.
10867
35277b03 10868 * makefile.w32-in: Update dependancies from Makefile.in.
8d9cc0b7
MB
10869 (OBJ1): Add terminal.$(O)
10870
b8866860
SM
10871 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
10872 Don't define function body.
8d9cc0b7
MB
10873 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
10874
10875 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
10876
10877 * w32.c (request_sigio, unrequest_sigio): Remove.
10878
10879 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
10880 (w32con_clear_frame, w32con_clear_end_of_line)
10881 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
10882 (w32con_delete_glyphs, w32con_set_terminal_window)
10883 (scroll_line, w32_sys_ring_bell): Add frame arg.
b8866860
SM
10884 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
10885 Add terminal arg.
8d9cc0b7
MB
10886 (PICK_FRAME): Remove.
10887 (w32con_write_glyphs): Use frame specific terminal coding.
10888 (one_and_only_w32cons): New global variable.
10889 (initialize_w32_display): Use it for storing hooks.
10890 (create_w32cons_output): New function.
10891
10892 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
10893 arg a frame.
10894
b8866860
SM
10895 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
10896 Set window_system.
8d9cc0b7
MB
10897 (x_set_tool_bar_lines): Don't use updating_frame.
10898 (Fx_create_frame): Set terminal and ref count.
10899 (Fx_open_connection): Remove window-system check.
10900
10901 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
10902
10903 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
10904 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
10905 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
10906 Add frame arg.
10907 (x_delete_terminal, w32_create_terminal): New functions.
10908 (w32_term_init): Create a terminal.
10909 (w32_initialize): Move terminal specific initialization to
10910 w32_create_terminal.
10911
b8866860 10912 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
8d9cc0b7
MB
10913 (w32_clear_rect, w32_clear_area): Use background from frame.
10914 (w32_display_info): Add terminal.
10915 (w32_sys_ring_bell, x_delete_display): Declare here.
10916
10917 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
10918
10919 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
10920
109212007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
10922
10923 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
10924 Fix get_named_tty calls for the controlling tty.
10925
109262007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10927
10928 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
10929
109302007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
10931
10932 * term.c (tty_insert_glyphs): Add missing first parameter.
10933
880820fe 109342007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8d9cc0b7 10935
b8866860
SM
10936 * buffer.c (Fbuffer_list, Fbury_buffer):
10937 Take frame->buried_buffer_list into account.
8d9cc0b7
MB
10938
10939 * cm.c (current_tty): New variable, for cmputc().
10940 (cmputc): Use it.
10941 (cmcheckmagic): Add tty parameter, look up terminal streams there.
10942 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
b8866860
SM
10943 (cmgoto): Add tty parameter. Pass it on to calccost().
10944 Use emacs_tputs() instead of tputs().
8d9cc0b7
MB
10945
10946 * cm.h (emacs_tputs): New macro to set current_tty, and then call
10947 tputs().
10948 (current_tty): New variable, for cmputc().
10949 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
10950
10951 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
10952 (internal_condition_case, internal_condition_case_1)
10953 (internal_condition_case_2): Don't abort when x_catching_errors.
10954
10955 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
10956 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
10957 prevent crashes caused by bogus longjmps in read_char.
10958
10959 * keymap.h (Fset_keymap_parent): Add EXFUN.
10960
10961 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
10962 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
10963 Remove redundant definition.
10964
b8866860
SM
10965 * macfns.c (x_set_mouse_color, x_make_gc):
10966 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7 10967
b8866860
SM
10968 * w32term.c (x_free_frame_resources):
10969 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
10970 (w32_initialize): Use the accessor macros for terminal characteristics.
10971
10972 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
10973 Use the accessor macros for terminal characteristics.
10974 * msdos.c (internal_terminal_init): Use the accessor macros for
10975 terminal characteristics.
b8866860
SM
10976 (ScreenVisualBell, internal_terminal_init):
10977 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
10978
10979 * termopts.h (no_redraw_on_reenter): Declare.
10980
10981 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
03f06e5c 10982 (mark_terminals, mark_ttys): Declare.
8d9cc0b7 10983 (Fgarbage_collect): Call them.
03f06e5c 10984 (mark_object): Mark buried_buffer_list.
8d9cc0b7
MB
10985
10986 * prefix-args.c: Include stdlib.h for exit.
10987
10988 * syssignal.h: Add comment.
10989
10990 * indent.c: Include stdio.h.
10991
10992 * window.h (Vinitial_window_system): Declare.
10993 (Vwindow_system): Delete declaration.
10994
10995 * fontset.c (Finternal_char_font): Use FRAME_RIF.
10996
10997 * image.c (lookup_image): Don't initialize `c' until the xasserts
10998 have been run.
10999
11000 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
11001 FRAME_FOREGROUND_PIXEL.
11002
11003 * print.c (print_preprocess): Don't lose print_depth levels while
11004 iterating.
11005
b8866860
SM
11006 * widget.c (update_from_various_frame_slots):
11007 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
11008
11009 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
11010 frames.
11011 (window_internal_height): Remove bogus make_number call.
b8866860 11012 (init_window_once): Call make_terminal_frame with two zero parameters.
8d9cc0b7
MB
11013
11014 * fileio.c (Fread_file_name): Update comment.
11015
b8866860
SM
11016 * callint.c (Fcall_interactively):
11017 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
8d9cc0b7
MB
11018 Make sure it is correctly unwound.
11019
11020 * xsmfns.c (x_session_close): New function.
11021
03f06e5c 11022 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
8d9cc0b7
MB
11023 Delete declarations.
11024
11025 * xterm.h: Remove declaration for x_fully_uncatch_errors.
11026 (x_output): Remove background_pixel and foreground_pixel fields.
03f06e5c 11027 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
c3f9fba8 11028 (x_delete_device, x_session_close): Declare.
8d9cc0b7
MB
11029
11030 * lread.c: Include setjmp.h. Update declaration of `read_char'.
11031 (read_filtered_event): Call `read_char' with a local
11032 `wrong_kboard_jmpbuf'.
11033
b8866860
SM
11034 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
11035 Don't call single_kboard_state. Use FRAME_RIF.
8d9cc0b7
MB
11036
11037 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
11038 systems.
11039
b8866860 11040 * lisp.h (set_process_environment): Rename to `set_global_environment'.
03f06e5c 11041 (Fframe_with_environment, Fset_input_meta_mode)
8d9cc0b7 11042 (Fset_quit_char): EXFUN.
03f06e5c 11043 (x_create_device, tty_output, terminal, tty_display_info): Declare.
8d9cc0b7
MB
11044 (init_sys_modes, reset_sys_modes): Update prototypes.
11045 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
11046
b8866860
SM
11047 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
11048 Vlocal_key_translation_map, and Vkeyboard_translate_table.
03f06e5c 11049 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
8d9cc0b7 11050 Delete declarations.
03f06e5c
JB
11051 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
11052 (temporarily_switch_to_single_kboard, tty_read_avail_input):
8d9cc0b7
MB
11053 New declarations.
11054
11055 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
11056 already does that during init_display(). Call syms_of_keymap
b8866860
SM
11057 before syms_of_keyboard. Call `syms_of_terminal'.
11058 Call set_initial_environment, not set_process_environment.
8d9cc0b7
MB
11059 (shut_down_emacs): Call reset_all_sys_modes() instead of
11060 reset_sys_modes().
11061
11062 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
03f06e5c
JB
11063 (internal_resolve_face_name, resolve_face_name_error): New functions.
11064 (resolve_face_name): Protect against loops and errors thrown by Fget.
11065 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
8d9cc0b7
MB
11066 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
11067
11068 * scroll.c: Replace CURTTY() with local variables throughout the
11069 file (where applicable).
11070 (calculate_scrolling, calculate_direct_scrolling)
11071 (scrolling_1, scroll_cost): Use the accessor macros for terminal
11072 characteristics.
11073
11074 * keymap.c (Vfunction_key_map): Remove.
b8866860 11075 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
8d9cc0b7
MB
11076 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
11077 (Vkey_translation_map): Remove.
11078 (syms_of_keymap): Remove DEFVAR for key-translation-map.
c3f9fba8 11079 (Fdescribe_buffer_bindings)
8d9cc0b7
MB
11080 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
11081 Update for terminal-local key-translation-map.
11082
11083 * Makefile.in (callproc.o): Update dependencies.
11084 (lisp, shortlisp): Add termdev.elc.
11085 (obj): Add terminal.o.
11086 (terminal.o): Add dependencies.
11087 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
11088 (data.o, fns.o): Add termhooks.h dependency.
11089 (SOME_MACHINE_LISP): Add dnd.elc.
11090 (minibuf.o): Fix typo.
11091 Update dependencies.
11092
11093 * data.c (do_symval_forwarding, store_symval_forwarding)
11094 (find_symbol_value): Use the selected frame's keyboard, not
11095 current_kboard.
11096
11097 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
11098 Vwindow_system.
11099
11100 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
11101 Fmenu_bar_open.
11102 (syms_of_xmenu): Update defsubr.
11103 (mouse_position_for_popup, Fx_popup_menu)
11104 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
11105 (set_frame_menubar, free_frame_menubar)
11106 (create_and_show_popup_menu, xmenu_show, )
11107 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
11108 an X frame.
11109
11110 * xselect.c (x_own_selection): Abort if not an X frame.
11111 (some_frame_on_display): Check if it is an X frame.
11112 (x_handle_selection_clear): Deal with MULTI_KBOARD.
11113
11114 * coding.c: Include frame.h and termhooks.h.
03f06e5c 11115 (terminal_coding, keyboard_coding): Delete.
c3f9fba8
JB
11116 (Fset_terminal_coding_system_internal)
11117 (Fset_keyboard_coding_system_internal)
11118 (Fkeyboard_coding_system)
03f06e5c
JB
11119 (Fterminal_coding_system): Add a terminal parameter.
11120 Get terminal_coding from the terminal.
8d9cc0b7
MB
11121 (init_coding_once): Don't call setup_coding_system here.
11122
11123 * dispextern.h (set_scroll_region, turn_off_insert)
11124 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
11125 (tty_clear_end_of_line, tty_setup_colors)
03f06e5c 11126 (delete_tty, updating_frame)
8d9cc0b7
MB
11127 (produce_special_glyphs, produce_glyphs, write_glyphs)
11128 (insert_glyphs): Remove.
11129 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
03f06e5c 11130 (tty_turn_off_highlight, get_tty_size): Add declaration.
b8866860 11131 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
8d9cc0b7
MB
11132
11133 * frame.h (enum output_method): Add output_initial.
11134 (struct x_output): Delete.
b8866860
SM
11135 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
11136 Access foreground_pixel and background_pixel directly from the frame.
8d9cc0b7
MB
11137 (tty_display): Delete.
11138 (struct frame): Add buried_buffer_list, foreground_pixel,
1f204af3 11139 background_pixel and terminal. Delete kboard.
8d9cc0b7
MB
11140 (union output_data): Add tty.
11141 (FRAME_KBOARD): Get the kboard from the terminal.
11142 (FRAME_INITIAL_P): New macro.
11143 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
11144 (Qterm_environment_variable, Qdisplay_environment_variable)
b8866860
SM
11145 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
11146 New declarations.
8d9cc0b7
MB
11147
11148 * termchar.h (tty_output, tty_display_info): New structures.
11149 (tty_list): Declare.
11150 (FRAME_TTY, CURTTY): New macros.
11151 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
11152 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
11153 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
11154 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
11155
11156 * callproc.c: Include frame.h and termhooks.h, for terminal
11157 parameters.
11158 (add_env): New function.
11159 (child_setup): Use it.
b8866860 11160 (child_setup, getenv_internal): Handle the new Vprocess_environment.
8d9cc0b7
MB
11161 (getenv_internal): Fix get_terminal_param call.
11162 (Fgetenv_internal, egetenv): Update doc.
11163 (syms_of_callproc): Initialize Vprocess_environment to nil.
03f06e5c 11164 Register and initialize them. Remove obsolete defvars. Update doc
8d9cc0b7
MB
11165 strings.
11166 (child_setup): Handle Vlocal_environment_variables.
b8866860
SM
11167 (getenv_internal): Add terminal parameter.
11168 Handle Vlocal_environment_variables.
8d9cc0b7
MB
11169 (Fgetenv_internal): Add terminal parameter.
11170 (child_setup, getenv_internal, Fgetenv_internal): Store the local
b8866860 11171 environment in a frame (not terminal) parameter. Update doc strings.
8d9cc0b7
MB
11172 (set_initial_environment): Rename from set_global_environment.
11173 Store Emacs environment in initial frame parameter.
11174
11175 * xdisp.c (redisplay_internal): Update references to
11176 `previous_terminal_frame'.
11177 (display_mode_line, Fformat_mode_line): Replace calls to
11178 `push_frame_kboard' with `push_kboard'.
11179 (get_glyph_string_clip_rects): Add extra parentheses and
11180 braces to prevent compiler warnings.
11181 (calc_pixel_width_or_height): Add xassert to check that the
11182 frame is alive. Don't call `lookup_image' on a termcap frame.
11183 (message2_nolog, message3_nolog, redisplay_internal)
11184 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
11185 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
11186 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
11187 (Fx_display_pixel_width, Fx_display_pixel_height)
11188 (Fx_display_planes, Fx_display_color_cells)
11189 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
11190 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
11191 (Fx_display_backing_store, Fx_display_visual_class)
11192 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
97ddc760 11193 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
8d9cc0b7
MB
11194
11195 * xfns.c (x_set_foreground_color x_set_background_color)
b8866860
SM
11196 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
11197 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
11198 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
11199 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
11200 terminal that is being deleted.
11201 (Fx_create_frame): Use `store_frame_param' to set `window-system'
b8866860 11202 frame parameter, and make sure it overrides any user-supplied setting.
8d9cc0b7
MB
11203 (Fx_close_connection, Fx_synchronize): Unify argument names with
11204 the rest of the DEFUNs.
11205
11206 * dispnew.c (Fsend_string_to_terminal): Update call to
11207 `get_tty_terminal'.
11208 (Fredraw_frame, Fsend_string_to_terminal)
2d33f506 11209 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
8d9cc0b7
MB
11210 FRAME_TERMCAP_P and FRAME_TTY.
11211 (window_change_signal): Don't believe width/height values that are
11212 impossibly small.
11213 (Vinitial_window_system): Rename from Vwindow_system.
11214 (termscript, Wcm, rif): Delete.
11215
11216 * termhooks.h (struct terminal): New struct containing the
11217 previously global text display hooks and new members NAME,
11218 DELETED and PARAM_ALIST.
11219 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
11220 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
11221 (FRAME_RIF): New macros.
11222 (get_terminal_param, get_device): New declarations.
11223 (termscript): Delete declaration.
11224
11225 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
11226 (XTflash, x_free_frame_resources, x_scroll_bar_create)
11227 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
11228 FRAME_FOREGROUND_PIXEL.
11229 (x_fully_uncatch_errors): Disable definition.
11230 (x_scroll_bar_expose): Fix reference to foreground pixel.
11231 (XTread_socket): Disable loop on all X displays.
11232 (x_delete_terminal): Don't set terminal->deleted and let
11233 delete_terminal delete the frames on the terminal.
11234 (x_delete_display): Doc update to reflect changes in
11235 delete_terminal.
11236 (x_display_info) <terminal>: Move member earlier in the struct.
8d9cc0b7
MB
11237 (deleting_tty): Remove old variable.
11238 (Fsuspend_tty): Call clear_tty_hooks.
11239 (Fresume_tty, init_tty): Call set_tty_hooks.
8d9cc0b7
MB
11240 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
11241 errors on X frames.
11242 (x_catch_errors_unwind): Abort if x_error_message is NULL.
11243 (handle_one_xevent): Initialize `f' to NULL.
9cab96b0 11244 (x_delete_terminal, x_create_terminal): New functions.
8d9cc0b7
MB
11245 (XTset_terminal_modes, XTreset_terminal_modes)
11246 (XTread_socket, x_connection_closed, x_term_init)
11247 (x_term_init, x_delete_display): Add terminal parameter.
11248 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
11249 X connections.
11250
bf380f53
GM
11251 * frame.c: Include termchar.h.
11252 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
11253 (Qwindow_system, Qenvironment, Qterm_environment_variable)
11254 (Qdisplay_environment_variable): New vars.
11255 (Fframep): Deal with output_initial.
11256 (Fframe-live-p): Doc fix.
11257 (Fwindow-system): New function.
8d9cc0b7
MB
11258 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
11259 (make_terminal_frame): Don't create frames on a terminal that is
bf380f53 11260 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
b8866860 11261 (store_frame_param): Check for found_for_frame before calling XFRAME.
8d9cc0b7
MB
11262 (Fmake_terminal_frame): Handle NULL tty names correctly.
11263 (syms_of_frame): Enhance doc string of `default-frame-alist'.
bf380f53
GM
11264 (Fdelete_frame): Remove unused variable `count'. Don't allow other
11265 frames to refer to a deleted frame in their 'environment parameter.
8d9cc0b7 11266 (Fframe_with_environment): New function.
b8866860 11267 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8d9cc0b7
MB
11268 (get_future_frame_param): New function.
11269 (Fmake_terminal_frame): Use it.
2d33f506 11270 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
8d9cc0b7
MB
11271
11272 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
11273 * sysdep.c (reset_sys_modes): Update for renames.
11274
11275 * keyboard.c (tty_read_avail_input): New function.
03f06e5c 11276 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
8d9cc0b7
MB
11277 (syms_of_keyboard): Defsubr them.
11278 (Fset_input_meta_mode, Fset_quit_char): New functions.
11279 (Fset_input_mode): Split to above functions.
8d9cc0b7
MB
11280 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
11281 parameter. Use it in call to `read_char'.
b8866860
SM
11282 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
11283 Set wrong_kboard_jmpbuf correctly in recursive calls.
11284 Use current_kboard to access Vkeyboard_translate_table.
11285 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
11286 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
11287 Update longjmp invocations. Remember the original current_kboard,
11288 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
11289 changes it. Comment out unnecessary calls to
11290 `record_single_kboard_state' and `any_kboard_state'.
11291 Update recursive calls.
8d9cc0b7
MB
11292 (wrong_kboard_jmpbuf): Remove global variable.
11293 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
11294 Handle deleted interrupted_kboards correctly; that is a legal
11295 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
b8866860 11296 and read_char calls. Abort if interrupted_kboard died in read_char.
8d9cc0b7
MB
11297 (any_kboard_state, single_kboard_state)
11298 (push_frame_kboard): Remove function.
11299 (pop_kboard): Switch out of single_kboard mode if the kboard has
03f06e5c
JB
11300 been deleted. Remove unused variable. Help debugging by not
11301 changing current_kboard unnecessarily. Set current_kboard to the
8d9cc0b7
MB
11302 kboard of the selected frame when the stored kboard object has
11303 been deleted before pop_kboard.
11304 (temporarily_switch_to_single_kboard): Change first parameter to a
11305 frame pointer. Throw an error when caller wants to change kboards
11306 while in single_kboard mode. Don't push_kboard if we weren't in
11307 single kboard state. Don't pop_kboard if we popped into any
11308 kboard state.
11309 (restore_kboard_configuration): Abort if pop_kboard changed the
03f06e5c 11310 kboard in single_kboard mode. Call pop_kboard only after setting
8d9cc0b7
MB
11311 up single_kboard mode.
11312 (Frecursive_edit): Switch to single_kboard mode only in nested
11313 command loops.
b8866860
SM
11314 (cmd_error, command_loop, command_loop_1, timer_check):
11315 Comment out unnecessary call to `any_kboard_state' and
8d9cc0b7
MB
11316 `record_single_kboard_state'.
11317 (delete_kboard): Exit single_kboard mode if we have just deleted
03f06e5c 11318 that kboard. Use FRAME_KBOARD.
8d9cc0b7
MB
11319 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
11320 `fatal_error_signal'.
11321 (record_single_kboard_state): Don't push_kboard if we weren't in
11322 single kboard state. Don't pop_kboard if we popped into any
11323 kboard state.
11324 (push_frame_kboard): Rename to push_kboard.
11325 (kbd_buffer_get_event): Use FRAME_TERMINAL.
11326 (read_avail_input): Read input from all terminals.
11327 (mark_kboards): Also mark Vkeyboard_translate_table.
11328 (kbd_buffer_store_event_hold): Simplify condition.
11329 (read_key_sequence): Reinitialize fkey and keytran at each replay.
11330 (Vkeyboard_translate_table): Move to struct kboard.
11331 (init_kboard): Initialize Vkeyboard_translate_table.
11332 (syms_of_keyboard): Use DEFVAR_KBOARD to define
11333 Vkeyboard_translate_table. Update doc strings. Update docs of
11334 local-function-key-map and function-key-map.
11335
11336 * terminal.c: New file.
11337
11338 * term.c: Include errno.h.
11339 (Vring_bell_function, device_list, initial_device)
11340 (next_device_id, ring_bell, update_begin, update_end)
11341 (set_terminal_window, cursor_to, raw_cursor_to)
11342 (clear_to_end, clear_frame, clear_end_of_line)
11343 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
11344 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
11345 (syms_of_term): Move their initialization to terminal.c.
11346 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
11347 (Ftty_display_color_cells)
11348 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
9cab96b0 11349 (clear_tty_hooks, set_tty_hooks)
8d9cc0b7
MB
11350 (init_tty, maybe_fatal): New functions.
11351 (Ftty_type): Return nil if terminal is not on a tty instead of
11352 throwing an error. Doc update.
11353 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
03f06e5c 11354 Doc update. Initialize new subrs and variables.
8d9cc0b7
MB
11355 (delete_tty): Use terminal->deleted.
11356 (tty_set_terminal_modes): Rename from set_terminal_modes.
11357 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
11358 (set_scroll_region): Rename to `tty_set_scroll_region'.
11359 (turn_on_insert): Rename to `tty_turn_on_insert'.
11360 (turn_off_insert): Rename to `tty_turn_off_insert'.
11361 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
11362 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
11363 (toggle_highligh): Rename to `tty_toggle_highlight'.
11364 (background_highlight): Rename to `tty_background_highlight'.
11365 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
11366 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
11367 (tty_set_scroll_region, tty_background_highlight)
11368 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
11369 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
11370 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
11371 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
11372 Add static modifier.
11373 (tty_reset_terminal_modes, tty_set_terminal_window)
11374 (tty_set_scroll_region, tty_background_highlight)
11375 (tty_highlight_if_desired, tty_cursor_to)
11376 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
11377 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
11378 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
11379 renames.
11380
880820fe 113812007-08-28 Jan Djärv <jan.h.d@swipnet.se>
cf0590c4
JD
11382
11383 * keyboard.c: Qrtl is new.
11384 (parse_tool_bar_item): Handle :rtl keyword.
11385 (syms_of_keyboard): Intern :rtl keyword.
11386
11387 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
11388
11389 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
11390 so no Lisp code is executed.
11391 (file_for_image, find_rtl_image): New functions.
1f204af3 11392 (xg_get_image_for_pixmap): Use file_for_image.
cf0590c4
JD
11393 (update_frame_tool_bar): If direction is RTL, use RTL image if
11394 defined. Use Gtk stock images if defined.
11395
83cc8d35
YM
113962007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11397
11398 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
11399 for nonexistent or zero-width glyph in composition glyph.
11400
e60c4e15
SM
114012007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11402
d7e2a28f
SM
11403 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
11404
e60c4e15
SM
11405 * xdisp.c (Finvisible_p): New function.
11406 (syms_of_xdisp): defsubr it.
11407
ee163e6d
JB
114082007-08-24 Juanma Barranquero <lekktu@gmail.com>
11409
11410 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
11411 Doc fixes.
11412
90fa408d
YM
114132007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11414
35277b03 11415 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
90fa408d 11416
cac4219c
MR
114172007-08-24 Martin Rudalics <rudalics@gmx.at>
11418
11419 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
11420 whether decoding has modified buffer contents.
11421
5fc9fdeb
JR
114222007-08-24 Jason Rumney <jasonr@gnu.org>
11423
11424 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
11425 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
11426 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
11427 (init_svg_functions) [HAVE_NTGUI]: New function.
11428 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
11429 (svg_load_image): Use them.
11430 (svg_load_image) [HAVE_NTGUI]: Implement background.
11431
93b23406
YM
114322007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11433
11434 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
11435 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
11436 (LIBX): Remove @RSVG_LIBS@.
11437 (LIBES): Add $(RSVG_LIBS).
11438
11439 * image.c (svg_load_image): Blend with specified background if exists.
11440 Use IMAGE_BACKGROUND. Add Mac OS Support.
11441
11442 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
11443 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
11444 Remove macros.
11445 [MAC_OSX] (socket_callback): Do nothing.
11446 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
11447 ReceiveNextEvent.
11448 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
11449 socket_callback.
11450 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
11451
2467875c
GM
114522007-08-22 Glenn Morris <rgm@gnu.org>
11453
ff8da443 11454 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
2467875c 11455
4ab27a43
GM
114562007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
11457
11458 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
ff8da443 11459
666e0eda
GM
11460 * image.c: Add support for SVG images. Some additional comments
11461 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
11462 (svg_image_p): New function to test for SVG image.
11463 (svg_load): New function to load SVG image.
11464 (svg_load_image): New function, helper for svg_load.
11465 (Qsvg): New Lisp_object.
11466 (svg_keyword_index): New enum.
11467 (svg_format): New static `image_keyword' struct.
11468 (svg_type): New static `image_type' struct.
11469 (librsvg/rsvg.h): Include it.
4ab27a43 11470
b636b4c1
SM
114712007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11472
11473 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
11474
9ecb827b
SM
114752007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11476
1d064697
SM
11477 * lread.c (Qold_style_backquotes): New var.
11478 (syms_of_lread): Init and staticpro it.
11479 (load_warn_old_style_backquotes): New fun.
11480 (Fload): Use them to warn about old style backquotes.
11481 (end_of_file_error, Fload): Remove unused vars.
11482
5772ed4b
SM
11483 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
11484
9ecb827b 11485 * lread.c (Vold_style_backquotes): New var.
5aa273b0 11486 (syms_of_lread): Init and export it to Elisp.
9ecb827b
SM
11487 (read1): Set it when we find an old-style (back)quote.
11488
32e1c7b1
JR
114892007-08-22 Jason Rumney <jasonr@gnu.org>
11490
11491 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
11492
b8fa755b
KY
114932007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
11494
11495 * puresize.h (BASE_PURESIZE): Increase to 1140000.
11496
1283140e
RS
114972007-08-19 Richard Stallman <rms@gnu.org>
11498
11499 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
11500
2c4685ee
AS
115012007-08-19 Andreas Schwab <schwab@suse.de>
11502
11503 * alloc.c (pure): Round PURESIZE up.
11504
880820fe 115052007-08-17 Jan Djärv <jan.h.d@swipnet.se>
e8953ebf
JD
11506
11507 * xterm.c (handle_one_xevent): Remove check that mouse click is in
11508 active frame.
11509
6e33efc4
RS
115102007-08-16 Richard Stallman <rms@gnu.org>
11511
11512 * eval.c (Fcommandp): Add parens to clarify.
11513
11514 * minibuf.c (Fall_completions): Use enum for type of table.
11515
11516 * emacs.c (USAGE2): Improve text.
11517
fcf8ff2e
GM
115182007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
11519
5205ee62
GM
11520 * term.c (tty_default_color_capabilities): Declare static
11521 variables in file scope, to avoid HPUX compiler problem.
fcf8ff2e 11522
880820fe 115232007-08-13 Jan Djärv <jan.h.d@swipnet.se>
81d13a51
JD
11524
11525 * gtkutil.c (update_frame_tool_bar): Use -1 as index
11526 to gtk_toolbar_insert.
11527
4a181359
SM
115282007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
11529
1bc99c9c
SM
11530 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
11531
4a181359
SM
11532 * insdel.c (reset_var_on_error): New fun.
11533 (signal_before_change, signal_after_change):
11534 Use it to reset (after|before)-change-functions to nil in case of error.
11535 Bind inhibit-modification-hooks to t.
11536 Don't bind (after|before)-change-functions to nil while they run.
11537
6c28435c
YM
115382007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11539
11540 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
11541 filling pixmap with stippled background.
11542
ad3b3e02
YM
115432007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11544
11545 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
11546 Don't use invisible frame as parent window for repositioning.
11547
a22dec27
SM
115482007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * print.c (new_backquote_output): Rename from old_backquote_output.
11551 (print): Inverse its logic (according to its name) so as to match the
11552 behavior of new_backquote_flag in lread.c.
11553
7b7d07bb
YM
115542007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11555
11556 * gmalloc.c (posix_memalign): New function.
11557
11558 * macterm.c (frame_highlight, frame_unhighlight): Don't call
11559 ActivateControl/DeactivateControl here.
11560 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
11561 frame-notice-user-settings is non-nil.
11562 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
11563 for kEventParamFMFontStyle.
11564 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
11565 mac_pass_command_to_system and mac_pass_control_to_system here.
11566 (XTread_socket): Call ActivateControl/DeactivateControl here.
11567 (XTread_socket) [TARGET_API_MAC_CARBON]:
11568 Check mac_pass_command_to_system and mac_pass_control_to_system here.
f9426479
YM
11569 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
11570 for window repositioning.
7b7d07bb 11571
22e9fe24
GM
115722007-08-08 Glenn Morris <rgm@gnu.org>
11573
11574 * Replace `iff' in doc-strings and comments.
11575
ae494350
CY
115762007-08-07 Chong Yidong <cyd@stupidchicken.com>
11577
11578 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
11579
6f2528d8
MR
115802007-08-07 Martin Rudalics <rudalics@gmx.at>
11581
11582 * fileio.c (Finsert_file_contents): Run format-decode and
11583 after_insert_file_functions on entire buffer when REPLACE is
11584 non-nil and inhibit modification_hooks and point_motion_hooks.
11585 For consistency, run after_insert_file_functions iff something
11586 got inserted. Move signal_after_change and update_compositions
11587 after code running after_insert_file_functions. Make sure that
6b8e474c 11588 undo_list doesn't record intermediate steps of the decoding process.
6f2528d8 11589
3ceeb306
YM
115902007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11591
11592 * emacs.c (main)
11593 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
11594 Call malloc_enable_thread on interactive startup.
11595
11596 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
7b7d07bb
YM
11597 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
11598 [USE_PTHREAD]: Conditionalize with it.
3ceeb306
YM
11599 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
11600 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
11601 New functions.
11602
ca5e6fd5
CY
116032007-08-06 Chong Yidong <cyd@stupidchicken.com>
11604
32bfce5d
CY
11605 * xdisp.c (redisplay_window): When restoring original buffer
11606 position, make sure it is still valid.
11607
ca5e6fd5
CY
11608 * image.c (png_load): Ignore png-supplied background color.
11609
a5b11587
YM
116102007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11611
11612 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
11613 Use kCFAbsoluteTimeIntervalSince1970.
11614
11615 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
11616 New variable.
11617 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
11618 event loop should be quit.
11619 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
11620 Quit dialog event loop if quit_dialog_event_loop is set.
11621
11622 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
11623 (Selection): New typedef. Use instead of ScrapRef.
11624 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
11625 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
11626 (mac_clear_selection): Rename from clear_scrap.
11627 (get_flavor_type_from_symbol): New argument SEL and subsume function of
ff8da443 11628 scrap_has_target_type. All uses changed.
a5b11587
YM
11629 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
11630 (mac_selection_has_target_p): New functions.
11631 (mac_put_selection_value): Rename from put_scrap_string.
11632 (mac_get_selection_value): Rename from get_scrap_string.
11633 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
11634 (put_scrap_private_timestamp, scrap_has_target_type)
11635 (get_scrap_private_timestamp): Remove functions.
11636 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
11637 (x_own_selection, x_get_local_selection):
11638 Use mac_valid_selection_value_p.
11639 (x_own_selection): Don't use put_scrap_private_timestamp.
11640 Record OWNERSHIP-INFO into Vselection_alist instead.
11641 (x_get_local_selection): Don't check type if request is local.
11642 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
11643 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
11644
880820fe 116452007-08-04 Jan Djärv <jan.h.d@swipnet.se>
991bde0d
JD
11646
11647 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
11648 add comment explaining why.
11649
73ff9d42
RS
116502007-08-03 Richard Stallman <rms@gnu.org>
11651
11652 * fileio.c (Fvisited_file_modtime): Use make_time.
11653
54ed9a2d 116542007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
cdf5c17a
VJL
11655
11656 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
11657 build.
11658
65a9c8e2
SM
116592007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
11662
c5925799
KY
116632007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11664
11665 * puresize.h (BASE_PURESIZE): Increase to 1130000.
11666
adef3de7
RS
116672007-07-30 Richard Stallman <rms@gnu.org>
11668
11669 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
11670
880820fe 116712007-07-29 Jan Djärv <jan.h.d@swipnet.se>
784c1472
JD
11672
11673 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
11674
a10421a1
NR
116752007-07-28 Nick Roberts <nickrob@snap.net.nz>
11676
11677 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
11678 remote default-directory.
11679
11680 * buffer.c (mode-line-format): Update doc string.
11681
0cb1ae20
YM
116822007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11683
11684 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
11685 scroll bar gap.
11686 (x_scroll_bar_create): Set bar->fringe_extended_p.
11687 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
11688 on frame edge. Check fringe background extension. Don't clear
11689 extended fringe background area.
11690
11691 * w32term.h (struct scroll_bar): New member fringe_extended_p.
11692 (w32_fill_area): Enclose multiple statements with do ... while (0).
11693
11694 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
11695 Extend fringe background to scroll bar gap.
11696 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
11697 Set bar->fringe_extended_p.
11698 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
11699 Put leftmost/rightmost scroll bars on frame edge. Check fringe
11700 background extension. Don't clear extended fringe background area.
11701
11702 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
11703 New member fringe_extended_p.
11704
cacc7b51
GM
117052007-07-25 Glenn Morris <rgm@gnu.org>
11706
11707 * Relicense all FSF files to GPLv3 or later.
11708
11709 * COPYING: Switch to GPLv3.
11710
89835619
SM
117112007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11712
c4f46926
SM
11713 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
11714
11715 * data.c (Finteractive_form): Check for the presence of an
11716 `interactive-form' symbol property more thoroughly.
11717
11718 * data.c (Finteractive_form): Use an `interactive-form' property if
89835619
SM
11719 present, analogous to the function-documentation property.
11720
ee04257d
JR
117212007-07-24 Jason Rumney <jasonr@gnu.org>
11722
11723 * w32fns.c (x_real_positions): Get real position from OS instead of
11724 calculating it.
11725
50624218
JR
117262007-07-23 Jason Rumney <jasonr@gnu.org>
11727
11728 * filelock.c (current_lock_owner): Allow for @ sign in username.
11729
3650f60e
NR
117302007-07-22 Nick Roberts <nickrob@snap.net.nz>
11731
11732 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
11733 remote default-directory.
11734
11735 * buffer.c (mode-line-format): Describe above case in doc string.
11736
1e899515 117372007-07-20 Eli Zaretskii <eliz@gnu.org>
b395d6e1 11738
75be5258
EZ
11739 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
11740 Define if not defined.
11741
2b6e2f4d
JR
117422007-07-18 Jason Rumney <jasonr@gnu.org>
11743
11744 * w32proc.c (w32_executable_type): Handle 64 bit executables.
11745
23dacf80
JB
117462007-07-18 Richard Stallman <rms@gnu.org>
11747
11748 * data.c (Fsetq_default): Doc fix.
11749
11750 * eval.c (Fsetq): Doc fix.
11751
117522007-07-18 Juanma Barranquero <lekktu@gmail.com>
11753
11754 * coding.c (Ffind_operation_coding_system):
11755 * eval.c (For, Fand): Doc fixes.
880820fe 11756 Reported by Johan Bockgård.
23dacf80 11757
880820fe 117582007-07-18 Jan Djärv <jan.h.d@swipnet.se>
656de71a 11759
23dacf80 11760 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
656de71a 11761
23dacf80 11762 * xterm.h: Declare x_ewmh_activate_frame.
656de71a
JD
11763
11764 * xterm.c (x_ewmh_activate_frame): New function.
11765 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
11766
71ec17e6
MR
117672007-07-17 Martin Rudalics <rudalics@gmx.at>
11768
11769 * window.c (Fdisplay_buffer): If largest or LRU window is the
11770 only window, split it even if it is not eligible for splitting.
11771 This restores the original behavior broken by the 2007-07-15
11772 change.
11773
e9818042
GM
117742007-07-17 Glenn Morris <rgm@gnu.org>
11775
11776 * abbrev.c (abbrev_check_chars): New function.
6b8e474c
SM
11777 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
11778 Call abbrev_check_chars to check abbrev characters are word
e9818042
GM
11779 constituents. Doc fix.
11780
e6fca843
SM
117812007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * process.c (Fstart_process, Fmake_network_process)
11784 (read_process_output): Fix up last changes.
11785
b5d2b4ab
EZ
117862007-07-16 Eli Zaretskii <eliz@gnu.org>
11787
11788 * makefile.w32-in (clean): Don't delete *~.
11789
413a79ad
AS
117902007-07-16 Andreas Schwab <schwab@suse.de>
11791
11792 * window.c (Fdisplay_buffer): Use NILP.
11793 (Fset_window_scroll_bars): Likewise.
11794
f1de8c77
MR
117952007-07-15 Martin Rudalics <rudalics@gmx.at>
11796
11797 * window.c (window_min_size_2): New function.
11798 (window_min_size_1, size_window, Fdisplay_buffer)
11799 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
11800 windows without mode- or header-lines when window-min-height is
11801 too small.
11802 (size_window): Reset nodelete_p after testing it, following an
11803 earlier note by Kim F. Storm.
11804 (display_buffer): Do not set split_height_threshold to twice the
11805 value of window_min_height to avoid changing the value of a
11806 customizable variable. Rather explicitly check whether the
11807 height of the window that shall be splitted is at least as large
11808 as split_height_threshold.
1af74d06
MB
11809 (Fwindow_full_width_p): New defun.
11810 (syms_of_window): Defsubr it.
d31053f9 11811
1af74d06 11812 * window.h: Add EXFUN for Fwindow_full_width_p.
f1de8c77 11813
5e1ab613
JR
118142007-07-14 Jason Rumney <jasonr@gnu.org>
11815
11816 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
11817
f01cbfdd
RS
118182007-07-14 Richard Stallman <rms@gnu.org>
11819
11820 * eval.c (maybe_call_debugger): New function.
11821 (find_handler_clause): Use maybe_call_debugger.
11822 Call it when the handler says `debug'.
11823 Eliminate DEBUGGER_VALUE_PTR.
11824 (Fsignal): Eliminate debugger_value.
11825 (Qdebug): New variable.
11826 (syms_of_eval): Initialize it.
11827
1bab435a
JB
118282007-07-14 Juanma Barranquero <lekktu@gmail.com>
11829
11830 * eval.c (Fprogn):
11831 * keyboard.c (Ftrack_mouse):
11832 * print.c (Fwith_output_to_temp_buffer):
11833 * window.c (Fsave_window_excursion): Doc fix.
11834
be436d23
SM
118352007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11836
11837 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
11838
60f0fb11
SM
118392007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * process.h (struct Lisp_Process): Turn slots infd, outfd,
11842 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
11843 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
11844 read_output_delay, and read_output_skip from Lisp_Objects to ints.
11845 Remove unused encoding_carryover.
11846 * process.c: Adjust all functions accordingly.
11847
d8b18043
RS
118482007-07-12 Richard Stallman <rms@gnu.org>
11849
11850 * term.c: Include unistd.h only if HAVE_UNISTD_H.
11851
d5781bb6
JR
118522007-07-11 Jason Rumney <jasonr@gnu.org>
11853
11854 * makefile.w32-in (LIBS): Include OLE32.
11855
11856 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
11857 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
11858
5bb7dfee
SM
118592007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11860
11861 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
11862 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
11863 from a Lisp_Object into a bare pointer.
11864 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
11865 Adjust the code correspondingly.
11866
11867 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
11868
11869 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
11870 (term_show_mouse_face): Remove unused var `j'.
11871 (handle_one_term_event): Remove unused vars `i' and `j'.
11872 Don't cast return value of ttyname since it's not necessary.
11873
a1be1ce8
SM
118742007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11875
5045e68e
SM
11876 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
11877 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
11878
8071c00f
SM
11879 * fns.c (map_char_table): Use an array of int for `indices' rather than
11880 an array of Lisp_Objects (which are only ever integers anyway).
11881 (Fmap_char_table): Update caller.
11882 * lisp.h: Update prototype.
11883 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
11884 * fontset.c (Ffontset_info):
11885 * casetab.c (set_case_table): Update callers.
11886
11887 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
11888
fab84e3c
SM
11889 * keymap.c (struct accessible_keymaps_data)
11890 (struct where_is_internal_data): New structures.
11891 (accessible_keymaps_1, where_is_internal_1): Use them to change
11892 interface to adhere to the one used by map_keymap.
11893 (Faccessible_keymaps, where_is_internal): Use map_keymap.
11894 (accessible_keymaps_char_table, where_is_internal_2): Remove.
11895
a1be1ce8
SM
11896 * keymap.h (map_keymap_function_t): More informative prototype.
11897
ef887810
RS
118982007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
11899
11900 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
11901 (looking_at_1): Don't change search_regs and last_thing_searched
11902 if `inhibit-changing-match-data' is non-nil.
11903 (string_match_1, search_buffer, set_search_regs): Likewise.
11904 (syms_of_search): Add Lisp level definition for
11905 `inhibit-changing-match-data' and set it to nil.
8071c00f
SM
11906 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
11907 start and end of the match, instead of using values in search_regs.
ef887810 11908
4d02fc25
SM
119092007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * minibuf.c (Fcompleting_read): New value `confirm-only'
11912 for `require-match'.
11913
fe45b81f
SM
119142007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
11917 part of the 2007-06-27 change to syms_of_fileio.
11918
a56dd283
YM
119192007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11920
11921 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
11922 Check WINDOWP before using XWINDOW. Consolidate return statements.
11923
0cf9f5b5
RS
119242007-06-27 Richard Stallman <rms@gnu.org>
11925
11926 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
11927
a66f285a
JB
119282007-06-27 Juanma Barranquero <lekktu@gmail.com>
11929
11930 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
11931
8d0d84d2
YM
119322007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11933
11934 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
11935 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
11936 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
11937 (_free_internal, memalign): Use them.
11938 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
11939 Initialize to PTHREAD_MUTEX_INITIALIZER.
11940 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
11941 (morecore_nolock): Rename from morecore. All uses changed.
11942 Use only nolock versions of internal allocation functions.
11943 (_malloc_internal_nolock, _realloc_internal_nolock)
11944 (_free_internal_nolock): New functions created from
11945 _malloc_internal, _realloc_internal, and _free_internal.
11946 (_malloc_internal, _realloc_internal, _free_internal): Use them.
11947 Copy hook value to automatic variable before its use.
11948 (memalign): Copy hook value to automatic variable before its use.
11949
5a0bbd9a
KH
119502007-06-26 Kenichi Handa <handa@m17n.org>
11951
11952 * coding.c (Ffind_operation_coding_system): Docstring improved.
11953 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
11954
9a51747b
DK
119552007-06-25 David Kastrup <dak@gnu.org>
11956
11957 * keymap.c (Fcurrent_active_maps): Add `position' argument.
11958 (Fwhere_is_internal): Adjust call to `current-active-maps' to
11959 cater for additional parameter.
11960
11961 * keymap.h: Adjust number of parameters to `current-active-maps'.
11962
11963 * doc.c (Fsubstitute_command_keys): Adjust call of
11964 `current-active-maps'.
11965
e4305426
DK
119662007-06-25 David Kastrup <dak@gnu.org>
11967
11968 * callint.c (Fcall_interactively): Make the parsing of interactive
11969 specs somewhat more readable.
11970
511a18d9
YM
119712007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11972
11973 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
11974 to scroll bar gap also when bitmap fills fringe. Draw only foreground
11975 if extended background has already been filled.
11976
512eb161
YM
119772007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11978
11979 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
11980 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
11981
11982 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
11983 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
11984 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
11985 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
11986 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
11987 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
11988 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
11989 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
11990 Run timers during dialog popup.
11991 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
11992
2386b1f1
JR
119932007-06-21 Jason Rumney <jasonr@gnu.org>
11994
11995 * image.c (convert_mono_to_color_image): Swap fore and background.
11996
fab8b787
JR
119972007-06-20 Jason Rumney <jasonr@gnu.org>
11998
11999 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
12000 (w32_free_bdf_font): Unmap memory not handle.
12001
15bdd7a0 120022007-06-20 Sam Steingold <sds@gnu.org>
3cacba85
SS
12003
12004 * gmalloc.c (__morecore): Fix the declaration to comply with the
12005 definition.
12006
1bb8a291
JB
120072007-06-20 Juanma Barranquero <lekktu@gmail.com>
12008
12009 * w32term.c (w32_delete_display): Remove leftover declaration.
12010 (w32_define_cursor, w32_initialize): Make static.
12011
12012 * w32.c (_wsa_errlist): Fix typo in error message.
12013 (init_environment): Ignore any environment variable from the
12014 registry having a null value.
12015
92648dea
GM
120162007-06-20 Glenn Morris <rgm@gnu.org>
12017
12018 * Makefile.in (LIBGIF): Default to -lgif.
12019
ff25d115
JR
120202007-06-17 Jason Rumney <jasonr@gnu.org>
12021
12022 * w32menu.c (add_menu_item): Don't use multibyte string functions on
12023 unicode strings.
12024
a1a578a5
JB
120252007-06-16 Juanma Barranquero <lekktu@gmail.com>
12026
12027 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
12028 Fix typo in docstring.
12029
af41f8a8
EZ
120302007-06-16 Eli Zaretskii <eliz@gnu.org>
12031
12032 * w32menu.c (add_menu_item): Escape `&' characters in menu items
12033 and their keybindings.
12034
8b29cab9
CY
120352007-06-15 Chong Yidong <cyd@stupidchicken.com>
12036
12037 * composite.c (update_compositions): Fix last fix.
12038
c433c134
JR
120392007-06-14 Jason Rumney <jasonr@gnu.org>
12040
12041 * w32.c (get_process_times_fn): New function pointer.
12042 (globals_of_w32): Intialize it if present in kernel32.dll.
12043 (w32_get_internal_run_time): New function.
12044
12045 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
12046
553d3164
KH
120472007-06-14 Kenichi Handa <handa@etlken.m17n.org>
12048
12049 * composite.c (update_compositions): Check the validness of
12050 compositions.
12051
446ba96f
YM
120522007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12053
12054 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
12055 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
12056
12057 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
12058 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
12059
12060 * macgui.h (USE_MAC_TOOLBAR): New define.
12061
12062 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
12063 Return immediately unless popup is activated.
12064
12065 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
12066 background to scroll bar gap.
12067 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
12068 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
12069 scroll bars on frame edge. Check fringe background extension.
12070 Don't clear extended fringe background area.
12071 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
12072 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
12073 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
12074 [USE_MAC_TOOLBAR]: New macros.
12075 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
12076 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
12077 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
12078 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
12079 [USE_MAC_TOOLBAR]: New functions.
12080 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
12081 manually if previous repositioning has failed.
12082 (mac_handle_keyboard_event): Use precomputed event kind.
12083 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
12084 as tool bar item click. Handle mouse movement over tool bar items.
12085
12086 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
12087 toolbar_win_gravity.
12088 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
12089 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
12090 Add externs.
12091
12092 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
12093 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
12094
9720173f
CY
120952007-06-14 Chong Yidong <cyd@stupidchicken.com>
12096
12097 * image.c (search_image_cache): Remove unused variable.
12098
1217dd00
CY
120992007-06-13 Chong Yidong <cyd@stupidchicken.com>
12100
12101 * xfns.c, xmenu.c: Link to xaw3d if available.
12102
c5b8e0ea
YM
121032007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12104
12105 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
12106 frame_foreground and frame_background.
12107
12108 * image.c (lookup_image): Save frame foreground and background colors.
12109 (search_image_cache): Check if saved and current frame colors match.
12110
c69b0314
SM
121112007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12112
12113 * regex.c (regex_compile): Remove the `regnum' counter.
12114 Use bufp->re_nsub instead. Add support for \(?N:RE\).
12115
c9612b8e
SM
121162007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12117
12118 * term.c: Include intervals.h to declare Fget_text_property.
12119
843d2458
JR
121202007-06-10 Jason Rumney <jasonr@gnu.org>
12121
12122 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
12123
1e0d2d60 121242007-06-08 Juanma Barranquero <lekktu@gmail.com>
977f6cfb
JB
12125
12126 * callint.c (Fcall_interactively):
12127 * editfns.c (Fdelete_and_extract_region):
12128 * fileio.c (Fread_file_name):
12129 * fns.c (Fmapconcat):
12130 * keyboard.c (cmd_error_internal):
12131 * keymap.c (Fkey_description):
12132 * lread.c (openp):
12133 * minibuf.c (read_minibuf):
12134 * search.c (wordify):
12135 * sunfns.c (sel_read):
12136 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
12137 * xfns.c (x_default_scroll_bar_color_parameter):
12138 * xmenu.c (menu_help_callback):
12139 * xselect.c (Fx_get_atom_name):
12140 * xterm.c (x_term_init): Use empty_unibyte_string.
12141
15bdd7a0 121422007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
977f6cfb
JB
12143
12144 * alloc.c (init_strings): Initialize canonical empty strings.
12145 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
12146 canonical empty string when the requested size is 0.
12147
12148 * emacs.c (empty_unibyte_string): Rename from empty_string.
12149 (empty_multibyte_string): New canonical empty string.
12150 (syms_of_emacs): Don't initialize empty_string.
12151
12152 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
12153 string, if appropriate.
12154 (empty_unibyte_string, empty_multibyte_string): New externs.
12155 (empty_string): Remove extern.
12156
12157 * lread.c (syms_of_lread): Use empty_unibyte_string.
12158
42c4c67a
JR
121592007-06-07 Jason Rumney <jasonr@gnu.org>
12160
12161 * s/ms-w32.h: Don't define HAVE_TZNAME.
12162
12163 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
12164
aa8280d3
YM
121652007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12166
12167 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
12168
12169 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
12170 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
12171
12172 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
12173 Don't call next handler.
12174 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
12175 Remove argument. Install handler to application.
12176 (set_frame_menubar): Don't change deep_p.
1e0d2d60 12177 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
aa8280d3
YM
12178 FRAME_OUTER_TO_INNER_DIFF_Y.
12179 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
12180 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
12181 [HAVE_DIALOGS]: New macros.
12182 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
12183 Use them.
12184 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
12185
12186 * macselect.c [MAC_OSX] (install_service_handler): Rename from
12187 init_service_handler. All callers changed. Return OSStatus value.
12188
12189 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
12190 All callers changed so as not to call SetPortWindowPort.
12191 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
12192 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
12193 mac_draw_string_common.
12194 (mac_draw_image_string_qd): Likewise.
12195 (mac_draw_string_common): Use them. Add INLINE.
12196 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
12197 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
12198 GetGlobalMouse.
12199 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
12200 and FRAME_OUTER_TO_INNER_DIFF_Y.
12201 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
12202 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
12203 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
12204 repositioning window to mac_handle_window_event.
12205 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
12206 saving window location to mac_handle_window_event
12207 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
12208 (install_menu_target_item_handler): Remove argument in extern.
12209 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
12210 Also accept command events.
12211 (do_keystroke): New function created from XTread_socket.
12212 (init_command_handler): Remove functions.
12213 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
12214 and save window location by kEventWindowShowing and kEventWindowHiding
12215 handlers here. Don't call next handler for window state change and
12216 focus events.
12217 (mac_handle_application_event, mac_handle_keyboard_event)
12218 [TARGET_API_MAC_CARBON]: New functions.
12219 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
12220 kEventWindowShowing and kEventWindowHiding events. Move installation
12221 of mouse, font, text input and menu target item handlers to
12222 install_application_handler.
12223 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
12224 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12225 New function.
12226 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
12227 Register it.
c9612b8e
SM
12228 (XTread_socket) [TARGET_API_MAC_CARBON]:
12229 Consolidate SendEventToEventTarget calls.
12230 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
12231 Move application activation handler to mac_handle_application_event.
12232 Move keyboard handler to mac_handle_keyboard_event.
aa8280d3
YM
12233 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
12234 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
12235 init_command_handler. Call install_application_handler.
12236
12237 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
12238 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
12239
6926c954
GM
122402007-06-07 Glenn Morris <rgm@gnu.org>
12241
12242 * emacs.c (main): Use `emacs-copyright' in --version output.
12243
6fe04c89
CY
122442007-06-06 Chong Yidong <cyd@stupidchicken.com>
12245
c9612b8e 12246 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
6fe04c89 12247
7eb0d727
YM
122482007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12249
12250 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
12251
12252 * macgui.h: Replace WindowPtr with WindowRef.
12253
12254 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
12255 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
12256 Replace ControlHandle with ControlRef.
12257 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
12258
12259 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
12260 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
12261 Replace ControlHandle with ControlRef.
12262 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
12263 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
12264
12265 * macterm.h (struct scroll_bar): Rename member control_handle_low
12266 and control_handle_high to control_ref_low and control_ref_high.
12267 All uses changed.
12268 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
12269 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
12270 respectively. All uses changed.
12271 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
12272 (install_window_handler, remove_window_handler): Replace WindowPtr
12273 with WindowRef in externs.
12274
65fddb74
JB
122752007-06-05 Juanma Barranquero <lekktu@gmail.com>
12276
12277 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
12278
db1213a9
NR
122792007-06-03 Nick Roberts <nickrob@snap.net.nz>
12280
12281 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
12282
65fddb74 12283 * frame.c (Fmouse_position, Fmouse_pixel_position):
db1213a9
NR
12284 Condition on HAVE_GPM too.
12285
12286 * term.c (term_mouse_highlight): Remove unused variables.
12287 (Fterm_open_connection): Set gpm_zerobased to 1.
12288 (term_mouse_movement, term_mouse_click, handle_one_term_event):
12289 Use zero based co-ordinates.
12290 (handle_one_term_event): Report a drag as mouse movement too.
12291
12292 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
12293
d94df25b
CY
122942007-06-03 Chong Yidong <cyd@stupidchicken.com>
12295
12296 * image.c (search_image_cache): New function. Require background
12297 color match if background color is unspecified in the image spec.
12298 (uncache_image, lookup_image): Use it.
12299
4797b6d9
JB
123002007-06-01 Juanma Barranquero <lekktu@gmail.com>
12301
12302 * window.c (Fshrink_window): Reflow docstring.
12303
1ffe7343
NR
123042007-06-02 Chong Yidong <cyd@stupidchicken.com>
12305
12306 * Version 22.1 released.
12307
123082007-06-01 Richard Stallman <rms@gnu.org>
12309
12310 * xfns.c (x_encode_text): Add GCPRO.
12311
123122007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12313
12314 * xfns.c (x_set_name_internal): Save encoded name before
12315 x_encode_text in case string data is relocated.
12316
123172007-05-31 Richard Stallman <rms@gnu.org>
12318
12319 * buffer.c (syms_of_buffer): Doc fix.
12320
123212007-05-30 Nick Roberts <nickrob@snap.net.nz>
12322
12323 * sysdep.c (init_sys_modes): Add rather than replace with
12324 O_NONBLOCK.
12325
12326 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
12327 term_mouse_moveto.
12328
12329 * termhooks.h (term_mouse_moveto): New extern.
12330
12331 * term.c (mouse_face_window): Rename...
12332 (Qmouse_face_window): ...to this.
12333 (term_show_mouse_face, term_clear_mouse_face)
12334 (term_mouse_highlight): Use Qmouse_face_window.
12335 (term_mouse_moveto): New function.
12336 (term_mouse_position): Make it work.
12337 (syms_of_term): Uncomment assignment to mouse_position_hook.
12338 Staticpro Qmouse_face_window.
12339
123402007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12341
12342 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
12343 around current_column call.
12344
123452007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
12346
12347 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
12348 * xdisp.c (next_element_from_buffer):
12349 * window.c (delete_window):
12350 * term.c (term_mouse_highlight):
12351 * msdos.c (getdefdir):
12352 * macterm.c (mac_create_bitmap_from_bitmap_data)
12353 (init_font_name_table):
12354 * fns.c (Fsxhash):
12355 * data.c (Fmake_local_variable):
12356 * ccl.c (ccl_driver): Likewise.
12357
123582007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12359
12360 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
12361 Call mac_wakeup_from_rne on window size change.
12362
123632007-05-25 Chong Yidong <cyd@stupidchicken.com>
12364
12365 * image.c (uncache_image): Fix typo.
12366
123672007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
12368
12369 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
12370
123712007-05-22 Richard Stallman <rms@gnu.org>
12372
12373 * xterm.c (x_connection_closed): Remove NO_RETURN.
12374
123752007-05-22 Martin Rudalics <rudalics@gmx.at>
12376
12377 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
12378
123792007-05-21 Chong Yidong <cyd@stupidchicken.com>
12380
12381 * image.c (uncache_image): New function.
12382 (Fimage_refresh): New function.
12383
880820fe 123842007-05-20 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
12385
12386 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
12387
123882007-05-20 Nick Roberts <nickrob@snap.net.nz>
12389
12390 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
12391 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
12392
123932007-05-20 Nick Roberts <nickrob@snap.net.nz>
12394
12395 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
12396 conditional on [HAVE_GPM_H].
12397
123982007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * syntax.c (skip_chars): Update syntax-table only after we checked that
12401 the new location is valid.
12402
124032007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12404
12405 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
12406 mac_get_window_bounds.
12407
124082007-05-20 Nick Roberts <nickrob@snap.net.nz>
12409
12410 * Makefile.in (LIBGPM): Allow it to be set from configure.
12411 If set then link Emacs with it.
12412
12413 * config.in: Regenerate.
12414
12415 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
12416 New externs.
12417
12418 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
12419 Include gpm.h.
12420 (handle_one_term_event, term_gpm): New externs.
12421
12422 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
12423 and allow it to be interrupted by SIGIO.
12424
12425 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
12426 (wait_reading_process_output): Wait on gpm_fd too.
12427 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
12428 (add_gpm_wait_descriptor_called_flag): New variable.
12429 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
12430
12431 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
12432 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
12433 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
12434 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
12435 (make_lispy_event): Add case GPM_CLICK_EVENT.
12436 (read_avail_input): Handle mouse input.
12437
12438 * term.c (write_glyphs_with_face): New function.
12439 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
12440 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
12441 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
12442 (mouse_face_face_id, term_gpm, pos_x, pos_y)
12443 (last_mouse_x, last_mouse_y): New variables.
12444 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
12445 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
12446 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
12447 (Fterm_close_connection): New functions.
12448 (term_init): Initialise mouse_face_window.
12449
124502007-05-19 Chong Yidong <cyd@stupidchicken.com>
12451
12452 * xdisp.c (redisplay_window): If first window line is a
12453 continuation line, recompute the new window start instead of
12454 recentering.
12455
124562007-05-18 Glenn Morris <rgm@gnu.org>
12457
12458 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
12459 Suggested by Alfred M. Szmidt <ams@gnu.org>.
12460
124612007-05-17 Glenn Morris <rgm@gnu.org>
12462
12463 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
12464
124652007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12466
12467 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
12468 dead key repeat and up events.
12469
124702007-05-14 Chong Yidong <cyd@stupidchicken.com>
12471
12472 * image.c (pbm_load): Check image size for monochrome pbm.
12473
124742007-05-13 Chong Yidong <cyd@stupidchicken.com>
12475
12476 * xterm.c (XTread_socket): Revert last change.
12477
124782007-05-12 Chong Yidong <cyd@stupidchicken.com>
12479
12480 * image.c (pbm_load): Correctly check image size for greyscale pbm.
12481
12482 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
12483
124842007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12485
12486 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
12487 mixup (YAILOM).
12488
124892007-05-07 Andreas Schwab <schwab@suse.de>
12490
12491 * keymap.c (Flookup_key): Fix typo in last change.
12492
124932007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
12496 mapping for unibyte strings.
12497
124982007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12499
12500 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
12501 (Fx_popup_dialog) [MAC_OSX]: Likewise.
12502
125032007-04-29 Richard Stallman <rms@gnu.org>
12504
12505 * insdel.c (replace_range): For undo, record insertion first.
12506
125072007-04-29 Andreas Schwab <schwab@suse.de>
12508
12509 * lisp.h (VECSIZE): Use OFFSETOF.
12510
125112007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12512
12513 * xdisp.c (try_window_reusing_current_matrix): Fix number of
12514 disabled lines.
12515
125162007-04-28 Richard Stallman <rms@gnu.org>
12517
12518 * lread.c (read_escape): In a string, \s is always space.
12519
880820fe 125202007-04-27 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
12521
12522 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
12523
12524 * gtkutil.c (xg_update_menubar, create_menus): Create empty
12525 submenu for menu bar items.
12526
382c648d 12527See ChangeLog.10 for earlier changes.
6922b018
KH
12528
12529;; Local Variables:
880820fe 12530;; coding: utf-8
33462dfa 12531;; add-log-time-zone-rule: t
6922b018 12532;; End:
2a34a036 12533
59ce725a 12534 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
7f6d64f8
GM
12535
12536 This file is part of GNU Emacs.
12537
5a1dde61 12538 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 12539 it under the terms of the GNU General Public License as published by
5a1dde61
GM
12540 the Free Software Foundation, either version 3 of the License, or
12541 (at your option) any later version.
7f6d64f8
GM
12542
12543 GNU Emacs is distributed in the hope that it will be useful,
12544 but WITHOUT ANY WARRANTY; without even the implied warranty of
12545 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12546 GNU General Public License for more details.
12547
12548 You should have received a copy of the GNU General Public License
5a1dde61 12549 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 12550
28f60c3d 12551;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40