* s/ms-w32.h (MULTI_KBOARD): Remove.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
69ab3201
DN
12008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * s/ms-w32.h (MULTI_KBOARD): Remove.
4 * xterm.c:
5 * xselect.c:
6 * xfns.c:
7 * window.c:
8 * w32term.c:
9 * w32fns.c:
10 * terminal.c:
11 * termhooks.h:
12 * term.c:
13 * sysdep.c:
14 * keyboard.h:
15 * keyboard.c:
16 * frame.h:
17 * frame.c:
18 * frame.c: Remove references to MULTI_KBOARD, it is now the
19 default.
20 * config.in: Regenerate.
21
bd187c49
JR
222008-07-30 Jason Rumney <jasonr@gnu.org>
23
24 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
25
26 * w32font.c (w32font_encode_char): Leave as unicode if in range.
27 (w32font_open_internal): Get unicode version of textmetrics.
28 Don't enable or disable glyph indices here.
29 (w32font_open): Disable use of glyph indices.
30
31 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
32
e3072df2
CY
332008-07-30 Chong Yidong <cyd@stupidchicken.com>
34
39dde873 35 * minibuf.c (Vread_buffer_function): Doc fix.
e3072df2 36
bc850333
CY
372008-07-30 John Paul Wallington <jpw@pobox.com>
38
39 * minibuf.c (read_buffer_completion_ignore_case): New var.
40 (Fread_buffer): Use it.
41
9d9a7716
DN
422008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
43
44 * systty.h (sensemode): Remove empty #if. Remove reference to
45 BSD_TERMIOS, unused.
46
47 * sysdep.c: Remove reference to DGUX.
48 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
49
50 * config.in: Regenerate.
51
0c34f98e
JR
522008-07-30 Jason Rumney <jasonr@gnu.org>
53
54 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
55
c320e90a
JR
562008-07-29 Jason Rumney <jasonr@gnu.org>
57
58 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
59 is populated.
60 (uniscribe_encode_char): Always use uniscribe.
61 Avoid using context if cache is populated.
62
3f7ead30
JD
632008-07-29 Jan Djärv <jan.h.d@swipnet.se>
64
65 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
66 open menu.
67
68 * gtkutil.c (menu_nav_ended): Remove.
69 (create_menus): Remove signal connect for menu_nav_ended.
70
639eebe2
CY
712008-07-28 Chong Yidong <cyd@stupidchicken.com>
72
73 * xdisp.c (redisplay_window): Check return value of
74 compute_window_start_on_continuation_line before forcing a window
75 start.
76
d1f535d2
JR
772008-07-28 Jason Rumney <jasonr@gnu.org>
78
0e134ea0 79 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
9cac6313 80
0e134ea0
JB
81 * w32term.c (w32_enable_unicode_output, cleartype_active):
82 Remove obsolete display options.
83 (x_draw_glyph_string_background): Don't use old cleartype_active
84 workaround.
85 (w32_initialize): Remove cleartype_active initialization.
86 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
d1f535d2 87
ddaa36e1
AS
882008-07-28 Andreas Schwab <schwab@suse.de>
89
90 * lisp.h (init_weak_hash_tables, syms_of_font)
91 (xd_read_queued_messages, syms_of_dbusbind): Declare.
92 (remove_hash_entry): Don't declare.
93 * eval.c (maybe_call_debugger): Make static and move before use.
94 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
95 * xdisp.c: Include "gtkutil.h" if USE_GTK.
96 * xterm.h (x_set_frame_alpha): Declare.
97
42ffd097
JD
982008-07-28 Jan Djärv <jan.h.d@swipnet.se>
99
100 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
101 (create_menus): Connect selection-done to menu_nav_ended.
102
bd6ce2ba
AR
1032008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
104
105 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
106 Set Vx_resource_name to a fallback. Replace read of 'buffered'
107 parameter with read of 'alpha' one.
108 (Qns_frame_parameter): Remove.
109 * nsselection.m (selection-coding-system)
110 (next-selection-coding-system, Vselection_coding_system)
111 (Vnext_selection_coding_system): Drop.
112
583ff3c3
AR
1132008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
114
115 * nsfns.m (do-applescript, do_applescript): Rename to
116 ns-do-applescript, ns_do_applescript, and move within file.
117
9e2a2647
DN
1182008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
119
120 Remove support for Mac Carbon.
121 * mactoolbox.c:
122 * macterm.h:
123 * macterm.c:
124 * macselect.c:
125 * macmenu.c:
126 * macgui.h:
127 * macfns.c:
128 * mac.c: Remove file.
129 * s/darwin.h:
130 * m/intel386.h:
131 * xfaces.c:
132 * xdisp.c:
133 * window.c:
134 * tparam.c:
135 * termhooks.h:
136 * termcap.c:
137 * term.c:
138 * syssignal.h:
139 * sysselect.h:
140 * sysdep.c:
141 * process.c:
142 * lread.c:
143 * lisp.h:
144 * keyboard.c:
145 * image.c:
146 * fringe.c:
147 * frame.h:
148 * frame.c:
149 * fontset.c:
150 * font.h:
151 * font.c:
152 * fns.c:
153 * fileio.c:
154 * emacs.c:
155 * dispnew.c:
156 * dispextern.h:
157 * config.in:
158 * atimer.c:
159 * Makefile.in: Remove code for Carbon
160
7ad8fe5e 1612008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4874e088 162
7ad8fe5e 163 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
69eff41f 164
7ad8fe5e 1652008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
69eff41f 166
7ad8fe5e
MB
167 * macterm.h (kCGBitmapByteOrder32Host): New define for
168 non-universal SDKs.
69eff41f 169
7ad8fe5e
MB
170 * image.c (mac_create_cg_image_from_image, image_load_image_io)
171 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
dcdbbb5d 172
7ad8fe5e
MB
173 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
174 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
dcdbbb5d 175
7ad8fe5e 1762008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
09721b31 177
0e134ea0 178 * w32inevt.c: Include dispextern.h.
09721b31 179
51dc79f8
AS
1802008-07-26 Andreas Schwab <schwab@suse.de>
181
182 * print.c (print_object): Fix off-by-one in last change.
183
dea101f6
JB
1842008-07-25 Juanma Barranquero <lekktu@gmail.com>
185
186 * term.c (syms_of_term): Don't initialize default_orig_pair,
187 default_set_foreground and default_set_background on Windows.
188
11856d4d
JR
1892008-07-25 Jason Rumney <jasonr@gnu.org>
190
0e134ea0
JB
191 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
192 ScriptItemize. Clean up return value checking. Remove unused
193 variables.
194 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
195 shaping engine.
11856d4d 196
0e134ea0
JB
197 * w32font.c (w32font_has_char): Handle the case where we can't
198 determine the script for a character.
11856d4d 199
7bfc0e9e
CY
2002008-07-25 Chong Yidong <cyd@stupidchicken.com>
201
acdadb15
CY
202 * term.c (syms_of_term): Initialize default_orig_pair,
203 default_set_foreground, and default_set_background.
204
5efc6200
CY
205 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
206 clash (bug#86).
207 (getloadavg): Callers changed.
208
7bfc0e9e 209 * image.c (svg_load_image): Fix last change.
c01c4e35
CY
210 (svg_load_image): Use rsvg_handle_get_dimensions to check that
211 image size is valid. Use g_object_unref instead of deprecated
212 rsvg_handle_free to free rsvg handle.
9d7112ed 213 (x_from_xcolors): Don't initialize pixmap (silence compiler).
7bfc0e9e 214
f31cf550
JR
2152008-07-25 Jason Rumney <jasonr@gnu.org>
216
0e134ea0
JB
217 * w32font.c (w32font_encode_char): Encode characters outside BMP as
218 surrogates before looking up glyph index.
219 (w32font_text_extents): Encode as surrogates if falling back to
220 functions that need UTF-16 wide chars.
f31cf550 221
0e134ea0
JB
222 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
223 BMP as surrogates before looking up glyph index.
f31cf550 224
b293d659
CY
2252008-07-25 Chong Yidong <cyd@stupidchicken.com>
226
227 * image.c (svg_load_image): Check for failure in return value of
228 rsvg_handle_get_pixbuf. Free rsvg handle when done.
229
1ada3dab
JR
2302008-07-25 Jason Rumney <jasonr@gnu.org>
231
0e134ea0 232 * w32font.c (Fx_select_font): Reverse sense of second arg.
1ada3dab 233
dbc812e0
SM
2342008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
235
6449674e
SM
236 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
237 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
238
dbc812e0
SM
239 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
240 (PURESIZE): Use it.
241
67725bd8
DN
2422008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
243
340074e9
DN
244 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
245 * m/alpha.h (TEXT_END):
246 * m/ibmrs6000.h (TEXT_END):
247 * m/macppc.h (TEXT_END):
248 * s/darwin.h (TEXT_END):
249 * s/msdos.h (TEXT_END): Remove, unused.
250 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
251 * s/cygwin.h: Remove comment.
252
a11af7f8
DN
253 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
254 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
255 * m/intel386.h (DOT_GLOBAL_START):
256 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
257 (USG): Remove, file not used on USG platforms.
258
67725bd8
DN
259 * Makefile.in (HAVE_X11): Remove empty #else.
260
6420e80c
AS
2612008-07-24 Andreas Schwab <schwab@suse.de>
262
263 * fileio.c (Finsert_file_contents): Properly adjust undo list
264 after format conversion.
265
d1c38b57
JD
2662008-07-24 Jan Djärv <jan.h.d@swipnet.se>
267
268 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
269 (menu_nav_ended): Remove.
270 (create_menus): Remove signal connect for menu_nav_ended.
271 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
272 create_menus.
273 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
274
597634cb
JR
2752008-07-23 Jason Rumney <jasonr@gnu.org>
276
dbc812e0
SM
277 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
278 with opened font.
279 (w32font_open): Set font type to gdi.
4b135503 280
dbc812e0 281 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
597634cb 282
7c799cf5
DN
2832008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
284
7a14f2a0
DN
285 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
286 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
287 defines it.
288 * unexec.c (ADDR_CORRECT): Define unconditionally.
289
290 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
291
f914a6bf
DN
292 * unexec.c: Remove code depending on !COFF and USG, the file is
293 not used for such systems.
294
268b24ee
DN
295 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
296 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
297 (LD_SWITCH_SYSTEM_1): Remove, update users.
298
911109b1
DN
299 * s/darwin.h (DATA_END):
300 * m/intel386.h (DATA_END):
301 * m/ibmrs6000.h (DATA_END):
302 * m/alpha.h (DATA_END): Remove, unused.
911109b1 303
77ccee09
DN
304 * config.in: Regenerate.
305 * s/ms-w32.h (subprocesses): Define unconditionally.
306 * s/template.h (subprocesses): Update comment.
307 * s/vms.h (subprocesses):
308 * s/usg5-4.h (subprocesses):
309 * s/hpux10-20.h (subprocesses):
310 * s/gnu-linux.h (subprocesses):
311 * s/cygwin.h (subprocesses):
312 * s/bsd-common.h (subprocesses):
313 * s/aix4-2.h (subprocesses):
314 * s/darwin.h (subprocesses): Do not define, defined by default now.
315
316 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
317 Remove all references.
318 (temacs): Add GNUStep specific ld flags.
319
7c799cf5
DN
320 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
321 similarly to what X does.
322
712b2de1
AR
3232008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
324
325 * nsfns.m (x-list-fonts): Remove.
326 (syms_of_nsfns): Drop the x-list-fonts declaration.
327 * nsterm.m: Get rid of remaining "//" comments.
328
0d4e1b5f
CY
3292008-07-22 Chong Yidong <cyd@stupidchicken.com>
330
331 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
332
333 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
334 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
335 (Fns_own_selection_internal, Fx_disown_selection_internal)
336 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
337
338 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
339 ... */' style of docstrings. Doc fixes.
340
952913d4
DN
3412008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
342
0ecc3474 343 * terminfo.c (UP, BC, PC): Undo previous change.
0d4e1b5f 344
952913d4
DN
345 * nsfns.m: Rename ns prefixed functions/variables to the
346 corresponding x versions. Update references.
347
02d8b017
SM
3482008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
351
11b8fe14
DN
3522008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
353
02d8b017
SM
354 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
355 Remove forwarding functions.
cc98b6a0
DN
356 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
357 non-static.
358 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
359 non-static.
360 (ns_frame_parm_handlers): Use the new names.
361 (syms_of_nsfns): Move to the end of file.
362
1baa6236
DN
363 * nsterm.m (syms_of_nsterm): Move to the end of file.
364
11b8fe14
DN
365 * dispnew.c (init_display): Remove code for X10.
366
8dcaeba2
JR
3672008-07-22 Jason Rumney <jasonr@gnu.org>
368
02d8b017
SM
369 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
370 bare drive.
8dcaeba2 371
df2142db
AR
3722008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
373
374 * nsgui.h:
375 * nsfont.m:
376 * nsmenu.m:
377 * nsterm.m: Change PENDINGS to FIXME / TODO / XXX.
378
365bac35
AR
3792008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
380
381 * nsterm.m (syms_of_nsterm): Remove debugging println.
382
6a0f0f86
DR
3832008-07-22 David Reitter <david.reitter@gmail.com>
384
a3c83618 385 * nsfns.m (do_applescript, F_do_applescript): NS version of the
6a0f0f86
DR
386 Carbon implementation of the same functionality: execute arbitrary
387 AppleScript code.
388
51d5ef9f
AR
3892008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
390
a3c83618 391 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
51d5ef9f
AR
392 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
393 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
394 (Fx_display_mm_height, Fx_display_mm_width)
395 (Fx_display_backing_store, Fx_display_visual_class)
396 (Fx_display_save_under, Fx_open_connection)
397 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
398 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
399 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
400 (Fx_display_pixel_width, Fx_display_pixel_height)
401 (Fx_display_usable_bounds, Fx_display_planes)
402 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
403 ... */' style of docstrings.
404
6efac844
DN
4052008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
406
b8ff87cc
DN
407 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
408 on this platform.
409 (mips):
410 * m/iris4d.h (mips): Do not define.
411 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
412
92d1a7a3
DN
413 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
414
de08d1be
CY
415 * image.c:
416 * nsfns.m:
417 * nsselect.m:
418 * nsterm.h:
9e50ff0c
DN
419 * nsterm.m: Rename ns prefixed functions/variables to the
420 corresponding x versions. Update references.
421
ff486501
DN
422 * m/ibms390x.h (NO_REMAP): Do not undefine.
423
6efac844
DN
424 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
425
ea9de876
CY
4262008-07-21 Chong Yidong <cyd@stupidchicken.com>
427
428 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
429 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
430 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
431 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
432 (Fns_display_mm_height, Fns_display_mm_width)
433 (Fns_display_backing_store, Fns_display_visual_class)
434 (Fns_display_save_under, Fns_open_connection)
435 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
436 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
437 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
438 (Fns_display_pixel_width, Fns_display_pixel_height)
439 (Fns_display_usable_bounds, Fx_display_planes)
440 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
441
b42f4115 4422008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
3965adab
CY
443
444 * print.c (print_object): Check print_depth before searching for
445 circularities.
446
c0894fb9
MA
4472008-07-21 Michael Albinus <michael.albinus@gmx.de>
448
449 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
450 only sprintf.
451
d90bfd1c
KH
4522008-07-21 Kenichi Handa <handa@m17n.org>
453
454 * ftfont.c (adjust_anchor): Check if DetalValue is not NULL.
455
8e2911c2
AS
4562008-07-20 Andreas Schwab <schwab@suse.de>
457
458 * syntax.c (find_start_pos, find_start_value)
459 (find_start_value_byte, find_start_begv, find_defun_start)
dbc812e0 460 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
8e2911c2 461
98a01702
DN
4622008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
463
464 * s/sol2-3.h: Insert contents of s/sol2.h.
465 (LD_SWITCH_SYSTEM): Remove redundant definition.
466 * s/sol2.h: Remove, unused.
467
704a3a2d
AR
4682008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
469
dbc812e0 470 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
704a3a2d
AR
471
4722008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
e5e2baab
AR
473
474 * Makefile.in (ns_appdir): Fix typo in find command.
475
89f1e540
DN
4762008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
477
c788afce
DN
478 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
479
89f1e540
DN
480 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
481 added not supported anymore.
482
e5e2baab 483 * s/usg5-4-2.h (LIBS_SYSTEM):
89f1e540
DN
484 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
485
486 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
487 * s/lynxos.h (GETPGRP_NO_ARG):
488 * s/hpux10-20.h (NO_SIOCTL_H):
489 * s/gnu.h (GETPGRP_NO_ARG):
490 * s/gnu-linux.h (NO_SIOCTL_H):
491 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
492 * s/cygwin.h (GETPGRP_NO_ARG):
493 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
494 (C_DEBUG_SWITCH): Remove duplicate definition.
495
496 * m/ibms390.h: Remove boilerplate comments.
497
498 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
499
500 * process.c (HAVE_SERIAL): Consolidate ifdefs.
501 (wait_reading_process_output): Remove code for SunOS, platform not
502 supported anymore. Use SOLARIS2 instead of sun.
503
ed96cde8
AR
5042008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
505
506 * font.c (font_open_by_name): Under NS, default lface height to zero.
507 (font_open_for_lface): Under NS, set size based on frame fontsize.
508 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
509 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
510
5112008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
512
513 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
514 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
515 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
516 YES/NO.
517 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
518 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
519 * Makefile.in (clean): Clear out build destination dir.
520
5a2d7ab6
AR
5212008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
522
523 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
524 xterm, xselect.
525 * lisp.h: Remove declaration of hash_remove.
526 * nsgui.h: Remove redefinitions of hash_remove.
527 * fns.c (hash_remove): Rename to hash_remove_from_table.
528
c0230162
AR
5292008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
530
531 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
532 strdup() the family UTF8String before modifying it. Patch due to
533 Seiji Zenitani.
534
45d325c4
AR
5352008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
536
537 * nsfns.m (ns_set_background_color): Apply patch from Chong Yidong to
538 fix crash.
539 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
540 NS_FACE_BACKGROUND with 0 instead of nil.
541 * nsfont.m (nsfont_draw): Same.
542
b83f1cd0
CY
5432008-07-18 Chong Yidong <cyd@stupidchicken.com>
544
545 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
546
add4eecc
DN
5472008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
548
549 * puresize.h (BASE_PURESIZE): Increase to 1240000.
550
69955d31
YM
5512008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
552
553 * gtkutil.c: Include <config.h> instead of "config.h".
554
555 * lisp.h (Foverlay_buffer): Add EXFUN.
556
557 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
558 child process to complete child_setup. Undo 2005-09-21 change.
559
560 * s/darwin.h: Mention setsid after vfork.
561
08b3caa9 5622008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2d64e9bb
YM
563
564 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
565 Depend on macgui.h.
566
567 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
568 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
569
570 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
571 and f19.
572 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
573
574 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
575 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
576 Remove enumerators.
577
578 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
579 Check if FACE_FROM_ID returns NULL.
580
8d59c5ed
JR
5812008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
582
ba60bd44
JB
583 * w32inevt.c (change_frame_size): Remove extern declaration.
584 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
585 change_frame_size.
8d59c5ed 586
ba60bd44 5872008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
db94bf9c
AR
588
589 * getloadavg.c: Revert last change (2008-07-15).
590
ba60bd44 5912008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
06b62770
AR
592
593 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
594 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc) set
595 from configure.
596
2749d28e
DN
5972008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
598
35ad0545
DN
599 * s/sol2.h:
600 * s/sol2-4.h: Reorganize conditionals.
601
2749d28e
DN
602 * ecrt0.c: Remove code depending on m68000, not used anymore.
603
604 * fns.c (hash_remove): Make static.
605 * lisp.h (hash_remove): Don't prototype.
606
607 * m/ibmrs6000.h:
608 * m/ibms390x.h:
609 * m/macppc.h: Remove boilerplate comments.
610
611 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
612 Solaris, which does not need them.
613
614 * m/vax.h: Remove comments about unsupported systems.
615
616 * s/darwin.h: Reorganize ifdefs.
617
ba60bd44
JB
6182008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
619
620 * config.in:
621 * dispextern.h:
622 * frame.c:
623 * image.c:
624 * nsfns.m:
625 * nsfont.m:
626 * nsgui.h:
627 * nsmenu.m:
628 * nsterm.h:
629 * nsterm.m:
630 * s/darwin.h:
631 * xdisp.c: Change most cases of PENDING to TODO, some to FIXME or XXX.
6fb5f7da 632
32cc3925
AS
6332008-07-17 Andreas Schwab <schwab@suse.de>
634
635 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
636
facfbbbd
SM
6372008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 Use SDATA. Follow coding convention of placing operators at
640 beginning of next line rather than end of previous line, and placing
641 spaces around infix operators.
642
643 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
644 in case it was defined already.
645 USE @GNUSTEP_MAKEFILES@ rather than envvars.
646 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
647 ns_default.
648 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
649 Lisp_Objects.
650 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
651 (ns_defined_color, ns_color_to_lisp): Declare.
652 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
653 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
654 it's accepted even with USE_LISP_UNION_TYPE.
655 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
656 (update_frame_tool_bar): Remove apparently obsolete tests for
657 non-integerness of f->tool_bar_lines.
658 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
659 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
660 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
661 (nsfont_open): Don't confuse NULL for Qnil.
662 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
663 * menu.h (find_and_call_menu_selection):
664 * menu.c (find_and_call_menu_selection): Use just int for vector size.
665 (find_and_return_menu_selection): Always return something.
666 * frame.h: Include dispextern.h for Display_Info.
667 (display_x_get_resource): Declare.
668
ba60bd44 6692008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
122e9f8f
AR
670
671 * syntax.c: Remove stdio.h include accidentally introduced in
672 Emacs.app commit.
673 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
674 NS_IMPL_COCOA.
675 * keyboard.c (handle_async_input, input_available_signal): Remove
676 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
677
0bcfd7d7
SM
6782008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
679
6882361b
SM
680 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
681 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
682 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
683 Use SDATA.
684
0bcfd7d7
SM
685 * keymap.c: Remove all NS-specific code.
686 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
687 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
688 where_is_preferred_modifier, return a different value depending on how
689 preferred is the binding.
690 (where_is_internal): Adjust accordingly.
691 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
692 Adjust to new preferred_sequence_p.
693 (syms_of_keymap): Declare `where-is-preferred-modifier'.
694 * keyboard.c (parse_solitary_modifier): Not static any more.
695 * keyboard.h (parse_solitary_modifier): Declare.
696
720f3147
AS
6972008-07-16 Andreas Schwab <schwab@suse.de>
698
699 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
700 of easymenu.
701
01e19fea
CY
7022008-07-16 Chong Yidong <cyd@stupidchicken.com>
703
704 * xdisp.c (move_it_in_display_line): Account for word wrap, so
705 that we don't move off the line.
706
4c89a3e0
SM
7072008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * keyboard.c (Qsuper): Remove.
710 (parse_menu_item): Don't call where_is_internal specially for NS.
711
586b975c
DN
7122008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
713
3ec8ef33
DN
714 * s/gnu-linux.h: Remove boilerplate comments.
715
d4d080b6
DN
716 * m/alpha.h (__ELF__): Consolidate conditions.
717
7ab56cc4
DN
718 * m/m68k.h (linux): Use GNU_LINUX instead.
719 Remove boilerplate comments.
720
586b975c 721 * m/intel386.h: Undo reactoring from previous change.
7ab56cc4
DN
722 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
723 too, remove dead code.
724 (linux): Use GNU_LINUX instead.
586b975c 725
5cc9d48a
JR
7262008-07-16 Jason Rumney <jasonr@gnu.org>
727
4c89a3e0 728 * w32gui.h: Repeat 26 June changes lost by last change.
5cc9d48a 729
6b0273cd
DN
7302008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
731
132d0475
DN
732 * systty.h: Remove code for Aix on 386, unsupported platform.
733
734 * s/ms-w32.h: Remove boilerplate comments.
735 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
736
737 * s/gnu-linux.h (TERM): Remove support.
738 (HAVE_SYSVIPC): Remove, unused.
739 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
740 for this system.
741
742 * process.c: Remove support for IRIS, unused.
743 Remove support for TERM, not relevant anymore.
744
745 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
746 used with the definition.
747
748 * s/aix4-2.h (static): Do not undef.
749
750 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
751 only used on Aix.
752 (HAVE_SYSVIPC): Remove, unused.
753
754 * m/hp800.h (CANNOT_DUMP): Do not undef.
755
756 * m/alpha.h: Fix comment.
757
8111c2d8
DN
758 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
759 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
760 used by this configuration.
761 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
762 * unexec.c: Remove code depending on HPUX and
763 USG_SHARED_LIBRARIES, not used with this file. Remove code
764 depending on IRIS, unused. Remove if 0-ed code.
765
e9a57a88
DN
766 * s/template.h: Remove comments about static.
767
4c89a3e0
SM
768 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
769 Remove if 0-ed code.
c7607b94
DN
770 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
771 were the same as the default.
772 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
773 Remove boilerplate comments.
774 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
775 (HAVE_SYSVIPC): Remove, unused.
776 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
777
ff841b30
DN
778 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
779 Remove boilerplate comments.
780 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
781 Remove boilerplate comments.
782 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
783 Remove boilerplate comments.
784 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
785
586b975c
DN
786 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
787 USG systems which do not use DATA_SEG_BITS.
788 Refactor code. Remove boilerplate comments.
789
dc89925b 790 * m/ibms390.h:
dc89925b
DN
791 * m/m68k.h:
792 * s/bsd-common.h:
793 * s/cygwin.h:
794 * s/darwin.h:
795 * s/freebsd.h:
796 * s/gnu.h:
797 * s/msdos.h: Remove boilerplate comments.
798
96b72211
DN
799 * m/iris4d.h: Remove boilerplate comments and code for systems that
800 do not use this file.
801 (IRIS_4D): Remove, unused.
802
c3b5f109
DN
803 * m/mips.h: Remove boilerplate comments and code for systems that
804 do not use this file.
96b72211 805 (SIGN_EXTEND_CHAR):
c3b5f109
DN
806 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
807 * unexmips.c: Remove file, unused.
808
6b0273cd
DN
809 * editfns.c (Fuser_full_name): Replace the only use of
810 USER_FULL_NAME with its value.
811 * config.in: Regenerate.
812
ba60bd44 8132008-07-16 David Reitter <david.reitter@gmail.com>
6fbcfb6f 814
ba60bd44
JB
815 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
816 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
6fbcfb6f 817
44ac2d3e
GM
8182008-07-16 Glenn Morris <rgm@gnu.org>
819
820 * emacs.c (system-type): Doc fix.
821
0a170079
SM
8222008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
825 If the cache doesn't work, let's fix it, rather than work around it.
826
ba60bd44 8272008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
a68fda4a
AR
828
829 * Makefile.in: Correct additions for nsfont.o in last commit.
830 * nsfont.m: New file (forgot last commit).
831
ba60bd44 8322008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
833
834 Changes and additions for NeXTstep windowing system (Cocoa and
835 GNUstep) support.
836
ba60bd44 837 * Makefile.in:
edfda783
AR
838 * config.in: Support defines and build commands for NS port.
839 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
840 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
841 * callproc.c (set_initial_environment): Initialize
842 Vprocess_environment under CANNOT_DUMP (fixes crash when
843 batch-compiling for bootstrap, due to Chris Hall).
844 * dispextern.h: Include nsgui.h and add needed typedefs under NS
845 windowing.
846 (struct face): Add synth_ital field.
847 * dispnew.c: Include nsterm.h when compiling under NS windowing.
848 (init_display): Initialize Vinitial_window_system to "ns" when so
849 compiled.
850 * emacs.c: Include GSConfig.h when compiling under GNUstep.
851 (display_arg): Use under NS.
852 (main): Under NS, allocate autorelease pool and handle command line
853 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
854 (standard_args): Add NS-specific args.
855 (shut_down_emacs): Shut down NS terminal if compiled under NS.
856 * font.c (DEFAULT_ENCODING): New variable.
857 (font_find_for_lface): Use it.
858 (syms_of_font): Load syms_of_nsfont under NS.
859 * font.h: Declare nsfont_driver when compiled under NS.
860 * fontset.c: When compiling under NS, include nsterm.h.
861 (fontset_from_font): Autoconstruct fontset under NS.
862 * frame.c (various): Under NS, include nsterm.h, add Qns window system
863 symbol, document and use it.
864 (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case --
865 patch to fix crash due to different init order, due to Chris Hall and
866 Yamamoto Mitsuharu.
867 (do_switch_frame): When for_deletion under Cocoa, add
868 Fraise_frame(Qnil).
869 (x_set_frame_parameters): Ensure font attribute changes are picked up.
870 (x_get_arg): Allow "yes" and "no" as boolean values.
871 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
872 Qright under Cocoa.
873 (focus-follows-mouse): Default to 0 under NS.
874 * frame.h (enum output_method): Add output_ns.
875 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
876 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
877 (FRAME_WINDOW_P): NS-specific definition.
878 * fringe.c (max_used_fringe_bitmap): Make public.
879 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
880 (getloadavg): Use NeXT code under descendant OS's.
881 * image.c (includes and header section, x_create_bitmap_from_data)
882 (x_create_bitmap_from_file, free_bitmap_record, image_background)
883 (image_background_transparent, x_clear_image_1)
884 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
885 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
886 (x_to_xcolors, x_from_xcolors, x_disable_image)
887 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
888 other GUIs, including XPM support using code originally written for
889 Carbon GUI.
0a170079 890 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
edfda783
AR
891 using NS API.
892 (image_ascent): Use font metrics macros instead of direct struct field
893 access.
894 * keyboard.c (includes): Add nsterm.h when compiling under NS.
895 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
896 Also, handle NS as GTK for menu bar purposes.
897 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
898 toolkit where they differ.
899 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
900 use cachelist, still needed under NS.
6ddc6cca 901 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
edfda783
AR
902 (struct widget_value): Define it here for menu.c.
903 * keymap.c (includes): Include modifier internals.
904 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
905 NS.
906 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
907 support for preferring sequences using certain modifiers, specified by
908 the FIRSTONLY argument.
909 * lisp.h (hash_remove): Rename to avoid name clash when compiling
910 under NS GNUstep implementation.
911 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
912 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
913 * menu.c: Include nsterm.h under NS.
914 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
915 (free_menubar_widget_tree_value, update_submenu_strings)
916 (find_and_call_menu_selection): Treat NS as X and NT.
917 (find_and_return_menu_selection): New function, used for popup menus.
ba60bd44
JB
918 * nsgui.h:
919 * nsterm.h:
920 * nsfns.m:
921 * nsimage.m:
922 * nsmenu.m:
923 * nsselect.m:
edfda783
AR
924 * nsterm.m: New files.
925 * process.c (wait_reading_process_output): Under NS, call ns_select()
926 instead of plain select().
927 * syntax.c (char_quoted): Under NS, avoid a crash when called near
928 beginning of buffer.
929 * sysselect.h (init_process): Rename when compiling under Cocoa to
930 avoid name conflict.
931 * termhooks.h (display_info): Add ns_display_info to union.
932 * terminal.c (Fterminal_live_p): Add ns to terminal types.
933 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
934 COCOA environment.
935 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
936 unexec() signature. (Note, this will dump, but the resulting file
937 crashes; unexosx is used instead; keeping around for reference and
938 possible aid in getting dump working under GNUstep.)
939 * w32gui.h (button_type, widget_value): Remove definitions (now in
940 keyboard.h).
941 * window.c: Include nsterm.h when compiling under NS.
942 * xdisp.c (includes): Include nsterm.h when compiling under NS.
943 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
944 other GUI windowing systems.
945 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
946 GTK.
947 (x_consider_frame_title): Under NS, set icon type and frame
948 modified-state indicator; use ns_set_name_as_filename() when using
949 formatted title.
950 (update_window_cursor): Make public when compiling under NS.
951 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
952 (hourglass_atimer, Vhourglass_delay
953 * xfaces.c (header section, init_frame_faces, clear_font_table)
954 (defined_color, unload_color, x_face_list_fonts)
6ddc6cca
SM
955 (prepare_face_for_display): Add NS support parallel to other GUIs.
956 Emulate GCs like other non-X GUIs.
edfda783
AR
957 (split_font_name): Don't lowercase font name under NS.
958 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
959 under NS.
960 * s/darwin.h: Add support for compilation under NS.
961
1391cd54
JR
9622008-07-15 Jason Rumney <jasonr@gnu.org>
963
6ddc6cca
SM
964 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
965 (w32_show_hourglass): Rename from show_hourglass.
966 (w32_hide_hourglass): Rename from hide_hourglass.
967 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
968 (Vhourglass_delay): Declare extern.
969 (hourglass_started): Remove.
1391cd54 970
6ddc6cca
SM
971 * xdisp.c (Vhourglass_delay): Remove static.
972 (hourglass_started, start_hourglass, cancel_hourglass):
973 Don't include these versions on WINDOWSNT.
1391cd54 974
1885ab29
AR
9752008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
976
6ddc6cca 977 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
20d6dc02 978 variables (formerly in xfns.c).
1885ab29
AR
979 (show_hourglass, hide_hourglass): New prototypes (same).
980 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
981 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
20d6dc02 982 in xfns.c).
1885ab29
AR
983 (syms_of_xdisp): Declare/initialize display-hourglass,
984 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
985 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
20d6dc02 986 formerly in xfns.c.
1885ab29
AR
987 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
988 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
989 (start_hourglass, cancel_hourglass): Remove.
990 (show_hourglass, hide_hourglass): Remove prototypes and static
991 modifiers.
992 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
993 hourglass_atimer, hourglass_shown_p declaration/initialization.
994 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
995 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
996 (start_hourglass, cancel_hourglass): Remove.
997 (show_hourglass, hide_hourglass): Remove prototypes and static
998 modifiers.
999 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
1000 hourglass_atimer, hourglass_shown_p declaration/initialization.
1001 * w32fns.c (display_hourglass_p, Vhourglass_delay)
1002 (DEFAULT_HOURGLASS_DELAY): Remove.
1003 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
1004 hourglass_shown_p declaration/initialization.
1005
3faa984f
JR
10062008-07-14 Jason Rumney <jasonr@gnu.org>
1007
6ddc6cca
SM
1008 * w32fns.c (w32_get_arg): Remove wrapper function.
1009 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
1010 directly.
1011 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
3faa984f 1012
2f73901f
KH
10132008-07-14 Kenichi Handa <handa@m17n.org>
1014
1015 * xfont.c (xfont_open): Add workaround for X's bug.
1016
11da284d
KH
10172008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1018
1019 * fontset.c: Include <stdio.h> unconditionally.
1020
944cc4a8
MA
10212008-07-13 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
1024 for filtering.
1025
bdee2ef3
DN
10262008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1027
1028 * s/vms.h: Use __GNUC__ instead of _GNUC_.
1029
1030 * m/macppc.h:
1031 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
1032
1033 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default
944cc4a8
MA
1034 (SPECIAL_EMACS_INT):
1035 * m/ia64.h (SPECIAL_EMACS_INT):
bdee2ef3
DN
1036 * m/amdx86-64.h (SPECIAL_EMACS_INT):
1037 * s/gnu.h (NLIST_STRUCT):
1038 * aix4-2.h (X11R5_INHIBIT_I18N):
1039 * s/gnu-linux.h (LINUX):
1040 * s/msdos.h (HAVE_FACES):
1041 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
1042
944cc4a8 1043 * systty.h:
bdee2ef3
DN
1044 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
1045 anymore.
1046
bba104c1
DN
10472008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1048
1049 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
1050 always defined as int.
1051
1052 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
1053 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
1054 * s/gnu-linux.h (HAVE_WAIT_HEADER):
1055 * s/freebsd.h (HAVE_WAIT_HEADER):
1056 * s/bsd-common.h (HAVE_UNION_WAIT):
1057 * s/aix4-2.h (HAVE_WAIT_HEADER):
1058 * m/mips.h (HAVE_UNION_WAIT):
1059 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
1060 (COFF, static): Do not define, they are undefined later in the file.
1061
1062 * process.c (update_status): Don't use a union.
1063 (status_convert):
1064 (sigchld_handler): Use int instead of WAITTYPE.
1065
e433031a
CY
10662008-07-12 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * indent.c (Fvertical_motion): Restore hscroll before moving to
1069 goal column.
1070
3bfb4d48
DN
10712008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
1072
1073 * lisp.h: Remove left over code.
1074
e7c9048f
AS
10752008-07-11 Andreas Schwab <schwab@suse.de>
1076
7e770c85
AS
1077 * lisp.h: Fix logic in last change.
1078
e7c9048f
AS
1079 * menu.h: New file.
1080 * menu.c: Include it.
1081 * xmenu.c: Likewise.
1082 * Makefile.in: Update dependencies.
1083
38aaf336
KH
10842008-07-11 Kenichi Handa <handa@m17n.org>
1085
1086 * fontset.c (fontset_from_font): Cancel the previous change.
1087
6e5cb96f
DN
10882008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
1089
1090 * lisp.h:
1091 * w32heap.c:
1092 * emacs.c:
1093 * alloc.c: Replace all references of NO_UNION_TYPE with
1094 USE_LISP_UNION_TYPE.
1095
1096 * m/xtensa.h (NO_UNION_TYPE):
1097 * m/vax.h (NO_UNION_TYPE):
1098 * m/template.h (NO_UNION_TYPE):
1099 * m/sparc.h (NO_UNION_TYPE):
1100 * m/mips.h (NO_UNION_TYPE):
1101 * m/macppc.h (NO_UNION_TYPE):
1102 * m/m68k.h (NO_UNION_TYPE):
1103 * m/iris4d.h (NO_UNION_TYPE):
1104 * m/intel386.h (NO_UNION_TYPE):
1105 * m/ibms390x.h (NO_UNION_TYPE):
1106 * m/ibms390.h (NO_UNION_TYPE):
1107 * m/ibmrs6000.h (NO_UNION_TYPE):
1108 * m/ia64.h (NO_UNION_TYPE):
1109 * m/hp800.h (NO_UNION_TYPE):
1110 * m/arm.h (NO_UNION_TYPE):
1111 * m/amdx86-64.h (NO_UNION_TYPE):
1112 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
1113 defining it the same.
1114
e0f47a68
CY
11152008-07-10 Chong Yidong <cyd@stupidchicken.com>
1116
ba60bd44 1117 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
e0f47a68 1118
c5e7567d
DN
11192008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1120
1121 * src/fileio.c:
1122 * src/sysdep.c
1123 * src/systty.h:
1124 * src/m/ibmrs6000.h:
1125 * src/m/iris4d.h:
1126 * src/s/aix4-2.h:
1127 * src/s/freebsd.h:
1128 * src/s/gnu-linux.h:
1129 * src/s/hpux10-20.h:
1130 * src/s/hpux11.h:
1131 * src/s/netbsd.h:
1132 * src/s/sol2-3.h:
1133 * src/s/sol2-4.h:
1134 * src/s/sol2.h:
1135 * src/s/usg5-4.h:
1136 * src/s/vms.h: Remove references to unused variables.
1137
bb658864
AS
11382008-07-10 Andreas Schwab <schwab@suse.de>
1139
1140 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
1141 pattern before matching the generic family.
1142
3d3db608
DN
11432008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1144
a0ce9ab7 1145 * unexec.c:
3460e0b9
DN
1146 * s/vms.h:
1147 * s/usg5-4-2.h:
1148 * s/sol2-5.h:
1149 * s/freebsd.h:
1150 * s/darwin.h: Remove dead code.
1151
ad76189a
DN
1152 * m/template.h:
1153 * m/sparc.h:
1154 * m/mips.h:
1155 * m/m68k.h:
1156 * m/iris4d.h:
1157 * m/intel386.h:
1158 * m/ibms390x.h:
1159 * m/ibms390.h:
1160 * m/ia64.h:
1161 * m/hp800.h:
1162 * m/arm.h:
1163 * m/amdx86-64.h: Remove dead code and references to unused
1164 and compiler defined symbols.
1165
d2b5bbda
DN
1166 * unexmips.c:
1167 * unexelf.c: Remove references to desupported systems.
1168
40dde9d1
DN
1169 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
1170
21133394
DN
1171 * m/powermac.h: Remove boilerplate comments.
1172 (NO_REMAP): Remove unused definition.
1173
3d3db608
DN
1174 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
1175 define them.
1176
c8e0e16d
KH
11772008-07-10 Kenichi Handa <handa@m17n.org>
1178
1179 * xfont.c (xfont_open): Log the reason of failure.
1180
3cba9369
SM
11812008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * fontset.c (fontset_get_font_group):
1184 * font.c (font_check_otf): Specify argument types.
1185
73353585
KH
11862008-07-09 Kenichi Handa <handa@m17n.org>
1187
0e17387a
KH
1188 * coding.c (detect_coding_utf_8): Set detect_info->found only when
1189 non-ASCII char is found.
1190
73353585
KH
1191 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
1192 (reorder_font_vector): Change the arg preferred_family to font.
1193 Prefer the spec matching with font.
1194 (fontset_get_font_group): New function.
1195 (fontset_find_font): Change the format of an element of a realized
1196 fontset. Use fontset_get_font_group.
1197 (fontset_font): Try the current fontset, the default fontset, the
1198 fallbacks of the current fonset, and the fallbacks of the default
1199 fontset in this order.
1200 (face_for_char): Delete the shortcut to use the current font.
1201 (fontset_from_font): Don't set fonts for Latin in the fontset.
1202
1203 * font.h (font_make_object, font_match_p): Adjust prototypes.
1204
1205 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
1206
1207 * font.c (font_make_object): New arg entity and pixelsize.
1208 (font_check_otf_features, font_check_otf): New functions.
1209 (font_match_p): Check :lang, :script, and :otf properties.
1210
1211 * xfont.c (xfont_open): Adjust it for the change of
1212 font_make_object.
e5d05978 1213 (xfont_text_extents): Fix initial setting of metrics.
73353585
KH
1214
1215 * ftfont.c (struct ftfont_info): New member index, delete member
1216 fc_charset_idx. Make the member order compatible with struct
1217 xftfont_info.
1218 (fc_charset_table): Change charset names to registry names.
1219 (ftfont_pattern_entity): Delete the args registry and
1220 fc_charset_idx. Change the value of :font-entity property
1221 to (FONTNAME . INDEX). Always set :registry property to
1222 `iso10646-1'.
1223 (struct ftfont_cache_data): New struct.
1224 (ftfont_lookup_cache): New arg for_face.
1225 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
1226 (ftfont_driver): Set the member otf_capability.
1227 (ftfont_get_charset): Adjust it for the change of
1228 fc_charset_table.
1229 (OTF_TAG_SYM): New macro.
1230 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
1231 for the change of fc_charset_table.
1232 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
1233 ftfont_pattern_entity. Add FC_INDEX to objset.
1234 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
1235 and ftfont_pattern_entity.
1236 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
1237 font_make_object, struct ftfont_info.
1238 (ftfont_has_char): Use ftfont_get_fc_charset.
1239 (ftfont_otf_features, ftfont_otf_capability): New functions.
1240 (ftfont_shape): Use ftfont_get_otf.
e5d05978 1241 (ftfont_text_extents): Fix initial setting of metrics.
73353585
KH
1242
1243 * xftfont.c (struct xftfont_info): New member ft_size. Make the
1244 member order compatible with struct ftfont_info.
1245 (xftfont_open): Add FC_CHARSET to the pattern. Set
1246 xftfont_info->ft_size. Don't unlock the face. Check BDF
1247 properties if appropriate.
1248 (xftfont_close): Unlock the face.
1249 (xftfont_anchor_point, xftfont_shape): Deleted.
1250 (syms_of_xftfont): Don't set members anchor_point and shape of
1251 xftfont_driver.
1252
1253 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
1254 font_make_object.
1255
1256 * w32font.c (w32font_open): Adjust it for the change of
1257 font_make_object.
1258 (w32font_open_internal): Don't set properties of font_object here.
1259
7f000038
CY
12602008-07-08 Chong Yidong <cyd@stupidchicken.com>
1261
830aab93
CY
1262 * macfns.c (x_create_tip_frame):
1263 * w32fns.c (x_create_tip_frame):
1264 * xfns.c (x_create_tip_frame): Pass parameter argument to
1265 face-set-after-frame-default.
1266
7f000038
CY
1267 * xfaces.c (Finternal_merge_in_global_face): Save merged
1268 attributes for the default face back into the face vector.
1269
85cf8992
AS
12702008-07-08 Andreas Schwab <schwab@suse.de>
1271
1272 * fontset.h: Declare fontset_from_font. Don't declare
1273 new_fontset_from_font and fontset_from_font_name.
1274 * xterm.c: Include "fontset.h".
1275 * Makefile.in (xterm.o): Update dependencies.
1276
4a00783e
GM
12772008-07-08 Glenn Morris <rgm@gnu.org>
1278
1279 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
1280 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
1281
4d2d5f5f
CY
12822008-07-07 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
1285 (x_set_frame_parameters): Don't bind it.
1286
dfe66c5b
JB
12872008-07-07 Juanma Barranquero <lekktu@gmail.com>
1288
1289 * w32fns.c (map_w32_filename): Declare extern.
1290
ec7e221c
JR
12912008-07-07 Jason Rumney <jasonr@gnu.org>
1292
dfe66c5b 1293 * w32term.c (WS_EX_LAYERED): Define if not already.
ec7e221c 1294
fe5d61c4
CY
12952008-07-06 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * xfaces.c (set_font_frame_param): Don't try to set the font
1298 parameter if it is still unspecified in the lface.
1299
9204cb8b
CY
13002008-07-05 Chong Yidong <cyd@stupidchicken.com>
1301
0a143d3a
CY
1302 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
1303 face if it didn't already exist.
1304
9204cb8b
CY
1305 * xdisp.c (try_window_id): Give up if word-wrapping is on.
1306
6c95e70d
AS
13072008-07-05 Andreas Schwab <schwab@suse.de>
1308
dfe66c5b 1309 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
6c95e70d 1310
59230395
CY
13112008-07-05 Chong Yidong <cyd@stupidchicken.com>
1312
1313 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
1314 word-wrapping.
1315 (IT_DISPLAYING_WHITESPACE): New macro.
1316 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
1317 when word-wrapping. Simplify word-wrapping logic. Use correct
1318 pixel positions when saving copies of the iterator.
1319 (display_line): Use proper wrap point if the last character on a
1320 line was preceded by whitespace.
1321
d7c664f3
SM
13222008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
1325
9ffc8a3a
KH
13262008-07-04 Kenichi Handa <handa@m17n.org>
1327
1328 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
1329
1330 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
1331
946598bf
JR
13322008-07-02 Jason Rumney <jasonr@gnu.org>
1333
d7c664f3
SM
1334 * xfns.c (syms_of_xfns): Only define x-select-font when both
1335 HAVE_FREETYPE and USE_GTK
946598bf 1336
d7c664f3
SM
1337 * xdisp.c (next_element_from_display_vector): Move assignment out
1338 of if statement.
946598bf 1339
6cf29fe8
JR
13402008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
1341
d7c664f3 1342 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
6cf29fe8 1343
d7c664f3
SM
1344 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
1345 (syms_of_fileio): Initialize and export them.
1346 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
6cf29fe8 1347
d7c664f3
SM
1348 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
1349 (Fsystem_move_file_to_trash): New function.
1350 (syms_of_w32fns): Export it to lisp.
6cf29fe8 1351
79ca7db1
JR
13522008-07-01 Jason Rumney <jasonr@gnu.org>
1353
d7c664f3
SM
1354 * w32font.c (w32font_text_extents): Don't count overhang as part
1355 of width.
79ca7db1 1356
c2786a3d 13572008-06-30 Miles Bader <miles@gnu.org>
c4f4682b
MB
1358
1359 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
1360 Add `avoid_cursor_p' field.
1361
1362 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
1363 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
1364 (append_glyph, append_composite_glyph, produce_image_glyph)
c2786a3d
JB
1365 (append_stretch_glyph): Initialize avoid_cursor_p.
1366 (get_it_property): Rename from `get_line_height_property'.
c4f4682b
MB
1367 (x_produce_glyphs): Use get_it_property.
1368 (handle_line_prefix, push_display_prop): New functions.
1369 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
c2786a3d
JB
1370 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
1371 New variables.
c4f4682b
MB
1372 (syms_of_xdisp): Initialize them.
1373
7d7ad10e
KH
13742008-06-30 Kenichi Handa <handa@m17n.org>
1375
1376 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
1377 XftDefaultSubstitute (they are called in XftFontMatch).
1378 (xftfont_open): Fix args to ftfont_font_format.
1379
1380 * ftfont.c (fc_charset_table): New member lang.
1381 (ftfont_resolve_generic_family): New arg pattern.
1382 (ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
1383 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
1384 (ftfont_open): Fix args to ftfont_font_format.
1385 (ftfont_font_format): New arg filename.
1386
44b754c7
CY
13872008-06-30 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * xfaces.c (Finternal_merge_in_global_face): If default face was
1390 modified, realize it again. Update the font face attribute.
1391
a4521b03
JR
13922008-06-29 Jason Rumney <jasonr@gnu.org>
1393
c2786a3d 1394 * w32term.c (x_set_frame_alpha): Fix logic.
a4521b03 1395
fe44f009
KH
13962008-06-29 Kenichi Handa <handa@m17n.org>
1397
1398 * fontset.c (Finternal_char_font): Return font-object instead of
1399 font-name.
1400
c2786a3d 1401 * composite.c (get_composition_id): Fix the width calculation for TAB.
fe44f009 1402
baed8445
SM
14032008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * indent.c (Fvertical_motion): Properly handle float column arg.
1406
8b61a891
JR
14072008-06-28 Jason Rumney <jasonr@gnu.org>
1408
baed8445
SM
1409 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
1410 (pfnSetLayeredWindowAttributes): New function pointer.
1411 (w32_initialize): Initialize it when supported.
1412 (x_set_frame_alpha): New function.
8b61a891 1413
baed8445
SM
1414 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
1415 (w32_frame_parm_handlers): Set alpha handler.
8b61a891 1416
baed8445 1417 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
8b61a891 1418
57016d37
JR
14192008-06-27 Jason Rumney <jasonr@gnu.org>
1420
baed8445
SM
1421 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
1422 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
1423 (w32_to_x_charset, x_to_w32_charset)
1424 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
1425 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
1426 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
1427 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
1428 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
1429 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
1430 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
1431 (Qw32_charset_unicode): Remove.
1432 (syms_of_w32fns): Update for above changes.
1433
1434 * w32font.c (w32_to_x_charset, x_to_w32_charset)
1435 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
1436 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
1437 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
1438 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
1439 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
1440 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
1441 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
1442 (syms_of_w32font): Update for above changes.
57016d37 1443
d6bf1bdb
DN
14442008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
1445
1446 * s/usg5-4.h: Fix previous change: keep the correct branch of a
1447 removed #if.
9fa1c445 1448 (USG_SHARED_LIBRARIES): Remove duplicate definition.
d6bf1bdb 1449
43db14bb
JB
14502008-06-26 Juanma Barranquero <lekktu@gmail.com>
1451 Eli Zaretskii <eliz@gnu.org>
1452
1453 * makefile.w32-in (LOCAL_FLAGS):
1454 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
1455
1456 * sysdep.c (_spawnlp, _getpid):
1457 Declare with explicit _cdecl instead of _CRTAPI1.
1458
1459 * editfns.c (Fget_internal_run_time):
1460 Check for WINDOWSNT with #ifdef, not #if.
1461
c35f9821
JR
14622008-06-26 Jason Rumney <jasonr@gnu.org>
1463
43db14bb 1464 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
c35f9821 1465
57016d37 1466 * w32term.c (x_draw_glyph_string_foreground)
43db14bb
JB
1467 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
1468 Use FONT_HANDLE macro.
1469 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
c35f9821 1470
57016d37 1471 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
43db14bb 1472 (uniscribe_encode_char): Use FONT_HANDLE macro.
c35f9821 1473
43db14bb
JB
1474 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
1475 (w32font_text_extents): Use precast w32_font.
1476 (w32font_close): Free cached metrics.
1477 (w32font_open_internal): Allocate space for name on stack.
c35f9821 1478
1f8ad719
CY
14792008-06-26 Chong Yidong <cyd@stupidchicken.com>
1480
1481 * xdisp.c (extend_face_to_end_of_line): Fix last change.
1482
97e71655
JR
14832008-06-26 Jason Rumney <jasonr@gnu.org>
1484
43db14bb
JB
1485 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
1486 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
97e71655 1487
c9fc02c7
JB
14882008-06-26 Juanma Barranquero <lekktu@gmail.com>
1489
1490 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
1491
1b5defe6
JR
14922008-06-26 Jason Rumney <jasonr@gnu.org>
1493
c9fc02c7 1494 * w32bdf.c, w32bdf.h: Remove obsolete files.
1b5defe6 1495
c9fc02c7 1496 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
1b5defe6 1497
c9fc02c7
JB
1498 * w32gui.h: Don't include w32bdf.h.
1499 (XCharStruct, enum w32_char_font_type, W32FontStruct):
1500 Remove obsolete font support.
1b5defe6 1501
c9fc02c7
JB
1502 * w32font.h (struct w32font_info): Remove compat_w32_font.
1503 Add hfont member.
1504 (FONT_COMPAT): Remove obsolete macro.
1b5defe6 1505
ba60bd44 1506 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
c9fc02c7 1507 (w32font_encode_char, w32font_text_extents): Use new hfont member.
ba60bd44 1508 (w32font_open_internal): Remove compat code. Set new hfont member.
c9fc02c7 1509 (Fx_select_font): Use new hfont member.
1b5defe6 1510
57016d37 1511 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
c9fc02c7 1512 (uniscribe_encode_char): Use new hfont member.
1b5defe6 1513
57016d37 1514 * w32term.c (x_draw_glyph_string_foreground)
c9fc02c7
JB
1515 (x_draw_composite_glyph_string_foreground): Use new hfont member.
1516 (x_draw_glyph_string): Use metrics in w32font_info.
1b5defe6 1517
1fc66bca
KH
15182008-06-26 Kenichi Handa <handa@m17n.org>
1519
1520 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
1521
f2a77c3a
DN
15222008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1523
1524 * unexnext.c:
1525 * m/ews4800.h:
1526 * m/hp9000s300.h:
1527 * m/ibm370aix.h:
1528 * m/mips-siemens.h:
1529 * m/ncr386.h:
1530 * m/next.h:
1531 * m/pmax.h:
1532 * m/powerpcle.h:
1533 * m/tandem-s2.h:
1534 * s/386bsd.h:
1535 * s/bsd386.h:
1536 * s/bsd4-1.h:
1537 * s/bsd4-2.h:
1538 * s/bsdos2-1.h:
1539 * s/bsdos2.h:
1540 * s/bsdos3.h:
1541 * s/bsdos4.h:
1542 * s/nextstep.h:
1543 * s/ultrix4-3.h:
1544 * s/usg5-0.h:
1545 * s/usg5-2-2.h:
1546 * s/usg5-2.h:
1547 * s/usg5-4-3.h:
1548 * s/ux4800.h:
1549 * s/uxpds.h:
1550 * s/uxpv.h: Remove support for obsolete systems.
1551 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
1552 Remove, insert contents in s/hpux-10.20.h
1553 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
1554 Remove, insert contents in s/aix-4.2.h
1555 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
1556 * s/bsd4-3.h: Rename to ..
1557 * s/bsd-common.h: ... this.
1558 * src/data.c:
1559 * src/doc.c:
1560 * src/ecrt0.c:
1561 * src/emacs.c:
1562 * src/fileio.c:
1563 * src/floatfns.c:
1564 * src/keyboard.c:
1565 * src/mem-limits.h:
1566 * src/print.c:
1567 * src/process.c:
1568 * src/sysdep.c:
1569 * src/syssignal.h:
1570 * src/systty.h:
1571 * src/syswait.h:
1572 * src/term.c:
1573 * src/unexec.c:
1574 * src/unexelf.c:
1575 * src/unexhp9k800.c:
1576 * src/m/hp800.h:
1577 * src/m/ibmrs6000.h:
1578 * src/m/mips.h:
1579 * src/m/vax.h:
1580 * src/s/darwin.h:
1581 * src/s/freebsd.h:
1582 * src/s/gnu.h:
1583 * src/s/ms-w32.h:
1584 * src/s/msdos.h:
1585 * src/s/netbsd.h:
1586 * src/s/template.h: Remove references to obsolete variables.
1587
1588 * Makefile.in: Add dependencies for all unexec files.
1589 (admindir): Remove unused variable.
1590 (UNEXEC_SRC): Remove references.
1591
bd02793a
CY
15922008-06-25 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * xfns.c (x_default_font_parameter): If Xft is available, first
1595 try Monospace-12 for the default font.
1596
ccedd259
JR
15972008-06-25 Jason Rumney <jasonr@gnu.org>
1598
c9fc02c7 1599 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
ccedd259 1600
fbe062b7
SM
16012008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1602
603a0937
SM
1603 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
1604
fbe062b7
SM
1605 * buffer.c (syms_of_buffer): Remove default-word-wrap.
1606
69785ad0
JB
16072008-06-25 Juanma Barranquero <lekktu@gmail.com>
1608
1609 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
1610 <scroll-conservatively>: Fix typo in docstring.
1611
1612 * xselect.c (Fx_send_client_event): Doc fix.
1613
249e6f76
KH
16142008-06-25 Kenichi Handa <handa@m17n.org>
1615
34e97272
KH
1616 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
1617
1618 * font.c (font_parse_fcname): Remove unused variables.
69785ad0
JB
1619 (font_sort_entites): Delete the arg SPEC. Caller changed.
1620 Fix for the case of ! best_only.
34e97272
KH
1621 (font_delete_unmatched): Check DPI and AVGWIDTH too.
1622
249e6f76
KH
1623 * lisp.h (Fstring_to_unibyte): EXFUN it.
1624
69785ad0 1625 * character.h (str_to_unibyte): Extern it.
249e6f76
KH
1626
1627 * character.c (str_to_unibyte): New function.
1628
1629 * fns.c (Fstring_to_unibyte): New function.
1630 (syms_of_fns): Defsubr it.
1631
65c108e4
KH
16322008-06-24 Kenichi Handa <handa@m17n.org>
1633
1634 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
1635 DPI too.
1636 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
1637
4c3f18fe
AS
16382008-06-24 Andreas Schwab <schwab@suse.de>
1639
69785ad0 1640 * Makefile.in (${lispsource}loaddefs.el): Rename from
4c3f18fe 1641 ../lisp/loaddefs.el.
fd13748d
AS
1642 (bootstrap-clean): Do what distclean does but don't remove
1643 Makefile.
1644 (distclean): Depend on bootstrap-clean and remove Makefile.
4c3f18fe 1645
faa6190f
CY
16462008-06-24 Chong Yidong <cyd@stupidchicken.com>
1647
1648 * buffer.h (struct buffer): New member word_wrap.
1649
1650 * buffer.c (syms_of_buffer): New variables default-word-wrap and
1651 word-wrap.
1652 (init_buffer_once): Initialize them.
1653
1654 * dispextern.h (struct it): Replace bool truncate_lines_p with a
1655 line_wrap enum possessing three possible values.
1656
1657 * termopts.h: Replace truncate_partial_width_windows with
1658 Vtruncate_partial_width_windows.
1659
1660 * dispnew.c (direct_output_for_insert): Avoid direct output when
1661 inserting a space with word wrap on.
1662
1663 * indent.c (compute_motion): Obey integer values of
1664 truncate-partial-width-windows.
1665
1666 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
1667 replacing truncate_partial_width_windows.
1668 (init_iterator): If Vtruncate_partial_width_windows is an integer,
1669 truncate only if the window width is below that integer.
ba60bd44 1670 (start_display, resize_mini_window, produce_stretch_glyph)
faa6190f
CY
1671 (display_string, move_it_in_display_line_to): Use line_wrap.
1672 (back_to_previous_visible_line_start, reseat_1): Reset
1673 string_from_display_prop_p.
1674 (display_line): Extend default face to end of line when wrapping.
1675
16762008-06-24 Kim F. Storm <storm@cua.dk>
1677
1678 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
1679 to wrap continued lines at word boundaries.
1680
c3bb5465
JR
16812008-06-24 Jason Rumney <jasonr@gnu.org>
1682
69785ad0
JB
1683 * font.c (Ffont_face_attributes): Multiply pixel size before point
1684 conversion to avoid multiplying rounding error.
c3bb5465 1685
0b07ad98
JR
16862008-06-23 Jason Rumney <jasonr@gnu.org>
1687
f245f2c6
JB
1688 * w32term.c (x_draw_glyph_string_background)
1689 (x_draw_glyph_string): Remove old bdf font code.
0b07ad98 1690
69785ad0 1691 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
0b07ad98 1692
22459668
KH
16932008-06-22 Kenichi Handa <handa@m17n.org>
1694
1695 * font.c (font_find_for_lface): Try the adstyle specified in
1696 the property of LFACE_FONT of LFACE (if any).
1697
d925a426 16982008-06-21 Seiji Zenitani <zenitani@mac.com>
f245f2c6 1699 Ryo Yoshitake <ryo@shiftmode.net>
d925a426
SM
1700
1701 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
1702
b4945b95
SM
17032008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
1706 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
1707 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
1708 (witness-emacs): Remove.
1709 (lisp, shortlisp): Move loaddefs.el earlier.
1710 (mostlyclean): Forget about witness-emacs.
1711
64124279
GM
17122008-06-22 Glenn Morris <rgm@gnu.org>
1713
1714 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
36565815 1715 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
64124279 1716
768efd84
SM
17172008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * Makefile.in (PRECOMP): Remove.
1720 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
1721 (witness-emacs): Run `compile-first'.
1722 (.el.elc): Use the new compile-onefile target.
1723
808dd567
KH
17242008-06-21 Kenichi Handa <handa@m17n.org>
1725
1726 * xftfont.c (xftfont_open): Handle QCembolden only when
1727 FC_EMBOLDEN is defined.
1728
0de59eae
AS
17292008-06-21 Andreas Schwab <schwab@suse.de>
1730
1731 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
58e8833b 1732 (.el.elc): Likewise.
0de59eae 1733
fb38e9c9
MB
17342008-06-21 Miles Bader <miles@gnu.org>
1735
1736 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
1737 build dir, not the lisp source dir.
1738
fc46d219
SM
17392008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
1742 (bootstrapclean): Remove.
1743 (.el.elc): New rule.
1744 (PRECOMP): New var.
1745 (../lisp/subdirs.el): Remove.
1746 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
1747 (witness-emacs): New target.
1748 (mostlyclean): Remove witness-emacs as well.
1749 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
1750 Add witness-emacs dependency.
1751
eaf1f6e7
CY
17522008-06-20 Chong Yidong <cyd@stupidchicken.com>
1753
1754 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
1755 defined by the font.
1756
49f6eb95
SM
17572008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
1760 (bootstrap-clean): New target that keeps TAGS around.
1761 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
1762 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
1763
4c100a01
JR
17642008-06-20 Jason Rumney <jasonr@gnu.org>
1765
49f6eb95
SM
1766 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
1767 Remove obsolete font code.
db61a7f8 1768
49f6eb95
SM
1769 * w32font.c (font_matches_spec): Use csb bitfield from font signature
1770 to determine language support.
4c100a01 1771
759d3f32
SM
17722008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * sysdep.c (cfsetspeed): New fun extracted from the code.
1775 (cfmakeraw): Move before first use.
1776
25241b4d
SM
17772008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
1778
1779 * sysdep.c (cfmakeraw): Provide fallback implementation.
1780 (serial_configure): Provide fallback implementation of cfsetspeed.
1781
d7afccca
KH
17822008-06-20 Kenichi Handa <handa@m17n.org>
1783
dc2226d0
KH
1784 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
1785 the pattern.
1786
9b9cd864
KH
1787 * fontset.c (fontset_from_font): Copy font_spec before changing
1788 the elements.
1789
d7afccca
KH
1790 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
1791
770e2e6e
SM
17922008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'
1795 for explicit `font' parameters.
1796
1797 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
1798
22e64f7c
KH
17992008-06-19 Kenichi Handa <handa@m17n.org>
1800
1801 * frame.c: Include <ctype.h>.
1802 (x_set_font_backend): Allow spacing characters in the X resource
1803 for FontBackend.
1804
27129af9
SM
18052008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * w32fns.c, xfns.c (Qfont_param): New var.
1808 (syms_of_w32fns): Initialize it.
22e64f7c
KH
1809 (x_default_font_parameter): Record explicit `font' into
1810 `font-parameter'.
27129af9 1811
d26424c5
KH
18122008-06-18 Kenichi Handa <handa@m17n.org>
1813
1814 * font.c (font_parse_xlfd): Fix previous change.
1815 (font_parse_fcname): Don't use :fc-unknown-spec.
1816 (FRAME_X_DISPLAY_INFO): Besure to have at least 1 pixel height.
1817 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
1818 (font_add_log): Prepend the driver name to the resulting fonts.
1819
1820 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
1821 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
1822 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
1823
1824 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
1825 (QCembolden): New variables.
1826 (syms_of_xftfont): DEFSYM them.
1827 (xftfont_open): Call XftFontMatch. Don't trust the result of
1828 XftTextExtents8 if the pixel_size is less than 5.
1829
51cf11be
AS
18302008-06-18 Andreas Schwab <schwab@suse.de>
1831
f245f2c6 1832 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
51cf11be
AS
1833 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
1834
07d9ba9b
JR
18352008-06-18 Jason Rumney <jasonr@gnu.org>
1836
27129af9 1837 * w32font.c (w32font_list, w32font_match): Add logging.
07d9ba9b 1838
27129af9 1839 * w32uniscribe (uniscribe_list, uniscribe_match): Add logging.
07d9ba9b 1840
0c36bc4e
CY
18412008-06-17 Chong Yidong <cyd@stupidchicken.com>
1842
1843 * font.c (font_parse_fcname): Store divider characters for
1578da31
CY
1844 unknown-spec list. For known key symbols, intern using correct
1845 symbol name.
0c36bc4e 1846
70d6ecc6
KH
18472008-06-17 Kenichi Handa <handa@m17n.org>
1848
1849 * xfaces.c (realize_default_face): If the frame is not on window
1850 system, set the fontset of face to nil.
1851
821bc4db
KH
18522008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
1853
f245f2c6 1854 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
821bc4db 1855
3554e566
JB
18562008-06-16 Juanma Barranquero <lekktu@gmail.com>
1857
1858 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
1859 (build_font_name_from_vector): Delete externs.
1860
1861 * xfaces.c (struct font_name): Don't declare.
1862
93eed26b
SM
18632008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
1866
d756bcd0
CY
18672008-06-16 Chong Yidong <cyd@stupidchicken.com>
1868
1869 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
1870
7a18a178
JB
18712008-06-16 Juanma Barranquero <lekktu@gmail.com>
1872
1873 * font.c (Ffont_spec): Fix usage in docstring.
48105a6a 1874 (Ffont_face_attributes): Doc fix.
7a18a178 1875
6f568955
AS
18762008-06-16 Andreas Schwab <schwab@suse.de>
1877
1878 * font.c (Ffont_face_attributes): Fix definition.
1879
3ef8c1b4
JR
18802008-06-16 Jason Rumney <jasonr@gnu.org>
1881
93eed26b 1882 * font.h (font_style_symbolic_from_value): Remove.
3ef8c1b4 1883
93eed26b
SM
1884 * font.c (font_style_symbolic_from_value): Remove.
1885 (font_style_symbolic): Revert to pre 2008-06-13 version.
3ef8c1b4 1886
93eed26b
SM
1887 * w32font.c (w32_to_fc_weight): New function.
1888 (w32font_full_name, logfont_to_fcname): Use it.
3ef8c1b4 1889
5e634ec9
KH
18902008-06-16 Kenichi Handa <handa@m17n.org>
1891
1892 * font.c (font_check_object): Delete it.
1893 (font_clear_cache): Check if a font-object is alive.
1894 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
1895 font-object to nil.
1896 (font_close_object): Don't check FONT_CLOSE_OBJECT.
1897 (font_at): Don't call font_check_object.
2babb359 1898 (Ffont_get): Return a symbol for :weight, :slant, and :width.
5e634ec9 1899
6409a955
KY
19002008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
1901
1902 * puresize.h (BASE_PURESIZE): Increase to 1230000.
1903
ce4eaddb
CY
19042008-06-16 Chong Yidong <cyd@stupidchicken.com>
1905
1906 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
1907
523dbe64
CY
19082008-06-15 Chong Yidong <cyd@stupidchicken.com>
1909
54b2ab27 1910 * font.c (font_parse_fcname): Only one decimal point.
523dbe64
CY
1911 (font_unparse_fcname): Handle data in family and foundry indices
1912 as symbols, not strings.
1913 (font_unparse_gtkname, Ffont_face_attributes): New functions.
1914
54b2ab27 1915 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
523dbe64
CY
1916
1917 * font.h (font_unparse_gtkname): Add prototype.
1918
9f296082
KH
19192008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
1920
54b2ab27 1921 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
9f296082 1922
3306c6dc
AS
19232008-06-15 Andreas Schwab <schwab@suse.de>
1924
1925 * font.c (font_update_drivers): Fix crash when no drivers match.
1926
a099c27a
SM
19272008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
1930 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
1931
a8aa344d
SM
19322008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
1935
a879ee6f
SM
19362008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * process.c (Fserial_process_configure, Fprocess_send_eof):
1939 Use EQ to compare Lisp_Objects.
1940
6fe9826d
JR
19412008-06-13 Jason Rumney <jasonr@gnu.org>
1942
a879ee6f 1943 * w32fns.c (Fw32_select_font): Remove old font API function.
6fe9826d 1944
a879ee6f
SM
1945 * w32font.c (logfont_to_fcname): New function.
1946 (Fx_select_font): New font dialog function compatible with
1947 GTK/fontconfig version.
6fe9826d 1948
a879ee6f
SM
1949 * font.c (font_style_symbolic_from_value): New function.
1950 (font_style_symbolic): Use it.
6fe9826d 1951
a879ee6f 1952 * font.h (font_style_symbolic_from_value): Declare new function.
6fe9826d 1953
17ab8f5d
JB
19542008-06-13 Juanma Barranquero <lekktu@gmail.com>
1955
1956 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
1957 <font-width-table>: Fix typos in docstrings.
1958
d888760c
GM
19592008-06-13 Daniel Engeler <engeler@gmail.com>
1960
1961 These changes add serial port access.
1962 * process.c: Add HAVE_SERIAL.
1963 (Fdelete_process, Fprocess_status, Fset_process_buffer)
1964 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
1965 (list_processes_1, select_wrapper, Fstop_process)
1966 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
1967 (status_notify): Modify to handle serial processes.
1968 [HAVE_SERIAL] (Fserial_process_configure)
1969 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
1970 New functions.
1971 * process.h (struct Lisp_Process): Add `type'.
1972 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
1973 New functions.
1974 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
1975 serial ports.
1976 (serial_open, serial_configure) New functions.
1977 * w32.h: Add FILE_SERIAL.
1978 (struct _child_process): Add ovl_read, ovl_write.
1979
f4cc0153
KH
19802008-06-13 Kenichi Handa <handa@m17n.org>
1981
1982 * dispextern.h (enum lface_attribute_index): New member
1983 LFACE_FOUNDRY_INDEX.
1984
1985 * font.c (font_score): Delete arg alternate_families. Check only
7a18e381 1986 weight, slant, width, and size. Ignore the difference of alias
f4cc0153 1987 style symbols.
7a18e381 1988 (font_sort_entites): Adjust for the above change. Reflect the
f4cc0153
KH
1989 order of font-driver to scores.
1990 (font_list_entities): Don't check alternate_familes here.
1991 (font_clear_prop): Handle foundry.
1992 (font_update_lface): Don't parse "foundry-family" form here.
1993 Handle FONT_FOUNDRY_INDEX.
1994 (font_find_for_lface): Likewise. Handle alternate families here.
a879ee6f 1995 If registry is nil, try iso8859-1 and ascii-0.
f4cc0153 1996 (font_open_for_lface): Pay attention to size in ENTITY.
7a18e381 1997 (font_open_by_name): Simplify by calling font_load_for_lface.
f4cc0153
KH
1998 (free_font_driver_list): Delete it.
1999 (font_update_drivers): Preserve the order of backends.
2000 (syms_of_font): Setting of sort_shift_bits adjusted for the change
2001 of font_score and font_sort_entites.
2002 (font_update_sort_order): Likewise.
2003
2004 * xfaces.c (LFACE_FOUNDRY): New macro.
2005 (check_lface_attrs): Check foundry.
7a18e381 2006 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
f4cc0153
KH
2007 (merge_face_vectors): Check foundry.
2008 (merge_face_ref): Likewise.
2009 (Finternal_set_lisp_face_attribute): Likewise.
2010 (x_update_menu_appearance): Likewise.
2011 (Finternal_get_lisp_face_attribute): Likewise.
2012 (lface_hash): Likewise.
2013 (lface_same_font_attributes_p): Likewise.
2014 (x_supports_face_attributes_p): Likewise.
2015 (tty_supports_face_attributes_p): Likewise.
2016 (Finternal_set_alternative_font_family_alist): Intern strings.
2017 (Finternal_set_alternative_font_registry_alist): Downcase strings.
2018 (realize_default_face): Set LFACE_FOUNDRY (lface).
2019
2020 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
2021 font-driver at first.
2022
2023 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
2024
d434fef5 20252008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
97dead2d
JM
2026
2027 * lread.c (Fload): Use xfree, not free on saved_doc_string.
2028
9c5e177e
JM
20292008-06-12 Jim Meyering <meyering@redhat.com>
2030
d434fef5 2031 Make unexec_free handle NULL the same way free does.
9c5e177e
JM
2032 * unexmacosx.c (unexec_free): Ignore a NULL argument.
2033
2afc21f5
SM
20342008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * character.h (CHAR_TO_BYTE_SAFE): New macro.
2037 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
2038 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
2039 (WEAK_ALIAS): Simplify.
2040 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
2041 when searching a unibyte buffer.
2042
76c0de62
CY
20432008-06-12 Chong Yidong <cyd@stupidchicken.com>
2044
2045 * xfns.c (Fx_select_font): Rename from x-font-dialog.
2046
0500dcc9
JB
20472008-06-12 Juanma Barranquero <lekktu@gmail.com>
2048
2049 * w32font.c: Include ctype.h.
2050
f42adef6
JR
20512008-06-11 Jason Rumney <jasonr@gnu.org>
2052
2afc21f5
SM
2053 * w32font.c (w32font_encode_char): Detect missing glyphs that are
2054 misreported as space.
2055 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
2056 as aliases for registry iso10646-1.
f42adef6 2057
4b7cdc0e
SM
20582008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2059
2060 * buffer.c (clone_per_buffer_values): Skip `name'.
2061
cc02ebe1
CY
20622008-06-11 Chong Yidong <cyd@stupidchicken.com>
2063
2064 * font.c (font_parse_fcname): Fix last change; accept decimal
2065 points in font size.
2066
351ccb76
JR
20672008-06-10 Jason Rumney <jasonr@gnu.org>
2068
0500dcc9
JB
2069 * w32uniscribe.c (add_opentype_font_name_to_list):
2070 Skip non unicode fonts.
351ccb76 2071
f473ed6f
CY
20722008-06-10 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * xfns.c (Fx_font_dialog): New function.
2075
5d6333d5 2076 * gtkutil.c (xg_dialog_response_cb): Rename from
f473ed6f
CY
2077 xg_file_response_callback.
2078 (pop_down_dialog): Rename from pop_down_file_dialog.
2079 (xg_get_file_name): Callers changed.
2080 (xg_get_font_name): New function.
2081
5d6333d5 2082 * gtkutil.h (xg_get_font_name): Insert prototype.
f473ed6f 2083
2a3bd2e1
SM
20842008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
2087 x_underline_minimum_display_offset.
2088 (syms_of_xdisp): Declare it here rather than in xterm.c.
2089 * dispextern.h (underline_minimum_offset): Declare it.
2090 * w32term.c (x_draw_glyph_string): Use it.
2091 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
2092 (syms_of_xterm): Don't declare it any more.
2093 (x_draw_glyph_string): Adjust to the new name.
2094
d5dc6163
SM
20952008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
2096
2097 * xterm.c (x_underline_minimum_display_offset): New var.
2098 (x_draw_glyph_string): Use it.
2099 (syms_of_xterm): Declare it.
2100
0abdd197
CY
21012008-06-10 Chong Yidong <cyd@stupidchicken.com>
2102
2103 * font.c (font_parse_fcname): Accept GTK-style font names too.
2104
a1562258
SM
21052008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2106
928b5acc
SM
2107 * dired.c (file_name_completion): Don't return t if the match is exact
2108 but with different capitalization.
2109 * minibuf.c (Ftry_completion): Simplify.
2110
a1562258
SM
2111 * window.c (Vwindow_point_insertion_type): New var.
2112 (set_window_buffer): Use it.
2113 (syms_of_window): Init and export it to Lisp.
2114
9552dbd1
KH
21152008-06-10 Kenichi Handa <handa@m17n.org>
2116
2117 * font.h (font_intern_prop): Prototype adjusted.
2118
2119 * font.c (font_intern_prop): New arg force_symbol.
a1562258
SM
2120 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
2121 Adjust for the change of font_intern_prop.
9552dbd1 2122
a1562258
SM
2123 * ftfont.c (ftfont_pattern_entity):
2124 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
2125 (w32_registry):
2126 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
9552dbd1
KH
2127 the change of font_intern_prop.
2128
8993ad2e
JB
21292008-06-09 Juanma Barranquero <lekktu@gmail.com>
2130
2131 * w32menu.c (digest_single_submenu): Declare extern.
2132
0c2258fc
JR
21332008-06-09 Jason Rumney <jasonr@gnu.org>
2134
a1562258 2135 * w32term.c (x_make_frame_visible): Use alternate restore flags.
12f71857 2136
a1562258
SM
2137 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
2138 (parse_single_submenu): Remove.
2139 (digest_single_submenu): Remove.
2140 (syms_of_w32menu): Don't initialise variables that have moved
2141 to menu.c.
2142 (set_frame_menubar): Sync with version in xmenu.c.
2143 (w32_menu_show): Sync with xmenu_show in xmenu.c.
593c843c 2144
8993ad2e
JB
2145 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
2146 Make static again.
0c2258fc 2147
02246cb8
JR
21482008-06-09 Jason Rumney <jasonr@gnu.org>
2149
8993ad2e
JB
2150 Changes to w32 files related to the move of common menu code
2151 to menu.c on 2008-06-08 by Chong Yidong.
2152
2153 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
2154 defs to w32gui.h.
2155 (single_keymap_panes, push_menu_item, push_menu_pane):
2156 Make globally visible.
2157
d434fef5
JB
2158 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
2159 (local_free, malloc_widget_value, free_widget_value)
2160 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
2161 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
2162 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
8993ad2e 2163 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
d434fef5 2164 (menu_items, menu_items_allocated, menu_items_used)
8993ad2e
JB
2165 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
2166 (init_menu_items, finish_menu_items, discard_menu_items)
2167 (grow_menu_items, push_submenu_start, push_submenu_end)
2168 (push_left_right_boundary, push_menu_pane, push_menu_item)
2169 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
d434fef5 2170 (free_menubar_widget_tree_value, parse_single_submenu)
8993ad2e
JB
2171 (update_submenu_strings): Remove functions.
2172 (xmalloc_widget_value): Remove and declare extern.
2173
2174 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
2175 (OBJ1): Build it.
2176
2177 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
2178 (local_heap, local_alloc, local_free, malloc_widget_value)
2179 (free_widget_value): Define here.
02246cb8 2180
9e1bb909
KH
21812008-06-09 Kenichi Handa <handa@m17n.org>
2182
366664ad
KH
2183 * font.h (Qascii_0): Extern it.
2184
9e1bb909
KH
2185 * font.c (Qascii_0): New variable.
2186 (syms_of_font): DEFSYM it.
2187 (font_open_by_name): If the registry "iso8859-1" fails, try also
2188 "ascii-0".
2189
2190 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
2191
b2ee479e
KH
21922008-06-08 Kenichi Handa <handa@m17n.org>
2193
8f440b79 2194 * .gdbinit (xfont): New command.
b2ee479e 2195
01ef9d36
AS
21962008-06-08 Andreas Schwab <schwab@suse.de>
2197
a4240420
AS
2198 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
2199 * Makefile.in (menu.o): Update dependencies.
2200
0181bf66 2201 * Makefile.in (obj): Always add menu.o.
01ef9d36
AS
2202 * emacs.c (main): Always call syms_of_menu.
2203 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
2204
c07cbae6
CY
22052008-06-08 Chong Yidong <cyd@stupidchicken.com>
2206
2207 * Makefile.in: Compile menu.c.
2208
2209 * lisp.h: Declare syms_of_menu.
2210
2211 * emacs.c (main): Call syms_of_menu.
2212
2213 * keyboard.h: Relocate platform-independent menu definitions from
2214 xmenu.c.
2215
2216 * menu.c: New file. Relocate platform-independent menu
904d8c69 2217 definitions from xmenu.c. Suggested by Adrian Robert.
c07cbae6
CY
2218
2219 * xmenu.c: Remove platform-independent menu definitions.
2220 (menu_items menu_items_inuse, menu_items_allocated)
2221 (menu_items_used, menu_items_n_panes)
2222 (menu_items_submenu_depth): Move to keyboard.h.
2223 (init_menu_items, finish_menu_items, unuse_menu_items)
2224 (discard_menu_items, restore_menu_items, save_menu_items)
2225 (grow_menu_items, push_submenu_start, push_submenu_end)
2226 (push_left_right_boundary, push_menu_pane, push_menu_item)
2227 (keymap_panes, single_keymap_panes, single_menu_item)
2228 (list_of_panes, list_of_items, find_and_call_menu_selection)
2229 (xmalloc_widget_value, free_menubar_widget_value_tree)
2230 (parse_single_submenu, digest_single_submenu)
2231 (update_submenu_strings): Move to menu.c.
2232
4958ed94
SM
22332008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
2236
408b8ab4
MB
22372008-06-06 Miles Bader <miles@gnu.org>
2238
2239 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
2240 face, not frame default.
2241
87478b52
SM
22422008-06-05 Martin Rudalics <rudalics@gmx.at>
2243
2244 * window.c (pop_up_windows, pop_up_frames)
2245 (display_buffer_reuse_frames, Vpop_up_frame_function)
2246 (Vdisplay_buffer_function, Veven_window_heights)
2247 (Vspecial_display_buffer_names, Vspecial_display_regexps)
2248 (Vspecial_display_function, Vsame_window_buffer_names)
2249 (Vsame_window_regexps, split_height_threshold)
2250 (Vsplit_window_preferred_function): Move those vars to window.el.
2251 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
2252 (Fdisplay_buffer): Move those functions to window.el.
2253 (syms_of_window): Remove corresponding declarations.
2254 (display_buffer): New function.
2255 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
2256 * dispnew.c (Flast_nonminibuf_frame): New function.
2257 * buffer.c (Fpop_to_buffer): Move to window.el.
2258
9e0e0d77
SM
22592008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
2262
4a485df8
KH
22632008-06-05 Kenichi Handa <handa@m17n.org>
2264
2265 * coding.c (detect_coding): Fix previous change.
2266 (detect_coding_system): Likewise.
2267
8ba31f36
SM
22682008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2269
c0dc8f64
SM
2270 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
2271
8ba31f36
SM
2272 * keymap.c (Vminibuffer_local_filename_must_match_map):
2273 Rename from Vminibuffer_local_must_match_filename_map.
2274 (syms_of_keymap):
2275 * minibuf.c (Fcompleting_read): Adjust accordingly.
2276 * commands.h: Rename declaration as well.
2277
7740d2c7
KH
22782008-06-05 Kenichi Handa <handa@m17n.org>
2279
e7438ece
KH
2280 * font.c (Ffont_spec): Don't use font_parse_family_registry for
2281 family name.
2282 (Ffont_put): Likewise.
2283
2284 * fontset.c (fontset_find_font): Call font_open_for_lface with the
2285 current font-spec.
2286
7740d2c7
KH
2287 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
2288 is unspecified.
2289
2290 * xfaces.c (realize_x_face): If the font-related face attributes
e7438ece
KH
2291 are the same as those of default face, realize a new fontset from
2292 default->fontset.
9e0e0d77 2293 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
7740d2c7 2294
c876b227
SM
22952008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
2298 (move_it_in_display_line): New wrapper.
2299
2300 * window.c (window_scroll_pixel_based_preserve_x)
2301 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
2302 (window_scroll_pixel_based, window_scroll_line_based):
2303 Use them to preserve column positions.
2304 (syms_of_window): Initialize them.
2305
2306 * indent.c (Fvertical_motion): Extend first arg to allow passing an
2307 (HPOS . VPOS) pair.
2308
2309 * dispextern.h (move_it_in_display_line): Declare.
2310
927abf37
JB
23112008-06-05 Juanma Barranquero <lekktu@gmail.com>
2312
2313 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
2314 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
2315 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
2316
9d14503e
JB
23172008-06-04 Juanma Barranquero <lekktu@gmail.com>
2318
2319 * window.c (Fset_window_parameter): Doc fix.
2320 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
2321
e6841c3b
JB
23222008-06-04 Joakim Verona <joakim@verona.se>
2323
2324 * window.h (struct window): Add new member window_parameters.
2325
2326 * window.c (Fwindow_parameters, Fwindow_parameter)
2327 (Fset_window_parameter): New defuns.
2328 (syms_of_window): Defsubr the new defuns.
2329 (make_window): Initialize window_parameters to nil.
2330
4ba50634
JPW
23312008-06-04 John Paul Wallington <jpw@pobox.com>
2332
2333 * eval.c (Fdefmacro): Doc fix.
2334
c0e16b14
KH
23352008-06-04 Kenichi Handa <handa@m17n.org>
2336
2337 * coding.c (detect_coding): Fix handling of coding->head_ascii.
9e0e0d77 2338 Be sure to call setup_coding_system when we find a proper coding system.
c0e16b14
KH
2339 (detect_coding_system): Fix handling of coding->head_ascii.
2340
0615d903
AS
23412008-06-03 Andreas Schwab <schwab@suse.de>
2342
2343 * font.c (font_prop_validate_spacing): Fix last change.
2344
8a1816bb
KH
23452008-06-03 Kenichi Handa <handa@m17n.org>
2346
eea9c5c4
KH
2347 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
2348 (font_parse_fcname): Fix handling of unknown key.
2349
2350 * xfont.c (xfont_list): Try an alias.
2351
8a1816bb
KH
2352 * charset.c (char_charset): Return NULL if the arg charset_list is
2353 specified and C doesn't belong to any of them.
2354
2f593f4c 23552008-06-02 Chip Coldwell <coldwell@redhat.com>
6c5e8775
CY
2356
2357 * font.c (font_pixel_size): Don't take cdr of an integer.
2358
c2cd06e6
JM
23592008-06-02 Jim Meyering <meyering@redhat.com>
2360
70fdbb46
JM
2361 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
2362 * alloc.c (xfree): Return right away for a NULL arg.
2363 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
2364 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
2365 * mac.c (create_apple_event_from_event_ref): Likewise.
2f593f4c
JB
2366 (create_apple_event_from_drag_ref, cfstring_create_normalized):
2367 Likewise.
70fdbb46
JM
2368 * doprnt.c (doprnt1): Likewise.
2369 * frame.c (frame): Likewise.
2370 * keyboard.c (wipe_kboard): Likewise.
1f204af3 2371 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
70fdbb46
JM
2372 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
2373 * term.c (tty_default_color_capabilities, maybe_fatal)
2374 (delete_tty): Likewise.
2375 * w16select.c (string): Likewise.
2376 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
2377 * w32bdf.c (w32_free_bdf_font): Likewise.
2378 * w32fns.c (w32_unload_font): Likewise.
2379 * w32font.c (w32font_close): Likewise.
2380 * window.c (size_window): Likewise.
2381 * xselect.c (receive_incremental_selection): Likewise.
2382 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
2383 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
2384 * w32.c (stat): Likewise.
2385
2f593f4c 2386 Remove useless if-before-free tests.
70fdbb46
JM
2387 * editfns.c (Fset_time_zone_rule): Likewise.
2388 * lread.c (nosuffix): Likewise.
2389 * ralloc.c (get_bloc): Likewise.
2390 * regex.c (reg_free): Likewise.
2391 * xftfont.c (xftfont_open, xftfont_close): Likewise.
2392 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
2393 * xsmfns.c (smc_save_yourself_CB): Likewise.
c2cd06e6 2394
4fc1984a
KH
23952008-06-02 Kenichi Handa <handa@m17n.org>
2396
1d1e1245
KH
2397 * font.c (font_find_for_lface): Handle float font size.
2398 (font_open_for_lface): Likewise.
2399
4fc1984a
KH
2400 * xfaces.c (x_supports_face_attributes_p): Check face->font before
2401 comparing the properties.
2402
aee986fd
JR
24032008-06-01 Jason Rumney <jasonr@gnu.org>
2404
e6841c3b
JB
2405 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
2406 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
2407 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
2408 Don't add empty script list.
2409 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
aee986fd 2410
60a3d7ee
DN
24112008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2412
aee986fd 2413 * Makefile.in (dot, dotdot): Remove, update users.
60a3d7ee
DN
2414 ".." has been used elsewhere in the file for a long time.
2415 (LIBXT_STATIC): Remove conditional based on unused variable.
2416
f2cec7a9
MB
24172008-06-01 Miles Bader <miles@gnu.org>
2418
2419 * xfaces.c (Vface_remapping_alist): New variable.
2420 (syms_of_xfaces): Initialize it.
2421 (enum named_merge_point_kind): New type.
2422 (struct named_merge_point): Add `named_merge_point_kind' field.
2423 (push_named_merge_point): Make cycle detection respect different
2424 named-merge-point kinds.
c876b227 2425 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
f2cec7a9
MB
2426 Remove face-name alias resolution.
2427 (lface_from_face_name): New definition using
2428 `lface_from_face_name_no_resolve'.
c876b227 2429 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
f2cec7a9
MB
2430 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
2431 (get_lface_attributes): New definition that layers face-remapping on
2432 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
2433 (lookup_basic_face): New function.
2434 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
2435 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
2436 `get_lface_attributes'.
2437 (face_at_buffer_position): Use `lookup_basic_face' to lookup
2438 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
2439 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
2440
2441 * xdisp.c (init_iterator): Pass base_face_id through
2442 `lookup_basic_face' when we actually use it as a face-id.
2443 (handle_single_display_prop): Use `lookup_basic_face' to lookup
2444 DEFAULT_FACE_ID.
2445
2446 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
2447 lookup the initial face-id.
2448
2449 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
2450
518c0b83
JB
24512008-06-01 Juanma Barranquero <lekktu@gmail.com>
2452
2453 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
2454 (Fremove_text_properties): Fix typos in docstrings.
2455
719b3d63
KH
24562008-05-31 Kenichi Handa <handa@m17n.org>
2457
e4c93315
KH
2458 * font.c (font_list_entities): Fix the car part of data to be
2459 stored in the cache.
2460
719b3d63
KH
2461 * ftfont.c (ftfont_font_format): Don't use strcasestr.
2462
d0827857
SM
24632008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
2466 Add a `test' argument so another predicate than `equal' can be used.
2467 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
2468 (map_char_table): Remove unused vars `c' and `i'.
2469 * lisp.h (Foptimize_char_table): Adjust declaration.
2470 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
2471
a266686a
KH
24722008-05-30 Kenichi Handa <handa@m17n.org>
2473
d0827857 2474 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
a266686a
KH
2475 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
2476 defined.
2477
fd9440c5
SM
24782008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2479
2480 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
2481 (Fmake_variable_frame_local): Disallow mixing buffer-local and
2482 frame-local settings for the same variable.
2483
fd2ae9b2
KH
24842008-05-30 Kenichi Handa <handa@m17n.org>
2485
9e0e0d77 2486 * fontset.c (Ffont_info): Move to font.c.
fd2ae9b2
KH
2487 (syms_of_fontset): Delete defsubr of Sfont_info.
2488
2489 * font.c (font_style_to_value, font_score): Delete casting of the
2490 args to xstcasecmp.
2491 (register_font_driver): Increment num_font_drivers only when
2492 registering the driver globally.
9e0e0d77 2493 (Ffont_info): Move from fontset.c. Handle a font object too.
fd2ae9b2
KH
2494 (syms_of_font): Defsubr Sfont_info.
2495
eaf11618
KH
24962008-05-29 Kenichi Handa <handa@m17n.org>
2497
2498 * coding.h (enum define_coding_utf8_arg_index): New enum.
2499 (enum coding_attr_index): Change coding_attr_utf_16_bom to
2500 coding_attr_utf_bom.
fd9440c5
SM
2501 (enum utf_bom_type): Rename from utf_16_bom_type.
2502 (struct utf_16_spec): Adjust for the above change.
eaf11618
KH
2503 (struct coding_system): Add utf_8_bom in `spec' union.
2504
2505 * coding.c (CODING_UTF_8_BOM): New macro.
2506 (enum coding_category): Delete coding_category_utf_8, add
2507 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
2508 coding_category_utf_8_sig.
2509 (CATEGORY_MASK_UTF_8): Delete it.
2510 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
2511 (CATEGORY_MASK_UTF_8_SIG): New macros.
2512 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
2513 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
2514 CATEGORY_MASK_UTF_8_SIG.
2515 (CATEGORY_MASK_UTF_8): New macro.
2516 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
2517 (detect_coding_utf_8): Check BOM.
2518 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
fd9440c5 2519 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
eaf11618
KH
2520 (encode_coding_utf_16): Likewise.
2521 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
2522 (detect_coding, detect_coding_system): Handle utf-8-auto.
2523 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
2524 (syms_of_coding): Fix setting up of Vcoding_category_table.
2525
891bd142
SM
25262008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * process.c (Faccept_process_output): If `millisec' is non-nil,
2529 `seconds' default to 0.
2530 (wait_reading_process_output): Also return non-nil if we read output
2531 from a non-running process.
2532
1519d52e
JR
25332008-05-29 Jason Rumney <jasonr@gnu.org>
2534
fd9440c5
SM
2535 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
2536 `raster' specified.
2537 (add_font_entity_to_list): Allow non-opentype truetype fonts back
2538 in the uniscribe backend, but disallow any font that has no
2539 unicode subrange support.
1519d52e 2540
d5ab09cd
JB
25412008-05-29 Juanma Barranquero <lekktu@gmail.com>
2542
2543 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
2544 Fix typos in docstrings.
2545
a4eec626
KH
25462008-05-29 Kenichi Handa <handa@m17n.org>
2547
2548 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
e887f2ac 2549 (Fx_family_fonts): Set frame correctly.
a4eec626 2550
a6e0b7e5
JR
25512008-05-28 Jason Rumney <jasonr@gnu.org>
2552
d5ab09cd 2553 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
a6e0b7e5 2554
6b3d752c
SM
25552008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
2558 calling build_annotations.
2559
c3f9fba8
JB
25602008-05-28 Juanma Barranquero <lekktu@gmail.com>
2561
2562 * coding.c (Fdecode_coding_region, Fencode_coding_region)
2563 (Fencode_coding_string):
2564 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
2565 <latin-extra-code-table>: Fix typos in docstrings.
2566 (syms_of_coding) <coding-system-alist>: Doc fix.
2567 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
2568
00c670e1
KH
25692008-05-28 Kenichi Handa <handa@m17n.org>
2570
b75d7f28
KH
2571 * fontset.c (Ffont_info): Don't call font_close_object.
2572
2573 * font.c (font_parse_family_registry): Use Ffont_put to validate
2574 foundry and family.
2575 (font_delete_unmatched): Don't check spacing.
2576 (font_list_entities): Add spacing to the spec to list fonts.
2577
2578 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
d5ab09cd 2579 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
b75d7f28 2580
00c670e1
KH
2581 * coding.c (encode_coding_raw_text): Fix previous change.
2582 (encode_coding_object): When the dst_object is a buffer and is
2583 different from src_object, move gap to PT.
2584
45feca91
CY
25852008-05-27 Chong Yidong <cyd@stupidchicken.com>
2586
c3f9fba8 2587 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
45feca91 2588
5dd5d9eb
SM
25892008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2590
01d45367
SM
2591 * coding.c (encode_coding_raw_text): Set coding->produced_char for
2592 all branches. Compute it differently.
2593
5dd5d9eb
SM
2594 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
2595
9c623c85
JB
25962008-05-27 Juanma Barranquero <lekktu@gmail.com>
2597
2598 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
2599 into "else if () ... else ...".
2600
943f2093
JR
26012008-05-27 Jason Rumney <jasonr@gnu.org>
2602
5dd5d9eb
SM
2603 * w32font.c (w32font_open_internal): Determine if glyph indices
2604 are likely to work here.
943f2093 2605
7385fe74
CY
26062008-05-27 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
2609 draw overlap glyphs with appropriate highlighting.
2610
4f64a164
KH
26112008-05-27 Kenichi Handa <handa@m17n.org>
2612
2613 * xfont.c (xfont_open): Fix calculation of font->average_width.
2614
1fb5aad7
SM
26152008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * casefiddle.c (casify_object): Try to guess better whether the
2618 argument is a byte or a char.
2619
f8eb1603
AS
26202008-05-26 Andreas Schwab <schwab@suse.de>
2621
1fb5aad7
SM
2622 * xselect.c (x_reply_selection_request): Properly handle format == 32.
2623 Always send multiples of format size.
5a9c35e5 2624
f8eb1603
AS
2625 * xterm.c (x_set_frame_alpha): Fix type mismatch.
2626
ba93d684
JR
26272008-05-26 Jason Rumney <jasonr@gnu.org>
2628
1fb5aad7
SM
2629 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
2630 (compute_metrics): Don't set failure if we just cleared the cache.
2631 (w32_weight_table): Remove unused variable.
2632 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
2633 backwards compatibility.
ba93d684 2634
505ecc49
KH
26352008-05-25 Kenichi Handa <handa@m17n.org>
2636
1fb5aad7
SM
2637 * w32term.c (x_draw_glyph_string):
2638 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
505ecc49
KH
2639
2640 * xfaces.c: Delete unused function prototypes.
2641 (xstrlwr, font_frame): Delete them.
2642 (clear_face_cache): Delete unused variable.
2643
1fb5aad7
SM
2644 * xftfont.c (xftfont_open): Delete unused variable.
2645 If underline_thickness is not 1, adjust underline_position.
505ecc49
KH
2646
2647 * ftxfont.c (ftxfont_open): Delete unused variable.
2648
2649 * fontset.c (face_for_char): Optimize for the case of no charset
2650 property.
2651
2652 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
2653 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
2654 (otf_open, font_otf_capability, generate_otf_features)
2655 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
1fb5aad7 2656 Comment out by surrounding "#if 0" and "#endif" for the moment.
505ecc49
KH
2657 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
2658 (syms_of_font): Codes for accessing above commented out.
2659
f481eb31
EZ
26602008-05-24 Eli Zaretskii <eliz@gnu.org>
2661
2662 * w32proc.c: Include dispextern.h.
2663
2664 * w32.c: Include dispextern.h.
2665
20746fe4
JB
26662008-05-23 Juanma Barranquero <lekktu@gmail.com>
2667
2668 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
2669 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
2670 Fix typos in docstrings.
2671
e7150846
JR
26722008-05-23 Jason Rumney <jasonr@gnu.org>
2673
20746fe4 2674 * xsmfns.c: Remove includes that are already included by config.h.
e7150846 2675
dbf46ba6
KH
26762008-05-23 Kenichi Handa <handa@m17n.org>
2677
6c652beb
KH
2678 * charset.c (Qemacs, charset_emacs): New variables.
2679 (char_charset): Fix for non-Unicode characters.
2680 (syms_of_charset): Define charset_emacs.
2681
baf4d3b3 2682 * w32term.c (x_draw_glyph_string): Be sure to update
328fab2a
KH
2683 s->underline_thickness and s->underline_position. Be sure to draw
2684 underline within the current line area.
baf4d3b3
KH
2685
2686 * xterm.c (x_draw_glyph_string): Be sure to update
328fab2a 2687 s->underline_thickness and s->underline_position. Be sure to draw
90dc78a3 2688 underline within the current line area.
baf4d3b3 2689
dbf46ba6
KH
2690 * fontset.c: Delete unused variables and add casting for char *
2691 throughout the file.
2692 (fontset_font): Try the fallback fonts of the current fontset
2693 before consulting the default fontset.
2694
2695 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
2696
9e0e0d77 2697 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
dbf46ba6 2698
3b780338
JR
26992008-05-22 Jason Rumney <jasonr@gnu.org>
2700
20746fe4 2701 * font.c: Don't include strings.h.
577eba22 2702
9e0e0d77 2703 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
05131107 2704
20746fe4
JB
2705 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
2706 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
b1722a46
EZ
2707 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
2708 to call xstrcasecmp.
05131107 2709
b1722a46 2710 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
3b780338 2711
b1722a46 2712 * fontset.c (fs_query_fontset): Use xstrcasecmp.
3b780338 2713
b1722a46 2714 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
3b780338 2715
b1722a46 2716 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
3b780338 2717
a30e1957
KH
27182008-05-22 Kenichi Handa <handa@m17n.org>
2719
20746fe4 2720 * puresize.h (BASE_PURESIZE): Increase to 1220000.
955b979c 2721
20746fe4 2722 * font.c (font_prop_validate_style): Adjust for the format
64b900e3
KH
2723 change of font_style_table.
2724
a30e1957
KH
2725 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
2726 two args.
2727
2728 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
2729 two args.
2730
631248e5
SM
27312008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * minibuf.c (keys_of_minibuf): Delete.
2734 * lisp.h (keys_of_minibuf): Delete.
2735 * emacs.c (main): Don't call keys_of_minibuf.
2736
318548be
KH
27372008-05-22 Kenichi Handa <handa@m17n.org>
2738
631248e5 2739 * ftfont.c (ftfont_resolve_generic_family): Rename from
318548be
KH
2740 ftfont_list_generic_family. Return a single family for each
2741 generic family.
2742 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
20746fe4
JB
2743 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
2744 Call font_add_log.
318548be
KH
2745 (ftfont_match): Call font_add_log.
2746
2747 * font.h (Ffont_xlfd_name): EXFUN adjusted.
2748 (FONT_DEBUG): Define it.
2749 (font_add_log): Extern it.
631248e5 2750 (font_assert): Rename from xassert.
318548be
KH
2751
2752 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
2753 (xfont_list_family): Call font_add_log.
2754 (xfont_match): Likewise.
631248e5 2755 (memq_no_quit): Delete.
318548be
KH
2756
2757 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
2758 call of Ffont_xlfd_name.
2759
2760 * xfaces.c (struct table_entry, slant_table, weight_table)
631248e5 2761 (swidth_table): Move to font.c.
318548be
KH
2762
2763 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
631248e5 2764 xassert are changed to font_assert. Delete many unused variables.
20746fe4
JB
2765 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
2766 New variables.
631248e5
SM
2767 (struct table_entry): Move from xfaces.c and modified.
2768 (weight_table, slant_table, width_table): Move from xfaces.c and
318548be 2769 contents adjusted for the change of struct table_entry.
20746fe4 2770 (font_style_to_value, font_style_symbolic): Adjust for the
64b900e3 2771 format change of font_style_table.
318548be
KH
2772 (font_parse_family_registry): Don't overwrite existing foundry and
2773 family of font_spec.
2774 (font_score): Fix calculation of diff for sizes.
2775 (font_sort_entites): Call font_add_log.
2776 (font_delete_unmatched): Return a newly created list.
2777 (font_list_entities): Fix previous change. Call font_add_log.
20746fe4
JB
2778 (font_matching_entity, font_open_entity, font_close_entity):
2779 Call font_add_log.
318548be 2780 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
631248e5 2781 (Finternal_set_font_style_table): Delete.
318548be
KH
2782 (BUILD_STYLE_TABLE): New macro.
2783 (build_style_table): New function.
2784 (Vfont_log, font_log_env_checked): New variables.
2785 (font_add_log): New function.
2786 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
2787 Declare Lisp variables "font-weight-table", "font-slant-table",
2788 "font-width-table", and "font-log". Initialize font_style_table.
2789
6aac1c03
DN
27902008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
2791
bcc850aa 2792 * xterm.c (x_set_frame_alpha): Move declarations before statements.
6aac1c03 2793
7950790f
GM
27942008-05-21 Seiji Zenitani <zenitani@mac.com>
2795 Ryo Yoshitake <ryo@shiftmode.net>
a2979e8e 2796
7950790f 2797 * frame.c (Qalpha): Add a new frame parameter `alpha'.
bcc850aa 2798 (Vframe_alpha_lower_limit): New variable.
b9fb2c45 2799 (x_set_alpha): New function.
a2979e8e 2800
7950790f 2801 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
a2979e8e 2802
7950790f
GM
2803 * xfns.c (x-create-frame, Qalpha):
2804 Initialize the frame parameter `alpha'.
b9fb2c45
GM
2805 * xterm.c (OPAQUE, OPACITY): New.
2806 (x_set_frame_alpha): New function.
2807 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
a2979e8e 2808
7950790f
GM
2809 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
2810 * w32fns.c (w32_frame_parm_handlers): Likewise.
a2979e8e 2811
5c2a72d9
JR
28122008-05-20 Jason Rumney <jasonr@gnu.org>
2813
20746fe4
JB
2814 * w32font.c (add_font_entity_to_list): Don't add non-opentype
2815 truetype fonts to opentype list.
5c2a72d9 2816
eb152aa9
JB
28172008-05-20 Juanma Barranquero <lekktu@gmail.com>
2818
2819 * fontset.c (Ffontset_info): Doc fix.
2820 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
2821 <ignore-relative-composition>: Fix typos in docstrings.
2822
2823 * font.c (syms-of-font) <font-encoding-alist>:
2824 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
2825 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
2826 (Ffont_otf_alternates): Doc fixes.
2827
ad00e1a3
KH
28282008-05-20 Kenichi Handa <handa@m17n.org>
2829
2830 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
2831 font.h through out the file.
9e0e0d77 2832 (FONT_DRIVERS): Rename from FONTOBJ.
12855572 2833 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
ad00e1a3
KH
2834 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
2835
2836 * emacs.c (main): Call syms_of_font unconditionally.
2837
2838 * font.h (find_font_encoding): Extern it.
2839
9e0e0d77 2840 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
ad00e1a3
KH
2841 fontset.c.
2842 (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1.
2843 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
2844 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
2845 only when HAVE_WINDOW_SYSTEM is defined.
2846 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
2847 when HAVE_WINDOW_SYSTEM is defined.
2848
9e0e0d77
SM
2849 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
2850 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
ad00e1a3
KH
2851
2852 * xfaces.c: Include font.h unconditionally.
2853 (merge_face_ref, merge_face_vectors)
2854 (Finternal_set_lisp_face_attribute): Cancel the previous change.
2855
40a69fac
SM
28562008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
2859 indirect_variable.
2860 * eval.c (lisp_indirect_variable): New fun.
2861 (Fuser_variable_p): Use it.
2862
8c2dccbf
SM
28632008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2864
ad97b375
SM
2865 * lisp.h (indirect_variable):
2866 * data.c (indirect_variable, let_shadows_buffer_binding_p):
2867 Use Lisp_Symbol pointers rather than Lisp_Object.
2868 Adjust callers.
2869 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
2870 To this end, change calling-convention.
2871
8c2dccbf
SM
2872 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
2873 if some non-hidden buffers are selected by string&pred.
2874
ad97b375
SM
28752008-05-19 Chong Yidong <cyd@stupidchicken.com>
2876
2877 * process.c (wait_reading_process_output): Always check status
2878 when in batch mode.
2879
25b81df4
KH
28802008-05-19 Kenichi Handa <handa@m17n.org>
2881
2882 * font.c (font_list_entities): Fix handling of cache.
2883 (font_matching_entity): Likewise.
2884
8c2dccbf 2885 * ftfont.c (cs_iso8859_1): Delete.
25b81df4 2886 (ft_face_cache): New variable.
1f204af3 2887 (struct ftfont_info): New member fc_charset_idx.
8c2dccbf 2888 (ftfont_build_basic_charsets): Delete.
25b81df4
KH
2889 (fc_charset_table): New variable.
2890 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
2891 . FC_CHARSET_IDX) as :font-entity property in the font entity.
2892 Callers changed.
dde8403f 2893 (ftfont_lookup_cache, ftfont_get_charset): New functions.
8c2dccbf
SM
2894 (ftfont_spec_pattern): New argument fc_charset_idx.
2895 Check registry more rigidly. Change callers.
a2979e8e 2896 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
25b81df4
KH
2897 change of :font-entity property of the font.
2898
a2979e8e 2899 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
25b81df4
KH
2900 property of the font.
2901
d4a1d553
JB
29022008-05-18 Juanma Barranquero <lekktu@gmail.com>
2903
2904 * coding.c (Fcoding_system_p): Rename argument to match docstring.
2905 (Funencodable_char_position, Fcheck_coding_systems_region)
2906 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
2907 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
2908 (Ffind_operation_coding_system, Fset_coding_system_priority)
2909 (Fcoding_system_eol_type): Doc fixes.
2910
07cfc4e7
GM
29112008-05-17 Glenn Morris <rgm@gnu.org>
2912
2913 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
2914
1cab27d2
EZ
29152008-05-16 Eli Zaretskii <eliz@gnu.org>
2916
2917 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
2918 and st_gid.
2919
dde8403f 2920 * frame.c (Fdelete_frame): Don't call font_update_drivers if
1cab27d2
EZ
2921 HAVE_WINDOW_SYSTEM is not defined.
2922
2923 * xfaces.c (merge_face_ref, merge_face_vectors)
2924 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
2925 HAVE_WINDOW_SYSTEM is defined.
2926 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
2927
86b89713
SM
29282008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
2931
6750bd93
YM
29322008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2933
62867b11 2934 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
6750bd93 2935
79f105c9
KH
29362008-05-15 Kenichi Handa <handa@m17n.org>
2937
2938 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
2939 preference.
2940
6b33da9f
GM
29412008-05-15 Glenn Morris <rgm@gnu.org>
2942
2943 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
2944
d0e4433b
CY
29452008-05-15 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * fns.c (init_fns): Don't initialize weak_hash_tables here.
2948 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
2949
2950 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
2951
5f2d79e0
KH
29522008-05-15 Kenichi Handa <handa@m17n.org>
2953
fd8a1cae
KH
2954 * ftfont.c (ftfont_list): Downcase family name to check generic
2955 families.
2956
2957 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
2958 font-spec for QCfont value.
2959
5f2d79e0
KH
2960 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
2961 buffer. Check the return value of it.
2962
e5e29349
JR
29632008-05-14 Jason Rumney <jasonr@gnu.org>
2964
2965 * w32term.c (w32_get_glyph_overhangs): Remove.
2966 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
2967
1f09f444
KH
29682008-05-14 Kenichi Handa <handa@m17n.org>
2969
2970 * font.c (font_prop_validate): Make nil a valid value.
be9442ad
KH
2971 (font_clear_cache): Check if the cached vector of entities is nil
2972 or not.
1f09f444 2973
ecae6af9 29742008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
f8240abd
YM
2975
2976 * emacs.c (main_thread): Conditionalize on
2977 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
2978 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
2979
2980 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
2981 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
2982 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
2983
c6b278e7
KH
29842008-05-14 Kenichi Handa <handa@m17n.org>
2985
2986 * coding.c (detect_coding_iso_2022): Ignore a coding category that
2987 has no corresponding coding system.
2988
29892008-05-14 Jason Rumney <jasonr@gnu.org>
2990
2991 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
2992
2993 * w32font.h (w32font_open_internal): Update declaration.
2994
2995 * w32font.c (w32font_open_internal): Change last argument from
2996 w32font_info struct to font object. Fill in font object from
2997 font_entity. Get Outline metrics if possible. Use them to
2998 calculate underline position and thickness. Use xlfd name as name
2999 property. Don't set codepage.
3000 (w32font_open): Pass font_object to w32font_open_internal. Don't
a879ee6f 3001 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
c6b278e7
KH
3002 (w32font_draw): Use s->font.
3003 (clear_cached_metrics): Don't clear non-existent blocks.
3004
3005 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
3006 font was not found.
a879ee6f 3007 (x_draw_glyph_string): Use underline position and thickness from font.
c6b278e7
KH
3008
3009 * w32uniscribe.c (uniscribe_open): Pass font_object to
3010 w32font_open_internal.
3011
30122008-05-14 Kenichi Handa <handa@m17n.org>
3013
3014 These changes are to delete all legacy font-handling codes, and
3015 make Emacs use only font-backends.
3016
3017 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
3018 (frame.o, image.o, print.o): Depend on $(FONTSRC).
3019
3020 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
3021
3022 * charset.h (Vcharset_non_preferred_head)
3023 (Vcurrent_iso639_language): Extern them.
3024
3025 * charset.c (Vcharset_non_preferred_head): New variable.
3026 (Vcurrent_iso639_language): New variable.
3027 (syms_of_charset): Declare it as a Lisp variable.
3028 (char_charset): Don't check non preferred charsets. As a last
3029 resort, return charset_unicode.
3030 (Fset_charset_priority): Update Vcharset_non_preferred_head.
3031
3032 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
3033 conditionals. Don't check enable_font_backend. Delete all codes
3034 used only when USE_FONT_BACKEND is not defined.
3035
3036 * dispextern.h (struct glyph_string): Change type of `font' to
3037 `struct font *'.
3038 (struct glyph_string): New member underline_position and
3039 underline_thickness.
3040 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
3041 (struct face): Change type of `font' to `struct font *'. Remove
3042 members `font_name', `font_info_id'.
3043 (per_char_metric, encode_char): Delete externs.
3044 (calc_pixel_width_or_height): Adjust the prototype.
3045
3046 * emacs.c (enable_font_backend): Delete extern.
3047 (main): Don't set enable_font_backend. Don't check the command
3048 line argument "-disable-font-backend".
3049
3050 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
3051 (enum font_property_index): New members FONT_DPI_INDEX,
3052 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
3053 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
3054 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
3055 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
3056 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
3057 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
3058 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
3059 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
3060 (struct font_spec, struct font_entity): New structs.
3061 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
3062 (struct font): Many members from old "struct font_info" moved to
3063 here. Members font and entity deleted.
3064 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
3065 the new font-related objects.
3066 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
3067 (CHECK_FONT_GET_OBJECT): Likewise.
3068 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
3069 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
3070 (struct font_driver): New members case_sensitive anc check. Type
3071 of the member list and open changed.
3072 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
3073 (font_symbolic_width, font_find_object, font_get_spec)
3074 (font_set_lface_from_name): Delete extern.
20746fe4 3075 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
c6b278e7
KH
3076
3077 * font.c: Include <strings.h>.
3078 (enable_font_backend): Delete it.
3079 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
3080 (CHECK_VALIDATE_FONT_SPEC): Delete it.
3081 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
3082 (null_string): Delete it.
3083 (null_vector): Make it static.
3084 (font_family_alist): Delete it.
3085 (Qnormal): Extern it.
3086 (QCextra, QClanguage): Delete it.
1f204af3 3087 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
c6b278e7
KH
3088 (font_make_spec, font_make_entity, font_make_object)
3089 (font_intern_prop): Renamed from intern_downcase. Don't downcase
3090 the string. Callers changed.
3091 (font_pixel_size): Adjusted for the format change of font-related
3092 objects.
3093 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
3094 (font_style_to_value, font_style_symbolic): New function.
3095 (build_font_family_alist): Delete it.
3096 (font_registry_charsets): Use Fassoc_string instead of
3097 assq_no_quit.
3098 (font_prop_validate_symbol): Don't return null_string.
3099 (font_prop_validate_style): Adjusted for the change of
3100 style-related values in a font vector.
20746fe4 3101 (font_property_table): Delete entries for QClanguage and
c6b278e7
KH
3102 QCantialias, add entries for QCavgwidth.
3103 (get_font_prop_index): Delete the 2nd argument FROM.
3104 (font_prop_validate): Arguments changed.
3105 (font_put_extra): Adjusted for the change of font-related objects.
3106 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
3107 (font_parse_fcname, font_unparse_fcname)
3108 (font_prepare_composition): Likewise.
3109 (font_parse_family_registry): Renamed from font_merge_old_spec.
3110 (otf_open): Delete the 1st arg entity.
3111 (font_otf_capability): Adjusted for the above change.
3112 (font_score): New arg alternate_families. Adjusted for the change
3113 of font-related objects.
3114 (font_sort_entites): New arg best_only.
3115 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
3116 Delete them.
3117 (font_match_p): Check alternate families.
3118 (font_find_object): Delete it.
3119 (font_check_object): New function.
c3f9fba8 3120 (font_clear_cache): Adjusted for the change of font-related objects.
c6b278e7
KH
3121 (font_delete_unmatched): New arg.
3122 (font_list_entities): Call font_driver->list with a spec that
3123 doesn't specify style-related properties.
3124 (font_matching_entity): Arguments changed. Caller changed.
c3f9fba8 3125 (font_open_entity): Adjusted for the change of font-related objects.
c6b278e7
KH
3126 (font_close_object, font_has_char, font_encode_char)
3127 (font_get_name, font_get_spec): Likewise.
c3f9fba8
JB
3128 (font_spec_from_name, font_clear_prop, font_update_lface):
3129 New functions.
3130 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
c6b278e7
KH
3131 (font_prepare_for_face, font_done_for_face, font_open_by_name)
3132 (font_at): Adjusted for the change of font-related objects.
3133 (font_range): New function.
3134 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
c3f9fba8 3135 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
c6b278e7
KH
3136 (Fcopy_font_spec, Fmerge_font_spec): New function.
3137 (Ffont_family_list): Renamed from list-families.
3138 (Finternal_set_font_style_table): Arguments changed.
3139 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
3140 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
3141 change of font-related objects.
c3f9fba8 3142 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
c6b278e7 3143
3554e566 3144 * fontset.h (struct font_info): Delete it. Most members go to
c6b278e7
KH
3145 struct font.
3146 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
3147 (enum FONT_SPEC_INDEX): Delete it.
3148 (font_info, list_fonts_func, load_font_func, query_font_func)
3149 (set_frame_fontset_func, find_ccl_program_func)
3150 (get_font_repertory_func, new_fontset_from_font_name): Delete
3151 externs.
3152 (fontset_from_font_name): Extern it.
3153 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
3154 (FONT_INFO_FROM_FACE): Deleted.
3155 (face_for_font): Adjust prototype.
3156
3157 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
3158 conditionals. Don't check enable_font_backend. Delete all codes
3159 used only when USE_FONT_BACKEND is not defined.
3160 (get_font_info_func, list_font_func, load_font_func)
3161 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
3162 (get_font_repertory_func): Delete them.
3163 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
3164 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
3165 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
3166 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
3167 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
3168 (fontset_compare_rfontdef): New function.
3169 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
3170 ront-defs by qsort. Adjusted for the change of font-group vector.
3171 (load_font_get_repertory): Deleted.
3172 (fontset_find_font): Use new macros to ref/set elements of
3173 font-def and rfont-def.
3174 (fontset_font): Fix the timing of remembering that no font for C.
3175 (free_face_fontset): Do nothing if the face has no fontset.
3176 (face_suitable_for_char_p): Use new macros to ref/set elements of
3177 rfont-def.
3178 (face_for_char): Likewise. Call face_for_char with font_object.
3179 (fs_load_font): Delete. Delete #pragma surrounding it.
3180 (fs_query_fontset): Use strcasecmp instead of strcmp.
3181 (generate_ascii_font_name): Adjusted for the format change of
3182 font-spec.
3183 (Fset_fontset_font): Likewise. Use new macros to set elements of
3184 font-def.
3185 (Fnew_fontset): Use font_unparse_xlfd to generate
3186 FONTSET_ASCII (fontset).
3187 (new_fontset_from_font_name): Deleted.
3188 (fontset_from_font): Renamed from new_fontset_from_font. Check if
3189 a fontset is already created for the font. FIx updating of
3190 Vfontset_alias_alist.
3191 (fontset_ascii_font): Deleted.
3192 (Ffont_info): Adjusted for the format change of font-spec.
3193 (Finternal_char_font): Likewise.
3194 (Ffontset_info): Likewise.
3195 (syms_of_fontset): Don't check load_font_func.
3196
3197 * fns.c (internal_equal): Handle PREV_FONT.
3198
3199 * frame.h: Delete USE_FONT_BACKEND conditional.
3200
3201 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
3202 conditionals. Don't check enable_font_backend. Delete all codes
3203 used only when USE_FONT_BACKEND is not defined.
3204 (x_set_font): Call x_new_font, not x_new_fontset2.
3205 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
3206 already set for the frame.
3207
3208 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
3209 a font-entity by font_make_entity. Use font_intern_prop instead
3210 of intern_downcase. Use FONT_SET_STYLE to set a style-related
3211 font property. If a font is scalable, set avgwidth property to 0.
3212 Set font-entity property by font_put_extra.
3213 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
3214 (ffont_driver): Adjusted for the change of struct font_driver.
3215 (ftfont_spec_pattern): New function.
3216 (ftfont_list): Return a list, not vector.
3217 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
3218 (ftfont_list_family): Don't downcase names.
3219 (ftfont_free_entity): Deleted.
3220 (ftfont_open): Return a font-ojbect. Adjusted for the change of
3221 struct font. Get underline_thickness and underline_position from
3222 font property. Don't update dpyinfo->smallest_font_height and
3223 dpyinfo->smallest_char_width.
3224 (ftfont_close): Don't free `struct font'.
3225 (ftfont_has_char): Adjusted for the format change of font-entity.
3226 (ftfont_encode_char, ftfont_text_extents): Likewise.
3227
3228 * ftxfont.c (ftxfont_list): Return a list, not vector.
3229 (ftxfont_open): Return a font-ojbect. Adjusted for the change of
3230 struct font. Get underline_thickness and underline_position from
3231 font property. Don't update dpyinfo->smallest_font_height and
3232 dpyinfo->smallest_char_width.
3233 (ftxfont_close): Don't decrese FRAME_X_DISPLAY_INFO (f)->n_fonts.
3234 (ftxfont_draw): Adjusted for the change of struct font.
3235
3236 * image.c (image_ascent): Don't include "charset.h". Include
3237 "character.h" and "font.h".
3238
3239 * lisp.h (enum pvec_type): New member PREV_FONT.
3240 (Fassoc_string): EXFUN it.
3241
3242 * print.c: Include font.h.
3243 (print_object): Handle font-related objects.
3244
3245 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
3246 conditionals. Don't check enable_font_backend. Delete all codes
3247 used only when USE_FONT_BACKEND is not defined.
3248 (handle_auto_composed_prop): Do nothing if it->f is not on a
3249 window system. Check how many following characters can be
3250 displayed by the same font.
3251 (calc_pixel_width_or_height): Type of the 4th arg is changed to
3252 'struct font *'.
3253 (get_char_face_and_encoding): Assign the whole encoding task to
3254 the `encode-char' method of a font driver.
3255 (fill_composite_glyph_string): Adjusted for the change of `struct
3256 face' and `struct glyph_string'.
3257 (fill_glyph_string): Likewise.
3258 (get_per_char_metric): Arguments changed.
3259 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
3260 and `struct glyph_string'.
3261 (produce_stretch_glyph, calc_line_height_property)
3262 (x_produce_glyphs): Likewise.
3263
3264 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
3265 conditionals. Don't check enable_font_backend. Delete all codes
3266 used only when USE_FONT_BACKEND is not defined. Use
3267 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
3268 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
3269 (Qp): Extern them.
3270 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
3271 Deleted.
3272 (struct font_name): Deleted.
3273 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
3274 (compare_fonts_by_sort_order): New function.
3275 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
3276 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
3277 Deleted.
3278 (Fx_family_fonts): Use font_list_entities, and sort fonts by
3279 compare_fonts_by_sort_order.
3280 (Fx_font_family_list): Call Ffont_family_list.
3281 (face_numeric_value, face_numeric_weight, face_numeric_slant)
3282 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
3283 (face_symbolic_slant, face_symbolic_swidth)
3284 (split_font_name_into_vector, build_font_name_from_vector)
3285 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
3286 (font_rescale_ratio, split_font_name, build_font_name)
3287 (free_font_names, sort_fonts, x_face_list_fonts)
3288 (face_font_available_p, sorted_font_list, cmp_font_names)
3289 (font_list_1, concat_font_list, font_list, remove_duplicates):
3290 Deleted.
3291 (Fx_list_fonts): Use Ffont_list.
3292 (LFACE_AVGWIDTH): Deleted.
3293 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
3294 by FONTP.
3295 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
3296 (set_lface_from_font_name): Delete it.
3297 (set_lface_from_font): Renamed from
3298 set_lface_from_font_and_fontset. Caller changed. Don't set
3299 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
3300 for face.
c3f9fba8
JB
3301 (merge_face_vectors): Copy font-spec if necessary.
3302 Clear properties of the font-spec if necessary.
c6b278e7
KH
3303 (merge_face_ref): Clear properties of the font-spec if necessary.
3304 (Finternal_set_lisp_face_attribute): Likewise.
3305 (set_font_frame_param): Use font_load_for_lface to load a
3306 font-object, and call Fmodify_frame_parameters with it.
3307 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
3308 font name by Ffont_xlfd_name.
3309 (Finternal_lisp_face_attribute_values): Don't check QCweight,
3310 QCslant, and QCwidth.
3311 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
3312 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
3313 Compare fonts by EQ.
3314 (lookup_non_ascii_face): Deleted.
3315 (face_for_font): The 2nd argument changed.
c3f9fba8
JB
3316 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
3317 Check atomic font properties by case insensitive.
c6b278e7
KH
3318 (realize_non_ascii_face): Set face->overstrike correctly.
3319 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
3320 (dump_realized_face): Get font name from
3321 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
3322
3323 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
3324 conditionals. Don't check enable_font_backend. Delete all codes
3325 used only when USE_FONT_BACKEND is not defined.
3326 (xic_create_xfontset): Original code deleted and renamed from
3327 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
3328 (x_make_gc): Don't set GCFont in GCs.
3329 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
3330 opened by "fixed".
3331 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
3332 find_ccl_program_func, query_font_func, set_frame_fontset_func,
3333 get_font_repertory_func.
3334
3335 * xfont.c: Include <stdlib.h> and "ccl.h".
3336 (struct xfont_info): New structure.
3337 (xfont_query_font): Deleted.
3338 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
3339 moved from xterm.c.
3340 (xfont_driver): Adjusted for the change of struct font_driver.
3341 (compare_font_names): New function.
3342 (xfont_list_pattern): Sort font names case insensitively. Make
3343 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
3344 (xfont_list): Return a list, not vector.
3345 (xfont_match): If the font doesn't have QCname property, generate
3346 a name from the other font properties.
3347 (xfont_open): Return a font-ojbect. Adjusted for the change of
3348 struct font. Get underline_thickness and underline_position from
3349 font property. Don't update dpyinfo->smallest_font_height and
3350 dpyinfo->smallest_char_width.
3351 (xfont_close): Don't free struct font.
3352 (xfont_prepare_face): Adjusted for the change of struct font.
3353 (xfont_done_face): Deleted.
3354 (xfont_has_char): Adjusted for the change of struct font.
3355 (xfont_encode_char, xfont_draw): Likewise.
3356 (xfont_check): New function.
3357
3358 * xftfont.c (xftfont_list): Adjusted for the change of `list'
3359 callback function.
3360 (xftfont_match): Adjusted for the fontmat change of font-entity.
3361 (xftfont_open): Adjusted for the format change of font-entity and
3362 font-object. Adjusted for the change of struct font. Return a
3363 font-object. Don't update dpyinfo->smallest_font_height and
3364 dpyinfo->smallest_char_width.
3365 (xftfont_close): Block input while calling XftFontClose.
3366 (xftfont_prepare_face): Don't block input while calling
3367 xftfont_get_colors. Adjusted for the change of struct font.
3368 (xftfont_shape): Return value of error case fixed.
3369
3370 * xrdb.c (x_load_resources): Don't setup a fontset resource.
3371
3372 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
3373 conditionals.
3374 (FONT_WIDTH): Return (f)->max_width.
3375 (struct x_display_info): Delete member `font'.
3376 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
3377 (x_find_ccl_program, x_get_font_repertory): Delete externs.
3378 (struct x_output): Change type of `font' to `struct font *'.
3379
3380 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
3381 conditionals. Don't check enable_font_backend. Delete all codes
c3f9fba8 3382 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
c6b278e7
KH
3383 (x_per_char_metric, x_encode_char): Deleted.
3384 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
3385 (x_compute_glyph_string_overhangs): Adjusted for the change of
c3f9fba8 3386 `struct face'.
c6b278e7
KH
3387 (x_draw_glyph_string_foreground)
3388 (x_draw_composite_glyph_string_foreground): Likewise.
3389 (x_draw_glyph_string): Likewise. Use font->underline_position and
3390 font->underline_thickness.
3391 (x_new_font): Renamed from x_new_fontset2.
3392 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
3393 (x_check_font): Call `check' method of a font driver.
3394 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
3395 (x_query_font, x_get_font_repertory): Deleted.
3396 (x_find_ccl_program): Renamed and moved to xfont.c.
3397 (x_redisplay_interface): Adjusted for the change of `struct
3398 redisplay_interface'.
3399
3400 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
3401 conditionals. Don't check enable_font_backend. Delete all codes
3402 used only when USE_FONT_BACKEND is not defined. Surround non-used
3403 code by "#ifdef OLD_FONT" and "endif".
3404 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
3405
3406 * w32font.h (struct w32font_info): New member.
3407 (FONT_COMPAT): New macro.
3408 (w32font_open_internal): Prototype adjusted.
3409
3410 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
3411 OLD_FONT" and "endif".
3412
3413 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
3414 conditionals. Don't check enable_font_backend. Delete all codes
3415 used only when USE_FONT_BACKEND is not defined.
3416 (w32font_open): Return a font-object. Make a font-object by
3417 font_make_object. Adjusted for the change of struct w32font_info.
3418 (w32font_close): Don't free struct font. Adjusted for the change
3419 of struct w32font_info.
3420 (w32font_encode_char, w32font_text_extents, w32font_draw):
3421 Adjusted for the change of struct w32font_info.
3422 (w32font_draw): Likewise.
3423 (w32font_list_internal): Return a list, not vector.
3424 (w32font_open_internal): Change the 4th arg to font-object.
c3f9fba8 3425 Adjusted for the change of struct w32font_info and font-object format.
c6b278e7
KH
3426 (add_font_name_to_list): Don't downcase names.
3427 (w32_enumfont_pattern_entity): Make a font-entity by
3428 font_make_entity. Adjusted for the format change of font-entity.
3429 Use FONT_SET_STYLE to set a style-related font property. If a
3430 font is scalable, set avgwidth property to 0. Set font-entity
3431 property by font_put_extra.
c3f9fba8 3432 (font_matches_spec): Adjusted for the format change of font-entity.
c6b278e7
KH
3433 (w32_weight_table, w32_decode_weight): New variables.
3434 (w32_encode_weight): New function.
3435 (fill_in_logfont): Adjusted for the format change of font-spec.
3436 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
3437 weight value.
3438 (w32font_driver): Adjusted for the change of struct font_driver.
3439
3440 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
f245f2c6 3441 conditionals. Don't check enable_font_backend. Surround non-used
c6b278e7
KH
3442 code by "#ifdef OLD_FONT" and "endif".
3443 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
3444 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
3445
3446 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
3447 conditionals. Don't check enable_font_backend. Delete all codes
3448 used only when USE_FONT_BACKEND is not defined. Surround non-used
3449 code by "#ifdef OLD_FONT" and "endif".
3450
3451 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
c3f9fba8
JB
3452 (uniscribe_open): Return value changed to font-object.
3453 Adjusted for the format change of font-object.
3454 (uniscribe_otf_capability): Adjusted for the change of struct font.
c6b278e7
KH
3455 (add_opentype_font_name_to_list): Don't downcase names.
3456 (uniscribe_font_driver): Adjusted for the change of struct
3457 font_driver.
3458
f9d4c199
CY
34592008-05-13 Chong Yidong <cyd@stupidchicken.com>
3460
3461 * dispnew.c (update_frame_1): Check if tty output is still valid
3462 before flushing it.
3463
44f249c0
JD
34642008-05-13 Jan Djärv <jan.h.d@swipnet.se>
3465
3466 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
3467 to Gtk+ menus.
3468
01bb4018
SM
34692008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3271a8f5
SM
3471 * dired.c (file_name_completion): Tweak the code so as to always do it
3472 in a single pass. Tighten the scope of some variables.
3473
01bb4018
SM
3474 * dired.c (Qdefault_directory): New var.
3475 (file_name_completion): Use it instead of Fexpand_file_name.
3476 (syms_of_dired): Initialize it.
3477
728bb8e0
SM
34782008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * fileio.c (double_dollars): Remove dead code.
3481
ed4c17bb
EZ
34822008-05-10 Eli Zaretskii <eliz@gnu.org>
3483
6c5665e9
EZ
3484 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
3485 Mention w32-get-true-file-attributes in doc string.
3486
ed4c17bb
EZ
3487 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
3488
71e1f69d
GM
34892008-05-09 Glenn Morris <rgm@gnu.org>
3490
3491 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
3492 2008-04-23.
3493
ee7a2e7a
EZ
34942008-05-09 Eli Zaretskii <eliz@gnu.org>
3495
8aaaec6b
EZ
3496 Support for reporting owner and group of each file on MS-Windows:
3497 * dired.c (stat_uname, stat_gname): New functions, with special
3498 implementation for w32.
3499 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
3500
ee7a2e7a
EZ
3501 * w32.c: Rename the_passwd_* to dflt_passwd_*.
3502 (dflt_group_name): New static variable.
728bb8e0 3503 (dflt_group): Rename from the_group.
ee7a2e7a
EZ
3504 (init_user_info): Init dflt_group fields. Get user's group name
3505 from LookupAccountSid.
8aaaec6b
EZ
3506 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
3507 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
3508 New initialization states.
3509 (globals_of_w32): Initialize them to zero. Initialize the default
3510 group name to "None".
3511 (GetFileSecurity_Name): New global var, the name of the function
3512 to call for GetFileSecurity.
3513 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
3514 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
3515 (get_file_security, get_security_descriptor_owner)
3516 (get_security_descriptor_group, is_valid_sid)
3517 (get_file_security_desc, get_rid, get_name_and_id)
3518 (get_file_owner_and_group): New functions.
3519 (stat): Use get_file_security_desc and get_file_owner_and_group to
3520 report the owner and primary group of each file. Don't ignore the
728bb8e0
SM
3521 high 32 bits of file's size, now that st_size is 64-bit wide.
3522 Fix test when to get true file attributes.
8aaaec6b
EZ
3523 (init_user_info): Use get_rid instead of equivalent inline code.
3524 (fstat): Don't ignore the high 32 bits of file's size.
ee7a2e7a 3525
b199c436
CY
35262008-05-09 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * image.c (png_load): Use correct bit-depth for setting background
3529 color.
3530
86914123
EZ
35312008-05-08 Eli Zaretskii <eliz@gnu.org>
3532
3533 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
3534 epa-hook.elc.
3535
67b5d7de
JB
35362008-05-08 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * font.c (Ffont_match_p): Don't use `iff' in docstring.
3539
1a111394
DN
35402008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3541
3542 * macfns.c (Fx_create_frame): Make a copy of frame parameters
3543 because the original parameters are in pure storage now.
3544 (mac_window): Remove unused params. Update callers.
3545
6d77fa95
SM
35462008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3547
7a3d90dc
SM
3548 * lread.c (substitute_object_recurse): Use lower-level primitives.
3549 Don't signal errors when traversing sub-char-tables.
3550 Don't loop over all the possible characters when traversing char-tables.
3551
6d77fa95
SM
3552 * print.c (print_preprocess): Add sub-char-tables to the print-table,
3553 just like we do in print.c.
3554
140eb764
SM
35552008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * minibuf.c (Ftry_completion): Remove code left over from when we used
3558 scmp instead of Fcompare_strings.
3559
e9184ccb
JB
35602008-05-04 Juanma Barranquero <lekktu@gmail.com>
3561
3562 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
3563
0e9378b3
YM
35642008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3565
3566 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
3567 Create bitmap context in native byte order.
3568
f67e15be
MB
3569 * macterm.c (XDrawLine)
3570 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
3571 context in native byte order.
064032d0 3572
f67e15be 35732008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50eff40f
YM
3574
3575 * config.in: Regenerate.
3576
3577 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
3578 New definitions for Image I/O support.
3579 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
3580 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
3581 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
3582 (mac_data_provider_release_data, image_load_image_io)
3583 [USE_MAC_IMAGE_IO]: New functions.
3584 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
3585 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
3586 (init_image_func_pointer) [MAC_OSX]: Remove function.
3587 (image_load_quartz2d) [MAC_OSX]: Check availability of
3588 CGImageCreateWithPNGDataProvider at compile time.
3589 Use lowercase `false' for boolean constant.
3590 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
3591 Use image_load_image_io.
3592 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
3593 Don't check MyCGImageCreateWithPNGDataProvider.
3594 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
3595 Don't call init_image_func_pointer.
3596
3597 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
3598
3599 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
3600 Make variable non-static.
3601 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
3602 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
3603
3604 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
3605 (RED_FROM_ULONG): Mask off higher bits.
3606 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
3607
3608 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
3609 Include AvailabilityMacros.h.
3610 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
3611 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
3612
c6bff69e
SM
36132008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * chartab.c (Fset_char_table_range): If range is t, really set all
3616 chars to that value.
3617
7412d429
EZ
36182008-05-03 Eli Zaretskii <eliz@gnu.org>
3619
3620 * dired.c (Ffile_attributes): Don't allow the device number become
3621 negative.
3622
f83bbfac
DU
36232008-05-02 Daiki Ueno <ueno@unixuser.org>
3624
5a81d3d7 3625 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
f83bbfac 3626
2e3148e2
JL
36272008-05-02 Juri Linkov <juri@jurta.org>
3628
3629 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
728bb8e0
SM
3630 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
3631 DEFAULT argument as a list of default values in docstrings.
2e3148e2 3632
923fb88c
CY
36332008-05-01 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * puresize.h (BASE_PURESIZE): Increase to 1210000.
3636
047aaeb9
MR
36372008-05-01 Martin Rudalics <rudalics@gmx.at>
3638
3639 * dispnew.c (change_frame_size_1): Preserve small windows when
3640 shrinking frames by calling set_window_height|width with third
3641 arg 2.
3642
3643 * window.h (struct window): Replace field too_small_ok by field
3644 resize_proportionally.
3645
3646 * window.c (make_window): Initialize resize_proportionally.
3647 (enlarge_window): Temporarily set resize_proportionally to make
3648 sure that shrink_windows does scale the window proportionally.
3649 (shrink_windows): When window has resize_proportionally set try
3650 to shrink it proportionally by stealing from other windows.
3651 (struct saved_window, Fset_window_configuration)
3652 (compare_window_configurations): Handle resize_proportionally.
3653 (WINDOW_TOTAL_SIZE): New macro.
3654 (window_min_size, shrink_windows, size_window): Use it.
c6bff69e 3655 (check_min_window_sizes): Remove. Invalid values of
047aaeb9
MR
3656 window-min-height|width are handled by window_min_size_2 now.
3657 (size_window, Fsplit_window, enlarge_window)
3658 (adjust_window_trailing_edge, grow_mini_window): Don't call
3659 check_min_window_sizes.
c6bff69e
SM
3660 (window_min_size_2, window_min_size_1, window_min_size):
3661 New argument safe_p for retrieving "safe" minimum sizes.
c3f9fba8 3662 (Fdisplay_buffer, Fsplit_window, enlarge_window)
c6bff69e
SM
3663 (adjust_window_trailing_edge, grow_mini_window):
3664 Adjust arguments of window_min_size... functions.
047aaeb9
MR
3665 (shrink_windows): Argument min_size removed. New argument
3666 safe_p allows shrinking windows to their safe minimum sizes.
3667 Calculate minimum size and decide whether a window shall be
3668 deleted for each window individually.
3669 (size_window): When nodelete_p equals 2, tell shrink_windows to
3670 delete windows only if their new minimum size is no more safe.
3671 (shrink_window_lowest_first): Call window_min_size_1 to make
3672 sure to preserve modeline of bottom-most window when resizing
3673 the minibuffer.
3674 (Fset_window_configuration, Fcurrent_window_configuration)
3675 (compare_window_configurations): Do not handle
3676 window-min-height|width any more.
3677 (syms_of_window): Clarify window-min-height|width doc-strings.
3678
2a54a229
SM
36792008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * dired.c (file_name_completion): Fix up the encoding/decoding issue
3682 some more. Copy some of the code from Ftry_completions.
3683 Remove special case code that dates back to initial revision when the
3684 slash was only added when necessary and that can't trigger nowadays.
3685
384bc634
KH
36862008-04-27 Kenichi Handa <handa@m17n.org>
3687
3688 * font.c (font_prop_validate): Signal `error' instead of `font'.
3689
2c2279c6
JR
36902008-04-29 Jason Rumney <jasonr@gnu.org>
3691
3692 * w32fns.c (Fw32_battery_status): New defun.
3693 (syms_of_w32fns): Defsubr it.
3694
fb4a622a
AS
36952008-04-28 Andreas Schwab <schwab@suse.de>
3696
3697 * dired.c (file_name_completion): Fix another mixing of encoded
3698 and decoded names.
3699
23f250f4
JB
37002008-04-28 Juanma Barranquero <lekktu@gmail.com>
3701
3702 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
3703
d8d30dff
JB
37042008-04-27 Juanma Barranquero <lekktu@gmail.com>
3705
3706 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
3707
ea6104a8
AS
37082008-04-27 Andreas Schwab <schwab@suse.de>
3709
9c691c00
AS
3710 * dired.c (file_name_completion): Fix inappropriate mixing of
3711 encoded and decoded names.
3712
ec1bf773
AS
3713 * xterm.c (XTread_socket): Fix use of uninitialized variable.
3714
ea6104a8
AS
3715 * puresize.h (BASE_PURESIZE): Increase to 1200000.
3716
01388a3d
EZ
37172008-04-26 Eli Zaretskii <eliz@gnu.org>
3718
3719 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
3720 2008-03-31, it's not needed anymore with `struct stat' definition
3721 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
3722 for the same reasons.
3723
175aea10 37242008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
27af566c
CY
3725
3726 * m/sparc.h: Additional redefinitions for GNU/Linux.
3727
1289aeb8
YM
37282008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3729
3730 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
3731 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
3732 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
3733 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
3734 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
3735 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
3736 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3737 Likewise.
3738
3739 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
c3f9fba8 3740 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
1289aeb8
YM
3741 (mac_ax_number_of_characters): Add externs.
3742 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
3743 [USE_MAC_TSM]: Likewise.
3744 (mac_handle_text_input_event) [MAC_OSX]:
3745 Handle kEventTextInputOffsetToPos for no active input area case.
3746 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
3747 (mac_handle_document_access_event)
3748 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
3749 (install_application_handler) [MAC_OSX]: Register handlers for
3750 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
3751 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3752 Register mac_handle_document_access_event.
3753
3754 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
3755 Make functions non-static.
3756
dbd50d4b
SM
37572008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
3760 (read_file_name_completion_ignore_case, insert_default_directory)
3761 (Qdefault_directory): Move to minibuffer.el.
3762 (Fread_file_name): Call the new `read-file-name' instead.
3763
9ea37b9d 37642008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
81fe843b
YM
3765
3766 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
3767 Make function non-static.
3768 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
3769 Remove function.
3770 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
3771 Move to mactoolbox.c.
3772 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
3773
3774 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
3775 (mac_rect_make): New macro.
3776
3777 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
3778 instead of float.
3779 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
3780 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
3781 (XSetBackground) [USE_CG_DRAWING]: Likewise.
3782 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
3783 CGRectMake.
3784 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
3785 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
3786 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
3787 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
3788 instead of WindowRef in argument type.
3789 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
3790 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
3791 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
3792 instead of DISPLAY. All uses changed.
3793 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
3794 (x_calc_absolute_position): Simplify so as not to use
3795 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
81fe843b
YM
3796
3797 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
3798 instead of WindowRef in argument type.
3799 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
3800 [TARGET_API_MAC_CARBON]: Remove externs.
3801 (create_apple_event, mac_event_parameters_to_lisp)
3802 [TARGET_API_MAC_CARBON]: Add externs.
3803
d8d30dff 3804 * mactoolbox.c (Vmac_ts_script_language_on_focus)
81fe843b
YM
3805 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
3806 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
3807 is clicked.
3808 (x_activate_menubar): Remove extern for saved_menu_event_location.
3809 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
3810 Move from mac.c.
3811
9ea37b9d 38122008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a1b41389
YM
3813
3814 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
3815 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
3816
9ea37b9d 38172008-04-23 Jason Rumney <jasonr@gnu.org>
bd735631
JR
3818
3819 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
3820 attributes only for local files.
3821
3822 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
e9184ccb 3823 default to Qlocal.
bd735631 3824
88970542
JL
38252008-04-22 Juri Linkov <juri@jurta.org>
3826
3827 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
3828 read-buffer-to-switch instead of using the letter "B".
3829
92ec67e3
SM
38302008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * fileio.c (Qdefault_directory): New variable.
3833 (Fread_file_name): Use it to pass `dir' to the completion functions.
3834
a32b2382
CY
38352008-04-20 Chong Yidong <cyd@stupidchicken.com>
3836
2a2e8de7 3837 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
a32b2382 3838
6c8b4f07
SM
38392008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3840
ece5f847
SM
3841 * keyboard.c (Vpre_help_message): Remove.
3842 (show_help_echo): Remove default C code.
3843
6c8b4f07
SM
3844 * dired.c (directory_files_internal, file_name_completion):
3845 Only call ENCODE_FILE if the string is indeed decoded.
3846
73d798d5
SM
38472008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * Makefile.in (TOOLKIT_DEFINES): Remove.
3850 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
3851
d8d30dff 38522008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9e13f0c3
YM
3853
3854 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
3855 (mactoolbox.o): New target.
3856
3857 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
3858 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
3859
3860 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
3861 Use mac_set_frame_window_background instead of XSetWindowBackground.
3862 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
3863 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
3864 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
3865 instead of SetWindowTitleWithCFString.
3866 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
3867 Move function to mactoolbox.c.
3868 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
3869 Use mac_set_window_modified instead of SetWindowModified.
3870 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
3871 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
3872 (Fx_focus_frame): Use mac_front_non_floating_window instead of
3873 FrontNonFloatingWindow. Use mac_activate_window instead of
3874 ActivateWindow. Use mac_active_non_floating_window instead of
3875 ActiveNonFloatingWindow.
3876 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
3877 Use mac_show_hourglass and mac_hide_hourglass.
3878 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
3879 instead of GetGlobalMouse.
3880 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
3881 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
3882 Use mac_bring_window_to_front instead of BringToFront.
3883 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
3884 mactoolbox.c.
3885 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
3886 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
3887 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
3888 mactoolbox.c.
3889
3890 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
3891 (XtPointer): Move typedef from macmenu.c.
3892 (enum button_type): Move enum from macmenu.c.
3893 (widget_value): Move typedef from macmenu.c.
3894 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
3895 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
3896 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
3897 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
3898 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
3899 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
3900 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
3901 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
3902 (Selection): Move typedef from macselect.c.
3903 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
3904 macterm.c.
3905 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
3906 (mac_is_window_collapsed, mac_bring_window_to_front)
3907 (mac_send_window_behind, mac_hide_window, mac_show_window)
3908 (mac_collapse_window, mac_front_non_floating_window)
3909 (mac_active_non_floating_window, mac_activate_window)
3910 (mac_move_window_structure, mac_move_window, mac_size_window)
3911 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
3912
3913 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
3914 (enum mac_menu_kind): Move enum to mactoolbox.c.
3915 (min_menu_id): Move variable to mactoolbox.c.
3916 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
3917 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
3918 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
3919 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
3920 [TARGET_API_MAC_CARBON]: Likewise.
3921 (XtPointer): Move typedef to macgui.h.
3922 (enum button_type): Move enum to macgui.h.
d02fe47d
MB
3923 (widget_value): Move typedef to macgui.h.
3924 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
3925 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
3926 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
3927 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
3928 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
3929 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
3930 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
3931 (popup_activated_flag): Make variable non-static.
3932 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
3933 (add_menu_item, fill_menu, dispose_menus):
3934 Move functions to mactoolbox.c.
3935 (restore_show_help_function, menu_target_item_handler)
3936 (install_menu_target_item_handler, mac_handle_dialog_event)
3937 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
3938 [TARGET_API_MAC_CARBON]: Likewise.
3939 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
3940 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
3941 (find_and_call_menu_selection, name_is_separator): Make function
3942 non-static.
3943 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
3944 to mactoolbox.c.
3945 (set_frame_menubar): Don't call install_menu_quit_handler.
3946 (menu_item_selection): New variable.
3947 (mac_menu_show): Use create_and_show_popup_menu.
3948 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
3949 selection but set variable menu_item_selection. All uses changed.
3950 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
3951 Call install_menu_quit_handler. Move to mactoolbox.c.
edd3ff1d 3952
d02fe47d
MB
3953 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
3954 (Selection): Move typedef to macgui.h.
3955 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
3956 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
3957 Make variables non-static.
3958 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
3959 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
3960 Make functions non-static.
3961 (Vmac_service_selection) [MAC_OSX]: Likewise.
3962 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
3963 (mac_valid_selection_target_p, mac_clear_selection)
3964 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
3965 (mac_put_selection_value, mac_selection_has_target_p)
3966 (mac_get_selection_value, mac_get_selection_target_list)
3967 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
3968 Move functions to mactoolbox.c.
3969 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
3970 Likewise.
3971 (copy_scrap_flavor_data, mac_handle_service_event)
3972 (install_service_handler) [MAC_OSX]: Likewise.
3973 (syms_of_macselect) <Vmac_dnd_known_types>:
3974 Use mac_dnd_default_known_types.
463f55ee 3975
d02fe47d
MB
3976 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
3977 Move to mactoolbox.c.
3978 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
3979 (Fx_selection_owner_p): Add EXFUN.
3980 (install_window_handler, remove_window_handler, XSetWindowBackground):
3981 Remove externs.
3982 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
3983 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
3984 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
3985 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
3986 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
3987 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
3988 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
3989 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
3990 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
3991 (create_and_show_popup_menu, mac_get_selection_from_symbol)
3992 (mac_valid_selection_target_p, mac_clear_selection)
3993 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
3994 (mac_put_selection_value, mac_selection_has_target_p)
3995 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
3996 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
3997 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
3998 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
3999 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
4000 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
4001 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
4002 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
4003 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
463f55ee 4004
d02fe47d 4005 * mactoolbox.c: New file.
af253914 4006
d8d30dff 40072008-04-18 Jason Rumney <jasonr@gnu.org>
af253914 4008
d02fe47d 4009 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
af253914 4010
8ee085a4
SM
40112008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4012
73d798d5
SM
4013 * character.c (Fmultibyte_char_to_unibyte):
4014 Return latin1 chars unchanged.
5556875b 4015
8ee085a4
SM
4016 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
4017 relocated if it points to `name'.
4018
5dff5999
KH
40192008-04-17 Kenichi Handa <handa@m17n.org>
4020
4021 * data.c (Faset): Allow setting a multibyte character in an
4022 ASCII-only unibyte string.
4023
4024 * lisp.h (STRING_SET_MULTIBYTE): New macro.
4025
a51f4969
SM
40262008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
4029 done in config.h.
4030
add553ac
JB
40312008-04-16 Juanma Barranquero <lekktu@gmail.com>
4032
4033 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
4034 (Fchar_direction): Add usage in the docstring.
4035
8ad7b280
CY
40362008-04-15 Chong Yidong <cyd@stupidchicken.com>
4037
4038 * keyboard.c (read_key_sequence): Remove always-true checks.
4039
e157d7ba
JR
40402008-04-14 Jason Rumney <jasonr@gnu.org>
4041
4042 * w32font.c (w32font_open_internal): Set max_bounds.descent in
4043 compatibility struct, for better underline positioning.
4044
9ec3aaef 40452008-04-13 David Hansen <david.hansen@gmx.net>
48f7d213
MA
4046
4047 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
4048 string.
4049
36c08864
DN
40502008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4051
4052 * m/hp800.h (XUINT, XSET): Remove.
4053
f5acc071
JB
40542008-04-12 Juanma Barranquero <lekktu@gmail.com>
4055
4056 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
4057 previous change.
4058
5b5a2ea1
SM
40592008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
4062 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
4063
492d9fd6
SM
40642008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * keymap.h (map_keymap_canonical): Declare.
4067 * xmenu.c (single_keymap_panes): Use it.
4068
dd60787c
GM
40692008-04-11 Glenn Morris <rgm@gnu.org>
4070
4071 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
4072 set the target's value to that of the alias.
4073
c23b5410
SM
40742008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * term.c (set_tty_color_mode): Left over typo.
4077
e89b536d
MA
40782008-04-10 Michael Albinus <michael.albinus@gmx.de>
4079
4080 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
f5acc071 4081 only after check for file name handler functions. Signal, when
e89b536d
MA
4082 native functionality is not supported.
4083 (syms_of_fileio): Declare it unconditionally.
4084
40a339c8
JR
40852008-04-10 Jason Rumney <jasonr@gnu.org>
4086
31403b24
JR
4087 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
4088 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
4089
40a339c8
JR
4090 * w32.c (logon_network_drive): Also logon to remote drives that
4091 are mapped to drive letters.
4092
96a7394f
GM
40932008-04-10 Glenn Morris <rgm@gnu.org>
4094
4095 * xdisp.c (truncate-partial-width-windows): Doc fix.
4096
34b67b0f
SM
40972008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
4100 Move functions to minibuffer.el.
4101 (syms_of_fileio): Don't declare them.
4102
c025fb0a
SM
41032008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4104
ba5ff07b
SM
4105 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
4106 (syms_of_minibuf): Remove its initialization.
4107
c025fb0a
SM
4108 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
4109
7a6a86ad
JB
41102008-04-09 Juanma Barranquero <lekktu@gmail.com>
4111
4112 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
4113
cf907d69
JR
41142008-04-09 Jason Rumney <jasonr@gnu.org>
4115
3dc94c30
JR
4116 * makefile.w32-in (distclean): Delete makefile too.
4117 (maintainer-clean): New target.
4118
8d28646b
JR
4119 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
4120
cf907d69
JR
4121 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
4122 for new font backend and composite cases.
4123
ef5eb925
JD
41242008-04-09 Jan Djärv <jan.h.d@swipnet.se>
4125
4126 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
4127 Most of the code moved to run_timers.
4128 (do_pending_atimers): Call run_timers.
4129 (run_timers): New function.
4130
cf907d69
JR
4131 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
4132 run atimers.
ef5eb925
JD
4133
4134 * process.c (wait_reading_process_output): The same as above.
4135
9b2cd403
SM
41362008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4137
32bae13c
SM
4138 * minibuf.c (last_exact_completion): Remove variable.
4139 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
4140 (complete_and_exit_1, complete_and_exit_2)
4141 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
4142 (Fdisplay_completion_list, display_completion_list_1)
4143 (Fminibuffer_completion_help, Fself_insert_and_exit)
8d28646b
JR
4144 (Fexit_minibuffer, Fminibuffer_message): Move functions to
4145 minibuffer.el.
32bae13c
SM
4146 (syms_of_minibuf): Remove corresponding initializations.
4147
5c4cc82a
SM
4148 * keyboard.c (Qdeactivate_mark): New var.
4149 (command_loop_1): Use it to call `deactivate-mark'.
4150 (syms_of_keyboard): Initialize it.
4151
9b2cd403
SM
4152 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
4153 to another frame.
4154 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
4155 Don't call set_tty_color_mode.
4156 (store_frame_param): Reset previous_frame rather than call
4157 set_tty_color_mode.
4158 * term.c (set_tty_color_mode): Rewrite.
4159 * dispextern.h (set_tty_color_mode): New type.
4160 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
4161
84cb7b45
SM
41622008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
4165 for generic chars, which do not exist any more in emacs-unicode.
4166
3ed051d4
MA
41672008-04-08 Michael Albinus <michael.albinus@gmx.de>
4168
4169 * coding.c (detect_coding_emacs_mule)
4170 (Ffind_operation_coding_system): Fix typo.
4171
58c3ea42
JR
41722008-04-08 Jason Rumney <jasonr@gnu.org>
4173
3bf8d230
JR
4174 * w32uniscribe.c (SNAME): Extract only symbol name.
4175
56a70cca
JR
4176 * w32font.h (struct w32_metric_cache): New struct.
4177 (w32font_info): Use it.
4178 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
4179 (CACHE_BLOCKSIZE): New constants.
3ed051d4 4180
58c3ea42
JR
4181 * w32font.c (Qja, Qko, Qzh): New symbols.
4182 (syms_of_w32font): Initialise them.
4183 (font_matches_spec): Use them to filter by language.
4184 (recompute_cached_metrics): Remove function.
4185 (compute_metrics, clear_cached_metrics): New functions.
4186 (w32font_encode_char): Use them to manage metric cache.
4187 (w32font_text_extents): Cache metrics for all glyphs on demand.
4188 Delay converting glyph indices to WORD until needed.
4189 (w32font_open_internal): Initialize metric cache to empty.
4190 (registry_to_w32_charset): Charset should always be a symbol.
4191 (fill_in_logfont, list_all_matching_fonts): Family should
4192 always be a symbol.
4193
0ce24b2d
JR
41942008-04-06 Jason Rumney <jasonr@gnu.org>
4195
4196 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
4197 Give up if glyph indices not supported. Use uniscribe obtained
4198 ABC widths for individual metrics. Map glyph clusters back to
4199 characters using fClusterStart flag. Return number of glyphs
4200 produced, not chars processed.
b7655e0c 4201 (uniscribe_shape): Map char at FROM to current glyph.
0ce24b2d 4202
5bc6ddff 42032008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
56613f06 4204
fbf57abb
JB
4205 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
4206 Use SetMenuItemHierarchicalMenu.
56613f06 4207
5bc6ddff 42082008-04-05 Jason Rumney <jasonr@gnu.org>
93421a1f 4209
5bc6ddff
MB
4210 * image.c (pbm_load): Allow color values up to 65535.
4211 Throw an error if max_color_idx is outside the supported range.
4212 Report an error when image size is invalid.
4213 Read two bytes at a time when raw images have max_color_idx above 255.
1f816871 4214
5bc6ddff 42152008-04-05 Eli Zaretskii <eliz@gnu.org>
5ed6ba5b 4216
5bc6ddff
MB
4217 * w32.c (readdir): If FindFirstFile/FindNextFile return in
4218 cFileName a file name that includes `?' characters, use the 8+3
4219 alias in cAlternateFileName instead.
5ed6ba5b 4220
5bc6ddff 42212008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
32c06229 4222
5bc6ddff
MB
4223 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
4224 append "CCL: Quitted" when the CCL program is quitted.
4225 (setup_ccl_program): Initialize ccl->quit_silently to zero.
32c06229 4226
5bc6ddff 4227 * ccl.h (struct ccl_program): New member quit_silently.
32c06229 4228
c36e15db
CY
42292008-04-05 Chong Yidong <cyd@stupidchicken.com>
4230
9605d567
CY
4231 * search.c (compile_pattern_1): Treat non-nil and non-string of
4232 search-spaces-regexp as nil.
4233
c36e15db
CY
4234 * minibuf.c (Fassoc_string): Tweak docstring.
4235
40beb147
EZ
42362008-04-05 Eli Zaretskii <eliz@gnu.org>
4237
4238 * dired.c (Ffile_attributes): Support inode numbers wider than 32
4239 bits. Remove ugly WINDOWSNT-specific kludge introduced on
4240 2008-03-14 to force inode be positive.
4241
4242 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
4243 _S_* ones, since we now use our own sys/stat.h.
4244 (stat, fstat): Don't mangle the inode number.
aa08d1ff 4245 (init_user_info): Don't restrict UID and GID to 0-60000 range.
40beb147 4246
4591d6cb
SM
42472008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4248
d4417eb0
SM
4249 * frame.h (struct frame): Give one more bit to `visible' since we use
4250 values larger than 1 to indicate obscured frames on ttys.
4251
00f7c5ed
SM
4252 * keymap.c (Qkeymap_canonicalize): New var.
4253 (Fmap_keymap_internal): New fun.
4254 (describe_map): Use keymap-canonicalize.
4255
4591d6cb
SM
4256 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
4257 (Fundo_boundary): Set them.
4258 (syms_of_undo): Initialize them.
4259 (record_point): Use them instead of last_point_position*.
4260 (last_undo_buffer): Change type.
4261
3187540e
JR
42622008-04-04 Jason Rumney <jasonr@gnu.org>
4263
0ce24b2d
JR
4264 * w32font.c (w32font_text_extents): Use font's ascent and descent.
4265 (recompute_cached_metrics): Don't set ascent and descent per char.
4266
3187540e 4267 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
4591d6cb 4268 (uniscribe_check_otf): Add GC protection before consing.
d0bfec76 4269 Rearrange loop for counting features.
3187540e 4270
f1a6b216
SM
42712008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
4274 buffer with byte-size of source buffer.
4275
1d8dcf63
CY
42762008-04-03 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * callint.c (Fcall_interactively): Handle temporary region even
4279 when shift-select-mode is off.
4280
6b8aa22a
JR
42812008-04-03 Jason Rumney <jasonr@gnu.org>
4282
4283 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
4284
2f3cbb32
KH
42852008-04-03 Kenichi Handa <handa@m17n.org>
4286
4287 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
4288 (CATEGORY_MASK_UTF_16): Likewise.
4289 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
4290 binary file.
4291 (detect_coding): Add null-byte detection for a binary file.
4292 (detect_coding_system): Likewise.
4293
43f4f91c
JR
42942008-04-03 Jason Rumney <jasonr@gnu.org>
4295
0c1b4ae2
JR
4296 * w32uniscribe.c: New file.
4297
4298 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
4299
4300 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
4301
4302 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
4303 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
4304 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
4305 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
4306 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
4307 (Qphonetic): New symbols.
4308 (syms_of_w32font): Initialize them.
4309 (font_supported_scripts): Use them.
4310 (w32font_list_family): List all charsets.
4311 (w32font_text_extents, recompute_cached_metrics): Fix metric
4312 calculations.
4313 (w32_enumfont_pattern_entity): Make full_type a DWORD.
4314 Give opentype fonts their own format.
4315 (font_matches_spec): New arguments backend and logfont.
4316 Handle :otf spec for uniscribe backend.
4317 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
4318 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
4591d6cb 4319
0c1b4ae2
JR
4320 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
4321 font backend.
4322 (globals_of_w32fns): Initialize uniscribe font backend.
4323
fbf57abb 4324 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
0c1b4ae2
JR
4325 dependencies.
4326 (w32uniscribe.$(O)): New file to build.
4327 (FONT_OBJ): Include w32uniscribe.$(O).
4328 (LIBS): Add uniscribe libraries.
4329
43f4f91c
JR
4330 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
4331
75043a7d
CY
43322008-04-02 Chong Yidong <cyd@stupidchicken.com>
4333
4334 * callint.c (Vshift_select_mode): New var.
4335 (Finteractive): Document new ^ spec.
4336 (Fcall_interactively): Call handle-shift-selection if the ^ spec
4337 is present.
4338
4339 * keyboard.c (Vthis_command_keys_shift_translated): New var.
4340 (command_loop_1): Avoid running the direct display versions of
4341 forward-char and backward-char if shift-selection may occur.
75043a7d
CY
4342 (read_key_sequence): Set Vthis_command_keys_shift_translated if
4343 shift-translation takes place.
4344
4345 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
4346 avoid clobbering by define-minor-mode.
4347
4348 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
4349 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
4350
4351 * syntax.c (Fforward_word): Add ^ interactive spec.
4352
4353 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
4354 (Fscroll_right): Add ^ interactive spec.
4355
b2b7f29e
SM
43562008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4357
a432c0a6
SM
4358 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
4359
994b75e0
SM
4360 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
4361
b2b7f29e
SM
4362 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
4363
e99c7806
JL
43642008-03-31 Juri Linkov <juri@jurta.org>
4365
4366 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
4367
1c9c1270
JD
43682008-03-30 Jan Djärv <jan.h.d@swipnet.se>
4369
4370 * gtkutil.c (xg_set_geometry): Fix indentation.
994b75e0 4371 (xg_resize_outer_widget): Remove.
1c9c1270
JD
4372 (x_wm_size_hint_off): Fix indentation.
4373 (xg_frame_set_char_size): Call flush_and_sync after
4374 gtk_window_resize.
4375 (x_wm_set_size_hint): Pass NULL as geometry window to
4376 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
4377 Add menu bar and tool bar height to base height.
4378 (xg_update_frame_menubar, free_frame_menubar)
4379 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
994b75e0
SM
4380 (update_frame_tool_bar, free_frame_tool_bar):
4381 Change xg_resize_outer_widget to xg_frame_set_char_size.
1c9c1270 4382
90b3fc84
MA
43832008-03-30 Michael Albinus <michael.albinus@gmx.de>
4384
4385 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
4386 (Fdbus_call_method): New parameter TIMEOUT.
4387 (dbus-send-signal): Optimize UNGCPRO call.
4388
7ae6d1d1
JL
43892008-03-29 Juri Linkov <juri@jurta.org>
4390
4391 * window.c (Fdisplay_buffer): Move call to
4392 Vsplit_window_preferred_function out of conditions that check
4393 if window is eligible for vertical splitting.
4394 When Vsplit_window_preferred_function is non-nil, call it and use
4395 its non-nil return value as window. Otherwise, continue doing
4396 vertical splitting using Fsplit_window with arg horflag=nil.
4397 (syms_of_window) <Vsplit_window_preferred_function>: Change the
4398 default value from `split-window' to nil.
4399
f03f8f2c
JL
44002008-03-29 Juri Linkov <juri@jurta.org>
4401
4402 * callint.c (Fcall_interactively): Revert 2008-03-16 change
4403 for interactive code letters 'b' and 'B'.
4404
6d557778
EZ
44052008-03-29 Eli Zaretskii <eliz@gnu.org>
4406
4407 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
4408 multibyte string.
4409
58555d81
SM
44102008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * keyboard.c (pending_funcalls): New var.
4413 (timer_check): Run it.
4414 (syms_of_keyboard): Initialize it.
4415 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
4416 (Vdelete_terminal_functions): New vars.
4417 (syms_of_terminal): Initialize them.
4418 (Fdelete_terminal): Run delete-terminal-functions.
4419 * xdisp.c (safe_eval): Rewrite.
4420 (safe_call2): New fun.
4421 * frame.c (Qdelete_frame_functions): New var.
4422 (syms_of_frame): Initialize it.
4423 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
4424 * lisp.h (safe_call2, pending_funcalls): Declare.
4425
4c92f429
AS
44262008-03-28 Andreas Schwab <schwab@suse.de>
4427
4428 * indent.c (Fmove_to_column): Move declaration before statements.
4429
a1567c45
SM
44302008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4431
2806a183
SM
4432 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
4433 (struct frame): Use bit fields for boolean vars.
4434
eef60308
SM
4435 * process.c (server_accept_connection): Simplify naming.
4436 (emacs_get_tty_pgrp): Use SDATA.
4437
a1567c45
SM
4438 * coding.c (decode_coding_object): Fix last change.
4439
30076589
JR
44402008-03-27 Jason Rumney <jasonr@gnu.org>
4441
4442 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
4443
880820fe
KH
44442008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
4445
4446 * charset.c (Fdefine_charset_internal): Change the way of
4447 registering charsets in Vcharset_order_list.
4448 (syms_of_charset): Make the charset `eight-bit' supplementary.
4449
3cf8cdfb
CY
44502008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
4451
4452 * regex.c (EXTEND_BUFFER): Change order of pointer addition
4453 operations, to avoid having the difference between pointers
4454 overflow.
4455
ef6f5c0e
SM
44562008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4457
80e3db56
SM
4458 * indent.c (check_display_width): New fun.
4459 (scan_for_column): Use it.
4460
c397dc7a
SM
4461 * data.c (syms_of_data): Mark most-positive-fixnum and
4462 most-negative-fixnum as constants.
4463
bf6b4d58
SM
4464 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
4465
ef6f5c0e
SM
4466 * indent.c (scan_for_column): Extract from current_column_1.
4467 Merge with the same code from Fmove_to_column.
4468 (current_column_1, Fmove_to_column): Use it.
4469
72d5003d
SM
44702008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4471
12270607
SM
4472 * keymap.c (map_keymap_internal): New fun.
4473 (map_keymap): Use it.
4474 (Fmap_keymap_internal): New fun.
4475 (Fmap_keymap): Remove left-out test from before make_save_value.
4476
a10cca6c
SM
4477 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
4478
d7b10f4c
SM
4479 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
4480 Use XCAR/XCDR.
4481
5431bd6a
SM
4482 * process.h (struct Lisp_Process): Remove filter_multibyte.
4483 * process.c (QCfilter_multibyte): Remove.
4484 (setup_process_coding_systems): Don't use filter_multibyte.
4485 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
4486 (read_process_output): Don't adjust multibyteness to filter_multibyte.
4487 (Fset_process_filter_multibyte): Change the coding-system to
4488 approximate the previous behavior.
4489 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
4490 coding-system.
4491
72d5003d
SM
4492 * coding.c (decode_coding_object): When not decoding into a buffer,
4493 obey the coding system's preference of (uni|multi)byte.
4494
438eba3c
SM
44952008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
4498 every char is changed and has a different byte-length.
4499 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
4500 Fix int -> EMACS_INT.
4501
9ec3aaef 45022008-03-23 David Hansen <david.hansen@gmx.net>
a8e72f4f 4503
438eba3c 4504 * dbusbind.c (xd_read_message): Remove extra copying of message
a8e72f4f
MA
4505 strings. Check for NULL `interface' or `member'.
4506
b07103dc
EZ
45072008-03-22 Eli Zaretskii <eliz@gnu.org>
4508
4509 * w32.c (readdir): If FindFirstFile/FindNextFile return in
4510 cFileName a file name that includes `?' characters, use the 8+3
4511 alias in cAlternateFileName instead.
4512
5371d722
SM
45132008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
4516
6ba7f443
SM
45172008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
4520 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
4521 work on current_buffer only instead (that was already the case
4522 for some of the code anyway).
4523 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
4524 (temp_set_point, temp_set_point_both): Use EMACS_INT.
4525 (SET_PT, SET_PT_BOTH): Adjust.
4526 * intervals.h (set_point, temp_set_point, set_point_both)
4527 (temp_set_point_both): Remove redundant declarations.
4528
bf1c0f27
SM
45292008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * fileio.c (Finsert_file_contents):
4532 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
4533 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
4534 when buffer != current_buffer anyway.
4535
acab783e
AS
45362008-03-20 Andreas Schwab <schwab@suse.de>
4537
4538 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
4539 as default.
4540
d148e14d
JR
45412008-03-19 Jason Rumney <jasonr@gnu.org>
4542
4543 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
4544 (syms_of_w32fns): Initialize them.
4545 (HOURGLASS_ID): New constant.
4546 (x_window_to_frame): Don't check hourglass_window.
4547 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
4548 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
4549 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
4550 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
4551 Only change the cursor if hourglass is not active.
4552 (Fx_create_frame): Initialize frame's current_cursor.
4553 (hourglass_atimer): Remove.
4554 (hourglass_started): New function.
4555 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
4556 (show_hourglass): Adapt to w32, changing argument to frame.
4557
4558 * w32term.h (struct w32_output): Remove hourglass_window.
4559 Add current_cursor.
4560
4561 * eval.c (call_debugger, Fsignal):
4562 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
4563 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
4564 (Fexecute_extended_command, cancel_hourglass_unwind):
4565 * minibuf.c (read_minibuf):
4566 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
63558020 4567
a5c54077
JB
45682008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * window.c (run_funs): New fun.
4571 (run_window_configuration_change_hook): Use it to run the buffer-local
4572 and the global part of the hook.
4573
4574 * xdisp.c (format_mode_line_unwind_data): Add window argument.
4575 (unwind_format_mode_line): Restore selected window.
4576 (x_consider_frame_title, Fformat_mode_line): Set selected window.
4577
f9f3238f
SM
45782008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4579
253c3c82
SM
4580 * editfns.c (Fchar_equal): Check they are valid characters.
4581
f9f3238f
SM
4582 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
4583
065a118d
AS
45842008-03-17 Andreas Schwab <schwab@suse.de>
4585
0b8be006
AS
4586 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
4587 against a charset.
4588
065a118d
AS
4589 * lisp.h (Fbuffer_list): Declare.
4590
880820fe 45912008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d3b2a6da
JD
4592
4593 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
4594 handlebox_widget is != 0.
4595
6206d6c2
JL
45962008-03-16 Juri Linkov <juri@jurta.org>
4597
4598 * callint.c (Fcall_interactively): For interactive code letters
4599 'b' and 'B' put the buffer list into the list of default "future"
4600 values of the minibuffer.
4601
f5020181
AS
46022008-03-16 Andreas Schwab <schwab@suse.de>
4603
a864f6d6
AS
4604 * keyboard.c (read_key_sequence): Fix downcasing of letters with
4605 modifiers.
4606
f5020181
AS
4607 * regex.c (re_match_2_internal): Correct matching of a charset
4608 against latin-1 characters.
4609
03f244e2
KH
46102008-03-16 Kenichi Handa <handa@m17n.org>
4611
4612 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
4613 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
f9f3238f
SM
4614 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
4615 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
03f244e2
KH
4616 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
4617 CHAR_STRING_ADVANCE.
4618 (produce_chars): Fix for the case that the source and the
4619 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
4620 instead of CHAR_STRING_ADVANCE.
4621 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
4622 STRING_CHAR_ADVANCE.
4623
0e2501ed
AS
46242008-03-15 Andreas Schwab <schwab@suse.de>
4625
4626 * regex.c (re_match_2_internal): Correct matching of eight bit
4627 characters in unibyte strings.
4628
7723e095
MR
46292008-03-15 Martin Rudalics <rudalics@gmx.at>
4630
4631 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
4632 at end of range when it coincides with the end of the buffer.
4633
f507f365
EZ
46342008-03-14 Eli Zaretskii <eliz@gnu.org>
4635
294f1153
EZ
4636 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
4637
f507f365
EZ
4638 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
4639
64f0809d
JR
46402008-03-14 Jason Rumney <jasonr@gnu.org>
4641
956ae531
JR
4642 * editfns.c (initial_tz): New variable.
4643 (syms_of_editfns): Initialize it.
4644 (Fset_time_zone_rule): Set it when first called.
4645 Use it when TZSTRING is nil.
4646
64f0809d
JR
4647 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
4648 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
4649 (monitor_from_point_fn, get_monitor_info_fn): New globals.
4650 (globals_of_w32fns): Initialize them.
4651 (compute_tip_xy): Use them to position tooltips.
4652
21a4ff8e
GM
46532008-03-14 Glenn Morris <rgm@gnu.org>
4654
4655 * emacs.c (main): Revert previous change.
4656 (standard_args): Revert -internal-script back to -scriptload,
4657 and remove the long-option form.
4658
a09a5b5b
GM
46592008-03-13 Glenn Morris <rgm@gnu.org>
4660
4661 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
4662 Remove option -enable-font-backend.
4663
1c55ebd1
SM
46642008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
4667
880820fe 46682008-03-11 Jan Djärv <jan.h.d@swipnet.se>
c523e161
JD
4669
4670 * xterm.c (x_connection_closed): For GTK: If this is the last
4671 terminal just exit without closing the display.
4672
7145be81
JR
46732008-03-11 Jason Rumney <jasonr@gnu.org>
4674
4675 * w32font.c (w32font_full_name): Use floor to round.
4676
e6201af3 46772008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
ce9033f8
JD
4678
4679 * sound.c (alsa_configure): Declare vol at beginning of block.
4680
e6201af3 4681 * fontset.c (Ffontset_info): Remove extra semicolon.
ce9033f8 4682
390b81fa 46832008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
acd37560 4684
56388398
MB
4685 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
4686 size of resulting string.
af0ad939 4687
390b81fa 46882008-03-10 Jason Rumney <jasonr@gnu.org>
acd37560 4689
56388398 4690 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
acd37560 4691
390b81fa 46922008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
acd37560 4693
56388398
MB
4694 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
4695 Don't pretend as if characters with display property haven't been
4696 consumed for string-replacing-string case.
acd37560 4697
223ed6db
KS
46982008-03-08 Kim F. Storm <storm@cua.dk>
4699
4700 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
4701 (get_next_display_element, next_element_from_string)
4702 (next_element_from_ellipsis, next_element_from_buffer): Use it.
4703
28545f7c
AS
47042008-03-08 Andreas Schwab <schwab@suse.de>
4705
4706 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
4707
c960bff8
JR
47082008-03-06 Jason Rumney <jasonr@gnu.org>
4709
290afd83
JB
4710 * w32font.c (w32_registry): Take font_type argument. Use ANSI
4711 when charset not specified. Only translate ANSI to unicode when
c960bff8
JR
4712 font_type is truetype.
4713 (w32font_coverage_ok): New function.
4714 (add_font_entity_to_list): Use it to filter unsuitable fonts.
4715
87b8ce92
KH
47162008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4717
4718 * lread.c (Fread_char): Resolve modifiers.
4719 (Fread_char_exclusive): Likewise.
4720
4721 * character.c (char_resolve_modifier_mask): New function.
4722 (char_string): Use char_resolve_modifier_mask.
4723 (Fchar_resolve_modifiers): New function.
4724 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
4725 function.
4726
cefd56f6
JR
47272008-03-04 Jason Rumney <jasonr@gnu.org>
4728
4729 * makefile.w32-in: Always include w32font.c in the build.
4730 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
4731
03bd3c1f
AS
47322008-03-04 Andreas Schwab <schwab@suse.de>
4733
4734 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
4735 (versionclean): Likewise.
4736
6f69e89b
JB
47372008-03-04 Juanma Barranquero <lekktu@gmail.com>
4738
4739 * .cvsignore: Add oo.
4740
f4a3cc44
AS
47412008-03-03 Andreas Schwab <schwab@suse.de>
4742
4743 * coding.c (decode_coding_object): Inhibit gap shrinking while
4744 decoding in place.
4745
73f838ad
DN
47462008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4747
4748 * w32term.c: Remove unused include "gnu.h".
6f69e89b 4749 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
73f838ad
DN
4750
4751 * gnu.h: Rename to ...
4752 * emacs-icon.h: ... this.
4753 * xterm.c: Use emacs-icon.h instead of gnu.h.
4754 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
4755
ce9c1f06
JB
47562008-03-03 Juanma Barranquero <lekktu@gmail.com>
4757
4758 * w32font.c: Include math.h.
4759
34fd2d28
JR
47602008-03-03 Jason Rumney <jasonr@gnu.org>
4761
54efdcd1
JR
4762 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
4763 Compute options separately.
4764 (w32font_open_internal): Set glyph_idx before caching metrics.
4765
ce9c1f06
JB
4766 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
4767 Define if system headers don't.
4768 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
34fd2d28
JR
4769 (w32font_encode_char): Don't declare here.
4770
4771 * w32font.c (Quniscribe, QCformat): New symbols.
4772 (syms_of_w32font): Define them.
4773 (w32font_has_char): Indicate uncertainty.
ce9c1f06 4774 (w32font_encode_char): Encode as glyph point. Make static.
34fd2d28 4775 (recompute_cached_metrics): New function.
ce9c1f06
JB
4776 (w32font_open_internal): Use it. Set font to use glyph points
4777 initially. Set format based on type of font.
34fd2d28 4778 (w32font_text_extents, w32font_draw): Optionally use glyph points.
ce9c1f06
JB
4779 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
4780 on it. Set format based on information available here.
34fd2d28
JR
4781 (add_font_entity_to_list): Identify backend based on opentype_only.
4782
14daee73
AS
47832008-03-02 Andreas Schwab <schwab@suse.de>
4784
f907fb2e
AS
4785 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
4786
ce9c1f06
JB
4787 * coding.c (decode_coding_big5, produce_chars):
4788 Fix typos in last change.
14daee73 4789
c9cc6462
DN
47902008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
4791
4792 * gnu.h: New icon.
4793
119852e7
KH
47942008-03-02 Kenichi Handa <handa@m17n.org>
4795
4796 * coding.c (decode_coding_utf_8): When eol-type of CODING is
4797 `dos', don't decode '\r' if that is the last in the source.
4798 (decode_coding_utf_16, decode_coding_emacs_mule)
4799 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4800 (decode_coding_raw_text, decode_coding_charset): Likewise.
4801 (produce_chars): Don't decode EOL here. Use EMACS_INT.
4802
a823468b
JR
48032008-03-01 Jason Rumney <jasonr@gnu.org>
4804
4805 * w32font.c (w32font_full_name): Report point size for scalable fonts.
4806
4ddc7e30
KS
48072008-03-01 Kim F. Storm <storm@cua.dk>
4808
4809 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
4810
67997c79
JR
48112008-03-01 Jason Rumney <jasonr@gnu.org>
4812
4813 * w32font.c (w32font_full_name): New function.
4814 (w32font_open_internal): Use it.
4815
3f4e9c35
KS
48162008-03-01 Kim F. Storm <storm@cua.dk>
4817
4818 * dispnew.c (line_draw_cost): Fix invalid glyph check.
4819
f3b9e479
JR
48202008-03-01 Jason Rumney <jasonr@gnu.org>
4821
4822 * font.c (font_unparse_fcname): Increase len when style is a symbol.
4823
880820fe 48242008-03-01 Jan Djärv <jan.h.d@swipnet.se>
7ee480ce
JD
4825
4826 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
4827 xg_frame_resized when the event is for the edit widget.
4828
4829 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
4830
4831 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
4832 set_char_size.
4833 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
4834 operations on widgets here. Just set frame size if needed.
4835 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
4836 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
4837 (x_wm_set_size_hint): Set size hints on the edit widget only, not
4838 the whole frame.
4839 (xg_create_tool_bar): Move attachement of the tool bar to
4840 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
4841 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
4842
6c8acaa1
JR
48432008-03-01 Jason Rumney <jasonr@gnu.org>
4844
4845 * w32fns.c (w32_msg_pump): Disable debug code.
4846
51fb064b 48472008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
03eb5fab 4848
51fb064b 4849 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
cb681b34 4850
60221a33
CY
48512008-02-29 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * xdisp.c (next_overlay_string): Don't set
4854 overlay_strings_at_end_processed_p if we're currently reading from
4855 a display string.
4856
10cbc34f
SM
48572008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * xdisp.c (get_overlay_strings_1): Fix typo.
4860
73c0054e
CY
48612008-02-29 Chong Yidong <cyd@stupidchicken.com>
4862
4863 * xdisp.c (get_overlay_strings_1): Add missing argument type.
4864
ec1c4354
KH
48652008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
4866
55082642
KH
4867 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
4868
ec1c4354
KH
4869 * xdisp.c (display_mode_element): Cancel the previous change.
4870 (decode_mode_spec): Likewise.
ee548a94
KH
4871 (handle_auto_composed_prop): Don't make composition if it->string
4872 is a string.
ec1c4354 4873
b6d898a2
KS
48742008-02-27 Kim F. Storm <storm@cua.dk>
4875
4876 * lisp.h (GLYPH): Change type from int to struct with separate char
4877 and face_id members.
4878 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
4879 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
4880 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
4881 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
4882 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
4883 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
4884 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
4885 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
4886 handle new Lisp glyph code encoding, either an integer or a cons.
4887
4888 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
4889 (GLYPH_ALIAS): Delete.
4890 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
4891 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
4892 (GLYPH_FROM_CHAR): Replace macro by ...
4893 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
4894
4895 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
4896 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
4897 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
4898 (GLYPH_INVALID_P): New macro.
4899 (spec_glyph_lookup_face): Update prototype.
4900
4901 * dispnew.c (line_draw_cost): Adapt to new glyph type.
4902 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
4903 new glyph code encoding.
4904 (spec_glyph_lookup_face): No return value; update passed glyph instead.
4905 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
4906
4907 * xdisp.c (get_next_display_element, next_element_from_display_vector):
4908 Adapt to new glyph type and new glyph code encoding.
4909
4910 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
4911
4912 * indent.c (current_column, current_column_1, Fmove_to_column)
4913 (compute_motion): Adapt to new glyph code encoding.
4914
4915 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
4916
af2080a2
CY
49172008-02-27 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * process.c (wait_reading_process_output): Check for window
4920 changes caused by timers.
880820fe 4921 Suggested by Johan Bockgård.
af2080a2 4922
253ed25e
GM
49232008-02-27 Glenn Morris <rgm@gnu.org>
4924
4925 * emacs.c (USAGE1): Add `--disable-font-backend'.
4926
18a9f8d9
SM
49272008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
4930 is made to the buffer.
4931
0f8b27ea
SM
49322008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
4935 (face_at_string_position):
4936 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
4937 (face_at_string_position):
4938 * xdisp.c (display_string, next_overlay_change):
4939 * buffer.h (overlays_at):
4940 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
4941 Update callers.
4942
4e7c53ca
CY
49432008-02-26 Chong Yidong <cyd@stupidchicken.com>
4944
4945 * editfns.c (Fformat): Doc fix.
4946
51c01100
JB
49472008-02-26 Juanma Barranquero <lekktu@gmail.com>
4948
4949 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
4950 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
4951 (Ffont_otf_alternates, Fquery_font): Doc fixes.
4952
13cda5f9
SM
49532008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * buffer.c (Fbuffer_swap_text): New function.
4956 (syms_of_buffer): Defsubr it.
4957
8018d430
CY
49582008-02-25 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
4961
9bde1a21
JR
49622008-02-25 Jason Rumney <jasonr@gnu.org>
4963
4964 * w32font.c (w32font_draw): Draw one character at a time when padding.
4965
eeca6f6f
SM
49662008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
4969 Handle a nil arg. Use run_window_configuration_change_hook.
4970 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
4971 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
4972 Use run_window_configuration_change_hook.
4973
ec1c4354
KH
49742008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4975
4976 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
4977 1-pixel width.
4978
ae185452
KH
49792008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
4980
4981 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
4982 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
4983 if the glyph in the font is zero pixel with.
4984
4985 * dispextern.h (struct glyph_string): New member padding_p.
4986
4987 * w32font.c (w32font_draw): Pay attention to s->padding_p.
4988
4989 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
4990
4991 * xfont.c (xfont_draw): Pay attention to s->padding_p.
4992
4993 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
4994
eeca6f6f 4995 * font.c: If the font driver doesn't have `shape' function, return Qnil.
ae185452 4996
ffe832ea 49972008-02-25 Jason Rumney <jasonr@gnu.org>
c9029fe5 4998
ffe832ea 4999 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16782258 5000
06045130
SM
50012008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 Allow fine-grained image-cache flushing.
5004 * dispextern.h (struct image): Add `dependencies' field.
5005 (clear_image_caches): Change arg to Lisp_Object.
5006 * image.c (make_image): Initialize `dependencies' field.
5007 (clear_image_cache): Change arg to allow fine-grained flushing.
5008 Perform the flush even if image-cache-eviction-delay is nil.
5009 (clear_image_caches): Change arg to Lisp_Object.
5010 (Fclear_image_cache): Expand meaning of the argument.
5011 (mark_image): Mark `dependencies' field.
5012 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
5013 (lface_hash): Use XHASH rather than XFASTINT.
5014 (face_at_buffer_position): Fix int -> EMACS_INT position.
5015 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
5016 (select_frame_for_redisplay): Remove code duplication.
5017 (redisplay_internal): Adapt arg to call to clear_image_caches.
5018
9d2818d6
DN
50192008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5020
5021 * s/vms4-0.h:
5022 * s/vms4-2.h:
5023 * s/vms4-4.h:
5024 * s/vms5-5.h: Remove, unused.
5025
5026 * s/irix5-2.h:
5027 * s/irix6-0.h:
5028 * s/riscos5.h:
5029 * s/mach-bsd4-3.h:
2a2e8de7 5030 * m/mips4.h: Remove files for obsolete systems.
9d2818d6
DN
5031
5032 * Makefile.in:
5033 * filelock.c:
5034 * unexmips.c:
5035 * m/hp9000s300.h:
5036 * m/iris4d.h:
5037 * s/aix3-1.h:
5038 * s/hpux.h:
5039 * s/msdos.h:
5040 * s/usg5-0.h:
5041 * s/usg5-2-2.h:
5042 * s/usg5-2.h:
5043 * s/usg5-3.h: Remove references to obsolete variables.
5044
5045 * s/irix5-0.h: Remove, move all the contents ...
5046 * s/irix6-5.h: ... here. Simplify.
5047 * config.in: Regenerate.
5048
2a36efcf
JR
50492008-02-24 Jason Rumney <jasonr@gnu.org>
5050
c5ad7a3d 5051 * w32term.c (x_draw_glyph_string_background): Clear the background
2face669
JR
5052 manually when cleartype is in use.
5053 (x_draw_glyph_string_foreground): Draw text transparently when
5054 cleartype is in use.
5055
2a36efcf
JR
5056 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
5057 a font into it unless we have to.
5058
b03f96dc 50592008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
92a8ce63 5060
b03f96dc
MB
5061 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
5062 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
92a8ce63 5063
b03f96dc 50642008-02-18 Jason Rumney <jasonr@gnu.org>
92a8ce63 5065
b03f96dc 5066 * w32fns.c (Fw32_shell_execute): Encode parameters.
92a8ce63 5067
b03f96dc 50682008-02-09 Eli Zaretskii <eliz@gnu.org>
20f1ef2e 5069
b03f96dc 5070 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
32d0a9dc 5071
b03f96dc 50722008-02-05 Juanma Barranquero <lekktu@gmail.com>
20f1ef2e 5073
b03f96dc 5074 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
77d1daf2 5075
d5958163
CY
50762008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
5077
5078 * xterm.c (x_set_offset): Don't change the gravity if
5079 CHANGE_GRAVITY is -1.
5080
9997701e
CY
50812008-02-23 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * fileio.c (auto_save_error_occurred): New var.
5084 (auto_save_error): Set it.
5085 (Fdo_auto_save): Don't overwrite the error message if an auto-save
5086 error occurred.
5087
9d95a291
EZ
50882008-02-23 Eli Zaretskii <eliz@gnu.org>
5089
5090 * w32.c (globals_of_w32): Add initializations for
5091 g_b_init_get_sid_sub_authority and
5092 g_b_init_get_sid_sub_authority_count.
5093
43d1af23
SM
50942008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
5095
43a1d19b
SM
5096 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
5097 (font_parse_xlfd): Use them for sanity check.
608c3307 5098 (Finternal_set_font_style_table): Make sure the table is bijective.
43a1d19b 5099
354884c4
SM
5100 Consolidate the image_cache to the terminal struct.
5101 * termhooks.h (P_): Remove redundant def.
5102 (struct terminal): New field `image_cache'.
5103 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
5104 of FRAME_X_IMAGE_CACHE.
5105 * xterm.h (struct x_display_info): Remove image_cache field.
5106 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
5107 * w32term.h (struct w32_display_info): Remove image_cache field.
5108 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
5109 * macterm.h (struct mac_display_info): Remove image_cache field.
5110 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
5111 * xterm.c (x_term_init):
5112 * w32term.c (w32_term_init):
5113 * macterm.c (mac_term_init): Set the image_cache in the terminal.
5114 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
5115 Remove declarations.
5116 (clear_image_caches, mark_image_cache): New declarations.
5117 * xfaces.c (clear_face_cache):
5118 * xdisp.c (redisplay_internal): Use clear_image_caches.
5119 * image.c (clear_image_cache): Don't check that a frame is on
5120 a window-system before checking if it shares the same cache.
5121 (clear_image_caches): New function.
5122 (Fclear_image_cache): Use it.
5123 (mark_image): Move from allo.c.
5124 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
5125 * alloc.c (mark_image, mark_image_cache): Move to image.c.
5126 (mark_object): Don't call mark_image_cache for frames.
5127 (mark_terminals): Call mark_image_cache.
5128
c2e42690
SM
5129 * lisp.h (Fdelete_terminal): Declare.
5130
43d1af23
SM
5131 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
5132 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
5133 wrong_type_argument.
5134
cc8d1311
KH
51352008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
5136
5137 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
4a4bdfc7 5138 malayalam.el, and tamil.el. Add sinhala.el.
cc8d1311 5139
6bd92640
SM
51402008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * xterm.c (x_connection_closed): Consolidate identical tests.
5143 (x_delete_terminal): Don't crash if called via x_connection_closed.
5144
a73b5627
KH
51452008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
5146
5147 * xdisp.c (decode_mode_spec): New arg string.
6bd92640 5148 (display_mode_element): Adjust for the above change.
a73b5627 5149
1b511542
SM
51502008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * callint.c (Fcall_interactively): Use AREF.
5153
81aefea4
SM
51542008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
5157
880820fe 51582008-02-18 Jan Djärv <jan.h.d@swipnet.se>
2d7117fe
JD
5159
5160 * xfns.c (Fx_show_tip): Set string to " " if empty.
5161
a2b84f35
DN
51622008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
5163
5164 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
5165 with Qt.
5166
43c0454d
KH
51672008-02-17 Kenichi Handa <handa@m17n.org>
5168
5169 * ftfont.c (ftfont_shape): Return Lispy number.
5170
5171 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
5172 for GCs.
5173 (Finternal_set_font_selection_order): Call font_update_sort_order
5174 only when enable_font_backend is set.
5175 (realize_x_face): Set face->font_info to that of default face only
5176 when enable_font_backend is set.
5177
5178 * xdisp.c (handle_composition_prop): Set it->c to the fist
5179 characte of the composed region.
5180 (fill_composite_glyph_string): Set base_face->font_info to
5181 s->font_info. Get a face for ascii from base_face->ascii_face.
5182 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
5183 with a face already decided.
5184 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
5185 non-negative.
978bef9a
JB
5186 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
5187 call font_prepare_composition unconditionally.
43c0454d 5188
978bef9a 5189 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
43c0454d
KH
5190
5191 * xterm.h (struct x_display_info): New member font.
5192
5193 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
5194 (x_set_mouse_face_gc, x_new_font): Likewise.
5195 (x_term_init): Setup display_info->font.
5196 (x_delete_terminal): Free display_info->font.
5197
5198 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
5199
5200 * ftxfont.c (ftxfont_default_fid): Delete it.
5201 (ftxfont_open): Set xfont->fid to 0.
978bef9a 5202 (ftxfont_end_for_frame): Clear data specific to the frame and the
43c0454d
KH
5203 font-driver.
5204
5205 * xftfont.c (xftfont_default_fid): Delete it.
5206 (xftfont_open): Set xfont->fid to 0.
5207
5208 * fontset.c (FONTSET_OBJLIST): New macro.
5209 (fontset_find_font): Update font-object list of the fontset.
5210 (free_realized_fontset): New function.
5211 (free_face_fontset): Call free_realized_fontset.
5212 (Ffont_info): Call font_close_object only when enable_font_backend
5213 is set.
5214
5215 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
5216 [HAVE_NTGUI]: Include w32term.h.
5217 [MAC_OS]: Include macterm.ch.
5218 (font_otf_ValueRecord): Use make_number.
5219 (font_finish_cache): Fix handling of reference count.
5220 (font_clear_cache): Update num_fonts.
5221 (font_open_entity): Update smallest_char_width and
5222 smallest_font_height of the frame.
5223 (font_close_object): Update num_fonts.
5224 (Fclear_font_cache): Fix finding the target cache data.
5225
be617367
GM
52262008-02-16 Glenn Morris <rgm@gnu.org>
5227
5228 * fontset.c (Finternal_char_font): Fix compilation warning.
5229
2930d117
EZ
52302008-02-16 Eli Zaretskii <eliz@gnu.org>
5231
634d3003
EZ
5232 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
5233 instead of char arrays. Enlarge the size of array passed to
5234 get_token_information.
5235
2930d117
EZ
5236 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
5237 warnings.
5238
79214046
DN
52392008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
5240
5241 * .gdbinit: Don't set `args', it breaks gdb --args.
5242
7f5d2c72
SM
52432008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
5246 within a narrowed buffer.
5247
6edacc43
KH
52482008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
5249
b270d6af
JB
5250 * coding.c (decode_coding_object, encode_coding_object):
5251 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
6edacc43 5252
174105f7
SM
52532008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5254
b270d6af
JB
5255 * coding.c (coding_set_destination): Use BEG_BYTE rather than
5256 hardcoding 1.
13818c30
SM
5257 (detect_coding_system):
5258 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
5259 (string_char_to_byte, string_byte_to_char, insert_from_gap):
5260 * insdel.c (insert_from_gap):
5261 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
5262 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
5263 (string_to_multibyte):
5264 * character.c (chars_in_text, multibyte_chars_in_text):
5265 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
5266
f1c99628
SM
5267 * character.h (FETCH_STRING_CHAR_ADVANCE)
5268 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
5269 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
5270 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
5271
7927d8e3
SM
5272 * casefiddle.c (casify_region): Only call after-change and composition
5273 functions on the part of the region that was changed.
5274
adf6a429 5275 * keyboard.c (read_avail_input):
174105f7
SM
5276 * frame.c (Fdelete_frame): Call Fdelete_terminal.
5277
3ee24aec
SM
52782008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
5281 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
5282
4ed4b975
JB
52832008-02-11 Juanma Barranquero <lekktu@gmail.com>
5284
5285 * w32menu.c (push_submenu_start, push_submenu_end)
5286 (push_left_right_boundary, push_menu_pane, push_menu_item):
5287 * keyboard.c (read_key_sequence): Don't pass args with side effects
5288 to AREF, it fails when compiling with -DENABLE_CHECKING.
5289
79e3bfb8
KH
52902008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
5291
4ed4b975
JB
5292 * Makefile.in (${lispsource}international/charprop.el):
5293 Delete this target.
6e76043f 5294
79e3bfb8
KH
5295 * search.c (boyer_moore): Fix incorrect synching of the trunk and
5296 emacs-unicode-2.
5297
5b8de9c5
SM
52982008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5299
5300 * terminal.c (Fdelete_terminal): Clean up the `force' path.
5301
eac1939a
SM
53022008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5303
c53956fe
SM
5304 * frame.c (Qnoelisp): New symbol.
5305 (syms_of_frame): Initialize it.
5306 (Fdelete_frame): Use it to distinguish a mere `force' passed from
5307 someharmles Elisp code, from a strong `force' from x_connection_closed.
5308 * frame.h (Qnoelisp): Declare.
5309 * xterm.c (x_connection_closed): Pass `noelisp'.
5310
eac1939a
SM
5311 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
5312 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
5313 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
5314 rather than `int' for the type of `type'.
5315
13f6772b
DN
53162008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5317
5318 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
5319
5320 * Makefile.in (GNUC): Remove support for gcc-1.x.
5321
e8455367
RS
53222008-02-10 Richard Stallman <rms@gnu.org>
5323
5324 * lisp.h (ASET): Use AREF, not ASLOT.
5325
4b75ffab
SM
53262008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * lisp.h (ASET): Check bounds.
5329
d224e8c2
GM
53302008-02-10 Glenn Morris <rgm@gnu.org>
5331
5332 * buffer.c (mode-name): Doc fix.
5333
4624371d
DN
53342008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5335
290afd83
JB
5336 * Makefile.in:
5337 * emacs.c:
5338 * gmalloc.c:
5339 * keyboard.c:
5340 * lisp.h:
5341 * m/ibm370aix.h:
5342 * process.c:
5343 * regex.c:
5344 * s/hpux.h:
5345 * sysdep.c:
5346 * sysselect.h:
5347 * systty.h:
5348 * unexec.c:
5349 * w32term.c:
5350 * xsmfns.c:
5351 * xterm.c: Remove code that deals with obsolete variables.
4624371d
DN
5352
5353 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
5354
5355 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
5356 nothing else needs it anymore.
5357
274ec34b
EZ
53582008-02-09 Eli Zaretskii <eliz@gnu.org>
5359
5360 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
5361 instead of unibyte_char_to_multibyte.
5362
deeaffe1
DN
53632008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5364
5365 * s/gnu-linux.h: Remove commented out code.
5366
4ed4b975 5367 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
deeaffe1
DN
5368
5369 * Makefile.in: Update what RMS says about using autoconf.
4ed4b975 5370 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
c3f9fba8 5371 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
deeaffe1
DN
5372 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
5373 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
5374
68b587a6
SM
53752008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5376
9141ca5e
SM
5377 * keymap.c (Fkey_description): Move side effect outside of macro call.
5378
dfae5f9a 5379 * xfaces.c (Finternal_make_lisp_face):
b1ebcadb
SM
5380 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
5381
ff7a2223
SM
5382 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
5383 (syms_of_fontset): Use ASET.
5384
68b587a6
SM
5385 * fns.c (concat): Move side effect outside of macro call.
5386 (hash_clear): Use ASET.
5387
a31787b1
RS
53882008-02-08 Richard Stallman <rms@gnu.org>
5389
5390 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
5391 If FORCE, and frame has a surrogate minibuffer for another frame,
5392 delete the other frame first.
5393
987be29b 53942008-02-07 Timo Savola <timo.savola@iki.fi>
1540a61a
JD
5395
5396 * xterm.c (x_detect_focus_change): Handle embed client message.
5397 (handle_one_xevent): Ditto.
5398 (handle_one_xevent): If embedded and we get a button press/release,
5399 request focus.
5400 (xembed_set_info, xembed_send_message): New functions.
5401 (x_make_frame_visible): Call xembed_set_info if embedded.
5402 (x_make_frame_invisible): Call xembed_set_info if embedded.
5403 (x_term_init): Initialize Xatom_XEMBED.
5404 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
5405 (x_iconify_frame): Ditto.
5406
5407 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
5408 (enum xembed_info, enum xerm srmbed_message, enum xembed_focus)
5409 (enum xembed_modifier, enum xembed_accelerator): New.
5410 (xembed_set_info, xembed_send_message): Declare.
5411 (FRAME_X_EMBEDDED_P): New.
5412
5413 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
5414 gtk_plug_new.
5415
5416 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
5417 window ID of a frame.
5418 (x_window): Reparent frame if embedded.
5419 (Fx_create_frame): Don't set border width if embedded.
5420
1f204af3 5421 * emacs.c (USAGE3): Add --parent-id.
1540a61a
JD
5422 (standard_args): Ditto.
5423
880820fe 54242008-02-07 Jan Djärv <jan.h.d@swipnet.se>
f937a7db
JD
5425
5426 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
5427
92413ef3
JD
54282008-02-07 Jim Meyering <meyering@redhat.com>
5429
6f69e89b 5430 Use "do...while (0)", not "if (1)...else" in macro definitions.
987be29b
RF
5431 The latter provokes a warning from gcc about the empty else, when
5432 followed by ";". Also, without that trailing semicolon, it would
5433 silently swallow up any following statement.
c3f9fba8 5434 * syntax.h (SETUP_SYNTAX_TABLE)
987be29b
RF
5435 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
5436 * buffer.h (DECODE_POSITION): Likewise.
5437 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
5438 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
5439 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
5440 (FETCH_CHAR_ADVANCE): Likewise.
5441 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
92413ef3 5442
03fa5713
GM
54432008-02-07 Jim Meyering <meyering@redhat.com>
5444
5445 * lread.c [lint]: Don't include <sys/inode.h>.
5446
3ae565b3
SM
54472008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * xselect.c (x_handle_dnd_message):
5450 * xmenu.c (digest_single_submenu, xmenu_show):
5451 * xdisp.c (with_echo_area_buffer_unwind_data)
5452 (format_mode_line_unwind_data, unwind_format_mode_line)
5453 (display_menu_bar):
5454 * eval.c (Ffetch_bytecode):
5455 * doc.c (store_function_docstring):
5456 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
5457 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
5458 * buffer.c (add_overlay_mod_hooklist): Use ASET.
5459
146b6e55
KH
54602008-02-07 Kenichi Handa <handa@m17n.org>
5461
5462 * ftxfont.c (ftxfont_open): Don't set
5463 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
5464
5465 * ftfont.c (ftfont_open): Fix previous change.
5466
46a923ac
JR
54672008-02-06 Jason Rumney <jasonr@gnu.org>
5468
5469 * w32font.c (w32font_text_extents): Fill in lbearing metric.
5470 Use cached metrics for ASCII characters.
3ae565b3
SM
5471 (w32font_open_internal): Don't set font's owning_frame.
5472 Cache metrics for ASCII characters.
46a923ac
JR
5473
5474 * w32font.h (struct w32font_info): Add ascii_metrics.
5475 Remove owning_frame.
5476
da7d7c21
KH
54772008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
5478
5479 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
5480 to negative value.
5481
5482 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
5483
3ae565b3 5484 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
da7d7c21
KH
5485
5486 * charset.c (syms_of_charset): Set QCtest and Qeq.
5487
c62c8ddb
SM
54882008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5489
ca319910
SM
5490 * process.c (Fstart_process):
5491 * callproc.c (Fcall_process): Handle the case where
5492 Funhandled_file_name_directory returns nil.
5493
76860cbb
SM
5494 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
5495 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
f9ffa1ea
SM
5496 * font.c (check_gstring): Use them and AREF to access the vector before
5497 we know it's really a gstring.
5498 (Ffont_shape_text): Fix typo.
5499 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
76860cbb 5500
15139d67
SM
5501 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
5502 Declare.
5503
c62c8ddb
SM
5504 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
5505
04b65d2b
JR
55062008-02-05 Jason Rumney <jasonr@gnu.org>
5507
5508 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
5509 Set smallest_font_height and smallest_char_width in display info.
5510
fccaebfd
KH
55112008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5512
5513 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
5514
e7d7fd8c
MB
55152008-02-05 Miles Bader <miles@gnu.org>
5516
5517 * xfaces.c (get_lface_attributes, merge_named_face)
5518 (lookup_named_face, lookup_derived_face, realize_named_face):
5519 Revert 2008-02-01 change by cyd@stupidchicken.com.
5520
3d4448a8
KH
55212008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
5522
5523 * fontset.c (Ffontset_info): Handle the case of inhibitting the
5524 fallback fonts.
15139d67 5525 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
3d4448a8 5526
5ace1ec1
JR
55272008-02-04 Jason Rumney <jasonr@gnu.org>
5528
5529 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
5530 set full_name.
e3a77b22 5531 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
5ace1ec1 5532
ffe42183
JR
55332008-02-03 Jason Rumney <jasonr@gnu.org>
5534
5535 * makefile.w32-in (OBJ1): Include font.o here.
5536 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
5537
526dc3b3
JR
55382008-02-02 Jason Rumney <jasonr@gnu.org>
5539
a0fece35 5540 * makefile.w32-in (temacs): Bump EMHEAP to 21.
526dc3b3 5541
af805c82
JR
55422008-02-01 Jason Rumney <jasonr@gnu.org>
5543
5544 * s/cygwin.h: Define VIRT_ADDR_VARIES.
5545
5546 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
5547
7f6519c5
AS
55482008-02-01 Andreas Schwab <schwab@suse.de>
5549
1f45f627 5550 * Makefile.in (shortlisp, lisp): Update for rename of
7f6519c5 5551 ../lisp/language/myanmar.el.
7f6519c5 5552
26f8aa27
CY
55532008-02-01 Chong Yidong <cyd@stupidchicken.com>
5554
1f45f627 5555 * xfaces.c (get_lface_attributes): Delete function.
26f8aa27
CY
5556 (merge_named_face, lookup_named_face, lookup_derived_face)
5557 (realize_named_face): Call lface_from_face_name directly, and use
5558 the fact that merge_face_vectors does not alter its FROM argument.
5559
73acf815 55602008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5561
5562 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
1f45f627 5563 input in the default locale. Handle non-Unicode multibyte input.
aca7a3d2 5564
73acf815 55652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5566
5567 * fontset.c (reorder_font_vector): Exclude nil elements from the
5568 font group. Don't try multiple fonts.
15139d67 5569 (fontset_font): Adjust for the above change.
aca7a3d2
MB
5570 (Finternal_char_font): Return nil if the found font doesn't
5571 contain the character ch.
5572
4c4475a8 5573 * Makefile.in (lisp, shortlisp): Add cham.el.
aca7a3d2 5574
73acf815 55752008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5576
5577 * font.h (FONTP): Make it return 1 also for a font-object.
5578
5579 * .gdbinit (xfontset): New function.
5580
5581 * font.c (font_find_for_lface): Check if the character C is
5582 supported or not only for the first font.
5583
5584 * fontset.c (reorder_font_vector): Fix typo.
5585 (fontset_find_font): Don't add a font-spec specifying a script.
5586 Use 0 (not Qt) for the indication of empty font-group. Change the
5587 format of RFONT-DEF. Return Qt if no font in the font-group
5588 support the character.
15139d67 5589 (fontset_font): Adjust for the above change. If no font was
aca7a3d2 5590 found the character, remember that.
15139d67 5591 (face_for_char): Adjust for the change of RFONT-DEF.
aca7a3d2
MB
5592 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
5593 no font for the target.
15139d67 5594 (Finternal_char_font): Adjust for the change of RFONT-DEF.
aca7a3d2 5595
73acf815 55962008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5597
5598 * font.c (font_load_for_face): Handle the case that the font in
5599 face->lface is a string.
5600
73acf815 56012008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5602
1f45f627 5603 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
aca7a3d2 5604
73acf815 56052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5606
5607 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
5608 Fix previous change. If the frame is not on a window system,
5609 signal an error.
5610
73acf815 56112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5612
4c4475a8
GM
5613 * coding.c (decode_coding_object, encode_coding_object): Adjust
5614 marker positions after conversion.
aca7a3d2
MB
5615
5616 * lisp.h (struct Lisp_Marker): New member need_adjustment.
5617
73acf815 56182008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5619
5620 * font.c (font_find_for_lface): Fix the handling of the return
5621 value of font_has_char.
5622 (Ffont_shape_text): Fix previous change.
5623
5624 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
5625 (fontset_ref_and_range): Delete it.
5626 (fontset_find_font): Call char_table_ref_and_range instead of
5627 FONTSET_REF_AND_RANGE.
5628 (make_fontset): Don't setup font groups of Latin here.
5629 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
5630 (new_fontset_from_font): Make the specified font the default for
5631 all Latin characters.
5632
73acf815 56332008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5634
5635 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
5636 is on a window system before accessing the fontset of the frame.
5637
73acf815 56382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5639
1f45f627 5640 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
aca7a3d2
MB
5641
5642 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
5643 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
5644
5645 * font.c (Ffont_shape_text): If the font driver doesn't have a
5646 shaper function, make zero-width glyphs to have at least one-pixel
5647 width. Fix setting of `to' field of glyphs.
5648
73acf815 56492008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5650
5651 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
5652 glyphs.
5653
1f45f627 5654 * font.h (struct font_driver): Improve docstring of member `shape'.
aca7a3d2 5655
73acf815 56562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5657
5658 * composite.c (syms_of_composite): Fix docstring of
5659 auto-composition-function.
5660
5661 * font.h (LGLYPH_SIZE): New macro.
5662
5663 * font.c (Ffont_fill_gstring): Stop filling when a character not
5664 supported by the font is found.
5665 (Ffont_shape_text): When a shape callback function returns nil,
5666 try at most two more times with larger gstring.
15139d67 5667 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
aca7a3d2
MB
5668
5669 * xdisp.c (handle_auto_composed_prop): Change the argument to
5670 auto-composition-function.
5671
5672 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
5673 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
5674 Lispy glyph and store it in the lgstring.
5675
5676 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
5677
5678 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
5679
73acf815 56802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5681
5682 * font.c (Ffont_shape_text): Avoid unnecessary composition.
5683
5684 * fontset.c (Vfont_encoding_charset_alist): New variable.
5685 (syms_of_fontset): DEFVAR it.
4c4475a8
GM
5686 (reorder_font_vector, fontset_find_font): Optimize for the case of
5687 no need of reordering.
aca7a3d2
MB
5688 (face_for_char): Map the charset property by
5689 Vfont_encoding_charset_alist.
5690
73acf815 56912008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5692
5693 * w32font.c (logfonts_match): Don't check adstyle here.
5694 (font_matches_spec): Check here against physical font instead.
5695 (add_font_entity_to_list): Avoid some substitutions.
5696
5697 * font.c (font_parse_fcname): Default weight and slant to normal.
5698 (font_score): Prefer normal fonts if weight or slant unspecified.
5699 (font_score) [WINDOWSNT]: Scale weight difference down to closer
5700 match freetype scores.
5701
73acf815 57022008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5703
5704 * w32font.c (w32font_text_extents): Don't use the frame stored in the
5705 font, as it may have been deleted.
5706 (w32_enumfont_pattern_entity): Map generic family to adstyle using
5707 most common hyphenless variation.
5708 (logfonts_match): Check generic family.
5709 (font_matches_spec): Don't check generic family here.
5710 (fill_in_logfont): Set generic family based on adstyle.
5711
5712 * w32font.h (w32font_get_cache): Update declaration.
5713
73acf815 57142008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5715
5716 * ftfont.c (ftfont_get_cache): Adjust the argument type.
5717
15139d67 5718 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
dde8403f 5719 If none of the new drivers are available, call font_update_drivers
aca7a3d2
MB
5720 with the old drivers.
5721
5722 * w32font.c (w32font_get_cache): Adjust the argument type.
5723
5724 * xfont.c (xfont_get_cache): Adjust the argument type.
5725
5726 * font.h (struct font_driver): Change argument type of get_cache.
5727
5728 * xftfont.c (xftfont_start_for_frame): Delete prototype.
5729
5730 * font.c (Ffont_get): Fix arguments to Fassoc.
15139d67 5731 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
aca7a3d2 5732 (font_clear_cache): New function.
4c4475a8 5733 (font_list_entities, font_matching_entity): Use font_get_cache.
15139d67 5734 (font_update_drivers): Call font_clear_cache when finishing a driver.
aca7a3d2
MB
5735
5736 * fontset.c (fontset_find_font): Fix previous change.
5737
73acf815 57382008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5739
5740 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
5741 dpyinfo->font_table.
5742 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
15139d67 5743 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
aca7a3d2
MB
5744
5745 * font.c (font_at): Handle the case that the arg C is negative.
5746 Handle the unibyte case.
5747 (Ffont_at): Call font_at with the arg C -1.
5748
5749 * xdisp.c (handle_auto_composed_prop): Don't get a character at
15139d67
SM
5750 the position here, and call font_at with the arg C -1.
5751 Don't check the range of the existing composition at the point.
aca7a3d2 5752
73acf815 57532008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5754
15139d67 5755 * fontset.c (fontset_add): New args charset_id and family.
1f45f627 5756 Change caller.
4c4475a8
GM
5757 (load_font_get_repertory, fontset_find_font): Assume that
5758 font_spec is always a font-spec object.
aca7a3d2
MB
5759 (Fset_fontset_font): Always store a font-spec object in a fontset.
5760
5761 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
5762 instead of get_property_and_range.
5763
73acf815 57642008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5765
5766 * xftfont.c (struct xftfont_info): Delete the member ft_face.
5767 (xftfont_open): Don't keep locking face.
5768 (xftfont_close): Don't unlock face.
4c4475a8 5769 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
aca7a3d2
MB
5770
5771 * fontset.c (fontset_find_font): Don't prefer a font of
5772 supplementary charset.
5773
73acf815 57742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5775
1f45f627
GM
5776 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
5777 script, langsys_tag to langsys, new member script.
aca7a3d2
MB
5778 (OTF_TAG_STR): Terminate by '\0'.
5779 (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the
5780 listing to the script specified in that property. Fix arg to
5781 OTF_check_features.
5782
73acf815 57832008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5784
5785 * w32font.h: New file.
5786
5787 * w32font.c: Include it.
5788 (struct w32font_info): Add owning_frame field. Move to w32font.h.
5789 (w32font_open): Set owning_frame.
5790 (w32font_text_extents): Use owning_frame.
5791 (struct font_callback_data): Add opentype_only field.
5792 (add_font_entity_to_list): Use it to filter fonts.
5793 Don't check against full name.
5794 (w32font_list_internal): New function.
5795 (w32font_list): Use it.
5796 (w32font_match_internal): New function.
5797 (w32font_match): Use it.
5798 (w32font_open_internal): New function.
5799 (w32font_open): Use it.
5800 (w32font_get_cache, w32font_close, w32font_has_char)
5801 (w32font_encode_char, w32font_text_extents, w32font_draw):
5802 Make non-static.
5803
5804 * makefile.w32-in (w32font.o): Depend on w32font.h.
5805
73acf815 58062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5807
5808 * charset.c (Fdefine_charset_internal): Record a supplementary
5809 charset at the tail of Vcharset_order_list.
5810
5811 * font.c (Ffont_shape_text): Fix the return value.
5812
5813 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
5814
5815 * xdisp.c (handle_auto_composed_prop): Fix previous change.
5816
73acf815 58172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5818
5819 * ftfont.c (struct OpenTypeSpec): New struct.
5820 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
5821 (ftfont_get_open_type_spec): New function.
5822 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
5823
15139d67 5824 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
aca7a3d2 5825
73acf815 58262008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5827
5828 * w32font.c (add_font_entity_to_list): Compare only the beginning
5829 of full name.
5830
73acf815 58312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 5832
15139d67
SM
5833 * xdisp.c (handle_auto_composed_prop): Simplify the code.
5834 Never return HANDLED_RECOMPUTE_PROPS.
aca7a3d2 5835
73acf815 58362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
5837
5838 * font.c (font_gstring_produce): Delete it.
5839
15139d67
SM
5840 * composite.h (COMPOSITION_METHOD):
5841 Handle COMPOSITION_WITH_GLYPH_STRING.
aca7a3d2 5842
73acf815 58432008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5844
15139d67 5845 * xfont.c (Qx): Delete.
aca7a3d2
MB
5846 (syms_of_xfont): Don't initialize Qx.
5847
15139d67
SM
5848 * composite.h (enum composition_method):
5849 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
aca7a3d2 5850
73acf815 58512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5852
5853 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
5854 (choose_face_font): Accept new form of font-spec.
5855
5856 * frame.h (font_driver_list): Declare it unconditionally.
5857 (struct frame): Define members font_driver_list and font_data_list
5858 unconditionally.
5859
5860 * fontset.c: Include "font.h" unconditionally.
15139d67 5861 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
aca7a3d2
MB
5862 (Fset_fontset_font): Accept a font-spec object.
5863
5864 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
5865 PIXEL_SIZE part a wild card.
5866
5867 * dispextern.h (struct glyph_string): Define members clip and
5868 num_clips unconditionally.
5869 (struct face): Define members font_info and extra unconditionally.
5870
5871 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
5872 ftfont_info only when HAVE_LIBOTF is defined.
5873
73acf815 58742008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
5875
5876 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
5877 and end.
5878
73acf815 58792008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5880
5881 * w32font.c (w32font_driver): Add new fields.
5882
73acf815 58832008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2 5884
aca7a3d2
MB
5885 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
5886 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
5887 (LIBES): Add @M17N_FLT_CFLAGS@.
5888
5889 * composite.c (compose_text): Don't treat the new style
5890 composition specially.
5891
5892 * emacs.c (main): Call syms_of_font unconditionally.
5893
5894 * font.h (FONT_ENTITY_NOT_LOADABLE)
5895 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
15139d67 5896 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
aca7a3d2 5897 (struct font_driver): New member shape.
1f45f627 5898 (font_registry_charsets): Extern it.
4c4475a8 5899 (font_find_for_lface, font_prepare_composition): Adjust prototype.
aca7a3d2
MB
5900 (font_otf_capability, font_drive_otf): Delete their externs.
5901
5902 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
4c4475a8
GM
5903 (font_charset_alist, font_registry_charsets): Move from xfont.c
5904 and rename.
aca7a3d2
MB
5905 (font_prop_validate_otf): New function.
5906 (font_property_table): Register it for QCotf.
5907 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
15139d67 5908 (font_drive_otf): Delete.
1f45f627 5909 (font_prepare_composition): New arg F. Adjust for the change of
aca7a3d2
MB
5910 lispy gstring.
5911 (font_find_for_lface): New arg C.
15139d67 5912 (font_load_for_face): Adjust for the change of font_find_for_lface.
4c4475a8
GM
5913 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
5914 lispy gstring.
aca7a3d2
MB
5915 (Ffont_shape_text): New function.
5916 (Fopen_font): If the font size is not given, use 12-pixel.
5917 (Ffont_at): New arg STRING.
15139d67
SM
5918 (syms_of_font): Initalize font_charset_alist.
5919 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
aca7a3d2
MB
5920 conditionally.
5921
5922 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
5923 fonts of the same font-spec. Change the format of RFONT-DEF.
4c4475a8
GM
5924 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
5925 Adjust for the change of RFONT-DEF.
15139d67 5926 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
aca7a3d2
MB
5927
5928 * ftfont.h: New file.
5929
5930 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
5931 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
5932 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
5933 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
5934 font_otf_capability and font_drive_otf, set ftfont_shape.
15139d67 5935 (ftfont_list): Adjust for the change of :otf property value.
aca7a3d2
MB
5936 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
5937 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
5938 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
1f204af3 5939 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
aca7a3d2
MB
5940 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
5941 (otf_gstring, gstring, m17n_flt_initialized): New variables.
5942
15139d67
SM
5943 * w32term.c (x_draw_composite_glyph_string_foreground):
5944 Adjust for the change of lispy gstring.
aca7a3d2 5945
15139d67 5946 * xdisp.c (handle_composition_prop): Adjust for the change of
aca7a3d2 5947 lispy gstring. Call a function for auto-composition with the
15139d67
SM
5948 third arg it->window.
5949 (fill_composite_glyph_string): Adjust for the change of lispy string.
5950 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
aca7a3d2 5951
15139d67 5952 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
5953 font_find_for_lface.
5954
1f45f627
GM
5955 * xfont.c (x_font_charset_alist): Move to font.c and rename.
5956 (xfont_registry_charsets): Likewise. Change caller.
aca7a3d2
MB
5957 (syms_of_xfont): Don't handle x_font_charset_alist.
5958
5959 * xftfont.c: Include "ftfont.h".
15139d67 5960 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
aca7a3d2
MB
5961 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
5962 (xftfont_close) [HAVE_LIBOTF]: Close otf.
5963 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
15139d67
SM
5964 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
5965 Set xftfont_driver.shape to xftfont_shape.
aca7a3d2 5966
15139d67 5967 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
5968 the change of lispy gstring.
5969
73acf815 59702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5971
5972 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
5973
73acf815 59742008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5975
5976 * w32font.c (w32font_draw): Fill background manually.
5977
73acf815 59782008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
5979
5980 * font.c (Qfontp): Remove unused symbol.
5981 (QCantialias): New symbol.
5982 (syms_of_font): Define it.
5983 (font_property_table): Set a validator for QCantialias.
5984
15139d67
SM
5985 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
5986 Define if not already.
aca7a3d2
MB
5987 (QCfamily): Share with xfaces.c.
5988 (Qstandard, Qsubpixel, Qnatural): New symbols.
1f45f627 5989 (syms_of_w32font): Define them. Don't define QCfamily here.
aca7a3d2
MB
5990 (w32_antialias_type, lispy_antialias_type): New functions.
5991 (w32_enumfont_pattern_entity): New arg requested_font.
5992 Set antialias parameter if non-default was requested.
5993 (fill_in_logfont): Fill in lfQuality if :antialias specified.
5994
73acf815 59952008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
5996
5997 * lread.c (read1): Undo the previous change.
5998
73acf815 59992008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
aca7a3d2
MB
6000
6001 * frame.c (Fdelete_frame): Call font_update_drivers only when
6f69e89b 6002 USE_FONT_BACKEND is defined.
aca7a3d2 6003
73acf815 60042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6005
6006 * font.h (struct font_bitmap): New member bits_per_pixel.
6007 (struct font_driver): New members start_for_frame and end_for_frame.
6008 (struct font_data_list): New struct.
6009 (font_put_frame_data, font_get_frame_data): Extern them.
6010
6011 * frame.h (struct frame): New member font_data_list.
6012
6013 * font.c (font_update_drivers): Call driver->start_for_frame and
6014 driver->end_for_frame at proper timings.
6015 (font_put_frame_data, font_get_frame_data): New functions.
6016 (Ffont_spec): Add usage in the docstring.
6017
6018 * frame.c (make_frame): Initialize f->font_data_list to NULL.
6019 (Fdelete_frame): Call font_update_drivers.
6020
6021 * xftfont.c (struct xftface_info): Delete the member xft_draw.
4c4475a8 6022 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
aca7a3d2
MB
6023 (xftfont_get_xft_draw): New function.
6024 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
6025 (xftfont_end_for_frame): New function.
6026 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
6027
15139d67 6028 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
1f45f627 6029 Change argument. Cache GCs in the per-frame data.
aca7a3d2
MB
6030 (struct ftxfont_frame_data): New struct.
6031 (ftxfont_draw_bitmap): New arg gc_fore and flush.
6032 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
15139d67 6033 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
aca7a3d2
MB
6034 (ftxfont_end_for_frame): New function.
6035 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
6036
6037 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
6038
73acf815 60392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6040
6041 * xselect.c (Vselection_coding_system)
6042 (Vnext_selection_coding_system): Delete them.
6043 (syms_of_xselect): Don't declare selection-coding-system and
6044 next-selection-coding-system. They are declared in select.el.
6045
73acf815 60462008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6047
6048 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
6049
6050 * w32fns.c: Include imm.h.
6051 (get_composition_string_fn, get_ime_context_fn): New optional
6052 system functions.
6053 (globals_of_w32fns): Load them from imm32.dll.
6054 (ignore_ime_char): New flag.
6055 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
6056 WM_IME_ENDCOMPOSITION messages.
6057
6058 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
6059 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
6060
73acf815 60612008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6062
6063 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
6064 (READCHAR_REPORT_MULTIBYTE): New macro.
6065 (readchar): New 2nd arg MULTIBYTE.
15139d67
SM
6066 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
6067 Make symbol's name multibyte according to the multibyteness of the
aca7a3d2
MB
6068 source.
6069
73acf815 60702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6071
6072 * xfaces.c (face_for_overlay_string): Call lookup_face with
6073 correct arguments (fix of synching with the trunk).
6074
73acf815 60752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6076
4c4475a8
GM
6077 * font.c (font_prop_validate_symbol, font_prop_validate_style)
6078 (font_prop_validate_non_neg, font_prop_validate_spacing):
6079 Delete argument prop_index.
15139d67
SM
6080 (font_property_table): Change arguments to validater. Change Callers.
6081 (font_lispy_object): Delete.
aca7a3d2
MB
6082 (font_at): Use font_find_object instead fo font_lispy_object.
6083
73acf815 60842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
aca7a3d2
MB
6085
6086 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
6087 and file names.
6088
73acf815 60892008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6090
6091 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
6092 (font_matches_spec): Remove debug output.
6093 (add_font_entity_to_list): Avoid using substituted fonts.
6094
73acf815 60952008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6096
6097 * doc.c (Fsnarf_documentation):
6098 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
6099
73acf815 61002008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 6101
290afd83 6102 * dispextern.h (struct glyph_row): Only define "clip" field if
aca7a3d2
MB
6103 HAVE_WINDOW_SYSTEM is defined.
6104
73acf815 61052008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
6106
6107 Fix up multi-tty merge.
6108
6109 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
6110 and indentation.
6111
6112 * xfaces.c (free_realized_face, clear_face_gcs):
6113 Include font_done_for_face in the input_blocked section, just in case.
6114
6115 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
6116 (get_char_face_and_encoding): Undo last change and remove the *other*
6117 duplicate definition (i.e. keep the one that's better scoped and that
6118 includes code for the font-backend).
6119
6120 * terminal.c (create_terminal): Default keyboard_coding to
6121 `no-conversion' and terminal_coding to `undecided'.
6122
6123 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
6124
6125 * fontset.c (free_realized_fontsets): Check that the table entry does
6126 contain a fontset before trying to compare it to `base'.
6127
6128 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
6129 syms_of_charset, and syms_of_coding earlier because init_window_once
6130 now needs Vcoding_system_hash_table to be setup.
6131
6132 * coding.h (default_buffer_file_coding): Remove.
6133
6134 * coding.c (default_buffer_file_coding): Remove.
6135 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
6136 than ->symbol, and use the terminal-local coding system.
6137 (syms_of_coding): Don't setup the coding-systems that are not
6138 terminal-local.
6139 (Fdefine_coding_system_internal): Use XCAR/XCDR.
6140
6141 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
6142 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
6143
6144 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
6145 in chartab.c and were re-added here by mistake.
6146 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
6147
6148 * doc.c (Fsnarf_documentation):
6149 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
6150 src to etc.
6151
6152 * ChangeLog.10: Add mistakenly removed entry.
6153
73acf815 61542008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
aca7a3d2
MB
6155
6156 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
6157
73acf815 61582008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6159
6160 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
6161 Add extra args to FACE_FOR_CHAR.
6162
73acf815 61632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6164
6165 * keymap.c (where_is_internal_1): If key is a cons, store the copy
6166 in sequence.
6167
4c4475a8
GM
6168 * chartab.c (map_sub_char_table, map_char_table): If the range
6169 contains just one character, call the function with that character
6170 even if the depth is not 3.
aca7a3d2 6171
73acf815 61722008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6173
6174 * w32font.c (w32font_text_extents): Calculate metrics for the
6175 whole string.
6176
73acf815 61772008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6178
6179 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
6180
73acf815 61812008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6182
6183 * w32term.c (x_set_glyph_string_clipping): Use
6184 get_glyph_string_clip_rects.
4c4475a8
GM
6185 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
6186 Adjust for the change of struct glyph_string.
aca7a3d2
MB
6187
6188 * w32font.c (w32font_draw): Do clipping here.
6189
73acf815 61902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6191
1f45f627 6192 * xftfont.c (xftfont_draw): Adjust for the change of struct
aca7a3d2
MB
6193 glyph_string.
6194
6195 * xterm.c (x_set_glyph_string_clipping): Use
6196 get_glyph_string_clip_rects.
4c4475a8
GM
6197 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
6198 Adjust for the change of struct glyph_string.
aca7a3d2
MB
6199
6200 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
6201 the resulting clip(s}.
1f45f627 6202 (expose_overlaps): Add arg r. Change callers. Set it to
aca7a3d2
MB
6203 row->clip temporarily.
6204 (expose_window): Redraw rows overlapping the exposed area.
6205
6206 * dispextern.h (struct glyph_row): New member clip.
6207 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
6208 clip_height, new member clip, and num_clips.
6209
73acf815 62102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6211
6212 * data.c (Fchar_or_string_p): Fix docstring.
6213
73acf815 62142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6215
6216 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
6217 create a temporal XftDraw object.
6218
73acf815 62192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6220
6221 * font.c (Ffontp): Fix docstring.
6222
6223 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
6224 strong evidence of ISO-2022.
6225
73acf815 62262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6227
6228 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
6229 SYNTAX_ENTRY_FOLLOW_PARENT.
6230
73acf815 62312008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
aca7a3d2
MB
6232
6233 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
6234 its type.
6235 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
6236 Update to the new type of weak_hash_tables and next_weak.
6237
6238 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
6239 a plain C pointer to Lisp_Hash_Table.
6240
6241 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
6242 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
6243 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
6244 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
6245 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
6246 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
6247 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
6248 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
6249 (GC_EQ): Remove since they've been identical to their non-GC_
6250 alter-egos ever since the markbit was eradicated.
6251
290afd83
JB
6252 * alloc.c:
6253 * buffer.c:
6254 * buffer.h:
6255 * data.c:
6256 * fileio.c:
6257 * filelock.c:
6258 * fns.c:
6259 * frame.h:
6260 * lisp.h:
6261 * macterm.c:
6262 * print.c:
6263 * process.c:
6264 * w32fns.c:
6265 * w32menu.c:
6266 * w32term.c:
6267 * xfns.c:
6268 * xmenu.c:
6269 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
aca7a3d2 6270
73acf815 62712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6272
6273 * chartab.c (map_sub_char_table): Make it work for the top-level
6274 char-table. Fix handling of parent char-table.
c5ad7a3d 6275 (map_char_table): Adjust for the above change.
aca7a3d2 6276
73acf815 62772008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6278
6279 * w32font.c (Qgdi): Rename from Qw32.
6280
73acf815 62812008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6282
6283 * w32bdf.c (get_quoted_string): Make function static.
6284
73acf815 62852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6286
6287 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
6288 bigger ascent and descent than those of the font, use them as
6289 font's ascent and descent.
6290
73acf815 62912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6292
6293 * Makefile.in (${lispsource}international/charprop.el): Move this
6294 target within "#ifdef HAVE_UNIDATA" and "#endif".
6295
73acf815 62962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6297
6298 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
6299 (shortlisp): Add ../lisp/language/tai-viet.el.
6300
1f45f627 63012008-02-01 Ulrich Mueller <ulm@gentoo.org>
aca7a3d2
MB
6302
6303 * Makefile.in (${lispsource}international/charprop.el): Depend on
6304 temacs${EXEEXT}.
6305
73acf815 63062008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6307
6308 * w32font.c (w32font_close): Delete the GDI font object.
6309
6f69e89b 6310 * w32menu.c: Include character.h.
aca7a3d2
MB
6311
6312 * w32proc.c: Likewise.
6313
6314 * w32select.c: Likewise.
6315
6f69e89b 6316 * makefile.w32-in (w32proc.o): Depend on character.h.
aca7a3d2 6317
73acf815 63182008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6319
6320 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
6321
6322 * w32menu.c (syms_of_w32menu): Likewise.
6323
6324 * w32proc.c (syms_of_ntproc): Likewise.
6325
6326 * w32select.c (syms_of_w32select): Likewise.
6327
6328 * w32term.c (syms_of_w32term): Likewise.
6329
73acf815 63302008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6331
6332 * w32font.c (w32font_draw): Delete brush after using it.
6333
73acf815 63342008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6335
6336 * w32font.c (w32font_open): Don't set font_idx.
6337 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
6338 to font settings.
6339 (w32font_draw): Fill background explicitly.
6340
73acf815 63412008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6342
6343 * w32term.c (w32_initialize): Don't call w32font_initialize.
6344
6345 * w32font.c (w32font_info): Remove subranges.
6346 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
6347 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
6348 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
6349 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
6350 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
6351 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
6352 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
6353 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
6354 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
6355 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
6356 New symbols.
6357 (font_callback_data): New struct.
6358 (w32font_list, w32font_match): Use it.
6359 (w32font_open): Don't populate subranges.
6360 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
6361 (w32font_encode_char): Always return unicode code-point as-is.
6362 (w32font_text_extents): Supply a tranformation matrix to
1f45f627
GM
6363 GetGlyphOutline. Never look up by glyph index. Avoid looping
6364 twice. Use unicode version of GetTexExtentPoint32 instead of
aca7a3d2 6365 glyph index version.
1f204af3 6366 (set_fonts_frame): Remove.
aca7a3d2 6367 (w32_enumfont_pattern_entity): Add frame parameter, use it to
1f45f627
GM
6368 set frame parameter. Use backward compatible fake foundries.
6369 Save generic family in extra slot under QCfamily. Make width slot
6370 constant. Save QCspacing value. Save list of scripts instead of
aca7a3d2
MB
6371 binary subranges.
6372 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
1f45f627 6373 (add_font_entity_to_list): Use font_callback_data struct. Filter
aca7a3d2
MB
6374 unwanted fonts.
6375 (add_one_font_entity_to_list): Use font_callback_data struct.
1f45f627
GM
6376 (w32_registry): Default to iso10646_1.
6377 (fill_in_logfont): Use dpi from extra slot. Don't bother with
6378 string font registries. Don't fill in font name if it is a generic
6379 family name, fill family instead. Use spacing, family and script
aca7a3d2
MB
6380 extra info to fill pitch, family and charset fields.
6381 (list_all_matching_fonts): Use font_callback_data struct.
6382 (unicode_range_for_char): Remove.
6383 (font_supported_scripts): New function.
6384 (w32font_initialize): Remove.
6385 (syms_of_w32font): Update which symbols are defined.
6386
73acf815 63872008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6388
6389 * font.c (font_pixel_size): Reverse assq_no_quit args.
6390
6391 * w32term.h (FONT_WIDTH): Report max width, not average.
6392 (FONT_MAX_WIDTH): Remove.
6393 (FONT_AVG_WIDTH): New macro.
6394
6395 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
6396 redefinition of FONT_WIDTH.
6397
6398 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
6399 (w32_cache_char_metrics): Use FONT_WIDTH.
6400
6401 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
6402
73acf815 64032008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6404
6405 * w32font.c (w32font_open): Make lfHeight negative.
6406
6407 * w32fns.c (x_default_font_parameter): Use new style font name.
6408 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
6409
73acf815 64102008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6411
6412 * w32font.c (QCsubranges): New symbol.
6413 (w32font_open, w32font_has_char): Get subranges from subproperty
6414 of extra.
6415 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
6416 (syms_of_w32font): Define :subranges symbol.
6417
6418 * font.c (font_put_extra): Expose externally.
6419
1f45f627 6420 * font.h (font_put_extra): Move declaration from font.c.
aca7a3d2
MB
6421
6422 * font.c (Ffont_get): Use font driver to determine otf capability.
6423 (adjust_anchor): Check if driver defines anchor_point before using.
6424
6425 * w32font.c (w32font_open): Handle size, height and pixel_size better.
6426 (w32font_draw): Use options.
6427 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
6428 Fix detection of truetype fonts.
6429 (registry_to_w32_charset): Handle charsets other than iso8859-1
6430 expressed as lisp symbols.
6431 (w32_registry): Express charset as lisp symbol.
6432 (fill_in_logfont): Reverse pixel and point height logic.
1f45f627 6433 Don't set width here. Set quality to default.
aca7a3d2
MB
6434
6435 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
6436 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
6437
6438 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
6439 Remove redundant loop and allocation.
6440
6441 * makefile.w32-in (font.o, w32font.o): New objects.
6f69e89b 6442 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
aca7a3d2
MB
6443 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
6444
6445 * xdisp.c (fill_composite_glyph_string): Make the first arg to
6446 STORE_XCHARB a valid l-value.
6447
6448 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
6449 calculations for non-Truetype fonts.
6450 (x_draw_glyph_string): Sync with xterm.c.
c3f9fba8
JB
6451 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
6452 Remove redundant code.
aca7a3d2
MB
6453 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
6454
6455 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
6456 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
6457
6458 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
6459 (x_to_w32_charset, w32_to_x_charset): Expose externally.
6460
6461 * w32font.c: New file for w32 font backend.
6462
73acf815 64632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6464
6465 * term.c: Don't include "buffer.h" twice.
6466
73acf815 64672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6468
6469 * character.c (Funibyte_string): New function.
6470 (syms_of_character): Defsubr it.
6471
73acf815 64722008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
6473
6474 * w32term.c [USE_FONT_BACKEND]:
c3f9fba8
JB
6475 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
6476 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
6477 (x_draw_glyph_string, x_draw_glyph_string_foreground)
6478 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
aca7a3d2
MB
6479 (x_free_frame_resources): Sync with xterm.c.
6480
73acf815 64812008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
6482
6483 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
6484 char-table size.
6485
73acf815 64862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6487
c3f9fba8 6488 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
aca7a3d2 6489
73acf815 64902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6491
6492 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
6493 font_otf_gpos, add font_drive_otf.
6494
6495 * fontset.c (fontset_find_font): Pay attention to font size
6496 specified for a font.
6497 (reorder_font_vector): Check contents of font_def.
6498
6499 * font.c (struct otf_list): Delete it.
6f69e89b 6500 (otf_list): Make it a lisp variable.
aca7a3d2 6501 (otf_open): Use lispy otf_list.
1f45f627 6502 (generate_otf_features): Rename from parse_gsub_gpos_spec.
aca7a3d2 6503 (check_otf_features): New function.
c3f9fba8
JB
6504 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
6505 New functions.
aca7a3d2
MB
6506 (font_drive_otf): New function merging font_otf_gsub and
6507 font_otf_gpos.
6508 (font_open_for_lface): New arg spec. Change argument order.
1f45f627 6509 (font_load_for_face): Adjust for the change of font_open_for_lface.
aca7a3d2
MB
6510 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
6511 Ffont_otf_gpos.
6512 (syms_of_font): Staticpro otf_list. Delete defsubr of
6513 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
6514
1f45f627 6515 * xfaces.c (set_font_frame_param): Adjust for the change of
aca7a3d2
MB
6516 font_open_for_lface.
6517
6518 * font.h (font_open_for_lface): Adjust prototype.
6519 (struct font_driver): Delete members otf_gsub and otf_gpos, add
6520 member otf_drive.
6521 (font_otf_gsub, font_otf_gpos): Delete externs.
6522 (font_drive_otf): Extern it.
6523
73acf815 65242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6525
6526 * font.c (font_at): If the window W is not on a window system,
6527 return Qnil.
6528
4c4475a8
GM
6529 * coding.c (produce_chars, encode_coding): Don't call
6530 insert_from_gap if no characters to produce.
aca7a3d2 6531
73acf815 65322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6533
6534 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
6535 Fclear_face_cache.
6536
6537 * xfaces.c (face_for_font): Check also face->font==font->font.font.
6538
73acf815 65392008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6540
6541 * emacs.c (main): Change default value of `enable_font_backend' to 1.
6542 Parse "--disable-font-backend" option.
6543 (standard_args): Add "--disable-font-backend" option.
6544
73acf815 65452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6546
6547 * fontset.c (fontset_find_font): New function.
6548 (fontset_font): Use fontset_find_font.
6549 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
6550 Register the specified font for all Latin characters.
6551 (new_fontset_from_font): Register the specified font for all Latin
6552 characters.
6553 (dump_fontset): For a realized fontset, include the base fontset
6554 name in the returned vector.
6555
73acf815 65562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6557
6558 * character.h (CHAR_STRING): Cast C to unsigned on calling
6559 char_string.
6560
6561 * character.c (char_string): Type of arg C changed to unsigned.
6562 Signal an error if C is an invalid character code.
6563
4c4475a8
GM
6564 * editfns.c (general_insert_function, Fchar_to_string):
6565 Use CHARACTERP, not INTEGERP.
aca7a3d2 6566
73acf815 65672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6568
6569 * character.h (MIN_MULTIBYTE_LEADING_CODE)
6570 (MAX_MULTIBYTE_LEADING_CODE): New macros.
6571
6572 * regex.c (analyse_first): Fix for multibyte characters in "case
6573 charset:" and "case categoryspec:".
6574
73acf815 65752008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
6576
6577 * Makefile.in (LIBES): Move standard libraries to the end.
6578
73acf815 65792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6580
6581 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
6582 nonzero, don't shrink the buffer nextb.
6583
6584 * buffer.h (struct buffer_text): New member inhibit_shrinking.
6585
6586 * coding.c (coding_alloc_by_making_gap): New arg offset.
6587 (alloc_destination): Call coding_alloc_by_making_gap with the arg
6588 offset.
6589 (decode_coding_iso_2022): Update coding->safe_charsets.
6590 (decode_coding_gap): Temporarily set
6591 current_buffer->text->inhibit_shrinking to 1.
6592
73acf815 65932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6594
6595 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
6596 indexing into elements of s->cmp and s->char2b.
6597
73acf815 65982008-02-01 Juanma Barranquero <lekktu@gmail.com>
aca7a3d2
MB
6599
6600 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
6601
73acf815 66022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6603
6604 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
6605 target_multibyte instead of multibyte.
6606 (re_match_2_internal): Call bcmp_translate with target_multibyte.
6607 (bcmp_translate): Change the argument name from multibyte to
6608 target_multibyte.
6609
73acf815 66102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6611
6612 These changes are to compile a regexp into a pattern that can be
6613 used both for multibyte and unibyte targets.
6614
6615 * Makefile.in (search.o): Depend on charset.h.
6616
6617 * character.c (multibyte_char_to_unibyte_safe): New function.
6618
6619 * search.c: Include "charset.h".
6620 (compile_pattern_1): Delete argument multibyte. Don't set
6621 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
6622 (compile_pattern): Don't compare cp->buf.target_multibyte.
6623 Compare cp->buf.charset_unibyte.
6624 (compile_pattern): Set cp->buf.target_multibyte.
6625
6626 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
6627
6628 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
6629
6630 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
1f45f627 6631 multibyte. Change callers.
aca7a3d2 6632 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
1f45f627
GM
6633 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
6634 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
aca7a3d2
MB
6635 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
6636 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
6637 (regex_compile): Make the compiled pattern usable both for
6638 multibyte and unibyte targets.
6639 (analyse_first): Make the fastmap usable both for multibyte and
6640 unibyte targets.
1f45f627 6641 (TRANSLATE_VIA_MULTIBYTE): Delete.
aca7a3d2
MB
6642 (re_match_2_internal): Pay attention to the case that the
6643 multibyteness of bufp and target may be different.
6644
73acf815 66452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6646
6647 * xdisp.c (x_produce_glyphs): When a font is not found, make the
6648 empty box occupy at least one column width.
6649
73acf815 66502008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6651
6652 * Makefile.in: Remove redundant HAVE_XFT clause.
6653
73acf815 66542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6655
6656 * xrdb.c (x_load_resources): Setup the default fontSet X reource.
6657
73acf815 66582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6659
6660 * fontset.c (Finternal_char_font): Fix for the case of POSITION
6661 being nil.
6662
73acf815 66632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6664
6665 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
6666
73acf815 66672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6668
6669 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
6670
73acf815 66712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6672
6673 * search.c (simple_search): Fix previous change.
6674
73acf815 66752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6676
6677 * xftfont.c (ftfont_font_format): Extern declaration.
6678
6679 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
6680
6681 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
6682 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
6683
6684 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
6685 (ftfont_font_format): Fix previous change.
6686
6687 * font.h (Ffont_xlfd_name): EXFUN it.
6688
6689 * font.c (font_parse_xlfd): Fix the array size of `f'.
6690 (register_font_driver): Use EQ to compare driver->type.
6691
6692 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
6693 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
6694 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
6695
73acf815 66962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6697
4c4475a8
GM
6698 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
6699 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
aca7a3d2 6700
73acf815 67012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6702
6703 * xfont.c (xfont_open): Set font->format.
6704
6705 * xftfont.c (xftfont_open): Set font->format.
6706
6707 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
6708 (ftfont_list): Include FC_FONTFORMAT in FcObject.
6709 (ftfont_open): Set font->format.
6710 (ftfont_font_format): New function.
6711
6712 * font.h (struct font): New memeber format.
6713
6714 * font.c (Qopentype): New variable.
6715 (syms_of_font): Defsym it.
6716 (Fquery_font): Change the format of the last element of the return
6717 value.
6718
73acf815 67192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6720
6721 * xfns.c (xic_create_xfontset): Try the default fontset name as a
6722 last resort.
6723
73acf815 67242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6725
6726 * coding.c (detect_coding_charset): Fix detection of multi-byte
6727 charset.
6728
73acf815 67292008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
aca7a3d2
MB
6730
6731 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
6732
73acf815 67332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6734
6735 * xdisp.c (get_next_display_element): Set it->face_id for the
6736 first component of a composition.
1f45f627 6737 (x_produce_glyphs): Check if the font is changed or not for composition.
aca7a3d2 6738
73acf815 67392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6740
6741 * fontset.c (Qlatin): New variable.
6742 (syms_of_fontset): Define it as a lisp symbol.
1f45f627 6743 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
aca7a3d2 6744
73acf815 67452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6746
6747 * font.c (font_unparse_fcname): Pay attention to the case that
6748 some of font property is a null string.
6749
73acf815 67502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6751
6752 * term.c: Include "composite.h".
6753 (encode_terminal_code): Output all components of composition.
6754 Check the size of encode_terminal_src.
424c157f 6755 (produce_glyphs): For composition, call produce_composite_glyph.
aca7a3d2
MB
6756 (append_composite_glyph, produce_composite_glyph): New functions.
6757
6758 * xdisp.c (x_produce_glyphs): In handling composition, if a font
6759 is not found, get font_info from the current ascii face.
6760
73acf815 67612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6762
6763 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
6764 buffer-file-name to Qnil before calling insert_from_buffer.
6765
6766 * font.c (font_unparse_fcname): Pay attention to the case that
6767 foundry is a null string.
6768
73acf815 67692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6770
6771 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
6772
6773 * font.c (Qunicode_sip): New variable.
6774 (syms_of_font): Declare it as a Lisp symbol.
6775
6776 * font.h (Qunicode_sip): Extern it.
6777
73acf815 67782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6779
1f45f627 6780 * composite.c (get_composition_id): Pay attention to TAB component.
aca7a3d2
MB
6781
6782 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
1f45f627 6783 TAB. Adjust for the change of s->char2b which always points to
aca7a3d2
MB
6784 the first elememnt of allocated memory.
6785
1f45f627 6786 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
aca7a3d2
MB
6787
6788 * xdisp.c (handle_composition_prop): Set it->c to the first
6789 non-TAB component.
1f45f627
GM
6790 (fill_composite_glyph_string): Change argument.
6791 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
aca7a3d2
MB
6792 (x_produce_glyphs): Fix handling of left/right padding.
6793
73acf815 67942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6795
6796 * coding.c (detect_coding_system): Fix for handling off
6797 inhibit_iso_escape_detection. Fix for the case that no coding
6798 system is defined for a specific coding category.
6799
73acf815 68002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6801
1f45f627 6802 * font.c (font_matching_entity): Delete unused local var.
aca7a3d2
MB
6803
6804 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
6805 opening a font.
6806
6807 * fileio.c (Finsert_file_contents): On recovering a file, assume
6808 Unix-like eol.
6809 (choose_write_coding_system): On auto-saving a file, force
6810 Unix-like eol.
6811
6812 * coding.c (setup_coding_system): Fix setting of
6813 coding->common_flags based on eol_type.
6814 (coding_inherit_eol_type): If PARENT is not nil, be sure to
6815 inherit from it.
6816
73acf815 68172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6818
1f45f627 6819 * alloc.c (NSTATICS): Increas to 0x600.
aca7a3d2 6820
73acf815 68212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 6822
1f45f627 6823 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
aca7a3d2
MB
6824 (ftfont_list): Don't check :name property.
6825 (ftfont_match): New function.
6826 (ftfont_pattern_entity): If the pattern doesn't contain
6827 FC_SPACING, don't assuce FC_MONO.
6828
6829 * font.h (struct font_driver): New member `match'.
1f45f627 6830 (font_update_drivers): Adjust prototype.
aca7a3d2 6831
4c4475a8
GM
6832 * font.c (font_parse_fcname, font_parse_name): Don't change :name
6833 property of FONT.
aca7a3d2
MB
6834 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
6835 them unconditionally.
6836 (font_matching_entity): New function.
6837 (font_open_by_name): Try font_matching_entity if exact match is
6838 not found.
6839 (font_update_drivers): Delete the arg FONT. Return a list of
6840 actually used backends. Don't free faces, font caches here.
6841 Don't store data in frame parameters. Don't call x_set_font.
6842 (Ffont_spec): Store :name property as is.
6843 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
1f45f627
GM
6844 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
6845 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
aca7a3d2
MB
6846 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
6847 Call font->driver->otf_gsub instead of font_otf_gsub.
6848
6849 * frame.c (x_set_font_backend): Do more works that were done in
6850 font_update_drivers before.
6851
6852 * xfont.c (xfont_match): New function.
6853 (xfont_driver): Set xfont_driver.match to xfont_match.
6854 (xfont_draw): Set font in GC if necessary.
6855
6856 * ftxfont.c (ftxfont_match): New function.
6857 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
6858
6859 * xftfont.c (xftfont_match): New function.
6860 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
6861
73acf815 68622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6863
6864 * font.h (struct font): New member scalable.
6865 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
1f45f627 6866 (font_otf_gsub): Adjust prototype.
aca7a3d2 6867
1f45f627
GM
6868 * font.c (font_otf_capability): Fix handling of the default langsys.
6869 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
aca7a3d2
MB
6870 Check the contents of SPEC.
6871 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
6872 (check_gstring): New function.
6873 (REPLACEMENT_CHARACTER): New macro.
6874 (font_otf_gsub): New arg alternate_subst. Be sure to set all
6875 glyph codes of GSTRING.
6876 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
6877 (font_prepare_composition): Set cmp->glyph_len.
6878 (font_open_entity): Set font->scalable.
6879 (Ffont_get): Handle :otf property.
6880 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
6881 functions.
6882 (Fquery_font): Use font->font.full_name.
6883 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
6884 Sfont_otf_alternates.
6885
6886 * ftfont.c (ftfont_open): Set font->font.full_name and
6887 font->font.name properly. Fix calculation of font->font.height
6888 and font->min_width.
6889
6890 * ftxfont.c (ftxfont_create_gcs): New function.
6891 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
6892 (ftxfont_draw_backgrond): Fix filling region.
6893 (ftxfont_default_fid): New function.
6894 (ftxfont_open): Set xfotn->fid to the return value of
6895 ftxfont_default_fid.
6896 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
6897 (ftxfont_done_face): Free only GCs that are created by
6898 ftxfont_create_gcs.
6899 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
6900
6901 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
6902 Clip to src->width, etc (not src->clip_XXX).
6903
6904 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
6905 FontBackend frame parameter.
6906
73acf815 69072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6908
6909 * font.h (struct font_driver_list): New member `on'.
6910 (Fclear_font_cache): EXFUN it.
6911 (font_update_drivers): Extern it.
6912
6913 * font.c (font_unparse_fcname): Fix typo (swidth->width).
6914 (font_list_entities): Check driver_list->on.
6915 (register_font_driver): Initalize `on' member to 0.
6916 (font_update_drivers): New function.
6917 (Fclear_font_cache): Check driver_list->on.
6918
6919 * frame.h (Qfont_backend): Extern it.
6920 (x_set_font_backend): Extern it.
6921
6922 * frame.c (Qfont_backend): New variable.
6923 (frame_parms): New element for font-backend.
6924 (x_set_font_backend): New function.
6925
6926 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
6927 FontBackend frame parameter.
6928 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
6929 x_set_font_backend.
6930
6931 * xfont.c (xfont_list): Don't try listing by :name property if the
6932 name is not for XLFD.
6933
73acf815 69342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6935
6936 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
6937 (LGLYPH_SET_TO): New macros.
6938 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
6939 element of G is vector or not.
6940 (font_at): Extern it.
6941
6942 * font.c: Include window.h.
6943 (font_lispy_object): New function.
6944 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
6945 end of valid glyph.
6946 (font_close_object): Fix getting (struct font *).
6947 (font_at): New function.
6948 (Ffont_get): If FONT is a font-object, get entity from it.
6949 (Ffont_make_gstring): Initialize elements of glyphs with nil.
6950 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
6951 range check.
6952 (Ffont_at): New function.
6953 (syms_of_font): Defsubr Sfont_at.
6954
6955 * xdisp.c (it_props): Move the entry for Qauto_composed to just
424c157f 6956 before the entry for Qcomposition.
1f45f627 6957 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
aca7a3d2
MB
6958 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
6959 the font in gstring.
6960 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
6961 LGLYPH_FORM (g) to detect the end of valid glyph.
6962 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
6963 we are composing with gstring.
6964
6965 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
6966 Check if adjustment is vector or not.
6967
6968 * Makefile.in (font.o): Make it depends on window.h.
6969
73acf815 69702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6971
6972 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
6973 adjustment is vector or not.
6974
73acf815 69752008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
6976
6977 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
6978
73acf815 69792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6980
6981 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
6982 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
6983 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
6984
1f45f627 6985 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
aca7a3d2 6986 (DEVICE_DELTA): Fix typo.
4c4475a8
GM
6987 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
6988 LGLYPH format.
aca7a3d2 6989
1f45f627 6990 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aca7a3d2
MB
6991 the change of LGLYPH format.
6992
73acf815 69932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
6994
6995 * ftfont.c (ftfont_list): Fix typo.
1f45f627 6996 (ftfont_build_basic_charsets): Don't include letters with diacritics.
aca7a3d2 6997
880820fe 69982008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
6999
7000 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
7001
7002 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
7003 xftface_info is non-NULL.
7004
880820fe 70052008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2 7006
1f45f627 7007 * ftfont.c (ftfont_list): Move misplaced #endif.
aca7a3d2 7008
73acf815 70092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7010
7011 * ftfont.c (ftfont_list): Pay attention to the case that
7012 FC_CAPABILITY is not defined.
7013
73acf815 70142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7015
7016 * xftfont.c (xftfont_open): Set charset related members to -1.
7017
1f45f627
GM
7018 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
7019 QCname.
aca7a3d2
MB
7020 (ftfont_open): Set charset related members to -1.
7021
7022 * fontset.c (Votf_script_alist): New variable.
7023 (syms_of_fontset): Initialize it.
7024 (fontset_font): Delete unused variable.
7025
7026 * fontset.h (Votf_script_alist): Extern it.
7027
1f45f627 7028 * font.c (font_find_for_lface): Optimize code.
aca7a3d2
MB
7029
7030 * font.h (font_close_object, font_merge_old_spec): Extern them.
7031
73acf815 70322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7033
7034 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
7035 (syms_of_font): Initialize them.
7036 (font_pixel_size): Allow float value in dpi.
1f45f627
GM
7037 (font_prop_validate_type): Delete.
7038 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
7039 Change caller.
7040 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
7041 (font_prop_validate_extra): Delete.
aca7a3d2
MB
7042 (font_prop_validate_spacing): New function.
7043 (font_property_table): Add elements for all known properties.
1f45f627
GM
7044 (get_font_prop_index): Rename from check_font_prop_name. New
7045 argument FROM. Change caller.
aca7a3d2 7046 (font_prop_validate): Validate all known properties.
1f45f627 7047 (font_put_extra): Delete argument force. Change caller.
aca7a3d2
MB
7048 (font_expand_wildcards): Make it static. Fix the way of shrinking
7049 the possible range.
1f45f627 7050 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
aca7a3d2 7051 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
1f45f627 7052 Change caller.
aca7a3d2 7053 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
1f45f627
GM
7054 (font_parse_fcname): Delete argument merge. Fix parsing of point
7055 size. Don't validate properties values here. Change caller.
7056 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
aca7a3d2
MB
7057 (font_open_by_name): Delete unused variable.
7058 (Ffont_spec): Likewise. Validate property values.
7059 (Ffont_match_p): New function.
7060
7061 * font.h (QCscalable): Extern it.
1f45f627 7062 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
aca7a3d2 7063
1f45f627 7064 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
aca7a3d2 7065
1f45f627 7066 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
aca7a3d2
MB
7067 (xfont_list_pattern): New function.
7068 (xfont_list): Use xfont_list_pattern.
7069
73acf815 70702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7071
7072 * font.h (Flist_fonts): EXFUN it.
7073
73acf815 70742008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7075
7076 * w32term.c (w32_initialize): Add back smoothing_type and
7077 smoothing_enabled definitions.
7078
73acf815 70792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7080
7081 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
7082 s->face->font on determining underline position.
7083
73acf815 70842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7085
7086 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
7087 (font_has_char): Accept font-object too.
7088 (font_find_for_lface): Try at first with a size specified in face.
7089
73acf815 70902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7091
7092 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
7093 font_open_by_name.
7094
73acf815 70952008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7096
7097 * font.h (QCspacing, QCdpi): Extern them.
7098 (enum font_spacing): New enum.
7099 (FONT_PIXEL_SIZE_QUANTUM): New macro.
7100
7101 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10.
7102 (QCspacing, QCdpi): New variables.
7103 (syms_of_font): Initialize them.
7104 (font_pixel_size): New function.
7105 (font_put_extra): New function.
7106 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
7107 in FONT_EXTRA.
e9184ccb
JB
7108 (font_parse_fcname): Handle enumenrated values (e.g. bold).
7109 Fix handling font size. Add QCname property that contains only
aca7a3d2 7110 unknown properties.
1f45f627 7111 (font_score): Change argument. Change caller. Pay attention to
aca7a3d2 7112 FONT_PIXEL_SIZE_QUANTUM.
4c4475a8
GM
7113 (font_sort_entites, font_list_entities, font_find_for_lface)
7114 (font_open_for_lface, font_open_by_name): Fix handling of font size.
1f45f627 7115 (Ffont_spec): Add QCname property that contains only unknown properties.
aca7a3d2
MB
7116
7117 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
7118 include weight in listing pattern, instead check weight of each
7119 listed font. Don't include scalable in pattern. Pay attention to
7120 FONT_PIXEL_SIZE_QUANTUM.
7121
73acf815 71222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7123
aca7a3d2 7124 * font.c (font_parse_fcname): Fix parsing of point-size.
1f45f627 7125 (font_unparse_fcname): Produce symbolic names for style properties.
aca7a3d2
MB
7126 (font_list_entities): Handle float size correctly.
7127 (font_open_by_name): Prefer `normal' property values if the name
7128 doesn't specify them.
7129
7130 * fontset.c (Finternal_char_font): Use font_get_name, not
7131 Ffont_xlfd_name.
7132
7133 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
7134 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
7135 pattern. Don't force scalable.
7136
7137 * xftfont.c (xftfont_open): For generating a name, start from
7138 96-byte buffer.
7139
880820fe 71402008-02-01 Jan Djärv <jan.h.d@swipnet.se>
aca7a3d2
MB
7141
7142 * frame.h (x_new_fontset2): Fix prototype.
7143
73acf815 71442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7145
1f45f627 7146 * font.h (struct font_driver): Delete member parse_name.
aca7a3d2
MB
7147 (font_match_p, font_get_spec, font_parse_fcname)
7148 (font_unparse_fcname): Extern them.
1f45f627 7149 (font_get_name): Adjust prototype.
aca7a3d2
MB
7150
7151 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
7152 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
7153 (font_expand_wildcards): Fix handling ENCODING field. Avoid
7154 unnecessary checks for weight, slant, and swidth.
7155 (font_parse_fcname): New function.
7156 (font_unparse_fcname): New function.
7157 (font_parse_name): New function.
7158 (font_match_p): New function.
1f45f627 7159 (font_get_name): Change return value to Lisp string.
aca7a3d2
MB
7160 (font_get_spec): New function.
7161 (Qunspecified, Qignore_defface): Don't extern them.
7162 (font_find_for_lface): Assume that LFACE is fully specified.
7163 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
7164 object, use it for FACE.
7165 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
7166 driver->parse_name.
7167 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
7168
1f45f627
GM
7169 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
7170 prototype.
aca7a3d2 7171
1f45f627
GM
7172 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
7173 argument F. Don't call Fnew_fontset. Instead, directly call
aca7a3d2
MB
7174 make_fontset.
7175
1f45f627 7176 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
aca7a3d2 7177
1f45f627 7178 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
aca7a3d2
MB
7179 of x_new_fontset2.
7180
7181 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
7182 (Qsans__serif): New variables.
7183 (ftfont_generic_family_list): New variable.
7184 (syms_of_ftfont): Initialize the above variables.
1f45f627 7185 (ftfont_pattern_entity): Delete argument NAME.
aca7a3d2
MB
7186 (ftfont_list_generic_family): New function.
7187 (ftfont_parse_name): Delete this function.
1f45f627 7188 (ftfont_list): Try generic family only when FcFontList found no font.
aca7a3d2
MB
7189 (ftfont_list_family): Fix args to FcObjectSetBuild.
7190
7191 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
7192 object in attrs[LFACE_FONT_INDEX].
7193 (set_lface_from_font_name): Cancel all changes for font-backend.
7194 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
7195 function.
7196 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
7197 font object in QCfont attribute.
7198 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
7199 (realize_default_face) [USE_FONT_BACKEND]: Call
7200 set_lface_from_font_and_fontset.
7201
7202 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
7203 "fixed", and signal error here if no suitable font was found.
7204
7205 * xfont.c (xfont_parse_name): Delete this function.
7206
7207 * xftfont.c (xftfont_open): Change coding style of error
7208 handling. Generate fontconfig's fontname pattern.
7209
7210 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
7211 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
7212
7213 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
7214 Both args FONTSET and FONT_OBJECT must be existing ones.
7215
73acf815 72162008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
7217
7218 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
7219
73acf815 72202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7221
7222 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
7223
7224 * font.h (struct font): Fix typo.
7225
7226 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
7227 XLFD_XXX_INDEX.
7228 (enum xlfd_field_mask): New enum.
1f45f627 7229 (intern_font_field): Changed argument. Change caller. If digits
aca7a3d2
MB
7230 are followed by non-digits, return a symbol.
7231 (font_expand_wildcards): New function.
7232 (font_parse_xlfd): Fix wildcard handling.
7233 (Ffont_spec): If :name is specified, reflect the info in the other
7234 properties.
7235
7236 * ftfont.c (ftfont_pattern_entity): Fix typo.
7237 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
7238 locale.
7239
73acf815 72402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7241
7242 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
7243
1f45f627 7244 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
aca7a3d2
MB
7245 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
7246 registry doesn't specify encoding part.
7247 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
7248 (font_open_by_name): At first try parsing the name.
7249 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
7250 as Lisp symbols.
7251
7252 * fontset.c (reorder_font_vector): Pay attention to the case that
7253 the 3rd element of font_def is nil.
7254 (fontset_font): For the default fontset, append one more fontset
7255 elements for a script-based font specification. Don't add script
7256 attribute on finding a font.
7257 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
7258 font name.
7259 (fontset_ascii_font): If a font can't be opened, return nil.
7260
1f45f627 7261 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
aca7a3d2
MB
7262 (ftfont_pattern_entity): New function.
7263 (ftfont_get_cache): Assume that freetype_font_cache is already
7264 initialized.
7265 (ftfont_list): Handle the case that a file is specified in font
7266 name. Use ftfont_pattern_entity to generate entities.
7267 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
7268 (syms_of_ftfont): Initialize freetype_font_cache.
7269
7270 * xftfont.c (xftfont_open): Make the font name fontconfig's
7271 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
7272 (xftfont_close): Free font->font.name if not NULL.
7273
7274 * xfont.c (xfont_list): If script is specified for a font, return
7275 null_vector.
7276 (xfont_list_family): Declare argument type.
7277
7278 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
7279 name, set LFACE_FONT (lface) to nil.
7280
7281 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
7282 return Qnil.
7283
73acf815 72842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7285
1f45f627 7286 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
aca7a3d2
MB
7287 (standard_args): Add "-enable-font-backend".
7288
73acf815 72892008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7290
7291 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
7292 (struct xftdraw_list, xftdraw_list): Delete them.
7293 (register_xftdraw, check_xftdraw): Delete them.
7294 (xftfont_prepare_face): Don't call register_xftdraw.
7295 (xftfont_done_face): Don't call check_xftdraw.
7296 (xftfont_draw): Get backroudn color only when with_background is
7297 nonzero.
7298
7299 * xfont.c (xfont_encode_char): Fix calculation of char2b.
7300
73acf815 73012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7302
7303 These changes are for the new font handling codes.
7304
7305 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
7306 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
7307 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
7308 (FONTSRC, FONTOBJ): New variables.
7309 (obj): Add $(FONTOBJ).
7310 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
7311 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
7312 @LIBOTF_LIBS@.
7313 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
1f45f627 7314 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
aca7a3d2 7315
1f45f627 7316 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
aca7a3d2
MB
7317
7318 * character.h (Vscript_representative_chars): Extern it.
7319
7320 * character.c (Vscript_representative_chars): New variable.
7321 (syms_of_character): Declare it as a Lisp variable.
7322
7323 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
7324 enable_font_backend is nonzero, accept the composition method
7325 COMPOSITION_WITH_GLYPH_STRING.
7326
7327 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
7328 enumeration COMPOSITION_WITH_GLYPH_STRING.
7329
aca7a3d2
MB
7330 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
7331 members clip_x, clip_y, clip_width, and clip_height.
7332 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
7333
7334 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
7335 --enable-font-backend. Call syms_of_font.
7336
7337 * fns.c (assoc_no_quit): New function.
7338
7339 * fontset.h (FONT_INFO_FROM_FACE): New macro.
7340 (face_for_font, new_fontset_from_font)
7341 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
7342
7343 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
7344 (fontset_font, fontset_ascii, face_for_char)
7345 (make_fontset_for_ascii_face, Ffont_info)
7346 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
7347 is nonzero, use font-backend mechanism.
7348 (find_font_encoding): Make it non-static.
7349 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
7350 New functions.
7351
7352 * frame.h (struct frame): New members resx and resy.
7353 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
7354 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
7355
7356 * frame.c [USE_FONT_BACKEND]: Include "font.h".
1f45f627 7357 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
aca7a3d2
MB
7358
7359 * lisp.h (assoc_no_quit): Extern it.
7360
7361 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
7362 Through out the file, use FONT_INFO_FROM_FACE instead of
7363 FONT_INFO_FROM_ID, use get_per_char_metric instead of
7364 rif->per_char_metric.
7365 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
7366 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
7367 (get_glyph_face_and_encoding, fill_composite_glyph_string)
7368 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
7369 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
7370 nonzero, use font-backend mechanism.
7371 (get_per_char_metric): New function.
7372
7373 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
7374 (set_lface_from_font_name)
7375 (set_font_frame_param, free_realized_face)
7376 (prepare_face_for_display, clear_face_gcs)
7377 (Finternal_set_font_selection_order, realize_x_face)
7378 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
7379 font-backend mechanism.
1f45f627 7380 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
aca7a3d2
MB
7381 (load_face_font) [USE_FONT_BACKEND]: Abort.
7382 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
1f45f627 7383 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
aca7a3d2
MB
7384
7385 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
7386 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
7387 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
7388 nonzero, register all available font drivers. Call
7389 x_default_font_parameter for deciding a font.
7390 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
7391
7392 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
7393 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
7394 (x_set_glyph_string_clipping_exactly)
7395 (x_compute_glyph_string_overhangs)
7396 (x_draw_glyph_string_foreground)
7397 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
7398 (x_free_frame_resources) [USE_FONT_BACKEND]: If
7399 enable_font_backend is nonzero, use font-backend mechanism.
7400 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
7401
73acf815 74022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7403
fcb314b2 7404 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
aca7a3d2
MB
7405 system_eol_type.
7406 (syms_of_coding): Initialize system_eol_type.
7407
fcb314b2
GM
7408 * process.c (Fset_process_coding_system): Inherit system's eol
7409 format if necessary.
aca7a3d2 7410
73acf815 74112008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
7412
7413 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
7414
73acf815 74152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7416
7417 * coding.c (decode_eol): Pay attention to buffer relocation in
7418 del_range_2.
7419 (decode_coding): Call decode_eol before restoring undo_list.
7420
73acf815 74212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7422
7423 * charset.c (Fdefine_charset_internal): Fix setting of
7424 emacs_mule_bytes.
7425
73acf815 74262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7427
7428 * keyboard.c (read_char): Check if C is a character or not before
7429 looking up Vkeyboard_translate_table.
7430
73acf815 74312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7432
7433 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
7434 condition to terminate the loop.
7435
73acf815 74362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7437
7438 * coding.c (produce_composition): Compare charbuf[i] instead of
7439 args[i] against 0.
7440 (Fterminal_coding_system): Use EQ to compare Lisp objects.
7441
73acf815 74422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7443
7444 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
7445 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
7446 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
7447 detect_coding.
7448 (emacs_mule_char): Handle old style (Emacs 20) component character
7449 of a composition.
4c4475a8
GM
7450 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
7451 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
7452 composition rule.
aca7a3d2
MB
7453 (decode_coding_emacs_mule): Handle invalid bytes correctly.
7454
73acf815 74552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7456
7457 * coding.c (encode_coding_ccl): Allocate destination dynamically
7458 when necessary.
7459
73acf815 74602008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7461
7462 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
7463 the loop. When quitted, show a proper error message.
7464
73acf815 74652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7466
aca7a3d2
MB
7467 * xterm.c (x_set_glyph_string_clipping_exactly): Set
7468 src->clip_head and src->clip_tail temporarily instead of src->hl.
7469
7470 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
7471 character sequence.
7472 (Fccl_execute_on_string): Use ASET, not XSET.
7473
73acf815 74742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7475
1f45f627 7476 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
aca7a3d2 7477
73acf815 74782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7479
7480 * coding.c (decode_coding): Fix the condition of terminating the
7481 decoding loop.
7482
73acf815 74832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7484
7485 * data.c (Faset): On setting a character bigger than 255 in a
1f45f627 7486 unibyte string, signal an error instead of make the string multibyte.
aca7a3d2 7487
73acf815 74882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7489
7490 * charset.c (map_charset_chars): Fix for ascii-compatible charset
7491 made by a mapping table.
7492
73acf815 74932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7494
7495 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
7496 not.
7497 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
7498 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
7499
7500 * xterm.c (x_draw_composite_glyph_string_foreground): Check
7501 s->face is NULL or not.
7502
73acf815 75032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7504
7505 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
7506 (x_draw_glyph_string): Fix drawing of right_overhang and
7507 left_overhang around/on cursor.
7508
1f45f627 7509 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
aca7a3d2 7510
73acf815 75112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7512
7513 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
7514
73acf815 75152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7516
4c4475a8
GM
7517 * coding.c (Fdefine_coding_system_internal)
7518 (Fdefine_coding_system_alias): Avoid a duplicated element in
7519 Vcoding_system_alist.
aca7a3d2 7520
73acf815 75212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7522
7523 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
7524
fcb314b2 7525 * coding.c (Qcoding_system_define_form): New variable.
aca7a3d2
MB
7526 (syms_of_coding): Intern and staticpro it.
7527 (Fcoding_system_p): Check Qcoding_system_define_form.
1f45f627 7528 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
aca7a3d2
MB
7529
7530 * coding.h (CODING_SYSTEM_P): If ID is not available, call
7531 Fcoding_system_p.
7532 (CHECK_CODING_SYSTEM): If ID is not available, call
7533 Fcheck_coding_system.
4c4475a8
GM
7534 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
7535 Try also Fcheck_coding_system.
aca7a3d2 7536
73acf815 75372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7538
aca7a3d2
MB
7539 * coding.c (code_conversion_restore): GCPRO arg.
7540
73acf815 75412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7542
7543 * character.c (lisp_string_width): Check multibyteness of STRING.
7544
73acf815 75452008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
7546
7547 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
7548 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
7549 (decode_mac_font_name): Use decode_coding_c_string instead of
7550 decode_coding.
7551 (x_load_font): Initialize fontp->fontset to -1. Set
7552 fontp->encoding_type.
7553
73acf815 75542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7555
7556 * search.c (search_buffer): Give up BM search on case-fold-search
7557 if one of a target character has a case-equivalence of different
7558 byte length even if that target charcter is an ASCII.
1f45f627
GM
7559 (simple_search): Fix calculation of byte length of matched text.
7560 (boyer_moore): Fix handling of case-equivalent multibyte characters.
aca7a3d2 7561
73acf815 75622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7563
7564 * coding.c (decode_coding): Fix handling of invalid bytes.
7565
73acf815 75662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7567
7568 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
7569 Unicode characters.
7570
73acf815 75712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7572
7573 * coding.c (encode_coding_object): If a pre-write-conversion
7574 function makes a new buffer, kill it.
7575
73acf815 75762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7577
7578 * coding.c (QCascii_compatible_p): New variable.
7579 (syms_of_coding): Initialize it.
4c4475a8
GM
7580 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
7581 calling string_char.
aca7a3d2
MB
7582 (record_conversion_result): Add `default:' case.
7583 (coding_charset_list): Delete unused variable `coding_type'.
7584 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
7585 property in the plist of the coding system.
7586 (Fcoding_system_put): Check QCascii_compatible_p.
7587
73acf815 75882008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
7589
7590 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
7591 removed calculation of frame `f', as it's now used.
7592
73acf815 75932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7594
1f45f627 7595 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
aca7a3d2
MB
7596 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
7597 (UNIDATA): New variable.
7598 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
7599 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
7600 $(RUN_TEMACS) unconditionally.
7601
73acf815 76022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7603
1f45f627 7604 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
aca7a3d2
MB
7605 (admindir): New variable.
7606 ($(lispsource)international/charprop.el): New target.
7607
73acf815 76082008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2 7609
1f45f627 7610 * character.c (chars-in-region): Remove obsolete function.
aca7a3d2
MB
7611 (syms_of_character): Remove its initialization.
7612
73acf815 76132008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
aca7a3d2
MB
7614
7615 * w32select.c (validate_coding_system)
7616 (setup_windows_coding_system): New functions.
7617 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
7618 setup_windows_coding_system.
7619 (setup_config, Fw32_get_clipboard_data): Use
7620 validate_coding_system.
7621 (Fx_selection_exists): Move call to setup_config to a place
1f45f627 7622 where signals are allowed.
aca7a3d2
MB
7623
7624 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
7625 (Fcheck_coding_system): Add declarations.
7626
73acf815 76272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7628
1f45f627 7629 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
aca7a3d2 7630
73acf815 76312008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
7632
7633 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
7634 string as the second argument for x_new_fontset.
7635
73acf815 76362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7637
7638 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
7639 (encode_coding_object): Use safe_call instead of call2.
7640
73acf815 76412008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7642
1f45f627 7643 * fontset.c (Fset_fontset_font): Check family element of a given vector.
aca7a3d2
MB
7644
7645 * Makefile.in (lisp): Include charprop.el.
7646
73acf815 76472008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aca7a3d2
MB
7648
7649 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
7650 Not sure if it's unnecessary.
7651
73acf815 76522008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
7653
7654 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
7655 some possibly unnecessary fontset checking code that crashed
1f45f627 7656 when creating a new frame.
aca7a3d2 7657
73acf815 76582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7659
7660 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
7661 lookup_face.
7662
7663 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
7664
1f45f627 7665 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
aca7a3d2 7666
73acf815 76672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7668
73acf815 7669 * coding.c: Cancel the change done in HEAD on 2008-02-01.
aca7a3d2
MB
7670 (coding_charset_list): New function.
7671
7672 * coding.h (coding_charset_list): Extern it.
7673
73acf815 76742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7675
7676 * fontset.c (Fset_fontset_font): Call find_font_encoding with
7677 concatenation of family and registry.
7678
73acf815 76792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7680
7681 * character.h (BYTE8_STRING): Fix typo.
7682
7683 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
7684 string to multibyte (sync to HEAD).
7685
7686 * casefiddle.c (casify_region): Handle changes in byte-length
7687 using replace_range_2 (sync to HEAD).
7688
73acf815 76892008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
7690
7691 * chartab.c (map_char_table): GCPRO table and arg.
7692
73acf815 76932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7694
7695 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
7696 already at limit.
7697
73acf815 76982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7699
7700 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
7701 instead of fast_c_string_match_ignore_case.
1f45f627 7702 (find_font_encoding): Change argument to Lisp_Object. Use
aca7a3d2 7703 fast_string_match_ignore_case instead of
1f45f627 7704 fast_c_string_match_ignore_case. Change caller.
aca7a3d2 7705
73acf815 77062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7707
7708 * xdisp.c (get_next_display_element): In unibyte case, decide to
7709 display in octal form by checking a chacter by
7710 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
7711
1f45f627 7712 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
aca7a3d2
MB
7713
7714 * character.c (unibyte_has_multibyte_table): New variable.
7715
7716 * character.h (unibyte_has_multibyte_table): Extern it.
7717 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
7718
73acf815 77192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7720
7721 * coding.c (encode_coding_iso_2022): Fix handling of charset
7722 annotation.
7723
73acf815 77242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7725
7726 * coding.c (setup_coding_system): If coding_system is nil, use
7727 Qundecided.
7728 (Fterminal_coding_system): Return nil if terminal coding system is
7729 `undecided'.
7730 (syms_of_coding): Define coding-system `undecided' here. Setup
7731 terminal_coding as `undecided'.
7732
73acf815 77332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7734
7735 * xdisp.c (message_dolog, set_message_1): Call
7736 unibyte_char_to_multibyte with arg type int.
7737
aca7a3d2
MB
7738 * lread.c (read1): Fix reading of a char-table.
7739
7740 * print.c (print_object): Include sub char-table in cicularities
7741 detection.
7742
73acf815 77432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7744
7745 * keymap.c (where_is_internal_2): Fix for the case that KEY is a
1f45f627 7746 cons. Append the found sequences in car of ARGS instead of prepending.
aca7a3d2 7747
73acf815 77482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7749
7750 * fileio.c (report_file_error): Make a unibyte string from
7751 strerror (errorno).
7752 (Fsubstitute_in_file_name): Fix the arg to
7753 unibyte_char_to_multibyte. It is evaluated twice.
7754
73acf815 77552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7756
7757 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
7758
73acf815 77592008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7760
7761 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
7762 BOM is not found.
4c4475a8
GM
7763 (detect_coding, detect_coding_system): Optimization for ISO-2022
7764 when no 8-bit data is found.
aca7a3d2 7765
73acf815 77662008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
7767
7768 * w32fns.c (x_to_w32_font): Update to use new coding struct.
7769
73acf815 77702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7771
4c4475a8
GM
7772 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
7773 CHARS.
aca7a3d2 7774
73acf815 77752008-02-01 Steven Tamm <steventamm@mac.com>
aca7a3d2
MB
7776
7777 * macterm.c (mac_encode_char): Add charset argument and update
7778 to use encoding_type.
2a2e8de7 7779 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
1f45f627
GM
7780 switch to pure fontset.
7781 (decode_mac_font_name): Temporarily remove decoding.
7782 (x_font_name_to_mac_font_name): Temporarily remove encoding.
7783 (x_load_font): Temporarily remove encoding.
aca7a3d2 7784
73acf815 77852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7786
7787 * xfaces.c (Fface_font): If frame is not on a window system,
7788 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
7789 refer to face->font.
7790 (split_font_name_into_vector, build_font_name_from_vector)
7791 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
7792 whne HAVE_WINDOW_SYSTEM is defined.
7793
73acf815 77942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7795
7796 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
7797 (x_produce_glyphs): Fix setting of members of cmp in case
1f45f627 7798 cmp->glyph_len is zero.
aca7a3d2 7799
1f45f627 7800 * fontset.c (Fset_fontset_font): Fix docstring.
aca7a3d2
MB
7801 (Ffontset_info): Make it backward compatible. New arg ALL.
7802
73acf815 78032008-02-01 Kim F. Storm <storm@cua.dk>
aca7a3d2
MB
7804
7805 * process.c (read_process_output): Grow decoding_buf when needed;
7806 this could cause a crash in allocate_string and compact_small_strings.
7807
73acf815 78082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7809
1f45f627 7810 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
aca7a3d2 7811
73acf815 78122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7813
7814 * coding.c (setup_coding_system): Set coding->common_flags
7815 correctly for raw-text.
7816 (consume_chars): On encoding unibyte text by raw-text, don't check
7817 multibyte form.
1f45f627 7818 (encode_coding): On encoding by raw-text, never use translation tables.
aca7a3d2
MB
7819
7820 * fileio.c (e_write): Short cut for the case of no encoding.
7821
73acf815 78222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7823
4c4475a8
GM
7824 * coding.c (detect_coding, detect_coding_system): Delete unused
7825 variables.
aca7a3d2 7826
73acf815 78272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7828
7829 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
7830 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
7831
73acf815 78322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7833
7834 * coding.c (Ffind_coding_systems_region_internal): Include
7835 raw-text and no-conversion in the result.
7836
73acf815 78372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7838
1f45f627 7839 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
aca7a3d2
MB
7840 (load_font_get_repertory): Delete unnecessary check of ENCODING of
7841 FONT_DEF.
7842 (font_def_arg, add_arg, from_arg, to_arg): New args.
1f45f627 7843 (set_fontset_font): Change argument.
aca7a3d2
MB
7844 (Fset_fontset_font): Fix for the case that TARGET is a script
7845 name and charset name.
7846 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
7847
73acf815 78482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7849
1f45f627
GM
7850 * fontset.c (fontset_font): Rename from fontset_face. Change return
7851 value.
4c4475a8
GM
7852 (face_suitable_for_char_p, face_for_char): Adjust for the change
7853 of fontset_font.
aca7a3d2
MB
7854 (make_fontset_for_ascii_face): Fix setting of the fontset element
7855 for ASCII.
7856 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
7857 to get a font name.
1f45f627 7858 (Ffontset_info): Adjust for the change of fontset_font.
aca7a3d2 7859
fcb314b2 7860 * coding.c (emacs_mule_char): Check invalid code more regidly.
aca7a3d2
MB
7861
7862 * character.h (LEADING_CODE_LATIN_1_MIN)
7863 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
7864
73acf815 78652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7866
fcb314b2 7867 * editfns.c (check_translation): New function.
aca7a3d2
MB
7868 (Ftranslate_region_internal): Handle M:N mapping.
7869
73acf815 78702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7871
7872 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
7873
73acf815 78742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7875
7876 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
7877 goto invalid_code.
7878 (decode_coding_iso_2022): Fix handling of invalid designation.
7879
7880 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
7881 after calling code_conversion_save.
7882
73acf815 78832008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7884
7885 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
7886
7887 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
7888
7889 * fontset.c: Include "intervals.h".
7890 (fontset_face): Fix comparing of Lisp_Objects.
4c4475a8
GM
7891 (free_face_fontset, new_fontset_from_font_name): Fix
7892 Lisp_Object/int mixup.
aca7a3d2
MB
7893
7894 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
7895
7896 * coding.c: Add many prototypes for static functions.
7897 (get_translation_table): Allow max_lookup to be NULL.
2a2e8de7 7898 (decode_coding, Ffind_coding_systems_region_internal)
4c4475a8
GM
7899 (Funencodable_char_position, Fcheck_coding_systems_region): Call
7900 get_translation_table with max_lookup NULL.
aca7a3d2 7901
73acf815 79022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7903
7904 * coding.c (get_translation_table): Declare it as Lisp_Object.
7905 (LOOKUP_TRANSLATION_TABLE): New macro.
4c4475a8
GM
7906 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
7907 instead of CHAR_TABLE_REF.
aca7a3d2 7908
73acf815 79092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7910
1f45f627 7911 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
aca7a3d2
MB
7912 annotation data format.
7913 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
1f45f627 7914 Change arguments FROM and TO to single argument NCHARS. Change caller.
4c4475a8 7915 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
aca7a3d2 7916 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
4c4475a8
GM
7917 (decode_coding_ccl, decode_coding_charset): Pay attention to
7918 coding->charbuf_used.
aca7a3d2
MB
7919 (get_translation): New function.
7920 (produce_chars): New arguments translation_table and last_block.
7921 Translate characters here. Return number of carryover chars.
1f45f627
GM
7922 Change caller.
7923 (produce_composition): New argument pos. Change caller.
7924 Adjust for the change of annotation data format.
aca7a3d2
MB
7925 (produce_charset, produce_annotation): Likewise.
7926 (decode_coding, encode_coding): Don't call translate_chars.
1f45f627
GM
7927 (consume_chars): New arg translation_table. Change caller.
7928 (translate_chars): Delete.
7929 (syms_of_coding): Make translation-table's number of extra slots 2.
aca7a3d2 7930
73acf815 79312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7932
7933 * search.c (simple_search): Fix setting this_pos_byte in backward
7934 search.
7935
7936 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
7937 byte sequence.
7938 (detect_coding_ccl): Fix setting of the variable valids.
7939
73acf815 79402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7941
7942 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
7943
7944 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
7945
1f45f627 7946 * editfns.c (Ftranslate_region_internal): Rename from
aca7a3d2
MB
7947 Ftranslate_region. Accept a char-table in TABLE.
7948 (syms_of_editfns): Defsubr Stranslate_region_internal.
7949
7950 * xfaces.c (set_lface_from_font_name): If a font is specified for
7951 a frame, generate a fontset from the font.
7952 (build_scalable_font_name): If the scalable font is requested for
7953 a specific size, don't change that size.
7954 (try_font_list): Try a scalable font also in the case that a
1f45f627 7955 pattern string is specified.
aca7a3d2 7956
73acf815 79572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7958
7959 * xfaces.c (Fface_font): New optional arg CHARACTER.
7960
73acf815 79612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7962
7963 * charset.h (CHARSET_OFFSET): New macro.
7964
73acf815 79652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7966
7967 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
7968
7969 * fontset.c (fontset_face): Handle the case that repertory is a
7970 char-table.
7971 (find_font_encoding): Return nil for unknown encoding.
7972 (Fset_fontset_font): Ignore a font of unknown encoding.
7973
73acf815 79742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7975
1f45f627 7976 * keymap.c (describe_vector): Handle default value of a char table.
aca7a3d2
MB
7977
7978 * fontset.c (fontset_face): Handle fallback fonts correctly.
7979 (Ffontset_info): Return infomation about fallback fonts.
7980
73acf815 79812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7982
7983 * fontset.c (FONTSET_DEFAULT): New macro.
4c4475a8 7984 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
aca7a3d2
MB
7985 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
7986 the case that it is nil.
7987 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
1f45f627 7988 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
aca7a3d2
MB
7989
7990 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
7991 subset or superset.
7992
73acf815 79932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
7994
7995 * emacs.c (main): Call init_charset after syms_of_XXX.
7996
1f45f627 7997 * charset.c (Vcharset_map_directory): Delete.
1f204af3 7998 (Vcharset_map_path): New variable.
aca7a3d2
MB
7999 (load_charset_map_from_file): Use Vcharset_map_path instead.
8000 (init_charset): Initialize Vcharset_map_path.
8001 (syms_of_charset): Delete declaration of "charset-map-directory",
8002 add declaration of "charset-map-path".
8003
73acf815 80042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8005
4c4475a8
GM
8006 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
8007 ASCII only string.
aca7a3d2
MB
8008
8009 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
8010
8011 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
6f69e89b 8012 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
aca7a3d2 8013
73acf815 80142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8015
8016 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
8017
8018 * coding.c (QCmnemonic, QCdefalut_char)
8019 (QCdecode_translation_table, QCencode_translation_table)
8020 (QCpost_read_conversion, QCpre_write_conversion): New variables.
8021 (get_translation_table): Return a list of translation tables if
8022 necessary.
8023 (decode_coding): Call get_translation_table with ENCODEP 0.
8024 (char_encodable_p): If translation_table is non-nil, always call
8025 translate_char.
8026 (Fdefine_coding_system_internal): Accept list of translation
8027 tables as :encode-translation-table and :decode-translation-table.
8028 (Fcoding_system_put): New function.
8029 (syms_of_coding): Declare new symbols. Defsubr
8030 Scoding_system_put.
4c4475a8
GM
8031 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
8032 typically JISX0212.
aca7a3d2
MB
8033
8034 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
8035 when the charset is superset type.
8036
8037 * character.c (translate_char): Accept list of translation tables.
8038
73acf815 80392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8040
1f45f627 8041 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
aca7a3d2
MB
8042 (CODING_ATTR_TRANS_TBL): New macro.
8043
8044 * coding.c (get_translation_table): New function.
8045 (translate_chars): Fix the bug of skipping annotation data.
4c4475a8
GM
8046 (decode_coding, encode_coding): Utilize get_translation_table.
8047 (char_encodable_p, Funencodable_char_position): Translate char if
8048 necessary.
8049 (Ffind_coding_systems_region_internal)
8050 (Fcheck_coding_systems_region): Setup translation table for encode
8051 in a coding system attribute vector in advance.
aca7a3d2
MB
8052 (Fdefine_coding_system_internal): Allow a symbol as translation
8053 table. For shift-jis type coding system, allow 4th charset.
8054
73acf815 80552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8056
8057 * coding.c (decode_coding_sjis): Check the first byte rigidly.
8058
8059 * xdisp.c (get_next_display_element): Pass -1 as POS to
8060 FACE_FOR_CHAR if displaying a C-string.
8061
73acf815 80622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8063
8064 * composite.c (get_composition_id): Handle xoff and yoff in a
8065 composition rule.
8066
8067 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
8068 (struct composition): New member lbearing and rbearing.
8069
8070 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
8071 (x_get_glyph_overhangs): Handle a composition glyph.
1f45f627 8072 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
aca7a3d2
MB
8073
8074 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
8075 composition glyph.
8076
73acf815 80772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8078
8079 * print.c: Include charset.h.
8080 (Vprint_charset_text_property): New variable.
8081 (Qdefault): Extern it.
8082 (PRINT_STRING_NON_CHARSET_FOUND)
8083 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
8084 (print_check_string_result): New variable.
8085 (print_check_string_charset_prop): New function.
8086 (print_prune_charset_plist): New variable.
8087 (print_prune_string_charset): New function.
8088 (print_object): Call print_prune_string_charset if
8089 Vprint_charset_text_property is not t.
8090 (print_interval): Print nothing if itnerval->plist is nil.
8091 (syms_of_print): Declare Vprint_charset_text_property as a lisp
8092 variable. Init and staticpro print_prune_charset_plist.
8093
73acf815 80942008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8095
8096 * fontset.c (new_fontset_from_font_name): Use the specified font
8097 for all characters in the new fontset.
8098
8099 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
8100 OBJECT args.
8101
8102 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
8103 OBJECT args for composition too.
8104
8105 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
8106 OBJECT args.
8107
73acf815 81082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8109
8110 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
8111
1f45f627 8112 * fontset.c (reorder_font_vector): Adjust for the change of
aca7a3d2 8113 FONT_DEF format.
1f45f627 8114 (fontset_face): New arg id. Change caller.
aca7a3d2 8115 (face_for_char): New args pos and object.
1f204af3 8116 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
aca7a3d2
MB
8117 (fs_query_fontset): Check NAME by Fassoc too.
8118 (Fset_fontset_font): Allow non-XLFD font name.
1f45f627 8119 (Ffontset_info): Adjust for the change of FONT_DEF format.
aca7a3d2 8120
1f45f627 8121 * fontset.h (face_for_char): Adjust prototype.
aca7a3d2 8122
4c4475a8
GM
8123 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
8124 (append_space, extend_face_to_end_of_line)
8125 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
8126 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
aca7a3d2
MB
8127
8128 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
8129 POS and OBJECT args.
8130
8131 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
8132 POS and OBJECT args.
8133
73acf815 81342008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8135
8136 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
8137 of GlobalAlloc'ed memory.
8138
73acf815 81392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8140
8141 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
8142
8143 * charset.h (charset_table_used): Delete extern.
8144
8145 * charset.c (charset_table_used): Make it static.
8146 (map_charset_chars): Fix args to c_function with.
8147
8148 * chartab.c (map_sub_char_table_for_charset): Fix args to
8149 c_function with.
8150
8151 * coding.h (enum coding_result_code): Delete
8152 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
8153
8154 * coding.c (Qinsufficient_source, Qinconsistent_eol)
1f45f627 8155 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
aca7a3d2
MB
8156 (Vlast_code_conversion_error): New variables.
8157 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
8158 (ONE_MORE_BYTE): Record error if any instead of signaling an
8159 error. If non-ASCII multibyte char is found, return the negative
8160 value of the code. All callers changed to check it.
8161 (ONE_MORE_BYTE_NO_CHECK): Likewise.
1f45f627
GM
8162 (record_conversion_result): New function. Change all codes setting
8163 coding->result to call this function.
4c4475a8
GM
8164 (detect_coding_utf_8, decode_coding_utf_8)
8165 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
8166 Don't use the local variable incomplete.
aca7a3d2 8167 (emacs_mule_char): Change the second arg to `const'.
aca7a3d2
MB
8168 (decode_coding): Fix of flushing out unprocessed data.
8169 (make_conversion_work_buffer): Fix making of a work buffer.
2a2e8de7 8170 (decode_coding_object): Return coding->dst_object.
aca7a3d2
MB
8171
8172 * fontset.c (set_fontset_font): Fix args.
8173
8174 * lisp.h (CHARACTERBITS): Define as 22.
8175
8176 * process.c (send_process): Be sure to set coding->src_multibyte.
8177
8178 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
8179
73acf815 81802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8181
8182 * xdisp.c (handle_auto_composed_prop): Give limit to
8183 Fnext_single_char_property_change.
8184
73acf815 81852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8186
424c157f 8187 * composite.c (syms_of_composite): Don't make the composition hash
1f45f627 8188 table weak.
aca7a3d2
MB
8189
8190 * fontset.c (Fset_fontset_font): Fix docstring.
8191
8192 * lisp.h (detect_coding_system): Adjust prototype.
8193
8194 * fileio.c (kill_workbuf_unwind): Delete this function.
8195 (Finsert_file_contents): Adjust the call of detect_coding_system.
8196 Get conversion_buffer by code_conversion_save. Use the macor
8197 CODING_MAY_REQUIRE_DECODING. After decoding, update
8198 coding_system.
8199
8200 * coding.h (make_conversion_work_buffer): Delete extern.
8201 (code_conversion_save): Extern it.
8202
8203 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
1f45f627 8204 (CODING_GET_INFO): Delete argument eol_type. Change callers.
aca7a3d2
MB
8205 (decode_coding_utf_8): Don't do eol converion.
8206 (detect_coding_utf_16): Check coding->src_chars, not
1f45f627 8207 coding->src_bytes. Add heuristics for those that have no signature.
4c4475a8
GM
8208 (decode_coding_emacs_mule, decode_coding_iso_2022)
8209 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
8210 Don't do eol converion.
aca7a3d2
MB
8211 (adjust_coding_eol_type): Return a new coding system.
8212 (detect_coding): Don't detect eol. Fix for utf-16 detection.
8213 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
8214 each change.
8215 (decode_coding): Pay attention to undo_list. Do eol convesion for
8216 all types of coding-systems (if necessary).
8217 (Vcode_conversion_work_buf_list): Delete it.
1f45f627 8218 (Vcode_conversion_reused_workbuf): Rename from
aca7a3d2
MB
8219 Vcode_conversion_reused_work_buf.
8220 (Vcode_conversion_workbuf_name): New variable.
8221 (reused_workbuf_in_use): New variable.
8222 (make_conversion_work_buffer): Delete the arg DEPTH.
4c4475a8 8223 (code_conversion_restore): Change argument to cons.
1f45f627
GM
8224 (code_conversion_save): Delete the argument BUFFER. Change callers.
8225 (detect_coding_system): New argument src_chars. Change callers.
aca7a3d2
MB
8226 Fix for utf-16 detection.
8227 (init_coding_once): Don't use ISO_carriage_return.
1f45f627 8228 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
aca7a3d2
MB
8229 reused_workbuf_in_use.
8230
73acf815 82312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8232
8233 * keymap.c (store_in_keymap): Pay attention to the case that idx
8234 is a cons specifying a character range.
8235
73acf815 82362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8237
8238 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
8239 HANDLED_RECOMPUTE_PROPS.
8240
8241 * coding.c (Fdefine_coding_system_internal): Fix checking of
8242 ascii compatibility.
8243
73acf815 82442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8245
1f45f627 8246 * charset.c (find_charsets_in_text): Delete unused locale variable.
aca7a3d2
MB
8247 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
8248
8249 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
8250 Resync charset_list to Vemacs_mule_charset_list.
8251
8252 * keymap.c (store_in_keymap): Pay attention to the case that idx
8253 is a cons specifying a character range.
8254
73acf815 82552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8256
8257 * composite.c (update_compositions): Bind inhibit-read-only, etc
8258 to t before calling remove-list-of-text-properties.
8259
8260 * print.c (print_object): Always print ASCII chars as is.
8261
73acf815 82622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8263
1f45f627 8264 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
aca7a3d2 8265
4c4475a8
GM
8266 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
8267 is a char table.
aca7a3d2 8268
73acf815 82692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8270
1f45f627 8271 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
aca7a3d2 8272
73acf815 82732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8274
8275 * xfaces.c (set_lface_from_font_name): Fix for the case that
8276 FONTNAME is not fontset name.
8277
73acf815 82782008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8279
8280 * fns.c (base64_encode_1): Fix previous change.
8281
73acf815 82822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8283
8284 * fontset.c (set_fontset_font): New function.
8285 (Fset_fontset_font): If a font is specified for a charset, use
8286 map_charset_chars to store the font spec in a fontset.
8287
73acf815 82882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8289
1f204af3 8290 * fontset.c (fontset_face): Create a fallback fontset on demand.
aca7a3d2
MB
8291 (make_fontset): Don't create a fallback fontset here.
8292 (free_face_fontset): Free a fallback fontset (if any) too.
8293 (n_auto_fontsets): Delete this variable.
8294 (auto_fontset_alist): New variable.
8295 (new_fontset_from_font_name): Check auto_fontset_alist.
8296 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
8297 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
8298 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
8299 Defsubr Sfontset_list_all.
8300
73acf815 83012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8302
8303 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
8304
73acf815 83052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8306
8307 * fontset.c (Fnew_fontset): Check NAME more rigidly.
8308
73acf815 83092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8310
8311 * editfns.c (Fgoto_char): Fix docstring.
8312
73acf815 83132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8314
8315 * insdel.c (insert_from_gap): Adjust intervals correctly.
8316
73acf815 83172008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8318
8319 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
8320 (pfnGetFontUnicodeRanges): New dynamically loaded function.
8321 (w32_initialize): Try to load it.
8322 (x_get_font_repertory): Use it if available.
8323 (w32_encode_char): Add shortcut for unicode output.
8324
8325 * w32fns.c (w32_load_system_font): Default charset to -1.
8326 (x_to_w32_charset): Match all fonts for unicode.
1f45f627 8327 (w32_to_x_charset): New parameter matching. Don't return partial
aca7a3d2
MB
8328 or wildcard charsets.
8329 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
8330 (w32_codepage_for_font): Return CP_UNICODE for unicode.
8331 (w32_to_x_font): Match charset to real charset.
8332 (enum_font_cb2): Always list unicode versions.
8333
8334 * makefile.w32-in (temacs): Increase EMHEAP.
8335
73acf815 83362008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
8337
8338 * w32term.c (w32_encode_char): New charset parameter.
8339 font_info.encoding becomes encoding_type.
1f45f627 8340 (x_get_font_repertory): New function. Warning: stub only!
aca7a3d2
MB
8341 (x_new_font): Return quickly if font already set.
8342 (x_new_fontset): fontsetname parameter is Lisp_Object.
2a2e8de7
JB
8343 Use new fs_query_fontset. Try new_fontset_from_font_name.
8344 Use fontset_name for return value.
aca7a3d2
MB
8345
8346 * w32term.h: Declare x_get_font_repertory.
8347
8348 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
1f45f627 8349 place of find_charset_in_text. Use encode_coding_object in place
aca7a3d2
MB
8350 of encode_coding.
8351 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
8352 decode_coding.
8353
8354 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
8355 of x_new_fontset.
8356 (w32_load_system_font): Initialize charset as unicode.
8357 font_info.encoding becomes encoding_type.
1f45f627
GM
8358 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
8359 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
aca7a3d2
MB
8360 (syms_of_w32fns): Set get_font_repertory_func.
8361
1f45f627 8362 * w32console.c: Include character.h. Use terminal_encode_buffer
aca7a3d2 8363 from term.c.
1f45f627 8364 (write_glyphs): Use new version of encode_terminal_code. Use
aca7a3d2
MB
8365 encode_coding_object in place of encode_coding.
8366
8367 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
8368 encoding becomes encoding_type.
8369
8370 * term.c (terminal_encode_buffer): Make externally visible.
8371
8372 * makefile.w32-in: Add character.h dependancies.
8373 (character.o, chartab.o): New targets.
8374
73acf815 83752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8376
8377 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
1f45f627 8378 CODING_ID_EOL_TYPE.
aca7a3d2 8379
73acf815 83802008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2
MB
8381
8382 * coding.c (produce_chars): Revert last change.
8383
73acf815 83842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8385
8386 * charset.h (charset_unicode): Extern it.
8387
8388 * charset.c (string_xstring_p): Check by (C >= 0x100).
1f45f627 8389 (find_charsets_in_text): Change format of the arc CHARSETS. New
aca7a3d2 8390 arg MULTIBYTE.
1f45f627 8391 (Ffind_charset_region, Ffind_charset_string): Adjust for the
aca7a3d2
MB
8392 change of find_charsets_in_text.
8393 (Fsplit_char): Fix doc. Never return unknown.
8394
8395 * chartab.c (char_table_translate): Use CHARACTERP, not INETEGERP.
8396
8397 * coding.c (Fdefine_coding_system_alias): Update
8398 Vcoding_system_list.
8399
8400 * fontset.c (load_font_get_repertory): Pay attention to the case
8401 that ENCODING of a font is specified by a char-table.
8402
8403 * xterm.c (x_get_font_repertory): Handle the case that the
8404 encoding of font is other than Unicode.
8405
73acf815 84062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8407
8408 * term.c (encode_terminal_code): Don't handle glyph-table. Check
8409 if a character is encodable by the terminal coding system. If
8410 not, produces proper number of `?'s. Update
8411 terminal_encode_buffer and terminal_encode_buf_size if necessary.
8412 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
8413
73acf815 84142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8415
8416 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
8417 variables.
1f45f627 8418 (encode_terminal_code): Change argument. Encode multiple
aca7a3d2
MB
8419 characters at once. Store the result of encoding in
8420 terminal_encode_buffer.
4c4475a8
GM
8421 (write_glyphs, insert_glyphs): Adjust for the change of
8422 encode_terminal_code.
aca7a3d2
MB
8423 (term_init): Initialize terminal_encode_buffer and
8424 terminal_encode_buf_size.
8425
8426 * coding.c (consume_chars): If coding->src_object is nil, don't
8427 check annotation.
8428
73acf815 84292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8430
8431 * character.c (char_string): Use ASCII_CHAR_P instead of
8432 SINGLE_BYTE_CHAR_P.
8433
73acf815 84342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8435
8436 * xdisp.c (handle_auto_composed_prop): Check if the last
8437 characters of auto-composed region is newly composed with the
8438 following characters.
8439 (handle_composition_prop): Fix checking of point being inside
8440 composition.
8441
73acf815 84422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8443
8444 * fns.c (concat): Don't change multibyteness of the result by
8445 concatenating an 8-bit character.
8446
8447 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
8448 multibyteness of the result when newelt is an 8-bit character.
8449
73acf815 84502008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8451
8452 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
8453 EMACS_INT.
8454
8455 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
8456
8457 * xfaces.c (face_numeric_value): Declare dim size_t.
8458 (Finternal_lisp_face_equal_p): Remove unused f.
8459
8460 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
8461 (MATRIX_ROW): Remove unused vars.
8462 (draw_glyphs, x_insert_glyphs, fast_find_position)
8463 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
8464 byte/char counts.
8465
8466 * regex.c (regex_compile): Remove unused var.
8467
8468 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
8469
8470 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
8471 (Faccessible_keymaps, where_is_internal): Remove unused vars.
8472
8473 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
8474
8475 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
8476
8477 * fileio.c (Fwrite_region): Remove unused var.
8478
8479 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
8480 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
8481
8482 * composite.c (Fremove_list_of_text_properties): Declare.
8483
1f45f627
GM
8484 * coding.c (inhibit_pre_post_conversion): Remove (unused).
8485 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
aca7a3d2
MB
8486 (coding_inherit_eol_type): Remove unused attrs.
8487 (detect_coding): Cast arg of detect_eol.
8488
8489 * charset.c (syms_of_charset): Remove unused var p.
8490 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
8491 byte/char counts.
8492
8493 * casetab.c (set_case_table): Remove unused var.
8494
8495 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
1f45f627 8496 unused vars.
aca7a3d2 8497
73acf815 84982008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8499
8500 * xterm.c (x_bitmap_mask): Declare.
8501
73acf815 85022008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8503
8504 * xterm.c (x_term_init): Fix type error.
8505
8506 * lisp.h: Add Funibyte_char_to_multibyte.
8507
8508 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
8509 (Fset_coding_system_priority): Doc fix.
8510
aca7a3d2
MB
8511 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
8512
8513 * indent.c (check_composition): Make start and end EMACS_INT.
8514
8515 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
8516
8517 * xdisp.c (handle_composition_prop, check_point_in_composition):
8518 Make buffer positions EMACS_INT.
8519
8520 * composite.c (find_composition, run_composition_function)
8521 (update_compositions, Ffind_composition_internal): Make buffer
8522 positions EMACS_INT.
8523
8524 * composite.h (find_composition, update_compositions): Make
8525 position args EMACS_INT.
8526
1f45f627 8527 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
aca7a3d2
MB
8528
8529 * intervals.c (get_property_and_range):
8530 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
8531
8532 * unexalpha.c: Don't include varargs.h.
8533
73acf815 85342008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8535
8536 * coding.h (ENCODE_UTF_8): New.
8537
8538 * Makefile.in (gtkutil.o): Depend on coding.h.
8539
8540 * coding.c (Fset_coding_system_priority): Doc fix.
8541
73acf815 85422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8543
8544 * fileio.c (Finsert_file_contents): Call setup_coding_system in
8545 the case of auto saving.
8546
73acf815 85472008-02-01 Andreas Schwab <schwab@suse.de>
aca7a3d2 8548
4c4475a8
GM
8549 * chartab.c (map_char_table, map_char_table_for_charset): Protect
8550 `range' from GC.
aca7a3d2 8551
73acf815 85522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8553
8554 * coding.c (decode_coding_sjis): Check bytes more rigidly.
8555
73acf815 85562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8557
1f45f627 8558 * fileio.c (choose_write_coding_system): Return a decided coding system.
aca7a3d2
MB
8559 (Fwrite_region): Set Vlast_coding_system_used to the return value
8560 of choose_write_coding_system.
8561
73acf815 85622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8563
8564 * charset.c (Fset_charset_priority): Pay attention to duplicated
8565 arguments.
8566
8567 * coding.c (QCcategory): New variable.
8568 (syms_of_coding): Defsym it. Set all elements of
8569 Vcoding_category_table and their symbol values.
8570 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
8571 coding-category-XXX, and coding-category-list.
8572 (Fdefine_coding_system_internal): Add category in the plist.
8573
73acf815 85742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8575
8576 * callproc.c (Fcall_process): Handle carryover correctly.
8577
1f45f627 8578 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
aca7a3d2
MB
8579 (raw_text_coding_system): Check NILP (coding_system).
8580 (coding_inherit_eol_type): Check NILP (coding_system) and
8581 NILP (parent).
8582 (consume_chars): Fix for the case of raw-text.
8583
8584 * process.c (read_process_output): Handle carryover correctly.
8585
73acf815 85862008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8587
8588 * regex.c (re_search_2): Fix last change.
8589
73acf815 85902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8591
8592 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
8593 target_multibyte. Even in a unibyte case, return a converted
8594 multibyte char.
8595 (GET_CHAR_AFTER): New macro.
8596 (PATFETCH): Translate via multibyte char.
8597 (HANDLE_UNIBYTE_RANGE): Delete this macro.
8598 (SETUP_MULTIBYTE_RANGE): New macro.
8599 (regex_compile): Setup compiled code so that its multibyteness
8600 matches that of a target. Fix the handling of "[X-YZ]" using
8601 SETUP_MULTIBYTE_RANGE.
8602 (analyse_first) <charset>: For filling fastmap for all multibyte
8603 characters, don't check by BASE_LEADING_CODE_P.
8604 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
8605 the same as RE_MULTIBYTE_P (bufp) now.
1f45f627 8606 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
aca7a3d2
MB
8607 (TARGET_CHAR_AND_LENGTH): Delete this macro.
8608 (TRANSLATE_VIA_MULTIBYTE): New macro.
8609 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
8610 It is the same as RE_MULTIBYTE_P (bufp) now.
8611 <exactn>: Translate via multibyte.
8612 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
8613 translate it.
8614 <charset, charset_not>: Fetch a character by
8615 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
8616 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
8617 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
8618 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
8619 by GET_CHAR_AFTER.
c5ad7a3d 8620 (bcmp_translate): Likewise.
aca7a3d2
MB
8621
8622 * search.c (compile_pattern): Check the member target_multibyte,
8623 not the member multibyte of buf.
8624
8625 * lread.c (read1): While reading a string, set force_singlebyte
8626 and force_multibyte correctly.
8627
4c4475a8
GM
8628 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
8629 up of unibyte_to_multibyte_table.
aca7a3d2 8630
73acf815 86312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8632
8633 * coding.c (setup_coding_system): If coding has
8634 post-read-conversion or pre-write-conversion, set
8635 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
8636 respectively.
8637 (decode_coding_gap): Run post-read-conversion if any.
8638
8639 * fileio.c (Finsert_file_contents): Even if we read into a
8640 unibyte buffer, check if we must decode the result or not.
8641
73acf815 86422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8643
8644 * coding.c (make_conversion_work_buffer): Change the work buffer
8645 name to the same one as that of Emacs 21.
8646
73acf815 86472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8648
1f45f627 8649 * coding.h (make_conversion_work_buffer): Adjust prototype.
aca7a3d2
MB
8650 (code_conversion_restore): Don't extern it.
8651
8652 * coding.c (detected_mask): Delete unused variable.
8653 (decode_coding_iso_2022): Pay attention to the byte sequence of
8654 CTEXT extended segment, and retain those bytes as is.
8655 (decode_coding_ccl): Delete unused variable `valids'.
8656 (setup_coding_system): Delete unused variable `category'.
8657 (consume_chars): Delete unused variable `category'. Make it work
8658 for non-multibyte case.
1f45f627 8659 (make_conversion_work_buffer): Change argument.
aca7a3d2
MB
8660 (saved_coding): Delete unused variable.
8661 (code_conversion_restore): Don't check saved_coding->destination.
8662 (code_conversion_save): New function.
8663 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
8664 instead of record_unwind_protect.
1f45f627 8665 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
aca7a3d2 8666 (detect_coding_system): Delete unused variable `mask'.
1f45f627 8667 (Fdefine_coding_system_internal): Delete unused vaiable id.
aca7a3d2
MB
8668
8669 * fileio.c (kill_workbuf_unwind): New function.
8670 (Finsert_file_contents): On replacing, call
8671 make_conversion_work_buffer with correct args, and call
8672 record_unwind_protect with the first arg kill_workbuf_unwind.
8673
8674 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
8675
73acf815 86762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8677
1f45f627 8678 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
aca7a3d2
MB
8679 (fontset_add): Fix for the case that TO is less than TO1.
8680 (Ffontset_info): Don't use fallback fontset on checking the
8681 default fontset.
8682 (dump_fontset): New function for debugging.
8683
8684 * coding.c (Fdefine_coding_system_internal): Fix for the case that
8685 coding_type is Qcharset.
8686
73acf815 86872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8688
8689 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
8690 (map_char_table): Don't inherit the value from the parent on
1f45f627 8691 initializing VAL. Adjust for the above change.
aca7a3d2 8692
73acf815 86932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8694
8695 * coding.c (Qsignature, Qendian): Delete these variables.
8696 (syms_of_coding): Don't initialize them.
8697 (CATEGORY_MASK_UTF_16_AUTO): New macro.
8698 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
8699 detect_info->found.
8700 (decode_coding_utf_16): Don't detect BOM here.
8701 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
8702 is NOT utf_16_without_bom.
8703 (setup_coding_system): For a coding system of type utf-16, check
8704 if the attribute :endian is Qbig or not (not nil or not), and set
8705 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
8706 (detect_coding): If coding type is utf-16 and BOM detection is
8707 required, detect it.
8708 (Fdefine_coding_system_internal): For a coding system of type
1f45f627 8709 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
aca7a3d2 8710
73acf815 87112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8712
8713 * coding.c (coding_set_source): Fix for the case that the current
8714 buffer is different from coding->src_object.
8715 (decode_coding_object): Don't use the conversion work buffer if
8716 DST_OBJECT is a buffer.
8717
73acf815 87182008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8719
8720 * lread.c (read_emacs_mule_char) [len==2]: Index
8721 emacs_mule_charset correctly.
8722
73acf815 87232008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8724
8725 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
8726 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
1f45f627 8727 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
aca7a3d2
MB
8728 treated specially.)
8729 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
8730 (detected_mask): Remove Big5 bits.
8731
73acf815 87322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8733
8734 The following changes are to make the font rescaling facility
8735 compatible with Emacs 21.
8736
1f45f627 8737 * xfaces.c (Vface_font_rescale_alist): Rename from
aca7a3d2
MB
8738 Vface_resizing_fonts.
8739 (struct font_name): Rename member resizing_ratio to rescale_ratio.
1f45f627 8740 (font_rescale_ratio): Rename from font_resizing_ratio.
aca7a3d2
MB
8741 (split_font_name): Set font->rescale_ratio.
8742 (better_font_p): Pay attention to font->rescale_ratio.
8743 (build_scalable_font_name): Likewise. Change RESX, and RESY
8744 fields.
1f45f627 8745 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
aca7a3d2 8746
73acf815 87472008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8748
8749 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
8750 (Qutf_16_le): Remove these variables.
8751 (syms_of_coding): Don't DEFSYM them.
8752 (decode_coding_utf_16): Fix handling of BOM.
8753 (encode_coding_utf_16): Fix handling of BOM.
8754
73acf815 87552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8756
8757 * fileio.c (Finsert_file_contents): On replacing, before decoding
1f45f627 8758 the file into the work buffer, set point of the work buffer to the end.
aca7a3d2 8759
73acf815 87602008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8761
8762 * coding.c (Fcheck_coding_systems_region): Fix type errors.
8763
73acf815 87642008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8765
8766 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
8767 and fix C types.
8768
73acf815 87692008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8770
8771 * xdisp.c (SKIP_GLYPHS): New macro.
8772 (set_cursor_from_row): Pay attention to string display properties.
8773
8774 * category.c (copy_category_entry): Fix for the case that RANGE
8775 is an integer.
8776
8777 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
8778
1f45f627 8779 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
aca7a3d2 8780
73acf815 87812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8782
8783 * charset.c (Fcharset_id_internal): New function.
8784 (syms_of_charset): Defsubr it.
8785
8786 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
8787 with the last arg charset_list acquired from coding.
8788 (Fdefine_coding_system_internal): For ccl-based coding system, fix
8789 the attribute coding_attr_ccl_valids.
8790
8791 * coding.h (enum define_coding_ccl_arg_index): Set the first
8792 member coding_arg_ccl_decoder to coding_arg_max.
8793
1f45f627 8794 * ccl.h (ccl_driver): Adjust prototype.
aca7a3d2
MB
8795
8796 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
8797 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
8798 of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
4c4475a8
GM
8799 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
8800 last arg Qnil.
aca7a3d2 8801
73acf815 88022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8803
8804 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
8805 call encode_char.
8806
1f45f627 8807 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
aca7a3d2 8808
73acf815 88092008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8810
1f45f627 8811 * composite.c (syms_of_composite): Make composition_hash_table weak.
aca7a3d2 8812
73acf815 88132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8814
8815 * dispextern.h (check_face_attributes, generate_ascii_font_name)
8816 (font_name_registry): Don't extern them.
1f45f627 8817 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
aca7a3d2
MB
8818
8819 * fontset.h (Qfontset): Don't extern it.
8820 (new_fontset_from_font_name): Extern it.
8821
8822 * fontset.c: Give 8 extra slots to fontset objects.
8823 (Qfontset_info): New variable.
8824 (syms_of_fontset): Defsym it.
8825 (FONTSET_FALLBACK): New macro.
8826 (fontset_face): Try also the default fontset.
1f45f627
GM
8827 (make_fontset): Realize a fallback fontset from the default fontset.
8828 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
aca7a3d2
MB
8829 using split_font_name_into_vector and build_font_name_from_vector.
8830 (Fset_fontset_font): Access the elements of font_spec by enum
8831 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
8832 name by using split_font_name_into_vector.
8833 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
8834 generate a proper font name from the fontset name. Update
8835 Vfontset_alias_alist.
8836 (n_auto_fontsets): New variable.
8837 (new_fontset_from_font_name): New function.
8838 (Ffont_info): Store the information about fonts generated from the
1f45f627 8839 default fontset in the first extra slot of the returned char-table.
aca7a3d2 8840
1f45f627
GM
8841 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
8842 (font_name_registry): Delete function.
aca7a3d2
MB
8843 (split_font_name_into_vector): New function.
8844 (build_font_name_from_vector): New function.
1f45f627 8845 (font_list): The argument REGISTRY is now a list of registry names.
aca7a3d2
MB
8846 (choose_face_font): If we are choosing an ASCII font, and ATTRS
8847 specifies an explicit font name, return the name as is. Make a
8848 list of registy names.
8849
1f45f627 8850 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
aca7a3d2
MB
8851 of x_new_fontset.
8852 (Fx_create_frame): Don't call x_new_fontset here. Just use
8853 x_list_fonts to check the existence of fonts.
8854
1f45f627 8855 * xterm.h (x_new_fontset): Adjust prototype.
aca7a3d2
MB
8856
8857 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
8858 string. Use new_fontset_from_font_name to create a fontset from a
8859 font name.
8860
1c8658b9
GM
88612008-02-01 Kenichi Handa <handa@m17n.org>
8862
8863 * syntax.c (Vfind_word_boundary_function_table): New name for
8864 Vnext_word_boundary_function_table.
8865 (find-word-boundary-function-table): New name for
8866 next-word-boundary-function-table.
8867
73acf815 88682008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8869
8870 * Makefile.in: Fix some dependencies.
8871
8872 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
8873 set it to nil before returning.
8874
8875 * composite.c (update_compositions): Fix type error.
8876
8877 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
8878
73acf815 88792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8880
8881 * xterm.c (x_new_font): Optimize for the case that the font is
8882 already set for the frame.
8883
73acf815 88842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8885
8886 * chartab.c (char_table_ascii): Check if the char table contents
8887 is sub-char-table or not.
4c4475a8
GM
8888 (char_table_set, char_table_set_range): Fix argument to
8889 char_table_ascii.
aca7a3d2
MB
8890
8891 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
8892 (detect_coding_utf_8, detect_coding_utf_16)
8893 (detect_coding_emacs_mule, detect_coding_iso_2022)
8894 (detect_coding_sjis, detect_coding_big5)
8895 (detect_coding_ccl, detect_coding_charset): Change argument MASK
8896 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
1f45f627 8897 sequence is valid in this coding system. Change callers.
aca7a3d2
MB
8898 (MAX_ANNOTATION_LENGTH): New macro.
8899 (ADD_ANNOTATION_DATA): New macro.
1f45f627
GM
8900 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
8901 ADD_ANNOTATION_DATA. Change the format of annotation data.
aca7a3d2 8902 (ADD_CHARSET_DATA): New macro.
1f45f627 8903 (emacs_mule_char): New argument ID. Change callers.
aca7a3d2
MB
8904 (decode_coding_emacs_mule, decode_coding_iso_2022)
8905 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
8906 Produce charset annotation data in coding->charbuf.
8907 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
8908 to charset annotation data in coding->charbuf.
8909 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
8910 coding->common_flags if the coding system is iso-2022 based and
8911 uses designation.
1f45f627 8912 (produce_composition): Adjust for the new annotation data format.
aca7a3d2
MB
8913 (produce_charset): New function.
8914 (produce_annotation): Handle charset annotation.
8915 (handle_composition_annotation, handle_charset_annotation): New
8916 functions.
8917 (consume_chars): Handle charset annotation. Utilize the above two
8918 functions.
8919 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
8920 buffer, get the deleted text as a string and set
8921 coding->src_object to that string.
8922 (detect_coding, detect_coding_system): Use the new struct
8923 coding_detection_info.
8924
8925 * coding.h (struct coding_detection_info): New structure.
1f45f627 8926 (struct coding_system): Adjust prototype of the member `detector'.
aca7a3d2
MB
8927 (CODING_ANNOTATE_CHARSET_MASK): New macro.
8928
73acf815 89292008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8930
8931 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
8932
73acf815 89332008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8934
1f45f627 8935 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
aca7a3d2
MB
8936 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
8937 to new local and nullify apropos_accumulate before returning.
8938 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
8939
73acf815 89402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8941
8942 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
8943 correctly.
8944
73acf815 89452008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8946
8947 * fns.c (Flanginfo): Call synchronize_system_time_locale.
8948
73acf815 89492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
8950
8951 The following changes are to make character composition happen
8952 automatically on displaying.
8953
2a2e8de7 8954 * Makefile.in (lisp, shortlisp): Add composite.elc.
aca7a3d2 8955
1f45f627
GM
8956 * composite.h (Qauto_composed, Vauto_composition_function)
8957 (Qauto_composition_function): Extern them.
aca7a3d2 8958
1f45f627
GM
8959 * composite.c (Vcomposition_function_table)
8960 (Qcomposition_function_table): Delete variables.
8961 (Qauto_composed, Vauto_composition_function)
8962 (Qauto_composition_function): New variables.
aca7a3d2
MB
8963 (run_composition_function): Don't call
8964 compose-chars-after-function.
8965 (update_compositions): Clear `auto-composed' text property.
8966 (compose_chars_in_text): Delete this function.
8967 (syms_of_composite): Staticpro Qauto_composed and
8968 Qauto_composition_function. Declare Vauto_composition_function as
8969 a Lisp variable.
8970
8971 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
8972
8973 * xdisp.c (it_props): Add an entry for Qauto_composed.
8974 (handle_auto_composed_prop): New function.
8975
8976 * xselect.c (selection_data_to_lisp_data): Don't call
8977 compose_chars_in_text.
8978
73acf815 89792008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
8980
8981 * keyboard.c (read_char): Modify checking around use of
8982 Vkeyboard_translate_table.
8983
8984 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
8985 and fix C types.
8986
73acf815 89872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8988
4c4475a8
GM
8989 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
8990 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8991 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
aca7a3d2 8992 the case that the last byte is '\r' correctly.
1f45f627
GM
8993 (decode_coding): Flush out the unprocessed data correctly.
8994 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
aca7a3d2 8995
73acf815 89962008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8997
f245f2c6
JB
8998 * xterm.c (XTread_socket): Fix changes for defined keysyms.
8999 Add XK_ISO... case.
aca7a3d2
MB
9000 (xaw_scroll_callback): Revert last change.
9001
73acf815 90022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9003
1f45f627 9004 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
aca7a3d2 9005
73acf815 90062008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9007
9008 * xfaces.c (Vface_resizing_fonts): New variable.
9009 (struct font_name): New member `resizing_ratio'.
9010 (font_resizing_ratio): New function.
9011 (split_font_name): Set font->resizing_ratio.
9012 (better_font_p): Pay attention to font->resizing_ratio.
9013 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
9014 RESX, and RESY fields.
9015 (try_alternative_families): Try scalable fonts if
9016 Vscalable_fonts_allowed is not Qt.
9017 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
9018
73acf815 90192008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9020
9021 * xterm.c (xaw_scroll_callback): Cast correctly.
9022
73acf815 90232008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9024
9025 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
9026 (lispy_kana_keys): Comment out.
9027 (make_lispy_event) [XK_kana_A]: Comment out.
9028
9029 * xterm.c (xaw_scroll_callback): Cast call_data.
9030 (XTread_socket): Deal with ASCII keysyms.
9031 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
9032
73acf815 90332008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9034
9035 * xterm.c (Vx_keysym_table): New.
9036 (syms_of_xterm): Initialize it.
9037 (XTread_socket): Use it.
9038 From head: Eliminate incorrect optimization that tried to avoid
9039 decoding the output of X*LookupString.
9040 (x_get_font_repertory): Delete charset declaration.
9041
73acf815 90422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9043
1f45f627
GM
9044 * coding.c (detect_coding_charset): If only ASCII bytes are found,
9045 return 0.
aca7a3d2
MB
9046 (Fdefine_coding_system_internal): Setup
9047 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
9048
73acf815 90492008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9050
9051 * coding.c (Fcheck_coding_system): Doc fix.
9052
9053 * editfns.c (Finsert_byte): Return a proper value.
9054
73acf815 90552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9056
9057 * coding.c (decode_coding): Fix args to translate_chars. Pay
9058 attention to Vstandard_translation_table_for_decode.
9059 (encode_coding): Fix args to translate_chars. Pay attention to
9060 Vstandard_translation_table_for_encode.
9061
9062 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
9063 SINGLE_BYTE_CHAR_P.
9064
9065 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
9066 not by SINGLE_BYTE_CHAR_P.
9067
9068 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
9069 SINGLE_BYTE_CHAR_P.
9070
9071 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
9072 SINGLE_BYTE_CHAR_P.
9073
9074 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
9075 by SINGLE_BYTE_CHAR_P.
9076
9077 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
9078 SINGLE_BYTE_CHAR_P.
9079
73acf815 90802008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9081
9082 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
9083
73acf815 90842008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9085
9086 * fns.c (Flanginfo): Fix typo.
9087
9088 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
9089
73acf815 90902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9091
4c4475a8
GM
9092 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
9093 (detect_coding_emacs_mule, detect_coding_iso_2022)
9094 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
9095 incomplete byte sequence. Don't update *mask when correctly detected.
aca7a3d2 9096 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
1f45f627 9097 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
4c4475a8 9098 (detect_coding, detect_coding_system): Adjust for the changes above.
aca7a3d2 9099
73acf815 91002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9101
1f45f627
GM
9102 * character.c (char_string): Rename from
9103 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
9104 (string_char): Rename from string_char.
aca7a3d2 9105
4c4475a8
GM
9106 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
9107 if C is greater than MAX_3_BYTE_CHAR.
9108 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
9109 string_char instead of string_char_with_unification.
aca7a3d2 9110
73acf815 91112008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9112
9113 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
9114
73acf815 91152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9116
1f45f627 9117 * keymap.c (push_key_description): Pay attention to force_multibyte.
aca7a3d2
MB
9118
9119 * regex.c (re_search_2): Fix for the case of unibyte buffer.
9120
73acf815 91212008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9122
9123 * charset.c (define_charset_internal): Rename `supprementary'.
9124
9125 * Makefile.in (lisp, shortlisp): Remove latin-N.
9126
73acf815 91272008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9128
9129 * xfns.c (x_window, x_window): Use use_xim.
9130
9131 * xterm.c (use_xim): Initialize.
9132 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
9133 (x_term_init): Maybe set use_xim.
9134
9135 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
9136
73acf815 91372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9138
9139 * search.c (search_buffer): Fix case-fold-search of multibyte
9140 characters.
9141 (boyer_moore): Rename the last argument to char_high_bits.
9142
73acf815 91432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9144
9145 * xdisp.c (display_string): Fix for the case of zero width glyph.
9146
9147 * xfns.c (x_set_font): Change the error message of the case that
9148 x_new_fontset returns Qt.
9149
9150 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
9151 (Finternal_set_lisp_face_attribute): Use signal_error for the
9152 error of invalid fontset.
9153
9154 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
9155 fontset, return Qt.
9156
73acf815 91572008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9158
aca7a3d2
MB
9159 * unexelf.c (unexec): Make .got handling not SGI-specific.
9160
9161 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
9162
9163 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
9164
9165 * keyboard.c (read_key_sequence): Fix type error.
9166
9167 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
9168 type error.
9169
9170 * fontset.c (fontset_add): Return Lisp_Object.
9171
73acf815 91722008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9173
9174 * charset.h (charset_ordered_list_tick): Declare extern.
9175
73acf815 91762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9177
73acf815 9178 The following changes (and some of 2008-02-01 changes of mine) are
aca7a3d2
MB
9179 for handling syntax, category, and case conversion for unibyte
9180 characters by converting them to multibyte on the fly. With these
9181 changes, we don't have to setup syntax and case tables for unibyte
9182 characters in each language environment.
9183
9184 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
9185 multibyte if necessary.
9186
9187 * bytecode.c (Fbyte_code): Likewise.
9188
9189 * character.h (LEADING_CODE_LATIN_1_MIN)
9190 (LEADING_CODE_LATIN_1_MAX): New macros.
9191 (unibyte_to_multibyte_table): Extern it.
9192 (unibyte_char_to_multibyte): New macro.
9193 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
9194 (CHAR_LEADING_CODE): New macro.
9195 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
9196
9197 * character.c (unibyte_to_multibyte_table): New variable.
1f45f627 9198 (unibyte_char_to_multibyte): Move to character.h and define as macro.
aca7a3d2
MB
9199 (multibyte_char_to_unibyte): If C is an eight-bit character,
9200 convert it to the corresponding byte value.
9201
9202 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
9203 not 1, singals an error. Update the elements of
9204 unibyte_to_multibyte_table.
9205 (init_charset_once): Initialize unibyte_to_multibyte_table.
9206 (syms_of_charset): Define the charset `iso-8859-1'.
9207
aca7a3d2
MB
9208 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
9209 as is without converting it to unibyte. In a unibyte buffer,
9210 convert C to multibyte before checking the syntax.
9211
1f45f627 9212 * lisp.h (unibyte_char_to_multibyte): Delete extern.
aca7a3d2
MB
9213
9214 * minibuf.c (Fminibuffer_complete_word): Use the macro
9215 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
9216
9217 * regex.h (struct re_pattern_buffer): New member target_multibyte.
9218
9219 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
9220 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
9221 that is zero, convert an eight-bit char to multibyte.
9222 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
9223 non-emacs case.
9224 (PATFETCH): Convert an eight-bit char to multibyte.
9225 (HANDLE_UNIBYTE_RANGE): New macro.
9226 (regex_compile): Setup the compiled pattern for multibyte chars
9227 even if the given regex string is unibyte. Use PATFETCH_RAW
9228 instead of PATFETCH in many places. To handle `charset'
c5ad7a3d 9229 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
aca7a3d2 9230 only for ASCII chars.
1f45f627 9231 (analyse_first) <exactn>: Simplify because the compiled pattern
aca7a3d2
MB
9232 is multibyte.
9233 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
9234 <charset>: Use CHAR_LEADING_CODE to get leading codes.
1f45f627 9235 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
aca7a3d2
MB
9236 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
9237 multibyte always 1.
9238 (re_search_2): In emacs, set the locale variable multibyte to 1,
9239 otherwise to 0. New local variable target_multibyte. Check it
9240 to decide the multibyteness of STR1 and STR2. If
9241 target_multibyte is zero, convert unibyte chars to multibyte
9242 before translating and checking fastmap.
9243 (TARGET_CHAR_AND_LENGTH): New macro.
9244 (re_match_2_internal): In emacs, set the locale variable multibyte
9245 to 1, otherwise to 0. New local variable target_multibyte. Check
9246 it to decide the multibyteness of STR1 and STR2. Use
9247 TARGET_CHAR_AND_LENGTH to fetch a character from D.
9248 <charset, charset_not>: If multibyte is nonzero, check fastmap
c5ad7a3d 9249 only for ASCII chars. Call bcmp_translate with
aca7a3d2
MB
9250 target_multibyte, not with multibyte.
9251 <begline>: Declare the local variable C as `unsigned'.
9252 (bcmp_translate): Change the last arg name to target_multibyte.
9253
9254 * search.c (compile_pattern_1): Don't adjust the multibyteness of
9255 the regexp pattern and the matching target. Set cp->buf.multibyte
9256 to the multibyteness of the regexp pattern. Set
1f45f627 9257 cp->but.target_multibyte to the multibyteness of the matching target.
aca7a3d2
MB
9258 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
9259 FETCH_STRING_CHAR_ADVANCE.
9260 (Freplace_match): Convert unibyte chars to multibyte.
9261
4c4475a8
GM
9262 * syntax.c (char_quoted, back_comment, scan_words)
9263 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
9264 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
aca7a3d2 9265 unibyte chars to multibyte.
1f45f627
GM
9266 (skip_chars): Delete the arg syntaxp, and move the code for
9267 handling syntaxes to skip_syntaxes. Change callers.
aca7a3d2
MB
9268 Fix the case that the multibyteness of STRING and the current
9269 buffer doesn't match.
9270 (skip_syntaxes): New function.
9271 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
9272 SINGLE_BYTE_CHAR_P.
aca7a3d2 9273
73acf815 92742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9275
9276 * xfaces.c (QCfontset): New variable.
9277 (LFACE_FONTSET): New macro.
9278 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
9279 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
4c4475a8
GM
9280 (Finternal_set_lisp_face_attribute)
9281 (Finternal_get_lisp_face_attribute): Handle QCfontset.
aca7a3d2
MB
9282 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
9283 check also LFACE_FONTSET_INDEX.
9284 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
9285 attrs[LFACE_FONT_INDEX].
9286 (syms_of_xfaces): Intern and staticpro QCfontset.
9287
9288 * dispextern.h (enum lface_attribute_index): New member
9289 LFACE_FONTSET_INDEX.
9290
9291 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
9292
73acf815 92932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9294
9295 * coding.c (coding_set_destination): Fix coding->destination for
9296 the case converting a region.
9297 (encode_coding_utf_8): Encode eight-bit chars as single byte.
9298 (encode_coding_object): Fix coding->dst_pos and
9299 coding->dst_pos_byte for the case converting a region.
9300
9301 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
9302
9303 * character.h (BYTE8_STRING): New macro.
9304
9305 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
9306
73acf815 93072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9308
9309 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
9310 characters by octal form.
9311
9312 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
9313
1f45f627 9314 * buffer.h (_fetch_multibyte_char_len): Delete extern.
4c4475a8
GM
9315 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
9316 _fetch_multibyte_char_len.
aca7a3d2
MB
9317 (FETCH_CHAR_AS_MULTIBYTE): New macro.
9318
1f45f627 9319 * casetab.c (set_canon, set_identity, shuffle): Simplify.
aca7a3d2 9320
1f45f627 9321 * casefiddle.c (casify_object): Simplify. Handle the case that
aca7a3d2 9322 the case conversion change the byte length.
1f45f627 9323 (casify_region): Likewise.
aca7a3d2 9324
1f45f627 9325 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
aca7a3d2 9326
1f45f627 9327 * character.c (_fetch_multibyte_char_len): Delet this variable.
aca7a3d2
MB
9328 (syms_of_character): Setup Vprintable_chars.
9329
9330 * editfns.c (Fchar_equal): Fix for the unibyte case.
9331 (Finsert_byte): New function.
9332 (syms_of_editfns): Defsubr it.
9333
9334 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
9335 of direct code 0x3ffff.
9336
9337 * search.c (Freplace_match): Fix for the unibyte case.
9338
73acf815 93392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9340
9341 * lread.c (safe_to_load_p): Fix the logic.
9342
9343 * syntax.c (scan_words): Don't treat characters belonging to
9344 different scripts as constituting a word.
9345
9346 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
9347
1f45f627 9348 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
aca7a3d2
MB
9349
9350 * emacs.c (main): In the case of --unibyte, instead of aborting on
9351 finding non-empty buffer, make it unibyte.
9352
73acf815 93532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9354
9355 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
9356 to create a fontset.
9357
73acf815 93582008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9359
9360 * character.c (Funibyte_char_to_multibyte): Doc fix.
9361
9362 * xfns.c [HAVE_STDLIB_H]: Fix last change.
9363
73acf815 93642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9365
9366 * fontset.c (fontset_add): Make the type `int'.
9367 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
9368
4c4475a8
GM
9369 * character.c (unibyte_char_to_multibyte)
9370 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
aca7a3d2 9371 charset_unibyte, not charset_primary.
aca7a3d2 9372
1f45f627 9373 * charset.h (charset_unibyte): Extern it instead of charset_primary.
aca7a3d2 9374
1f45f627
GM
9375 * charset.c (charset_unibyte): Rename from charset_primary.
9376 (Funibyte_charset): Rename from Fprimary_charset.
9377 (Fset_unibyte_charset): Rename from Fset_primary_charset.
9378 (syms_of_charset): Adjust for the above changes.
aca7a3d2
MB
9379
9380 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
9381 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
9382 it->multibyte_p is zero.
9383
9384 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
1f45f627 9385 Delete extern.
aca7a3d2 9386
73acf815 93872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9388
9389 * coding.c (Fdefine_coding_system_internal): Fix category setting
9390 for a coding system of type iso-2022.
9391
73acf815 93922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9393
1f45f627 9394 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
aca7a3d2 9395
73acf815 93962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9397
9398 * syntax.c (Vnext_word_boundary_function_table): New variable.
1c8658b9
GM
9399 (next-word-boundary-function-table): Declare it as a Lisp variable
9400 in syms_of_syntax.
aca7a3d2
MB
9401 (scan_words): Call functions in Vnext_word_boundary_function_table
9402 if any.
9403
9404 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
9405
9406 * fontset.c (fs_load_font): If fontp->charset is not negative,
9407 return fontp without setting its members.
9408
73acf815 94092008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9410
aca7a3d2
MB
9411 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
9412
9413 * m/sparc.h (HAVE_ALLOCA): Delete.
9414
9415 * s/irix6-5.h: Don't include strings.h.
9416 (bcopy, bzero, bcmp): Don't undef.
9417
9418 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
9419
9420 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
9421 (TIOCSIGSEND): Don't test IRIX6.
9422 (bcopy, bzero, bcmp): Define conditionally.
9423
73acf815 94242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9425
9426 * buffer.c (Qas, Qmake, Qto): New variables.
1f45f627 9427 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
aca7a3d2
MB
9428 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
9429
9430 * callproc.c (Fcall_process): Don't call insert_1_both directly if
9431 we are inserting a process output into a multibyte buffer.
9432
9433 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
9434 multibyte_char_to_unibyte.
9435
9436 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
9437 by the primary charset, make it eight-bit char.
9438 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
9439
1f45f627
GM
9440 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
9441 (charset_8_bit__control, charset_8_bit_graphic)
9442 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
aca7a3d2
MB
9443 (define_charset_internal): New function.
9444 (syms_of_charset): Call define_charset_internal for pre-defined
9445 charsets.
9446
9447 * charset.h (charset_8_bit): Extern it.
9448
1f45f627 9449 * coding.c (make_conversion_work_buffer): Adjust for the change
aca7a3d2
MB
9450 of Fset_buffer_multibyte.
9451 (encode_coding_raw_text): Increment p0 in the loop.
9452
1f45f627 9453 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
aca7a3d2 9454
1f45f627 9455 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
aca7a3d2
MB
9456 for the change of Fset_buffer_multibyte.
9457
9458 * fns.c (Fstring_to_multibyte): New function.
9459 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
9460
73acf815 94612008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9462
9463 * xfns.c (x_put_x_image): Declare args.
9464
1f45f627 9465 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
aca7a3d2
MB
9466 (try_font_list): Declare an arg.
9467
9468 * xdisp.c (message2_nolog, set_message): Declare an arg.
9469
9470 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
9471
9472 * syntax.c (scan_sexps_forward): Declare an arg.
9473
9474 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
9475 Declare an arg.
9476
9477 * lisp.h (Fnew_fontset): Declare.
9478
9479 * keymap.c (push_key_description): Call CHARACTERP correctly.
9480
1f45f627 9481 * fontset.c (fontset_add): Declare args. Call make_number correctly.
aca7a3d2
MB
9482 (face_for_char): Delete unused vars.
9483 (Fset_fontset_font): Doc fix. Delete unused vars.
9484
9485 * doc.c (Fsubstitute_command_keys): Delete unused vars.
9486
9487 * composite.c (update_compositions): Declare arg.
9488
9489 * cm.c (calccost, cmgoto): Declare args.
9490
9491 * charset.c: Remove `emacs' conditional. Doc fixes.
9492 (map_char_table_for_charset): Declare.
9493
1f45f627 9494 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
aca7a3d2 9495
1f45f627 9496 * ccl.c: Remove `emacs' conditional.
aca7a3d2 9497
73acf815 94982008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9499
9500 The following changes are to allow specifying multiple font
9501 patterns for a character range (specified by script or charset).
9502
9503 * Makefile.in (abbrev.o): Depend on syntax.h.
9504 (xfaces.o): Depend on charset.h.
9505
9506 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
9507 SINGLE_BYTE_CHAR_P.
9508
9509 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
9510
9511 * character.h (Vchar_script_table): Extern it.
9512
1f45f627 9513 * character.c (Vscript_alist): Delete.
aca7a3d2
MB
9514 (Vchar_script_table, Qchar_script_table): New variable.
9515 (syms_of_character): Declare Vchar_script_table as a lisp variable
9516 and initialize it.
9517
1f45f627 9518 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
aca7a3d2
MB
9519 have property char-table-extra-slots, make no extra slot.
9520
1f45f627 9521 * dispextern.h (struct face): Delete member `charset'.
4c4475a8
GM
9522 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
9523 SINGLE_BYTE_CHAR_P.
1f45f627
GM
9524 (choose_face_font, lookup_non_ascii_face, font_name_registry):
9525 Add prototypes.
9526 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
9527 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
9528
9529 * fontset.h (get_font_repertory_func): New prototype.
1f45f627 9530 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
aca7a3d2
MB
9531 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
9532
9533 * fontset.c (Qprepend, Qappend): New variables.
1f45f627 9534 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
aca7a3d2
MB
9535 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
9536 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
9537 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
9538 (fontset_ref_and_range, fontset_add, reorder_font_vector)
9539 (load_font_get_repertory): New functions.
1f45f627 9540 (fontset_set): Delete.
aca7a3d2 9541 (fontset_face): New arg FACE. Return face ID, not face.
1f45f627 9542 Complete re-write to handle new fontset structure. Change caller.
aca7a3d2
MB
9543 (free_face_fontset): Use ASET istead of AREF (X) = Y.
9544 (face_for_char): Don't call lookup_face.
9545 (make_fontset_for_ascii_face): New arg FACE.
9546 (fs_load_font): New arg CHARSET_ID. Don't check
9547 Vfont_encoding_alist here.
9548 (find_font_encoding): New function.
9549 (list_fontsets): Use STRINGP, not ! NILP.
9550 (accumulate_script_ranges): New function.
9551 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
9552 re-written to handle new fontset structure.
9553 (Ffontset_font): Return a copy of element.
9554 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
9555 docstring of font-encoding-alist.
9556
9557 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
9558 (Fset_fotset_font): Fix arguments to 5.
9559
1f45f627 9560 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
aca7a3d2
MB
9561
9562 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
9563 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
1f45f627 9564 (highlight_trailing_whitespace): Adjust for the change of
aca7a3d2
MB
9565 lookup_named_face.
9566
9567 * xfaces.c: Include charset.h.
1f45f627
GM
9568 (load_face_font): Delete argument C. Change caller.
9569 (generate_ascii_font_name): Rename from generate_ascii_font.
aca7a3d2
MB
9570 (font_name_registry): New function.
9571 (cache_face): Store ascii faces before non-ascii faces in buckets.
1f45f627 9572 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
aca7a3d2
MB
9573 Lookup only ascii faces.
9574 (lookup_non_ascii_face): New function.
1f45f627
GM
9575 (lookup_named_face): Delete argument C. Change caller.
9576 (lookup_derived_face): Delete argument C. Change caller.
9577 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
aca7a3d2 9578 a string, just call font_list with it.
1f45f627
GM
9579 (choose_face_font): Delete arguments FACE and C. New arg
9580 FONT_SPEC. Change caller.
4c4475a8
GM
9581 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
9582 Change caller.
aca7a3d2
MB
9583 (realize_non_ascii_face): New function.
9584 (realize_x_face): Call load_face_font here.
1f45f627 9585 (realize_tty_face): Delete argument C. Change caller.
aca7a3d2
MB
9586 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
9587 get a face ID.
9588 (dump_realized_face): Don't print charset of FACE.
9589
9590 * xfns.c (x_set_font): Always call x_new_fontset and
9591 store_frame_parameter.
9592 (Fx_create_frame): Call x_new_fontset, not x_new_font.
1f45f627 9593 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
aca7a3d2
MB
9594
9595 * xterm.h (x_get_font_repertory): Extern it.
9596
9597 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
9598 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
9599 it->multibyte_p is zero.
9600 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
9601 (x_new_fontset): If FONTSETNAME doesn't match any existing
9602 fontsets, create a new one.
9603 (x_get_font_repertory): New function.
9604
73acf815 96052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9606
9607 * coding.c (Ffind_coding_systems_region_internal): Detect an
9608 ASCII only string correctly.
9609
9610 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
9611 version is 0.
9612
73acf815 96132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9614
9615 * lread.c: Include "coding.h".
1f45f627
GM
9616 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
9617 (load_each_byte, unread_char): New variables.
9618 (readchar_backlog): Delete.
aca7a3d2
MB
9619 (readchar): Return a character unless load_each_byte is nonzero.
9620 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
9621 cons. If unread_char is not -1, simply return it.
9622 (unreadchar): Handle the case that readcharfun is
1f45f627
GM
9623 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
9624 (read_multibyte): Delete.
aca7a3d2
MB
9625 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
9626 (read_emacs_mule_char): New functions.
9627 (Fload): Even if the file doesn't have the extention ".elc", if
9628 safe_to_load_p returns a positive version number, assume that the
9629 file contains bytecompiled code. If the version is less than 22,
9630 load the file while decoding multibyte sequences by emacs-mule.
9631 (readevalloop): Don't use readchar_backlog.
1f45f627
GM
9632 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
9633 (Fread_from_string): Pay attention to the case that STREAM is a cons.
9634 (read_escape): Delete the arg BYTEREP.
aca7a3d2
MB
9635 (read1): Set load_each_byte to 1 temporarily while handling
9636 #@NUMBER. Don't call read_multibyte.
9637 (read_vector): Call Fread with a cons. If readcharfun is
9638 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
1f45f627 9639 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
aca7a3d2
MB
9640 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
9641 and Qload_force_doc_strings.
9642
73acf815 96432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9644
9645 * xdisp.c (face_before_or_after_it_pos): Call
9646 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
9647
73acf815 96482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9649
9650 * character.h (TRAILING_CODE_P): New macro.
1f45f627 9651 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
aca7a3d2
MB
9652 (string_char_with_unification): Fix prototype.
9653 (Vscript_alist): Extern it.
9654
9655 * character.c (Vscript_alist): New variable.
4c4475a8
GM
9656 (string_char_with_unification, str_as_unibyte)
9657 (string_escape_byte8): Add `const' to local variables.
aca7a3d2
MB
9658 (syms_of_character): Declare script-alist as a Lisp variable.
9659
9660 * charset.h (Vcharset_ordered_list): Extern it.
9661 (charset_ordered_list_tick): Extern it.
9662 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
9663 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
9664 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
1f204af3 9665 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
1f45f627 9666 (Funify_charset): Adjust for the change of Funify_charset.
aca7a3d2
MB
9667
9668 * charset.c (charset_ordered_list_tick): New variable.
9669 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
9670 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
9671 deunify intead of unify a charset.
9672 (string_xstring_p): Add `const' to local variables.
1f45f627
GM
9673 (find_charsets_in_text): Add `const' to arguemnts and local variables.
9674 (encode_char): Adjust for the change of Funify_charset. Fix
aca7a3d2
MB
9675 detecting of invalid code.
9676 (Fset_charset_priority): Increment charset_ordered_list_tick.
9677 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
9678 and TO_CODE.
9679
9680 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
1f45f627
GM
9681 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
9682 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
4c4475a8
GM
9683 (decode_coding_ccl, consume_chars)
9684 (Ffind_coding_systems_region_internal)
9685 (Fcheck_coding_systems_region): Add `const' to local variables.
aca7a3d2
MB
9686
9687 * print.c (print_object): Use octal form for printing the
9688 contents of a bool vector.
9689
73acf815 96902008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9691
9692 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
9693 <version == 20>: Refuse to load.
9694
73acf815 96952008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9696
9697 * fns.c: Move coding.h.
9698 (Qcodeset, Qdays, Qmonths): New.
9699 (concat): Use CHARACTERP instead of INTERGERP.
1f45f627 9700 (Flocale_codeset): Delete.
aca7a3d2 9701 (Flanginfo): New function.
1f45f627 9702 (syms_of_fns): Change accordingly.
aca7a3d2
MB
9703
9704 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
9705
73acf815 97062008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9707
9708 * casetab.c (init_casetab_once, init_casetab_once): Fix
9709 CHAR_TABLE_SET call.
9710
9711 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
9712
9713 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
9714
9715 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
9716 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
9717 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
9718
9719 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
9720
9721 * coding.c (ENCODE_DESIGNATION, decode_eol)
9722 (make_conversion_work_buffer, code_conversion_restore)
9723 (Fdefine_coding_system_internal): Convert Lisp types.
9724 (code_conversion_restore): Use EQ, not ==.
9725 (Fencode_coding_string): Fix code_convert_string call.
9726
9727 * coding.h (code_convert_region): Fix prototype.
9728
1f45f627 9729 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
aca7a3d2
MB
9730
9731 * fontset.c (fontset_ref, fontset_set, fs_load_font)
9732 (Ffontset_info): Convert Lisp types.
9733
9734 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
9735
9736 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
9737
9738 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
9739
9740 * chartab.c: Include "...h", not <...h> in some cases.
9741
9742 * callproc.c (Fcall_process): Remove unused variables.
9743
73acf815 97442008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9745
9746 * coding.c (Fset_coding_system_priority): Allow null arg list.
9747
73acf815 97482008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9749
9750 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
9751 (Fself_insert_and_exit): Use CHARACTERP.
9752
9753 * callproc.c (Fcall_process): Remove unused vars.
9754
9755 * xterm.c (XTread_socket): Add extra dead keysyms.
9756
9757 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
9758
9759 * dispextern.h: Remove prototypes for redraw_frame,
9760 redraw_garbaged_frames.
9761
9762 * cmds.c (Fself_insert_command): Use CHARACTERP.
9763
9764 * chartab.c (make_sub_char_table): Remove unused var.
9765 (Fset_char_table_default, Fmap_char_table): Doc fix.
9766
9767 * keymap.c (access_keymap): Remove generic char code.
9768 (push_key_description): Use CHARACTERP.
9769
73acf815 97702008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9771
9772 * charset.c: Doc fixes.
9773 (Funify_charset): Extra checking.
9774
73acf815 97752008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9776
9777 * lread.c: Remove some unused variables.
9778 (safe_to_load_p): If safe, return the magic number version byte.
9779 (Fload): Maybe use load-with-code-conversion.
9780
73acf815 97812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9782
9783 * category.c (Fmodify_category_entry): Don't modify the contents
9784 of category_set for characters out of the range. Avoid
9785 unnecessary modification.
9786
1f45f627 9787 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
aca7a3d2
MB
9788 Vchar_unify_table. The default value of the table is now nil.
9789
9790 * character.c (syms_of_character): Setup Vchar_width_table for
9791 eight-bit-control and raw-byte chars.
9792
9793 * charset.h (enum define_charset_arg_index): Delete
9794 charset_arg_parents and add charset_arg_subset and
9795 charset_arg_superset.
9796 (enum charset_attr_index): Delete charset_parents and add
9797 charset_subset and charset_superset.
9798 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
9799 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
1f45f627 9800 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
aca7a3d2
MB
9801 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
9802 (CHARSET_SUPERSET): New macros.
9803 (charset_work): Extern it.
9804 (ENCODE_CHAR): Use charset_work.
1f45f627 9805 (CHAR_CHARSET_P): Adjust for the change of encoder format.
aca7a3d2
MB
9806 (map_charset_chars): Extern it.
9807
9808 * charset.c (load_charset_map): Set the default value of encoder
9809 and deunifier char-tables to nil.
1f45f627 9810 (map_charset_chars): Change argument. Change callers. Use
aca7a3d2
MB
9811 map_char_table_for_charset instead of map_char_table.
9812 (Fmap_charset_chars): New optional args from_code and to_code.
1f45f627 9813 (Fdefine_charset_internal): Adjust for the change of
aca7a3d2
MB
9814 `define-charset' (:parents -> :subset or :superset).
9815 (charset_work): New variable.
4c4475a8
GM
9816 (encode_char, syms_of_charset): Adjust for the change of
9817 Fdefine_charset_internal.
aca7a3d2
MB
9818 (Ffind_charset_string): Setup the vector `charsets' correctly.
9819
1f45f627 9820 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
aca7a3d2 9821 the previous change.
1f45f627 9822 (char_table_ref_and_range): Adjust for the above change.
aca7a3d2
MB
9823 (map_sub_char_table_for_charset): New function.
9824 (map_char_table_for_charset): New function.
9825
9826 * keymap.c (describe_vector): Handle a char-table directly here.
1f45f627 9827 (describe_char_table): Delete.
aca7a3d2 9828
1f45f627 9829 * lisp.h (map_charset_chars): Delete.
aca7a3d2 9830
73acf815 98312008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9832
9833 * fns.c (count_combining): Comment out (unused).
9834 (Flocale_codeset): New.
9835 (syms_of_fns): Defsubr it.
9836
9837 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
1f45f627 9838 (size_t): Remove.
aca7a3d2 9839
73acf815 98402008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9841
6f69e89b 9842 * Makefile.in (chartab.o): Depend on charset.h.
aca7a3d2 9843
73acf815 98442008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9845
9846 * character.c (syms_of_character): Set the default value of
9847 Vprintable_chars to Qnil.
9848
73acf815 98492008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9850
9851 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
9852
73acf815 98532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9854
9855 * charset.c (load_charset_map): Handle the case that from < to
9856 correctly.
9857
4c4475a8
GM
9858 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
9859 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
9860 Pay attention to raw-8-bit chars.
aca7a3d2 9861
73acf815 98622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9863
4c4475a8
GM
9864 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
9865 It is not bytecompiled now.
aca7a3d2
MB
9866
9867 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
9868 (charset_jisx0208): New variables.
9869 (Fdefine_charset_internal): Setup them if appropriate.
9870 (init_charset_once): Initialize them to -1.
9871
1f45f627
GM
9872 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
9873 (charset_jisx0208): Extern them.
aca7a3d2 9874
1f204af3 9875 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
aca7a3d2 9876 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
1f45f627
GM
9877 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
9878 (setup_iso_safe_charsets): Fix arguments to Fassq.
4c4475a8
GM
9879 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
9880 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
9881 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
aca7a3d2
MB
9882 (encode_coding_iso_2022): Change the 1st arg to
9883 ENCODE_ISO_CHARACTER to a variable.
9884
73acf815 98852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9886
9887 * charset.h (enum define_charset_arg_index): New enums
9888 charset_arg_min_code and charset_arg_max_code.
9889 (struct charset): New member char_index_offset.
9890
4c4475a8
GM
9891 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
9892 Take charset->char_index_offset into account.
aca7a3d2
MB
9893 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
9894 args[charset_arg_max_code]. Setup charset.char_index_offset.
9895 (syms_of_charset): Fix args to Fdefine_charset_internal.
9896
73acf815 98972008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9898
9899 * coding.c (decode_coding_utf_8): Reject overlong sequences.
9900
73acf815 99012008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9902
9903 * coding.c: Doc fixes.
9904 (Fcoding_system_aliases): Fix return value.
9905 (Qmac): Remove (duplicated) definition.
9906
73acf815 99072008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9908
9909 * charset.c (Fcharset_priority_list, Fset_charset_priority): New
9910 functions.
9911
9912 * character.c (Fstring): Doc fix.
9913
9914 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
9915
9916 * fontset.c (Ffontset_info): Doc fix. Return charset names, not
9917 ids.
9918 (font-encoding-alist): Doc fix.
9919
73acf815 99202008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9921
9922 * term.c (costs_set): Declare static, non-initialized for pcc.
1f45f627 9923 (encode_terminal_code): Remove unused var.
aca7a3d2
MB
9924
9925 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
9926 for K&R.
9927
9928 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
9929
9930 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
1f45f627 9931 (suffixes): Move out of make_subsidiaries for K&R.
aca7a3d2 9932
1f45f627 9933 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
aca7a3d2
MB
9934
9935 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
9936
73acf815 99372008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9938
9939 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
9940
1f45f627 9941 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
aca7a3d2 9942
2a2e8de7 99432008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2
MB
9944
9945 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
9946
1f45f627 9947 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
aca7a3d2 9948
73acf815 99492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9950
4c4475a8 9951 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
aca7a3d2 9952 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
aca7a3d2 9953
73acf815 99542008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9955
1f45f627 9956 * coding.c (decode_coding_charset): Adjust for the change of
aca7a3d2
MB
9957 Fdefine_coding_system_internal.
9958 (Fdefine_coding_system_internal): For a coding system of
9959 `charset' type, store a list of charset IDs in
9960 `charset_attr_charset_valids' element of coding attributes.
9961
73acf815 99622008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
9963
9964 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
1f45f627
GM
9965 (emacs_mule_char): New arg src. Delete arg `composition'. Change
9966 caller. Handle 2-byte and 3-byte charsets correctly.
9967 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
9968 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
aca7a3d2
MB
9969 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
9970 (DECODE_EMACS_MULE_21_COMPOSITION): Call
9971 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
9972 sequence.
9973 (decode_coding_emacs_mule): Handle composition correctly. Rewind
1f45f627 9974 `src' and `consumed_chars' correctly before calling emacs_mule_char.
aca7a3d2
MB
9975 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
9976 and alt&rule composition.
9977 (decode_coding_iso_2022): Handle composition correctly.
9978 (init_coding_once): Setup emacs_mule_bytes for private charsets.
9979
9980 * charset.c (Fdefine_charset_internal): Fix bug for the case of
9981 re-defining a charset. If the charset has :emacs-mule-id, setup
9982 emacs_mule_bytes.
1f45f627 9983 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
aca7a3d2 9984
73acf815 99852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9986
4c4475a8
GM
9987 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
9988 (encode_coding_big5, encode_coding_charset): If coding requires safe
aca7a3d2
MB
9989 encoding, produce a character specified by
9990 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
aca7a3d2 9991
73acf815 99922008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
9993
9994 * xterm.c (XSetIMValues): Declare.
9995
9996 * process.c: Conditionally include sys/wait.h, pty.h.
9997
1f45f627 9998 * print.c (print_object): Fix print format for 64-bit systems.
aca7a3d2 9999
1f45f627 10000 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
aca7a3d2
MB
10001
10002 * buffer.c (emacs_strerror): Declare.
aca7a3d2
MB
10003
10004 * fontset.c (Fclear_face_cache): Declare.
1f45f627 10005 (accumulate_font_info): Comment-out (unused).
aca7a3d2
MB
10006 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
10007 variables.
10008
10009 * character.h (string_escape_byte8): Declare.
10010
10011 * charset.c (load_charset_map, load_charset_map_from_file): Remove
10012 unused vars.
10013 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
10014 (Fmap_charset_chars): Doc fix.
10015
1f45f627 10016 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
aca7a3d2
MB
10017 (Fset_coding_system_priority, Fset_coding_system_priority)
10018 (Fdefine_coding_system_internal): Doc fix.
10019
73acf815 100202008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10021
10022 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
10023
73acf815 100242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10025
10026 * character.c (string_escape_byte8): Make multibyte string with
10027 correct size.
10028
10029 * charset.c (Fmake_char): Delete unnecessary code.
10030
73acf815 100312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10032
10033 * xfns.c (x_encode_text): Allocate coding.destination here, and
10034 call encode_coding_object with dst_object Qnil.
10035
10036 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
10037 multibyte form correctly.
10038
10039 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
10040 against Vfont_encoding_alist.
10041
10042 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
10043 handling of charset list.
10044 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
10045 (decode_coding_object): Move point to coding->dst_pos before
10046 calling post-read-conversion function.
10047 (encode_coding_object): Give correct arguments to
10048 pre-write-conversion. Ignore the return value of
10049 pre-write-conversion function. Pay attention to the case that
10050 pre-write-conversion changes the current buffer. If dst_object is
10051 Qt, even if coding->src_bytes is zero, allocate at least one byte
10052 to coding->destination.
10053
10054 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
10055
10056 * charset.c (Fmake_char): Make it more backward compatible.
10057 (Fmap_charset_chars): Fix docstring.
10058
73acf815 100592008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10060
10061 * coding.c: Doc fixes.
10062 (Fdefine_coding_system_alias): Use names, not symbols, in
10063 coding-system-alist.
10064
73acf815 100652008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10066
10067 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
10068 of calling free_realized_face.
10069
2a2e8de7 100702008-02-01 Yong Lu <lyongu@asia-infonet.com>
aca7a3d2 10071
1f45f627
GM
10072 * charset.c (read_hex): Don't treat SPC as a comment starter.
10073 (decode_char): If CODE_POINT_TO_INDEX retruns -1, always return -1.
aca7a3d2
MB
10074 (Fdecode_char): Fix typo.
10075
73acf815 100762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10077
10078 * charset.h (struct charset): New member `code_space_mask'.
10079
1f45f627 10080 * coding.c (coding_set_source): Delete the local variable beg_byte.
4c4475a8
GM
10081 (encode_coding_charset, Fdefine_coding_system_internal):
10082 Delete the local variable charset.
aca7a3d2
MB
10083 (Fdefine_coding_system_internal): Setup
10084 attrs[coding_attr_charset_valids] correctly.
10085
10086 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
10087 member to check if CODE is valid or not.
10088 (Fdefine_charset_internal): Initialize `code_space_mask' member.
10089 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
10090 is within the range of charset->min_code and carset->max_code.
10091
73acf815 100922008-02-01 Dave Love <fx@gnu.org>
aca7a3d2
MB
10093
10094 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
10095
10096 * dispextern.h (generate_ascii_font): Fix return type.
10097
10098 * xfaces.c (generate_ascii_font): Fix arg declaration.
10099
10100 * coding.c (coding_inherit_eol_type)
10101 (Fset_terminal_coding_system_internal)
10102 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
10103
73acf815 101042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10105
10106 * coding.c (decode_coding_charset, encode_coding_charset): Handle
10107 multiple charsets correctly.
10108
73acf815 101092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10110
10111 * search.c (boyer_moore): Fix handling of mulitbyte character
10112 translation.
10113
10114 * xdisp.c (display_mode_element): When the variable `elt' is
10115 changed, update `this' and `lisp_string'.
10116
73acf815 101172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10118
10119 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
10120
10121 * callproc.c (Fcall_process): Be sure to give the current buffer
1f45f627 10122 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
aca7a3d2
MB
10123
10124 * charset.c (struct charset_map_entries): New struct.
1f45f627
GM
10125 (load_charset_map): Rename from parse_charset_map. New args
10126 entries and n_entries. Change caller.
10127 (load_charset_map_from_file): Rename from load_charset_map.
10128 Change caller. New arg control_flag. Call load_charset_map at
aca7a3d2
MB
10129 the tail.
10130 (load_charset_map_from_vector): New function.
10131 (Fdefine_charset_internal): Setup charset.compact_codes_p.
10132 (encode_char): If the charset is compact, change a character index
10133 to a code point.
10134
10135 * coding.c (coding_alloc_by_making_gap): Check the case that the
10136 source and destination are the same correctly.
10137 (decode_coding_raw_text): Set coding->consumed_char and
10138 coding->consumed to 0.
10139 (produce_chars): If coding->chars_at_source is nonzero, update
10140 coding->consumed_char and coding->consumed before calling
10141 alloc_destination.
10142 (Fdefine_coding_system_alias): Register ALIAS in
10143 Vcoding_system_alist.
10144 (syms_of_coding): Define `no-convesion' coding system at the tail.
10145
10146 * fileio.c (Finsert_file_contents): Set coding_system instead of
10147 val. If the current buffer is multibyte, always call
10148 decode_coding_gap.
10149
10150 * xfaces.c (try_font_list): Give higher priority to fontset's
10151 family than face's family.
10152
73acf815 101532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10154
10155 * callproc.c (Fcall_process): Be sure to give the current buffer
10156 to decode_coding_c_string.
10157
10158 * xfaces.c (try_font_list): Give a family specified in a fontset
10159 higher priority than a family specified in a face.
10160
73acf815 101612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10162
10163 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
10164 Fix arguments to insert_from_buffer.
10165
10166 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
10167
73acf815 101682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10169
10170 * coding.c (produce_chars): Set the variable `multibytep' correctly.
10171 (decode_coding_gap): Set coding->dst_multibyte correctly.
10172
73acf815 101732008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10174
10175 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
1f45f627 10176 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
aca7a3d2
MB
10177 (encode_coding_utf_16): Substitute coding->default_char for
10178 non-Unicode characters.
10179 (decode_coding): Don't call record_insert here.
10180 (setup_coding_system): Initialize `surrogate' of
10181 coding->spec.utf_16 to 0.
10182 (EMIT_ONE_BYTE): Fix for multibyte case.
10183
10184 * insdel.c (insert_from_gap): Call record_insert.
10185
73acf815 101862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10187
10188 * casefiddle.c (casify_region): Fix multibyte case.
10189
10190 * character.c (c_string_width): Add return type `int'.
1f45f627 10191 (char_string_with_unification): Delete arg ADVANCED.
aca7a3d2
MB
10192
10193 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
1f45f627 10194 (CHAR_STRING): Adjust for the change of char_string_with_unification.
aca7a3d2
MB
10195 (CHAR_STRING_ADVANCE): Make it do-while statement.
10196
1f45f627 10197 * chartab.c (sub_char_table_set_range): Optimize for the case
aca7a3d2
MB
10198 DEPTH == 3. Add workaround code for a GCC optimization bug.
10199
10200 * charset.c (parse_charset_map): Remove an unused variable.
10201
10202 * coding.c: Delete unused variables.
10203
10204 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
10205 earlier. If inserted is zero and the coding system doesn't
10206 require flushing, don't call decode_coding_gap.
10207
10208 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
10209
73acf815 102102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
10211
10212 The following changes are for using Unicode as an internal
10213 character model, and use UTF-8 format for buffer/string
10214 representation.
10215
1f45f627 10216 * .gdbinit (xchartable): Adjust for the change of char table structure.
aca7a3d2
MB
10217 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
10218
10219 * Makefile.in (obj): Add character.o and chartab.o.
c3f9fba8 10220 (lisp, shortlisp): Remove utf-8.elc.
aca7a3d2
MB
10221 (*.o): For many files, change dependency on charset.h to
10222 character.h, and add dependency on character.h.
10223 (character.o, chartab.o): New targets.
10224
1f45f627
GM
10225 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
10226 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
10227 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
aca7a3d2
MB
10228 of "charset.h".
10229
10230 * dired.c, filelock.c: Include "character.h".
10231
10232 * alloc.c: Include "character.h" instead of "charset.h".
4c4475a8 10233 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
aca7a3d2
MB
10234 (syms_of_alloc): Remove defsubr for Smake_char_table.
10235
10236 * buffer.c: Include "character.h" instead of "charset.h", don't
10237 include "coding.h".
1f45f627 10238 (Fset_buffer_multibyte): Adjust for UTF-8.
aca7a3d2
MB
10239
10240 * buffer.h: EXFUN Fbuffer_live_p.
10241
10242 * callproc.c: Include "character.h" instead of "charset.h".
10243 (Fcall_process): Big change for the new code-conversion APIs.
10244
10245 * casetab.c: Include "character.h" instead of "charset.h".
1f45f627 10246 (set_canon, set_identity, shuffle): Adjust for the new
aca7a3d2
MB
10247 map_char_table spec.
10248 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
10249 accessing the char table structure.
10250
10251 * chartab.c: New file that implements char table.
10252
10253 * category.c: Include "character.h".
10254 (copy_category_entry): New function.
10255 (copy_category_table): Call map_char_table and copy_category_entry.
10256 (Fmake_category_table): Initialize all top-vel slots.
10257 (char_category_set): New function.
1f45f627 10258 (modify_lower_category_set): Delete.
aca7a3d2
MB
10259 (Fmodify_category_entry): Call char_table_ref_and_range.
10260
10261 * category.h (CATEGORY_SET): Just call char_category_set.
10262
10263 * ccl.c: Include "character.h".
10264 (Qccl, Qcclp): New variables.
10265 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
10266 it's less than 256.
1f45f627
GM
10267 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
10268 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
aca7a3d2 10269 and DST type.
1f45f627
GM
10270 (ccl_driver): Change types of argument, adjust code accordingly.
10271 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
aca7a3d2
MB
10272 ccl_driver.
10273 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
10274
1f45f627
GM
10275 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
10276 New members src_multibyte, dst_multibyte, consumed, and produced.
10277 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
aca7a3d2 10278 (CODING_SPEC_CCL_PROGRAM): New macro.
1f45f627 10279 (ccl_driver): Update prototype.
aca7a3d2
MB
10280 (Qccl, Qcclp, Fccl_program_p): Extern them.
10281 (CHECK_CCL_PROGRAM): New macro.
10282
10283 * character.c, character.h, chartab.c: New files.
10284
1f45f627
GM
10285 * charset.c: Mostly re-written. Move character and multibyte sequence
10286 handling codes to character.c.
aca7a3d2 10287
1f45f627
GM
10288 * charset.h: Mostly re-written. Move character and multibyte sequence
10289 handling codes to character.h.
aca7a3d2
MB
10290
10291 * coding.c, coding.h: Mostly re-written.
10292
10293 * composite.c: Include "character.h" instead of "charset.h".
1f45f627
GM
10294 (CHAR_WIDTH): Move to character.h.
10295 (HASH_KEY, HASH_VALUE): Delete.
aca7a3d2 10296
1f45f627
GM
10297 * composite.h (enum composition_method): Change order of enumeration
10298 symbols.
aca7a3d2
MB
10299
10300 * data.c: Include "character.h" instead of "charset.h".
10301 (Faref): Call CHAR_TABLE_REF for a char table.
10302 (Faset): Call CHAR_TABLE_SET for a char table.
10303
1f45f627
GM
10304 * dispextern.h (free_realized_face, check_face_attribytes)
10305 (generate_ascii_font): Extern them.
10306 (free_realized_multibyte_face): Delete extern.
aca7a3d2 10307
1f45f627 10308 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
aca7a3d2
MB
10309 table structure.
10310
10311 * editfns.c: Include "character.h" instead of "charset.h".
10312 (Fchar_to_string): Always call CHAR_STRING.
10313
10314 * emacs.c (main): Call init_charset_once, init_charset,
10315 syms_of_chartab, and syms_of_character.
10316
10317 * fileio.c: Include "character.h" instead of "charset.h".
1f45f627 10318 (Finsert_file_contents): Big change for the new code-conversion API.
4c4475a8 10319 (choose_write_coding_system, Fwrite_region): Likewise.
1f45f627 10320 (build_annotations_2): Delete.
aca7a3d2
MB
10321 (e_write): Big change for the new code-conversion API.
10322
10323 * fns.c: Include "character.h" instead of "charset.h".
1f45f627 10324 (copy_sub_char_table): Move to chartab.c.
aca7a3d2
MB
10325 (Fcopy_sequence): Call copy_char_table for a char table.
10326 (concat): Delete codes calling count_multibyte.
4c4475a8
GM
10327 (string_char_to_byte, string_byte_to_char): Adjust for the new
10328 multibyte form.
1f45f627
GM
10329 (internal_equal): Adjust for the change of char table structure.
10330 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
10331 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
10332 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
10333 (char_table_translate, optimize_sub_char_table)
10334 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
aca7a3d2 10335 chartab.c.
1f45f627
GM
10336 (char_table_ref_and_index): Delete.
10337 (HASH_KEY, HASH_VALUE): Move to lisp.h.
aca7a3d2 10338 (Fmd5): Call preferred_coding_system instead of accessing
1f45f627
GM
10339 Vcoding_category_list. Adjust for the new code-conversion API.
10340 (syms_of_fns): Move defsubr for char table related functions to
aca7a3d2
MB
10341 chartab.c.
10342
10343 * fontset.c: Mostly re-written.
10344
1f45f627 10345 * fontset.h (struct font_info): Change type of the member encoding_type.
aca7a3d2 10346 (enum FONT_SPEC_INDEX): New enum.
1f45f627
GM
10347 (fontset_font_pattern, fs_load_font): Update prototype.
10348 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
aca7a3d2
MB
10349
10350 * indent.c: Include "character.h" instead of "charset.h".
1f45f627 10351 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
aca7a3d2
MB
10352
10353 * insdel.c: Include "character.h" instead of "charset.h".
10354 (copy_text): Don't refer to Vnonascii_translation_table.
10355 (insert_from_gap): New function.
10356
10357 * keyboard.c: Include "character.h" instead of "charset.h".
10358 (command_loop_1): Never call direct_output_forward_char before
10359 a non-ASCII character.
10360 (read_char): If Vkeyboard_translate_table is a char table, always
1f45f627 10361 translate a character.
aca7a3d2
MB
10362
10363 * keymap.c: Include "character.h".
10364 (store_in_keymap): Handle the case that IDX is a cons.
10365 (Fdefine_key): Handle the case that KEY is a cons and the car part
10366 is also a cons (range).
1f45f627 10367 (push_key_description): Adjust for the new character code.
aca7a3d2
MB
10368 (describe_vector): Call describe_char_table for a char table.
10369 (describe_char_table): New function.
10370
10371 * keymap.h (describe_char_table): Extern it.
10372
10373 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
10374 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
1f45f627
GM
10375 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
10376 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
10377 Delete.
10378 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
aca7a3d2
MB
10379 structure.
10380 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
1f45f627
GM
10381 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
10382 (CHARTAB_SIZE_BITS_3): New macros.
aca7a3d2 10383 (chartab_size): Extern it.
1f45f627 10384 (struct Lisp_Char_Table): Re-design.
aca7a3d2 10385 (struct Lisp_Sub_Char_Table): New structure.
1f45f627
GM
10386 (HASH_KEY, HASH_VALUE): Move from fns.c.
10387 (CHARACTERBITS): Define as 22.
10388 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
aca7a3d2
MB
10389 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
10390 (GC_SUB_CHAR_TABLE_P): New macro.
1f45f627
GM
10391 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
10392 (code_convert_string_norecord): Deleted extern.
10393 (init_character_once, syms_of_character, init_charset)
10394 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
aca7a3d2
MB
10395
10396 * lread.c: Include "character.h".
10397 (read_multibyte): New arg NBYTES.
1f45f627
GM
10398 (read_escape): Change the meaning of returned *BYTEREP.
10399 (to_multibyte): Delete.
10400 (read1): Adjust the handling of char table and string.
aca7a3d2
MB
10401
10402 * print.c: Include "character.h" instead of "charset.h".
10403 (print_string): Convert 8-bit raw bytes to octal form by
10404 string_escape_byte8.
1f45f627 10405 (print_object): Adjust for the new multibyte form. Print 8-bit
aca7a3d2
MB
10406 raw bytes always in octal form. Handle sub char table correctly.
10407
10408 * process.c: Include "character.h" instead of "charset.h".
4c4475a8
GM
10409 (read_process_output, send_process): Adjust for the new
10410 code-conversion API.
aca7a3d2 10411
1f45f627 10412 * puresize.h (BASE_PURESIZE): Increase.
aca7a3d2
MB
10413
10414 * regex.c: Include "character.h" instead of "charset.h".
10415 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
10416 (regex_compile): Accept a range whose starting and ending
10417 character have different leading bytes.
1f45f627 10418 (analyse_first): Adjust for the above change.
aca7a3d2
MB
10419
10420 * search.c: Include "character.h" instead of "charset.h".
1f45f627
GM
10421 (search_buffer, boyer_moore): Adjust for the new multibyte form.
10422 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
aca7a3d2
MB
10423
10424 * syntax.c: Include "character.h" instead of "charset.h".
1f45f627 10425 (syntax_parent_lookup): Delete.
aca7a3d2 10426 (Fmodify_syntax_entry): Accept a cons as CHAR.
1f45f627 10427 (skip_chars): Adjust for the new multibyte form.
aca7a3d2
MB
10428 (init_syntax_once): Call char_table_set_range instead of directly
10429 accessing the structure of a char table.
10430
10431 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
1f45f627 10432 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
aca7a3d2
MB
10433 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
10434 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
10435
10436 * term.c: Include "buffer.h" and "character.h".
4c4475a8
GM
10437 (encode_terminal_code, write_glyphs): Adjust for the new
10438 code-conversion API.
aca7a3d2
MB
10439 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
10440
1f45f627 10441 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
aca7a3d2
MB
10442
10443 * xdisp.c: Include "character.h".
1f45f627
GM
10444 (get_next_display_element): Adjust for the new multibyte form.
10445 (disp_char_vector): Adjust for the new char table structure.
10446 (decode_mode_spec_coding): Adjust for the new structure of
aca7a3d2 10447 coding system.
1f45f627 10448 (decode_mode_spec): Adjust for the new code-conversion API.
aca7a3d2
MB
10449
10450 * xfaces.c: Include "character.h" instead of "charset.h".
1f45f627 10451 (load_face_font): Adjust for the change of choose_face_font and
aca7a3d2
MB
10452 FS_LOAD_FONT.
10453 (generate_ascii_font): New function.
1f45f627
GM
10454 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
10455 (set_font_frame_param): Adjust for the change of choose_face_font.
aca7a3d2 10456 (free_realized_face): Make it public.
1f45f627 10457 (free_realized_faces_for_fontset): Rename from
aca7a3d2 10458 free_realized_multibyte_face. Free also faces realized for ASCII.
1f45f627 10459 (choose_face_font): Change arguments. Adjust for the change of
aca7a3d2
MB
10460 fontset_font_pattern and FS_LOAD_FONT.
10461
10462 * xfns.c: Include "character.h".
1f45f627 10463 (x_encode_text): Adjust for the new code-conversion API.
aca7a3d2
MB
10464
10465 * xselect.c: Don't include "charset.h".
1f45f627 10466 (selection_data_to_lisp_data): Adjust for the new code conversion API.
aca7a3d2
MB
10467
10468 * xterm.c: Include "character.h".
1f45f627 10469 (x_encode_char): New argument CHARSET. Change caller.
4c4475a8
GM
10470 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
10471 Call ENCODE_CHAR instead of SPLIT_CHAR.
aca7a3d2
MB
10472 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
10473 CHAR_WIDTH instead of CHARSET_WIDTH.
1f45f627
GM
10474 (XTread_socket): Adjust for the new code-conversion API.
10475 (x_new_font): Adjust for the change of FS_LOAD_FONT.
10476 (x_load_font): Adjust for the change of struct font.
aca7a3d2 10477
d6abfc14
SM
104782008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * xfaces.c (face_at_buffer_position): Remove unused vars.
10481
0acdaf8d
KH
104822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10483
4c4475a8
GM
10484 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
10485 Fix overflow checking.
0acdaf8d 10486
6c8a0ebf
GM
104872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
10488
10489 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
10490 Cancel previous change.
10491
104922008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
10493
10494 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
10495 ccl->eight_bit_control. Fix check for buffer overflow.
10496 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
10497 (ccl_driver): Initialize extra_bytes to 0.
10498
a32aad64
KH
104992008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
10500
10501 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
10502 return it ORed with ctrl_modifier.
10503
8b329dba
MB
105042008-01-29 Miles Bader <miles@gnu.org>
10505
10506 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
10507
548667aa
JR
105082008-01-28 Jason Rumney <jasonr@gnu.org>
10509
10510 * w32.c (stat): Don't double check for networked drive.
10511
0975aa24
SM
105122008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10513
ef264c42
SM
10514 * window.c (run_window_configuration_change_hook): New function.
10515 Code extracted from set_window_buffer. Set the selected frame.
10516 (set_window_buffer): Use it.
10517 * window.h (run_window_configuration_change_hook): Declare.
10518 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
10519
0975aa24
SM
10520 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
10521
9c28b587
DN
105222008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10523
10524 * Makefile.in: Remove references to unused macros.
10525
c617afce
EZ
105262008-01-26 Eli Zaretskii <eliz@gnu.org>
10527
10528 * w32.c (g_b_init_get_sid_sub_authority)
10529 (g_b_init_get_sid_sub_authority_count): New static variables.
10530 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
10531 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
0975aa24
SM
10532 (init_user_info): Use them to retrieve uid and gid.
10533 Use 500/513, the Windows defaults, as Administrator's uid/gid.
248c21c5
EZ
10534 (fstat): Use pw_uid and pw_gid from the_passwd structure for
10535 st_uid and st_gid of the file.
c617afce 10536
302d7d54
JR
105372008-01-26 Jason Rumney <jasonr@gnu.org>
10538
10539 * w32.c (logon_network_drive): New function.
10540 (stat): Use it.
10541
3ac7a21e
CY
105422008-01-26 Chong Yidong <cyd@stupidchicken.com>
10543
10544 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
10545 invisible text covered with an ellipsis.
10546
bbb9fc1f
RS
105472008-01-25 Richard Stallman <rms@gnu.org>
10548
10549 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
10550 jump back to beginning. Move some other initializations after that.
10551 (Qwindow_text_change_functions, Vwindow_text_change_functions):
10552 New variables.
10553 (syms_of_xdisp): Init them.
10554
10555 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
10556
0975aa24
SM
10557 * buffer.c (reset_buffer_local_variables):
10558 Implement `permanent-local-hook'.
bbb9fc1f 10559 (Qpermanent_local_hook): New variable.
0975aa24 10560 (syms_of_buffer): Init and staticpro it.
bbb9fc1f 10561
79235cbe
MA
105622008-01-25 Michael Albinus <michael.albinus@gmx.de>
10563
10564 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
10565
ccd8f7fe
TTN
105662008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
10567
10568 * fns.c (Fclrhash): Return TABLE.
10569
dfbe40f2 105702008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
223b3d1d
YM
10571
10572 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
10573 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
10574 is set even without positional changes.
10575 (x_scroll_bar_clear): Set bar->redraw_needed_p.
10576
10577 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
10578
dfbe40f2 105792008-01-23 Jason Rumney <jasonr@gnu.org>
602e142f 10580
d6169680
JR
10581 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
10582
602e142f
JR
10583 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
10584 the unicode range available in MULE by locale-coding-system.
c041e2d1 10585 Improve dbcs lead byte detection. Set event timestamp and modifiers
602e142f
JR
10586 earlier.
10587
dfbe40f2 105882008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5ee4de53
YM
10589
10590 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
10591 [MAC_OSX] (init_mac_osx_environment): Initialize it.
6f69e89b 10592 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
5ee4de53
YM
10593 when used on child processes.
10594
8c7a4ac5
MA
105952008-01-21 Michael Albinus <michael.albinus@gmx.de>
10596
e0df1b73 10597 * dbusbind.c (Fdbus_method_return_internal): Rename from
8c7a4ac5 10598 Fdbus_method_return.
e0df1b73 10599 (Fdbus_unregister_object): Move to dbus.el.
8c7a4ac5 10600 (Fdbus_call_method, Fdbus_method_return_internal)
e0df1b73 10601 (Fdbus_send_signal): Improve debug messages.
8c7a4ac5 10602
8abe0f97
MR
106032008-01-20 Martin Rudalics <rudalics@gmx.at>
10604
10605 * undo.c (undo_inhibit_record_point): New variable.
10606 (syms_of_undo): Initialize it.
10607 (record_point): Don't record point when undo_inhibit_record_point
10608 is set.
10609
c3b232e4
SM
106102008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10611
e69c4cae
SM
10612 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
10613
823e0ebb
SM
10614 * xdisp.c (Qauto_hscroll_mode): New var.
10615 (syms_of_xdisp): Initialize it.
10616 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
10617 window's buffer.
10618 (hscroll_windows): Don't check automatic_hscrolling_p here.
10619
c3b232e4
SM
10620 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
10621 vscroll if we're setting window-buffer to the value it already has.
10622
76ed5e01
DN
106232008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10624
10625 * m/intel386.h: Remove references to XENIX.
10626
55e6d9b2
AS
106272008-01-17 Andreas Schwab <schwab@suse.de>
10628
10629 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
10630 instead of HAVE_X86_64_LIB64_DIR.
10631 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
10632
b16ed52d
GM
106332008-01-17 Glenn Morris <rgm@gnu.org>
10634
10635 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
10636 to HAVE_X86_64_LIB64_DIR.
10637
6bed5c4a
DN
106382008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
10639
10640 * s/irix3-3.h:
10641 * s/irix4-0.h:
10642 * s/386-ix.h:
10643 * s/domain.h:
10644 * s/hpux9-x11r4.h:
10645 * s/hpux9shxr4.h: Remove files for systems no longer supported.
10646
10647 * sysdep.c: Remove code containing references to symbols defined
10648 by unsupported systems.
10649
fdecf907
GM
106502008-01-16 Glenn Morris <rgm@gnu.org>
10651
10652 * coding.c (select-safe-coding-system-function): Doc fix.
10653
9292328f
GM
106542008-01-15 Glenn Morris <rgm@gnu.org>
10655
10656 * config.in: Revert 2008-01-13 change: this is a generated file.
10657
944df511
MO
106582008-01-13 Tom Tromey <tromey@redhat.com>
10659
10660 * lisp.h: Fix typo.
10661
8111ec05
DN
106622008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10663
f40f5dc3
DN
10664 * m/sequent-ptx.h:
10665 * m/sequent.h:
10666 * s/ptx.h:
10667 * s/ptx4-2.h:
10668 * s/ptx4.h: Remove files for systems no longer supported.
10669
ce20b664 10670 * callproc.c (Fcall_process): Fix previous change.
8111ec05 10671
e39a993c
DN
106722008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10673
052e457f 10674 * unexsunos4.c: Remove file, system not supported anymore.
e39a993c 10675
290afd83
JB
10676 * m/mips.h:
10677 * m/intel386.h:
e39a993c
DN
10678 * callproc.c:
10679 * config.in:
10680 * ecrt0.c:
10681 * emacs.c:
10682 * fileio.c:
10683 * frame.c:
10684 * getpagesize.h:
10685 * keyboard.c:
10686 * lread.c:
10687 * process.c:
10688 * puresize.h:
10689 * sysdep.c:
10690 * systty.h:
10691 * syswait.h:
10692 * unexec.c:
10693 * xdisp.c:
10694 * alloc.c: Remove code containing references to symbols defined by
10695 unsupported systems.
10696
81cd7687
KH
106972008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
10698
10699 * coding.c (detect_coding_mask): Fix previous change.
10700
218b3b76
KH
107012008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
10702
10703 * coding.c (detect_coding_iso2022): New arg
10704 latin_extra_code_state. Allow Latin extra codes only
10705 when *latin_extra_code_state is nonzero.
10706 (detect_coding_mask): If there is a NULL byte, detect the encoding
10707 as UTF-16 or binary. If Latin extra codes exist, detect the
10708 encoding as ISO-2022 only when there's no other proper encoding is
10709 found.
10710
59ce725a 107112008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
081f2203 10712
59ce725a
MB
10713 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
10714 #ifdef MAC_OS.
048addec 10715
59ce725a 107162008-01-08 Richard Stallman <rms@gnu.org>
048addec 10717
59ce725a 10718 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
048addec 10719
8290574e
NR
107202008-01-06 Nick Roberts <nickrob@snap.net.nz>
10721
a0a3805c 10722 * keyboard.c (parse_menu_item): Don't enclose key bindings on
8290574e
NR
10723 menu bar in parentheses.
10724
f3041af1
DN
107252008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10726
10727 * m/7300.h:
10728 * m/acorn.h:
10729 * m/alliant-2800.h:
10730 * m/alliant.h:
10731 * m/alliant1.h:
10732 * m/alliant4.h:
10733 * m/altos.h:
10734 * m/amdahl.h:
10735 * m/apollo.h:
10736 * m/att3b.h:
10737 * m/aviion-intel.h:
10738 * m/aviion.h:
10739 * m/celerity.h:
10740 * m/clipper.h:
10741 * m/cnvrgnt.h:
10742 * m/convex.h:
10743 * m/cydra5.h:
10744 * m/delta88k.h:
10745 * m/dpx2.h:
10746 * m/dual.h:
10747 * m/elxsi.h:
10748 * m/f301.h:
10749 * m/gould-np1.h:
10750 * m/gould.h:
10751 * m/i860.h:
10752 * m/ibmps2-aix.h:
10753 * m/ibmrt-aix.h:
10754 * m/ibmrt.h:
10755 * m/irist.h:
10756 * m/is386.h:
10757 * m/isi-ov.h:
10758 * m/mega68.h:
10759 * m/mg1.h:
10760 * m/news-r6.h:
10761 * m/news-risc.h:
10762 * m/news.h:
10763 * m/nh3000.h:
10764 * m/nh4000.h:
10765 * m/ns16000.h:
10766 * m/ns32000.h:
10767 * m/nu.h:
10768 * m/orion.h:
10769 * m/orion105.h:
10770 * m/paragon.h:
10771 * m/pfa50.h:
10772 * m/plexus.h:
10773 * m/pyramid.h:
10774 * m/pyrmips.h:
10775 * m/sh3el.h:
10776 * m/sps7.h:
10777 * m/sr2k.h:
10778 * m/stride.h:
10779 * m/sun1.h:
10780 * m/sun2.h:
10781 * m/sun3-68881.h:
10782 * m/sun3-fpa.h:
10783 * m/sun3-soft.h:
10784 * m/sun3.h:
10785 * m/sun386.h:
10786 * m/symmetry.h:
10787 * m/tad68k.h:
10788 * m/tahoe.h:
10789 * m/targon31.h:
10790 * m/tek4300.h:
10791 * m/tekxd88.h:
10792 * m/tower32.h:
10793 * m/tower32v3.h:
10794 * m/ustation.h:
10795 * m/wicat.h:
10796 * m/xps100.h:
10797 * s/cxux.h:
10798 * s/cxux7.h:
10799 * s/dgux.h:
10800 * s/dgux4.h:
10801 * s/dgux5-4-3.h:
10802 * s/dgux5-4r2.h:
10803 * s/esix.h:
10804 * s/esix5r4.h:
10805 * s/hiuxmpp.h:
10806 * s/hiuxwe2.h:
10807 * s/iris3-5.h:
10808 * s/iris3-6.h:
10809 * s/isc2-2.h:
10810 * s/isc3-0.h:
10811 * s/isc4-0.h:
10812 * s/isc4-1.h:
10813 * s/newsos5.h:
10814 * s/newsos6.h:
10815 * s/osf1.h:
10816 * s/osf5-0.h:
10817 * s/riscix1-1.h:
10818 * s/riscix12.h:
10819 * s/sco4.h:
10820 * s/sco5.h:
10821 * s/sunos4-0.h:
10822 * s/sunos4-1.h:
10823 * s/sunos413.h:
10824 * s/sunos4shr.h:
10825 * s/umax.h:
10826 * s/unipl5-2.h:
10827 * s/xenix.h:
10828 * cxux-crt0.s:
10829 * unexapollo.c:
10830 * unexconvex.c:
10831 * unexenix.c:
10832 * unexsni.c: Remove files for systems no longer supported.
10833
10834 * m/intel386.h: Remove references to unsupported systems.
10835
10836 * w32.c (get_emacs_configuration): Remove reference to i860.
10837
10838 * sysdep.c: Remove dead code.
10839
d35e1cd7
DN
108402008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10841
10842 * s/rtu.h:
a0a3805c 10843 * m/masscomp.h: Remove files. Platform is obsolete.
d35e1cd7 10844
abe136ee
MA
108452008-01-04 Michael Albinus <michael.albinus@gmx.de>
10846
10847 * dbusbind.c (Fdbus_method_return): New function.
10848 (xd_read_message): Add the serial number to the event.
10849 (Fdbus_register_method): Activate the function.
10850
87df3c32
SM
108512008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * keyboard.c (read_key_sequence): Fix typo.
10854
5125905e
MA
108552008-01-03 Michael Albinus <michael.albinus@gmx.de>
10856
10857 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
10858 (xd_signature, xd_append_arg): Handle element type detection for
10859 empty arrays.
10860 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
10861 SDATA () calls; this must be solved more general.
10862 (Fdbus_register_signal): Use SBYTES instead of strlen.
10863
8bba1b5c
MH
108642008-01-03 Magnus Henoch <magnus@zemdatav>
10865
10866 * dbusbind.c (xd_append_arg): Use unsigned char instead of
10867 unsigned int for byte values (necessary for big-endian platform).
2c3a8b27 10868 (Fdbus_call_method): Handle the case of no returned arguments.
8bba1b5c 10869
a0a3805c 108702007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
15f16c1b
MA
10871
10872 * dbusbind.c (xd_read_message): Use non-static input_event struct.
10873
a271e124
MH
108742007-12-31 Magnus Henoch <mange@freemail.hu>
10875
10876 * dbusbind.c (xd_signature): Signature of variant is just "v".
10877
17bc8f94
MA
108782007-12-30 Michael Albinus <michael.albinus@gmx.de>
10879
87df3c32 10880 * dbusbind.c: Fix several errors and compiler warnings.
1f204af3 10881 Reported by Tom Tromey <tromey@redhat.com>.
17bc8f94
MA
10882 (XD_ERROR, XD_DEBUG_MESSAGE)
10883 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
10884 (xd_append_arg): Part for basic D-Bus types rewitten.
10885 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
10886 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
10887 appropriate.
10888 (xd_read_message): Return Qnil. Don't signal an error; it is not
10889 useful during event reading.
10890 (Fdbus_register_signal): Signal an error if the check for
10891 FUNCTIONP fails.
10892 (Fdbus_register_method): New function. The implementation is not
10893 complete, the call of the function signals an error therefore.
10894 (Fdbus_unregister_object): New function, renamed from
10895 Fdbus_unregister_signal. The initial check signals an error, if
5125905e 10896 the object is not well formed.
17bc8f94 10897
dd6f2802
RS
108982007-12-30 Richard Stallman <rms@gnu.org>
10899
10900 * textprop.c (get_char_property_and_overlay):
10901 Signal error if POSITION is out of range in a buffer.
10902
1da8a031
MR
109032007-12-29 Martin Rudalics <rudalics@gmx.at>
10904
10905 * w32fns.c (Fx_create_frame): Make copy of frame parameters
10906 because the original parameters are in pure storage now.
10907
5742be86
YM
109082007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10909
10910 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
10911
b014713c
EZ
109122007-12-22 Eli Zaretskii <eliz@gnu.org>
10913
b17f53ab
MB
10914 * callint.c (syms_of_callint) <command-history>: Add reference to
10915 history-length in the doc string.
048addec 10916
b17f53ab 109172007-12-17 Jason Rumney <jasonr@gnu.org>
048addec 10918
b17f53ab
MB
10919 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
10920 before passing as wParam.
048addec 10921
9af5078b
MA
109222007-12-22 Michael Albinus <michael.albinus@gmx.de>
10923
10924 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
10925 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
10926 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
10927 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
10928 as number.
10929 (Fdbus_call_method): Fix docstring.
10930
87cf1a39
MA
109312007-12-21 Michael Albinus <michael.albinus@gmx.de>
10932
10933 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
10934 New macros.
87df3c32 10935 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
a0a3805c
JB
10936 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
10937 Simplify.
87cf1a39
MA
10938 (xd_signature): New function.
10939 (xd_append_arg): Compute also signatures. Major rewrite.
10940 (xd_retrieve_arg): Make debug messages friendly.
87df3c32
SM
10941 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
10942 Check for signatures of arguments.
87cf1a39 10943
54371585
MA
109442007-12-19 Michael Albinus <michael.albinus@gmx.de>
10945
10946 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
10947 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
10948 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
10949 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
10950 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
87df3c32 10951 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
54371585
MA
10952 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
10953 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
87df3c32 10954 (xd_retrieve_value): Remove. Functionality included in ...
54371585
MA
10955 (xd_append_arg): New function.
10956 (Fdbus_call_method, Fdbus_send_signal): Apply it.
10957
f5306ca3
MA
109582007-12-16 Michael Albinus <michael.albinus@gmx.de>
10959
10960 * dbusbind.c (top): Include <stdio.h>.
10961 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
10962 dbus_message_new_method_call and dbus_message_new_signal.
87df3c32
SM
10963 (Fdbus_register_signal): Rename unique_name to uname.
10964 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
f5306ca3
MA
10965 non-existing unique name. Fix typos in matching rule. Return an
10966 object which is useful in Fdbus_unregister_signal.
10967 (Fdbus_unregister_signal): Reimplementation, in order to remove
10968 only the corresponding entry.
10969 (Vdbus_registered_functions_table): Change the order of entries.
10970 Apply these changes in xd_read_message and Fdbus_register_signal.
10971
77a28bbf
AS
109722007-12-16 Andreas Schwab <schwab@suse.de>
10973
10974 * fileio.c (Finsert_file_contents): Fix overflow check to not
10975 depend on undefined integer overflow.
10976
2e3566d8
JR
109772007-12-14 Jason Rumney <jasonr@gnu.org>
10978
10979 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
10980 for characters above 127.
10981
bf254037
JR
109822007-12-13 Jason Rumney <jasonr@gnu.org>
10983
10984 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
10985 before dereferencing array.
10986 (lookup_vk_code): Remove zero comparison.
10987
eb7c7bf5
MA
109882007-12-14 Michael Albinus <michael.albinus@gmx.de>
10989
10990 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
87df3c32
SM
10991 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
10992 Use `unsigned int' instead of `uint'.
eb7c7bf5
MA
10993 (xd_read_message, Fdbus_register_signal): Split expressions into
10994 multiple lines before operators "&&" and "||", according to the
10995 GNU Coding Standards.
10996
34fb0fc9
EZ
109972007-12-14 Eli Zaretskii <eliz@gnu.org>
10998
10999 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
11000
c7d97628
JL
110012007-12-12 Juri Linkov <juri@jurta.org>
11002
11003 * buffer.c (Frename_buffer): In interactive spec replace
11004 `read-buffer' with `read-string' that uses `buffer-name-history'
11005 as history, and the current buffer's name as default.
11006
3709505e
SM
110072007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11008
11009 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
11010 manipulating the backtrace manually.
11011 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
11012 (struct backtrace, backtrace_list): Remove.
11013 (command_loop_1): Remove dead var `no_direct'.
11014
11015 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
11016 preserve non-built-in buffer-local variables.
11017 (Fkill_all_local_variables): Don't re-create&re-set permanent
11018 buffer-local variables.
11019
e2bec886
JL
110202007-12-09 Juri Linkov <juri@jurta.org>
11021
11022 * buffer.c (Frename_buffer): Change interactive spec from "s" to
11023 Lisp code that uses `read-buffer' with current buffer as default.
11024
a31d47c7
MA
110252007-12-08 Michael Albinus <michael.albinus@gmx.de>
11026
11027 * dbusbind.c (xd_read_message): Generate an event for every
11028 registered handler. There might be several handlers registered
11029 for the same signal.
11030 (Fdbus_register_signal): Don't overwrite a registration for the
11031 same signal. Add a new registration if handlers are different.
11032 (Vdbus_registered_functions_table): Rework doc string.
11033
52da95fa
MA
110342007-12-07 Michael Albinus <michael.albinus@gmx.de>
11035
11036 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
11037 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
11038 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
11039 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
11040 Unify argument lists.
a0a3805c 11041 (xd_read_message, Fdbus_register_signal): Reorder and extend event
52da95fa
MA
11042 arguments and hash table keys. Use unique name for service.
11043 (Fdbus_unregister_signal): Remove checks.
11044 (Vdbus_registered_functions_table): Fix doc string.
11045
e5e76c04 110462007-12-05 Magnus Henoch <mange@freemail.hu>
0277bfa1
RS
11047
11048 * process.c (make_process): Initialize pty_flag to 0.
11049
e5e76c04 110502007-12-05 Jason Rumney <jasonr@gnu.org>
44b1dc2e
JR
11051
11052 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
11053 specified XBMs.
11054
e5e76c04 110552007-12-05 Richard Stallman <rms@gnu.org>
048addec 11056
e5e76c04 11057 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
048addec 11058
e5e76c04 110592007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 11060
e5e76c04
MB
11061 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
11062 New variable.
11063 (mac_try_close_socket) [MAC_OSX]: New function.
11064 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
11065 Update cfsockets_for_select. Replace invalid CFRunLoop source.
048addec 11066
e5e76c04
MB
11067 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
11068 Use mac_try_close_socket.
048addec 11069
e5e76c04 110702007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 11071
e5e76c04
MB
11072 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
11073 reloc_base.
11074 (copy_dysymtab): Compute relocation base here.
11075 (rebase_reloc_address) [__ppc64__]: New function.
11076 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
11077 changed.
048addec 11078
e5e76c04 110792007-12-05 Jason Rumney <jasonr@gnu.org>
048addec 11080
e5e76c04 11081 * w32proc.c (sys_spawnve): Quote args with wildcards.
048addec 11082
e5e76c04 110832007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
048addec 11084
e5e76c04
MB
11085 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
11086 __objc_* sections.
11087 (unrelocate) [_LP64]: Set relocation base to address of data segment.
048addec 11088
96faeb40
MA
110892007-12-05 Michael Albinus <michael.albinus@gmx.de>
11090
11091 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
11092 Move check for Vdbus_registered_functions_table to
11093 xd_read_queued_messages.
11094 (xd_read_queued_messages): Protect xd_read_message calls by
11095 internal_condition_case_1.
11096
39abdd4a
MA
110972007-12-04 Michael Albinus <michael.albinus@gmx.de>
11098
87df3c32 11099 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
39abdd4a 11100 Qdbus_system_bus and Qdbus_session_bus, respectively.
87df3c32 11101 (Vdbus_intern_symbols): Remove.
39abdd4a 11102 (Vdbus_registered_functions_table): New hash table.
87df3c32 11103 (XD_SYMBOL_INTERN_SYMBOL): Remove.
39abdd4a 11104 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
87df3c32 11105 Rewrite in order to manage registered functions by hash table
39abdd4a
MA
11106 Vdbus_registered_functions_table.
11107
880820fe 111082007-12-03 Jan Djärv <jan.h.d@swipnet.se>
7ba30657
JD
11109
11110 * xterm.c: Update URL to Window Manager Specification in comment.
11111
033b73e2
MA
111122007-12-02 Michael Albinus <michael.albinus@gmx.de>
11113
11114 * config.in (HAVE_DBUS): Add.
11115
a0a3805c 11116 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
033b73e2
MA
11117 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
11118 (obj): Add $(DBUS_OBJ).
11119 (LIBES): Add $(DBUS_LIBS).
11120 (dbusbind.o): New target.
11121
11122 * dbusbind.c: New file.
11123
11124 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
11125
11126 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
a0a3805c 11127 (Qdbus_event): New Lisp symbol.
033b73e2 11128 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
87df3c32 11129 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
033b73e2
MA
11130 (keys_of_keyboard ): Define dbus-event.
11131
11132 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
11133
39d0bf74
RS
111342007-12-01 Richard Stallman <rms@gnu.org>
11135
11136 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
11137
f3157c65
JR
111382007-11-30 Jason Rumney <jasonr@gnu.org>
11139
11140 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
11141 (w32con_reset_terminal_modes): Clear screen buffer.
f1e8dcf1
JR
11142 (w32_face_attributes): Don't use color indexes that are out of range.
11143 Only reverse the default colors.
f3157c65
JR
11144
11145 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
11146 WINDOWSNT.
11147
11148 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
11149
b510360c
JR
111502007-11-29 Jason Rumney <jasonr@gnu.org>
11151
11152 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
11153 (w32_face_attributes): Use Vtty_defined_color_alist to determine
11154 if the terminal colors are initialized.
11155 (unspecified_fg, unspecified_bg): Remove unused declarations.
11156
4b7ab1c4
AS
111572007-11-29 Andreas Schwab <schwab@suse.de>
11158
11159 * keyboard.c (apply_modifiers): Fix typo.
11160
4bb6c266
RS
111612007-11-29 Richard Stallman <rms@gnu.org>
11162
11163 * keymap.c (Fcurrent_local_map): Doc fix.
11164
aa44cd84
GM
111652007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
11166
11167 * s/gnu-kfreebsd.h: New file.
11168
21ec2c43
SM
111692007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11170
cc648cef
SM
11171 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
11172 Don't cast redundantly.
11173
21ec2c43
SM
11174 * keyboard.c (KEY_TO_CHAR): New macro.
11175 (parse_modifiers, apply_modifiers): Accept integer arguments.
11176 (read_key_sequence): Use them to unify the "shift->unshift" mapping
11177 for chars and symbol keys.
11178 After doing such remapping, apply function-key-map again.
11179
73e72da4
DN
111802007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
11181
11182 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
11183 compiled anymore.
11184
254693ff
AS
111852007-11-26 Andreas Schwab <schwab@suse.de>
11186
11187 * process.c (list_processes_1): Fix indentation level of the
11188 command column.
11189
ff6e6ac8
AS
111902007-11-23 Andreas Schwab <schwab@suse.de>
11191
11192 * editfns.c (Fformat): Handle %c specially since it requires the
11193 argument to be of type int.
11194
f7cf8b20
SM
111952007-11-23 Markus Triska <markus.triska@gmx.at>
11196
11197 * emacs.c (main): Call init_editfns before init_process, since
2a2e8de7 11198 init_process sets Vprocess_connection_type depending on OS release.
f7cf8b20 11199
569c11e3
SM
112002007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11201
8787dd73
SM
11202 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
11203 (find_symbol_value): Use do_symval_forwarding.
11204
569c11e3
SM
11205 * data.c (set_internal): Set the value in the `cons-cell' (for
11206 Buffer_Local_values) not only for frame-local variables.
11207
6af1696d
AS
112082007-11-22 Andreas Schwab <schwab@suse.de>
11209
11210 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
11211 values to sprintf.
11212 * keymap.c (Fsingle_key_description): Likewise.
11213 * print.c (print_object): Likewise.
11214
880820fe 112152007-11-22 Jan Djärv <jan.h.d@swipnet.se>
d4ad8c04
JD
11216
11217 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
11218 file for image is nil.
11219
7c401d15
DN
112202007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
11221
11222 * term.c: Include stdarg.h.
569c11e3 11223 (fatal): Implement using varargs.
a0a3805c 11224 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
7c401d15 11225
64e16c3c
SM
112262007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
11229 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
11230 Update call to buffer_slot_type_mismatch.
11231 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
11232 (buffer_slot_type_mismatch): Update.
11233 * buffer.c (buffer_local_types): Remove.
11234 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
11235 (defvar_per_buffer): Set the type in the buffer_objfwd.
11236
d4aa48db 112372007-11-21 Jason Rumney <jasonr@gnu.org>
5f42a7eb 11238
64e16c3c
SM
11239 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
11240 CreateFileMapping returns NULL on failure.
5f42a7eb 11241
d4aa48db 112422007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
048addec 11243
d4aa48db
MB
11244 * search.c (Fset_match_data): Remove the `evaporate' feature.
11245 (unwind_set_match_data): Don't use the `evaporate' feature.
437dfb9f 11246
bdae0540
JR
112472007-11-21 Jason Rumney <jasonr@gnu.org>
11248
11249 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
11250
11251 * w32console.c (w32con_write_glyphs): Remove unused variables.
11252
202c09a8
DN
112532007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
11254
b951420f
DN
11255 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
11256
202c09a8
DN
11257 * s/darwin.h (MULTI_KBOARD): Remove.
11258
11259 * macfns.c (x_create_tip_frame, Fx_create_frame)
11260 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
11261
bae72c12
SM
112622007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
11263
e7c10f83
SM
11264 * buffer.c (Fbuffer_local_value): Remove redundant test.
11265 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
11266 than in `current-buffer' to match the comment.
11267 Do the swap using swap_in_global_binding.
11268
136eb6ed
SM
11269 * data.c (store_symval_forwarding, set_internal):
11270 * eval.c (specbind): Remove dead code.
11271
bae72c12
SM
11272 * coding.c (detect_coding, Fupdate_coding_systems_internal):
11273 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
11274 Since we do not want to see internal Lisp_*fwd objects here.
11275
880820fe 112762007-11-18 Jan Djärv <jan.h.d@swipnet.se>
95fbaefc 11277
3d66b985
JD
11278 * sysdep.c (init_system_name): Use getaddrinfo if available.
11279
95fbaefc
JD
11280 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
11281 (x_scroll_bar_note_movement): start, end, with, height in struct
11282 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
11283
6c1d8cb6
DN
112842007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
11285
11286 * puresize.h (BASE_PURESIZE): Increase to 1190000.
11287
30f95089
SM
112882007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11289
66b04bd4
SM
11290 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
11291 This undoes Richard's change of 14-Oct-2002.
11292
6d3f2bb2
SM
11293 * alloc.c (allocate_other_vector):
11294 * lisp.h (allocate_other_vector): Remove.
11295
b05b4e27
SM
11296 * window.c (struct save_window_data): Move non-lisp data to the end
11297 and make it `int' rather than Lisp_Object.
11298 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
11299 Done wrap/unwrap integer values.
11300 (Fset_window_configuration, compare_window_configurations):
11301 Update use of fields to their new types.
11302
056ce195
SM
11303 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
11304 Turn integer fields into `int'. Merge x_window_low and x_window_high.
11305 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
11306 (SET_SCROLL_BAR_X_WINDOW): Remove.
11307 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
11308 Access the new x_window field directly.
11309 * xterm.c (x_scroll_bar_create): Use a pseudovector.
11310 Don't wrap/unwrap integers into Lisp_Objects.
11311 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
11312 (x_scroll_bar_report_motion):
11313 Don't wrap/unwrap integers into Lisp_Objects.
11314 (x_term_init): Use SDATA.
11315 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
11316 (x_scroll_bar_set_handle, x_scroll_bar_remove)
11317 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
11318 (x_scroll_bar_report_motion, x_scroll_bar_clear):
11319 * xfns.c (x_set_background_color):
11320 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
11321 Access the new x_window field directly.
11322
30f95089
SM
11323 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
11324 (allocate_pseudovector): Make non-static.
6d3f2bb2 11325
30f95089
SM
11326 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
11327 (allocate_pseudovector): Declare.
6f69e89b 11328 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
30f95089 11329
9b6112e8
AS
113302007-11-15 Andreas Schwab <schwab@suse.de>
11331
30f95089
SM
11332 * editfns.c (Fformat): Correctly format EMACS_INT values.
11333 Also take precision into account when formatting an integer.
0f860bd7 11334
9b6112e8
AS
11335 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
11336
262fcd41
SM
113372007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11338
58da34c7
SM
11339 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
11340 (syms_of_keyboard): Defsubr it.
11341
262fcd41
SM
11342 * data.c (swap_in_global_binding): Fix longstanding bug where
11343 store_symval_forwarding was not called with the right second argument,
11344 thus causing objfwd-ing from being dropped.
11345
d29a9848
JB
113462007-11-14 Juanma Barranquero <lekktu@gmail.com>
11347
11348 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
11349 (Fx_display_pixel_height, Fx_display_planes)
11350 (Fx_display_color_cells, Fx_server_max_request_size)
11351 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
11352 (Fx_display_visual_class, Fx_display_save_under):
11353 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
11354 (Fx_display_pixel_height, Fx_display_planes)
11355 (Fx_display_color_cells, Fx_server_max_request_size)
11356 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
11357 (Fx_display_mm_height, Fx_display_mm_width)
11358 (Fx_display_backing_store, Fx_display_visual_class)
11359 (Fw32_select_font, Fx_display_save_under):
11360 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
11361 (Fx_display_pixel_height, Fx_display_planes)
11362 (Fx_display_color_cells, Fx_server_max_request_size)
11363 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
11364 (Fx_display_save_under): Fix typos in docstrings.
11365
74084731
JB
113662007-11-14 Juanma Barranquero <lekktu@gmail.com>
11367
11368 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
11369 corresponding to deleted entries; they are an implementation detail.
11370 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
11371 Remove variables.
11372 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
11373 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
11374 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
11375 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
11376 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
d29a9848 11377 (Fw32_define_rgb_color, Fw32_load_color_file)
74084731 11378 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
02b39a28
JB
11379 Fix typos in docstrings.
11380 (Fx_server_version): Reflow docstring.
11381 (Fw32_shell_execute): Doc fixes.
74084731 11382
fb053a1f
JB
113832007-11-13 Juanma Barranquero <lekktu@gmail.com>
11384
11385 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
11386 if w32_parse_hot_key returned nil.
11387
a457417e 113882007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9ec1bdb6 11389
a457417e 11390 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
9ec1bdb6 11391
4b219faa
JR
113922007-11-09 Jason Rumney <jasonr@gnu.org>
11393
11394 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
11395
11396 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
11397
11398 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
11399 Remove W32_SCROLL_BAR_CLICK_EVENT.
11400
11401 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
11402 Add MULTIMEDIA_KEY_EVENT.
11403
11404 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
11405 (lispy_multimedia_keys) [WINDOWSNT]: New array.
11406 (make_lispy_event) [WINDOWSNT]: Use it to translate
11407 MULTIMEDIA_KEY_EVENT.
11408
11409 * w32term.h (WM_APPCOMMAND): Define if not already.
11410 (GET_APPCOMMAND_LPARAM): Likewise.
11411
11412 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
11413 WM_APPCOMMAND.
11414
11415 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
11416 (syms_of_w32fns): Export and initialize it.
11417 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
11418
c12ecb0a 114192007-11-09 Chong Yidong <cyd@stupidchicken.com>
d388d2ac
CY
11420
11421 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
11422 twice.
11423
11424 * xdisp.c (handle_face_prop): Fix last change.
11425
c12ecb0a 114262007-11-09 Richard Stallman <rms@gnu.org>
048addec 11427
c12ecb0a
MB
11428 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
11429 not just for after-strings and before-strings.
11430 Call face_for_overlay_string and pass the overlay to it.
11431 (handle_display_prop): Determine whether property came from an overlay.
11432 Pass OVERLAY arg to handle_single_display_spec.
11433 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
11434 (load_overlay_strings): Fill in it->string_overlays.
11435 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
b5cb6072 11436
c12ecb0a
MB
11437 * xfaces.c (face_for_overlay_string): Function renamed from
11438 face_at_buffer_position_no_overlays, and add arg OVERLAY.
b5cb6072 11439
c12ecb0a
MB
11440 * dispextern.h (struct it): New elt string_overlays.
11441 New elt from_overlay, also in stack.
11442 Rearrange a few elements.
11443 (face_for_overlay_string): Decl renamed from
11444 face_at_buffer_position_no_overlays, and add argument.
15fff01d 11445
c12ecb0a 114462007-11-09 Richard Stallman <rms@gnu.org>
0065bb74 11447
c12ecb0a
MB
11448 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
11449 to get the base face for an overlay string.
0d8466cc 11450
c12ecb0a 11451 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
15fff01d 11452
c12ecb0a 11453 * xfaces.c (face_at_buffer_position_no_overlays): New function.
2fae9111 11454
c12ecb0a 11455 * xdisp.c (handle_stop): Move some code out of loop.
2d6c1fc0 11456
c12ecb0a 114572007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
07025a55 11458
c12ecb0a
MB
11459 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
11460 Fix conversion from Lisp object to ATSUFontID.
07025a55 11461
c12ecb0a 114622007-11-09 Jason Rumney <jasonr@gnu.org>
07025a55 11463
c12ecb0a 11464 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
3a232704 11465
c12ecb0a 114662007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
539e92ad 11467
c12ecb0a
MB
11468 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
11469 Don't assume regions are aligned to page boundary.
11470 (print_load_command_name): Add LC_UUID if defined.
3a232704 11471
c12ecb0a 114722007-11-09 Richard Stallman <rms@gnu.org>
0cb8bb48 11473
c12ecb0a 11474 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
539e92ad 11475
b8ddfbcc
JR
114762007-11-07 Jason Rumney <jasonr@gnu.org>
11477
11478 * s/windows95.h: Remove.
11479
880820fe 114802007-11-06 Jan Djärv <jan.h.d@swipnet.se>
e624c3f9
JD
11481
11482 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
11483 abort with a message on unhandled store_type values.
11484
880820fe 114852007-11-01 Jan Djärv <jan.h.d@swipnet.se>
ac1278c1
JD
11486
11487 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
11488 Remove HAVE_X11R5 and HAVE_X11R4.
11489
04a697fe
DN
114902007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
11491
11492 * Makefile.in: Remove references to sunfns.c and sunfns.o.
11493
880820fe 114942007-11-01 Johan Bockgård <bojohan@gnu.org>
56dad874
GM
11495
11496 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
fb053a1f 11497 Don't set s->stippled_p here, since it has already been set by
56dad874
GM
11498 x_set_glyph_string_gc from x_draw_glyph_string.
11499
07e5c0b0
DN
115002007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
11501
2a2e8de7 11502 * sunfns.c: Remove file.
07e5c0b0
DN
11503
11504 * m/sun386.h:
11505 * m/sun2.h:
11506 * m/sparc.h: Remove Sun windows code.
11507
1bc973c2
SM
115082007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
11511 (init_keyboard): Set current_kboard's window-system to nil.
11512 (tty_read_avail_input): Typo.
11513 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
11514
c22140f6
DN
115152007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11516
11517 * s/usg5-4.h:
11518 * s/usg5-3.h:
11519 * s/ptx.h:
11520 * m/is386.h:
11521 * m/ibmps2-aix.h:
2a2e8de7 11522 * Makefile.in: Remove all mentions of X10.
c22140f6
DN
11523
11524 * dispnew.c (syms_of_display): Don't mention version 10.
11525
660a8219
JB
115262007-10-28 Juanma Barranquero <lekktu@gmail.com>
11527
11528 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
11529 ($(BLD)/abbrev.$(O)): Remove.
11530
e047f448
SM
115312007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11532
11533 Rewrite abbrev.c in Elisp.
11534 * image.c (Qcount): Don't declare as extern.
11535 (syms_of_image): Initialize and staticpro `Qcount'.
11536 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
11537 * emacs.c (main): Don't call syms_of_abbrev.
11538 * Makefile.in (obj): Remove abbrev.o.
11539 (abbrev.o): Remove.
11540 * abbrev.c: Remove.
11541
67b73e3a
MR
115422007-10-26 Martin Rudalics <rudalics@gmx.at>
11543
11544 * window.c (window_min_size_2): Don't count header-line.
11545
e3d7bd83
DN
115462007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11547
11548 * frame.h (struct frame): Move all bit fields after the first bit
660a8219 11549 field to take advantage of the available space. Group all the
e3d7bd83
DN
11550 chars together to reduce wasted space due to padding.
11551
a3547743
JB
115522007-10-26 Juanma Barranquero <lekktu@gmail.com>
11553
e298936f
JB
11554 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
11555
d3d47262
JB
11556 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
11557 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
11558 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
11559 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
11560 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
11561 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
11562 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
11563 (last_marked, mark_object_loop_halt): Make static.
11564
a3547743
JB
11565 * frame.c (syms_of_frame) <delete-frame-functions>:
11566 Fix typo in docstring.
11567
14c71d8b
JB
115682007-10-25 Juanma Barranquero <lekktu@gmail.com>
11569
11570 * w32.c (init_environment): Fix tiny memory leak.
66199f74 11571 (w32_get_resource): Remove unused variable `ok'.
14c71d8b 11572
70b8d0a4
SM
115732007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11574
11575 Make `window-system' into a keyboard-local variable (rather than
11576 frame-local as done originally by multi-tty).
11577
11578 * keyboard.h (struct kboard): Add Vwindow_system.
11579 * keyboard.c (init_kboard): Set a default for Vwindow_system.
11580 (mark_kboards): Mark Vwindow_system.
11581
11582 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
11583 (init_display): Don't set the obsolete `window-system' frame-param.
11584
11585 * xterm.c (x_term_init):
11586 * w32term.c (w32_create_terminal):
11587 * term.c (init_tty): Set Vwindow_system.
11588 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
11589 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
11590
11591 * xfns.c (Fx_create_frame, x_create_tip_frame):
11592 * w32fns.c (Fx_create_frame, x_create_tip_frame):
11593 * macfns.c (Fx_create_frame):
11594 Don't set the obsolete `window-system' frame-param.
11595
11596 * frame.h (Qwindow_system): Remove.
11597 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
11598 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
11599
fdc90613 116002007-10-24 Richard Stallman <rms@gnu.org>
4521d1fc 11601
fdc90613
MB
11602 * frame.c (x_figure_window_size): For fullscreen case,
11603 set USPosition | PPosition without clobbering rest of window_prompting.
7c75be36 11604
fdc90613 11605 * keyboard.c (Fcurrent_idle_time): Doc fix.
4521d1fc 11606
fdc90613 11607 * print.c (Fwith_output_to_temp_buffer): Doc fix.
4521d1fc 11608
7357cb04
SM
116092007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11610
98228e72
SM
11611 * process.c (unwind_request_sigio): Only define if __ultrix__.
11612
1baf6db9
SM
11613 * callproc.c (child_setup): Remove spurious *.
11614
4d0ac3d7
SM
11615 * lisp.h (Fget_text_property): Declare.
11616 (have_menus_p): Declare it here rather than in sys-dep header files.
11617 * macterm.h (have_menus_p):
11618 * msdos.h (have_menus_p):
11619 * xterm.h (have_menus_p): Remove.
11620
7357cb04
SM
11621 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
11622 (Fmake_variable_frame_local): Just check the variable's const-ness
11623 rather than checking nil or t.
11624
866e6dd6
JR
116252007-10-22 Jason Rumney <jasonr@gnu.org>
11626
b00afeae
JR
11627 * w32fns.c: Include math.h.
11628 (w32_abort): Declaration moved to nt/config.nt.
0f7f11b7 11629
c8f7c76b
JR
11630 * s/ms-w32.h (HAVE_STDLIB_H): Define.
11631 (abort): Redefinition moved to nt/config.nt.
11632
866e6dd6
JR
11633 * m/windowsnt.h: Remove.
11634
e79beb56
JB
116352007-10-22 Juanma Barranquero <lekktu@gmail.com>
11636
11637 * emacs.c (Fdump_emacs): Fix typo in message.
11638 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
11639 <installation-directory>: Reflow docstring.
11640
fb30dfd2
JL
116412007-10-22 Juri Linkov <juri@jurta.org>
11642
11643 * minibuf.c: Allow minibuffer default to be a list of default values.
11644 With empty input use the first element of this list as returned default.
e79beb56 11645 (string_to_object)
0f7f11b7 11646 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
fb30dfd2
JL
11647 (read_minibuf): If defalt is cons, set histstring to its car.
11648 (Fread_string): If default_value is cons, set val to its car.
11649 (Fread_buffer): If def is cons, use its car.
11650 (Fcompleting_read): If defalt is cons, set val to its car.
11651
1f163f28
MA
116522007-10-21 Michael Albinus <michael.albinus@gmx.de>
11653
11654 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
11655
db3534c3
JB
116562007-10-20 Juanma Barranquero <lekktu@gmail.com>
11657
11658 * doc.c (Fdocumentation): Check for advice in all cases.
11659
c6f18a07
CY
116602007-10-19 Chong Yidong <cyd@stupidchicken.com>
11661
11662 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
11663
2a1534d3
RS
116642007-10-19 Richard Stallman <rms@gnu.org>
11665
11666 * doc.c (Fdocumentation): Check for and handle an advised function.
11667
7b82c3b6
JB
116682007-10-19 Juanma Barranquero <lekktu@gmail.com>
11669
11670 * process.c (Fset_process_filter): Doc fix.
11671
3278f20e
SM
116722007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
11673
11674 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
11675 which caused key-translation-map to applied repeatedly (thus breaking
11676 double-mode).
11677
99784d63
SM
116782007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * xselect.c (x_own_selection, x_handle_selection_clear)
11681 (x_clear_frame_selections):
11682 * w32menu.c (list_of_panes, list_of_items):
11683 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
11684 * textprop.c (validate_plist, interval_has_all_properties)
11685 (interval_has_some_properties, interval_has_some_properties_list)
11686 (add_properties, text_property_list):
11687 * process.c (Fget_buffer_process, list_processes_1, status_notify):
11688 * minibuf.c (Fassoc_string):
11689 * macselect.c (x_own_selection, x_clear_frame_selections)
11690 (Fx_disown_selection_internal):
11691 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
11692 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
11693
44bb704d
CY
116942007-10-17 Chong Yidong <cyd@stupidchicken.com>
11695
11696 * process.c: Link to libs for calling res_init() if available.
11697 (Fmake_network_process): Call res_init() before getaddrinfo or
11698 gethostbyname, if possible.
11699
d314756e
SM
117002007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11701
2504022a
SM
11702 * lread.c (read1): Set pvectype for char_tables.
11703
19fa82b9
SM
11704 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
11705 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
11706 Add type checks.
11707 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
11708
d314756e
SM
11709 * alloc.c (free_misc): Use XMISCTYPE.
11710 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
11711
94b9aaa2
GM
117122007-10-17 Glenn Morris <rgm@gnu.org>
11713
11714 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
11715 (syms_of_minibuf): Add Qcompletion_ignore_case.
11716 * dired.c (Qcompletion_ignore_case): Change to external.
11717 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
11718 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
11719 (Fread_file_name): Use it rather than intern'ing.
11720
11721 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
11722 (Fread_coding_system): Ignore case of user input.
11723
da6658e8
YM
117242007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11725
11726 * xdisp.c (handle_display_prop): Ignore display specs after
11727 replacing one when string text is being replaced.
11728 (handle_single_display_spec): Pretend as if characters with display
11729 property haven't been consumed only when buffer text is being replaced.
11730
11fb4bdb
SM
117312007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11732
9beb8baa
SM
11733 * xfns.c (Fx_create_frame, Fx_display_list):
11734 * window.c (window_fixed_size_p, enlarge_window)
11735 (shrink_window_lowest_first):
11736 * macterm.c (init_font_name_table):
11737 * macfns.c (Fx_create_frame, Fx_display_list):
11738 * lread.c (close_load_descs):
11739 * keyboard.c (read_char_x_menu_prompt):
11740 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
11741 * coding.c (code_convert_region_unwind): Test the type of an object
11742 rather than just !NILP before extracting data from it.
11743
d3f41ff5
SM
11744 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
11745
67ee9f6e
SM
11746 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
11747 (XMISCANY): New macro.
11748 (XMISCTYPE): Use it.
11749 (struct Lisp_Misc_Any): New type.
11750 (union Lisp_Misc): Use it.
11751 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
11752 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
11753 (find_symbol_value, set_internal, default_value, Fset_default)
11754 (Fmake_variable_buffer_local, Fmake_local_variable)
11755 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
11756 (Flocal_variable_if_set_p, Fvariable_binding_locus):
11757 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
11758 * alloc.c (allocate_buffer): Set the size and tag.
11759 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
11760 Use XMISCANY.
11761 (die): Follow the GNU convention for error messages.
11762 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
11763 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
11764 tag any more.
11765 (set_buffer_internal_1):
11766 * frame.c (store_frame_param):
11767 * eval.c (specbind):
11768 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
11769
11fb4bdb
SM
11770 * doc.c (Fsnarf_documentation): Simplify.
11771
decb374a
JB
117722007-10-14 Juanma Barranquero <lekktu@gmail.com>
11773
11774 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
11775 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
11776
b5a40ee7
SM
117772007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11778
11779 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
11780
35277b03
JB
117812007-10-14 Juanma Barranquero <lekktu@gmail.com>
11782
11783 * eval.c (do_autoload): Don't save autoloads.
11784
11785 * data.c (Ffset): Save autoload of the function being set.
11786
35fdaa62
GM
117872007-10-07 John Paul Wallington <jpw@pobox.com>
11788
11789 * xfns.c (x_create_tip_frame): Set the `display-type' frame
11790 parameter before setting up faces.
11791
1ea40aa2
EZ
117922007-10-13 Eli Zaretskii <eliz@gnu.org>
11793
35fdaa62 11794 * ccl.c (Fregister_code_conversion_map):
96a5affb
EZ
11795 * keyboard.c (append_tool_bar_item): Reformat last change.
11796
1ea40aa2
EZ
11797 * lisp.h (eabs): Rename from `abs'. All callers changed.
11798
35277b03 117992007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
71d00ce4
EZ
11800
11801 * buffer.c (add_overlay_mod_hooklist):
11802 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
11803 * fontset.c (make_fontset):
11804 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
11805 (append_tool_bar_item):
11806 * macmenu.c (grow_menu_items):
35fdaa62 11807 * w32menu.c (grow_menu_items):
71d00ce4 11808 * xmenu.c (grow_menu_items): Use larger_vector.
35fdaa62 11809
bc82f120
EZ
118102007-10-13 Eli Zaretskii <eliz@gnu.org>
11811
11812 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
11813 selected frame'' on MSDOS).
11814
d57d5a78
MR
118152007-10-12 Martin Rudalics <rudalics@gmx.at>
11816
11817 * frame.c (Qexplicit_name): New variable.
11818 (x_report_frame_params): Report it in parameter alist.
11819 (syms_of_frame): Intern and staticpro it.
11820
35277b03 118212007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
04710ebd
JR
11822
11823 * macfns.c (x_create_tip_frame): Set terminal for frame.
11824
c7a4b95b
SM
118252007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11826
26f9c7b7
SM
11827 * frame.c (Qenvironment): Remove.
11828 (syms_of_frame) <Qenvironment>: Don't initialize.
11829 (Fdelete_frame): Don't treat the `environment' param specially.
11830 * frame.h (Qenvironment): Don't declare.
11831 * callproc.c (set_initial_environment): Don't set unused frame param.
11832
c7a4b95b
SM
11833 * frame.c (Fframe_with_environment): Remove.
11834 (syms_of_frame) <Sframe_with_environment>: Don't declare.
26f9c7b7 11835
c7a4b95b
SM
11836 * lisp.h (Fframe_with_environment): Don't declare.
11837
c86f7377
JB
118382007-10-10 Juanma Barranquero <lekktu@gmail.com>
11839
11840 * indent.c (indent_tabs_mode, last_known_column)
11841 (last_known_column_modified): Make static.
11842 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
11843
d1b3a122
KY
118442007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
11845
11846 * puresize.h (BASE_PURESIZE): Increase to 1170000.
11847
d57d5a78
MR
118482007-10-09 Jason Rumney <jasonr@gnu.org>
11849
11850 * w32term.c (x_set_window_size): Disable code that attempts to tell
11851 Lisp code about a size change before it actually happens.
11852
81d3d428 118532007-10-09 Richard Stallman <rms@gnu.org>
91175673 11854
81d3d428
MB
11855 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
11856 return HANDLED_RETURN.
91175673 11857
1af74d06 118582007-10-08 Martin Rudalics <rudalics@gmx.at>
4f1b1854 11859
1af74d06
MB
11860 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
11861 when there's an unread command event.
e0fead5d 11862
c7a4b95b 11863 * frame.c (focus_follows_mouse): Move here from frame.el to allow
1af74d06
MB
11864 window autoselection act appropriately when leaving selected frame.
11865 (syms_of_frame): Initialize focus_follows_mouse.
11866 * frame.h (focus_follows_mouse): Extern it.
11867 * macterm.c (XTread_socket): When focus_follows_mouse is nil
c7a4b95b 11868 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
1af74d06
MB
11869 * msdos.c (dos_rawgetc): Likewise.
11870 * w32term.c (w32_read_socket): Likewise.
11871 * xterm.c (handle_one_xevent): Likewise.
11872 * xdisp.c (syms_of_xdisp): In doc-string of
11873 mouse-autoselect-window mention focus-follows-mouse.
e0fead5d 11874
1af74d06 118752007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
e0fead5d 11876
1af74d06
MB
11877 * macterm.c (mac_load_query_font): Fix missing return value.
11878 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
11879 Add BLOCK_INPUT.
c186cdb3 11880
1af74d06 118812007-10-08 Richard Stallman <rms@gnu.org>
c186cdb3 11882
1af74d06
MB
11883 * xdisp.c (get_window_cursor_type): Implement documented behavior
11884 for cursor-in-non-selected-windows = t.
c186cdb3 11885
1af74d06 118862007-10-08 Jason Rumney <jasonr@gnu.org>
c186cdb3 11887
1af74d06 11888 * w32.c (w32_get_resource): Always close registry keys.
58cfce98 11889
1af74d06 118902007-10-08 Jason Rumney <jasonr@gnu.org>
58cfce98 11891
1af74d06 11892 * makefile.w32-in (LIBS): Add COMCTL32.
62854fe2 11893
1af74d06 11894 * w32fns.c (globals_of_w32fns): Init common controls.
62854fe2 11895
1af74d06 118962007-10-08 Richard Stallman <rms@gnu.org>
a3c83618 11897
c7a4b95b 11898 * image.c (our_memory_buffer): Rename from omfib_buffer.
656f46bb 11899
1af74d06 119002007-10-08 Richard Stallman <rms@gnu.org>
656f46bb 11901
1af74d06 11902 * buffer.c (Foverlays_at): Doc fix.
036e218d 11903
1af74d06 119042007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
036e218d 11905
1af74d06 11906 * fns.c (Fplist_put): Preserve uneven tail data.
7ddb2c16 11907
1af74d06 119082007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7ddb2c16 11909
1af74d06 11910 * termhooks.h (enum event_kind): Remove trailing comma.
ace9b298 11911
1af74d06 11912 * frame.h (enum): Remove trailing comma.
90647b07 11913
8993ad2e 119142007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
90647b07 11915
1af74d06 11916 * w32proc.c (delete_child): Don't terminate threads of zombies.
ace9b298 11917
1af74d06 119182007-10-08 Martin Rudalics <rudalics@gmx.at>
ace9b298 11919
1af74d06 11920 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
ace9b298 11921
1af74d06
MB
11922 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
11923 last-repeatable-command.
11924 (init_kboard): Initialize Vlast_repeatable_command.
11925 (command_loop_1): Set it to real_this_command unless that was
11926 bound to an input event.
11927 (mark_kboards): Mark it.
9fbc32aa 11928
1af74d06 119292007-10-08 Richard Stallman <rms@gnu.org>
036e218d 11930
1af74d06 11931 * eval.c (condition-case): Doc fix.
9fbc32aa 11932
1af74d06 119332007-10-08 Masatake YAMATO <jet@gyve.org>
9fbc32aa 11934
1af74d06
MB
11935 * xfaces.c (tty_supports_face_attributes_p): Fix code
11936 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
11937 was copied and not edited.
9fbc32aa 11938
beb9f745
SM
119392007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11940
c86f7377 11941 Add new `input-decode-map' keymap and use it for terminal
4f4a84ec
SM
11942 escape sequences.
11943 * keyboard.h (struct kboard): Add Vinput_decode_map.
11944 Remove Vlocal_key_translation_map.
11945 * keyboard.c (read_key_sequence): Add support for input-decode-map.
11946 (init_kboard): Init input-decode-map.
11947 Replace local-key-translation-map back with key-translation-map.
11948 (syms_of_keyboard): Declare input-decode-map.
11949 Remove local-key-translation-map. Update docstrings.
11950 (mark_kboards): Mark Vinput_decode_map.
11951 Don't mark Vlocal_key_translation_map.
11952 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
11953 Replace local-key-translation-map back with key-translation-map.
11954 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
11955 Bind in input-decode-map rather than function-key-map.
11956
beb9f745
SM
11957 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
11958 This was made redundant by the previous introduction of XSETPVECTYPE.
11959
65342ae3
RS
119602007-10-09 Richard Stallman <rms@gnu.org>
11961
beb9f745 11962 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
65342ae3
RS
11963
119642007-09-29 Richard Stallman <rms@gnu.org>
11965
11966 * eval.c (internal_condition_case_2, internal_condition_case_1)
11967 (internal_condition_case): Reenable abort if x_catching_errors ()
11968 to see if that really happens and why.
11969
6cff77fd
AS
119702007-10-06 Andreas Schwab <schwab@suse.de>
11971
11972 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
11973
bbe6f2aa
JB
119742007-10-04 Juanma Barranquero <lekktu@gmail.com>
11975
11976 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
11977
a390930c
SM
119782007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11979
11980 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
11981
d6aa1876
SM
119822007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11983
d0fdb6da
SM
11984 * window.h (struct window):
11985 * window.c (struct save_window_data, struct saved_window):
11986 * termhooks.h (struct terminal):
11987 * process.h (struct Lisp_Process):
11988 * frame.h (struct frame):
11989 * buffer.h (struct buffer):
11990 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
11991 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
11992 The size field of (pseudo)vectors is now unsigned.
11993 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
11994
878f97ff
SM
11995 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
11996 Turn `count' into an integer.
d0fdb6da 11997
878f97ff
SM
11998 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
11999 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
12000 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
12001 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
12002 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
12003
d2029e5b
SM
12004 * alloc.c (allocate_pseudovector): New fun.
12005 (ALLOCATE_PSEUDOVECTOR): New macro.
12006 (allocate_window, allocate_terminal, allocate_frame)
12007 (allocate_process): Use it.
12008 (mark_vectorlike): New function.
12009 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
12010 (mark_terminals): Use it.
12011 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
12012 (Fmake_byte_code): Use XSETPVECTYPE.
12013
12014 * frame.c (Fframe_parameters): Minor simplification.
12015
12016 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
12017
12018 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
12019
12020 * buffer.c (Fget_buffer_create, init_buffer_once):
12021 * lread.c (defsubr):
12022 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
12023
12024 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
12025 defined differently in the m/*.h files.
12026 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
12027 (XSETPVECTYPE): New macro.
12028 (XSETPSEUDOVECTOR): Use it.
12029
d6aa1876
SM
12030 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
12031 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
d2029e5b 12032
d6aa1876
SM
12033 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
12034 * lread.c (defvar_per_buffer):
12035 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
12036
12037 * window.c (candidate_window_p): Only consider as visible frames that
12038 are on the same terminal.
12039
12040 * m/ibms390x.h (MARKBIT): Remove unused macro.
12041
88852d45
JB
120422007-10-01 Juanma Barranquero <lekktu@gmail.com>
12043
12044 * lread.c (Fload): Fix typo in docstring.
12045
880820fe 120462007-10-01 Michaël Cadilhac <michael@cadilhac.name>
2742fe30
MC
12047
12048 * floatfns.c (Fexpt): Manually check for overflows, so that a power
12049 of a non-zero value can't yield zero.
12050
ed0c79c6
SM
120512007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
12052
b870aa61
SM
12053 * term.c (term_clear_mouse_face, term_mouse_highlight)
12054 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
12055
4c37a414
SM
12056 * print.c (safe_debug_print): Use XHASH.
12057
b9466edb
SM
12058 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
12059 Lisp elements such as tags.
12060 (XHASH): New macro.
12061 (EQ): Use it.
12062 (SREF, SSET, STRING_COPYIN): Use SDATA.
12063 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
12064
9c545a55
SM
12065 * alloc.c (mark_terminal): Remove left-over declaration.
12066 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
12067 (allocate_vectorlike): Remove type argument. Adjust callers.
12068 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
12069 Only handle the one remaining MEM_TYPE_VECTORLIKE.
12070
dafc79fa
SM
12071 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
12072 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
12073 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
12074 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
12075 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
12076 Use them.
12077
ed0c79c6
SM
12078 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
12079 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
12080 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
12081
3c81afd4
DN
120822007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
12083
12084 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
12085 loaded by default.
12086
6178ce5e
SM
120872007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12088
4ce5ab77
SM
12089 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
12090 on this tty.
12091 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
12092
6178ce5e
SM
12093 * term.c (mouse_face_window): Rename from Qmouse_face_window.
12094 Update all users.
12095 (handle_one_term_event): Use Gpm_DrawPointer.
12096 (Fgpm_mouse_start): Rename from Fterm_open_connection.
12097 Signal errors instead of returning nil. Always return nil.
12098 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
12099 Make it a noop if gpm-mouse was not activated.
12100 (syms_of_term): Update names.
12101
bdf5f8ef
SM
121022007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
12103
75a8734b
SM
12104 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
12105 (init_sys_modes): Check that gpm_tty is the current tty.
12106
13559ee0
SM
12107 * alloc.c (allocate_terminal): Set the vector size to only count the
12108 lisp fields. Initialize those to nil.
12109 (mark_object): Don't treat terminals specially.
12110 (mark_terminal): Remove.
12111 (mark_terminals): Use mark_object instead.
12112
ff16b875
SM
12113 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
12114 the GC to the beginning.
12115
83155776
SM
12116 * indent.h:
12117 * indent.c: Use EMACS_INT for ints coming from Elisp data.
12118
bdf5f8ef
SM
12119 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
12120
ec8705b6
JR
121212007-09-25 Jason Rumney <jasonr@gnu.org>
12122
12123 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
12124
12125 * w32console.c (create_w32cons_output): Remove.
12126
12127 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
12128
12129 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
12130 (reset_sys_modes): Use reset_terminal_modes_hook.
12131
7351b242
SM
121322007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * eval.c (do_autoload): Don't output any message.
12135
16706228
JL
121362007-09-24 Juri Linkov <juri@jurta.org>
12137
12138 * emacs.c (standard_args): Change priority of "--no-splash"
12139 from 40 to 3. Add "--no-desktop" with the same priority.
12140
3ae2e3a3
RS
121412007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
12142
12143 * alloc.c (gc_sweep): Check cons cell mark bits word by word
12144 and optimize the case where they are all 1.
12145
7a58fb43
GM
121462007-09-23 Johannes Weiner <hannes@saeurebad.de>
12147
3ae2e3a3
RS
12148 * lisp.h (abs): Define if not defined.
12149 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
12150 Don't define `abs', since it's defined in lisp.h.
7a58fb43 12151
78048085
EZ
121522007-09-22 Eli Zaretskii <eliz@gnu.org>
12153
c7a4b95b 12154 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
78048085
EZ
12155 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
12156 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
12157 (init_tty): Use DEV_TTY instead of "/dev/tty".
12158 [WINDOWSNT]: No need to protect from NAME arg being null.
12159
23d4cba5
DN
121602007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12161
12162 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
12163 up the tty state.
12164
71f44e7a
SM
121652007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12166
12167 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
12168 (gpm_tty): Change its type.
12169 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
12170 (gpm_tty): Change its type and initialize it.
12171 (Fterm_open_connection): Check the frame is indeed a tty.
12172 Use the new gpm_tty.
12173 (Fterm_close_connection): Use the new gpm_tty.
12174 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
12175 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
12176
def7fa34
JB
121772007-09-21 Juanma Barranquero <lekktu@gmail.com>
12178
12179 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
12180 underline_color, to draw strike-through.
12181
d2bb6598
SM
121822007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12183
273f164c
SM
12184 * lisp.h (allocate_terminal): Declare.
12185
ca2d5566
SM
12186 * window.c (candidate_window_p): Consider frames that are being placed
12187 by the user as somewhere between visible and iconified.
12188 (window_loop): Prefer windows on the current frame.
12189 (Fselect_window): Move the use of select-frame to the beginning so we
12190 can just delegate all the work (it'll call us back anyway).
12191
6168122d
SM
12192 * frame.c (Qdisplay_environment_variable):
12193 * frame.h (Qdisplay_environment_variable): Delete.
12194
c51842ec
SM
12195 * .gdbinit (xbacktrace): Print the arg's address rather than the value
12196 of the first arg, since that value may be a union.
12197
d2bb6598
SM
12198 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
12199 parameter rather than Qdisplay_environment_variable. If all else
12200 fails, look for DISPLAY in initial-environment.
12201
6f022c19
GM
122022007-09-21 Glenn Morris <rgm@gnu.org>
12203
12204 * Makefile.in (emacstool): Remove target.
f466320b 12205 (lisp, shortlisp): Remove termdev.elc.
6f022c19 12206
ea1bf8c7
GM
122072007-09-21 Markus Triska <markus.triska@gmx.at>
12208
d2bb6598 12209 * xterm.c (x_delete_display): Compile session management conditionally.
ea1bf8c7 12210
d30a25b3
SM
122112007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
12212
db699fc6
SM
12213 * callproc.c (getenv_internal_1): New function.
12214 (getenv_internal): Use it.
12215 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
12216
d2bb6598 12217 * terminal.c (get_terminal): Don't accept ints to represent terminals.
c5911e55
SM
12218 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
12219 (Fset_terminal_parameter): Work with dead terminals as well.
12220 (Fmodify_terminal_parameters): Remove.
12221
d30a25b3
SM
12222 * terminal.c (get_terminal): Handle terminals.
12223 Make sure the terminal returned is live.
12224 (create_terminal): Use allocate_terminal.
12225 (mark_terminals): Move to alloc.c.
12226 (delete_terminal): Use terminal->name as liveness status.
12227 NULL out fields after freeing their contents.
12228 Don't deallocate the object.
12229 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
12230 rather than an int.
12231 (Fterminal_live_p): Accept non-integer arguments.
12232 (Fterminal_list): Return terminal objects rather than an ints.
12233
12234 * alloc.c (enum mem_type): New member for `terminal' objects.
12235 (allocate_terminal): New function.
d2bb6598
SM
12236 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
12237 Handle terminals.
d30a25b3
SM
12238 (mark_terminal): New fun.
12239 (mark_terminals): Move from terminal.c.
12240
12241 * term.c (get_tty_terminal): Don't treat output_initial specially.
12242 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
12243 (delete_tty): Use terminal->name as liveness status.
12244
12245 * termhooks.h (struct terminal): Make it into a pseudovector.
12246 Remove `deleted' replaced by checking `name's nullness.
12247
12248 * print.c (print_object): Handle terminals.
12249
12250 * lisp.h (enum pvec_type): New `terminal' pseudovector.
12251 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
12252
12253 * frame.c (make_terminal_frame):
12254 * keyboard.c (tty_read_avail_input):
12255 * w32term.c (x_delete_terminal):
12256 * xfns.c (Fx_create_frame, x_create_tip_frame):
12257 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
12258
eba25e7c
GM
122592007-09-20 Glenn Morris <rgm@gnu.org>
12260
12261 * process.c (Fmake_network_process): Doc fix.
12262
2a29c3c1
JR
122632007-09-19 Jason Rumney <jasonr@gnu.org>
12264
12265 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
12266
880820fe 122672007-09-19 Michaël Cadilhac <michael@cadilhac.name>
ba1cbad7
MC
12268
12269 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
12270 Fix a C warning regarding variable constness.
12271
12272 * xterm.c (handle_one_xevent): Fix a C warning.
12273
334a1195
JR
122742007-09-18 Jason Rumney <jasonr@gnu.org>
12275
12276 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
12277
880820fe 122782007-09-17 Jan Djärv <jan.h.d@swipnet.se>
879ffad9
JD
12279
12280 * gtkutil.c (gdpy_def): New variable.
12281 (xg_initialize): Initialize gdpy_def.
12282 (xg_display_close): If no other display exists, set gdpy_def to a
12283 new connection.
12284
880820fe 122852007-09-16 Jan Djärv <jan.h.d@swipnet.se>
45c94881
JD
12286
12287 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
12288 when we have no file name for the icon.
12289 (xg_tool_bar_expose_callback): Remove.
12290 (xg_create_tool_bar): Don't connect expose signal to
12291 xg_tool_bar_expose_callback.
12292 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
12293
4d580af2
AS
122942007-09-16 Andreas Schwab <schwab@suse.de>
12295
12296 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
12297 values instead of zapping them.
12298
aca946f3
GM
122992007-09-14 Glenn Morris <rgm@gnu.org>
12300
12301 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
12302 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
12303 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
12304 scope and rename to omfib_buffer for clarity.
12305 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
12306
25c460e5
KH
123072007-09-14 Kenichi Handa <handa@m17n.org>
12308
12309 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
12310
09b69f01
JR
123112007-09-13 Jason Rumney <jasonr@gnu.org>
12312
12313 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
12314
12315 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
12316
12317 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
12318 (mac_term_init): Call here instead, passing rif.
12319
442218db
GM
123202007-09-13 Glenn Morris <rgm@gnu.org>
12321
12322 * s/hpux.h: No longer define `static' as nothing.
12323
880820fe 123242007-09-13 Johan Bockgård <bojohan@gnu.org>
4795c40f
GM
12325
12326 * callint.c (Fcall_interactively): Remove unused var `fun'.
12327
1971a872
RF
123282007-09-12 Romain Francoise <romain@orebokech.com>
12329
12330 * window.c (prefer_window_split_horizontally, display_buffer):
12331 Revert 2007-09-08 change.
12332
2d33f506
GM
123332007-09-12 Glenn Morris <rgm@gnu.org>
12334
585474ae 12335 * alloca.c: Remove file.
ca7af97a
GM
12336 * Makefile.in (alloca): Do not undef.
12337 (allocaobj, alloca.o): Remove.
12338 (otherobj): Remove allocaobj.
12339 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
12340 * regex.c (C_ALLOCA): Remove all references and code that was only
12341 used when this was defined.
12342 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
12343 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
99dfbaf1
GM
12344 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
12345
2d33f506 12346 * Makefile.in (SOURCES, unlock, relock): Delete.
ca7af97a
GM
12347
12348 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
12349 (menu_grab_callback): All uses changed.
12350
12351 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
12352 (x_reply_selection_request): All uses changed.
2d33f506 12353
18a4a65e
SM
123542007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12355
12356 * lread.c (load_warn_old_style_backquotes): Change message to look
12357 better when it appears in the middle of byte-compiler messages.
12358
47cc8819
DN
123592007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
12360
b7ea0894
DN
12361 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
12362
47cc8819
DN
12363 * xterm.c (x_create_terminal): Add comment.
12364
12365 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
12366
5632bd0f
RS
123672007-09-10 Richard Stallman <rms@gnu.org>
12368
12369 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
12370
880820fe 123712007-09-10 Michaël Cadilhac <michael@cadilhac.name>
ccb5c14f 12372
4bca9161
MC
12373 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
12374 (DEFUN): Document `intspec', use it instead of `prompt'.
12375
04724b69
MC
12376 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
12377
8a6d230a
MC
12378 * data.c (Finteractive_form): If the interactive specification starts
12379 with a `(', use it as a Lisp form.
12380
09fbdf6c
MC
12381 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
12382 name and file modes.
12383
ccb5c14f
MC
12384 * callint.c (Fcall_interactively): Comment fixes.
12385
023accd6
SM
123862007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12387
12388 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
12389 and compiled functions.
12390
f26b9544
EZ
123912007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
12392
12393 * window.c (prefer_window_split_horizontally): New variable.
12394 (display_buffer): Consider splitting window horizontally depending
12395 on prefer_window_split_horizontally.
12396
4d395425
EZ
123972007-09-08 Eli Zaretskii <eliz@gnu.org>
12398
97ddc760 12399 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
4d395425 12400
08c1d235
SM
124012007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12402
179cef48
SM
12403 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
12404
08c1d235
SM
12405 * frame.c (x_set_frame_parameters): Check number is positive before
12406 using XFASTINT.
12407
12408 * window.c (freeze_window_start): Don't presume selected_window holds
12409 a window object.
92f94a12 12410 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
08c1d235 12411
97ddc760 124122007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
de52dcbb
DN
12413
12414 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
12415
90ab5c62
SM
124162007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * window.c (Vsplit_window_preferred_function): New var.
12419 (Fdisplay_buffer): Use it.
12420 (syms_of_window): Export, and initialize it.
12421
1ab2cd43
TTN
124222007-09-06 Pixel <pixel@mandriva.com> (tiny change)
12423
12424 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
12425
0b0515bc
GM
124262007-09-06 Glenn Morris <rgm@gnu.org>
12427
57fd5c55 12428 * gtkutil.c (menu_grab_callback) <cnt>:
0b0515bc
GM
12429 * xselect.c (x_reply_selection_request) <cnt>: Move static
12430 variable to file scope.
12431
98594580
SM
124322007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12433
12434 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
12435 consistent values of selected_frame and selected_window.
12436
0f4c7aef
JR
124372007-09-04 Jason Rumney <jasonr@gnu.org>
12438
12439 * w32console.c (initialize_w32_display): Zero unused hooks.
12440
e4019195
DN
124412007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12442
12443 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
12444 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
12445
bce179b5
JR
124462007-09-04 Jason Rumney <jasonr@gnu.org>
12447
a0236551
JR
12448 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
12449 in w32console.c. Set up input. Remove XXX comments that have been
12450 confirmed as correct.
12451
a4926668
JR
12452 * s/ms-w32.h (MULTI_KBOARD): Define.
12453
953bf0dc
JR
12454 * w32console.c (one_and_only_w32cons): Remove.
12455 (initialize_w32_display): Take terminal argument.
12456
12457 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
12458 initialize_w32_display.
12459 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
12460
bce179b5
JR
12461 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
12462
12463 * keyboard.c (discard_mouse_events): Discard it.
12464 (make_lispy_event): Translate it to a lisp event.
12465 (lispy_wheel_names): Add wheel-left and right events.
12466 (syms_of_keyboard): Enlarge wheel_syms.
12467
12468 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
12469 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
12470
12471 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
12472
12473 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
12474 from WM_MOUSEHWHEEL.
12475 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
12476
12477 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
12478 terminal.
12479
12480 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
12481 keyboard for the terminal.
12482
92cd6a7c
DN
124832007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12484
12485 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
12486 (Vresume_tty_hook): Rename from Vresume_tty_functions.
12487 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
12488 and resume-tty-function to resume-tty-hook.
12489 (Fsuspend_tty, Fresume_tty): Use new names.
12490
880820fe 124912007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2154c964
JD
12492
12493 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
12494 if it starts with "n:".
12495
880820fe 124962007-08-31 Jan Djärv <jan.h.d@swipnet.se>
b42ff099
JD
12497
12498 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
12499
6b8e474c
SM
125002007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
12501
92d9c1d4
SM
12502 * frame.h:
12503 * frame.c (Qterm_environment_variable): Remove.
12504 (syms_of_frame): Don't init and staticpro it.
12505
92d9c1d4
SM
12506 * callproc.c (getenv_internal): Remove special case for $TERM.
12507
6b8e474c
SM
12508 * callproc.c (Vinitial_environment): New variable.
12509 (set_initial_environment): Initialize it.
12510 (syms_of_callproc): Declare it.
12511 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
12512 TERM under which a process runs is never related to the TERM in which
12513 Emacs is running.
12514
0f1444e1
DN
125152007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12516
12517 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
12518 * s/darwin.h: ... do it here.
12519
b8866860
SM
125202007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * lisp.h (set_initial_environment): Rename from set_global_environment.
12523
12524 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
12525 removed by mistake on the multi-tty branch.
12526
12527 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
12528 (Fmodify_frame_parameters): Return a value.
12529
12530 * image.c (png_load): Comment-out var only used in commented-out code.
12531
12532 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
12533 before passing it to mark_object.
12534
12535 * xfaces.c (internal_resolve_face_name): Return a value.
12536 (internal_resolve_face_name, resolve_face_name_error): Comment out.
12537
12538 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
12539 (x_icon): Comment-out var only used in commented-out code.
12540
0a42be6d
RF
125412007-08-29 Romain Francoise <romain@orebokech.com>
12542
12543 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
12544 QUIT hasn't been provided.
12545
8d9cc0b7
MB
125462007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
12547
12548 * callproc.c (child_setup, getenv_internal): Use the
ce20b664 12549 display-environment-variable and term-environment-variable frame params.
8d9cc0b7
MB
12550 (set_initial_environment): Initialise Vprocess_environment.
12551
12552 * config.in: Disable multi-keyboard support on a mac.
12553
12554 * frame.c (Qterm_environment_variable)
12555 (Qdisplay_environment_variable): New variables.
12556 (syms_of_frame): Intern and staticpro them.
12557 (Fmake_terminal_frame): Disable output method test.
12558
12559 * frame.h: Declare them here.
12560
12561 * macfns.c (x_set_mouse_color): Get rif from the frame.
12562 (x_set_tool_bar_lines): Don't use updating_frame.
12563 (mac_window): Add 2 new parameters for consistency with other systems.
12564 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
12565 frame parameters following what is done in X11 and w32. Don't use
12566 FRAME_MAC_DISPLAY_INFO.
12567 (Fx_open_connection, start_hourglass): Remove window-system check.
12568 (x_create_tip_frame): Get the keyboard from the terminal.
12569
12570 * macmenu.c: Reorder includes.
12571 (Fx_popup_menu): Use terminal specific mouse_position_hook.
12572
12573 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
12574 terminal parameter.
12575 (x_clear_frame): Add a frame parameter.
12576 (note_mouse_movement): Get rif from the frame.
12577 (mac_term_init): Initialize the terminal.
12578 (mac_initialize): Make static and move terminal initialization ...
12579 (mac_create_terminal): ... to this new function.
12580
12581 * macterm.h (struct mac_display_info): Add terminal.
7196c970 12582 (mac_initialize): Delete declaration.
8d9cc0b7 12583
381864b2 12584 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
8d9cc0b7
MB
12585
12586 * sysdep.c: Comment out text after #endif.
12587
12588 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
12589 is defined. Better initialize ttys in windows. Use terminal
12590 specific mouse_position_hook.
12591
12592 * termhooks.h (union display_info): Add mac_display_info.
12593
b8866860
SM
12594 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
12595 Set the default minibuffer frame, window_system and the rest of the
8d9cc0b7
MB
12596 frame parameters following what is done in X11.
12597
12598 * w32term.c (w32_initialize): Make static.
12599
12600 * xselect.c (x_handle_selection_clear): Only access
12601 terminal->kboard when MULTI_KBOARD is defined.
12602
12603 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
12604 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
12605
126062007-08-29 Jason Rumney <jasonr@gnu.org>
12607
12608 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
12609 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
12610
12611 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
12612 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
12613
12614 * keyboard.c (restore_kboard_configuration): Only define when
12615 MULTI_KBOARD defined.
12616
35277b03 12617 * makefile.w32-in: Update dependancies from Makefile.in.
8d9cc0b7
MB
12618 (OBJ1): Add terminal.$(O)
12619
b8866860
SM
12620 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
12621 Don't define function body.
8d9cc0b7
MB
12622 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
12623
12624 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
12625
12626 * w32.c (request_sigio, unrequest_sigio): Remove.
12627
12628 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
12629 (w32con_clear_frame, w32con_clear_end_of_line)
12630 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
12631 (w32con_delete_glyphs, w32con_set_terminal_window)
12632 (scroll_line, w32_sys_ring_bell): Add frame arg.
b8866860
SM
12633 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
12634 Add terminal arg.
8d9cc0b7
MB
12635 (PICK_FRAME): Remove.
12636 (w32con_write_glyphs): Use frame specific terminal coding.
12637 (one_and_only_w32cons): New global variable.
12638 (initialize_w32_display): Use it for storing hooks.
12639 (create_w32cons_output): New function.
12640
12641 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
12642 arg a frame.
12643
b8866860
SM
12644 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
12645 Set window_system.
8d9cc0b7
MB
12646 (x_set_tool_bar_lines): Don't use updating_frame.
12647 (Fx_create_frame): Set terminal and ref count.
12648 (Fx_open_connection): Remove window-system check.
12649
12650 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
12651
12652 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
12653 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
12654 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
12655 Add frame arg.
12656 (x_delete_terminal, w32_create_terminal): New functions.
12657 (w32_term_init): Create a terminal.
12658 (w32_initialize): Move terminal specific initialization to
12659 w32_create_terminal.
12660
b8866860 12661 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
8d9cc0b7
MB
12662 (w32_clear_rect, w32_clear_area): Use background from frame.
12663 (w32_display_info): Add terminal.
12664 (w32_sys_ring_bell, x_delete_display): Declare here.
12665
12666 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
12667
12668 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
12669
126702007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
12671
12672 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
12673 Fix get_named_tty calls for the controlling tty.
12674
126752007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12676
12677 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
12678
126792007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
12680
12681 * term.c (tty_insert_glyphs): Add missing first parameter.
12682
880820fe 126832007-08-29 Károly Lőrentey <karoly@lorentey.hu>
8d9cc0b7 12684
b8866860
SM
12685 * buffer.c (Fbuffer_list, Fbury_buffer):
12686 Take frame->buried_buffer_list into account.
8d9cc0b7
MB
12687
12688 * cm.c (current_tty): New variable, for cmputc().
12689 (cmputc): Use it.
12690 (cmcheckmagic): Add tty parameter, look up terminal streams there.
12691 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
b8866860
SM
12692 (cmgoto): Add tty parameter. Pass it on to calccost().
12693 Use emacs_tputs() instead of tputs().
8d9cc0b7
MB
12694
12695 * cm.h (emacs_tputs): New macro to set current_tty, and then call
12696 tputs().
12697 (current_tty): New variable, for cmputc().
12698 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
12699
12700 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
12701 (internal_condition_case, internal_condition_case_1)
12702 (internal_condition_case_2): Don't abort when x_catching_errors.
12703
12704 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
12705 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
12706 prevent crashes caused by bogus longjmps in read_char.
12707
12708 * keymap.h (Fset_keymap_parent): Add EXFUN.
12709
12710 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
12711 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
12712 Remove redundant definition.
12713
b8866860
SM
12714 * macfns.c (x_set_mouse_color, x_make_gc):
12715 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7 12716
b8866860
SM
12717 * w32term.c (x_free_frame_resources):
12718 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12719 (w32_initialize): Use the accessor macros for terminal characteristics.
12720
12721 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
12722 Use the accessor macros for terminal characteristics.
12723 * msdos.c (internal_terminal_init): Use the accessor macros for
12724 terminal characteristics.
b8866860
SM
12725 (ScreenVisualBell, internal_terminal_init):
12726 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12727
12728 * termopts.h (no_redraw_on_reenter): Declare.
12729
12730 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
03f06e5c 12731 (mark_terminals, mark_ttys): Declare.
8d9cc0b7 12732 (Fgarbage_collect): Call them.
03f06e5c 12733 (mark_object): Mark buried_buffer_list.
8d9cc0b7
MB
12734
12735 * prefix-args.c: Include stdlib.h for exit.
12736
12737 * syssignal.h: Add comment.
12738
12739 * indent.c: Include stdio.h.
12740
12741 * window.h (Vinitial_window_system): Declare.
12742 (Vwindow_system): Delete declaration.
12743
12744 * fontset.c (Finternal_char_font): Use FRAME_RIF.
12745
12746 * image.c (lookup_image): Don't initialize `c' until the xasserts
12747 have been run.
12748
12749 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
12750 FRAME_FOREGROUND_PIXEL.
12751
12752 * print.c (print_preprocess): Don't lose print_depth levels while
12753 iterating.
12754
b8866860
SM
12755 * widget.c (update_from_various_frame_slots):
12756 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12757
12758 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
12759 frames.
12760 (window_internal_height): Remove bogus make_number call.
b8866860 12761 (init_window_once): Call make_terminal_frame with two zero parameters.
8d9cc0b7
MB
12762
12763 * fileio.c (Fread_file_name): Update comment.
12764
b8866860
SM
12765 * callint.c (Fcall_interactively):
12766 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
8d9cc0b7
MB
12767 Make sure it is correctly unwound.
12768
12769 * xsmfns.c (x_session_close): New function.
12770
03f06e5c 12771 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
8d9cc0b7
MB
12772 Delete declarations.
12773
12774 * xterm.h: Remove declaration for x_fully_uncatch_errors.
12775 (x_output): Remove background_pixel and foreground_pixel fields.
03f06e5c 12776 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
c3f9fba8 12777 (x_delete_device, x_session_close): Declare.
8d9cc0b7
MB
12778
12779 * lread.c: Include setjmp.h. Update declaration of `read_char'.
12780 (read_filtered_event): Call `read_char' with a local
12781 `wrong_kboard_jmpbuf'.
12782
b8866860
SM
12783 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
12784 Don't call single_kboard_state. Use FRAME_RIF.
8d9cc0b7
MB
12785
12786 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
12787 systems.
12788
b8866860 12789 * lisp.h (set_process_environment): Rename to `set_global_environment'.
03f06e5c 12790 (Fframe_with_environment, Fset_input_meta_mode)
8d9cc0b7 12791 (Fset_quit_char): EXFUN.
03f06e5c 12792 (x_create_device, tty_output, terminal, tty_display_info): Declare.
8d9cc0b7
MB
12793 (init_sys_modes, reset_sys_modes): Update prototypes.
12794 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
12795
b8866860
SM
12796 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
12797 Vlocal_key_translation_map, and Vkeyboard_translate_table.
03f06e5c 12798 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
8d9cc0b7 12799 Delete declarations.
03f06e5c
JB
12800 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
12801 (temporarily_switch_to_single_kboard, tty_read_avail_input):
8d9cc0b7
MB
12802 New declarations.
12803
12804 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
12805 already does that during init_display(). Call syms_of_keymap
b8866860
SM
12806 before syms_of_keyboard. Call `syms_of_terminal'.
12807 Call set_initial_environment, not set_process_environment.
8d9cc0b7
MB
12808 (shut_down_emacs): Call reset_all_sys_modes() instead of
12809 reset_sys_modes().
12810
12811 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
03f06e5c
JB
12812 (internal_resolve_face_name, resolve_face_name_error): New functions.
12813 (resolve_face_name): Protect against loops and errors thrown by Fget.
12814 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
8d9cc0b7
MB
12815 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
12816
12817 * scroll.c: Replace CURTTY() with local variables throughout the
12818 file (where applicable).
12819 (calculate_scrolling, calculate_direct_scrolling)
12820 (scrolling_1, scroll_cost): Use the accessor macros for terminal
12821 characteristics.
12822
12823 * keymap.c (Vfunction_key_map): Remove.
b8866860 12824 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
8d9cc0b7
MB
12825 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
12826 (Vkey_translation_map): Remove.
12827 (syms_of_keymap): Remove DEFVAR for key-translation-map.
c3f9fba8 12828 (Fdescribe_buffer_bindings)
8d9cc0b7
MB
12829 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
12830 Update for terminal-local key-translation-map.
12831
12832 * Makefile.in (callproc.o): Update dependencies.
12833 (lisp, shortlisp): Add termdev.elc.
12834 (obj): Add terminal.o.
12835 (terminal.o): Add dependencies.
12836 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
12837 (data.o, fns.o): Add termhooks.h dependency.
12838 (SOME_MACHINE_LISP): Add dnd.elc.
12839 (minibuf.o): Fix typo.
12840 Update dependencies.
12841
12842 * data.c (do_symval_forwarding, store_symval_forwarding)
12843 (find_symbol_value): Use the selected frame's keyboard, not
12844 current_kboard.
12845
12846 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
12847 Vwindow_system.
12848
12849 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
12850 Fmenu_bar_open.
12851 (syms_of_xmenu): Update defsubr.
12852 (mouse_position_for_popup, Fx_popup_menu)
12853 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
12854 (set_frame_menubar, free_frame_menubar)
12855 (create_and_show_popup_menu, xmenu_show, )
12856 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
12857 an X frame.
12858
12859 * xselect.c (x_own_selection): Abort if not an X frame.
12860 (some_frame_on_display): Check if it is an X frame.
12861 (x_handle_selection_clear): Deal with MULTI_KBOARD.
12862
12863 * coding.c: Include frame.h and termhooks.h.
03f06e5c 12864 (terminal_coding, keyboard_coding): Delete.
c3f9fba8
JB
12865 (Fset_terminal_coding_system_internal)
12866 (Fset_keyboard_coding_system_internal)
12867 (Fkeyboard_coding_system)
03f06e5c
JB
12868 (Fterminal_coding_system): Add a terminal parameter.
12869 Get terminal_coding from the terminal.
8d9cc0b7
MB
12870 (init_coding_once): Don't call setup_coding_system here.
12871
12872 * dispextern.h (set_scroll_region, turn_off_insert)
12873 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
12874 (tty_clear_end_of_line, tty_setup_colors)
03f06e5c 12875 (delete_tty, updating_frame)
8d9cc0b7
MB
12876 (produce_special_glyphs, produce_glyphs, write_glyphs)
12877 (insert_glyphs): Remove.
12878 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
03f06e5c 12879 (tty_turn_off_highlight, get_tty_size): Add declaration.
b8866860 12880 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
8d9cc0b7
MB
12881
12882 * frame.h (enum output_method): Add output_initial.
12883 (struct x_output): Delete.
b8866860
SM
12884 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
12885 Access foreground_pixel and background_pixel directly from the frame.
8d9cc0b7
MB
12886 (tty_display): Delete.
12887 (struct frame): Add buried_buffer_list, foreground_pixel,
1f204af3 12888 background_pixel and terminal. Delete kboard.
8d9cc0b7
MB
12889 (union output_data): Add tty.
12890 (FRAME_KBOARD): Get the kboard from the terminal.
12891 (FRAME_INITIAL_P): New macro.
12892 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
12893 (Qterm_environment_variable, Qdisplay_environment_variable)
b8866860
SM
12894 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
12895 New declarations.
8d9cc0b7
MB
12896
12897 * termchar.h (tty_output, tty_display_info): New structures.
12898 (tty_list): Declare.
12899 (FRAME_TTY, CURTTY): New macros.
12900 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
12901 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
12902 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
12903 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
12904
12905 * callproc.c: Include frame.h and termhooks.h, for terminal
12906 parameters.
12907 (add_env): New function.
12908 (child_setup): Use it.
b8866860 12909 (child_setup, getenv_internal): Handle the new Vprocess_environment.
8d9cc0b7
MB
12910 (getenv_internal): Fix get_terminal_param call.
12911 (Fgetenv_internal, egetenv): Update doc.
12912 (syms_of_callproc): Initialize Vprocess_environment to nil.
03f06e5c 12913 Register and initialize them. Remove obsolete defvars. Update doc
8d9cc0b7
MB
12914 strings.
12915 (child_setup): Handle Vlocal_environment_variables.
b8866860
SM
12916 (getenv_internal): Add terminal parameter.
12917 Handle Vlocal_environment_variables.
8d9cc0b7
MB
12918 (Fgetenv_internal): Add terminal parameter.
12919 (child_setup, getenv_internal, Fgetenv_internal): Store the local
b8866860 12920 environment in a frame (not terminal) parameter. Update doc strings.
8d9cc0b7
MB
12921 (set_initial_environment): Rename from set_global_environment.
12922 Store Emacs environment in initial frame parameter.
12923
12924 * xdisp.c (redisplay_internal): Update references to
12925 `previous_terminal_frame'.
12926 (display_mode_line, Fformat_mode_line): Replace calls to
12927 `push_frame_kboard' with `push_kboard'.
12928 (get_glyph_string_clip_rects): Add extra parentheses and
12929 braces to prevent compiler warnings.
12930 (calc_pixel_width_or_height): Add xassert to check that the
12931 frame is alive. Don't call `lookup_image' on a termcap frame.
12932 (message2_nolog, message3_nolog, redisplay_internal)
12933 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
12934 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
12935 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
12936 (Fx_display_pixel_width, Fx_display_pixel_height)
12937 (Fx_display_planes, Fx_display_color_cells)
12938 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
12939 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
12940 (Fx_display_backing_store, Fx_display_visual_class)
12941 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
97ddc760 12942 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
8d9cc0b7
MB
12943
12944 * xfns.c (x_set_foreground_color x_set_background_color)
b8866860
SM
12945 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
12946 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
8d9cc0b7
MB
12947 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
12948 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
12949 terminal that is being deleted.
12950 (Fx_create_frame): Use `store_frame_param' to set `window-system'
b8866860 12951 frame parameter, and make sure it overrides any user-supplied setting.
8d9cc0b7
MB
12952 (Fx_close_connection, Fx_synchronize): Unify argument names with
12953 the rest of the DEFUNs.
12954
12955 * dispnew.c (Fsend_string_to_terminal): Update call to
12956 `get_tty_terminal'.
12957 (Fredraw_frame, Fsend_string_to_terminal)
2d33f506 12958 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
8d9cc0b7
MB
12959 FRAME_TERMCAP_P and FRAME_TTY.
12960 (window_change_signal): Don't believe width/height values that are
12961 impossibly small.
12962 (Vinitial_window_system): Rename from Vwindow_system.
12963 (termscript, Wcm, rif): Delete.
12964
12965 * termhooks.h (struct terminal): New struct containing the
12966 previously global text display hooks and new members NAME,
12967 DELETED and PARAM_ALIST.
12968 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
12969 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
12970 (FRAME_RIF): New macros.
12971 (get_terminal_param, get_device): New declarations.
12972 (termscript): Delete declaration.
12973
12974 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
12975 (XTflash, x_free_frame_resources, x_scroll_bar_create)
12976 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
12977 FRAME_FOREGROUND_PIXEL.
12978 (x_fully_uncatch_errors): Disable definition.
12979 (x_scroll_bar_expose): Fix reference to foreground pixel.
12980 (XTread_socket): Disable loop on all X displays.
12981 (x_delete_terminal): Don't set terminal->deleted and let
12982 delete_terminal delete the frames on the terminal.
12983 (x_delete_display): Doc update to reflect changes in
12984 delete_terminal.
12985 (x_display_info) <terminal>: Move member earlier in the struct.
8d9cc0b7
MB
12986 (deleting_tty): Remove old variable.
12987 (Fsuspend_tty): Call clear_tty_hooks.
12988 (Fresume_tty, init_tty): Call set_tty_hooks.
8d9cc0b7
MB
12989 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
12990 errors on X frames.
12991 (x_catch_errors_unwind): Abort if x_error_message is NULL.
12992 (handle_one_xevent): Initialize `f' to NULL.
9cab96b0 12993 (x_delete_terminal, x_create_terminal): New functions.
8d9cc0b7
MB
12994 (XTset_terminal_modes, XTreset_terminal_modes)
12995 (XTread_socket, x_connection_closed, x_term_init)
12996 (x_term_init, x_delete_display): Add terminal parameter.
12997 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
12998 X connections.
12999
bf380f53
GM
13000 * frame.c: Include termchar.h.
13001 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
13002 (Qwindow_system, Qenvironment, Qterm_environment_variable)
13003 (Qdisplay_environment_variable): New vars.
13004 (Fframep): Deal with output_initial.
13005 (Fframe-live-p): Doc fix.
13006 (Fwindow-system): New function.
8d9cc0b7
MB
13007 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
13008 (make_terminal_frame): Don't create frames on a terminal that is
bf380f53 13009 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
b8866860 13010 (store_frame_param): Check for found_for_frame before calling XFRAME.
8d9cc0b7
MB
13011 (Fmake_terminal_frame): Handle NULL tty names correctly.
13012 (syms_of_frame): Enhance doc string of `default-frame-alist'.
bf380f53
GM
13013 (Fdelete_frame): Remove unused variable `count'. Don't allow other
13014 frames to refer to a deleted frame in their 'environment parameter.
8d9cc0b7 13015 (Fframe_with_environment): New function.
b8866860 13016 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
8d9cc0b7
MB
13017 (get_future_frame_param): New function.
13018 (Fmake_terminal_frame): Use it.
2d33f506 13019 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
8d9cc0b7
MB
13020
13021 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
13022 * sysdep.c (reset_sys_modes): Update for renames.
13023
13024 * keyboard.c (tty_read_avail_input): New function.
03f06e5c 13025 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
8d9cc0b7
MB
13026 (syms_of_keyboard): Defsubr them.
13027 (Fset_input_meta_mode, Fset_quit_char): New functions.
13028 (Fset_input_mode): Split to above functions.
8d9cc0b7
MB
13029 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
13030 parameter. Use it in call to `read_char'.
b8866860
SM
13031 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
13032 Set wrong_kboard_jmpbuf correctly in recursive calls.
13033 Use current_kboard to access Vkeyboard_translate_table.
13034 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
13035 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
13036 Update longjmp invocations. Remember the original current_kboard,
13037 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
13038 changes it. Comment out unnecessary calls to
13039 `record_single_kboard_state' and `any_kboard_state'.
13040 Update recursive calls.
8d9cc0b7
MB
13041 (wrong_kboard_jmpbuf): Remove global variable.
13042 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
13043 Handle deleted interrupted_kboards correctly; that is a legal
13044 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
b8866860 13045 and read_char calls. Abort if interrupted_kboard died in read_char.
8d9cc0b7
MB
13046 (any_kboard_state, single_kboard_state)
13047 (push_frame_kboard): Remove function.
13048 (pop_kboard): Switch out of single_kboard mode if the kboard has
03f06e5c
JB
13049 been deleted. Remove unused variable. Help debugging by not
13050 changing current_kboard unnecessarily. Set current_kboard to the
8d9cc0b7
MB
13051 kboard of the selected frame when the stored kboard object has
13052 been deleted before pop_kboard.
13053 (temporarily_switch_to_single_kboard): Change first parameter to a
13054 frame pointer. Throw an error when caller wants to change kboards
13055 while in single_kboard mode. Don't push_kboard if we weren't in
13056 single kboard state. Don't pop_kboard if we popped into any
13057 kboard state.
13058 (restore_kboard_configuration): Abort if pop_kboard changed the
03f06e5c 13059 kboard in single_kboard mode. Call pop_kboard only after setting
8d9cc0b7
MB
13060 up single_kboard mode.
13061 (Frecursive_edit): Switch to single_kboard mode only in nested
13062 command loops.
b8866860
SM
13063 (cmd_error, command_loop, command_loop_1, timer_check):
13064 Comment out unnecessary call to `any_kboard_state' and
8d9cc0b7
MB
13065 `record_single_kboard_state'.
13066 (delete_kboard): Exit single_kboard mode if we have just deleted
03f06e5c 13067 that kboard. Use FRAME_KBOARD.
8d9cc0b7
MB
13068 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
13069 `fatal_error_signal'.
13070 (record_single_kboard_state): Don't push_kboard if we weren't in
13071 single kboard state. Don't pop_kboard if we popped into any
13072 kboard state.
13073 (push_frame_kboard): Rename to push_kboard.
13074 (kbd_buffer_get_event): Use FRAME_TERMINAL.
13075 (read_avail_input): Read input from all terminals.
13076 (mark_kboards): Also mark Vkeyboard_translate_table.
13077 (kbd_buffer_store_event_hold): Simplify condition.
13078 (read_key_sequence): Reinitialize fkey and keytran at each replay.
13079 (Vkeyboard_translate_table): Move to struct kboard.
13080 (init_kboard): Initialize Vkeyboard_translate_table.
13081 (syms_of_keyboard): Use DEFVAR_KBOARD to define
13082 Vkeyboard_translate_table. Update doc strings. Update docs of
13083 local-function-key-map and function-key-map.
13084
13085 * terminal.c: New file.
13086
13087 * term.c: Include errno.h.
13088 (Vring_bell_function, device_list, initial_device)
13089 (next_device_id, ring_bell, update_begin, update_end)
13090 (set_terminal_window, cursor_to, raw_cursor_to)
13091 (clear_to_end, clear_frame, clear_end_of_line)
13092 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
13093 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
13094 (syms_of_term): Move their initialization to terminal.c.
13095 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
13096 (Ftty_display_color_cells)
13097 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
9cab96b0 13098 (clear_tty_hooks, set_tty_hooks)
8d9cc0b7
MB
13099 (init_tty, maybe_fatal): New functions.
13100 (Ftty_type): Return nil if terminal is not on a tty instead of
13101 throwing an error. Doc update.
13102 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
03f06e5c 13103 Doc update. Initialize new subrs and variables.
8d9cc0b7
MB
13104 (delete_tty): Use terminal->deleted.
13105 (tty_set_terminal_modes): Rename from set_terminal_modes.
13106 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
13107 (set_scroll_region): Rename to `tty_set_scroll_region'.
13108 (turn_on_insert): Rename to `tty_turn_on_insert'.
13109 (turn_off_insert): Rename to `tty_turn_off_insert'.
13110 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
13111 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
13112 (toggle_highligh): Rename to `tty_toggle_highlight'.
13113 (background_highlight): Rename to `tty_background_highlight'.
13114 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
13115 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
13116 (tty_set_scroll_region, tty_background_highlight)
13117 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
13118 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
13119 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
13120 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
13121 Add static modifier.
13122 (tty_reset_terminal_modes, tty_set_terminal_window)
13123 (tty_set_scroll_region, tty_background_highlight)
13124 (tty_highlight_if_desired, tty_cursor_to)
13125 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
13126 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
13127 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
13128 renames.
13129
880820fe 131302007-08-28 Jan Djärv <jan.h.d@swipnet.se>
cf0590c4
JD
13131
13132 * keyboard.c: Qrtl is new.
13133 (parse_tool_bar_item): Handle :rtl keyword.
13134 (syms_of_keyboard): Intern :rtl keyword.
13135
13136 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
13137
13138 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
13139 so no Lisp code is executed.
13140 (file_for_image, find_rtl_image): New functions.
1f204af3 13141 (xg_get_image_for_pixmap): Use file_for_image.
cf0590c4
JD
13142 (update_frame_tool_bar): If direction is RTL, use RTL image if
13143 defined. Use Gtk stock images if defined.
13144
83cc8d35
YM
131452007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13146
13147 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
13148 for nonexistent or zero-width glyph in composition glyph.
13149
e60c4e15
SM
131502007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13151
d7e2a28f
SM
13152 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
13153
e60c4e15
SM
13154 * xdisp.c (Finvisible_p): New function.
13155 (syms_of_xdisp): defsubr it.
13156
ee163e6d
JB
131572007-08-24 Juanma Barranquero <lekktu@gmail.com>
13158
13159 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
13160 Doc fixes.
13161
90fa408d
YM
131622007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13163
35277b03 13164 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
90fa408d 13165
cac4219c
MR
131662007-08-24 Martin Rudalics <rudalics@gmx.at>
13167
13168 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
13169 whether decoding has modified buffer contents.
13170
5fc9fdeb
JR
131712007-08-24 Jason Rumney <jasonr@gnu.org>
13172
13173 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
13174 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
13175 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
13176 (init_svg_functions) [HAVE_NTGUI]: New function.
13177 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
13178 (svg_load_image): Use them.
13179 (svg_load_image) [HAVE_NTGUI]: Implement background.
13180
93b23406
YM
131812007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13182
13183 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
13184 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
13185 (LIBX): Remove @RSVG_LIBS@.
13186 (LIBES): Add $(RSVG_LIBS).
13187
13188 * image.c (svg_load_image): Blend with specified background if exists.
13189 Use IMAGE_BACKGROUND. Add Mac OS Support.
13190
13191 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
13192 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
13193 Remove macros.
13194 [MAC_OSX] (socket_callback): Do nothing.
13195 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
13196 ReceiveNextEvent.
13197 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
13198 socket_callback.
13199 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
13200
2467875c
GM
132012007-08-22 Glenn Morris <rgm@gnu.org>
13202
ff8da443 13203 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
2467875c 13204
4ab27a43
GM
132052007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
13206
13207 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
ff8da443 13208
666e0eda
GM
13209 * image.c: Add support for SVG images. Some additional comments
13210 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
13211 (svg_image_p): New function to test for SVG image.
13212 (svg_load): New function to load SVG image.
13213 (svg_load_image): New function, helper for svg_load.
13214 (Qsvg): New Lisp_object.
13215 (svg_keyword_index): New enum.
13216 (svg_format): New static `image_keyword' struct.
13217 (svg_type): New static `image_type' struct.
13218 (librsvg/rsvg.h): Include it.
4ab27a43 13219
b636b4c1
SM
132202007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13221
13222 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
13223
9ecb827b
SM
132242007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13225
1d064697
SM
13226 * lread.c (Qold_style_backquotes): New var.
13227 (syms_of_lread): Init and staticpro it.
13228 (load_warn_old_style_backquotes): New fun.
13229 (Fload): Use them to warn about old style backquotes.
13230 (end_of_file_error, Fload): Remove unused vars.
13231
5772ed4b
SM
13232 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
13233
9ecb827b 13234 * lread.c (Vold_style_backquotes): New var.
5aa273b0 13235 (syms_of_lread): Init and export it to Elisp.
9ecb827b
SM
13236 (read1): Set it when we find an old-style (back)quote.
13237
32e1c7b1
JR
132382007-08-22 Jason Rumney <jasonr@gnu.org>
13239
13240 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
13241
b8fa755b
KY
132422007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
13243
13244 * puresize.h (BASE_PURESIZE): Increase to 1140000.
13245
1283140e
RS
132462007-08-19 Richard Stallman <rms@gnu.org>
13247
13248 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
13249
2c4685ee
AS
132502007-08-19 Andreas Schwab <schwab@suse.de>
13251
13252 * alloc.c (pure): Round PURESIZE up.
13253
880820fe 132542007-08-17 Jan Djärv <jan.h.d@swipnet.se>
e8953ebf
JD
13255
13256 * xterm.c (handle_one_xevent): Remove check that mouse click is in
13257 active frame.
13258
6e33efc4
RS
132592007-08-16 Richard Stallman <rms@gnu.org>
13260
13261 * eval.c (Fcommandp): Add parens to clarify.
13262
13263 * minibuf.c (Fall_completions): Use enum for type of table.
13264
13265 * emacs.c (USAGE2): Improve text.
13266
fcf8ff2e
GM
132672007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
13268
5205ee62
GM
13269 * term.c (tty_default_color_capabilities): Declare static
13270 variables in file scope, to avoid HPUX compiler problem.
fcf8ff2e 13271
880820fe 132722007-08-13 Jan Djärv <jan.h.d@swipnet.se>
81d13a51
JD
13273
13274 * gtkutil.c (update_frame_tool_bar): Use -1 as index
13275 to gtk_toolbar_insert.
13276
4a181359
SM
132772007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
13278
1bc99c9c
SM
13279 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
13280
4a181359
SM
13281 * insdel.c (reset_var_on_error): New fun.
13282 (signal_before_change, signal_after_change):
13283 Use it to reset (after|before)-change-functions to nil in case of error.
13284 Bind inhibit-modification-hooks to t.
13285 Don't bind (after|before)-change-functions to nil while they run.
13286
6c28435c
YM
132872007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13288
13289 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
13290 filling pixmap with stippled background.
13291
ad3b3e02
YM
132922007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13293
13294 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
13295 Don't use invisible frame as parent window for repositioning.
13296
a22dec27
SM
132972007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
13298
13299 * print.c (new_backquote_output): Rename from old_backquote_output.
13300 (print): Inverse its logic (according to its name) so as to match the
13301 behavior of new_backquote_flag in lread.c.
13302
7b7d07bb
YM
133032007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13304
13305 * gmalloc.c (posix_memalign): New function.
13306
13307 * macterm.c (frame_highlight, frame_unhighlight): Don't call
13308 ActivateControl/DeactivateControl here.
13309 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
13310 frame-notice-user-settings is non-nil.
13311 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
13312 for kEventParamFMFontStyle.
13313 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
13314 mac_pass_command_to_system and mac_pass_control_to_system here.
13315 (XTread_socket): Call ActivateControl/DeactivateControl here.
13316 (XTread_socket) [TARGET_API_MAC_CARBON]:
13317 Check mac_pass_command_to_system and mac_pass_control_to_system here.
f9426479
YM
13318 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
13319 for window repositioning.
7b7d07bb 13320
22e9fe24
GM
133212007-08-08 Glenn Morris <rgm@gnu.org>
13322
13323 * Replace `iff' in doc-strings and comments.
13324
ae494350
CY
133252007-08-07 Chong Yidong <cyd@stupidchicken.com>
13326
13327 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
13328
6f2528d8
MR
133292007-08-07 Martin Rudalics <rudalics@gmx.at>
13330
13331 * fileio.c (Finsert_file_contents): Run format-decode and
13332 after_insert_file_functions on entire buffer when REPLACE is
13333 non-nil and inhibit modification_hooks and point_motion_hooks.
13334 For consistency, run after_insert_file_functions iff something
13335 got inserted. Move signal_after_change and update_compositions
13336 after code running after_insert_file_functions. Make sure that
6b8e474c 13337 undo_list doesn't record intermediate steps of the decoding process.
6f2528d8 13338
3ceeb306
YM
133392007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13340
13341 * emacs.c (main)
13342 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
13343 Call malloc_enable_thread on interactive startup.
13344
13345 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
7b7d07bb
YM
13346 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
13347 [USE_PTHREAD]: Conditionalize with it.
3ceeb306
YM
13348 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
13349 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
13350 New functions.
13351
ca5e6fd5
CY
133522007-08-06 Chong Yidong <cyd@stupidchicken.com>
13353
32bfce5d
CY
13354 * xdisp.c (redisplay_window): When restoring original buffer
13355 position, make sure it is still valid.
13356
ca5e6fd5
CY
13357 * image.c (png_load): Ignore png-supplied background color.
13358
a5b11587
YM
133592007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13360
13361 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
13362 Use kCFAbsoluteTimeIntervalSince1970.
13363
13364 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
13365 New variable.
13366 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
13367 event loop should be quit.
13368 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
13369 Quit dialog event loop if quit_dialog_event_loop is set.
13370
13371 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
13372 (Selection): New typedef. Use instead of ScrapRef.
13373 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
13374 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
13375 (mac_clear_selection): Rename from clear_scrap.
13376 (get_flavor_type_from_symbol): New argument SEL and subsume function of
ff8da443 13377 scrap_has_target_type. All uses changed.
a5b11587
YM
13378 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
13379 (mac_selection_has_target_p): New functions.
13380 (mac_put_selection_value): Rename from put_scrap_string.
13381 (mac_get_selection_value): Rename from get_scrap_string.
13382 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
13383 (put_scrap_private_timestamp, scrap_has_target_type)
13384 (get_scrap_private_timestamp): Remove functions.
13385 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
13386 (x_own_selection, x_get_local_selection):
13387 Use mac_valid_selection_value_p.
13388 (x_own_selection): Don't use put_scrap_private_timestamp.
13389 Record OWNERSHIP-INFO into Vselection_alist instead.
13390 (x_get_local_selection): Don't check type if request is local.
13391 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
13392 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
13393
880820fe 133942007-08-04 Jan Djärv <jan.h.d@swipnet.se>
991bde0d
JD
13395
13396 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
13397 add comment explaining why.
13398
73ff9d42
RS
133992007-08-03 Richard Stallman <rms@gnu.org>
13400
13401 * fileio.c (Fvisited_file_modtime): Use make_time.
13402
54ed9a2d 134032007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
cdf5c17a
VJL
13404
13405 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
13406 build.
13407
65a9c8e2
SM
134082007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
13411
c5925799
KY
134122007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13413
13414 * puresize.h (BASE_PURESIZE): Increase to 1130000.
13415
adef3de7
RS
134162007-07-30 Richard Stallman <rms@gnu.org>
13417
13418 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
13419
880820fe 134202007-07-29 Jan Djärv <jan.h.d@swipnet.se>
784c1472
JD
13421
13422 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
13423
a10421a1
NR
134242007-07-28 Nick Roberts <nickrob@snap.net.nz>
13425
13426 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
13427 remote default-directory.
13428
13429 * buffer.c (mode-line-format): Update doc string.
13430
0cb1ae20
YM
134312007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13432
13433 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
13434 scroll bar gap.
13435 (x_scroll_bar_create): Set bar->fringe_extended_p.
13436 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
13437 on frame edge. Check fringe background extension. Don't clear
13438 extended fringe background area.
13439
13440 * w32term.h (struct scroll_bar): New member fringe_extended_p.
13441 (w32_fill_area): Enclose multiple statements with do ... while (0).
13442
13443 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
13444 Extend fringe background to scroll bar gap.
13445 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
13446 Set bar->fringe_extended_p.
13447 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
13448 Put leftmost/rightmost scroll bars on frame edge. Check fringe
13449 background extension. Don't clear extended fringe background area.
13450
13451 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
13452 New member fringe_extended_p.
13453
cacc7b51
GM
134542007-07-25 Glenn Morris <rgm@gnu.org>
13455
13456 * Relicense all FSF files to GPLv3 or later.
13457
13458 * COPYING: Switch to GPLv3.
13459
89835619
SM
134602007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
13461
c4f46926
SM
13462 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
13463
13464 * data.c (Finteractive_form): Check for the presence of an
13465 `interactive-form' symbol property more thoroughly.
13466
13467 * data.c (Finteractive_form): Use an `interactive-form' property if
89835619
SM
13468 present, analogous to the function-documentation property.
13469
ee04257d
JR
134702007-07-24 Jason Rumney <jasonr@gnu.org>
13471
13472 * w32fns.c (x_real_positions): Get real position from OS instead of
13473 calculating it.
13474
50624218
JR
134752007-07-23 Jason Rumney <jasonr@gnu.org>
13476
13477 * filelock.c (current_lock_owner): Allow for @ sign in username.
13478
3650f60e
NR
134792007-07-22 Nick Roberts <nickrob@snap.net.nz>
13480
13481 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
13482 remote default-directory.
13483
13484 * buffer.c (mode-line-format): Describe above case in doc string.
13485
1e899515 134862007-07-20 Eli Zaretskii <eliz@gnu.org>
b395d6e1 13487
75be5258
EZ
13488 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
13489 Define if not defined.
13490
2b6e2f4d
JR
134912007-07-18 Jason Rumney <jasonr@gnu.org>
13492
13493 * w32proc.c (w32_executable_type): Handle 64 bit executables.
13494
23dacf80
JB
134952007-07-18 Richard Stallman <rms@gnu.org>
13496
13497 * data.c (Fsetq_default): Doc fix.
13498
13499 * eval.c (Fsetq): Doc fix.
13500
135012007-07-18 Juanma Barranquero <lekktu@gmail.com>
13502
13503 * coding.c (Ffind_operation_coding_system):
13504 * eval.c (For, Fand): Doc fixes.
880820fe 13505 Reported by Johan Bockgård.
23dacf80 13506
880820fe 135072007-07-18 Jan Djärv <jan.h.d@swipnet.se>
656de71a 13508
23dacf80 13509 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
656de71a 13510
23dacf80 13511 * xterm.h: Declare x_ewmh_activate_frame.
656de71a
JD
13512
13513 * xterm.c (x_ewmh_activate_frame): New function.
13514 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
13515
71ec17e6
MR
135162007-07-17 Martin Rudalics <rudalics@gmx.at>
13517
13518 * window.c (Fdisplay_buffer): If largest or LRU window is the
13519 only window, split it even if it is not eligible for splitting.
13520 This restores the original behavior broken by the 2007-07-15
13521 change.
13522
e9818042
GM
135232007-07-17 Glenn Morris <rgm@gnu.org>
13524
13525 * abbrev.c (abbrev_check_chars): New function.
6b8e474c
SM
13526 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
13527 Call abbrev_check_chars to check abbrev characters are word
e9818042
GM
13528 constituents. Doc fix.
13529
e6fca843
SM
135302007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
13531
13532 * process.c (Fstart_process, Fmake_network_process)
13533 (read_process_output): Fix up last changes.
13534
b5d2b4ab
EZ
135352007-07-16 Eli Zaretskii <eliz@gnu.org>
13536
13537 * makefile.w32-in (clean): Don't delete *~.
13538
413a79ad
AS
135392007-07-16 Andreas Schwab <schwab@suse.de>
13540
13541 * window.c (Fdisplay_buffer): Use NILP.
13542 (Fset_window_scroll_bars): Likewise.
13543
f1de8c77
MR
135442007-07-15 Martin Rudalics <rudalics@gmx.at>
13545
13546 * window.c (window_min_size_2): New function.
13547 (window_min_size_1, size_window, Fdisplay_buffer)
13548 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
13549 windows without mode- or header-lines when window-min-height is
13550 too small.
13551 (size_window): Reset nodelete_p after testing it, following an
13552 earlier note by Kim F. Storm.
13553 (display_buffer): Do not set split_height_threshold to twice the
13554 value of window_min_height to avoid changing the value of a
13555 customizable variable. Rather explicitly check whether the
13556 height of the window that shall be splitted is at least as large
13557 as split_height_threshold.
1af74d06
MB
13558 (Fwindow_full_width_p): New defun.
13559 (syms_of_window): Defsubr it.
d31053f9 13560
1af74d06 13561 * window.h: Add EXFUN for Fwindow_full_width_p.
f1de8c77 13562
5e1ab613
JR
135632007-07-14 Jason Rumney <jasonr@gnu.org>
13564
13565 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
13566
f01cbfdd
RS
135672007-07-14 Richard Stallman <rms@gnu.org>
13568
13569 * eval.c (maybe_call_debugger): New function.
13570 (find_handler_clause): Use maybe_call_debugger.
13571 Call it when the handler says `debug'.
13572 Eliminate DEBUGGER_VALUE_PTR.
13573 (Fsignal): Eliminate debugger_value.
13574 (Qdebug): New variable.
13575 (syms_of_eval): Initialize it.
13576
1bab435a
JB
135772007-07-14 Juanma Barranquero <lekktu@gmail.com>
13578
13579 * eval.c (Fprogn):
13580 * keyboard.c (Ftrack_mouse):
13581 * print.c (Fwith_output_to_temp_buffer):
13582 * window.c (Fsave_window_excursion): Doc fix.
13583
be436d23
SM
135842007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13585
13586 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
13587
60f0fb11
SM
135882007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
13589
13590 * process.h (struct Lisp_Process): Turn slots infd, outfd,
13591 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
13592 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
13593 read_output_delay, and read_output_skip from Lisp_Objects to ints.
13594 Remove unused encoding_carryover.
13595 * process.c: Adjust all functions accordingly.
13596
d8b18043
RS
135972007-07-12 Richard Stallman <rms@gnu.org>
13598
13599 * term.c: Include unistd.h only if HAVE_UNISTD_H.
13600
d5781bb6
JR
136012007-07-11 Jason Rumney <jasonr@gnu.org>
13602
13603 * makefile.w32-in (LIBS): Include OLE32.
13604
13605 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
13606 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
13607
5bb7dfee
SM
136082007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
13609
13610 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
13611 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
13612 from a Lisp_Object into a bare pointer.
13613 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
13614 Adjust the code correspondingly.
13615
13616 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
13617
13618 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
13619 (term_show_mouse_face): Remove unused var `j'.
13620 (handle_one_term_event): Remove unused vars `i' and `j'.
13621 Don't cast return value of ttyname since it's not necessary.
13622
a1be1ce8
SM
136232007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
13624
5045e68e
SM
13625 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
13626 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
13627
8071c00f
SM
13628 * fns.c (map_char_table): Use an array of int for `indices' rather than
13629 an array of Lisp_Objects (which are only ever integers anyway).
13630 (Fmap_char_table): Update caller.
13631 * lisp.h: Update prototype.
13632 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
13633 * fontset.c (Ffontset_info):
13634 * casetab.c (set_case_table): Update callers.
13635
13636 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
13637
fab84e3c
SM
13638 * keymap.c (struct accessible_keymaps_data)
13639 (struct where_is_internal_data): New structures.
13640 (accessible_keymaps_1, where_is_internal_1): Use them to change
13641 interface to adhere to the one used by map_keymap.
13642 (Faccessible_keymaps, where_is_internal): Use map_keymap.
13643 (accessible_keymaps_char_table, where_is_internal_2): Remove.
13644
a1be1ce8
SM
13645 * keymap.h (map_keymap_function_t): More informative prototype.
13646
ef887810
RS
136472007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
13648
13649 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
13650 (looking_at_1): Don't change search_regs and last_thing_searched
13651 if `inhibit-changing-match-data' is non-nil.
13652 (string_match_1, search_buffer, set_search_regs): Likewise.
13653 (syms_of_search): Add Lisp level definition for
13654 `inhibit-changing-match-data' and set it to nil.
8071c00f
SM
13655 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
13656 start and end of the match, instead of using values in search_regs.
ef887810 13657
4d02fc25
SM
136582007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
13659
13660 * minibuf.c (Fcompleting_read): New value `confirm-only'
13661 for `require-match'.
13662
fe45b81f
SM
136632007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
13664
13665 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
13666 part of the 2007-06-27 change to syms_of_fileio.
13667
a56dd283
YM
136682007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13669
13670 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
13671 Check WINDOWP before using XWINDOW. Consolidate return statements.
13672
0cf9f5b5
RS
136732007-06-27 Richard Stallman <rms@gnu.org>
13674
13675 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
13676
a66f285a
JB
136772007-06-27 Juanma Barranquero <lekktu@gmail.com>
13678
13679 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
13680
8d0d84d2
YM
136812007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13682
13683 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
13684 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
13685 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
13686 (_free_internal, memalign): Use them.
13687 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
13688 Initialize to PTHREAD_MUTEX_INITIALIZER.
13689 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
13690 (morecore_nolock): Rename from morecore. All uses changed.
13691 Use only nolock versions of internal allocation functions.
13692 (_malloc_internal_nolock, _realloc_internal_nolock)
13693 (_free_internal_nolock): New functions created from
13694 _malloc_internal, _realloc_internal, and _free_internal.
13695 (_malloc_internal, _realloc_internal, _free_internal): Use them.
13696 Copy hook value to automatic variable before its use.
13697 (memalign): Copy hook value to automatic variable before its use.
13698
5a0bbd9a
KH
136992007-06-26 Kenichi Handa <handa@m17n.org>
13700
13701 * coding.c (Ffind_operation_coding_system): Docstring improved.
13702 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
13703
9a51747b
DK
137042007-06-25 David Kastrup <dak@gnu.org>
13705
13706 * keymap.c (Fcurrent_active_maps): Add `position' argument.
13707 (Fwhere_is_internal): Adjust call to `current-active-maps' to
13708 cater for additional parameter.
13709
13710 * keymap.h: Adjust number of parameters to `current-active-maps'.
13711
13712 * doc.c (Fsubstitute_command_keys): Adjust call of
13713 `current-active-maps'.
13714
e4305426
DK
137152007-06-25 David Kastrup <dak@gnu.org>
13716
13717 * callint.c (Fcall_interactively): Make the parsing of interactive
13718 specs somewhat more readable.
13719
511a18d9
YM
137202007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13721
13722 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
13723 to scroll bar gap also when bitmap fills fringe. Draw only foreground
13724 if extended background has already been filled.
13725
512eb161
YM
137262007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13727
13728 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
13729 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
13730
13731 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
13732 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
13733 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
13734 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
13735 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
13736 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
13737 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
13738 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
13739 Run timers during dialog popup.
13740 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
13741
2386b1f1
JR
137422007-06-21 Jason Rumney <jasonr@gnu.org>
13743
13744 * image.c (convert_mono_to_color_image): Swap fore and background.
13745
fab8b787
JR
137462007-06-20 Jason Rumney <jasonr@gnu.org>
13747
13748 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
13749 (w32_free_bdf_font): Unmap memory not handle.
13750
15bdd7a0 137512007-06-20 Sam Steingold <sds@gnu.org>
3cacba85
SS
13752
13753 * gmalloc.c (__morecore): Fix the declaration to comply with the
13754 definition.
13755
1bb8a291
JB
137562007-06-20 Juanma Barranquero <lekktu@gmail.com>
13757
13758 * w32term.c (w32_delete_display): Remove leftover declaration.
13759 (w32_define_cursor, w32_initialize): Make static.
13760
13761 * w32.c (_wsa_errlist): Fix typo in error message.
13762 (init_environment): Ignore any environment variable from the
13763 registry having a null value.
13764
92648dea
GM
137652007-06-20 Glenn Morris <rgm@gnu.org>
13766
13767 * Makefile.in (LIBGIF): Default to -lgif.
13768
ff25d115
JR
137692007-06-17 Jason Rumney <jasonr@gnu.org>
13770
13771 * w32menu.c (add_menu_item): Don't use multibyte string functions on
13772 unicode strings.
13773
a1a578a5
JB
137742007-06-16 Juanma Barranquero <lekktu@gmail.com>
13775
13776 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
13777 Fix typo in docstring.
13778
af41f8a8
EZ
137792007-06-16 Eli Zaretskii <eliz@gnu.org>
13780
13781 * w32menu.c (add_menu_item): Escape `&' characters in menu items
13782 and their keybindings.
13783
8b29cab9
CY
137842007-06-15 Chong Yidong <cyd@stupidchicken.com>
13785
13786 * composite.c (update_compositions): Fix last fix.
13787
c433c134
JR
137882007-06-14 Jason Rumney <jasonr@gnu.org>
13789
13790 * w32.c (get_process_times_fn): New function pointer.
13791 (globals_of_w32): Intialize it if present in kernel32.dll.
13792 (w32_get_internal_run_time): New function.
13793
13794 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
13795
553d3164
KH
137962007-06-14 Kenichi Handa <handa@etlken.m17n.org>
13797
13798 * composite.c (update_compositions): Check the validness of
13799 compositions.
13800
446ba96f
YM
138012007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13802
13803 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
13804 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
13805
13806 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
13807 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
13808
13809 * macgui.h (USE_MAC_TOOLBAR): New define.
13810
13811 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
13812 Return immediately unless popup is activated.
13813
13814 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
13815 background to scroll bar gap.
13816 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
13817 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
13818 scroll bars on frame edge. Check fringe background extension.
13819 Don't clear extended fringe background area.
13820 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
13821 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
13822 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
13823 [USE_MAC_TOOLBAR]: New macros.
13824 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
13825 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
13826 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
13827 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
13828 [USE_MAC_TOOLBAR]: New functions.
13829 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
13830 manually if previous repositioning has failed.
13831 (mac_handle_keyboard_event): Use precomputed event kind.
13832 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
13833 as tool bar item click. Handle mouse movement over tool bar items.
13834
13835 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
13836 toolbar_win_gravity.
13837 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
13838 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
13839 Add externs.
13840
13841 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
13842 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
13843
9720173f
CY
138442007-06-14 Chong Yidong <cyd@stupidchicken.com>
13845
13846 * image.c (search_image_cache): Remove unused variable.
13847
1217dd00
CY
138482007-06-13 Chong Yidong <cyd@stupidchicken.com>
13849
13850 * xfns.c, xmenu.c: Link to xaw3d if available.
13851
c5b8e0ea
YM
138522007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13853
13854 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
13855 frame_foreground and frame_background.
13856
13857 * image.c (lookup_image): Save frame foreground and background colors.
13858 (search_image_cache): Check if saved and current frame colors match.
13859
c69b0314
SM
138602007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13861
13862 * regex.c (regex_compile): Remove the `regnum' counter.
13863 Use bufp->re_nsub instead. Add support for \(?N:RE\).
13864
c9612b8e
SM
138652007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13866
13867 * term.c: Include intervals.h to declare Fget_text_property.
13868
843d2458
JR
138692007-06-10 Jason Rumney <jasonr@gnu.org>
13870
13871 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
13872
1e0d2d60 138732007-06-08 Juanma Barranquero <lekktu@gmail.com>
977f6cfb
JB
13874
13875 * callint.c (Fcall_interactively):
13876 * editfns.c (Fdelete_and_extract_region):
13877 * fileio.c (Fread_file_name):
13878 * fns.c (Fmapconcat):
13879 * keyboard.c (cmd_error_internal):
13880 * keymap.c (Fkey_description):
13881 * lread.c (openp):
13882 * minibuf.c (read_minibuf):
13883 * search.c (wordify):
13884 * sunfns.c (sel_read):
13885 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
13886 * xfns.c (x_default_scroll_bar_color_parameter):
13887 * xmenu.c (menu_help_callback):
13888 * xselect.c (Fx_get_atom_name):
13889 * xterm.c (x_term_init): Use empty_unibyte_string.
13890
15bdd7a0 138912007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
977f6cfb
JB
13892
13893 * alloc.c (init_strings): Initialize canonical empty strings.
13894 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
13895 canonical empty string when the requested size is 0.
13896
13897 * emacs.c (empty_unibyte_string): Rename from empty_string.
13898 (empty_multibyte_string): New canonical empty string.
13899 (syms_of_emacs): Don't initialize empty_string.
13900
13901 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
13902 string, if appropriate.
13903 (empty_unibyte_string, empty_multibyte_string): New externs.
13904 (empty_string): Remove extern.
13905
13906 * lread.c (syms_of_lread): Use empty_unibyte_string.
13907
42c4c67a
JR
139082007-06-07 Jason Rumney <jasonr@gnu.org>
13909
13910 * s/ms-w32.h: Don't define HAVE_TZNAME.
13911
13912 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
13913
aa8280d3
YM
139142007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13915
13916 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
13917
13918 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
13919 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
13920
13921 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
13922 Don't call next handler.
13923 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
13924 Remove argument. Install handler to application.
13925 (set_frame_menubar): Don't change deep_p.
1e0d2d60 13926 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
aa8280d3
YM
13927 FRAME_OUTER_TO_INNER_DIFF_Y.
13928 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
13929 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
13930 [HAVE_DIALOGS]: New macros.
13931 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
13932 Use them.
13933 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
13934
13935 * macselect.c [MAC_OSX] (install_service_handler): Rename from
13936 init_service_handler. All callers changed. Return OSStatus value.
13937
13938 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
13939 All callers changed so as not to call SetPortWindowPort.
13940 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
13941 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
13942 mac_draw_string_common.
13943 (mac_draw_image_string_qd): Likewise.
13944 (mac_draw_string_common): Use them. Add INLINE.
13945 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
13946 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
13947 GetGlobalMouse.
13948 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
13949 and FRAME_OUTER_TO_INNER_DIFF_Y.
13950 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
13951 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
13952 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
13953 repositioning window to mac_handle_window_event.
13954 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
13955 saving window location to mac_handle_window_event
13956 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
13957 (install_menu_target_item_handler): Remove argument in extern.
13958 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
13959 Also accept command events.
13960 (do_keystroke): New function created from XTread_socket.
13961 (init_command_handler): Remove functions.
13962 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
13963 and save window location by kEventWindowShowing and kEventWindowHiding
13964 handlers here. Don't call next handler for window state change and
13965 focus events.
13966 (mac_handle_application_event, mac_handle_keyboard_event)
13967 [TARGET_API_MAC_CARBON]: New functions.
13968 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
13969 kEventWindowShowing and kEventWindowHiding events. Move installation
13970 of mouse, font, text input and menu target item handlers to
13971 install_application_handler.
13972 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
13973 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13974 New function.
13975 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
13976 Register it.
c9612b8e
SM
13977 (XTread_socket) [TARGET_API_MAC_CARBON]:
13978 Consolidate SendEventToEventTarget calls.
13979 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
13980 Move application activation handler to mac_handle_application_event.
13981 Move keyboard handler to mac_handle_keyboard_event.
aa8280d3
YM
13982 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
13983 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
13984 init_command_handler. Call install_application_handler.
13985
13986 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
13987 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
13988
6926c954
GM
139892007-06-07 Glenn Morris <rgm@gnu.org>
13990
13991 * emacs.c (main): Use `emacs-copyright' in --version output.
13992
6fe04c89
CY
139932007-06-06 Chong Yidong <cyd@stupidchicken.com>
13994
c9612b8e 13995 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
6fe04c89 13996
7eb0d727
YM
139972007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13998
13999 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
14000
14001 * macgui.h: Replace WindowPtr with WindowRef.
14002
14003 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
14004 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
14005 Replace ControlHandle with ControlRef.
14006 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
14007
14008 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
14009 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
14010 Replace ControlHandle with ControlRef.
14011 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
14012 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
14013
14014 * macterm.h (struct scroll_bar): Rename member control_handle_low
14015 and control_handle_high to control_ref_low and control_ref_high.
14016 All uses changed.
14017 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
14018 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
14019 respectively. All uses changed.
14020 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
14021 (install_window_handler, remove_window_handler): Replace WindowPtr
14022 with WindowRef in externs.
14023
65fddb74
JB
140242007-06-05 Juanma Barranquero <lekktu@gmail.com>
14025
14026 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
14027
db1213a9
NR
140282007-06-03 Nick Roberts <nickrob@snap.net.nz>
14029
14030 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
14031
65fddb74 14032 * frame.c (Fmouse_position, Fmouse_pixel_position):
db1213a9
NR
14033 Condition on HAVE_GPM too.
14034
14035 * term.c (term_mouse_highlight): Remove unused variables.
14036 (Fterm_open_connection): Set gpm_zerobased to 1.
14037 (term_mouse_movement, term_mouse_click, handle_one_term_event):
14038 Use zero based co-ordinates.
14039 (handle_one_term_event): Report a drag as mouse movement too.
14040
14041 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
14042
d94df25b
CY
140432007-06-03 Chong Yidong <cyd@stupidchicken.com>
14044
14045 * image.c (search_image_cache): New function. Require background
14046 color match if background color is unspecified in the image spec.
14047 (uncache_image, lookup_image): Use it.
14048
4797b6d9
JB
140492007-06-01 Juanma Barranquero <lekktu@gmail.com>
14050
14051 * window.c (Fshrink_window): Reflow docstring.
14052
1ffe7343
NR
140532007-06-02 Chong Yidong <cyd@stupidchicken.com>
14054
14055 * Version 22.1 released.
14056
140572007-06-01 Richard Stallman <rms@gnu.org>
14058
14059 * xfns.c (x_encode_text): Add GCPRO.
14060
140612007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14062
14063 * xfns.c (x_set_name_internal): Save encoded name before
14064 x_encode_text in case string data is relocated.
14065
140662007-05-31 Richard Stallman <rms@gnu.org>
14067
14068 * buffer.c (syms_of_buffer): Doc fix.
14069
140702007-05-30 Nick Roberts <nickrob@snap.net.nz>
14071
14072 * sysdep.c (init_sys_modes): Add rather than replace with
14073 O_NONBLOCK.
14074
14075 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
14076 term_mouse_moveto.
14077
14078 * termhooks.h (term_mouse_moveto): New extern.
14079
14080 * term.c (mouse_face_window): Rename...
14081 (Qmouse_face_window): ...to this.
14082 (term_show_mouse_face, term_clear_mouse_face)
14083 (term_mouse_highlight): Use Qmouse_face_window.
14084 (term_mouse_moveto): New function.
14085 (term_mouse_position): Make it work.
14086 (syms_of_term): Uncomment assignment to mouse_position_hook.
14087 Staticpro Qmouse_face_window.
14088
140892007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14090
14091 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
14092 around current_column call.
14093
140942007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
14095
14096 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
14097 * xdisp.c (next_element_from_buffer):
14098 * window.c (delete_window):
14099 * term.c (term_mouse_highlight):
14100 * msdos.c (getdefdir):
14101 * macterm.c (mac_create_bitmap_from_bitmap_data)
14102 (init_font_name_table):
14103 * fns.c (Fsxhash):
14104 * data.c (Fmake_local_variable):
14105 * ccl.c (ccl_driver): Likewise.
14106
141072007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14108
14109 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
14110 Call mac_wakeup_from_rne on window size change.
14111
141122007-05-25 Chong Yidong <cyd@stupidchicken.com>
14113
14114 * image.c (uncache_image): Fix typo.
14115
141162007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
14117
14118 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
14119
141202007-05-22 Richard Stallman <rms@gnu.org>
14121
14122 * xterm.c (x_connection_closed): Remove NO_RETURN.
14123
141242007-05-22 Martin Rudalics <rudalics@gmx.at>
14125
14126 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
14127
141282007-05-21 Chong Yidong <cyd@stupidchicken.com>
14129
14130 * image.c (uncache_image): New function.
14131 (Fimage_refresh): New function.
14132
880820fe 141332007-05-20 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
14134
14135 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
14136
141372007-05-20 Nick Roberts <nickrob@snap.net.nz>
14138
14139 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
14140 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
14141
141422007-05-20 Nick Roberts <nickrob@snap.net.nz>
14143
14144 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
14145 conditional on [HAVE_GPM_H].
14146
141472007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * syntax.c (skip_chars): Update syntax-table only after we checked that
14150 the new location is valid.
14151
141522007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14153
14154 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
14155 mac_get_window_bounds.
14156
141572007-05-20 Nick Roberts <nickrob@snap.net.nz>
14158
14159 * Makefile.in (LIBGPM): Allow it to be set from configure.
14160 If set then link Emacs with it.
14161
14162 * config.in: Regenerate.
14163
14164 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
14165 New externs.
14166
14167 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
14168 Include gpm.h.
14169 (handle_one_term_event, term_gpm): New externs.
14170
14171 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
14172 and allow it to be interrupted by SIGIO.
14173
14174 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
14175 (wait_reading_process_output): Wait on gpm_fd too.
14176 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
14177 (add_gpm_wait_descriptor_called_flag): New variable.
14178 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
14179
14180 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
14181 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
14182 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
14183 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
14184 (make_lispy_event): Add case GPM_CLICK_EVENT.
14185 (read_avail_input): Handle mouse input.
14186
14187 * term.c (write_glyphs_with_face): New function.
14188 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
14189 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
14190 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
14191 (mouse_face_face_id, term_gpm, pos_x, pos_y)
14192 (last_mouse_x, last_mouse_y): New variables.
14193 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
14194 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
14195 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
14196 (Fterm_close_connection): New functions.
14197 (term_init): Initialise mouse_face_window.
14198
141992007-05-19 Chong Yidong <cyd@stupidchicken.com>
14200
14201 * xdisp.c (redisplay_window): If first window line is a
14202 continuation line, recompute the new window start instead of
14203 recentering.
14204
142052007-05-18 Glenn Morris <rgm@gnu.org>
14206
14207 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
14208 Suggested by Alfred M. Szmidt <ams@gnu.org>.
14209
142102007-05-17 Glenn Morris <rgm@gnu.org>
14211
14212 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
14213
142142007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14215
14216 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
14217 dead key repeat and up events.
14218
142192007-05-14 Chong Yidong <cyd@stupidchicken.com>
14220
14221 * image.c (pbm_load): Check image size for monochrome pbm.
14222
142232007-05-13 Chong Yidong <cyd@stupidchicken.com>
14224
14225 * xterm.c (XTread_socket): Revert last change.
14226
142272007-05-12 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * image.c (pbm_load): Correctly check image size for greyscale pbm.
14230
14231 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
14232
142332007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14234
14235 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
14236 mixup (YAILOM).
14237
142382007-05-07 Andreas Schwab <schwab@suse.de>
14239
14240 * keymap.c (Flookup_key): Fix typo in last change.
14241
142422007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14243
14244 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
14245 mapping for unibyte strings.
14246
142472007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14248
14249 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
14250 (Fx_popup_dialog) [MAC_OSX]: Likewise.
14251
142522007-04-29 Richard Stallman <rms@gnu.org>
14253
14254 * insdel.c (replace_range): For undo, record insertion first.
14255
142562007-04-29 Andreas Schwab <schwab@suse.de>
14257
14258 * lisp.h (VECSIZE): Use OFFSETOF.
14259
142602007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14261
14262 * xdisp.c (try_window_reusing_current_matrix): Fix number of
14263 disabled lines.
14264
142652007-04-28 Richard Stallman <rms@gnu.org>
14266
14267 * lread.c (read_escape): In a string, \s is always space.
14268
880820fe 142692007-04-27 Jan Djärv <jan.h.d@swipnet.se>
1ffe7343
NR
14270
14271 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
14272
14273 * gtkutil.c (xg_update_menubar, create_menus): Create empty
14274 submenu for menu bar items.
14275
382c648d 14276See ChangeLog.10 for earlier changes.
6922b018
KH
14277
14278;; Local Variables:
880820fe 14279;; coding: utf-8
33462dfa 14280;; add-log-time-zone-rule: t
67e8d28a 14281;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
6922b018 14282;; End:
2a34a036 14283
59ce725a 14284 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
7f6d64f8
GM
14285
14286 This file is part of GNU Emacs.
14287
5a1dde61 14288 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 14289 it under the terms of the GNU General Public License as published by
5a1dde61
GM
14290 the Free Software Foundation, either version 3 of the License, or
14291 (at your option) any later version.
7f6d64f8
GM
14292
14293 GNU Emacs is distributed in the hope that it will be useful,
14294 but WITHOUT ANY WARRANTY; without even the implied warranty of
14295 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14296 GNU General Public License for more details.
14297
14298 You should have received a copy of the GNU General Public License
5a1dde61 14299 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 14300
28f60c3d 14301;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40