Fix last change.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
9852377f
CY
12010-08-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * insdel.c (prepare_to_modify_buffer): Save active region text to
4 Vsaved_region_selection.
5
6 * xselect.c (QPRIMARY): Move to keyboard.c.
7
8 * keyboard.c (Vselect_active_regions): Move from simple.el.
9 (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New
10 vars.
11 (command_loop_1): Set window selection prior to deactivating the
12 mark.
13
0e9c8657
JB
142010-08-07 Juanma Barranquero <lekktu@gmail.com>
15
16 * alloc.c (lisp_malloc):
17 * buffer.c (set_buffer_internal, set_buffer_internal_1):
18 * charset.h (emacs_mule_charset):
19 * dispextern.h (inhibit_free_realized_faces, redraw_frame)
20 (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
21 (bitch_at_user):
22 * lisp.h (Fcheck_coding_system, Fget_text_property)
23 (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
24 Remove duplicate declarations.
25
648801d1
DN
262010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
27
32bc6709
DN
28 * process.c: Simplify include logic.
29
3ef1d108
DN
30 * keyboard.h (quit_char): Add declaration.
31 * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
32 (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add
33 declarations.
34 * sysdep.c:
35 * w32.c: Remove the above declarations.
36
97ec208f
DN
37 Remove extern declarations in .c files, .h files have them.
38 * xterm.c:
39 * xdisp.c:
97ec208f
DN
40 * msdos.c:
41 * image.c:
42 * gtkutil.c:
43 * fileio.c:
44 * eval.c: Remove declarations.
45
94eed851
DN
46 * frame.c (frame_params): Make const.
47
36e053eb
DN
48 * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
49
0e843971
DN
50 * emacs.c (emacs_copyright, emacs_version): Make static.
51 (Vinitial_window_system, Vauto_save_list_file_name)
52 (Vinhibit_redisplay): Remove declarations.
53 (main): Remove HAVE_SHM code, unused. Remove _I386 conditional
54 for AIX.
55
648801d1
DN
56 Use const for some arrays and functions.
57 * xterm.h (xg_set_icon_from_xpm_data):
58 * xfns.c (xg_set_icon_from_xpm_data):
59 * term.c (fkeys):
60 * keyboard.c (lispy_accent_keys, lispy_function_keys)
61 (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
62 (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
63 (frame.c frame_parms):
64 * emacs-icon.h (gnu_xpm_bits):
65 * callint.c (callint_argfuns): Use const.
66
8646d999
J
672010-08-06 Jan Djärv <jan.h.d@swipnet.se>
68
69 * sysdep.c: Move include term.h last of includes (Bug#6812).
70
cb4545ad
EZ
712010-08-06 Eli Zaretskii <eliz@gnu.org>
72
73 * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
74
75 * msdos.c (IT_display_cursor): Log cursor position on termscript.
76
77 * .gdbinit (pgx): Display the avoid_cursor_p flag.
78
da7e2be6
JB
792010-08-06 Juanma Barranquero <lekktu@gmail.com>
80
81 * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
82
3d608a86
J
832010-08-06 Jan Djärv <jan.h.d@swipnet.se>
84
7908fb60
J
85 * xterm.h (x_get_focus_frame): Declare.
86
87 * keyboard.h (poll_for_input_1): Unconditionally declare.
88
4094bf36
J
89 * nsterm.h (x_set_menu_bar_lines): Declare.
90
91 * window.c: Don't include menu.h, it depends on lots of other .h-files.
92
3d608a86
J
93 * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
94
95 * window.c: Include menu.h.
96
97 * unexmacosx.c (print_region_list, print_regions)
98 (build_region_list, find_emacs_zone_regions)
99 (unexec_regions_merge, read_load_commands, dump_it)
100 (unexec_init_emacs_zone): Convert to ANSI C prototypes.
101
102 * term.c: Check HAVE_SYS_IOCTL_H.
103
686b968e 104 * sysdep.c: Check HAVE_TERM_H.
3d608a86 105
686b968e 106 * process.c: Check HAVE_UTIL_H. Include nsterm.h if HAVE_NS.
3d608a86
J
107
108 * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
109 (ns_ring_bell, ns_defined_color, hide_hourglass)
110 (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
111 Convert to ANSI C prototypes.
112 (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
113 before code.
114
115 * nsterm.h : Include sysselect.h.
116 (x_sync, x_get_focus_frame, x_set_mouse_position)
117 (x_set_mouse_pixel_position, x_make_frame_visible)
118 (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
119 (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
120 (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
121 (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
686b968e 122 Declare.
3d608a86
J
123
124 * nsmenu.m (popup_activated, name_is_separator)
125 (syms_of_nsmenu): Convert to ANSI C prototypes.
126 (runMenuAt): Prototypes and move declarations before code.
127
128 * nsimage.m (ns_load_image): Move NSTRACE after declarations.
129
130 * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
131 prototypes.
132
133 * nsfns.m (have_menus_p, ns_display_info_for_name)
134 (x_set_cursor_type, ns_appkit_version_str)
135 (ns_appkit_version_int, ns_do_applescript)
136 (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
137 (syms_of_nsfns): Convert to ANSI C prototypes.
138
139 * menu.h (x_set_menu_bar_line): Declare.
140 (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
141
142 * lisp.h (fmod_float): Declare.
143
144 * image.c (xpm_scan, xpm_make_color_table_v)
145 (xpm_put_color_table_v, xpm_get_color_table_v)
146 (xpm_make_color_table_h, xpm_put_color_table_h)
147 (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
148 (xpm_load): Convert to ANSI C prototypes.
149
150 * emacs.c: Include nsterm.h if HAVE_NS.
151
152 * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
153
fce70521
DN
1542010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
155
156 * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
157 subprocesses, only MSDOS does not define HAVE_SOCKETS.
158 (socket_options): Use const char* for name.
159
a11889ab
JB
1602010-08-06 Juanma Barranquero <lekktu@gmail.com>
161
162 Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
163
164 * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
165 Don't declare xmalloc_widget_value and digest_single_submenu.
166
167 * w32font.c (Qlatin): Remove declaration.
168
169 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
170
c95b508f 171 * dired.c (compile_pattern): Restore declaration.
a11889ab 172
6254cdda
DN
1732010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
174
04bab72c
DN
175 Remove extern declarations in .c files, .h files have them.
176 * data.c:
177 * dired.c:
178 * editfns.c:
179 * filelock.c:
180 * fns.c:
181 * font.c:
182 * fontset.c:
183 * frame.c:
184 * fringe.c:
185 * ftfont.c:
186 * gtkutil.c:
187 * indent.c:
188 * keyboard.c:
189 * keymap.c:
190 * lread.c:
191 * menu.c:
192 * print.c:
193 * search.c:
194 * sound.c:
195 * window.c:
196 * xdisp.c:
197 * xfaces.c:
198 * xfns.c:
199 * xfont.c:
200 * xftfont.c:
201 * xmenu.c:
202 * xterm.c: Remove declarations.
203
dff94ed5
DN
204 Cleanup syssignal.h.
205 * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
206 (main_thread): Move down to remove #ifdef.
207 (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
208 Remove conditional definition following unconditional ones.
209
99f3388e
DN
210 * lisp.h: Remove HAVE_SHM code, unused.
211 (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
212 (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
213 (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
214 (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
215 (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
216 (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
217 (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
218 (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
219 (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
220 (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
221 (Qwindow_scroll_functions, Vafter_load_alist)
222 (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
223 (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
224 (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
225 (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
226 (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
227 (Vwindow_system_version, Vx_no_window_manager, initial_argc)
228 (initial_argv, last_nonmenu_event, load_in_progress)
229 (noninteractive_need_newline, scroll_margin): Add declarations.
230
231 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
232 declarations, menu.h has them.
233 (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
234 (Vinput_method_function, Qinput_method_function)
235 (Qevent_symbol_element_mask, last_event_timestamp):
236 * dispextern.h (Voverflow_newline_into_fringe):
237 * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
238 (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
239 (syms_of_w32font, syms_of_nsfont):
240 * fontset.h (find_font_encoding, Qlatin):
241 * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
242 (Vtool_bar_mode, set_frame_menubar):
243 * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
244 * xterm.h (Qx_gtk_map_stock):
245 * keymap.h (meta_prefix_char): Add declarations.
246
9f5dd6f2
DN
247 * term.c: Remove dead code.
248
6254cdda
DN
249 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
250 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
251 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),
252 which is what was there before BSD_PGRPS was removed.
253
29cf3e20
EZ
2542010-08-05 Eli Zaretskii <eliz@gnu.org>
255
256 * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
257
258 * unexcoff.c: Renamed from unexec.c.
259
aaa0a19a
SM
2602010-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
263
8d1d9587
JB
2642010-08-03 Johan Bockgård <bojohan@gnu.org>
265
266 * data.c (Flocal_variable_p): Handle variable aliases correctly.
e0d62a9b 267 (Bug#6744)
8d1d9587 268
9a747ba6
JD
2692010-08-02 Jan Djärv <jan.h.d@swipnet.se>
270
4d464ae4
JD
271 * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
272 to TRUE if depth of screen is < 16.
273
ac01763e
JD
274 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
275 USE_GTK_TOOLTIP.
e0d62a9b
JB
276 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
277 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
4d464ae4 278 (xg_create_frame_widgets): Surround tooltip-related code with ifdef
ac01763e
JD
279 USE_GTK_TOOLTIP.
280 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
281
282 * xterm.h (USE_GTK_TOOLTIP): New define.
283 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
284
9a747ba6
JD
285 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
286 to Control-D (Bug#6771).
287
7b0815ba
JB
2882010-08-02 Juanma Barranquero <lekktu@gmail.com>
289
290 * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
291 Wording by Drew Adams <drew.adams@oracle.com>.
292
aa1859f5
J
2932010-08-01 Jan Djärv <jan.h.d@swipnet.se>
294
295 * xterm.h (struct x_output): Add ttip_widget, ttip_window and
296 ttip_lbl.
297
298 * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
299 calling gtk_widget_queue_draw.
300 (x_free_frame_resources): Call xg_free_frame_widgets.
301
302 * xfns.c (x_gtk_use_system_tooltips): New variable.
303 (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
304 new gtkutil tooltip functions to show the tooltip.
305 (Fx_hide_tip): Call xg_hide_tooltip.
306 (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
307
308 * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
309 (xg_show_tooltip, xg_hide_tooltip): Declare.
310
311 * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
e0d62a9b
JB
312 (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
313 New functions.
aa1859f5
J
314 (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip
315 text so qttip_cb is called. Connect query-tooltip to qttip_cb.
316 Remove code that is commented out.
317
76417ef4
SM
3182010-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
321
16041401
CY
3222010-07-31 Chong Yidong <cyd@stupidchicken.com>
323
324 * xselect.c (x_own_selection): Use list4.
325
2c09a58f
DN
3262010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
327
328 * buffer.c (Qwindow): Do not define, already defined in data.c.
329 (syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
330
59df9fdd 3312010-07-29 Chad Brown <yandros@mit.edu>
1c97e857 332
59df9fdd
JB
333 Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
334 * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
335 * config.in: Undef HAVE_DIRENT_H.
1c97e857 336 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
59df9fdd 337 * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1c97e857 338
1b231651
DN
3392010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
340
341 Rename s/usg5-4.h -> s/usg5-4-common.h.
342 * s/usg5-4.h: Rename file to ...
343 * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
344 * s/unixware.h:
345 * s/sol2-6.h:
346 * s/irix6-5.h: Update includes accordingly.
347
bfeabdc3
JD
3482010-07-29 Jan Djärv <jan.h.d@swipnet.se>
349
2ebf1083
J
350 * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
351
bfeabdc3 352 * xterm.h (struct x_output): Add toolbar_top_height,
e0d62a9b
JB
353 toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
354 Remove toolbar_height.
355 If USE_GTK: Add hbox_widget and toolbar_in_hbox.
bfeabdc3
JD
356 (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
357 (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
358 (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
359
360 * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
361
362 * xfns.c (x_set_tool_bar_position): New function.
363 (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
364 (x_frame_parm_handlers): Add x_set_tool_bar_position.
e0d62a9b 365 (syms_of_xfns): If USE_GTK, provide move-toolbar.
bfeabdc3
JD
366
367 * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
368 and FRAME_TOOLBAR_LEFT_WIDTH.
369
370 * gtkutil.h (xg_change_toolbar_position): Declare.
371
372 * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
373 (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
374 (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
375 (xg_create_frame_widgets): Create a hobox for placing widgets
376 vertically. Use gtk_box_pack_start.
377 (xg_height_or_width_changed): Renamed from xg_height_changed.
378 (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
379 (xg_update_frame_menubar, free_frame_menubar): Change to
380 xg_height_or_width_changed.
381 (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
382 size correctly. Remove hardcoded 4, instead use handlebox size -
383 toolbar size.
384 (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
e0d62a9b 385 size correctly. Use handlebox size + toolbar size as additional size.
bfeabdc3
JD
386 (xg_pack_tool_bar): POS is a new parameter.
387 Set orientation of tool bar based on pos.
388 Only make handlebox_widget if NULL.
389 Check if tool bar goes to vbox or hbox depending on pos.
390 (xg_update_tool_bar_sizes): New function.
686b968e 391 (update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
bfeabdc3
JD
392 height, call xg_update_tool_bar_sizes instead.
393 (free_frame_tool_bar): Remove from hbox or vbox depending on
394 toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
395 (xg_change_toolbar_position): New function.
396
397 * frame.h (struct frame): Add tool_bar_position.
398 (Qbottom): Declare.
399
400 * frame.c (Qtool_bar_position): New variable.
401 (make_frame): Set tool_bar_position to Qtop.
402 (frame_parms): Add tool-bar-position.
403 (x_report_frame_params): Store tool_bar_position.
404 (x_set_fringe_width): Reset wm size hint after fringe changes.
405
26469a38
DN
4062010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
407
408 Make lisp_time_argument declaration work on all systems.
409 * lisp.h (lisp_time_argument): Move declaration ...
410 * systime.h (lisp_time_argument): ... here
411 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
412
8848b728
JD
4132010-07-29 Jan Djärv <jan.h.d@swipnet.se>
414
415 * vm-limit.c (POINTER): Add typedef for it.
416 (start_of_data): Change return type from POINTER to char *.
417
418 * frame.h (Qtty_color_mode): Move declaration out of ifdef
419 HAVE_WINDOW_SYSTEM.
420
76fd1ee9
DN
4212010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
422
0441987e
DN
423 * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
424 Remove reference to __osf__, unused.
425
56a000c7
DN
426 * mem-limits.h: Remove duplicated includes.
427 (NULL): Remove definition, unused.
428 (POINTER): Remove definition.
429 (start_of_data): Use char* in prototype, as the function
430 definition does.
431
e6cba650
DN
432 Remove extern declarations from .c files, and them to .h files.
433 * keyboard.h (Qhelp_echo, waiting_for_input)
434 (input_available_clear_time, ignore_mouse_drag_p)
435 (Vdouble_click_time, real_this_command, Vthis_original_command):
436 * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
437 (Voverriding_local_map_menu_flag):
438 * lisp.h (Qinteractive_form, use_file_dialog)
439 (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
440 (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
441 (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
442 (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
443 (Qfunction, debug_on_next_call, Qfield)
444 (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
445 (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
446 (Qfile_directory_p, Qinsert_file_contents)
447 (Qcompletion_ignore_case, Qcompletion_ignore_case)
448 (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
449 (history_delete_duplicates, minibuffer_auto_raise, Qonly)
450 (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
451 (Qminibuffer_prompt)
452 (Vtemporary_file_directory,char_ins_del_vector, Qface):
453 * xterm.h (gray_bitmap_width, gray_bitmap_height)
454 (gray_bitmap_bits, xic_create_fontsetname):
455 * coding.h (Vtranslation_table_for_input): Add extern declarations.
456
457 * xsmfns.c (Vuser_login_name):
458 * xrdb.c (Vdouble_click_time):
459 * xfaces.c (xic_create_fontsetname):
460 * w32select.c (waiting_for_input):
461 * print.c (minibuffer_auto_raise):
462 * msdos.c (Qhelp_echo):
463 * macros.c (real_this_command):
464 * keymap.c (Voverriding_local_map):
465 * xterm.c (poll_for_input_1, gray_bitmap_width)
466 (gray_bitmap_height, gray_bitmap_bits;
467 * xmenu.c ( Voverriding_local_map)
468 (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
469 (use_file_dialog, Xt_app_con):
470 * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
471 (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
472 (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
473 (Qtool_bar_lines, ignore_mouse_drag_p):
474 * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
475 (Qrear_nonsticky, nconc2):
476 * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
477 (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
478 (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
479 * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
480 (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
481 * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
482 (gc_in_progress):
483 * doc.c (Voverriding_local_map, Qremap):
484 * dired.c (completion_ignore_case, Qcompletion_ignore_case)
485 (Vcompletion_regexp_list):
486 * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
487 (Qcompletion_ignore_case):
488 * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
489 (Vhistory_length, Vthis_original_command, real_this_command)
490 (Qface, Qminibuffer_prompt, history_delete_duplicates):
491 * image.c (Qrisky_local_variable):
492 * fontset.c (QCname):
493 * fns.c (minibuffer_auto_raise, QCname):
494 * dispnew.c (char_ins_del_cost):
495 * composite.c (font_fill_lglyph_metrics):
496 * cmds.c (Qface, Vtranslation_table_for_input):
497 * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
498 * ccl.c (charset_unicode):
499 * callproc.c (Vtemporary_file_directory):
500 * buffer.c (emacs_strerror): Remove extern declarations.
501
502 * data.c (Qwindow): Make non-static, used from other files too.
503 * frame.c (validate_x_resource_name): Remove shadow definition for i.
504
76fd1ee9
DN
505 * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
506 SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
507 * s/usg5-4.h (COFF):
508 * s/template.h:
509 * s/msdos.h (COFF, NO_REMAP):
510 * s/ms-w32.h (NO_REMAP):
511 * s/hpux10-20.h (NO_REMAP):
512 * m/sparc.h (SEGMENT_MASK):
513 * m/m68k.h (NO_REMAP):
514 * m/intel386.h (SEGMENT_MASK):
515 * m/arm.h (NO_REMAP):
516 * m/alpha.h (COFF):
517 * m/template.h: Remove references to unused defines.
518
8a52f00a
JD
5192010-07-28 Jan Djärv <jan.h.d@swipnet.se>
520
521 * xsettings.c (Ftool_bar_get_system_style): Also check for
522 Qtext_image_horiz.
523
524 * xdisp.c (Qtext_image_horiz): Define.
525 (syms_of_xdisp): Initialize Qtext_image_horiz. Add text-image-horiz
087b38a0 526 to documentation of tool-bar-style.
8a52f00a
JD
527
528 * lisp.h (Qtext_image_horiz): Declare.
529
530 * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
531 style text_image_horiz.
532
89dc303e
DN
5332010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
534
60799703
DN
535 * emacs.c (Fkill_emacs): Remove return statement.
536
37254dc1
DN
537 * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
538 (encode_terminal_code, produce_composite_glyph): Remove unused variables.
539 (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
540 local extern declarations.
541
71c7345a
DN
542 * xmenu.c: Do not included lwlib.h, not needed.
543
6ba577cb
DN
544 * m/iris4d.h (XUINT, XSET): Remove, not needed.
545
fdb183d6
DN
546 * process.c: Move definitions earlier to minimize #ifdefs.
547
548 * xterm.h (x_get_customization_string, x_load_resources)
549 (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
550 (x_check_errors, x_property_data_to_lisp, defined_color)
551 (xic_set_xfontset, x_defined_color): Use const.
552
553 * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
554 (x_text_icon, x_check_errors, x_connection_closed): Use const.
555
556 * xselect.c (selection_data_to_lisp_data)
557 (x_property_data_to_lisp):
558 * xrdb.c (x_get_string_resource, file_p)
559 (x_get_customization_string, magic_file_p, search_magic_path)
560 (get_system_app, get_user_app, x_load_resources, x_get_resource)
561 (x_get_string_resource): Use const.
562
563 * xfns.c: Include xlwmenu.h when USE_LUCID.
564 (x_defined_color, xic_set_xfontset): Use const.
565 (Fx_hide_tip): Remove local extern declaration.
566
567 * xfaces.c (Qmouse_face): Remove declaration.
568 (face_color_gray_p, tty_defined_color, defined_color)
686b968e 569 (face_color_gray_p, face_color_supported_p): Add const.
fdb183d6
DN
570
571 * xdisp.c (do_mouse_tracking): Remove declaration.
572 (add_to_log): Use const.
573
574 * minibuf.c (Qmouse_face): Remove declaration.
575
576 * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
577
578 * keyboard.h (do_mouse_tracking): Add declaration.
579
580 * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
581 (QCdata, QCtype, Qcenter): Remove declarations.
582
583 * frame.c (x_get_resource_string, x_get_string_resource)
584 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
585 (x_default_parameter): Use const.
586
587 * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
588 (QCheight, QCsize, QCname): Remove declarations.
589
590 * emacs.c (main): Remove local extern declaration.
591
592 * editfns.c (region_limit, syms_of_editfns): Remove local extern
593 declarations.
594
595 * dispnew.c: Remove duplicate #include <unistd.h>.
596 (update_window, update_frame_1, init_display): Remove local extern
597 declarations.
598
599 * dispextern.h (add_to_log): Remove declaration.
600 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
601 (x_frame_get_and_record_arg, x_default_parameter): Add const.
602
603 * dired.c (scmp): Add const.
604 (directory_files_internal): Remove local extern declaration.
605
606 * data.c (Finteractive_form): Use const.
607
608 * composite.c (syms_of_composite): Remove local extern declarations.
609
610 * charset.c (add_to_log): Remove declaration.
611
612 * character.c (strwidth, parse_str_to_multibyte): Add const.
613
614 * character.h (strwidth, parse_str_to_multibyte): Likewise.
615
616 * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
617
89dc303e 618 * lisp.h (Fkill_emacs): Mark as NO_RETURN.
fdb183d6
DN
619 (Lisp_Subr): Make doc and intspec constant.
620 (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
621 (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
622 (QCheight, QCsize, QCname, QCwidth, QCforeground)
623 (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
624 (display_arg): Add declarations.
89dc303e 625
0ed082fe 6262010-07-27 Christoph Scholtes <cschol2112@gmail.com>
a2a0d36b
CS
627
628 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
629
0ed082fe
JB
630 * window.c (Fwindow_height): Doc fix (bug#6518).
631
6322010-07-27 Juanma Barranquero <lekktu@gmail.com>
633
634 * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
635
ccaf0336
DN
6362010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
637
977105dc
DN
638 * keyboard.c (Ftop_level, Fexit_recursive_edit)
639 (Fabort_recursive_edit): Remove return statements in NO_RETURN
640 functions.
641
f5ada890
DN
642 * frame.h (Qtty_color_mode): Add declaration.
643
ccaf0336
DN
644 * lisp.h (Ftop_level, Fexit_recursive_edit)
645 (Fabort_recursive_edit): Mark as NO_RETURN.
646
dfe3c90f
KH
6472010-07-26 Kenichi Handa <handa@m17n.org>
648
649 * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
e29eb8cf 650 number of glyphs gets smaller than the original length. (Bug#6621)
dfe3c90f 651
7d383292
JB
6522010-07-26 Juanma Barranquero <lekktu@gmail.com>
653
654 * lread.c (unreadpure, mapatoms_1): Make static.
655
da31e629
JB
6562010-07-25 Juanma Barranquero <lekktu@gmail.com>
657
658 * terminfo.c (tparam): Fix prototype of tparm.
659
7bfa6d77
AS
6602010-07-25 Andreas Schwab <schwab@linux-m68k.org>
661
dcc19aac
AS
662 * emacs.c (main) [PROFILING]: Use __executable_start if defined to
663 find start of text segment.
664 * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
665 is defined.
666
7bfa6d77
AS
667 * callproc.c (set_initial_environment): Avoid unbalanced braces.
668
63f9a672
KB
6692010-07-25 Ken Brown <kbrown@cornell.edu>
670
671 * vm-limit.c (check_memory_limits): Fix previous change;
672 accidentally reverted an earlier change.
673
24933075
KB
6742010-07-25 Ken Brown <kbrown@cornell.edu>
675
676 * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
677 * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
678
361358ea
JB
6792010-07-25 Juanma Barranquero <lekktu@gmail.com>
680
681 * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
682 * dired.c (opendir, readdir): Fix prototypes.
683 * editfns.c (w32_get_internal_run_time): Fix prototypes.
684 * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
685 * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
686 (telldir): Remove declaration.
687 * ralloc.c (real_morecore, __morecore): Fix prototypes.
688 * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
689 * syssignal.h (strsignal): Fix prototype.
690 * term.c (tparam): Fix prototype.
691 (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
692 (term_get_fkeys): Set inside "#ifndef DOS_NT".
693 * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
694 and __morecore.
695 * w32gui.h (XParseGeometry): Fix prototype.
696 * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
697 * w32term.c (my_set_focus): Declare inside #if 0.
698 * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
699 (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
700 (drain_message_queue, get_next_msg, post_msg, parse_button)
701 (ClipboardSequence_Proc): Fix prototypes.
702 (wait_for_sync): Remove declaration.
703
630b9592
JB
7042010-07-24 Juanma Barranquero <lekktu@gmail.com>
705
706 * w32fns.c (w32_to_x_color): Remove, unused.
707
6a0d6611
AS
7082010-07-24 Andreas Schwab <schwab@linux-m68k.org>
709
710 * lisp.h: Remove leftover P_.
711
4e8608ff
DN
7122010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
713
714 * ecrt0.c, unexalpha.c: Remove files, unused.
715
c8197983
AS
7162010-07-24 Andreas Schwab <schwab@linux-m68k.org>
717
718 * cmds.c (internal_self_insert): Make static.
719 * lisp.h (internal_self_insert): Remove declaration.
720
97b372d7
JB
7212010-07-23 Juanma Barranquero <lekktu@gmail.com>
722
33ac0414
JB
723 * alloc.c (free_float):
724 * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
725 * frame.c (delete_frame_handler):
726 * ralloc.c (reorder_bloc):
727 * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
728 Remove unused static functions.
729
94da8397
JB
730 * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
731 it is called only from NS code.
732
2e6c8532
JB
733 * w32term.c (my_set_focus): #ifdef away; it is called only from
734 "#ifdef 0" code.
735
97b372d7
JB
736 * w32fns.c (x_edge_detection):
737 * xfaces.c (may_use_scalable_font_p):
738 Remove obsolete static declarations.
739
7c3320d8
JB
7402010-07-20 Juanma Barranquero <lekktu@gmail.com>
741
742 * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
743 (emacs_blocked_realloc, uninterrupt_malloc):
744 * fringe.c (w32_reset_fringes):
745 * image.c (convert_mono_to_color_image, lookup_rgb_color)
746 (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
747 * sound.c (be2hs, do_play_sound):
748 * vm-limit.c (get_lim_data, ret_lim_data):
749 * w32term.c (x_free_frame_resources):
750 * xfaces.c (x_create_gc, x_free_gc):
751 Convert definitions to standard C.
752
d5273788
SM
7532010-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * eval.c (Feval, Ffuncall): Use the new names.
756
757 * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
758 (DEFUN): Add braces around the union initialisation and use ## to
759 specify the right union alternative and avoid a cast.
760
8d16a259
JB
7612010-07-18 Juanma Barranquero <lekktu@gmail.com>
762
763 * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
764
3b8eff32
CY
7652010-07-17 Chong Yidong <cyd@stupidchicken.com>
766
767 * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
768
499322ce
J
7692010-07-17 Jan Djärv <jan.h.d@swipnet.se>
770
771 * gtkutil.c (xg_event_is_for_menubar): Also check that event window
772 is related to the menu bar (Bug#6499).
a628ad9d 773 (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
499322ce 774
f6003da5 7752010-07-16 Jan Djärv <jan.h.d@swipnet.se>
b78f9767
J
776
777 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
778
779 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
780
781 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
782 i.e. don't put back ButtonRelease (Bug#6608).
783
784 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
785 instead of Window. Call xg_event_is_for_menubar when
786 USE_GTK (Bug#6499).
787
788 * gtkutil.h (xg_event_is_for_menubar): Declare.
789
790 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
791
f6003da5 7922010-07-16 Eli Zaretskii <eliz@gnu.org>
1f60c16a
EZ
793
794 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
795 when it's the same as the old foreground. (Bug#6609)
796
23243f29
J
7972010-07-16 Jan Djärv <jan.h.d@swipnet.se>
798
799 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
800 widget is non-null (Bug#6645).
801
2b23d2a6
AS
8022010-07-15 Andreas Schwab <schwab@linux-m68k.org>
803
01b564ff
AS
804 * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
805 Convert old-style definition.
806
2b23d2a6
AS
807 * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
808 timestamp argument.
809
c4affd2c
EZ
8102010-07-15 Eli Zaretskii <eliz@gnu.org>
811
812 * fringe.c (update_window_fringes): Restore mistakenly reverted
813 code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
814
cf28cebc
J
8152010-07-14 Jan Djärv <jan.h.d@swipnet.se>
816
817 * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
818 (SET_SAVED_KEY_EVENT): Remove (not used).
819 (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
820 remove size parameter.
821 (handle_one_xevent): Check popup_activated () for menu for Xt also.
822 Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
823 Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
824 ButtonRelease.
6b2c4bd9
J
825 (x_set_window_size_1): scroll_bar_actual_width is always
826 SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
cf28cebc
J
827
828 * xdisp.c (pending_menu_activation): Remove extern declaration.
829 (prepare_menu_bars): Remove setting of pending_menu_activation.
830
831 * xmenu.c (pending_menu_activation): Remove.
f6003da5
JB
832 (x_activate_menubar): Set popup_activated_flag for Xt also.
833 Remove setting of pending_menu_activation.
cf28cebc
J
834 (set_frame_menubar): Remove check of pending_menu_activation.
835 Declare menubar_size before code. Correct spelling in comment.
836
f6c1c771
KH
8372010-07-14 Kenichi Handa <handa@m17n.org>
838
839 * font.c (font_open_entity): Cancel previous change.
840 (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
841
20477505
EZ
8422010-07-13 Eli Zaretskii <eliz@gnu.org>
843
77defa9a
EZ
844 Remove subprocesses #ifdefs.
845 * process.c <inhibit_sentinels>: Move to the common part.
846 (Fwaiting_for_user_input_p): Move to the common part; return nil
847 if async subprocesses aren't supported.
848 * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
849 MS-DOS. Remove "#ifdef subprocesses".
850 (sys_subshell, sys_select): Remove "#ifdef subprocesses".
851 (gettimeofday): Remove "#ifdef subprocesses".
852 (wait_without_blocking): Remove function.
853 (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
854 Remove "#ifdef subprocesses".
855 (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
856 compiled on MS-DOS.
857 * callproc.c (Fcall_process) [!MSDOS]: Don't call
858 wait_for_termination on MS-DOS.
859 * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
860 initialization of inhibit_sentinels.
861 * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
862 subprocesses" conditional.
863 * callproc.c (Fcall_process) [!subprocesses]: Don't call
864 wait_for_termination, since `buffer' cannot be an integer when
865 async subprocesses are not supported
866 * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
867 for ifdefing away the call to Fprocess_status.
868
20477505
EZ
869 * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
870 away the entire body of the function.
871
b3ffc17c
DN
8722010-07-13 Dan Nicolaescu <dann@ics.uci.edu>
873
01faa934
DN
874 Remove subprocesses #ifdefs from term.c.
875 * process.c (add_keyboard_wait_descriptor)
876 (delete_keyboard_wait_descriptor): Move to common section, do
877 nothing when subprocesses is not defined.
a628ad9d
JB
878 * term.c (Fsuspend_tty, Fresume_tty, init_tty):
879 Remove subprocesses #ifdefs.
01faa934 880
b3ffc17c
DN
881 Convert maybe_fatal to standard C.
882 * lisp.h (verror): Declare.
883 * eval.c (verror): New function containing the code from ...
884 (error): ... this. Call verror.
885 * term.c (vfatal): New function containing the code from ...
886 (fatal): ... this. Call vfatal.
887 (maybe_fatal): Convert to standard C, use variable number of
888 arguments. Declare as non-return.
889 (init_tty): Fix maybe_fatal call.
890
0521f580
DN
8912010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
892
893 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
894 (_scroll_bar_note_movement): Convert definitions to standard C.
895 * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
896 * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
897
ebd15611
DN
8982010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
899
900 * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
901 (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
902 (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
903 (xaw_jump_callback, xaw_scroll_callback)
904 (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
905 (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
906 definitions to standard C.
907 * xmenu.c (menubar_id_to_frame, popup_get_selection)
908 (popup_activate_callback, popup_deactivate_callback)
909 (menu_highlight_callback, menubar_selection_callback)
910 (apply_systemfont_to_dialog, apply_systemfont_to_menu)
911 (free_frame_menubar, popup_selection_callback, as)
912 (create_and_show_popup_menu, dialog_selection_callback)
913 (create_and_show_dialog):
914 * xfns.c (hack_wm_protocols, x_window):
915 * xfaces.c (x_update_menu_appearance):
916 * widget.c (get_default_char_pixel_size, pixel_to_char_size)
917 (char_to_pixel_size, round_size_to_char, get_wm_shell)
918 (set_frame_size, update_wm_hints, setup_frame_gcs)
919 (update_various_frame_slots, update_from_various_frame_slots)
920 (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
921 (EmacsFrameSetValues, EmacsFrameQueryGeometry)
922 (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
923
de06a2dd
AS
9242010-07-12 Andreas Schwab <schwab@linux-m68k.org>
925
a628ad9d 926 * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
de06a2dd 927
fc549af9
EZ
9282010-07-12 Eli Zaretskii <eliz@gnu.org>
929
930 * process.c (setup_process_coding_systems): Move to the part
931 shared by non-subprocesses systems, and make its body empty when
932 subprocesses is not defined.
933 (close_process_descs): Move to the part shared by non-subprocesses
934 systems.
1408902e
EZ
935 (wait_reading_process_output) [!subprocesses]: Convert arg list to
936 ANSI C.
fc549af9 937
d5a3eaaf
AS
9382010-07-12 Andreas Schwab <schwab@linux-m68k.org>
939
940 * editfns.c (transpose_markers): Convert old-style definition.
941 * emacs.c (abort, shut_down_emacs, fixup_locale)
942 (synchronize_system_time_locale)
943 (synchronize_system_messages_locale, syms_of_emacs): Likewise.
944 * floatfns.c (extract_float, matherr, init_floatfns)
945 (syms_of_floatfns): Likewise.
946 * fns.c (make_hash_table): Likewise.
947 * ftfont.c (ftfont_get_otf, ftfont_otf_features)
948 (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
949 (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
950 (ftfont_variation_glyphs): Likewise.
951 * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
952 * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
953 * lread.c (read_filtered_event): Likewise.
954 * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
955 * process.c (wait_reading_process_output): Likewise.
956 * scroll.c (do_line_insertion_deletion_costs): Likewise.
957 * search.c (search_buffer, boyer_moore): Likewise.
958 * syntax.c (scan_sexps_forward): Likewise.
959 * xdisp.c (try_scrolling): Likewise.
960 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
961 (face_at_string_position): Likewise.
962 * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
963 * xselect.c (x_get_window_property, receive_incremental_selection)
964 (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
965 Likewise.
966 * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
967
6f704c76
DN
9682010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
969
ded80a25
DN
970 * callproc.c (child_setup): Remove subprocesses conditional.
971 Remove code dealing with SET_EMACS_PRIORITY, unused.
972
49d937f4 973 * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2e31d424
DN
974 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
975
976 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
977 (__do_global_dtors, __main): Use void in definition.
978 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
979 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
980 the only users from ...
981 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
982 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
983 (HAVE_VOLATILE): Remove, unused.
984
6f704c76
DN
985 Convert more function definitions to standard C.
986 * xdisp.c (window_box_edges, handle_single_display_spec)
987 (display_string): Convert definition to standard C.
988 * scroll.c (do_direct_scrolling, scrolling_1):
989 * dispnew.c (allocate_matrices_for_frame_redisplay)
990 (mirrored_line_dance):
991 * coding.c (code_convert_string):
992 * charset.c (map_charset_chars):
993 * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
994 (Fregister_ccl_program, Fregister_code_conversion_map):
995 * keyboard.c (kbd_buffer_nr_stored): Likewise.
996 (head_table): Make static and const.
997
e6cfa7c3
AS
9982010-07-12 Andreas Schwab <schwab@linux-m68k.org>
999
1000 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1001 (PROFILING_LDFLAGS): Set from substitution.
1002 (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
1003 CFLAGS last.
1004
892dd565
KH
10052010-07-12 Kenichi Handa <handa@m17n.org>
1006
6f2cdcd1
KH
1007 * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
1008 (shortlisp): Likewise.
1009
892dd565
KH
1010 * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
1011
1012 * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
1013 of FONT_ENTITY_INDEX.
1014 (Ffont_get): If KEY is :otf and the font-object doesn't have the
1015 property, get the property value dynamically.
1016 (Ffont_put): Accept font-entity and font-object too.
1017 (Ffont_get_glyhphs): Renamed from Fget_font_glyphs. Arguments and
1018 return value changed.
1019 (syms_of_font): Adjusted for the above change.
1020
ae96d47a
AS
10212010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1022
c8fc18ee
AS
1023 * blockinput.h: Remove obsolete comment.
1024
89887d67
AS
1025 * lisp.h: Include <stddef.h>.
1026 (OFFSETOF): Don't define.
1027 (VECSIZE): Use offsetof instead of OFFSETOF.
1028 (PSEUDOVECSIZE): Likewise.
1029 * process.c (conv_sockaddr_to_lisp): Likewise.
1030 * alloc.c: Don't include <stddef.h>.
1031 * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
1032
ae96d47a
AS
1033 * process.c: Remove obsolete comment.
1034
635c0aa1
CY
10352010-07-11 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
1038
a64df650
AS
10392010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1040
8966b757
AS
1041 * callint.c (Fcall_interactively): Use strchr, strrchr instead of
1042 index, rindex.
1043 * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
1044 * editfns.c (Fuser_full_name, Fformat): Likewise.
1045 * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
1046 * fileio.c (Ffile_symlink_p): Likewise.
1047 * filelock.c (current_lock_owner): Likewise.
1048 * font.c (font_parse_name, font_parse_family_registry): Likewise.
1049 * fontset.c (fontset_pattern_regexp): Likewise.
1050 * lread.c (read1): Likewise.
1051 * sysdep.c (init_system_name): Likewise.
1052 * xfns.c (select_visual): Likewise.
1053 * s/hpux10-20.h (index, rindex): Don't define.
1054 * s/ms-w32.h (index): Likewise.
1055 * s/usg5-4.h: Likewise.
1056
cf237e27
AS
1057 * callproc.c (relocate_fd): Use F_DUPFD if defined.
1058
a8fe7202
AS
1059 * alloc.c (pending_malloc_warning, malloc_warning): Add const.
1060 * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
1061 (egetenv): Likewise.
1062 * doprnt.c (doprnt): Likewise.
1063 * editfns.c (set_time_zone_rule, format2): Likewise.
1064 * emacs.c (decode_env_path): Likewise.
1065 * eval.c (signal_error, error): Likewise.
1066 * insdel.c (replace_range_2): Likewise.
1067 * keyboard.c (cmd_error_internal): Likewise.
1068 * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
1069 * print.c (write_string, write_string_1, print_error_message):
1070 Likewise.
1071 * vm-limit.c (warn_function, memory_warnings): Likewise.
1072 * xdisp.c (message1, message1_nolog, message_with_string)
1073 (vmessage, message, message_nolog): Likewise.
1074 * emacs.c: Remove duplicate declaration.
1075 * keyboard.h: Likewise.
1076 * lisp.h: Update prototypes.
1077
bb8e180f
AS
1078 * eval.c: Fix indentation problem.
1079
83380e65
AS
1080 * keyboard.c: Include "process.h"
1081
a64df650
AS
1082 * eval.c: Remove obsolete noinline declaration.
1083 * fns.c: Likewise.
1084
6a8033e1
KR
10852010-07-11 Ken Raeburn <raeburn@raeburn.org>
1086
1087 * doprnt.c (doprnt): Take a va_list argument instead of count and
1088 pointer.
1089 * eval.c (error): Change to a standard-C variadic function.
1090 * xdisp.c (vmessage): Renamed from message, made static, and
1091 changed to take a va_list argument.
1092 (message): New variadic wrapper.
1093 (message_nolog): Now a variadic function, calling vmessage.
1094 * lisp.h: Include stdarg.h for va_list.
1095 (doprnt, error, message, message_nolog): Decls updated.
1096
462aa963
EZ
10972010-07-11 Eli Zaretskii <eliz@gnu.org>
1098
1099 * process.c (syms_of_process) <delete-exited-processes>: Define
1100 even if !subprocesses.
1101 (delete_exited_processes): Ditto.
1102
1103 * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
1104 (delete_exited_processes): Don't define.
1105
48104462
CY
11062010-07-10 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * frame.c (make_frame): Initialize menu_bar_lines and
1109 tool_bar_lines members.
1110 (make_initial_frame, make_terminal_frame): Initialize
1111 menu_bar_lines using value of menu-bar-mode.
1112
1113 * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
1114
f388c88a
EZ
11152010-07-10 Eli Zaretskii <eliz@gnu.org>
1116
1117 * process.c: Reshuffle #include's. Condition some of the global
1118 and static variables on `subprocesses'.
1119 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
1120 Leave only one implementation.
1121 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
1122 (kill_buffer_processes, Flist_system_processes)
1123 (Fprocess_attributes, init_process, syms_of_process): Unify the
1124 implementations for with subprocesses and without them.
1125
723f5a07
J
11262010-07-09 Jan Djärv <jan.h.d@swipnet.se>
1127
1128 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
1129 correct size for Motif.
1130 (free_frame_menubar): Call x_set_window_size to update frame size.
1131
1132 * xfns.c (x_window): Set borderWidth to 0 for pane and
1133 EmacsFrame. Frame size calculation is wrong otherwise.
1134
2536a4b7
MA
11352010-07-09 Michael Albinus <michael.albinus@gmx.de>
1136
1137 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
1138 allows to suppress errors when polling in Emacs' main loop.
1139 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
1140 (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1141 (Fdbus_method_error_internal, Fdbus_send_signal)
1142 (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
1143 (Fdbus_register_method): Use it. (Bug#6579)
1144
5842a27b
DN
11452010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1146
1147 * alloc.c: Convert DEFUNs to standard C.
1148 * buffer.c:
1149 * bytecode.c:
1150 * callint.c:
1151 * callproc.c:
1152 * casefiddle.c:
1153 * casetab.c:
1154 * category.c:
1155 * character.c:
1156 * charset.c:
1157 * chartab.c:
1158 * cmds.c:
1159 * coding.c:
1160 * composite.c:
1161 * data.c:
1162 * dbusbind.c:
1163 * dired.c:
1164 * dispnew.c:
1165 * doc.c:
1166 * dosfns.c:
1167 * editfns.c:
1168 * emacs.c:
1169 * eval.c:
1170 * fileio.c:
1171 * filelock.c:
1172 * floatfns.c:
1173 * fns.c:
1174 * font.c:
1175 * fontset.c:
1176 * frame.c:
1177 * fringe.c:
1178 * image.c:
1179 * indent.c:
1180 * insdel.c:
1181 * keyboard.c:
1182 * keymap.c:
1183 * lread.c:
1184 * macros.c:
1185 * marker.c:
1186 * menu.c:
1187 * minibuf.c:
1188 * msdos.c:
1189 * nsfns.m:
1190 * nsmenu.m:
1191 * nsselect.m:
1192 * print.c:
1193 * process.c:
1194 * search.c:
1195 * sound.c:
1196 * syntax.c:
1197 * term.c:
1198 * terminal.c:
1199 * textprop.c:
1200 * undo.c:
1201 * w16select.c:
1202 * w32console.c:
1203 * w32fns.c:
1204 * w32font.c:
1205 * w32menu.c:
1206 * w32proc.c:
1207 * w32select.c:
1208 * window.c:
1209 * xdisp.c:
1210 * xfaces.c:
1211 * xfns.c:
1212 * xmenu.c:
1213 * xselect.c:
1214 * xsettings.c:
1215 * xsmfns.c: Likewise.
1216
d568829b
EZ
12172010-07-08 Eli Zaretskii <eliz@gnu.org>
1218
1219 * process.c (kbd_is_on_hold, hold_keyboard_input)
1220 (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
1221
52214050
J
12222010-07-08 Jan Djärv <jan.h.d@swipnet.se>
1223
1224 * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
1225 (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
1226 unless USE_LUCID.
1227
313d9eb2
DN
12282010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1229
a628ad9d
JB
1230 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
1231 declaration.
d8825aa3 1232
295d0d8f
DN
1233 Clean up include guards.
1234 * tparam.c: Remove include guards for config.h, string.h and code
1235 that assumes #ifndef emacs.
1236 * termcap.c:
1237 * unexalpha.c:
1238 * sysdep.c:
1239 * filemode.c:
1240 * filelock.c:
1241 * bidi.c: Likewise.
1242
49d9e6b0
DN
1243 Remove prefix-args.c
1244 * prefix-args.c: Remove file.
1245 * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
1246 * Makefile.in (temacs${EXEEXT}): Remove references to
1247 PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
1248 (mostlyclean): Remove reference to prefix-args.
1249 (prefix-args): Remove.
1250
313d9eb2
DN
1251 Simplify cstart_of_data, start_of_code and related code.
1252 * mem-limits.h: Remove !emacs and _LIBC conditional code.
1253 (start_of_data): Merge into start_of_data function.
1254 * sysdep.c (start_of_text): Remove. Move simplified versions of
1255 it in the only users: unexaix.c and unexec.c.
1256 (read_input_waiting): Remove local declaration of quit_char.
1257 (start, etext): Remove declarations.
1258 (start_of_data): Merge with the version in mem-limits.h and move
1259 to vm-limits.c.
1260 * vm-limit.c (start_of_data): Merged and simplified version of the
1261 code formerly in mem-limits.h and sysdep.c.
1262 * unexec.c (start): New declaration, moved from sysdep.c.
1263 (start_of_text): Simplified version of the code formerly in sysdep.c.
1264 * unexaix.c (start_of_text): Simplified version of the code
1265 formerly in sysdep.c.
1266 * m/alpha.h (HAVE_TEXT_START): Remove.
1267 (TEXT_START): Move ...
1268 * unexalpha.c (TEXT_START): ... here.
1269 * s/hpux10-20.h (TEXT_START): Remove.
1270 * s/darwin.h (TEXT_START):
1271 * m/mips.h (TEXT_START):
1272 * m/macppc.h (HAVE_TEXT_START):
1273 * m/m68k.h (TEXT_START):
1274 * m/iris4d.h (TEXT_START):
1275 * m/intel386.h (TEXT_START):
1276 * m/ibmrs6000.h (TEXT_START):
1277 * m/ia64.h (HAVE_TEXT_START):
1278 * s/msdos.h (TEXT_START): Likewise.
1279
72af86bd
AS
12802010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1281
1282 * alloc.c (overrun_check_malloc, overrun_check_realloc)
1283 (overrun_check_free, xstrdup, allocate_string)
1284 (allocate_string_data, compact_small_strings, Fmake_string)
1285 (make_unibyte_string, make_multibyte_string)
1286 (make_string_from_bytes, make_specified_string, make_float)
1287 (Fcons, allocate_terminal, allocate_frame, make_pure_string)
1288 (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
1289 memcpy, memmove, memset, memcmp.
1290 * atimer.c (start_atimer, set_alarm): Likewise.
1291 * buffer.c (clone_per_buffer_values, report_overlay_modification)
1292 (mmap_realloc, init_buffer_once): Likewise.
1293 * callint.c (Fcall_interactively): Likewise.
1294 * callproc.c (Fcall_process, Fcall_process_region, child_setup)
1295 (getenv_internal_1): Likewise.
1296 * casefiddle.c (casify_object): Likewise.
1297 * ccl.c (ccl_driver): Likewise.
1298 * character.c (str_as_multibyte, str_to_multibyte): Likewise.
1299 * charset.c (load_charset_map_from_file)
1300 (load_charset_map_from_file, load_charset_map_from_vector)
1301 (Fdefine_charset_internal): Likewise.
1302 * cm.c (Wcm_clear): Likewise.
1303 * coding.c (decode_eol, decode_coding_object)
1304 (Fset_coding_system_priority, make_subsidiaries): Likewise.
1305 * data.c (Faset): Likewise.
1306 * dired.c (directory_files_internal, file_name_completion_stat):
1307 Likewise.
1308 * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
1309 (clear_glyph_row, copy_row_except_pointers)
1310 (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
1311 (save_current_matrix, restore_current_matrix)
1312 (build_frame_matrix_from_leaf_window, mirrored_line_dance)
1313 (mirror_line_dance, scrolling_window): Likewise.
1314 * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
1315 Likewise.
1316 * doprnt.c (doprnt): Likewise.
1317 * editfns.c (Fuser_full_name, make_buffer_string_both)
1318 (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
1319 * emacs.c (sort_args): Likewise.
1320 * eval.c (Fapply, Ffuncall): Likewise.
1321 * fileio.c (Ffile_name_directory, make_temp_name)
1322 (Fexpand_file_name, search_embedded_absfilename)
1323 (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
1324 (auto_save_error): Likewise.
1325 * fns.c (Fstring_equal, Fcopy_sequence, concat)
1326 (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
1327 (internal_equal, Fclear_string, larger_vector, copy_hash_table)
1328 (Fmake_hash_table): Likewise.
1329 * fringe.c (Fdefine_fringe_bitmap): Likewise.
1330 * ftfont.c (ftfont_text_extents): Likewise.
1331 * getloadavg.c (getloadavg): Likewise.
1332 * image.c (define_image_type, make_image, make_image_cache)
1333 (x_create_x_image_and_pixmap, xbm_image_p)
1334 (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
1335 (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
1336 (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
1337 (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
1338 (tiff_image_p, tiff_read_from_memory, gif_image_p)
1339 (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
1340 Likewise.
1341 * indent.c (scan_for_column, compute_motion): Likewise.
1342 * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
1343 (insert_1_both, insert_from_gap, replace_range_2): Likewise.
1344 * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
1345 * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
1346 (kbd_buffer_store_event_hold, apply_modifiers_uncached)
1347 (store_user_signal_events, menu_bar_items, tool_bar_items)
1348 (process_tool_bar_item, append_tool_bar_item)
1349 (read_char_minibuf_menu_prompt, read_key_sequence)
1350 (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
1351 Likewise.
1352 * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
1353 Likewise.
1354 * lisp.h (STRING_COPYIN): Likewise.
1355 * lread.c (Fload, read1, oblookup): Likewise.
1356 * msdos.c (Frecent_doskeys): Likewise.
1357 * nsfns.m (Fx_create_frame): Likewise.
1358 * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
1359 Likewise.
1360 * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
1361 (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
1362 Likewise.
1363 * nsmenu.m (ns_update_menubar): Likewise.
1364 * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
1365 * print.c (print_unwind, printchar, strout, print_string)
1366 (print_error_message): Likewise.
1367 * process.c (conv_lisp_to_sockaddr, set_socket_option)
1368 (Fmake_network_process, Fnetwork_interface_list)
1369 (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
1370 (init_process): Likewise.
1371 * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
1372 * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
1373 Likewise.
1374 * scroll.c (do_scrolling, do_direct_scrolling)
1375 (scrolling_max_lines_saved): Likewise.
1376 * search.c (search_buffer, wordify, Freplace_match): Likewise.
1377 * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
1378 * syntax.c (skip_chars, skip_syntaxes): Likewise.
1379 * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
1380 (emacs_set_tty): Likewise.
1381 * term.c (encode_terminal_code, calculate_costs)
1382 (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
1383 Likewise.
1384 * termcap.c (tgetst1, gobble_line): Likewise.
1385 * termhooks.h (EVENT_INIT): Likewise.
1386 * tparam.c (tparam1): Likewise.
1387 * unexalpha.c (unexec): Likewise.
1388 * unexec.c (write_segment): Likewise.
1389 * unexmacosx.c (unexec_write_zero): Likewise.
1390 * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
1391 (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
1392 * w32font.c (w32font_list_family, w32font_text_extents)
1393 (w32font_list_internal, w32font_match_internal)
1394 (w32font_open_internal, compute_metrics, Fx_select_font):
1395 Likewise.
1396 * w32menu.c (set_frame_menubar, add_menu_item)
1397 (w32_menu_display_help, w32_free_submenu_strings): Likewise.
1398 * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
1399 * w32uniscribe.c (uniscribe_list_family): Likewise.
1400 * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
1401 * window.c (make_window, replace_window, set_window_buffer)
1402 (Fsplit_window): Likewise.
1403 * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
1404 (add_to_log, message3, x_consider_frame_title)
1405 (append_space_for_newline, extend_face_to_end_of_line)
1406 (decode_mode_spec_coding, init_glyph_string): Likewise.
1407 * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
1408 (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
1409 (face_attr_equal_p, make_realized_face, make_face_cache)
1410 (free_realized_faces, lookup_named_face, smaller_face)
1411 (face_with_height, lookup_derived_face)
1412 (x_supports_face_attributes_p, Finternal_set_font_selection_order)
1413 (Finternal_set_font_selection_order, realize_default_face)
1414 (compute_char_face, face_at_buffer_position)
1415 (face_for_overlay_string, face_at_string_position, merge_faces):
1416 Likewise.
1417 * xfns.c (xic_create_fontsetname, Fx_create_frame)
1418 (Fx_window_property, x_create_tip_frame)
1419 (Fx_backspace_delete_keys_p): Likewise.
1420 * xfont.c (xfont_list, xfont_match, xfont_list_family)
1421 (xfont_text_extents): Likewise.
1422 * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
1423 * xrdb.c (magic_file_p, x_get_resource): Likewise.
1424 * xselect.c (x_queue_event, x_get_window_property)
1425 (receive_incremental_selection): Likewise.
1426 * xsmfns.c (x_session_check_input): Likewise.
1427 * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
1428 (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
1429 Likewise.
1430 * character.h (BCOPY_SHORT): Removed.
1431 * config.in: Regenerate.
1432 * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
1433 * emacs.c (main) [PROFILING]: Don't declare
1434 dump_opcode_frequencies.
1435 * lisp.h (safe_bcopy): Remove declaration.
1436 (memset) [!HAVE_MEMSET]: Declare.
1437 (memcpy) [!HAVE_MEMCPY]: Likewise.
1438 (memmove) [!HAVE_MEMMOVE]: Likewise.
1439 (memcmp) [!HAVE_MEMCMP]: Likewise.
1440 * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
1441 (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
1442 Don't define.
1443 (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
1444 * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
1445 (BCOPY_DOWNWARD_SAFE): Don't define.
1446 * sysdep.c (memset) [!HAVE_MEMSET]: Define.
1447 (memcpy) [!HAVE_MEMCPY]: Define.
1448 (memmove) [!HAVE_MEMMOVE]: Define.
1449 (memcmp) [!HAVE_MEMCMP]: Define.
1450
cb768704
J
14512010-07-07 Jan Djärv <jan.h.d@swipnet.se>
1452
1453 * process.c (kbd_is_on_hold): New variable.
a628ad9d
JB
1454 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
1455 New functions.
cb768704
J
1456 (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
1457 select on empty input mask.
1458 (init_process): Initialize kbd_is_on_hold to 0.
1459
1460 * process.h (hold_keyboard_input, unhold_keyboard_input)
1461 (kbd_on_hold_p): Declare.
1462
1463 * keyboard.c (input_available_signal): Declare.
1464 (kbd_buffer_nr_stored): New function.
1465 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
1466 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
1467 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
1468 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
1469 (tty_read_avail_input): If input is on hold, return.
1470 Don't read more that free slots in kbd_buffer (Bug#6571).
1471
3a8ce822
EZ
14722010-07-07 Eli Zaretskii <eliz@gnu.org>
1473
1474 * msdos.h:
1475 * msdos.c:
1476 * dosfns.c:
1477 * w16select.c: Convert function definitions to ANSI C.
1478
a628ad9d
JB
1479 * msdos.h (ctrl_break_func, install_ctrl_break_check):
1480 Remove unused prototypes.
3a8ce822 1481
cf84bb53
JB
14822010-07-07 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * coding.c, sysdep.c: Convert some more functions to standard C.
1485
1a4990fb
JB
14862010-07-07 Juanma Barranquero <lekktu@gmail.com>
1487
1488 * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
1489 (encode_coding_object): Use SPECPDL_INDEX.
1490 (syms_of_coding): Use DOS_NT.
1491
c0f2f16b
DN
14922010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1493
48fb6855
DN
1494 * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
1495
c0f2f16b
DN
1496 Make the function member of Lisp_Subr use standard C prototypes.
1497 * lisp.h (struct Lisp_Subr): Use a union for the function member.
1498 (DECL_ALIGN): Add a cast for the function.
1499 * eval.c (Feval, Ffuncall): Use the proper type for each type
1500 function call.
1501
67aecef9
CY
15022010-07-06 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
1505 fringe face id, so face-remapping-alist works (Bug#6091).
1506
b56ceb92
JB
15072010-07-06 Juanma Barranquero <lekktu@gmail.com>
1508
1509 * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
1510 * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
1511 * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
1512
7af07b96
AS
15132010-07-06 Andreas Schwab <schwab@linux-m68k.org>
1514
1515 * xterm.c (x_get_keysym_name): Change type of parameter to int.
1516 * lisp.h: Declare x_get_keysym_name.
1517 * keyboard.c (modify_event_symbol): Don't declare
1518 x_get_keysym_name here.
1519
69e24e34
DN
15202010-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1521
1522 * ecrt0.c: Revert conversion to standard C.
1523
d3da34e0 15242010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
d2aa42f8
DN
1525
1526 * vm-limit.c (memory_warnings):
1527 * keyboard.c (modify_event_symbol):
1528 * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
1529 (round2, emacs_rint):
1530 * process.c (send_process, old_sigpipe): Convert function
1531 definitions and declarations to standard C.
1532
15332010-07-05 Juanma Barranquero <lekktu@gmail.com>
d3da34e0
JB
1534
1535 * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
1536 * xdisp.c: Convert function definitions to standard C.
1537
1538 * cm.c (cmputc): Arg C is now int, not char.
1539 * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
1540
00be444c
J
15412010-07-05 James Cloos <cloos@jhcloos.com>
1542
1543 * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
1544
1545 * xterm.c (x_term_init): Intern the _NET_WM_NAME and
1546 _NET_WM_ICON_NAME atoms.
1547
1548 * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
1549 and _NET_WM_ICON_NAME properties, too, matching what is
1550 done in the Gtk+ case.
1551
e4c8d29a
J
15522010-07-05 Jan Djärv <jan.h.d@swipnet.se>
1553
ff919460
J
1554 * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
1555
e4c8d29a
J
1556 * xsmfns.c (SSDATA): New macro.
1557 (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
1558 passed to strlen/strcpy/strcat.
1559 (create_client_leader_window): Surround with #ifndef USE_GTK. Cast
1560 7:th arg to XChangeProperty to (unsigned char *)
1561
1562 * xsettings.c (something_changedCB, parse_settings)
1563 (apply_xft_settings): Reformat prototype.
1564 (something_changedCB, init_gconf): Remove unused variable i.
1565 (read_settings): Remove unused variable long_len.
1566
1567 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
1568 (xg_get_image_for_pixmap, create_dialog)
1569 (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
1570 (menuitem_highlight_callback, make_menu_item)
1571 (xg_create_one_menuitem, create_menus, xg_update_menu_item)
1572 (xg_create_scroll_bar, xg_update_scrollbar_pos)
1573 (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
1574 (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
1575 (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
1576 (xg_tool_bar_item_expose_callback): Reformat prototype.
1577 (xg_update_menubar): GList *group => GSList *group.
1578 (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
1579 before use.
1580 (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
1581 to GTK_IMAGE (wimage).
1582
dd4c5104
DN
15832010-07-05 Dan Nicolaescu <dann@ics.uci.edu>
1584
898b4c5c
DN
1585 * atimer.c: Use "" instead of <> for local includes for
1586 consistency with the rest of the code.
1587
dd4c5104
DN
1588 * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
1589 * xrdb.c (get_system_name):
1590 * window.c (shrink_windows):
1591 * syntax.c (forw_comment):
1592 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
1593 (ins_del_costs):
1594 * mem-limits.h (start_of_data):
1595 * lread.c (readevalloop):
1596 * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
1597 (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
1598 * frame.c (x_get_focus_frame):
1599 * floatfns.c (fmod_float):
1600 * fileio.c (choose_write_coding_system):
1601 * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
1602 (malloc_initialize_hook, sort_args, synchronize_locale):
1603 * doprnt.c (doprnt):
1604 * dired.c (compile_pattern):
1605 * data.c (fmod_float):
1606 * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
1607 (map_char_table_for_charset):
1608 * charset.c (define_charset_internal):
1609 * alloc.c (Fgarbage_collect): Convert declarations or definitions
1610 to standard C.
1611
9a39b306 16122010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9c8a2331 1613 Stefan Monnier <monnier@iro.umontreal.ca>
9a39b306
TO
1614
1615 * lread.c (read1): Fix up last change to not mess up `c'.
1616
e6cb2cbb
JB
16172010-07-04 Juanma Barranquero <lekktu@gmail.com>
1618
1619 * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
1620
438105ed
JB
16212010-07-04 Juanma Barranquero <lekktu@gmail.com>
1622
1623 Fix prototypes.
1624
e5447b22 1625 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
438105ed 1626 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
9c8a2331
JB
1627 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
1628 arg, as required by internal_condition_case_1.
dcc7404b 1629 * print.c (strout): Use const char* for arg PTR.
438105ed
JB
1630 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
1631 (analyse_first): Fix "const const".
e5447b22 1632 * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
b9503078 1633 * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
e5447b22 1634 * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
438105ed 1635
971de7fb
DN
16362010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
1637
1638 * alloc.c: Convert function definitions to standard C.
1639 * atimer.c:
1640 * bidi.c:
1641 * bytecode.c:
1642 * callint.c:
1643 * callproc.c:
1644 * casefiddle.c:
1645 * casetab.c:
1646 * category.c:
1647 * ccl.c:
1648 * character.c:
1649 * charset.c:
1650 * chartab.c:
1651 * cmds.c:
1652 * coding.c:
1653 * composite.c:
1654 * data.c:
1655 * dbusbind.c:
1656 * dired.c:
1657 * dispnew.c:
1658 * doc.c:
1659 * doprnt.c:
1660 * ecrt0.c:
1661 * editfns.c:
1662 * fileio.c:
1663 * filelock.c:
1664 * filemode.c:
1665 * fns.c:
1666 * font.c:
1667 * fontset.c:
1668 * frame.c:
1669 * fringe.c:
1670 * ftfont.c:
1671 * ftxfont.c:
1672 * gtkutil.c:
1673 * indent.c:
1674 * insdel.c:
1675 * intervals.c:
1676 * keymap.c:
1677 * lread.c:
1678 * macros.c:
1679 * marker.c:
1680 * md5.c:
1681 * menu.c:
1682 * minibuf.c:
1683 * prefix-args.c:
1684 * print.c:
1685 * ralloc.c:
1686 * regex.c:
1687 * region-cache.c:
1688 * scroll.c:
1689 * search.c:
1690 * sound.c:
1691 * strftime.c:
1692 * syntax.c:
1693 * sysdep.c:
1694 * termcap.c:
1695 * terminal.c:
1696 * terminfo.c:
1697 * textprop.c:
1698 * tparam.c:
1699 * undo.c:
1700 * unexelf.c:
1701 * window.c:
1702 * xfaces.c:
1703 * xfns.c:
1704 * xfont.c:
1705 * xftfont.c:
1706 * xgselect.c:
1707 * xmenu.c:
1708 * xrdb.c:
1709 * xselect.c:
1710 * xsettings.c:
1711 * xsmfns.c:
1712 * xterm.c: Likewise.
1713
ae492bec
EZ
17142010-07-03 Eli Zaretskii <eliz@gnu.org>
1715
76ea4cc9
EZ
1716 * msdos.c (IT_set_frame_parameters): Fix setting of colors in
1717 frames other than the initial one. Fix reversal of colors when
1718 `reverse' is specified in the frame parameters. Call
1719 update_face_from_frame_parameter instead of
1720 internal-set-lisp-face-attribute. Initialize screen colors from
1721 initial_screen_colors[] when f->default_face_done_p is zero,
1722 instead of depending on being called with default-frame-alist as
1723 the alist argument.
1724
1725 * xfaces.c (update_face_from_frame_parameter): Move out of
1726 HAVE_WINDOW_SYSTEM portion. Condition window-system only parts
1727 with HAVE_WINDOW_SYSTEM.
1728
1e6255ae
EZ
1729 * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
1730 to menu-bar-mode, if not set in the frame parameters or in
1731 default-frame-alist.
1732
ae492bec
EZ
1733 * w32console.c (sys_tputs): Adjust argument list to prototype in
1734 term.c.
1735
3a35a84c
JB
17362010-07-03 Juanma Barranquero <lekktu@gmail.com>
1737
1738 * lisp.h (memory_warnings): Fix prototype.
1739
1740 * cm.h (evalcost): Fix prototype.
1741
1742 * cm.c (evalcost): Fix arg type.
1743
c532d349
DN
17442010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1745
1746 * term.c (term_clear_mouse_face, Fidentity):
1747 * syssignal.h (signal_handler_t):
1748 * lisp.h (memory_warnings):
1749 * coding.h (preferred_coding_system):
1750 * cm.h (evalcost):
1751 * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
1752
c0b36d46
EZ
17532010-07-02 Eli Zaretskii <eliz@gnu.org>
1754
1755 * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
1756 from prototypes.
1757
1758 * msdos.h (load_pixmap): Don't define away.
1759
383e0970
J
17602010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1761
f57e2426
J
1762 * lisp.h:
1763 * atimer.h: Remove define for P_.
1764
1765 * alloc.c: Remove __P and P_ from .c and .m files.
1766 * atimer.c:
1767 * buffer.c:
1768 * callint.c:
1769 * category.c:
1770 * charset.c:
1771 * chartab.c:
1772 * cm.c:
1773 * coding.c:
1774 * composite.c:
1775 * data.c:
1776 * dired.c:
1777 * dispnew.c:
1778 * doc.c:
1779 * editfns.c:
1780 * emacs.c:
1781 * eval.c:
1782 * fileio.c:
1783 * filelock.c:
1784 * fns.c:
1785 * font.c:
1786 * fontset.c:
1787 * frame.c:
1788 * ftfont.c:
1789 * ftxfont.c:
1790 * gmalloc.c:
1791 * gtkutil.c:
1792 * image.c:
1793 * indent.c:
1794 * intervals.c:
1795 * keyboard.c:
1796 * keymap.c:
1797 * lread.c:
1798 * marker.c:
1799 * menu.c:
1800 * minibuf.c:
1801 * print.c:
1802 * process.c:
1803 * scroll.c:
1804 * search.c:
1805 * sound.c:
1806 * strftime.c:
1807 * syntax.c:
1808 * sysdep.c:
1809 * term.c:
1810 * terminal.c:
1811 * textprop.c:
1812 * unexalpha.c:
1813 * w32console.c:
1814 * w32fns.c:
1815 * w32font.c:
1816 * w32menu.c:
1817 * w32term.c:
1818 * w32uniscribe.c:
1819 * window.c:
1820 * xdisp.c:
1821 * xfaces.c:
1822 * xfns.c:
1823 * xfont.c:
1824 * xftfont.c:
1825 * xmenu.c:
1826 * xselect.c:
1827 * xterm.c: Likewise.
1828
383e0970 1829 Remove P_ and __P macros.
f57e2426
J
1830 * atimer.h: Remove P_ and __P macros.
1831 * buffer.h:
383e0970
J
1832 * category.h:
1833 * ccl.h:
1834 * character.h:
1835 * charset.h:
1836 * cm.h:
1837 * coding.h:
1838 * composite.h:
1839 * dispextern.h:
1840 * disptab.h:
9e892c8d 1841 * dosfns.h:
383e0970
J
1842 * font.h:
1843 * fontset.h:
1844 * frame.h:
1845 * gtkutil.h:
1846 * indent.h:
1847 * intervals.h:
1848 * keyboard.h:
1849 * keymap.h:
1850 * lisp.h:
1851 * macros.h:
1852 * md5.h:
1853 * menu.h:
1854 * msdos.h:
1855 * nsterm.h:
1856 * puresize.h:
1857 * region-cache.h:
1858 * syntax.h:
1859 * syssignal.h:
1860 * systime.h:
1861 * termhooks.h:
9e892c8d 1862 * w32font.h:
383e0970
J
1863 * w32term.h:
1864 * widget.h:
1865 * window.h:
1866 * xgselect.h:
1867 * xsettings.h:
1868 * xterm.h: Likewise.
1869
98601119
DN
18702010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1871
d9170db5
DN
1872 * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
1873
98601119
DN
1874 Cleanup old code.
1875 * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
1876 * syssignal.h: Remove code for Lynx, not supported anymore.
1877 * vm-limit.c: Remove unused code the depends on emacs not being
1878 defined and NO_LIM_DATA being defined.
1879 * mem-limits.h: Remove dead code.
1880
1f984e12
J
18812010-07-01 Jan Djärv <jan.h.d@swipnet.se>
1882
c49d071a
J
1883 * window.c (Fwindow_absolute_pixel_edges): Doc fix.
1884
9d5405ec
J
1885 * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
1886 (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
1887
7a18115b
J
1888 * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
1889 parameters, they are already absolute.
1890
a628ad9d
JB
1891 * nsterm.m (x_set_window_size, initFrameFromEmacs):
1892 Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
581a8100 1893
a628ad9d 1894 * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
581a8100 1895
a628ad9d
JB
1896 * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
1897 Update FRAME_TOOLBAR_HEIGHT.
581a8100 1898
a628ad9d
JB
1899 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
1900 Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
1f984e12 1901
c1ef4455
CY
19022010-06-30 Chong Yidong <cyd@stupidchicken.com>
1903
1904 * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
1905 check default-frame-alist.
1906
ce8f5a9a
AS
19072010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1908
1909 * process.c (create_process): Avoid using invalid file descriptors.
1910
1911 * callproc.c (child_setup): Avoid closing a file descriptor twice.
1912
bf935339
J
19132010-06-30 Jan Djärv <jan.h.d@swipnet.se>
1914
1915 * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
1916 Improve documentation. Return font regardless of use_system_font.
1917 (syms_of_xsettings): Improve documentation for font-use-system-font.
1918
7c33a057
CY
19192010-07-10 Chong Yidong <cyd@stupidchicken.com>
1920
2ec1b5ee
CY
1921 * xfaces.c (realize_face): Garbage the frame if a face is removed
1922 (Bug#6593).
1923
19242010-07-05 Andreas Schwab <schwab@linux-m68k.org>
1925
1926 * keyboard.c: Remove duplicate <setjmp.h>.
1927 (read_key_sequence): Remove volatile qualifiers.
1928
19292010-07-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1930
1931 * dispextern.h (FRINGE_HEIGHT_BITS): New define.
1932 (struct glyph_row): New members left_fringe_offset and
1933 right_fringe_offset.
1934
1935 * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
1936 specially.
1937 * w32term.c (w32_draw_fringe_bitmap): Likewise.
1938 * nsterm.m (ns_draw_fringe_bitmap): Likewise.
1939
1940 * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
f6003da5 1941 Take account of bitmap offset.
2ec1b5ee
CY
1942 (draw_window_fringes): Take account of window vscroll.
1943 (update_window_fringes): Likewise. Extend top-aligned top indicator
1944 or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
1945 in one row. Don't set redraw_fringe_bitmaps_p outside row comparison.
1946 Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
1947
19482010-07-04 Juanma Barranquero <lekktu@gmail.com>
1949
1950 * w32fns.c (Qtooltip): Declare.
1951 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
1952
19532010-07-03 Jan Djärv <jan.h.d@swipnet.se>
1954
1955 * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
1956 grab on just Press (Bug#6499).
1957
19582010-07-02 Chong Yidong <cyd@stupidchicken.com>
1959
1960 * frame.c (Qtooltip): New var.
1961 (delete_frame): Use it. Fix faulty if statement. Don't update
1962 mode line for tooltip frames. Suggested by Martin Rudalics.
1963
1964 * xfns.c (x_create_tip_frame):
1965 * w32fns.c (x_create_tip_frame): Use it.
1966
19672010-06-17 Naohiro Aota <naota@elisp.net> (tiny change)
769e9d47
KH
1968
1969 * xftfont.c (xftfont_open): Check font width one by one also when
1970 spacing is dual.
1971
1972 * ftfont.c (ftfont_open): Ditto.
1973
6259c2ec
GM
19742010-06-30 Glenn Morris <rgm@gnu.org>
1975
a46007e9
GM
1976 * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
1977
6259c2ec
GM
1978 * Makefile.in (CANNOT_DUMP): Update for configure name change.
1979
1980 * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
1981 * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
1982 * s/darwin.h (SYSTEM_MALLOC):
1983 * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
1984
5d1d3d04
J
19852010-06-29 Jan Djärv <jan.h.d@swipnet.se>
1986
1987 * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
1988 (ns_get_screen): Don't assign integer to f.
1989 (Fx_display_color_cells): Declarations before statements.
1990
e547b051
J
19912010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1992
5fc8e5bc
J
1993 * xfns.c (x_default_font_parameter): Remove got_from_system
1994 (Bug#6526).
1995
e547b051
J
1996 * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
1997 (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
1998 defines based on what configure finds.
1999
2000 * xterm.c (XTflash): Use gtk_widget_get_window.
2001 (xg_scroll_callback): Use gtk_adjustment_get_upper and
2002 gtk_adjustment_get_page_size.
2003 (handle_one_xevent): Use gtk_widget_get_mapped.
2004 (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
2005 messages.
2006
2007 * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
2008
2009 * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
2010 HAVE_GTK_FILE_SELECTION_NEW.
2011
2012 * gtkutil.c (xg_display_open, xg_display_close): Remove
2013 HAVE_GTK_MULTIDISPLAY, it is always defined.
2014 (xg_display_open): Return type is void.
2015 (gtk_widget_set_has_window)
2016 (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
2017 (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
2018 (gtk_adjustment_set_page_increment)
2019 (gtk_adjustment_get_step_increment): #define these if not found
2020 by configure.
2021 (remove_submenu): New define based on Gtk+ version.
2022 (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
2023 gtk_widget_get_window.
2024 (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
2025 (xg_create_frame_widgets): Use gtk_widget_set_has_window.
2026 (create_dialog): Use gtk_dialog_get_action_area and
2027 gtk_dialog_get_content_area.
2028 (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
2029 and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW. File chooser is always
2030 available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
2031 (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
2032 g_object_ref and g_object_unref.
2033 (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
2034 gtk_widget_get_sensitive.
2035 (xg_update_submenu): Use remove_submenu.
2036 (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
2037 properties instead to get old x and y position.
2038 (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
2039 gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
2b7e356a 2040 gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
e547b051
J
2041 (xg_get_tool_bar_widgets): New function.
2042 (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
2043 (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
2044 (toolbar_set_orientation): New #define based on if configure
2045 finds gtk_orientable_set_orientation.
2046 (xg_create_tool_bar): Call toolbar_set_orientation.
2047 (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
2048 instead of gtk_box_pack_start_defaults.
2049
b9229673
CY
20502010-06-28 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * cmds.c (Fdelete_backward_char): Move into Lisp.
2053
bbc803b0
DN
20542010-06-27 Dan Nicolaescu <dann@ics.uci.edu>
2055
2056 * s/freebsd.h (BSD4_2): Remove redundant definition.
2057 bsd-common.h defines it already.
2058
6431f2e6
CY
20592010-06-27 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * xfns.c (Fx_create_frame): Don't consult X resouces when setting
2062 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
2063 tool-bar-mode, which are now set using these X resources at
2064 startup, to determine the defaults (Bug#2249).
2065
2066 * w32fns.c (Fx_create_frame):
2067 * nsfns.m (Fx_create_frame): Likewise.
2068
2069 * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
2070
8c079ebb
JB
20712010-06-24 Juanma Barranquero <lekktu@gmail.com>
2072
2073 * gtkutil.c (xg_update_scrollbar_pos):
2074 Avoid C99 mid-block variable declaration.
2075
e9b7ab96
JD
20762010-06-22 Jan Djärv <jan.h.d@swipnet.se>
2077
bc869eca
JD
2078 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
2079
2b7e356a 2080 * gtkutil.h (xg_show_scroll_bar): Remove.
bc869eca
JD
2081
2082 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
2083 if height is less than scroll bar min size.
2084 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
2085
e9b7ab96
JD
2086 * xfns.c (x_default_font_parameter): Try to open font from system
2087 before using it (bug#6478). Rename got_from_gconf to got_from_system.
2088
a628ad9d 20892010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
32a679fd
JD
2090
2091 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
2092
70c4cfbb
EZ
20932010-06-20 Eli Zaretskii <eliz@gnu.org>
2094
2095 * xdisp.c (try_scrolling): When scroll-conservatively is set to
2096 most-positive-fixnum, be extra accurate when scrolling window
2097 start, to avoid missing the cursor line.
2098
ad5a12b5
EZ
20992010-06-19 Eli Zaretskii <eliz@gnu.org>
2100
2101 * xdisp.c (try_scrolling): Compute the limit for searching point
2102 in forward scroll from scroll_max, instead of an arbitrary limit
2103 of 10 screen lines. See
2104 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
2105 and
2106 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
2107 for details.
2108
2a64315a 21092010-06-16 Glenn Morris <rgm@gnu.org>
6fda6a0c
GM
2110
2111 * editfns.c (Fbyte_to_string): Pacify compiler.
2112
288cf4e9
SM
21132010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * lread.c (read1): Phase out old-style backquotes a bit more.
2116
6e6e5760
EZ
21172010-06-12 Eli Zaretskii <eliz@gnu.org>
2118
cbc4fd20
EZ
2119 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
2120 bidimirror.h.
2121
2122 * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
2123
317fbf33
EZ
2124 * bidi.c (bidi_initialize): Remove explicit initialization of
2125 bidi_type_table; include biditype.h instead. Don't support
288cf4e9 2126 entries whose second codepoint is zero. Initialize bidi_mirror_table.
cbc4fd20 2127 (bidi_mirror_char): Use bidi_mirror_table.
317fbf33
EZ
2128
2129 * biditype.h: New file.
2130
cbc4fd20
EZ
2131 * bidimirror.h: New file.
2132
6e6e5760
EZ
2133 * window.c (syms_of_window): Doc fix (bug#6409).
2134
4176cba2
RF
21352010-06-12 Romain Francoise <romain@orebokech.com>
2136
2137 * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
2138 ediff-hook.
2139
cb4bfcb5
GM
21402010-06-10 Glenn Morris <rgm@gnu.org>
2141
64c60c2f
GM
2142 * editfns.c (Fbyte_to_string): Pacify compiler.
2143
cb4bfcb5
GM
2144 * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
2145
2ec1b5ee
CY
21462010-06-26 Andreas Schwab <schwab@linux-m68k.org>
2147
2148 * alloc.c (Fmake_byte_code): Don't access undefined argument
2149 (Bug#6517).
2150
21512010-06-25 Chong Yidong <cyd@stupidchicken.com>
2152
2153 * xdisp.c (next_element_from_image): Ensure that after-strings are
2154 read the next time we hit handle_stop (Bug#1336).
2155
21562010-06-23 Andreas Schwab <schwab@linux-m68k.org>
2157
2158 * lread.c (read1): Signal error if #s is not followed by paren.
2159
21602010-06-19 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * image.c (free_image): Mark frame as garbaged (Bug#6426).
2163
2164 * keymap.c (Fdefine_key): Doc fix (Bug#6460).
2165
21662010-06-15 Glenn Morris <rgm@gnu.org>
2167
2168 * editfns.c (Fbyte_to_string): Pacify compiler.
2169
e454a4a3
SM
21702010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
2173 Check `object's type before accessing its guts.
2174
c1b1acc2
DN
21752010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2176
2177 * s/usg5-4.h: Fix previous change.
2178 Suggested by Lawrence Mitchell <wence@gmx.li>
2179
657d4c0b
AS
21802010-06-08 Andreas Schwab <schwab@linux-m68k.org>
2181
2182 * minibuf.c (Fall_completions): Add more checks.
2183
9b27fd9f
JB
21842010-06-08 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
2187
a99ebb40
DN
21882010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2189
d7c5d87d
DN
2190 * lread.c (X_OK): Remove, unused.
2191
0263a941
DN
2192 * dispnew.c: Remove obsolete comment.
2193
a99ebb40
DN
2194 Remove INCLUDED_FCNTL.
2195 * xterm.c (INCLUDED_FCNTL):
2196 * callproc.c (INCLUDED_FCNTL):
2197 * alloc.c (INCLUDED_FCNTL):
2198 * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
2199 (emacs_get_tty, emacs_set_tty): Declare unconditionally.
2200
13b5221f
MR
22012010-06-07 Martin Rudalics <rudalics@gmx.at>
2202
2203 * window.c (Fselect_window): Move `record_buffer' up to the
2204 beginning of this function, so the buffer gets recorded
2205 even if the selected window does not change.
2206 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
2207
5220357f
JB
22082010-06-07 Juanma Barranquero <lekktu@gmail.com>
2209
2210 * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
2211 (Fforward_line, Fbeginning_of_line): Reflow docstrings.
2212
3085237c
DN
22132010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2214
2215 Remove BSTRING related code, all platforms define it.
2216 * s/usg5-4.h (BSTRING): Remove definition.
2217 * s/template.h (BSTRING):
2218 * s/msdos.h (BSTRING):
2219 * s/ms-w32.h (BSTRING):
2220 * s/hpux10-20.h (BSTRING):
2221 * s/gnu-linux.h (BSTRING):
2222 * s/darwin.h (BSTRING):
2223 * s/cygwin.h (BSTRING):
2224 * s/bsd-common.h (BSTRING):
2225 * s/aix4-2.h (BSTRING): Likewise.
2226 * sysdep.c: Remove code depending on BSTRING not being defined.
2227
409f2919
JB
22282010-06-05 Juanma Barranquero <lekktu@gmail.com>
2229
2230 Remove obsolete macro BASE_LEADING_CODE_P.
2231 * character.h (BASE_LEADING_CODE_P): Remove.
2232 * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
2233 * buffer.c (Fset_buffer_multibyte):
2234 * indent.c (scan_for_column, compute_motion):
2235 * insdel.c (count_combining_before, count_combining_after):
2236 Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
2237
087fc47a
JB
22382010-06-04 Juanma Barranquero <lekktu@gmail.com>
2239
2240 Turn `directory-sep-char' into a noop.
2241
2242 * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
2243 (DIRECTORY_SEP): Define unconditionally.
2244
2245 * s/ms-w32.h (DIRECTORY_SEP): Remove.
2246
2247 * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
2248 call dostounix_filename directly.
2249
2250 * fileio.c (CORRECT_DIR_SEPS): Remove.
2251 (Ffile_name_directory, directory_file_name, Fexpand_file_name)
2252 (Fsubstitute_in_file_name): Use dostounix_filename instead.
2253 (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
2254 (syms_of_fileio) <directory-sep-char>: Move to subr.el.
2255
2256 * w32proc.c (CORRECT_DIR_SEPS): Remove.
2257 (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
2258
0eb7675e
AS
22592010-06-03 Andreas Schwab <schwab@linux-m68k.org>
2260
a628ad9d
JB
2261 * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
2262 (Bug#6346)
0eb7675e 2263
78edd3b7
JB
22642010-06-03 Juanma Barranquero <lekktu@gmail.com>
2265
2266 * ccl.c (Fccl_program_p): Fix typo in docstring.
2267
eb697db5
DN
22682010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2269
2270 Move UNEXEC definition to autoconf.
2271 * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
2272 * s/sol2-10.h (UNEXEC):
2273 * s/irix6-5.h (UNEXEC):
2274 * s/hpux10-20.h (UNEXEC):
2275 * s/gnu-linux.h (UNEXEC):
2276 * s/darwin.h (UNEXEC):
2277 * s/cygwin.h (UNEXEC):
2278 * s/bsd-common.h (UNEXEC):
2279 * s/aix4-2.h (UNEXEC):
2280 * m/alpha.h (UNEXEC): Likewise.
2281 * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
2282
aa3830c4
JB
22832010-06-03 Juanma Barranquero <lekktu@gmail.com>
2284
2285 Remove obsolete pre-unicode2 macros.
2286 * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
2287 * composite.c (composition_reseat_it):
2288 * data.c (Faset):
2289 * fns.c (Ffillarray):
2290 * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
2291 [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
2292
d234d13e
JL
22932010-06-03 Juri Linkov <juri@jurta.org>
2294
2295 * buffer.c (Fother_buffer): Add CHECK_FRAME.
2296 (Fswitch_to_buffer): Remove unused variable `err'.
2297
0d4bcf4d
GM
22982010-06-03 Glenn Morris <rgm@gnu.org>
2299
e23dc1e2
GM
2300 * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
2301
05b09564
GM
2302 * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
2303 now that AH_BOTTOM does it.
2304
824e2978
GM
2305 * m/hp800.h (HAVE_ALLOCA):
2306 * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
2307
0d4bcf4d
GM
2308 * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
2309 Remove NOT_C_CODE tests, it is always true now.
2310
c55d2abf
DN
23112010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2312
08a494a3
DN
2313 Fix config.h includes.
2314 * xsettings.c:
2315 * xgselect.c:
2316 * nsterm.m:
2317 * nsselect.m:
2318 * nsimage.m:
2319 * nsfont.m:
2320 * nsfns.m:
2321 * dbusbind.c: Use #include <config.h> instead of "config.h" as all
2322 other files do.
2323
75934b1d
DN
2324 * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
2325
9f32a766
DN
2326 * s/sol2-6.h: Remove obsolete comments.
2327
c55d2abf
DN
2328 Remove unnecessary alloca.h includes.
2329 * keymap.c: Do not include alloca.h, config.h does that.
2330 * sysdep.c: Likewise. Do not define fwrite, not used.
2331
06ac62b4
SM
23322010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * sysdep.c (child_setup_tty): Move the non-canonical initialization to
2335 the HAVE_TERMIO where it belongs (bug#6149).
2336
1ab8293c
SM
23372010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
2340 of bug#6305).
2341
6dcfd253
EZ
23422010-05-30 Eli Zaretskii <eliz@gnu.org>
2343
2344 * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
2345 state is always cached (bug#6306).
2346
6d26bbb2
EZ
23472010-05-29 Eli Zaretskii <eliz@gnu.org>
2348
06fa4a23
EZ
2349 Fix cursor motion in bidi-reordered continued lines.
2350 * xdisp.c (try_cursor_movement): Backup to non-continuation line
2351 only after finding point's row. Fix the logic. Rewrite the loop
6d26bbb2
EZ
2352 over continuation lines in bidi-reordered buffers. Return
2353 CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
2354 rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
2355
f5783df3
MA
23562010-05-28 Michael Albinus <michael.albinus@gmx.de>
2357
2358 * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
2359
7d56b2dd
KH
23602010-05-28 Kenichi Handa <handa@m17n.org>
2361
2362 * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
2363 Don't sheck SPEC if it is nil.
2364 (font_list_entities): Call font_delete_unmatched if
b925d231 2365 Vface_ignored_fonts is non-nil. (Bug#6287)
7d56b2dd 2366
e58d4ff7
GM
23672010-05-28 Glenn Morris <rgm@gnu.org>
2368
2369 * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
2370
f1a5d776
CY
23712010-05-27 Chong Yidong <cyd@stupidchicken.com>
2372
2373 * fileio.c (Fdelete_file): Change meaning of optional arg to mean
2374 whether to trash.
2375 (internal_delete_file, Frename_file): Callers changed.
2376 (delete_by_moving_to_trash): Doc fix.
2377 (Fdelete_directory_internal): Don't move to trash.
2378
2379 * callproc.c (delete_temp_file):
2380 * buffer.c (Fkill_buffer): Callers changed.
2381
2382 * lisp.h: Update prototype.
2383
f44a59e6
CY
23842010-05-27 Chong Yidong <cyd@stupidchicken.com>
2385
2386 * xdisp.c (redisplay_window): After redisplay, check if point is
2387 still valid before setting it (Bug#6177).
2388
81ac4f35
GM
23892010-05-27 Glenn Morris <rgm@gnu.org>
2390
2391 * Makefile.in, autodeps.mk, deps.mk, ns.mk:
2392 Convert comments to Makefile format.
2393
2394 * Makefile.in (bootstrap-clean): No more Makefile.c.
2395
ccd89fb3
GM
23962010-05-26 Glenn Morris <rgm@gnu.org>
2397
90278cb6
GM
2398 * Makefile.in (YMF_PASS_LDFLAGS): Remove.
2399 (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
2400
ccd89fb3
GM
2401 * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
2402 Remove.
2403 (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
2404
b7050583
KH
24052010-05-26 Kenichi Handa <handa@m17n.org>
2406
2407 * composite.c (composition_compute_stop_pos): Fix condition for
2408 backward scanning.
2409
e5458003
GM
24102010-05-25 Glenn Morris <rgm@gnu.org>
2411
c345fe90
GM
2412 * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
2413 Move before TEMACS_LDFLAGS.
2414 (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
2415 (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
2416
2e0689ab
GM
2417 * Makefile.in (NOT_C_CODE): No longer define.
2418 (config.h): No longer include.
2419
8009a5e8
GM
2420 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
2421 variables it may reference.
2422
e5458003
GM
2423 * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2424 (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
2425
10f72a37
KH
24262010-05-25 Kenichi Handa <handa@m17n.org>
2427
2428 * dispextern.h (struct composition_it): New members rule_idx and
2429 charpos.
2430
2431 * xdisp.c (set_iterator_to_next): While scanning backward, assume
2432 that the character positions of IT point the last character of the
2433 current grapheme cluster.
2434 (next_element_from_composition): Don't change character positions
2435 of IT.
2436 (append_composite_glyph): Set glyph->charpos to
2437 it->cmp_it.charpos.
2438
2439 * composite.c (autocmp_chars): Change the first argument to RULE,
2440 and try composition with RULE only.
2441 (composition_compute_stop_pos): Record the index number of the
2442 composition rule in CMP_IT->rule_idx.
2443 (composition_reseat_it): Call autocmp_chars repeatedly until the
2444 correct rule of the composition is found.
2445 (composition_update_it): Set CMP_IT->charpos. Assume the CHARPOS
2446 is at the last character of the current grapheme cluster when
2447 CMP_IT->reversed_p is nonzero.
2448
171eda53 24492010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
f5b416d2 2450
171eda53
SM
2451 * editfns.c (Fbyte_to_string): New function.
2452
66a9f7f4
SM
24532010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * process.c (Fmake_network_process): Set :host to nil if it's not used.
2456 Suggested by Masatake YAMATO <yamato@redhat.com>.
2457
d8c315d1
EZ
24582010-05-23 Eli Zaretskii <eliz@gnu.org>
2459
171eda53 2460 * dispextern.h (init_iterator): Sync prototype with changed definition.
d8c315d1 2461
f5b416d2 24622010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2463
2464 * s/netbsd.h: If terminfo is found, use it in preference to
2465 termcap. (Bug#6190) [Backport from trunk]
2466
0416466c
EZ
24672010-05-19 Eli Zaretskii <eliz@gnu.org>
2468
11117830 2469 Redesign and reimplement bidi-aware edge positions of glyph rows.
d36fe237
EZ
2470
2471 * dispextern.h (struct glyph_row): New members minpos and maxpos.
2472 (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
2473 (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
2474 and maxpos members instead of start.pos and end.pos, respectively.
2475
2476 * xdisp.c (display_line): Compare IT_CHARPOS with the position in
2477 row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
2478 (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
66a9f7f4
SM
2479 (try_window_reusing_current_matrix, try_window_id):
2480 Use ROW->minpos rather than ROW->start.pos.
d36fe237
EZ
2481 (init_from_display_pos, init_iterator): Use EMACS_INT for
2482 character and byte positions.
66a9f7f4 2483 (find_row_edges): Rename from find_row_end. Accept additional
d36fe237
EZ
2484 arguments for minimum and maximum buffer positions seen by
2485 display_line for this row. Don't use iterator to find the
2486 position following the maximum one; instead, increment the
11117830
EZ
2487 position found by display_line directly. Fix logic; eol_pos
2488 should be tested before the rest. Handle the case of characters
2489 delivered from display vector (bug#6036). Fix tests related to
2490 it->method. Handle the truncated_on_right_p rows.
2491 (RECORD_MAX_MIN_POS): New macro.
2492 (display_line): Use it to record the minimum and maximum buffer
2493 positions for glyphs in the row being assembled. Record the
2494 position of the newline that terminates the line. If word wrap is
2495 in effect, restore minimum and maximum positions seen up to the
2496 wrap point, when iterator returns to it.
2497 (try_window_reusing_current_matrix): Give up if in bidi-reordered
2498 row and cursor not already at point. Restore original pre-bidi
2499 code for unidirectional buffers.
d36fe237
EZ
2500
2501 * dispnew.c (increment_row_positions, check_matrix_invariants):
2502 Increment and check row->start.pos and row->end.pos, in addition
2503 to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
2504
11117830
EZ
2505 * .gdbinit (prowlims): Display row->minpos and row->maxpos.
2506 Display truncated_on_left_p and truncated_on_right_p flags.
2507 Formatting fixes.
2508 (pmtxrows): Display the ordinal number of each row. Don't display
2509 rows beyond the last one.
2510
2511 * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
2512 it is not copied by bidi_copy_it.
2513
6e83d800
EZ
25142010-05-22 Eli Zaretskii <eliz@gnu.org>
2515
2516 * w32.c (sys_write): Break writes into chunks smaller than 32MB.
2517 (Bug#6237)
2518
110683ad
CY
25192010-05-22 Chong Yidong <cyd@stupidchicken.com>
2520
2521 * image.c (Fimage_flush): Rename from image-refresh.
2522
98fe5161
CY
25232010-05-21 Chong Yidong <cyd@stupidchicken.com>
2524
2525 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
2526 just one window.
2527
2528 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
2529 (clear_image_cache): If the number of cached images is unusually
2530 large, decrease the cache eviction delay (Bug#6230).
2531
e8752c66
GM
25322010-05-21 Glenn Morris <rgm@gnu.org>
2533
66dbf213
GM
2534 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
2535 Move these rules to ns.mk.
2536 * ns.mk: New file.
2537
04384b2d
GM
2538 * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
2539
e8752c66
GM
2540 * Makefile.in (CANNOT_DUMP): New, set by configure.
2541 (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
2542
2e2bbddb
JL
25432010-05-20 Juri Linkov <juri@jurta.org>
2544
2545 * fileio.c (Fdelete_file): Change interative spec to use
2546 `read-file-name' like in `find-file-read-args' where the default
2547 value is `default-directory' instead of `buffer-file-name'.
2548 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
2549
31c4aaf6
KR
25502010-05-20 Kevin Ryde <user42@zip.com.au>
2551
2552 * keyboard.c (Vlast_command, Vkeyboard_translate_table)
2553 (Voverriding_terminal_local_map, Vsystem_key_alist)
2554 (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
2555
9d5cf9b6
GM
25562010-05-20 Glenn Morris <rgm@gnu.org>
2557
2558 * Makefile.in (DEPDIR): New constant.
2559 (DEPFLAGS): Set with configure, not cpp.
2560 (MKDEPDIR): New, set by configure.
2561 (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
2562 (clean): Use $DEPDIR.
2563 (deps_frag): Include from configure.
2564 Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
2565 * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
2566
ead6f8f5
EZ
2567 * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
2568 reallocation of the cache. (Bug#6210)
2569
7f34aec3
GM
25702010-05-19 Glenn Morris <rgm@gnu.org>
2571
d494e8f2
GM
2572 * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
2573
c1d0dcfd
GM
2574 * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
2575 (GNULIB_VAR): Remove.
2576 (LIBES): Use LIB_GCC instead of GNULIB_VAR.
2577
2578 * m/ibms390x.h (LINKER):
2579 * m/macppc.h (LINKER) [GNU_LINUX]:
2580 * s/aix4-2.h (ORDINARY_LINK):
2581 * s/cygwin.h (LINKER):
2582 * s/darwin.h (ORDINARY_LINK):
2583 * s/gnu.h (ORDINARY_LINK):
2584 * s/netbsd.h (LINKER):
2585 * s/usg5-4.h (ORDINARY_LINK):
2586 Move to configure.
2587
7f34aec3
GM
2588 * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
2589
754790b6
CY
25902010-05-18 Chong Yidong <cyd@stupidchicken.com>
2591
2592 * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
2593 prevent stack overflow if number of arguments is too large
2594 (Bug#6214).
2595
161e44d1
JB
25962010-05-18 Juanma Barranquero <lekktu@gmail.com>
2597
2598 * charset.c (load_charset_map_from_file): Don't call close after fclose.
2599
be4ff9da
GM
26002010-05-18 Glenn Morris <rgm@gnu.org>
2601
9539dc5d
GM
2602 * s/gnu-linux.h: Combine two conditionals.
2603
2604 * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6665f4c5
GM
2605 $(POST_ALLOC_OBJ).
2606
40dc6bf4
GM
2607 * Makefile.in (RALLOC_OBJ): New, set by configure.
2608 (rallocobj): Replace with the previous variable.
2609 (otherobj): Use $RALLOC_OBJ.
2610
2611 * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
2612 * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
2613
be4ff9da
GM
2614 * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
2615 (gmallocobj, vmlimitobj): Replace with previous two variables.
2616 (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
2617
16455a85
GM
26182010-05-17 Glenn Morris <rgm@gnu.org>
2619
2620 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
2621 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
2622
5fdb7468
GM
26232010-05-16 Glenn Morris <rgm@gnu.org>
2624
7ca1f3f9
GM
2625 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
2626
7541dad5
GM
2627 * Makefile.in (clean): Get rid of HAVE_NS conditional.
2628
da53fab9
GM
2629 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
2630 trailing "/".
2631
b02a6645
GM
2632 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
2633 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
2634
8877ca0f
GM
2635 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
2636 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
2637 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
2638 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
2639 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
2640
5fdb7468
GM
2641 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
2642 Remove ${STARTFLAGS}, nothing ever sets it.
2643
95adb4b1
DN
26442010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2645
2646 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
2647
676b6304
GM
26482010-05-16 Glenn Morris <rgm@gnu.org>
2649
9beab9ce
GM
2650 * Makefile.in (LIBX_BASE): Always define.
2651
8a95f0e7
GM
2652 * Makefile.in (LIBX_OTHER): Move out of cpp section.
2653
676b6304
GM
2654 * Makefile.in (LIBXT): Always define.
2655
6e546d18
GM
26562010-05-15 Glenn Morris <rgm@gnu.org>
2657
4235ca47 2658 * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
02d4ac0e 2659
6e546d18
GM
2660 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
2661 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
2662
8c5ff6dd
KR
26632010-05-15 Ken Raeburn <raeburn@raeburn.org>
2664
560bb7ae 2665 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
52766425
KR
2666 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
2667
8b4eb796
KR
2668 * emacs.c (main): Initialize initial-environment and
2669 process-environment before generating from env, not after.
2670
8c5ff6dd
KR
2671 Handle --version reasonably in CANNOT_DUMP configuration.
2672 * emacs.c (emacs_version, emacs_copyright): New string variables.
2673 (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
2674 (syms_of_emacs): Defvar them, and initialize them from the C
2675 string variables.
2676 (main): If initialization hasn't been done, print initial version
2677 info from the C strings, instead of starting an interactive session.
2678
dbd3f723
EZ
26792010-05-15 Eli Zaretskii <eliz@gnu.org>
2680
d20e1419
EZ
2681 * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
2682 of bidi_it->paragraph_dir. Call bidi_initialize if needed.
2e9abc3d
EZ
2683 (bidi_paragraph_init): Remove redundant assertion that we are at
2684 the beginning of a line after call to bidi_find_paragraph_start.
d20e1419
EZ
2685
2686 * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
2687 (syms_of_xdisp): Defsubr it.
2688
d36fe237
EZ
2689 * cmds.c (Fforward_char, Fbackward_char): Doc fix.
2690
dbd3f723
EZ
2691 * Makefile.in: Fix MSDOS-related comments.
2692
02be533b
GM
26932010-05-15 Glenn Morris <rgm@gnu.org>
2694
1a82cca9
GM
2695 * Makefile.in (OLDXMENU_TARGET): New, set by configure.
2696 (really-lwlib, really-oldXMenu): Always define.
2697 ($OLDXMENU): Depend on $OLDXMENU_TARGET.
2698
3df7b338
GM
2699 * Makefile.in: Simplify cpp conditional.
2700
2b5f541b
GM
2701 * Makefile.in (${ns_appdir}): Simplify using umask.
2702
02be533b
GM
2703 * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
2704
4e2db1fe
SM
27052010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * eval.c (specbind): Remove left-over duplicate test.
2708 Disallow let-binding frame-local vars. Add comment.
2709
4b292a22
EZ
27102010-05-14 Eli Zaretskii <eliz@gnu.org>
2711
2fe72643 2712 Make the cache of bidi iterator states dynamically allocated.
1edbd309 2713 * bidi.c (bidi_cache_shrink): New function.
2fe72643
EZ
2714 (bidi_init_it): Call it.
2715 (bidi_cache_iterator_state): Enlarge the cache if needed.
2716
4e2db1fe 2717 * bidi.c (bidi_move_to_visually_next): Rename from
4b292a22
EZ
2718 bidi_get_next_char_visually. All callers changed.
2719
82ebc97b
KH
27202010-05-14 Kenichi Handa <handa@m17n.org>
2721
2722 * dispextern.h (struct composition_it): New member reversed_p.
2723
2724 * composite.c (composition_compute_stop_pos): Search backward if
2725 ENDPOS < CHARPOS.
2726 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
2727 Set CMP_IT->reversed_p.
b4b6e17e 2728 (composition_update_it): Pay attention to CMP_IT->reversed_p.
82ebc97b 2729
4e2db1fe
SM
2730 * xdisp.c (set_iterator_to_next):
2731 Call composition_compute_stop_pos with negative ENDPOS if we are
82ebc97b
KH
2732 scanning backward. Call composition_compute_stop_pos if scan
2733 direction is changed.
2734 (next_element_from_buffer): Call composition_compute_stop_pos with
2735 negative ENDPOS if we are scanning backward.
2736 (next_element_from_composition): Pay attention to
2737 IT->cmp_it.reversed_p.
2738
0e5d7800
KH
27392010-05-14 Kenichi Handa <handa@m17n.org>
2740
560bb7ae 2741 * font.c (font_range): Return the range for the font found at first.
0e5d7800 2742
cb027b32
GM
27432010-05-14 Glenn Morris <rgm@gnu.org>
2744
177b0288
GM
2745 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
2746
fbc00890
GM
2747 * Makefile.in (mktime, X11, register): Move undefs to configure.
2748
f14d1dfd
GM
2749 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
2750 (MSDOS_X_OBJ): New variable.
2751 (MSDOS_SUPPORT_REAL): New constant.
2752 (MSDOS_SUPPORT): Set as a variable, not with cpp.
2753 (obj): Use MSDOS_X_OBJ.
2754 (lisp): Use MSDOS_SUPPORT as a variable.
2755
11842bd8
GM
2756 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
2757 (GPM_MOUSE_SUPPORT): Now it's a constant.
2758 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
2759 not cpp.
2760
489d31a4 2761 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
845612ac 2762 (ns_appresdir): Remove, unused.
e20f1f07 2763
489d31a4
GM
2764 * Makefile.in (SHELL): Move outside cpp section.
2765
cb027b32
GM
2766 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
2767
5a903aa9
GM
27682010-05-13 Glenn Morris <rgm@gnu.org>
2769
3369c79f
GM
2770 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
2771 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
2772
d5e982a6
GM
2773 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
2774 HAVE_WINDOW_SYSTEM must be too.
2775
6192e163
GM
2776 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
2777 (lisp): Remove WINNT_SUPPORT.
2778
472c5d6b
GM
2779 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
2780 Let configure set these variables (to empty) in this case as well.
2781
0116466b
GM
2782 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
2783 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
2784
5a903aa9
GM
2785 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
2786 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
2787 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
2788 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
2789 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
c0a2b70a 2790 the values output by configure.
5a903aa9
GM
2791 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
2792
1a0d7c06
GM
27932010-05-12 Glenn Morris <rgm@gnu.org>
2794
b5457f14
GM
2795 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
2796 (LINKER_WAS_SPECIFIED): Remove.
2797
1a0d7c06
GM
2798 * Makefile.in (LIB_GCC): Set using configure, not cpp.
2799 (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
2800 * m/arm.h (LIB_GCC) [GNU_LINUX]:
2801 * s/cygwin.h (LIB_GCC):
2802 * s/freebsd.h (LIB_GCC):
2803 * s/gnu-linux.h (LIB_GCC):
2804 * s/msdos.h (LIB_GCC):
2805 * s/netbsd.h (LIB_GCC):
2806 Move to configure.
2807
3ffd4615 28082010-05-11 Karel Klic <kklic@redhat.com>
c90ca7b7
KH
2809
2810 * ftfont.c: Fix incorrect parentheses of #if condition for
2811 definining M17N_FLT_USE_NEW_FEATURE.
2812
acddf8ae
GM
28132010-05-11 Glenn Morris <rgm@gnu.org>
2814
2815 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
2816 * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
2817
ae5e04fa
EZ
28182010-05-10 Eli Zaretskii <eliz@gnu.org>
2819
2820 * xdisp.c (init_iterator): Don't turn on bidi reordering in
2821 unibyte buffers. See
2822 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
2823
7490175b
GM
28242010-05-10 Glenn Morris <rgm@gnu.org>
2825
97efb629
GM
2826 * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
2827 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
2828 (LIBES): Use LIBS_SYSTEM as a variable.
2829 * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define.
2830 * s/aix4-2.h (LIBS_SYSTEM):
2831 * s/freebsd.h (LIBS_SYSTEM):
2832 * s/hpux10-20.h (LIBS_SYSTEM):
2833 * s/sol2-6.h (LIBS_SYSTEM):
2834 * s/unixware.h (LIBS_SYSTEM):
2835 Move to configure.
2836
7490175b
GM
2837 * s/aix4-2.h (MAIL_USE_LOCKF):
2838 * s/bsd-common.h (MAIL_USE_FLOCK):
2839 * s/darwin.h (MAIL_USE_FLOCK):
2840 * s/gnu-linux.h (MAIL_USE_FLOCK):
2841 * s/irix6-5.h (MAIL_USE_FLOCK):
2842 * s/template.h (MAIL_USE_FLOCK):
2843 Move to configure.
2844
0235128c 28452010-05-08 Chong Yidong <cyd@stupidchicken.com>
61a808e8
CY
2846
2847 * Version 23.2 released.
2848
0235128c 28492010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5dcde606
AS
2850
2851 * composite.c (autocmp_chars): Save point as marker before calling
2852 auto-composition-function (Bug#5984).
2853
2854 * lisp.h (restore_point_unwind): Add prototype.
2855
2856 * fileio.c (restore_point_unwind): Remove static attribute.
2857
0235128c 28582010-05-08 Kenichi Handa <handa@m17n.org>
c4170e32
KH
2859
2860 * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
2861 new feature of libotf and m17n-flt.
0235128c
SM
2862 (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
2863 Call OTF_check_features even if no specific feature is given.
c4170e32
KH
2864 (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
2865 (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
2866 that OUT is NULL. Use OTF_drive_gsub_with_log and
2867 OTF_drive_gpos_with_log instead of OTF_drive_gsub and
2868 OTF_drive_gpos.
2869 (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
0235128c
SM
2870 (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
2871 Setup mflt_enable_new_feature and mflt_try_otf.
2872
4721152c
J
28732010-05-08 Jan Djärv <jan.h.d@swipnet.se>
2874
2875 * xsettings.c (Ftool_bar_get_system_style): Correct comment.
2876
2877 * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
2878 box and toolbar (Bug #6139).
2879 (xg_create_tool_bar): Remove comment (Bug #6139).
2880 (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
2881 (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
2882
ee0a16cf
JB
28832010-05-08 Juanma Barranquero <lekktu@gmail.com>
2884
2885 * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
2886 Update dependencies.
2887
96d79611
EZ
28882010-05-08 Eli Zaretskii <eliz@gnu.org>
2889
2890 * fringe.c (update_window_fringes): Set up truncation bitmaps for
2891 R2L lines.
2892
40c17879
GM
28932010-05-08 Glenn Morris <rgm@gnu.org>
2894
7b42b29f
GM
2895 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
2896
40c17879
GM
2897 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
2898 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
2899 (termcapobj): Replace with TERMCAP_OBJ.
2900 (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
2901 (LIBES): Use LIBS_TERMCAP as a variable.
2902
2903 * s/freebsd.h (osreldate.h): No longer include, since this file
2904 does not use __FreeBSD_version any more.
2905
2906 * s/aix4-2.h (TERMINFO):
2907 * s/cygwin.h (TERMINFO):
2908 * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2909 * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
2910 * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2911 * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
2912 * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
2913 * s/irix6-5.h (TERMINFO):
2914 * s/netbsd.h (LIBS_TERMCAP):
2915 * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
2916 * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
2917 * s/usg5-4.h (TERMINFO):
2918 Move to configure.
2919
94b612ad
SM
29202010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2921
2922 * eval.c (unbind_to): Don't unbind a local binding into the global
2923 binding when the local binding disappeared. Inversely, don't unbind
2924 a global binding into a newly created local binding.
2925 * data.c (set_internal): Make its `buf' arg into a `where' arg so we
2926 can specify the frame to use, when applicable. Adjust callers.
2927
15e12598 29282010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
acd0102a 2929 Stefan Monnier <monnier@iro.umontreal.ca>
15e12598
VB
2930
2931 * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
2932
f724825e
EZ
29332010-05-07 Eli Zaretskii <eliz@gnu.org>
2934
5cba3209
EZ
2935 * w32fns.c: Include w32.h.
2936 (Fw32_shell_execute): Decode the error message before passing it
2937 to `error'. (Bug#6126)
2938
d16bdfc3
EZ
2939 * msdos.c (dos_set_window_size):
2940 * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
2941 instead of `XSYMBOL (foo)->value'.
2942
59d93e87
EZ
29432010-05-07 Eli Zaretskii <eliz@gnu.org>
2944
9fdec8bc
EZ
2945 Fix the MS-DOS build, broken by autoconfiscation.
2946
2947 * Makefile.in: Don't use Make-style comments past the "start of
2948 cpp stuff" line.
2949 (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
2950
2951 * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
2952 edited directly by msdos/sed1v2.inp).
f724825e 2953
2f86b22b
GM
29542010-05-07 Glenn Morris <rgm@gnu.org>
2955
2956 * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2957 (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
2958 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
2959 move out of cpp section.
2960 * s/freebsd.h (LD_SWITCH_SYSTEM):
2961 * s/gnu-linux.h (LD_SWITCH_SYSTEM):
2962 * s/netbsd.h (LD_SWITCH_SYSTEM):
2963 * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
2964
49ebbd65
DN
29652010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2966
2967 Define LIB_STANDARD and START_FILES using autoconf.
2968 * s/usg5-4.h (LIB_STANDARD):
2969 * s/netbsd.h (START_FILES):
2970 * s/irix6-5.h (LIB_STANDARD):
2971 * s/hpux10-20.h (LIB_STANDARD, START_FILES):
2972 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
2973 * s/freebsd.h (START_FILES):
2974 * s/darwin.h (START_FILES):
2975 * s/cygwin.h (START_FILES):
2976 * s/aix4-2.h (LIB_STANDARD):
2977 * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
2978 * Makefile.in (STARTFILES): Rename to START_FILES, define using
2979 autoconf, not cpp.
2980
d43c06d6
DN
29812010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
2982
28823648
DN
2983 Remove NEED_BSDTTY and NEED_UNISTD_H.
2984 * s/hpux10-20.h (NEED_BSDTTY): Remove.
2985 * s/aix4-2.h (NEED_UNISTD_H): Remove.
2986 * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
2987 <sys/ptyio.h> and <unistd.h>.
2988
aca00430
DN
2989 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
2990
d43c06d6
DN
2991 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
2992 * s/gnu.h (START_FILES): Remove empty definition.
2993
3e56b11d
JD
29942010-05-06 Jan Djärv <jan.h.d@swipnet.se>
2995
2996 * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
2997
e3cf0cde
GM
29982010-05-06 Glenn Morris <rgm@gnu.org>
2999
3000 * Makefile.in (CPP, LN_S): Remove unused variables.
3001
774b9a60
SM
30022010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
3005
4ab92842
LM
30062010-05-05 Lawrence Mitchell <wence@gmx.li>
3007
3008 * m/sparc.h: Fix typo in earlier change.
3009
178f2507
SM
30102010-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3011
3012 Misc tweaks.
3013 * eval.c (Fdefvaralias): Remove unintended nested if.
3014 (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
3015
80f00217 30162010-05-04 Bernhard Herzog <bh@intevation.de> (tiny change)
991be6d4
JD
3017
3018 * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
3019
ef03a4e6
DN
30202010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3021
58eb6cf0
DN
3022 Remove BSD_PGRPS.
3023 * s/bsd-common.h (BSD_PGRPS): Remove undef.
3024 * s/gnu-linux.h (BSD_PGRPS): Remove.
3025 * term.c (dissociate_if_controlling_tty):
3026 * sysdep.c (narrow_foreground_group, widen_foreground_group)
3027 (init_sys_modes, reset_sys_modes):
3028 * emacs.c (main):
3029 * callproc.c (Fcall_process, child_setup): Remove code depending
3030 on BSD_PGRPS.
3031
ef03a4e6
DN
3032 Remove POSIX_SIGNALS.
3033 * s/usg5-4.h (POSIX_SIGNALS):
3034 * s/netbsd.h (POSIX_SIGNALS):
3035 * s/msdos.h (POSIX_SIGNALS):
3036 * s/ms-w32.h (POSIX_SIGNALS):
3037 * s/hpux11.h (POSIX_SIGNALS):
3038 * s/gnu.h (POSIX_SIGNALS):
3039 * s/gnu-linux.h (POSIX_SIGNALS):
3040 * s/freebsd.h (POSIX_SIGNALS):
3041 * s/darwin.h (POSIX_SIGNALS):
3042 * s/cygwin.h (POSIX_SIGNALS):
3043 * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
3044 * s/unixware.h:
3045 * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
3046 * process.c (create_process):
3047 * syssignal.h:
3048 * sysdep.c (wait_for_termination, init_signals):
3049 * process.c (create_process):
3050 * msdos.c: POSIX_SIGNALS is always defined on all platforms,
3051 remove all code that assumes the contrary.
3052
49628785
GM
30532010-05-04 Glenn Morris <rgm@gnu.org>
3054
27a2cdfc
GM
3055 * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
3056 variable.
3057 * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
3058 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
3059 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
3060 (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
3061 LD_SWITCH_SYSTEM_tmp.
3062 * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
3063 New variables, set by configure.
3064
eb21eab5
GM
3065 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
3066 * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
3067 (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
3068 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
3069 (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
3070
49628785
GM
3071 * s/aix4-2.h (C_SWITCH_SYSTEM):
3072 * m/alpha.h (C_SWITCH_MACHINE):
3073 Move to configure.in.
3074 * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
3075 New variables, set by configure.
3076 (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
3077 $c_switch_machine and $c_switch_system.
3078
7dff330b
DN
30792010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3080
3081 * s/hpux10-20.h (LIB_STANDARD): New definition.
3082 * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
3083 on it, not used anymore.
3084
53967e09
CY
30852010-05-03 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * eval.c (internal_condition_case_n): Rename from
3088 internal_condition_case_2.
3089 (internal_condition_case_2): New function.
3090
3091 * xdisp.c (safe_call): Use internal_condition_case_n.
3092
3093 * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
3094 (internal_delete_file, Frename_file): Callers changed.
3095
3096 * buffer.c (Fkill_buffer):
3097 * callproc.c (delete_temp_file): Callers changed (Bug#6070).
3098
3099 * lisp.h: Update prototypes.
3100
3dee6fdb
GM
31012010-05-03 Glenn Morris <rgm@gnu.org>
3102
3103 * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
3104 (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
3105 (LIBXT): Set with configure, not cpp.
3106 (LIBX): Remove.
3107 (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
3108
a101e0fb
DN
31092010-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3110
3111 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
3112 The FreeBSD is not needed, the default works, Solaris version is
3113 not needed, and the remaining case is not supported by configure.
3114
f63d0028
JD
31152010-05-02 Jan Djärv <jan.h.d@swipnet.se>
3116
3117 * xsmfns.c (CHDIR_OPT): New define.
3118 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
3119 restarting emacs.
3120
3121 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
3122 shut_down_emacs.
3123
3124 * emacs.c (USAGE1): Mention --chdir.
3125 (main): Handle --chdir.
3126 (standard_args): Add --chdir.
3127 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
3128 #5552).
3129
e4814a9f
DN
31302010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3131
cd03c74a
DN
3132 Remove LD_SWITCH_MACHINE.
3133 * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
3134 (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
3135
c3a398a1
DN
3136 Clean up IRIX code.
3137 * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
3138 * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
3139
87e7285c
DN
3140 Clean up AIX code.
3141 * m/ibmrs6000.inp: Remove file, unused.
3142 * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
3143 (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
3144 definition ...
3145 * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
3146
80f00217
JB
3147 * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
3148 unused.
e4814a9f 3149
59ca28de
EZ
31502010-05-01 Eli Zaretskii <eliz@gnu.org>
3151
197daef4
EZ
3152 Emulate POSIX_SIGNALS on MS-Windows.
3153
3154 * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
3155 (SIG_SETMASK, SIG_UNBLOCK): Define.
d6dae14b
EZ
3156
3157 * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
3158 (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
3159 from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
3160
80f00217
JB
3161 * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
3162 New stubs.
197daef4 3163
af7c7572
EZ
3164 Miscellaneous fixes of bidi display.
3165
59ca28de
EZ
3166 * xdisp.c (find_row_end): New function, refactored from display_line.
3167 (display_line): Use it.
017ea819
EZ
3168 (extend_face_to_end_of_line): In almost-filled rows, extend only
3169 if the row is R2L and not continued.
166e930d 3170 (display_line): Fix prepending of truncation glyphs to R2L rows.
af7c7572 3171 Preserve overlay and string info in row->end.
166e930d
EZ
3172 (insert_left_trunc_glyphs): Support addition of left truncation
3173 glyphs to R2L rows.
b47e0dcf 3174 (set_cursor_from_row): Don't place cursor on the vertical border
af7c7572
EZ
3175 glyph between adjacent windows. Fix a crash when a display string
3176 is continued to the next line. Don't return zero if cursor was
3177 found by `cursor' property of a display string.
b47e0dcf
EZ
3178 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
3179 test for that explicitly.
59ca28de 3180
7acac9f4
GM
31812010-05-01 Glenn Morris <rgm@gnu.org>
3182
3183 * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
3184 for clarity.
3185 (OTHER_OBJ): Remove.
3186 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
3187 (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
3188
45841e65
KK
31892010-05-01 Karel Klíč <kklic@redhat.com>
3190
3191 * fileio.c (Ffile_selinux_context): Context functions may return null.
3192
afc61943
DN
31932010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3194
80f00217 3195 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
afc61943 3196
5a1bb006
GM
31972010-04-30 Glenn Morris <rgm@gnu.org>
3198
3199 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
3200 (OTHER_OBJ): Define as a separate variable, for clarity.
3201
210af043
J
32022010-04-30 Jan Djärv <jan.h.d@swipnet.se>
3203
3204 * xsettings.c: include limits.h and update file comment.
3205
0a7df391
GM
32062010-04-30 Glenn Morris <rgm@gnu.org>
3207
d5096f16
GM
3208 * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
3209 Set with configure, not cpp.
3210 (LIBW): Remove, replace with $TOOLKIT_LIBW.
3211
7eb1ac33
GM
3212 * Makefile.in (mallocobj): Remove.
3213 (otherobj): Simplify using @OTHER_OBJ@.
3214
517d086b
GM
3215 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
3216 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
3217 Don't bother making nsgui.h dependency platform-specific.
3218
0a7df391
GM
3219 * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
3220
d6d23852
SM
32212010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3222
d2630aef
SM
3223 * process.c (read_process_output, exec_sentinel): Don't burp if the
3224 sentinel/filter kills the current buffer (bug#6060).
3225
f9dddf52 3226 Fix wrong-docstring problem introduced with hash-consing. (Bug#6008)
d6d23852
SM
3227 * eval.c (Fautoload): Set doc to a unique number rather than to 0.
3228 Remove unused var `args'.
3229 * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
3230 (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
3231 * doc.c (store_function_docstring): Use XSETCAR.
3232
f1e3642a
GM
32332010-04-28 Glenn Morris <rgm@gnu.org>
3234
faf535f8
GM
3235 * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
3236 (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
3237
c40f9449
GM
3238 * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
3239
658f86ca
GM
3240 * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
3241 (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
3242
bc0b5f61
GM
3243 * Makefile.in (FONT_OBJ): New, set by configure.
3244 (FONT_DRIVERS): Use $FONT_OBJ.
3245
294c50a0
GM
3246 * Makefile.in (LIBXMU): Set with configure, not cpp.
3247 * s/aix4-2.h (LIBXMU):
3248 * s/hpux10-20.h (LIBXMU):
3249 Remove definition, now set in configure.
3250
e6ec4e99
GM
3251 * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
3252
f1e3642a
GM
3253 * m/amdx86-64.h [i386]: Move this test to configure.in.
3254
c6ea2936
GM
32552010-04-27 Glenn Morris <rgm@gnu.org>
3256
8fdac2c3
GM
3257 * Makefile.in (LIBXTR6): Set with configure, not cpp.
3258 * s/unixware.h (NEED_LIBW): Remove definition.
3259
986fb647
GM
3260 * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
3261 (TOOLKIT_LIBW): New, set by configure.
3262 (@X_TOOLKIT_TYPE@): No longer define it.
3263
c6ea2936
GM
3264 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
3265 (MOTIF_LIBW): Set with configure, not cpp.
3266 * s/aix4-2.h (LIB_MOTIF):
3267 * s/gnu-linux.h (LIB_MOTIF):
3268 * s/unixware.h (LIB_MOTIF): Move to configure.in.
3269
aaa36002
DN
32702010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3271
3272 Reduce CPP usage.
3273 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
3274 (obj): Use autoconf for unexec instead of cpp.
ed6281b0
DN
3275 (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
3276 definitions and undefs. Inline definitions in the only user.
3277 (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
aaa36002 3278
b678dd8b
GM
32792010-04-27 Glenn Morris <rgm@gnu.org>
3280
76cda504
GM
3281 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
3282 since the defaults (set by the system file) are fine in most cases.
3283 [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
3284 * m/ibms390x.h (START_FILES, LIB_STANDARD):
3285 * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
3286 * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
3287 Remove definitions, since they are set correctly in s/gnu-linux.h.
3288 * s/freebsd.h (START_FILES, LIB_STANDARD):
3289 * s/gnu-linux.h (START_FILES, LIB_STANDARD):
3290 * s/hpux10-20.h (START_FILES):
3291 * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
3292 Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
3293
b678dd8b
GM
3294 * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
3295 (MOTIF_LIBW): Use $LIBXP.
3296 (otherobj): Use $WIDGET_OBJ.
3297
9452ded1
DN
32982010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3299
7e10844c
DN
3300 * Makefile.in (LIBS_MACHINE): Remove, unused.
3301
9452ded1
DN
3302 Use autoconf instead of cpp for LIB_MATH.
3303 * s/darwin.h (LIB_MATH): Do not define here, move to configure.
3304 * s/cygwin.h (LIB_MATH): Likewise.
3305 * Makefile.in (LIB_MATH): Do not define with cpp.
3306 (LIBES): Use autoconf for LIB_MATH.
3307
fcebfc6a
KH
33082010-04-26 Kenichi Handa <handa@m17n.org>
3309
3310 * composite.c (Ffind_composition_internal): Fix the return value
3311 for an automatic composition.
3312
39e2ad1b
DN
33132010-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3314
3315 Remove all NO_ARG_ARRAY uses.
3316 * fns.c (concat2, concat3, nconc2):
3317 * eval.c (apply1, call1, call2, call3, call4, call5, call6)
3318 (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
3319 * m/xtensa.h (NO_ARG_ARRAY):
3320 * m/template.h (NO_ARG_ARRAY):
3321 * m/sparc.h (NO_ARG_ARRAY):
3322 * m/sh3.h (NO_ARG_ARRAY):
3323 * m/mips.h (NO_ARG_ARRAY):
3324 * m/macppc.h (NO_ARG_ARRAY):
3325 * m/iris4d.h (NO_ARG_ARRAY):
3326 * m/intel386.h (NO_ARG_ARRAY):
3327 * m/ibms390x.h (NO_ARG_ARRAY):
3328 * m/ibms390.h (NO_ARG_ARRAY):
3329 * m/ibmrs6000.h (NO_ARG_ARRAY):
3330 * m/ia64.h (NO_ARG_ARRAY):
3331 * m/hp800.h (NO_ARG_ARRAY):
3332 * m/arm.h (NO_ARG_ARRAY):
3333 * m/amdx86-64.h (NO_ARG_ARRAY):
3334 * m/alpha.h (NO_ARG_ARRAY): Remove definition.
3335
adf4f59c
EZ
33362010-04-25 Eli Zaretskii <eliz@gnu.org>
3337
6bdf5d65
EZ
3338 * xdisp.c (display_line): Don't assume 2nd call to
3339 get_next_display_element cannot return zero. (Bug#6030)
f538fcec
EZ
3340 (iterate_out_of_display_property): New function, body from pop_it.
3341 (pop_it): Use it.
adf4f59c 3342
dfbbda83
GM
33432010-04-24 Glenn Morris <rgm@gnu.org>
3344
3345 * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
3346 For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
3347 (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
3348 since CRT_DIR defaults to /usr/lib. Suggested by Dan Nicolaescu.
3349
2d4018aa
EZ
33502010-04-24 Eli Zaretskii <eliz@gnu.org>
3351
a49884a6
EZ
3352 * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
3353 use `get_next_display_element' and `set_iterator_to_next' to
3354 advance to the next character, when looking for the character that
3355 begins the next row.
3356
76db6fcc 3357 * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
2d4018aa
EZ
3358 definition of "struct Lisp_Symbol".
3359
70eab5c1
GM
33602010-04-24 Glenn Morris <rgm@gnu.org>
3361
3362 * Makefile.in (CRT_DIR): New variable, set by configure.
3363 * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
3364 Use $CRT_DIR rather than HAVE_LIB64_DIR. (Bug#5655)
3365
1ad4cc3d
DN
33662010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3367
e769f484
DN
3368 * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
3369
4196ff33
DN
3370 * s/cygwin.h (LIBS_DEBUG): Remove, unused.
3371
879b0ee4
DN
3372 Remove redundant flags.
3373 * s/freebsd.h (C_SWITCH_SYSTEM):
3374 * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
3375 * s/netbsd.h (C_SWITCH_SYSTEM):
3376 * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
3377 of these.
3378
03cbbcb8
DN
3379 Simplify m/intel386.h.
3380 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
3381 user: ecrt0.c.
3382 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
3383 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
3384 the only user: s/unixware.h.
3385 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
3386 from m/intel386.h.
3387 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
3388 moved here from m/intel386.h.
3389
1ad4cc3d
DN
3390 * m/mips.h: Remove #if 0 code.
3391
8785b888
EZ
33922010-04-23 Eli Zaretskii <eliz@gnu.org>
3393
728588cc
EZ
3394 Fix display of composed characters from L2R scripts in bidi buffers.
3395 * xdisp.c (set_iterator_to_next, next_element_from_composition):
3396 After advancing IT past the composition, resync the bidi iterator
3397 with IT's position. (Bug#5977)
3398
a63f80b4
DN
33992010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3400
3401 * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
3402 (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
3403
ff5dec5c
SM
34042010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
3407
8785b888
EZ
34082010-04-23 Eli Zaretskii <eliz@gnu.org>
3409
58ccf243 3410 Support `display' text properties and overlay strings in bidi buffers.
8785b888
EZ
3411 * xdisp.c (pop_it): When the stack is popped after displaying
3412 from a string, bidi-iterate to exit from the text portion covered
3413 by the `display' property or overlay. (Bug#5988, bug#5920)
3414
feeb1604
DN
34152010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3416
8e324eb6
DN
3417 * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
3418 (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
3419
809fcaba
DN
3420 * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
3421 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
3422
ed710380
DN
3423 Simplify STARTFILES definition.
3424 * s/hpux10-20.h (START_FILES): Explicitly define here instead of
3425 relying on Makefile.in to define it.
3426 * s/cygwin.h (START_FILES): Likewise.
3427 * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
3428
feeb1604
DN
3429 Clean up Solaris code.
3430 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
3431 (LIB_MOTIF): Remove, configure takes care of this.
3432 (NOT_USING_MOTIF): Remove, unused.
3433 * xrdb.c: Remove #if 0-ed #include.
3434 (SYSV): Remove conditional for old SysV.
3435 * sysdep.c (closedir): Remove conditional code for Solaris,
3436 Solaris has closedir.
3437
a0d0b563
JD
34382010-04-22 Jan Djärv <jan.h.d@swipnet.se>
3439
3440 * xsettings.c (read_and_apply_settings): Check if current_font is
3441 NULL before strcmp (Bug#6001).
3442
56bae7c7
DN
34432010-04-21 Dan Nicolaescu <dann@ics.uci.edu>
3444
3445 Clean up HP-UX files.
3446 * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
3447 (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
3448 (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
3449 * s/hpux10-20.h: ... to the only user, here.
3450
372b7a95
EZ
34512010-04-21 Eli Zaretskii <eliz@gnu.org>
3452
3453 * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
3454 use buffer-local values of paragraph-start and paragraph-separate.
3455 <paragraph_start_re, paragraph_separate_re>: Rename from
3456 fallback_paragraph_start_re and fallback_paragraph_separate_re.
3457 (Bug#5992)
3458
f904c0f9
JD
34592010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3460
3461 * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
3462 current_tool_bar_style are new.
3463 (store_config_changed_event): Rename from store_font_changed_event.
3464 (XSETTINGS_TOOL_BAR_STYLE): New define.
3465 (SEEN_FONT, SEEN_TB_STYLE): New enum values.
3466 (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
3467 HAVE_XFT.
3468 (something_changedCB): store_font_changed_event is now
c4cc8b9a 3469 store_config_changed_event.
f904c0f9
JD
3470 (parse_settings): Rename from parse_xft_settings. Read
3471 non-xft xsettings outside #ifdef HAVE_XFT.
3472 (read_settings): Renamed from read_xft_settings.
3473 (apply_xft_settings): Take current settings as parameter. Do not
3474 call read_(xft)_settings.
3475 (read_and_apply_settings): New function.
3476 (xft_settings_event): Do non-xft stuff out of HAVE_XFT. Call
3477 read_and_apply_settings if there are settings to be read.
3478 (init_xsettings): Renamed from init_xfd_settings.
3479 Call read_and_apply_settings unconditionally.
3480 (xsettings_initialize): Call init_xsettings.
3481 (Ftool_bar_get_system_style): New function.
3482 (syms_of_xsettings): Define Qmonospace_font_name and
3483 Qtool_bar_style. Initialize current_tool_bar_style to nil.
f9dddf52 3484 defsubr Stool_bar_get_system_style. Fprovide on
f904c0f9 3485 dynamic-setting.
31a01b90 3486 Move misplaced HAVE_GCONF
f904c0f9
JD
3487
3488 * xsettings.h (Ftool_bar_get_system_style): Declare.
3489
3490 * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
3491 Qtext, Qboth, Qboth_horiz are new.
3492 (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
3493 Vtool_bar_style, tool_bar_max_label_size.
3494
3495 * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
3496
3497 * keyboard.c: QClabel is new.
3498 (parse_tool_bar_item): Take out QClabel from tool bar items.
3499 Try to construct a label if ther is no QClabel.
3500 (syms_of_keyboard): Intern :label as QClabel.
3501
3502 * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
3503 (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
3504 New.
3505
3506 * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
3507 dynamic-setting.el.
3508
3509 * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
3510 (xg_make_tool_item, xg_show_toolbar_item): New function.
3511 (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
3512 Call xg_make_tool_item to make a tool bar item.
3513 Call xg_show_toolbar_item. Use wtoolbar instead of x->toolbar_widget.
3514
3515 * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
3516 into account for toolbars.
3517
c632dfda
JD
35182010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3519
3520 * data.c (make_blv): Declarations before code (Bug#5993).
3521
10efe302
GM
35222010-04-21 Glenn Morris <rgm@gnu.org>
3523
3524 * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
3525 Define using autoconf, not cpp.
3526 (LIBXSM): New variable, set by autoconf.
3527 (LIBXT): Use $LIBXSM.
3528
4285ac5a
DN
35292010-04-21 Dan Nicolaescu <local_user@dannlt>
3530
3ec759e7
DN
3531 Remove NOMULTIPLEJOBS, unused.
3532 * s/template.h (NOMULTIPLEJOBS):
3533 * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
3534
4285ac5a
DN
3535 Simplify LD_SWITCH_SYSTEM_TEMACS usage.
3536 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
3537 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
3538 detects -znocombreloc and passes it to the linker
3539 * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
3540
2807228d
GM
35412010-04-21 Glenn Morris <rgm@gnu.org>
3542
3543 * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
3544
574c05e2
KK
35452010-04-21 Karel Klíč <kklic@redhat.com>
3546
3547 * Makefile.in (LIBSELINUX_LIBS): New.
3548 (LIBES): Add $LIBSELINUX_LIBS.
3549 * eval.c, lisp.h (call7): New function.
3550 * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
3551 (Ffile_selinux_context, Fset_file_selinux_context):
3552 New functions.
3553 (Fcopy_file): New parameter preserve-selinux-context.
3554 (Frename_file): Preserve selinux context when renaming by copy-file.
3555
91eac4bb 35562010-04-21 Juanma Barranquero <lekktu@gmail.com>
acd0102a 3557 Eli Zaretskii <eliz@gnu.org>
91eac4bb 3558
50426a04
JB
3559 Don't depend on cm.c or termcap.c on Windows, use stubs.
3560 * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
3561 ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
3562 * w32console.c (current_tty, cost): New vars; lifted from cm.c.
3563 (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
3564 (sys_tputs, sys_tgetstr): New stubs.
3565 * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
3566 (tputs, tgetstr): New; define to sys_*.
91eac4bb 3567
938efb77
JB
35682010-04-20 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
3571
b4bf28b7
SM
35722010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3573
8b1e1112
SM
3574 * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
3575 Just signal a warning rather than an error when inside a let.
3576 (Fmake_variable_frame_local): Add the same test.
3577
933ac235
SM
3578 * font.c (syms_of_font): Make the style table vars read-only.
3579
b4bf28b7
SM
3580 * buffer.h (struct buffer): Remove unused var `direction_reversed'.
3581 * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
3582
3583 * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
3584
93d68d0c
EZ
35852010-04-20 Eli Zaretskii <eliz@gnu.org>
3586
3587 Fix R2L paragraph display on TTY.
3588
3589 * xdisp.c (unproduce_glyphs): New function.
3590 (display_line): Use it when produced glyphs are discarded from R2L
3591 glyph rows.
3592 (append_composite_glyph): In R2L rows, prepend the glyph rather
3593 than appending it.
3594
3595 * term.c (append_composite_glyph): In R2L rows, prepend the glyph
3596 rather than append it. Set up the resolved_level and bidi_type
3597 attributes of the appended glyph.
283ccc18
EZ
3598 (produce_special_glyphs): Mirror the backslash continuation
3599 character in R2L lines.
93d68d0c 3600
283ccc18 3601 Implement display of R2L paragraphs in GUI sessions.
26cdf528 3602
283ccc18
EZ
3603 * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
3604 append_stretch_glyph.
3605 (set_cursor_from_row) <cursor_x>: Remove unused variable. Fix
3606 off-by-one error in computing x at end of text in the row.
3607 (append_stretch_glyph): In reversed row, prepend the glyph rather
3608 than append it. Set resolved_level and bidi_type of the glyph.
3609 (extend_face_to_end_of_line): If the row is reversed, prepend a
3610 stretch glyph whose width is such that the rightmost glyph will be
3611 drawn at the right margin of the window. Fix off-by-one error on
3612 TTY frames in testing whether a line needs face extension. Fix
3613 face extension at ZV. If this is the last glyph row, use
3614 DEFAULT_FACE_ID, to avoid painting the rest of the window with the
3615 region face.
3616 (set_cursor_from_row, display_line): Use
26cdf528
EZ
3617 MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
3618 row->continuation_lines_width.
283ccc18
EZ
3619 (next_element_from_buffer): Don't call bidi_paragraph_init if we
3620 are at ZV. Fixes a crash when reseated to ZV by
3621 try_window_reusing_current_matrix.
45903529
EZ
3622 (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
3623 which happens with R2L glyph rows. Fixes a crash when inserting a
3624 character at end of an R2L line.
283ccc18
EZ
3625 (set_cursor_from_row): Don't be fooled by truncated rows: don't
3626 treat them as having zero-width characters. Improve comments.
3627 Don't reverse pos_before and pos_after for reversed glyph rows.
3628 Set cursor.x to negative value when the cursor might be on the
3629 left fringe.
3630 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
3631 left fringe, not the right one.
f951a506
EZ
3632 (notice_overwritten_cursor, draw_phys_cursor_glyph)
3633 (erase_phys_cursor): For reversed cursor_row, support cursor on
3634 the left fringe.
3635
283ccc18
EZ
3636 * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
3637 of continuation indicators on the fringes.
3638 (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
3639 left fringe.
3640
f951a506
EZ
3641 * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
3642 draw cursor on the left fringe.
3643
3644 * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
3645 cursor on the left fringe.
3646
f951a506
EZ
3647 * dispnew.c (update_text_area): Handle reversed desired rows when
3648 the cursor is on the left fringe.
3649 (set_window_cursor_after_update): Limit cursor's hpos by -1 from
3650 below, not by 0, for when the cursor is on the left fringe.
3651
3bb49aaf
JD
36522010-04-20 Jan Djärv <jan.h.d@swipnet.se>
3653
3654 * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
3655 widget is a scrollbar.
3656
c0be27fd
KH
36572010-04-20 Kenichi Handa <handa@m17n.org>
3658
3659 * charset.c (char_charset): Consider Vcharset_non_preferred_head
3660 only when the arg CHARSET_LIST is nil.
3661
ce5b453a
SM
36622010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 Make variable forwarding explicit rather the using special values.
3665 Basically, this makes the structure of buffer-local values and object
3666 forwarding explicit in the type of Lisp_Symbols rather than use
3667 special Lisp_Objects for that. This tends to lead to slightly more
3668 verbose code, but is more C-like, simpler, and makes it easier to make
3669 sure we handled all cases, among other things by letting the compiler
3670 help us check it.
3671 * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
3672 Removing forwarding objects.
3673 (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
3674 (struct Lisp_Symbol): Make the various forms of variable-forwarding
3675 explicit rather than hiding them inside Lisp_Object "values".
3676 (XFWDTYPE): New macro.
3677 (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
3678 (XBUFFER_LOCAL_VALUE): Remove.
3679 (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
3680 (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
3681 (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
3682 (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
3683 (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
3684 Remove the Lisp_Misc_* header.
3685 (struct Lisp_Buffer_Local_Value): Redefine.
3686 (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
3687 (struct Lisp_Misc_Any): Add filler to get the right size.
3688 (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
3689 Lisp_Intfwd.
3690 (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
3691 (DEFVAR_KBOARD): Allocate a forwarding object.
3692 * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
3693 (let_shadows_global_binding_p): New function.
3694 (union Lisp_Val_Fwd): New type.
3695 (make_blv): New function.
3696 (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
3697 (store_symval_forwarding, swap_in_global_binding, Fboundp)
3698 (swap_in_symval_forwarding, find_symbol_value, Fset)
3699 (let_shadows_buffer_binding_p, set_internal, default_value)
3700 (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
3701 (Fkill_local_variable, Fmake_variable_frame_local)
3702 (Flocal_variable_p, Flocal_variable_if_set_p)
3703 (Fvariable_binding_locus):
3704 * xdisp.c (select_frame_for_redisplay):
3705 * lread.c (Fintern, Funintern, init_obarray, defvar_int)
3706 (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
3707 * frame.c (store_frame_param):
3708 * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
3709 * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
3710 value structure.
3711 * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
3712 (clone_per_buffer_values): Only adjust markers into the current buffer.
3713 (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
3714 (Fbuffer_local_value, set_buffer_internal_1)
3715 (swap_out_buffer_local_variables):
3716 Adapt to the new symbol value structure.
3717 (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
3718 (defvar_per_buffer): Take a new arg for the fwd object.
3719 (buffer_lisp_local_variables): Return a proper alist (different fix
3720 for bug#4138).
3721 * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
3722 (Fgarbage_collect): Don't handle buffer_defaults specially.
3723 (mark_object): Handle new symbol value structure rather than the old
3724 special Lisp_Misc_* objects.
3725 (gc_sweep) <symbols>: Free also the buffer-local-value objects.
3726 * term.c (set_tty_color_mode):
3727 * bidi.c (bidi_initialize): Don't access the ->value field directly.
3728 * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
3729 a buffer_local_flags.
3730 * print.c (print_object): Get rid of impossible forwarding objects.
3731
fd3998ff
EZ
37322010-04-19 Eli Zaretskii <eliz@gnu.org>
3733
3734 * bidi.c (bidi_get_type, bidi_get_category)
3735 (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
ce5b453a
SM
3736 (bidi_type_of_next_char, bidi_level_of_next_char):
3737 Declare static. Use `INLINE' rather than `inline'.
fd3998ff 3738
e42cd1a7
JB
37392010-04-19 Juanma Barranquero <lekktu@gmail.com>
3740
3741 * dired.c (Ffile_attributes): Fix typo in docstring.
3742
6e104790 37432010-04-19 Adrian Robert <Adrian.B.Robert@gmail.com>
79353a53
AR
3744
3745 * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
3746 NSInteger (Bug#5811).
3747
6e104790 37482010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
658b9b93
YM
3749
3750 * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
3751 (PTY_OPEN): New defines. Use openpty (Bug#726, Bug#5819).
3752
6e104790 37532010-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16009a0e
YM
3754
3755 * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
3756
6e104790
SM
37572010-04-19 Chong Yidong <cyd@stupidchicken.com>
3758
3759 * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
3760 terminal frames (Bug#5837).
3761
37dcfea0
EZ
37622010-04-19 Eli Zaretskii <eliz@gnu.org>
3763
d1da276f
EZ
3764 * .gdbinit (xsubchartable): New command.
3765
37dcfea0
EZ
37662010-04-19 Eli Zaretskii <eliz@gnu.org>
3767
3768 * xdisp.c (display_line): Don't write beyond the last glyph row in
9166b0f3 3769 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
37dcfea0
EZ
3770 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
3771 and
3772 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
3773
e9515805
SM
37742010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * alloc.c (Fpurecopy): Hash-cons if requested.
3777 (syms_of_alloc): Update purify-flag docstring.
3778
22aa44a8
JD
37792010-04-18 Jan Djärv <jan.h.d@swipnet.se>
3780
3781 * gtkutil.c (xg_set_geometry): Set size in geometry string also.
3782 (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
3783
ebb5722e
EZ
37842010-04-17 Eli Zaretskii <eliz@gnu.org>
3785
3786 Fix a crash when an NSM character is inserted at BEGV.
3787
3788 * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
3789 (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
3790 NEUTRAL_B or UNKNOWN_BT.
3791
0f4442ef
EZ
37922010-04-16 Eli Zaretskii <eliz@gnu.org>
3793
3794 * xdisp.c (set_cursor_from_row): Don't consider possibility of
3795 other rows with cursor unless they are different from this row and
3796 this row is part of a continued line. (Bug#5943)
3797
7d4e45f8
DN
37982010-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3799
3800 * s/freebsd.h: Restore osreldate.h include.
3801 Suggested by Naohiro Aota.
3802
5ba5ec85
J
38032010-04-16 Jan Djärv <jan.h.d@swipnet.se>
3804
3805 * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
3806
20af301d
CY
38072010-04-16 Ken Brown <kbrown@cornell.edu> (tiny change)
3808
3809 * s/cygwin.h: Avoid linking against static libgcc.
3810
a4b000fb
JL
38112010-04-15 Juri Linkov <juri@jurta.org>
3812
3813 * window.c: Add Qscroll_command.
3814 Remove Vscroll_preserve_screen_position_commands.
3815 (window_scroll_pixel_based, window_scroll_line_based): Check the
3816 `scroll-command' property on the last command instead of searching
3817 the last command in Vscroll_preserve_screen_position_commands.
3818 (syms_of_window): Initialize and staticpro `Qscroll_command'.
3819 Put Qscroll_command property on Qscroll_up and Qscroll_down.
3820 (scroll-preserve-screen-position): Doc fix.
3821 (Vscroll_preserve_screen_position_commands): Remove variable.
3822
bc319ba4
DN
38232010-04-15 Dan Nicolaescu <dann@ics.uci.edu>
3824
6bb24457
DN
3825 * xdisp.c (message): Do not use NO_ARG_ARRAY.
3826
19d4c244
DN
38272010-04-14 Dan Nicolaescu <dann@ics.uci.edu>
3828
3829 Reduce cpp use in Makefile.in.
3830 * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
3831 (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
3832 (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
3833 (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
3834 (CRT0_COMPILE): Remove, inline it in the only user.
3835
32129746
JL
38362010-04-14 Juri Linkov <juri@jurta.org>
3837
3838 * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
3839 `scroll-up-command' and `M-v' from `scroll-down' to
3840 `scroll-down-command'.
3841
9013a7f8
JL
38422010-04-14 Juri Linkov <juri@jurta.org>
3843
3844 * window.c (Vscroll_preserve_screen_position_commands): New variable
3845 with the default value as the list of Qscroll_down and Qscroll_up.
3846 (window_scroll_pixel_based, window_scroll_line_based): Search the
3847 last command in the list Vscroll_preserve_screen_position_commands
3848 instead of comparing with Qscroll_up and Qscroll_down.
3849
4bef8d26
JD
38502010-04-13 Jan Djärv <jan.h.d@swipnet.se>
3851
92848133
JD
3852 * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
3853 (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
3854 does that.
3855
4bef8d26
JD
3856 * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
3857 to zero.
3858
58b963f7
SM
38592010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3860
84164a0d
SM
3861 * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
3862
2b0a91e7
SM
3863 Try to solve the problem of spurious EOF chars in long lines of text
3864 sent to interactive subprocesses.
3865 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
3866 (system_process_attributes): Remove unused var `ttotal'.
3867 * process.c (send_process): Don't bother breaking long line with EOF
3868 chars when talking to ttys any more.
3869 (wait_reading_process_output): Output a warning when called in such
3870 a way that it could block without being interruptible.
3871
58b963f7
SM
3872 Try to detect file modification within the same second.
3873 * buffer.h (struct buffer): New field modtime_size.
3874 * buffer.c (reset_buffer): Initialize it.
3875 * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
3876 (Fverify_visited_file_modtime): Check it.
3877 (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
3878 (Fset_visited_file_modtime): Set (or clear) it.
3879
01f5787b
SM
38802010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * process.c (status_notify): Remove unused var `ro'.
3883
83725342
JD
38842010-04-12 Jan Djärv <jan.h.d@swipnet.se>
3885
3886 * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
3887 more than one visual (Bug#5938).
3888
b9465836
DN
38892010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3890
50426a04
JB
3891 * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
3892 Undefine.
b9465836 3893
8d9c8ece
DN
38942010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3895
b1f52161
DN
3896 Remove C_SWITCH_SYSTEM_TEMACS.
3897 * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
3898 (malloc, realloc, free): Use emacs, not temacs for conditional
3899 definition.
3900
3901 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
3902 (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
3903
8d9c8ece
DN
3904 Use autoconf, not cpp for some variables.
3905 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
3906 (C_SWITCH_X_SITE): Define using autoconf, not cpp.
3907 (ALL_CFLAGS): Use them as make variables.
3908 (really-lwlib, really-oldXMenu): Do not pass them.
3909
1ecb2d3f
JD
39102010-04-11 Jan Djärv <jan.h.d@swipnet.se>
3911
3912 * xmenu.c (apply_systemfont_to_dialog): New.
3913 (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
3914
3a4fa2f2
SM
39152010-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3916
97e53006
SM
3917 * process.c (exec_sentinel): Preserve current-buffer.
3918
3a4fa2f2
SM
3919 * process.c (read_process_output): Move the save-current-buffer to
3920 apply to both the filter and the non-filter branches.
3921
88df7221
DN
39222010-04-10 Dan Nicolaescu <dann@ics.uci.edu>
3923
3924 * s/msdos.h (UNEXEC): New definition.
3925
5634ff85
YM
39262010-04-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3927
6eff5c3d
YM
3928 * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
3929 (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
3930
3931 * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
3932 Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
3933 set in FLAGS. Callers with non-zero CHECK_MARGINS changed to use
3934 TRY_WINDOW_CHECK_MARGINS.
3935
3936 * xfns.c (Fx_show_tip): Undo last change. Call try_window with
5b253e9c
YM
3937 TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423). Subtract last glyph's
3938 width only when it is for padding.
5634ff85 3939
b13aef54
J
39402010-04-09 Jan Djärv <jan.h.d@swipnet.se>
3941
3942 * xfns.c (Fx_show_tip): Call try_window in a loop until
3943 fonts_changed_p is zero (Bug#2423).
3944
21d28484
EZ
39452010-04-08 Eli Zaretskii <eliz@gnu.org>
3946
3947 * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
3948 the end of TEXT_AREA. (Bug#5856)
3949
0269ef77
JD
39502010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3951
3952 * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
3953 HAVE_GCONF.
3954
5930fe97
EZ
39552010-04-08 Eli Zaretskii <eliz@gnu.org>
3956
3957 * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
3958 prev.orig_type, for resolving type of NSM. (Bug#5858)
3959
99852628
JD
39602010-04-08 Jan Djärv <jan.h.d@swipnet.se>
3961
3962 * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
3963 (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
3964 in current_font.
3965 (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
50426a04
JB
3966 (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
3967 New functions.
3968 (syms_of_xsettings): Initialize current_font.
3969 defsubr Sfont_get_system_normal_font.
99852628 3970
686b968e
JB
3971 * xsettings.h (Ffont_get_system_normal_font)
3972 (xsettings_get_system_normal_font): Declare.
99852628
JD
3973
3974 * xfns.c (extern xlwmenu_default_font): Remove.
3975 (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
3976 to xlwmenu.c.
3977
3978 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
3979 menu items in UTF-8.
3980
3981 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
3982 (apply_systemfont_to_menu): New function.
3983 (set_frame_menubar, create_and_show_popup_menu): Call
3984 apply_systemfont_to_menu.
3985
7fc874c4
J
39862010-04-07 Jan Djärv <jan.h.d@swipnet.se>
3987
3988 * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
3989 FRAME_LINE_TO_PIXEL_Y.
3990
3991 * xterm.c (x_set_window_size_1): Don't add border_width/height to
3992 pixelwidth/height.
3993
863bf481
DN
39942010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
3995
5e5a3b92
DN
3996 Simplify code for HP machines.
3997 * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
3998 for GNU_LINUX, not needed.
3999 (UNEXEC, NEED_BSDTTY): Move definitions...
4000 * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
4001
863bf481
DN
4002 * m/iris4d.h (UNEXEC): Move definition ...
4003 * s/irix6-5.h (UNEXEC): ... here.
4004
3e6bec3b
JD
40052010-04-04 Jan Djärv <jan.h.d@swipnet.se>
4006
4007 * xfns.c (set_machine_and_pid_properties): New function.
4008 (Fx_create_frame): Call set_machine_and_pid_properties.
4009
2912322b
SM
40102010-04-03 Eli Zaretskii <eliz@gnu.org>
4011
1502b819
EZ
4012 * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
4013 bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
4014 BIDI_EOB. Fixes infloop with vertical cursor motion at ZV.
4015
2912322b
SM
4016 * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
4017 in this function. (Bug#5703)
4018
40192010-04-03 Chong Yidong <cyd@stupidchicken.com>
4020
4021 * nsterm.h: Fix last change.
4022
c435b432
DN
40232010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
4024
a568f507
DN
4025 * m/intel386.h (NO_REMAP): Move definition ...
4026 * s/msdos.h (NO_REMAP): ... here.
4027
4cd9f6c2
DN
4028 * m/vax.h (CRT0_DUMMIES): Remove, unused.
4029
c435b432
DN
4030 * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
4031 used on those platforms.
4032
42a2c622
DN
40332010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4034
4035 Remove extern errno declarations.
4036 * xterm.c:
4037 * xrdb.c:
4038 * w32term.c:
4039 * unexec.c:
4040 * unexaix.c:
4041 * sysdep.c:
4042 * process.c:
4043 * lread.c:
4044 * keyboard.c:
4045 * floatfns.c:
4046 * filelock.c:
4047 * fileio.c:
4048 * emacs.c (main):
4049 * ecrt0.c:
4050 * dispnew.c:
4051 * callproc.c:
4052 * buffer.c: Remove errno extern declarations.
4053 * s/netbsd.h (NEED_ERRNO): Remove.
4054
8224f93d
DN
40552010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4056
4057 Remove all uses of LIBX11_SYSTEM.
4058 * Makefile.in (LIBX11_SYSTEM): Remove.
4059 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
4060 instead.
4061
814062c7
EZ
40622010-04-01 Eli Zaretskii <eliz@gnu.org>
4063
ed68db4d
EZ
4064 Remove support for DJGPP v1.x (bug#5813).
4065
4066 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8224f93d
DN
4067 * s/msdos.h:
4068 * unexec.c (make_hdr, copy_text_and_data):
4069 * sysdep.c (wait_for_termination, sys_subshell):
ed68db4d 4070 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
52f4d8d5
EZ
4071 (IT_set_terminal_modes, __write, _rename, gethostname)
4072 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
4073 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
4074 the value of __DJGPP__.
ed68db4d
EZ
4075 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
4076 compatibility code.
8224f93d
DN
4077 * lread.c:
4078 * gmalloc.c (memalign):
4079 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
4080 * emacs.c (main):
4081 * dosfns.c (init_dosfns):
ed68db4d
EZ
4082 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
4083
52f4d8d5
EZ
40842010-04-01 Eli Zaretskii <eliz@gnu.org>
4085
814062c7
EZ
4086 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
4087 string with `cursor' property comes from an `after-string'
4088 overlay. (Bug#5816)
4089
0dc2e11d
GM
40902010-04-01 Glenn Morris <rgm@gnu.org>
4091
4092 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
4093 Define as Makefile variables.
4094 (LIBX): Use above variables rather than directly using autoconf.
4095
1d29df59
DN
40962010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
4097
4098 Clean up BSD_SYSTEM use.
4099 * xterm.c:
4100 * process.c:
4101 * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
4102 for including <sys/ioctl.h>.
4103 * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
4104 code is only used for MSDOS.
4105
1546c559
JL
41062010-03-31 Juri Linkov <juri@jurta.org>
4107
4108 * image.c: Add `Qextension_data'.
4109 (syms_of_image): Initialize and staticpro `Qextension_data'.
4110 (Fimage_metadata): Rename from `Fimage_extension_data'.
4111 (gif_load): Put GIF extension data to the property
4112 `Qextension_data'.
4113
6521c534
CY
41142010-03-31 Chong Yidong <cyd@stupidchicken.com>
4115
4116 * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
4117 * nsterm.h: Fix prototype.
4118
52c30783
EZ
41192010-03-31 Eli Zaretskii <eliz@gnu.org>
4120
4121 * xdisp.c (highlight_trailing_whitespace): Support highlight of
4122 trailing whitespace in right-to-left rows.
4123
855a0da7
SM
41242010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 Get rid of the direct_output optimizations.
4127 * keyboard.c (nonundocount): Remove extern declaration.
4128 (command_loop_1): Remove brittle optimisation for cheap and
4129 common operations.
4130 * xdisp.c (redisplay_internal): Don't bother checking
4131 redisplay_performed_directly_p any more.
4132 * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
4133 any more.
4134 * dispnew.c (redisplay_performed_directly_p)
4135 (direct_output_for_insert, direct_output_forward_char):
4136 * dispextern.h (redisplay_performed_directly_p)
4137 (direct_output_for_insert, direct_output_forward_char): Remove.
4138 * cmds.c (nonundocount): Make it static.
4139
85738751 41402010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change)
a6d676d9
CY
4141
4142 * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
4143
85738751 41442010-03-31 Jan Djärv <jan.h.d@swipnet.se>
67fee863
JD
4145
4146 * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
4147 invisible (Bug#5766).
4148
85738751 41492010-03-31 Adrian Robert <adrian.b.robert@gmail.com>
9ae6e189 4150
855a0da7
SM
4151 * xdisp.c (x_consider_frame_title, update_window_cursor):
4152 Remove HAVE_NS conditionals.
194d44e7 4153 (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
9ae6e189
CY
4154
4155 * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
4156 filename for the title.
4157 (ns_set_doc_edited): Do nothing if the selected window is a
4158 minibuffer window.
4159
4160 * nsterm.h: Add prototypes for ns_set_name_as_filename and
4161 ns_set_doc_edited.
4162
4163 * nsterm.m: Remove unneeded prototype.
4164
85738751 41652010-03-31 Glenn Morris <rgm@gnu.org>
25c72475
GM
4166
4167 * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
4168 in the DOC file. (Bug#5336)
4169
85738751 41702010-03-31 Chong Yidong <cyd@stupidchicken.com>
f79a01db
CY
4171
4172 * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
4173
75d1428c
SM
41742010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * window.c (keys_of_window): Remove redundant/overridden bindings.
4177
82043cfb
EZ
41782010-03-30 Eli Zaretskii <eliz@gnu.org>
4179
4180 * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
4181 Restore original behavior when the iterator is not bidi_p.
4182
b5dd0ae7
DN
41832010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4184
4185 * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
4186
bd924a5d
EZ
41872010-03-30 Eli Zaretskii <eliz@gnu.org>
4188
4189 * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
4190 are outside the range of cached character positions.
4191
3580374b
JB
41922010-03-30 Juanma Barranquero <lekktu@gmail.com>
4193
4194 * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
4195
a7b02820
EZ
41962010-03-30 Eli Zaretskii <eliz@gnu.org>
4197
4198 Initial support for bidirectional editing.
4199
4200 * Makefile.in (obj): Include bidi.o.
4201 (bidi.o): New target.
4202
4203 * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
4204 ($(BLD)/bidi.$(O)): New target.
4205
4206 * bidi.c: New file.
4207
4208 * buffer.h (struct buffer): New members bidi_display_reordering
4209 and bidi_paragraph_direction.
4210
4211 * buffer.c (init_buffer_once): Initialize bidi_display_reordering
4212 and bidi_paragraph_direction.
4213 (syms_of_buffer): Declare Lisp variables bidi-display-reordering
4214 and bidi-paragraph-direction.
4215 (Fbuffer_swap_text): Swap the values of
4216 bidi_display_reordering and bidi_paragraph_direction.
4217
4218 * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
4219 (bidi_type_t, bidi_dir_t): New types.
4220 (bidi_saved_info, bidi_stack, bidi_it): New structures.
4221 (struct it): New members bidi_p, bidi_it, paragraph_embedding,
4222 prev_stop, base_level_stop, and eol_pos.
4223 (bidi_init_it, bidi_get_next_char_visually): New prototypes.
4224 (IT_STACK_SIZE): Enlarge to 5.
4225 (struct glyph_row): New member reversed_p.
4226 <string_buffer_position>: Update prototype.
4227 (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
4228 glyph_row if bidi_it.paragraph_dir == R2L.
4229 (struct glyph): New members resolved_level and bidi_type.
4230
4231 * dispnew.c (direct_output_forward_char): Give up if we need bidi
4232 processing or buffer's direction is right-to-left.
4233 (prepare_desired_row): Preserve the reversed_p flag.
4234 (row_equal_p): Compare the reversed_p attributes as well.
4235
4236 * xdisp.c (init_iterator): Initialize it->bidi_p. Call
4237 bidi_init_it and set it->paragraph_embedding from the current
4238 buffer's value of bidi_paragraph_direction.
4239 (reseat_1): Initialize bidi_it.first_elt.
4240 (set_iterator_to_next, next_element_from_buffer): Use the value of
4241 paragraph_embedding to determine the paragraph direction.
4242 (set_iterator_to_next): Under bidi reordering, call
4243 bidi_get_next_char_visually. Call bidi_paragraph_init if the
4244 new_paragraph flag is set in the bidi iterator.
4245 (next_element_from_buffer): If bidi_it.first_elt is set,
4246 initialize paragraph direction and find the first character to
4247 display in the visual order. If reseated to a middle of a line,
4248 prime the bidi iterator starting at the line's beginning. Handle
4249 the situation where we overstepped stop_charpos due to
4250 non-linearity of the bidi iteration. Likewise for when we back up
4251 beyond the previous stop_charpos. When moving across stop_charpos,
4252 record it in prev_stop.
4253 (display_line): Set row->end and it->start for the next row to the
4254 next character in logical order. Always extend reversed_p rows to
4255 the end of line, even if they end at ZV. Copy the reversed_p flag
4256 to the next glyph row. Keep calling set_cursor_from_row for
4257 bidi-reordered rows even if we already have a possible candidate
4258 for cursor position. Set row_end after all the row's glyphs have
4259 been produced, by looping over the glyphs. Record the position
4260 after EOL in it->eol_pos, and use it to set end_pos of the last
4261 row produced for a continued line.
4262 <Qright_to_left, Qleft_to_right>: New variables.
4263 (syms_of_xdisp): Initialize and staticpro them.
4264 (string_buffer_position_lim): New function.
4265 (string_buffer_position): Most of code moved to
4266 string_buffer_position_lim. Last argument and return value are
4267 now EMACS_INT; all callers changed.
4268 (set_cursor_from_row): Rewritten to support bidirectional text and
4269 reversed glyph rows.
4270 (text_outside_line_unchanged_p, try_window_id): Disable
4271 optimizations if we are reordering bidirectional text and the
4272 paragraph direction can be affected by the change.
4273 (append_glyph, append_composite_glyph)
4274 (produce_image_glyph, append_stretch_glyph): Set the
4275 resolved_level and bidi_type members of each glyph.
4276 (append_glyph): If the glyph row is reversed, prepend the glyph
4277 rather than appending it.
4278 (handle_stop_backwards): New function.
4279 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
4280 (reseat): call handle_stop_backwards to recompute prev_stop and
4281 base_level_stop for the new position.
4282 (handle_invisible_prop): Under bidi iteration, skip invisible text
4283 using bidi_get_next_char_visually. If we are `reseat'ed, init the
4284 paragraph direction. Update IT->prev_stop after skipping
4285 invisible text.
4286 (move_it_in_display_line_to): New variables prev_method
4287 and prev_pos. Compare for strict equality in
4288 BUFFER_POS_REACHED_P.
4289 (try_cursor_movement): Examine all the candidate rows that occlude
4290 point, to return the best match. If rows are bidi-reordered
4291 and point moved backwards, back up to the row that is not a
4292 continuation line, and start looking for a suitable row from
4293 there.
4294
4295 * term.c (append_glyph): Reverse glyphs by pre-pending them,
4296 rather than appending, if the glyph_row's reversed_p flag is set.
4297 Set the resolved_level and bidi_type members of each glyph.
4298
4299 * .gdbinit (pbiditype): New command.
4300 (pgx): Use it to display bidi level and type of the glyph.
4301 (pitx): Display some bidi information about the iterator.
4302 (prowlims, pmtxrows): New commands.
4303
32a8894e
DN
43042010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4305
4306 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
4307 * s/usg5-4.h (LIBS_DEBUG):
4308 * s/irix6-5.h (C_DEBUG_SWITCH):
4309 * s/gnu-linux.h (LIBS_DEBUG):
4310 * s/darwin.h (LIBS_DEBUG):
4311 * s/bsd-common.h (LIBS_DEBUG):
4312 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
4313 * m/iris4d.h (LIBS_DEBUG):
4314 * m/hp800.h (LIBS_DEBUG): Remove definitions.
4315
4316 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
4317 (LIBS_DEBUG): Remove definition.
4318
649dbf36
CY
43192010-03-27 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
4322 Windows.
4323
cad4261f
YM
43242010-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4325
4326 * process.c (Fmake_network_process): Don't call turn_on_atimers around
4327 `connect' (Bug#5723).
4328
cd591dbc
HE
43292010-03-25 Helmut Eller <eller.helmut@gmail.com>
4330
4331 * process.c (Fmake_network_process): Call `select' for interrupted
4332 `connect' rather than creating new socket (Bug#5173).
4333
e867cb5d 43342010-03-24 Jan Djärv <jan.h.d@swipnet.se>
93318cbd
JD
4335
4336 * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
4337
4338 * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
4339
4340 * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
4341
e867cb5d 43422010-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ad13a3ee
YM
4343
4344 * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
4345 XLoadQueryFont.
4346
e867cb5d 43472010-03-24 Kenichi Handa <handa@m17n.org>
fbdc1721
KH
4348
4349 * coding.c (decode_coding_ccl): Fix previous change for the
4350 multibyte case.
fb608df3
KH
4351 (encode_coding_ccl): Don't setup ccl program here. Fix for the
4352 case that the output buffer is fullfilled.
4353 (encode_coding): Setup ccl program here.
fbdc1721 4354
5845f0ed
DN
43552010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
4356
814fb708
DN
4357 * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
4358
5845f0ed
DN
4359 Simplify LIBS_MACHINE definitions.
4360 * m/hp800.h (LIBS_MACHINE): Remove, same as default.
4361 * m/iris4d.h (LIBS_MACHINE): Likewise.
4362 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
4363 * s/aix4-2.h (LIBS_SYSTEM): ... here.
38e3487c 4364 * s/netbsd.h: Remove commented out code.
5845f0ed 4365
b7064064
DN
43662010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
4367
df7734b2
DN
4368 Remove dead code dealing with POSIX_SIGNALS.
4369 * atimer.c (set_alarm): Remove dead code, all USG systems define
4370 POSIX_SIGNALS.
4371 * data.c (arith_error): Likewise.
4372 * keyboard.c (input_available_signal, handle_user_signal)
4373 (interrupt_signal): Likewise.
4374 * process.c (sigchld_handler): Likewise.
4375 (create_process): Remove if 0 code. Remove HPUX conditional when
4376 !defined (POSIX_SIGNALS), it cannot be true.
4377 * syssignal.h: Remove USG5_4 and USG conditionals when
4378 !POSIX_SIGNALS, they cannot be true.
4379
b7064064
DN
4380 * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
4381 NO_SOCK_SIGIO, not used anymore.
4382
55da5ee3
DN
43832010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
4384
0be96e3a
DN
4385 * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
4386 support vax on BSDs.
4387
55da5ee3
DN
4388 * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
4389 * s/aix4-2.h (ORDINARY_LINK): ... here.
4390
c0282183
AS
43912010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4392
82c3d67a
AS
4393 * Makefile.in (abs_builddir): Define.
4394 (bootstrap_exe): Use it.
4395 (VPATH): Use $(srcdir) instead of @srcdir@.
c0282183 4396
3613edce
SM
43972010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * Makefile.in (bootstrap_exe): Use an absolute name.
4400
7f110ddc
DN
44012010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4402
22e87574
DN
4403 Remove support for old GNU/Linux using libc version 5.
4404 * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
4405 * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
4406
05a670e6
DN
4407 Consolidate redundant definitions in s/bsd-common.h.
4408 * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4409 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4410 (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
4411 doing it in all files that include this one.
4412 * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4413 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4414 (LDAV_SYMBOL, KERNEL_FILE): Remove.
4415 * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4416 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4417 (LDAV_SYMBOL, KERNEL_FILE): Remove.
4418 * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
4419 (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
4420 (LDAV_SYMBOL, KERNEL_FILE): Remove.
4421
2968f561
DN
4422 Consolidate redundant definitions.
4423 * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
4424 it's undefined in all files that include this one.
4425 (POSIX_SIGNALS): Define here instead of doing it in all files that
4426 include this one.
4427 * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
4428 (POSIX_SIGNALS): Do not define.
4429 * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
4430 (POSIX_SIGNALS): Do not define.
4431 * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
4432 (POSIX_SIGNALS): Do not define.
4433
15d25dc0
DN
4434 Remove support for old UNIX System V systems.
4435 * s/unixware.h: Add the contents of s/usg-5-4-2.h.
4436 * s/usg-5-4-2.h: Remove.
4437
07e339e4
DN
4438 Remove support for Solaris on PPC and for old versions.
4439 * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
4440 (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
4441 that cancel each other.
4442 * s/sol2-3.h:
4443 * s/sol2-4.h:
4444 * s/sol2-5.h: Remove.
4445 * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
4446 (NO_REMAP): Remove, unused.
4447 (UNEXEC): Move definition ...
4448 * s/aix4-2.h (UNEXEC): ... here.
4449
7f110ddc
DN
4450 * s/openbsd.h: Remove support for non-ELF and for systems that do
4451 not support shared libraries.
4452 * s/netbsd.h:
4453 * s/freebsd.h: Likewise.
4454
605f35cd
DN
44552010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4456
4457 Remove non-working support for lynxos 3.0.
4458 * s/lynxos.h: Remove file.
4459
4460 * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
4461 COFF_BSD_SYMBOLS, nothing defines it anymore.
4462
aed71cf4
DN
44632010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4464
4465 Remove obsolete uses of HAVE_SHM.
4466 * emacs.c (standard_args):
4467 (Fdump_emacs):
4468 (syms_of_emacs): Remove code depending on HAVE_SHM.
4469
4470 * alloc.c: Remove HAVE_SHM dependent definition.
4471
4472 * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
4473
aded53ff
GM
44742010-03-18 Glenn Morris <rgm@gnu.org>
4475
17284745
GM
4476 * emacs.c (USAGE4): Hard-code bug address.
4477 (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
4478 (bug_reporting_address): Remove.
4479 (main): Don't call bug_reporting_address.
4480
aded53ff
GM
4481 * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
4482 (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
4483
303500aa
CY
44842010-03-15 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * xfns.c (Fx_create_frame):
4487 * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
4488 on left.
4489
cef3058f
CY
44902010-03-13 Andreas Politz <politza@fh-trier.de> (tiny change)
4491
4492 * editfns.c (Fformat): Account for string precision when computing
4493 field width (Bug#5710).
4494
a647d59d
CY
44952010-03-12 Chong Yidong <cyd@stupidchicken.com>
4496
4fa42018
CY
4497 * xfns.c (Fx_create_frame): Set default to Qright.
4498
a647d59d
CY
4499 * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
4500 all window systems.
4501
6da23aaa
EZ
45022010-03-12 Eli Zaretskii <eliz@gnu.org>
4503
a96f6398 4504 These changes remove termcap.c from the build on Posix platforms.
83d02def 4505 * Makefile.in (termcapobj): Move termcap.o from here...
6da23aaa
EZ
4506 (MSDOS_OBJ): ...to here.
4507 (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
4508 now identical to when LIBS_TERMCAP is defined.
4509
4510 * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
4511
4512 * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
4513
a96f6398 4514 * config.in: Regenerated. (See top-level ChangeLog.)
6da23aaa 4515
288f9fc0
CY
45162010-03-10 Chong Yidong <cyd@stupidchicken.com>
4517
4518 * Branch for 23.2.
4519
d48cd3f4
SM
45202010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 Cleanup setup of gl_state in various parts of the code.
4523 * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
4524 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
4525 * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
4526 (skip_chars):
4527 * regex.c (regex_compile): Use it.
4528 (re_compile_pattern): Don't set gl_state.current_syntax_table since
4529 it's now set in regex_compile when/if we need it.
4530
618db430
SM
45312010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4532
c0335e02
SM
4533 Make it possible to C-g in a tight bytecode loop again (bug#5680).
4534 * lisp.h (ELSE_PENDING_SIGNALS): New macro.
4535 (QUIT): Use it to consolidate code and remove redundancy.
4536 * bytecode.c (BYTE_CODE_QUIT): Use it as well.
4537
254c06a8
SM
4538 * regex.c (regex_compile): Setup gl_state as well.
4539
618db430
SM
4540 * syntax.c (skip_chars): Setup gl_state (bug#3823).
4541 (in_classes): Use CONSP before XCAR/XCDR.
4542
233f0c9f
CY
45432010-03-03 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * keymap.c (Fwhere_is_internal): Use Fequal to compare
4546 definitions, so that keyboard macros are correctly handled
4547 (Bug#5481).
4548
75f80e63
EZ
45492010-03-02 Eli Zaretskii <eliz@gnu.org>
4550
4551 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
4552 text that could be relocated inside the call to emacs_mule_char.
4553 (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
4554 (CODING_DECODE_CHAR): Add a comment describing its purpose.
4555
dcfb9bc4
KH
45562010-03-02 Kenichi Handa <handa@m17n.org>
4557
fc9a17bc
KH
4558 * character.c (parse_str_as_multibyte): Fix handling of the
4559 multibyte form of raw-bytes.
4560 (str_as_multibyte): Likewise.
4561
dcfb9bc4
KH
4562 * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
4563 form of raw-bytes.
4564
412c01b6
CY
45652010-02-28 Chong Yidong <cyd@stupidchicken.com>
4566
4567 * charset.c (load_charset_map_from_file)
4568 (load_charset_map_from_vector): Zero out allocated
4569 charset_map_entries before using them.
4570
df7e1ea0
AS
45712010-02-27 Andreas Schwab <schwab@linux-m68k.org>
4572
4573 * w32uniscribe.c (uniscribe_check_otf): Fix length check.
4574
fe69a722
CY
45752010-02-27 Chong Yidong <cyd@stupidchicken.com>
4576
4ed28cf4
CY
4577 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
4578 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
fe69a722 4579
7379cfce
KH
45802010-02-26 Kenichi Handa <handa@m17n.org>
4581
f88cc4d6
KH
4582 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
4583
7379cfce
KH
4584 * xdisp.c (reseat_to_string): Fix previous change.
4585
cf2fdcfb
CY
45862010-02-26 David Reitter <david.reitter@gmail.com>
4587
4588 * nsfont.m (nsfont_draw): ns_antialias_text should be a
4589 Lisp_Object (Bug#4736).
4590
cc6c7c75
KH
45912010-02-25 Kenichi Handa <handa@m17n.org>
4592
4593 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
4594
32e737d7
JD
45952010-02-24 Jan Djärv <jan.h.d@swipnet.se>
4596
4597 * xterm.c (XTflash): Move declarations before statements.
4598
4599 * gtkutil.c (xg_get_gdk_display): Remove (unused).
4600 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
4601 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
4602 (xg_create_tool_bar): Remove unused variables.
4603 (x_wm_set_size_hint): Move declarations before statements.
a73f9c9d 4604 (xg_create_frame_widgets): Remove variable grav.
32e737d7 4605
676cae9f
CY
46062010-02-21 Chong Yidong <cyd@stupidchicken.com>
4607
4608 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
4609
886cc2b8
SM
46102010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * term.c (fatal): Add a final \n if needed (bug#5596).
4613
ddb2d8e2
CY
46142010-02-18 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
4617
2a4f8d3d
GM
46182010-02-18 Glenn Morris <rgm@gnu.org>
4619
4620 * callint.c (Finteractive): Doc fix.
4621
ebaf11b6
KH
46222010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4623
886cc2b8
SM
4624 * coding.c (record_conversion_result):
4625 Handle CODING_RESULT_INSUFFICIENT_DST.
ebaf11b6
KH
4626 (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
4627 memory allocation error.
4628
d0396581
KH
46292010-02-17 Kenichi Handa <handa@m17n.org>
4630
886cc2b8
SM
4631 * coding.c (decode_coding_ccl): Don't setup ccl program here.
4632 Fix for the case that the output buffer is fullfilled.
d0396581
KH
4633 (decode_coding): Setup ccl program here. Keep looping when the
4634 decoder stopped because the output buffer is
4635 fullfilled (bug#5534).
4636
4637 * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
4638
98599f74
JD
46392010-02-13 Jan Djärv <jan.h.d@swipnet.se>
4640
471e4f04 4641 * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
98599f74 4642 bug #5571.
886cc2b8 4643 (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
471e4f04 4644 overdrawn.
98599f74 4645
182659ae
JD
46462010-02-10 Jan Djärv <jan.h.d@swipnet.se>
4647
4648 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
4649 doing_interact here.
4650 (ice_connection_closed): New function.
4651 (x_session_check_input, smc_die_CB, ice_io_error_handler)
4652 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
4653 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
4654 returns I/O error.
4655 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
4656 bug #5512.
4657
9be32c4e 46582010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
14a225f9
CY
4659
4660 * nsfont.m (nsfont_open): The system's value for the font descent
4661 is negative, so round it down to avoid clipping.
4662
a2f3eb19
CY
46632010-02-06 Chong Yidong <cyd@stupidchicken.com>
4664
4665 * charset.c (load_charset_map_from_file)
4666 (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
953d248c 4667 instead of xmalloc (Bug#5526). Suggested by Vivek Dasmohapatra.
a2f3eb19 4668
3088147c
CY
46692010-02-05 Chong Yidong <cyd@stupidchicken.com>
4670
4671 * charset.c (load_charset_map_from_file): Allocate large
4672 charset_map_entries structure on the heap rather than the stack.
4673 (Bug#5526).
4674
b57d9029
KH
46752010-01-31 Kenichi Handa <handa@m17n.org>
4676
4677 * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
115e4fd3 4678 size in NAME is invalid, return -1 (Bug#5396).
b57d9029 4679
c67d885b
CY
46802010-01-31 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * nsterm.m (ns_defined_color): Block input. Suggested by Mike
4683 <deactivated@gmail.com> (Bug#3605).
4684
8fab2362
CY
46852010-01-31 David De La Harpe Golden <david@harpegolden.net>
4686
4687 * fileio.c (Frename_file): Correctly rename symlinks to
4688 directories (Bug#5496).
4689
cb2a62f2
CY
46902010-01-31 Filipe Cabecinhas <filcab@gmail.com> (tiny change)
4691
4692 * nsterm.m (ns_ring_bell): Handle visible bell like X.
4693
944c7a26
AS
46942010-01-30 Andreas Schwab <schwab@linux-m68k.org>
4695
4696 * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
4697
c024ac08
CY
46982010-01-29 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * frame.c (DEFAULT_ROWS): Change default to 35.
4701
4702 * xfns.c (x_default_font_parameter): Change default XFT font to
4703 monospace-10 (Bug#3643).
4704
af93af83
EZ
47052010-01-29 Eli Zaretskii <eliz@gnu.org>
4706
4707 * w32inevt.c (key_event): Remove unnecessary comparison of
4708 event->uChar.AsciiChar with 128.
4709
ca0eb708
CY
47102010-01-28 Chong Yidong <cyd@stupidchicken.com>
4711
b242dbfc
CY
4712 * fileio.c (Frename_file): Fix last change (Bug#5487).
4713
ca0eb708
CY
4714 * m/mips.h: Remove DATA_START. Suggested by Dan Nicolaescu.
4715
4716 * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
4717
45d45af5
JD
47182010-01-28 Jan Djärv <jan.h.d@swipnet.se>
4719
4720 * xfns.c (Fx_create_frame): Remove window size matching code from
4721 2010-01-15.
a73f9c9d 4722 (x_get_current_desktop, x_get_desktop_workarea): Remove.
45d45af5 4723
7e233730
JR
47242010-01-27 Jason Rumney <jasonr@gnu.org>
4725
4726 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
a292592c 4727 (key_event): Use unicode for characters 128 and higher (Bug#4567).
7e233730 4728
86e893e3
KH
47292010-01-27 Kenichi Handa <handa@m17n.org>
4730
4731 * regex.c (analyse_first): Fix setting of fastmap for unibyte
c8b96b2a 4732 pattern string (Bug#4209).
86e893e3 4733
8719abec
CY
47342010-01-27 David De La Harpe Golden <david@harpegolden.net>
4735
4736 * fileio.c (Frename_file): Call copy-directory and
4737 delete-directory for directories, in order to handle cross-device
4738 renaming (Bug#3353).
4739
844794c8
JD
47402010-01-25 Jan Djärv <jan.h.d@swipnet.se>
4741
aa3e13b5 4742 * xfns.c (Fx_create_frame): If frame height is too big, try
ac146f82 4743 sizes 24 and 10. Bug #3643.
844794c8 4744
bd4b5750
SM
47452010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4746
8dc1adf6 4747 Try and fix bug#788, hopefully for real this time.
bd4b5750
SM
4748 * keymap.c (shadow_lookup): Add `remap' arg.
4749 (describe_map, describe_vector): Update calls to shadow_lookup.
4750 (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
4751 `remapped' so this flag is applicable to `sequence'. Be careful to
8dc1adf6
SM
4752 perform remapping during shadow_lookup check of remapped_sequences.
4753
285d07e2
CY
47542010-01-24 Eric Bélanger <snowmaniscool@gmail.com> (tiny change)
4755
4756 * image.c (png_load): Use png_sig_cmp instead of the obsolete
4757 png_check_sig, which has been removed in libpng 1.4.
4758
c6d09b8d
CY
47592010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4760
4761 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
4762 lacks this header file).
4763
3d782998
YM
47642010-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4765
4766 * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
4767 as in Emacs 22.
4768
2aff7c53
YM
47692010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4770
4771 * lisp.h (make_pure_string): String pointer arg now points to const.
4772
4773 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
4774 args now point to const.
4775
74327f7a
EZ
47762010-01-22 Eli Zaretskii <eliz@gnu.org>
4777
4778 * lread.c (Fload): Don't treat files without .elc extension as
4779 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
4780 them. (bug#5303)
4781
4d1e6632
KH
47822010-01-20 Kenichi Handa <handa@m17n.org>
4783
4784 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
4785 treat the source as actual byte sequence.
4786
1fdede8f
AM
47872010-01-19 Alan Mackenzie <acm@muc.de>
4788
4789 Fix spurious before-change-functions invocation from (insert ?\n).
194d44e7 4790 * textprop.c (set_text_properties): Rename parameter
1fdede8f
AM
4791 `signal_after_change_p' to `coherent_change_p', and make the
4792 invocation of `modify_region' conditional on it.
4793
67477f30
JD
47942010-01-19 Jan Djärv <jan.h.d@swipnet.se>
4795
4796 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
4797 for debug purpose.
4798 (syms_of_xsettings): Declare xft-settings.
4799
244b023e
CY
48002010-01-18 Chong Yidong <cyd@stupidchicken.com>
4801
4802 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
4803
617364fe
CY
48042010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * xterm.c (event_handler_gdk): Block input (Bug#5037).
4807
4fe22cdf
CY
48082010-01-16 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * emacs.c (standard_args): Adjust arg priorities to reflect how
4811 they are processed in startup.el.
4812
e118d2be
AS
48132010-01-16 Andreas Schwab <schwab@linux-m68k.org>
4814
4815 * Makefile.in (lisp, shortlisp): Update.
4816
523ae620
SM
48172010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
4820 code, link the new kboard into all_kboard before running Lisp code,
4821 and protect the new terminal with GCPRO (Bug#5365).
4822 (x_term_init): Remove unused var `atom'.
4823 (x_delete_display, x_delete_terminal): Remove unused var `i'.
4824
f0d13888
JD
48252010-01-15 Jan Djärv <jan.h.d@swipnet.se>
4826
4827 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
4828 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
4829 to find out usable size of the desktop. Don't make frames larger than
ac146f82 4830 this. Bug #3643.
f0d13888 4831
cc320f07
KH
48322010-01-15 Kenichi Handa <handa@m17n.org>
4833
4834 * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
4835
7ffdf101
CY
48362010-01-15 Chong Yidong <cyd@stupidchicken.com>
4837
4838 * nsterm.m (Qnone): Define.
4839
4840 * nsfns.m (Qnone): Move definition to nsterm.m.
4841
d12bd917
KH
48422010-01-14 Kenichi Handa <handa@m17n.org>
4843
4844 * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
4845 systems.
4846
d9a7c140
KH
48472010-01-14 Kenichi Handa <handa@m17n.org>
4848
4849 Make auto-composition work on all buffers even if they are
4850 fundamental mode.
4851
4852 * composite.c (Vauto_composition_mode): New variable.
4853 (composition_compute_stop_pos): Check Vauto_composition_mode
4854 instead of Vauto_composition_function.
4855 (composition_adjust_point, Ffind_composition_internal): Likewise.
4856 (syms_of_composite): Declare Lisp variable
4857 "auto-composition-mode" here.
4858
63286bb2
CY
48592010-01-13 Chong Yidong <cyd@stupidchicken.com>
4860
4861 * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
4862 during call to vendor-specific-keysyms (Bug#5365).
4863
c2623ee7
YM
48642010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4865
4866 * keyboard.c (input_available_signal) [SYNC_INPUT]:
4867 Call SIGNAL_THREAD_CHECK (Bug#5333).
4868
4869 * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
4870 Call SIGNAL_THREAD_CHECK.
4871
0b5397c2
SM
48722010-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 Try to fix bug#5314. This is probably not the final word, tho.
4875 * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
4876 recent-auto-save-p as a side-effect.
4877 * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
4878 * buffer.c (Fkill_buffer, reset_buffer):
4879 * editfns.c (Fsubst_char_in_region):
4880 * fileio.c (Finsert_file_contents, Fdo_auto_save)
4881 (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
4882
dc954cb2
KH
48832010-01-13 Kenichi Handa <handa@m17n.org>
4884
4885 Display buffer name, etc. in mode line by composing correctly.
4886
4887 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
4888 STRING is not nil.
0b5397c2 4889 (display_mode_element): Adjust for the change of
dc954cb2
KH
4890 decode_mode_spec and display_line.
4891 (decode_mode_spec): Change arg MULTIBYTE to STRING.
4892 (display_string): Handle the case that STRING is non-null and
4893 LISP_STRING is not nil.
4894
0b5397c2
SM
4895 * xterm.c (x_draw_composite_glyph_string_foreground):
4896 Pay attention to s->face->overstrike.
dc954cb2
KH
4897
4898 * composite.c (composition_reseat_it): Don't check PT if STRING is
4899 non nil.
4900
4a00eaca
YM
49012010-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4902
4903 * keyboard.c (read_char): Don't apply previous change when current
4904 buffer is unchanged by command execution.
4905
60abb287
JD
49062010-01-12 Jan Djärv <jan.h.d@swipnet.se>
4907
4908 * keyboard.c (read_char): Return after executing from special map.
4909
893db5bc
GM
49102010-01-12 Glenn Morris <rgm@gnu.org>
4911
4912 * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
4913 bug-gnu-emacs rather than emacs-pretest-bug.
4914
4d03ece0
CY
49152010-01-11 Chong Yidong <cyd@stupidchicken.com>
4916
4917 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
4918 initializing the Lisp variables that depend on them.
4919
1df47e38
YM
49202010-01-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4921
4922 * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
4923 Clear areas that will not be updated after change of menu bar lines.
4924 Clear the menu bar window's current matrix when the window gets empty.
4925
2f1c6384
CY
49262010-01-09 Chong Yidong <cyd@stupidchicken.com>
4927
e398c61c
CY
4928 * intervals.h, textprop.c (extend_property_ranges): Return value
4929 and args changed. Discard properties that begin at or after the
4930 new end (Bug#5306).
4931
4932 * editfns.c (Fformat): Caller changed.
4933
e5a29a10
CY
4934 * nsterm.m (ns_set_default_prefs): Delete function.
4935 (syms_of_nsterm): Initialize ns_command_modifier,
4936 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
4937 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
4938
2f1c6384
CY
4939 * xdisp.c (pos_visible_p): Check for invisible text at the correct
4940 position (Bug#4040).
4941
d427a9fa
EZ
49422010-01-09 Eli Zaretskii <eliz@gnu.org>
4943
4944 * editfns.c (Ffloat_time): Doc fix.
4945
21b9df2f
JD
49462010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4947
4948 * xfns.c (Fx_create_frame): Don't create frame larger than display
4949 by default bug#3643.
4950
4b00d3b1
YM
49512010-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4952
4953 * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
4954 (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
4955 windows above internal border.
4956
4957 * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
4958 (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
4959 windows above internal border.
4960
4961 * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
4962 tool bar windows specially.
4963
4964 * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
4965
4966 * xterm.c (x_after_update_window_line): Don't treat tool bar windows
4967 specially.
4968 (XTflash): Take account of menu bar height.
4969
4970 * w32term.c (x_after_update_window_line): Don't treat tool bar windows
4971 specially.
4972
5075d853
JD
49732010-01-08 Jan Djärv <jan.h.d@swipnet.se>
4974
ac146f82 4975 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
5075d853
JD
4976 also be true before we can return early (bug #5339).
4977
474217c8
CY
49782010-01-06 David Reitter <david.reitter@gmail.com>
4979
4980 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
4981 (Fns_display_usable_bounds): Rewrite, computing bounds properly
4982 (Bug#3233).
4983
c0e6d47d
JD
49842010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4985
d0cf45b7
JD
4986 * font.c (font_open_entity): Enable chache and call cached_font_ok
4987 for the driver if defined.
4988 (QCuser_spec): New symbol.
4989 (font_spec_from_name): Save name as user-spec.
4990 (font_load_for_lface): Keep user-spec instead of name.
4991 (font_open_by_name): Save name as user-spec.
4992 (syms_of_font): Initialize QCuser_spec.
b7f8e4f5 4993 (font_clear_prop): Clear name if it exists in font (bug#5157).
d0cf45b7
JD
4994
4995 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
4996 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
4997 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
4998
4999 * font.h (struct font_driver): Add cached_font_ok.
5000
c0e6d47d
JD
5001 * xterm.c (x_clear_frame): Queue draw for scroll bars.
5002
7c583cd8
JD
50032010-01-05 Jan Djärv <jan.h.d@swipnet.se>
5004
5005 * xterm.c (x_new_font): Move code for setting rows/cols before
5006 resizing ...
ac146f82 5007 (x_set_window_size): ... to here. Bug #2568.
7c583cd8
JD
5008
5009 * gtkutil.c (xg_clear_under_internal_border): New function.
0b5397c2
SM
5010 (xg_frame_resized, xg_frame_set_char_size):
5011 Call xg_clear_under_internal_border.
7c583cd8 5012 (xg_update_scrollbar_pos): Clear under old scroll bar position.
69e2f185 5013
03f77f0a
CY
50142010-01-05 Chong Yidong <cyd@stupidchicken.com>
5015
5016 * keyboard.c (read_key_sequence): Catch keyboard switch after
5017 making a new tty frame (Bug#5095).
5018
2a1ef5be
KH
50192010-01-05 Kenichi Handa <handa@m17n.org>
5020
5021 * fontset.c (fontset_find_font): Fix getting the frame pointer.
5022
e3eb1dae
SM
50232010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
5026 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
5027 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
5028
777013f2
MA
50292010-01-03 Michael Albinus <michael.albinus@gmx.de>
5030
5031 * dbusbind.c (xd_add_watch): Improve debug message.
5032 (xd_remove_watch): Improve debug message. If DATA is the session
5033 bus, unset D-Bus session environment.
5034 (Fdbus_init_bus): Pass the bus as argument to
5035 dbus_connection_set_watch_functions. (Bug#5283)
7c583cd8 5036
8932b1c2
CY
50372010-01-01 Chong Yidong <cyd@stupidchicken.com>
5038
87231e2c
CY
5039 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
5040
4801c5fa
CY
5041 * lread.c (syms_of_lread): Make it clearer that these are the
5042 names of loaded files (Bug#5068).
5043
8932b1c2
CY
5044 * eval.c (run_hook_with_args): Handle the case where the global
5045 value has the obsolete single-function form (Bug#5026).
5046
11e3c684
CY
50472009-12-27 Chong Yidong <cyd@stupidchicken.com>
5048
5049 * minibuf.c (Fall_completions): Minor optimization.
5050
5b28ce35
EZ
50512009-12-26 Eli Zaretskii <eliz@gnu.org>
5052
5ce6e4f4
JB
5053 * .gdbinit (pgx): Fix display of composite glyphs.
5054 Display cmp.from and cmp.to as well.
5055 (pitx): Fix last change.
5b28ce35 5056
bcffff46
KH
50572009-12-25 Kenichi Handa <handa@m17n.org>
5058
5059 * composite.h (composition_adjust_point): Update prototype.
5060
5061 * composite.c (composition_reseat_it): Don't make a composition
5062 spanning over point.
5063 (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
5064 composable characters.
5065 (composition_adjust_point): New arg NEW_PT. Callers changed.
5066
5067 * keyboard.c (command_loop_1): Force redisplay if the last point
5068 was within a composition.
5069 (adjust_point_for_property): Don't adjust point for automatic
5070 composition when called after buffer modification.
5071
3f670e9a
EZ
50722009-12-19 Eli Zaretskii <eliz@gnu.org>
5073
5ce6e4f4
JB
5074 * .gdbinit (pitx): Don't use enum names, use their values.
5075 Remove reference to non-existing value GET_FROM_COMPOSITION.
be996d82
EZ
5076 (pgx): Don't use enum names, use their values.
5077 (pitmethod): New helper command.
5078 (pitx): Use it to display iteration method.
5079 (pgrowit): New command.
5080
ad903955
EZ
5081 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
5082
3f670e9a
EZ
5083 Update dependencies in Makefile.in.
5084
5085 * Makefile.in (alloc.o): Depend on termhooks.h.
5086 (atimer.o): Depend on blockinput.h.
5087 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
5088 and frame.h.
5089 (callint.o): Depend on systime.h, coding.h, and composite.h.
5090 (callproc.o): Depend on buffer.h.
5091 (casefiddle.o): Don't depend on charset.h.
5092 (casetab.o): Depend on character.h.
5093 (ccl.o): Depend on composite.h.
5094 (chartab.o): Depend on ccl.h.
5095 (cm.o): Depend on dispextern.h.
5096 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
5097 (coding.o): Don't depend on $(INTERVALS_H).
5098 (composite.o): Don't depend on dispextern.h explicitly (it's in
5099 $(INTERVALS_H)). Depend on ccl.h.
5100 (data.o): Depend on systime.h, coding.h, composite.h,
5101 dispextern.h, font.h, and ccl.h.
5102 (dired.o): Depend on composite.h.
5103 (dispnew.o): Depend on coding.h. Don't depend explicitly on
5104 composite.h (it's in $(INTERVALS_H)).
5105 (doc.o): Depend on systime.h, coding.h, and composite.h.
5106 (editfns.o): Don't depend explicitly on dispextern.h.
5107 (emacs.o): Depend on frame.h and coding.h.
5108 (eval.o): Depend on coding.h, composite.h, and xterm.h.
5109 (fileio.o): Depend on frame.h and commands.h. Don't depend
5110 explicitly on dispextern.h.
5111 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
5112 composite.h.
5113 (fns.o): Don't depend on termhooks.h.
5114 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
5115 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
5116 coding.h, $(INTERVALS_H), window.h, xterm.h.
5117 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
5118 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
5119 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
5120 fontset.h, ccl.h, and ftfont.h.
5121 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
5122 (gtkutil.o): Depend on dispextern.h and composite.h.
5123 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
5124 termhooks.h, and ccl.h.
5125 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
5126 (intervals.o): Depend on systime.h and coding.h.
5127 (keyboard.o): Depend on composite.h and coding.h.
5128 (keymap.o): Depend on coding.h and frame.h.
5129 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
5130 (macros.o): Depend on systime.h, coding.h, and composite.h.
5131 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
5132 and atimer.h.
5133 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
5134 dispextern.h explicitly.
0b5397c2
SM
5135 (print.o): Depend on termhooks.h, coding.h, and ccl.h.
5136 Don't depend explicitly on dispextern.h and composite.h.
3f670e9a
EZ
5137 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
5138 (regex.o): Don't depend on charset.h.
5139 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
5140 (search.o): Don't depend explicitly on composite.h.
5141 (sound.o): Depend on atimer.h and systime.h.
5142 (syntax.o): Don't depend explicitly on composite.h.
5143 (sysdep.o): Depend on coding.h and composite.h.
5144 (term.o): Depend on xterm.h and buffer.h.
5145 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
5146 (textprop.o): Don't depend on dispextern.h explicitly.
5147 (undo.o): Depend on dispextern.h.
5148 (window.o): Depend on coding.h and termhooks.h. Don't depend on
5149 dispextern.h and composite.h explicitly.
5150 (xdisp.o): Depend on ccl.h.
5151 (xfaces.o): Depend on coding.h and ccl.h.
5152 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
5153 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
5154 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
5155 ftfont.h.
5156 (xgselect.o): New dependency.
5157 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
5158 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
5159 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
5160 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
5161 (xsmfns.o): Depend on frame.h and dispextern.h.
5162 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
5163 sysselect.h.
5164
7a6f7fea
AS
51652009-12-19 Andreas Schwab <schwab@linux-m68k.org>
5166
5167 * font.c (Fclear_font_cache): Pass correct cache argument to
5168 font_clear_cache.
5169
f4c21026
AS
51702009-12-16 Andreas Schwab <schwab@linux-m68k.org>
5171
5172 * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
5173 twice.
5174
f7ab0997
CY
51752009-12-15 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * xdisp.c (decode_mode_spec): Inhibit garbage collection when
5178 calling file-remote-p. Reported by Jim Meyering.
5179
fa8e045a
MA
51802009-12-15 Michael Albinus <michael.albinus@gmx.de>
5181
5182 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
777013f2 5183 avoid compiler warnings. (Bug #5217)
fa8e045a 5184
a63dba42
KH
51852009-12-14 Kenichi Handa <handa@m17n.org>
5186
5187 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
5188 in 8-bit encoding.
5189
5ce6e4f4 51902009-12-13 Pat Thoyts <patthoyts@users.sourceforge.net> (tiny change)
36acb2a7
JD
5191
5192 * xfns.c (x_create_tip_frame): Set the extended window manager hint for
5193 tooltip windows.
5194
223e5fc6
JD
51952009-12-13 Jan Djärv <jan.h.d@swipnet.se>
5196
36acb2a7
JD
5197 * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
5198 Xatom_net_window_type.
5199
5200 * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
5201 Xatom_net_window_type.
5202
b8f00677
JD
5203 * xterm.c (my_log_handler): New function.
5204 (x_term_init): Set my_log_handler as log handler during gtk_init
5ce6e4f4 5205 so we can filter out buggy messages. (Bug #5120).
b8f00677 5206
e5f0bc9a
JD
5207 * xterm.c (xg_scroll_callback): Parameter list changed,
5208 use parameter GtkScrollType to determine scroll/line/page.
5209 Only allow dragging if a button < 4 is grabbed (bug #5177).
5210 (xg_end_scroll_callback): New function.
5211 (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
5212 xg_create_scroll_bar.
5213
5214 * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
5215 (scroll_end_callback): Remove.
5216 (xg_create_scroll_bar): Add parameter end_callback, bind it to
5217 button-release-event. Replace value-changed event with change-value,
c4cc8b9a 5218 bug #5177.
e5f0bc9a
JD
5219 (xg_event_is_for_scrollbar): Only return true if button is less than 4,
5220 bug #5177.
5221
5222 * gtkutil.h (XG_LAST_SB_DATA): Remove.
5223 (xg_create_scroll_bar): Add GCallback end_callback.
5224
223e5fc6
JD
5225 * xftfont.c (QClcdfilter): New variable.
5226 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
5227 (syms_of_xftfont): Initialize QClcdfilter.
5228
3c055b77
JD
52292009-12-12 Jan Djärv <jan.h.d@swipnet.se>
5230
5231 * xsettings.c (struct xsettings): Add member seen.
5232 (parse_xft_settings): Update member seen with what we have read.
ba68c0b0 5233 Return non-zero if Xft-settings have been parsed, 0 otherwise.
3c055b77
JD
5234 (apply_xft_settings): Only update Xft settings with what member seen
5235 indicates as new.
5236
05fe33ff
EZ
52372009-12-12 Eli Zaretskii <eliz@gnu.org>
5238
c4cc8b9a 5239 * dispextern.h (struct text_pos): Use EMACS_INT.
05fe33ff
EZ
5240 (struct glyph): Use EMACS_INT for charpos.
5241 (struct it): Use EMACS_INT for stop_charpos, end_charpos,
5242 region_beg_charpos, region_end_charpos,
5243 redisplay_end_trigger_charpos, and also for
5244 iterator_stack_entry.end_charpos and
5245 iterator_stack_entry.stop_charpos.
5246
e8d7886a
JD
52472009-12-12 Jan Djärv <jan.h.d@swipnet.se>
5248
5ce6e4f4 5249 * gtkutil.c (scroll_end_callback): New function (bug #5177).
e8d7886a
JD
5250 (xg_create_scroll_bar): Call scroll_end_callback on button release
5251 event (bug #5177).
5252 (xg_event_is_for_scrollbar): != replaced with ==.
5253
d0db2ec8
KH
52542009-12-12 Kenichi Handa <handa@m17n.org>
5255
5256 * ftfont.c (struct ftfont_info): New member matrix.
5257 (ftfont_open): Setup xftfont_info->matrix.
5258 (MFLTFontFT): New member matrix.
5259 (FLOOR, CEIL, ROUND): New macros.
5260 (ftfont_get_metrics): Handle matrix transformation.
5261 (ftfont_shape_by_flt): New arg matrix. Callers changed.
5262
5263 * xftfont.c (struct xftfont_info): New member matrix.
5264 (xftfont_open): Setup xftfont_info->matrix.
5265
52662009-12-10 Kenichi Handa <handa@m17n.org>
5267
5268 * xdisp.c (append_space_for_newline): Consider face-remapping.
5269
2cc7b62f
AS
52702009-12-09 Andreas Schwab <schwab@linux-m68k.org>
5271
b87dd913
AS
5272 * xsettings.c: Include "keyboard.h".
5273
eba5eb94
AS
5274 * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
5275
2cc7b62f
AS
5276 Fix implicit function declarations.
5277 * cmds.c: Include "frame.h".
5278 * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
5279 * frame.h: Move declaration of delete_frame outside of
5280 HAVE_WINDOW_SYSTEM.
5281
a4ef73c8
CY
52822009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5283
5284 * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
5285
5286 * emacs.c (main): Set the G_SLICE environment variable for Cygwin
5287 GTK builds.
5288
944a300c
AS
52892009-12-07 Andreas Schwab <schwab@linux-m68k.org>
5290
5291 * unexelf.c (unexec): Don't search for .data twice.
5292
022eef62
CY
52932009-12-05 Chong Yidong <cyd@stupidchicken.com>
5294
426ac949
CY
5295 * xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
5296 if push failed.
5297 (handle_line_prefix): Set avoid_cursor_p here. Check return value
5298 of push_display_prop (Bug#5000).
5299
022eef62
CY
5300 * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
5301 value of font_list_entities (Bug#5085).
5302
be95bee9
JB
53032009-12-04 Juanma Barranquero <lekktu@gmail.com>
5304
5305 Fix `string-to-number' to deal consistently with integers and floats.
5306 * lread.c (isfloat_string): New argument ignore_trailing to accept all
5307 trailing characters, not just whitespace.
5308 (read1): Pass new arg 0 to keep old behavior.
5309 * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
5310 trailing chars, as it is already done for integers. Doc fixes.
5311 * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
5312
24c2d7ce
EZ
53132009-12-04 Eli Zaretskii <eliz@gnu.org>
5314
0b5397c2
SM
5315 * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
5316 Delete unused enumeration value.
24c2d7ce 5317
7e694795
EZ
53182009-12-03 Eli Zaretskii <eliz@gnu.org>
5319
5320 * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
5321
84b31826
SM
53222009-12-03 Daniel Hackney <dan@haxney.org> (tiny change)
5323
5324 * process.c (Fmake_network_process): Fix up the tests for
5325 "connectionless socket", so they DTRT for seqpacket sockets as well.
5326
f00c449b
SM
53272009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * process.c (Qseqpacket): New symbol.
5330 (HAVE_SEQPACKET): New macro.
5331 (Fmake_network_process): Accept new :type `seqpacket'.
5332 (init_process): Add `seqpacket' feature when applicable.
5333 (syms_of_process): Initialize Qseqpacket.
5334
8096a0ff
YM
53352009-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5336
5337 * font.c (font_load_for_lface, font_open_by_name): Don't store name
5338 if entity is Qnil.
5339
3e0de07f
SM
53402009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5341
5342 * print.c (print_preprocess): Preprocess the key_and_value table of
5343 hashtables, even tho they're "hidden" (bug#5082).
5344
abeafb2a
JD
53452009-11-29 Jan Djärv <jan.h.d@swipnet.se>
5346
5347 * frame.c (frame_make_pointer_invisible)
5348 (frame_make_pointer_visible): Declare f before statements.
5349
4bf47195
EZ
53502009-11-28 Eli Zaretskii <eliz@gnu.org>
5351
5352 * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
5353 omitted dependencies on lisp.h.
5354
c525b3f2
JD
53552009-11-27 Jan Djärv <jan.h.d@swipnet.se>
5356
ece2d4ed
JD
5357 * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
5358 is NULL.
5359
5360 * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
5361
5362 * frame.c (frame_make_pointer_invisible)
3e0de07f 5363 (frame_make_pointer_visible): Just return if there isn't any selected
ece2d4ed
JD
5364 frame.
5365
c525b3f2
JD
5366 * search.c (simple_search): Remove warning by making *p const.
5367
2f00e299
DN
53682009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5369
5370 * xdisp.c (power_letter): Remove duplicate const.
5371
084b049b
JD
53722009-11-25 Jan Djärv <jan.h.d@swipnet.se>
5373
a1fadc6f
JD
5374 * term.c (delete_tty): Remove check for last terminal (bug#4970).
5375
5ce6e4f4 5376 * xsettings.c: Revert changes from 2009-11-23. Just use Xft
084b049b
JD
5377 defaults (bug #5025).
5378
28259cac
SM
53792009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * insdel.c (adjust_markers_for_delete): Move it in the
5382 right direction! (bug#4803)
5383
e8e14166
YM
53842009-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5385
5386 * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
5387
5388 * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
5389
86677b58
GM
53902009-11-24 Glenn Morris <rgm@gnu.org>
5391
5392 * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
5393
581e51e8
JD
53942009-11-23 Jan Djärv <jan.h.d@swipnet.se>
5395
cfc86c7a
JD
5396 * Makefile.in: Must create deps for ecrt0.o in its rule.
5397
581e51e8
JD
5398 * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
5399 because that is what Gtk+ font dialog understands.
5400
5401 * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
5402 of Fcopy_sequence.
5403 (font_open_by_name): Put name given into QCname for font-object returned.
5404
5405 * frame.c (x_set_font): Save original font name as frame parameter
5406 font-parameter.
5407
5408 * xsettings.c (set_default_xft_settings): New function.
5409 (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
5410 is found.
5411
8b264ecb
AS
54122009-11-22 Andreas Schwab <schwab@linux-m68k.org>
5413
5414 * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
5415 searching backwards through multibyte buffer.
5416
872870b2
JD
54172009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5418
5419 * xterm.c: #include xgselect.h.
5420 (x_initialize): Call xgselect_initialize.
5421
5422 * xsettings.c (something_changedCB): C++ comments => C comments.
5423 (init_gconf): Do not deal with any GLib file descriptors, xg_select
5424 does that now.
5425
5426 * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
5427 (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
5428 (scroll_bar_button_cb): Remove.
5ce6e4f4 5429 (create_menus): C++ comments => C comments. Don't bind grab-notify
872870b2
JD
5430 event.
5431 (xg_create_scroll_bar): Don't bind button-press-event and
5432 button-release-event.
5433
5434 * process.c: Include xgselect.h if defined (USE_GTK) ||
5435 defined (HAVE_GCONF).
5436 (wait_reading_process_output): Call xg_select for the same condition.
5437
5438 * xgselect.c (xg_select): New function to better integrate with
5439 GLib/Gtk event handling. Needed if GConf daemon dies/restarts.
5440
5441 * xgselect.h: New file, declare xg_select, xgselect_initialize.
5442
5443 * Makefile.in (XOBJ): Add xgselect.o.
5444
62a6e103
AS
54452009-11-21 Andreas Schwab <schwab@linux-m68k.org>
5446
0b5397c2
SM
5447 * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
5448 Remove ignored second argument. All callers changed.
62a6e103
AS
5449 * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
5450 (RE_STRING_CHAR_AND_LENGTH): Likewise.
5451 * xdisp.c (string_char_and_length): Likewise.
5452
b0ca0f33
DN
54532009-11-21 Dan Nicolaescu <dann@ics.uci.edu>
5454
5455 * xterm.c (x_new_font):
5456 * print.c (print_object):
5457 * cmds.c (Fself_insert_command): Move declarations before statements.
5458
dd5a6279
CY
54592009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5460
5461 * s/cygwin.h: Remove unneeded linker flags.
5462
4a8e097d
JD
54632009-11-20 Jan Djärv <jan.h.d@swipnet.se>
5464
0d1d0d26
JD
5465 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
5466
5467 * xsettings.h: Declare xsettings_get_system_font.
5468
5469 * xsettings.c (xsettings_get_system_font): New function.
5470 (init_gconf): No use initiating gconf unless we have Xft also.
5471 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
5472 HAVE_GCONF.
5473
4a8e097d
JD
5474 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
5475 add a blank entry so it doesn't collapse into nothing.
5476
8ab1650e
SM
54772009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * lread.c (Funintern): Comment out last change.
5480
82c602f0
RS
54812009-11-19 Richard Stallman <rms@gnu.org>
5482
5483 * lread.c (Funintern): Error if symbol is t or nil.
5484
87e32266
SM
54852009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * insdel.c (make_gap_larger): Don't make as many assumptions about the
5488 representation of Lisp integers.
5489 Reported by MJ Chan <mjchan.inbox@gmail.com>.
5490
1b9ac145
AS
54912009-11-17 Andreas Schwab <schwab@linux-m68k.org>
5492
5493 * lisp.h: Remove declaration of Ffont_get_system_font.
5494 * xfns.c: Move include of "xsettings.h".
5495 * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
5496
dfb3c4c6
JD
54972009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5498
87e32266
SM
5499 * xsettings.c (something_changedCB, Ffont_get_system_font):
5500 Check use_system_font.
dfb3c4c6
JD
5501 (syms_of_xsettings): DEFVAR font-use-system-font.
5502
9370c1d8
AS
55032009-11-17 Andreas Schwab <schwab@linux-m68k.org>
5504
25fe851a
AS
5505 * xfns.c (x_default_font_parameter): Remove dead assignment.
5506
9370c1d8
AS
5507 * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
5508
637fa988
JD
55092009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5510
87e32266 5511 * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
21050de1 5512 not have FC_LCD_*. #define them if not there.
a6eb20d8 5513
87e32266 5514 * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
a6eb20d8 5515
637fa988
JD
5516 * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
5517
5518 * xterm.c (handle_one_xevent): Call xft_settings_event for
5519 ClientMessage, PropertyNotify and DestroyNotify.
5520 (x_term_init): If we have XFT, get DPI from Xft.dpi.
5521 Call xsettings_initialize.
5522
5523 * xftfont.c (xftfont_fix_match): New function.
5524 (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
5525 Call xftfont_fix_match after XftFontMatch.
5526
5527 * xfont.c (xfont_driver): Initialize all members.
5528
87e32266
SM
5529 * xfns.c (x_default_font_parameter):
5530 Try font from Ffont_get_system_font.
637fa988
JD
5531 Do not get font from x_default_parameter if we got one from
5532 Ffont_get_system_font.
87e32266 5533 (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
637fa988
JD
5534
5535 * w32font.c (w32font_driver): Initialize all members.
5536
5537 * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
5538
5539 * lisp.h: Declare syms_of_xsettings.
5540
87e32266
SM
5541 * keyboard.c (kbd_buffer_get_event, make_lispy_event):
5542 Handle CONFIG_CHANGED_EVENT.
637fa988
JD
5543
5544 * ftfont.c (ftfont_filter_properties): New function.
5545
5546 * frame.c (x_set_font): Remove unused variable lval.
5547
87e32266 5548 * font.h (struct font_driver): Add filter_properties.
637fa988
JD
5549
5550 * font.c (font_put_extra): Don't return if val is nil, it means
5551 boolean option is off.
5552 (font_parse_fcname): Collect all extra properties in extra_props
5553 and call filter_properties for all drivers with extra_props and
5554 font as parameter.
87e32266
SM
5555 (font_open_entity): Do not use cache, it does not pick up new
5556 fontconfig settings like hinting.
637fa988
JD
5557 (font_load_for_lface): If spec had a name in it, store it in entity.
5558
a73f9c9d 5559 * emacs.c (main): Call syms_of_xsettings.
637fa988
JD
5560
5561 * config.in: HAVE_GCONF is new.
5562
5563 * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
5564 xsettings.o is new.
5565
5a942932
KH
55662009-11-17 Kenichi Handa <handa@m17n.org>
5567
5568 * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
5569 back to the default font in case that no suitable font is found.
5570
b7c7a4d1
SM
55712009-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
5574 Suggested by Chad Brown <yandros@mit.edu>.
5575 (push_menu_item): Use MENU_ITEMS_ITEM_* names.
5576
072f1e39
JD
55772009-11-16 Jan Djärv <jan.h.d@swipnet.se>
5578
5579 * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
5580
5d1e70a2
AS
55812009-11-14 Andreas Schwab <schwab@linux-m68k.org>
5582
87e32266 5583 * Makefile.in: Ignore errors from mkdir when creating deps directory.
5d1e70a2 5584
a53cfbe5
JD
55852009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5586
473a99b7
JD
5587 * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
5588 has a parent.
5589
a53cfbe5 5590 * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
5ce6e4f4 5591 dependency files in deps/. Include those files into Makefile.
a53cfbe5
JD
5592
5593 * config.in: Generated (AUTO_DEPEND).
5594
f04bb9b2
MA
55952009-11-13 Michael Albinus <michael.albinus@gmx.de>
5596
b7c7a4d1 5597 * dbusbind.c (Vdbus_registered_objects_table): Rename from
f04bb9b2
MA
5598 Vdbus_registered_functions_table, because it contains also
5599 properties. Fix docstring.
b7c7a4d1 5600 (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
f04bb9b2 5601
8f11f7ec
SM
56022009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * alloc.c (mark_object): Don't reprocess marked strings.
5605 Check vector's markbit earlier. Adjust calls to mark_vectorlike.
5606 (mark_vectorlike, mark_char_table): Assume the object is unmarked.
5607
8a605fe8
KH
56082009-11-13 Kenichi Handa <handa@m17n.org>
5609
8f11f7ec 5610 * category.c (word_boundary_p): Adjust for the change of the
8a605fe8
KH
5611 semantics of Vword_combining_categories.
5612 (Vword_combining_categories): Describe the slight change of the
5613 semantics.
5614
241c4680
EZ
56152009-11-13 Eli Zaretskii <eliz@gnu.org>
5616
5617 * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
5618
5619 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
5620
5d58e44c
SM
56212009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * xdisp.c (syms_of_xdisp): Fix typo in last change.
5624
5e13f9d3
JB
56252009-11-12 Juanma Barranquero <lekktu@gmail.com>
5626
5627 * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
5628
cf54c754
DR
56292009-11-11 David Reitter <david.reitter@gmail.com>
5630
5631 * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
5632 variables to fix 2009-11-09 change.
5633
a4ada374
DN
56342009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
5635
91433552
DN
5636 * process.c (ifflag_def): Make flag_sym constant.
5637 (Fnetwork_interface_info): Use a constant pointer.
5638 (ifflag_table):
5639 * xfns.c (cursor_bits):
5640 * xdisp.c (power_letter):
5641 * termcap.c (speeds, esctab):
5642 * sysdep.c (baud_convert):
5643 * keyboard.c (lispy_accent_codes, modifier_names):
5644 * image.c (xbm_format, xpm_format, pbm_format, png_format)
5645 (jpeg_format, tiff_format, gif_format, svg_format)
5646 (interlace_start, interlace_increment, gs_format):
5647 * gtkutil.c (separator_names):
5648 * fringe.c (swap_nibble):
5649 * fns.c (base64_value_to_char, base64_char_to_value):
5650 * fileio.c (make_temp_name_tbl):
5651 * coding.c (suffixes): Make constant.
5652
f4265f6c
DN
5653 * frame.c (make_initial_frame):
5654 * buffer.c (init_buffer_once): Use make_pure_c_string instead of
5655 build_string.
5656 * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
5657
04420943
DN
5658 * s/freebsd.h:
5659 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
5660
0a5d24ae
DN
5661 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
5662 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
5663
a4ada374
DN
5664 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
5665 * xterm.c (syms_of_xterm):
5666 * xfaces.c (syms_of_xfaces):
5667 * xdisp.c (syms_of_xdisp):
5668 * lread.c (syms_of_lread):
5669 * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
5670 build_string.
91433552 5671
a4ada374
DN
5672 * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
5673
af98fc7f
SM
56742009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5675
8ab1650e 5676 * fns.c (Fplist_get): Merge the active and the commented out code.
af98fc7f 5677
e90292a9
JD
56782009-11-10 Jan Djärv <jan.h.d@swipnet.se>
5679
5680 * keyboard.h: Declare timer_check.
5681
5682 * keyboard.c (timer_check_2): New function that does what the old
5683 timer_check did.
5684 (timer_check): Call timer_check_2 until -1 or a non-zero time is
5685 returned, i.e. don't return -1 with timers pending.
5686
5687 * process.c: Remove extern declaration of timer_check.
5688
5689 * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
5690 even if timer_check returned -1.
5691
af98fc7f
SM
5692 * gtkutil.c (xg_dialog_response_cb): Data is now a struct
5693 xg_dialog_data.
e90292a9
JD
5694 (pop_down_dialog): Destroy widget (if any), cancel timer and unref
5695 the event loop.
5696 (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
5697 (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
5698 Destroy the dialog after xg_dialog_run.
5699
045b83c0
SM
57002009-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
5703
1fb99a3a
JD
57042009-11-10 Jan Djärv <jan.h.d@swipnet.se>
5705
5706 * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
5707
04e452cb
JB
57082009-11-09 Juanma Barranquero <lekktu@gmail.com>
5709
5710 * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
5711
ef7417fd
SM
57122009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
5715 w32menu.c, and nsmenu.m.
5716 Simplify the obsolete case where position is nil.
5717 (cleanup_popup_menu): New function, moved from nsmenu.m.
5718 (struct skp): Remove slot `notreal'.
5719 (single_keymap_panes, keymap_panes): Remove arg `notreal' and
5720 adjust callers.
5721 (single_menu_item): Adjust call to parse_menu_item.
5722 (syms_of_menu): Defsubr x-popup-menu.
5723 * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
5724 (keymap_panes): Don't export any more.
5725 (mouse_position_for_popup, w32_menu_show, ns_menu_show)
5726 (xmenu_show): Declare.
5727 * keyboard.c (parse_menu_item): Remove arg `notreal'.
5728 (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
5729 * keyboard.h (parse_menu_item): Update declaration.
5730 * xmenu.c (Fx_popup_menu): Remove.
5731 (syms_of_xmenu): Don't defsubr x-popup-menu.
5732 * w32menu.c (Fx_popup_menu): Remove.
5733 (syms_of_w32menu): Don't defsubr x-popup-menu.
5734 * nsmenu.m (cleanup_popup_menu): Remove.
5735 (ns_menu_show): Rename from ns_popup_menu and remove all the code
5736 moved to menu.c's Fx_popup_menu.
5737 (Fx_popup_menu): Remove.
5738 (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
5739 menu_items (it's done in menu.c already).
5740
424d6179
SM
57412009-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
5744 Use `tem' less. Make sure KEYEQ holds a string or nil (bug#4879).
5745
c0df13a6 57462009-11-08 Chong Yidong <cyd@stupidchicken.com>
a20903d0
CY
5747
5748 * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
c0df13a6 5749 xmenu_show. Hide any tooltip before opening a menu.
a20903d0
CY
5750 (xmenu_show): New arg. Pass it to create_and_show_popup_menu.
5751 (create_and_show_popup_menu): New arg. Pass it to gtk_menu_popup.
5752
2de9f71c
SM
57532009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5754
5755 Let integers use up 2 tags to give them one extra bit and thus double
5756 their range.
5757 * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
5758 (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
5759 New macros.
5760 (enum Lisp_Type): Use them. Give explicit values.
5761 (Lisp_Type_Limit): Remove.
5762 (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
5763 (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
5764 Pay attention to USE_2_TAGS_FOR_INTS.
5765 (INTEGERP): Use LISP_INT_TAG_P.
5766 * fns.c (internal_equal): Simplify the default case.
5767 (sxhash): Use case_Lisp_Int.
5768 * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
5769 any more.
5770 (Ftype_of): Use case_Lisp_Int.
5771 (store_symval_forwarding): Take into account the fact that Ints can
5772 now have more than one tag.
5773 * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
686b968e 5774 (buffer_slot_type_mismatch):
2de9f71c
SM
5775 * xfaces.c (face_attr_equal_p):
5776 * print.c (print_object):
5777 * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
5778 Use case_Lisp_Int.
5779
323637a2
EZ
57802009-11-06 Eli Zaretskii <eliz@gnu.org>
5781
7ac65b38
EZ
5782 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
5783
323637a2
EZ
5784 * alloc.c (make_pure_c_string): Fix last change to avoid compiler
5785 warning.
5786
e511451f
JD
57872009-11-06 Jan Djärv <jan.h.d@swipnet.se>
5788
5789 * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
5790
5791 * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
5792
5793 * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
5794 ButtonPressRelease and MotionNotify (bug#4870).
5795
5e2327cf
DN
57962009-11-06 Dan Nicolaescu <dann@ics.uci.edu>
5797
5adc433e
DN
5798 * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
5799
d67b4f80
DN
5800 * xterm.c (syms_of_xterm):
5801 * xselect.c (syms_of_xselect):
5802 * xmenu.c (syms_of_xmenu):
5803 * xfns.c (syms_of_xfns):
5804 * xfaces.c (syms_of_xfaces):
5805 * xdisp.c (syms_of_xdisp):
5806 * window.c (syms_of_window):
5807 * w32fns.c (syms_of_w32fns):
5808 * undo.c (syms_of_undo):
5809 * textprop.c (syms_of_textprop):
5810 * terminal.c (syms_of_terminal):
5811 * syntax.c (syms_of_syntax):
5812 * sound.c (syms_of_sound):
5813 * search.c (syms_of_search):
5814 * print.c (syms_of_print):
5815 * minibuf.c (syms_of_minibuf):
5816 * macros.c (syms_of_macros):
5817 * keymap.c (syms_of_keymap, initial_define_key)
5818 (initial_define_lispy_key):
5819 * keyboard.c (syms_of_keyboard):
5820 * insdel.c (syms_of_insdel):
5821 * image.c (syms_of_image):
5822 * fringe.c (syms_of_fringe):
5823 * frame.c (syms_of_frame):
5824 * fontset.c (syms_of_fontset):
5825 * fns.c (syms_of_fns):
5826 * fns.c (syms_of_fns):
5827 * fileio.c (syms_of_fileio):
5828 * fileio.c (syms_of_fileio):
5829 * eval.c (syms_of_eval):
5830 * doc.c (syms_of_doc):
5831 * dispnew.c (syms_of_display):
5832 * dired.c (syms_of_dired):
5833 * dbusbind.c (syms_of_dbusbind):
5834 * data.c (syms_of_data):
5835 * composite.c (syms_of_composite):
5836 * coding.c (syms_of_coding):
5837 * cmds.c (syms_of_cmds):
5838 * charset.c (define_charset_internal, syms_of_character):
5839 * ccl.c (syms_of_ccl):
5840 * category.c (syms_of_category, init_category_once):
5841 * casetab.c (syms_of_casetab):
5842 * casefiddle.c (syms_of_casefiddle):
5843 * callint.c (syms_of_callint):
5844 * bytecode.c (syms_of_bytecode):
5845 * buffer.c (keys_of_buffer, syms_of_buffer):
5846 * alloc.c (syms_of_alloc):
5847 * process.c (syms_of_process, init_process):
5848 * lread.c (syms_of_lread, init_obarray):
5849 * font.c (build_style_table):
5850 * emacs.c (syms_of_emacs, main): Replace calls to intern with
5851 intern_c_string, calls to make_pure_string with
5852 make_pure_c_string. Use pure_cons instead of Fcons.
5853
5e2327cf
DN
5854 * process.c (socket_options): Make it const.
5855 (set_socket_option, init_process): Use a const pointer.
5856
5857 * lread.c (intern_c_string): New function.
5858 (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
5859 (defvar_int): Uset it. Make the name const char*.
5860
5861 * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
5862 (defvar_int): Update prototypes.
5863 (DEFUN, EXFUN): Support for prototypes is now required.
5864 (intern_c_string): New prototype.
5865 (struct Lisp_Subr): Make symbol_name constant.
5866
5867 * font.c (struct table_entry): Remove unused member. Make NAMES
5868 constant.
5869 (weight_table, slant_table, width_table): Make constant.
5870
5871 * emacs.c (struct standard_args): Make name and longname constant.
5872
5873 * character.h (DEFSYM): Use intern_c_string.
5874
a56eaaef
DN
58752009-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * alloc.c (make_pure_c_string): New function.
5878
5879 * eval.c (Fautoload): Purecopy all arguments.
5880
f6a07420
KH
58812009-11-05 Kenichi Handa <handa@m17n.org>
5882
5883 * fileio.c (Finsert_file_contents): Be sure set coding-system of
5884 the buffer in case of replace.
5885
5d28d4b1
DN
58862009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5887
5888 * puresize.h (BASE_PURESIZE): Increase to 1620000.
5889
b349d111
SM
58902009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5891
d528b1ce
SM
5892 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
5893 when applicable (bug#4851).
5894
b349d111
SM
5895 * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
5896 (P_): Support for prototypes is now required.
5897
c38eb027
CY
58982009-10-31 Chong Yidong <cyd@stupidchicken.com>
5899
5900 * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
5901 (Bug#4827).
5902
0405f8d9
EZ
59032009-10-30 Eli Zaretskii <eliz@gnu.org>
5904
d528b1ce 5905 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
0405f8d9 5906
ca0a881a
DN
59072009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5908
5909 * puresize.h (BASE_PURESIZE): Increase to 1470000.
5910
d528b1ce
SM
5911 * lread.c (Fload): Purecopy the file name when building
5912 Vpreloaded_file_list.
ca0a881a 5913
47e0e0e4
JR
59142009-10-29 Jason Rumney <jasonr@wanchan.jasonrumney.net>
5915
5916 * w32fns.c (syms_of_w32fns): Change default value of
5917 w32-scroll-lock-modifier to nil. (Bug#2827)
5918
057bce6f
JB
59192009-10-26 Juanma Barranquero <lekktu@gmail.com>
5920
782a943e 5921 * minibuf.c (Fall_completions): Fix typos in docstring.
057bce6f 5922
242bc74c
AS
59232009-10-26 Andreas Schwab <schwab@redhat.com>
5924
5925 * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
5926
522d013a
JB
59272009-10-26 Juanma Barranquero <lekktu@gmail.com>
5928
5929 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
5930 For delta < 0, skip check that only makes sense when the mini-window
5931 is going to be enlarged. (Bug#4534)
5932
18060980
CY
59332009-10-25 Chong Yidong <cyd@stupidchicken.com>
5934
5935 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
5936 string in menu maps (Bug#4471).
5937
fec8f0fe
CY
59382009-10-24 Chong Yidong <cyd@stupidchicken.com>
5939
5940 * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
5941 FRAME_NS_VIEW on terminal frames (Bug#4765).
5942
10d66ec0
AS
59432009-10-24 Andreas Schwab <schwab@linux-m68k.org>
5944
1cae01f7
AS
5945 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
5946 DBUS_TYPE_UINTnn separately to get proper sign extension.
5947
58a12889
AS
5948 * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
5949 can properly handle unsigned types.
d528b1ce 5950 (make_uid, make_gid): Remove.
58a12889 5951
987c9327
AS
5952 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
5953 types again.
5954
522d013a 5955 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10d66ec0
AS
5956 (system_process_attributes): Likewise.
5957
905a9ed3
DN
59582009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5959
5960 * keymap.c (Fmake_sparse_keymap): Purecopy the name.
5961
5962 * eval.c (Fautoload): Purecopy the filename. Simplify.
5963
5964 * category.c (Fdefine_category): Purecopy docstring.
5965
a599b3e8
AS
59662009-10-23 Andreas Schwab <schwab@linux-m68k.org>
5967
7b792fc9
AS
5968 * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
5969
a599b3e8
AS
5970 * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
5971
b35ac83e
CY
59722009-10-23 Chong Yidong <cyd@stupidchicken.com>
5973
5974 * window.c (Fwindow_edges, Fwindow_pixel_edges)
5975 (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
5976 (Bug#4775).
5977
e8903e00
SM
59782009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
5981 (init_fileio_once):
5982 * lisp.h (init_fileio_once): Remove.
5983 * emacs.c (main): Don't call init_fileio_once.
5984
8f43cbf3
DN
59852009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5986
5987 * puresize.h (BASE_PURESIZE): Increase to 1430000.
5988
26898943
AS
59892009-10-21 Andreas Schwab <schwab@linux-m68k.org>
5990
5991 * doprnt.c (doprnt): Fix overflow check.
5992
5c646d5a
JD
59932009-10-21 Jan Djärv <jan.h.d@swipnet.se>
5994
3132a7ea
JD
5995 * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
5996
5c646d5a
JD
5997 * xterm.h (x_wait_for_event): Declare it.
5998
5999 * xterm.c (pending_event_wait): New variable.
6000 (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
6001 see pending_event_wait.eventtype.
6002 (handle_one_xevent): Don't change gravity when parent changes.
d528b1ce
SM
6003 (x_new_font): Call change_frame_size with new rows/columns before we
6004 try to resize the frame.
5c646d5a 6005 (x_wait_for_event): New function.
d528b1ce
SM
6006 (x_set_window_size_1): Don't change gravity unless change_gravity
6007 is set.
5c646d5a
JD
6008 Call XResizeWindow with FRAME_OUTER_WINDOW. If we are visible,
6009 don't change frame size, instead wait for the ConfigureNotify.
6010 (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
6011 (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
6012 (x_initialize): Initialize pending_event_wait.
6013
6014 * xmenu.c (set_frame_menubar): Add internal border width to menu bar
6015 size.
6016
6017 * widget.c (EmacsFrameSetValues): Add comment.
6018 (EmacsFrameSetCharSize): Just call x_set_window_size.
6019
6020 * gtkutil.c (xg_frame_set_char_size): Flush events and call
6021 x_wait_for_event.
d528b1ce 6022 (flush_and_sync): Remove again.
5c646d5a
JD
6023 (xg_get_font_name): Suggest monospace if no previous font is known.
6024
e9c1637d
SM
60252009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * character.c (char_resolve_modifier_mask): Don't resolve meta to the
46be764e 6028 8th bit, since that only made sense in the ASCII world (bug#4751).
e9c1637d 6029
5a72cccb
YM
60302009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6031
6032 * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
6033 processing pending events when event is filtered for input method.
ab04798f 6034 (Bug#3681)
5a72cccb 6035
2629aa37
JB
60362009-10-20 Juanma Barranquero <lekktu@gmail.com>
6037
6038 * fns.c: Add #endif accidentally removed in previous change.
6039
c3417a74
DN
60402009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6041
6042 * fns.c: Remove code for unsupported system: MAC_OS.
6043 * image.c: Likewise. Include setjmp.h.
6044
9685cef2
JD
60452009-10-19 Jan Djärv <jan.h.d@swipnet.se>
6046
6047 * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
6048 pixel -1 (bug #4742).
6049
d7306fe6
DN
60502009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6051
019d2c4c
DN
6052 * process.c (create_pty): Remove conditionals for no longer
6053 supported systems: UNIPLUS and RTU.
6054
ee6bacd4
DN
6055 * xterm.c:
6056 * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
6057
d7306fe6
DN
6058 * alloc.c: Do not define struct catchtag.
6059 * eval.c: Move struct catchtag definition ...
6060 * lisp.h: ... here.
6061
6062 * image.c: Move png.h #include earlier to avoid warnings.
6063
6064 * xterm.c:
6065 * xsmfns.c:
6066 * xselect.c:
6067 * xrdb.c:
6068 * xmenu.c:
6069 * xftfont.c:
6070 * xfont.c:
6071 * xfns.c:
6072 * xfaces.c:
6073 * xdisp.c:
6074 * window.c:
6075 * widget.c:
6076 * w32xfns.c:
6077 * w32uniscribe.c:
6078 * w32term.c:
6079 * w32select.c:
6080 * w32reg.c:
6081 * w32proc.c:
6082 * w32menu.c:
6083 * w32inevt.c:
6084 * w32heap.c:
6085 * w32font.c:
6086 * w32fns.c:
6087 * w32console.c:
6088 * w32.c:
6089 * w16select.c:
6090 * vm-limit.c:
6091 * unexsol.c:
6092 * unexec.c:
6093 * unexcw.c:
6094 * unexaix.c:
6095 * undo.c:
6096 * tparam.c:
6097 * textprop.c:
6098 * terminfo.c:
6099 * terminal.c:
6100 * termcap.c:
6101 * term.c:
6102 * syntax.c:
6103 * sound.c:
6104 * sheap.c:
6105 * search.c:
6106 * scroll.c:
6107 * region-cache.c:
6108 * regex.c:
6109 * ralloc.c:
6110 * process.c:
6111 * print.c:
b024548b
DN
6112 * nsterm.m:
6113 * nsselect.m:
6114 * nsmenu.m:
6115 * nsimage.m:
6116 * nsfont.m:
6117 * nsfns.m:
d7306fe6
DN
6118 * msdos.c:
6119 * minibuf.c:
6120 * menu.c:
6121 * marker.c:
6122 * macros.c:
6123 * keymap.c:
6124 * keyboard.c:
6125 * intervals.c:
6126 * insdel.c:
6127 * indent.c:
6128 * gtkutil.c:
6129 * ftxfont.c:
6130 * ftfont.c:
6131 * fringe.c:
6132 * frame.c:
6133 * fontset.c:
6134 * font.c:
6135 * fns.c:
6136 * floatfns.c:
6137 * filelock.c:
6138 * fileio.c:
6139 * emacs.c:
6140 * editfns.c:
6141 * dosfns.c:
6142 * doprnt.c:
6143 * doc.c:
6144 * dispnew.c:
6145 * dired.c:
6146 * dbusbind.c:
6147 * data.c:
6148 * composite.c:
6149 * coding.c:
6150 * cmds.c:
6151 * cm.c:
6152 * chartab.c:
6153 * charset.c:
6154 * character.c:
6155 * ccl.c:
6156 * category.c:
6157 * casetab.c:
6158 * casefiddle.c:
6159 * callproc.c:
6160 * callint.c:
6161 * bytecode.c:
6162 * buffer.c:
6163 * atimer.c: Include setjmp.h. (Bug#4643)
6164
fd5f21e6
SM
61652009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6166
4c0354d7
SM
6167 Remove leftover table unibyte_to_multibyte_table.
6168 * character.c (unibyte_to_multibyte_table): Remove.
6169 (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
6170 * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
6171 * character.h (UNIBYTE_TO_CHAR): New macro.
6172 (MAKE_CHAR_MULTIBYTE): Use it.
6173 (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
6174 * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
6175 (message_dolog, set_message_1):
6176 * search.c (Freplace_match):
6177 * editfns.c (Fcompare_buffer_substrings):
6178 * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
6179 (concat):
6180 * insdel.c (copy_text, count_size_as_multibyte):
6181 Use ASCII_CHAR_P and BYTE8_TO_CHAR.
6182 * term.c (produce_glyphs):
6183 * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
6184 * regex.c (RE_CHAR_TO_MULTIBYTE):
6185 * cmds.c (internal_self_insert):
6186 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
6187
fd5f21e6
SM
6188 * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
6189
4418646e
DN
61902009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6191
6192 * puresize.h (BASE_PURESIZE): Increase to 1310000.
6193
35f5c1d2
JB
61942009-10-16 Juanma Barranquero <lekktu@gmail.com>
6195
6196 * buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
6197
a0cd8f6b
AR
61982009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6199
6200 * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
6201 still needed under Tiger.
6202
6203 * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
6204
6205 * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
6206 __Apple__.
6207
6208 * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
6209
01a8d3fa
KH
62102009-10-15 Kenichi Handa <handa@m17n.org>
6211
6212 * print.c (print_object): Escape a symbol like "2E10" too.
6213
bf6c75c9 62142009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6e4780c5
JB
6215
6216 Cleanups and changes for 64-bit compile under Snow Leopard.
6217 Based on suggestions by Erik Charlebois.
bf6c75c9
AR
6218
6219 * nsfns.m (xw-color-values): Use CGFloat where appropriate.
6220
c5959062 6221 * nsfont.m (ns_char_width): Replace deprecated call.
bf6c75c9
AR
6222 (ns_findfonts, nsfont_list_family): Use long format in printf, and
6223 cast argument.
6224 (nsfont_open): Use ns_char_width() everywhere.
d528b1ce 6225 (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
bf6c75c9
AR
6226
6227 * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
6228
6229 * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
6230 where appropriate.
6231
6232 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
6233 where appropriate.
6e4780c5
JB
6234 (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
6235 Use stringWithUTF8String.
bf6c75c9
AR
6236 (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
6237
6e4780c5
JB
6238 * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
6239 Add formal protocol mention to inheritance.
bf6c75c9
AR
6240 [NS_HAVE_NSINTEGER]: Drop conditional and contents.
6241
6e4780c5
JB
6242 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
6243 Fix printf format.
bf6c75c9
AR
6244 (ns_query_color): Use CGFloat where appropriate.
6245 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
ac146f82 6246 (EmacsScroller-mouseDown:): Use long format in printf, and cast
bf6c75c9
AR
6247 argument.
6248
3d87f118
AR
6249 * config.in (NS_HAVE_NSINTEGER): Drop.
6250
a95c8102
AR
6251 * dbusbind.c (dbus-method-return-internal)
6252 (dbus-method-error-internal): Use long format in printf, and cast
6253 argument.
6254
6255 * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
6256 in printf, and cast argument.
6257
6873acca 6258 * process.c (list_processes_1): Use long format in printf, and
a95c8102
AR
6259 cast argument.
6260
9ec6f100
GM
62612009-10-11 Glenn Morris <rgm@gnu.org>
6262
6263 * frame.c (Fframe_pixel_height): Doc fix. (Bug#4535)
6264
5be883cd
JD
62652009-10-08 Jan Djärv <jan.h.d@swipnet.se>
6266
6267 * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
6268 menu bar with a small width so it doesn't enlarge the frame.
6269
d7a39b51
JB
62702009-10-08 Juanma Barranquero <lekktu@gmail.com>
6271
6272 * fontset.c (Fset_fontset_font): Fix typos in error messages.
6273
0c2b6f8e
GM
62742009-10-06 Glenn Morris <rgm@gnu.org>
6275
6276 * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
6277 SOME_MACHINE_LISP (this enters indirectly via DOC).
6278
e02131a2
EZ
62792009-10-05 Eli Zaretskii <eliz@gnu.org>
6280
6281 * dired.c (Ffile_attributes): Doc fix. (Bug#4638)
6282
b4744254
EZ
62832009-10-04 Eli Zaretskii <eliz@gnu.org>
6284
6285 * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
6286 Doc fix.
6287
dbf64827
JB
62882009-10-03 Martin Rudalics <rudalics@gmx.at>
6289
6290 * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
6291
e9a0aef8
MA
62922009-10-02 Michael Albinus <michael.albinus@gmx.de>
6293
d528b1ce 6294 * lisp.h (Qdelete_directory_internal): Remove, because it is not
e9a0aef8
MA
6295 used anymore outside fileio.c.
6296
6297 * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
6298
64eb2b56
JB
62992009-10-01 Juanma Barranquero <lekktu@gmail.com>
6300
6301 * lisp.h (Qdelete_directory_internal):
6302 Declare, instead of Qdelete_directory.
6303
6304 * w32fns.c (Fsystem_move_file_to_trash): Use it.
6305
9d28c33e
SM
63062009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * eval.c (Fcalled_interactively_p): Add `kind' argument.
6309
9d8f3bd9
MA
63102009-10-01 Michael Albinus <michael.albinus@gmx.de>
6311
9d28c33e 6312 * fileio.c (Fdelete_directory_internal): Rename from
9d8f3bd9
MA
6313 Fdelete_directory. It is not a command anymore. It has no file
6314 name handler.
6315
9694740b
SM
63162009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * xdisp.c (get_next_display_element): Use an enum in last change.
6319
748e162f
KH
63202009-09-28 Kenichi Handa <handa@m17n.org>
6321
9694740b 6322 * xdisp.c (get_next_display_element): Pay attention to
748e162f
KH
6323 unibyte_display_via_language_environment in handling
6324 Vnobreak_char_display.
6325
17efd58d
AR
63262009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6327
6328 * nsterm.h (ns_app_name): New extern variable.
6329
6330 * nsterm.m (ns_app_name): New variable.
6331 (ns_term_init): Set and use it.
6332 (ns_term_shutdown): Use it.
6333
6334 * nsmenu.m (ns_update_menubar): Use ns_app_name. Sync with xmenu.c.
6335 (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
6336
6337 * nsfns.m (ns_set_name_iconic, ns_set_name)
6338 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
6339 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
6340
9694740b
SM
6341 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
6342 Remove double-casting in client_data comparison.
31c2d412 6343
3208cb35
YM
63442009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6345
6346 * keyboard.c (make_lispy_event): Remember last wheel direction.
6347 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
6348
b7d552d6
GM
63492009-09-26 Glenn Morris <rgm@gnu.org>
6350
6351 * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
6352 internal.elc. Add term/pc-win.elc.
6353 (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
6354 term/x-win.elc.
6355 (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
6356 term/w32-win.elc.
6357 (NS_SUPPORT): New.
6358 (lisp): Add NS_SUPPORT.
6359 (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
6360
4ff670a8
DR
63612009-09-25 David Reitter <david.reitter@gmail.com>
6362
6363 * nsmenu.m (EmacsMenu-clear): Recognize application menu
6364 on Mac OS X 10.6+ (bug#4513).
6365
feabfb6c
JB
63662009-09-24 Juanma Barranquero <lekktu@gmail.com>
6367
6368 * frame.c (xrdb_get_resource): Return nil for empty string resources;
d528b1ce
SM
6369 some parts of Emacs code (like font selection) don't grok them.
6370 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
feabfb6c 6371
de59072a
AS
63722009-09-24 Andreas Schwab <schwab@redhat.com>
6373
6374 * coding.c (decode_coding_iso_2022): Fix operator precedence.
6375
a489517b
JB
63762009-09-24 Juanma Barranquero <lekktu@gmail.com>
6377
6378 * dired.c (Fdirectory_files): Fix typo in docstring.
6379
0592970c
AR
63802009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6381
6382 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
6383 (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
6384 (EmacsScroller-setPosition:portion:whole:): Remove -display call
6385 under GNUstep.
6386 (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
6387
6388 * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
6389 glyph advancement.
6390
48e8a88b
AR
63912009-09-22 Adrian Robert <Adrian.B.Robert@gmail.com>
6392
6393 * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
b3aac06a 6394 (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
48e8a88b
AR
6395
6396 * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
6397 deleted (bug #4492).
6398
e14f0a78
AR
6399 * nsfont.m (Vns_reg_to_script): New lisp variable.
6400 (syms_of_nsfont): Declare it.
6401 (ns_registry_to_script): New function.
6402 (ns_get_req_script): Call it.
6403 (ns_findfonts): Don't give up on non-unicode registry.
6404
6405 * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
6406
5b650faa
SM
64072009-09-20 Tom Tromey <tromey@redhat.com>
6408
6409 * eval.c (find_handler_clause): Make stack-trace-on-error work in
6410 batch mode (bug#4228).
6411
a489517b 64122009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
0bae4e09
AR
6413
6414 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
a489517b 6415 carefully. (Bug #4339)
0bae4e09 6416
fcfe06f3
CY
64172009-09-18 Chong Yidong <cyd@stupidchicken.com>
6418
d798ba87 6419 * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
fcfe06f3 6420
31642728
AR
64212009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6422
6423 * emacs.c (inhibit_x_resources): Update doc string for NS.
6424 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
cff11156 6425 legacy code for -NXHost. Fix error printf in daemon case.
31642728
AR
6426
6427 * nsterm.h (ns_no_defaults): Remove.
6428
6429 * nsterm.m (ns_no_defaults): Remove.
6430 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
6431 (ns_use_qd_smoothing): Remove legacy variable.
6516d10a
AR
6432 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
6433 don't update the NSWindow itself.
6434 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
a489517b 6435 state detection and store user rect ourselves. (Bug #3581)
31642728
AR
6436
6437 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
6438 ns_use_qd_smoothing.
6439
6440 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
6441 platform versions. Drop support for emacs-20-style face specs.
8aad0aea 6442 (x-close-connection): Drop PSFlush() under OS X.
a489517b 6443 (x-focus-frame): Activate the app first. (Bug #4180)
31642728 6444
8686ac71
JB
64452009-09-17 Juanma Barranquero <lekktu@gmail.com>
6446
6447 * emacs.c (inhibit_x_resources): New variable.
6448 (main) [HAVE_NS]: Don't process --quick command line option.
6449 (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
6450
6451 * lisp.h (inhibit_x_resources): Declare it extern.
6452
6453 * w32reg.c (x_get_string_resource):
6454 * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
6455
e227ba05
EZ
64562009-09-17 Eli Zaretskii <eliz@gnu.org>
6457
362654a6
JB
6458 * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
6459 Add lisp/term/internal.elc.
e227ba05 6460
742d40e8
SM
64612009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * frame.c (x_get_resource_string): Re-add for non-toolkit builds
6464 (bug#4461).
6465
005bd5a2
DN
64662009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6467
6468 * puresize.h (BASE_PURESIZE): Increase to 1290000.
6469
6470 * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
6471 (OBJECTS_MACHINE): Remove, unused.
6472
f9af9719
SM
64732009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * frame.c (x_get_resource_string): Remove unused.
6476
0307c7d2
JD
64772009-09-15 Jan Djärv <jan.h.d@swipnet.se>
6478
6479 * xterm.c (x_new_font): Call change_frame_size before calling
6480 x_set_window_size, in case frame size won't change.
6481
6482 * frame.c (x_set_font): Remove dead code.
6483
428b13d6
SM
64842009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * lread.c (Fload): Also run do-after-load-evaluation while dumping.
6487
5766c380
SM
64882009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * lread.c (Fload): Don't output a message after loading an obsolete
6491 package any more (done in Lisp now).
6492
2fd0161b
CY
64932009-09-12 Chong Yidong <cyd@stupidchicken.com>
6494
6495 * fns.c (syms_of_fns): Doc fix (Bug#4227).
6496
bc5e75b6
SM
64972009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 * keymap.c (Fwhere_is_internal): Use nconc2.
6500
c31c985e
AM
65012009-09-11 Alan Mackenzie <acm@muc.de>
6502
6503 * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
6504 batch mode.
6505
78012bd2
AS
65062009-09-11 Andreas Schwab <schwab@linux-m68k.org>
6507
6508 * xdisp.c (display_mode_element): Detect cycles.
6509
9d889332
SM
65102009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6511
6512 * keymap.c (where_is_internal): Don't erroneously return nil right after
6513 filling the cache.
6514 (where_is_internal_1): Fix up typo.
6515
7ab5d780
GM
65162009-09-11 Glenn Morris <rgm@gnu.org>
6517
6518 * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
6519 share a common doc-string.
6520
5238a749
SM
65212009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6522
66d77eda
SM
6523 * keymap.c (get_keymap): Return the actual keymap symbol rather than
6524 t for autoloaded keymaps when autoloading is not allowed (bug#4393).
6525
5238a749
SM
6526 * keymap.c (QCadvertised_binding): New constant.
6527 (syms_of_keymap): Initialize it.
6528 (Fwhere_is_internal): Try and use bindings from :advertised-binding
6529 if applicable.
6530
19f48442
SM
65312009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6532
50d4ba39
SM
6533 * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
6534 (parse_menu_item): Streamline since bindings are recomputed all the
6535 time anyway. Don't bother checking Vdefine_key_rebound_commands any
6536 more and don't support lmenu's menu-alias any more either.
6537
a88a5372
SM
6538 * keymap.c (where_is_internal_data): Make noindirect a boolean.
6539 (where_is_internal): Strip it down to only traverse the keymaps.
6540 Move the cache handling from Fwhere_is_internal to here.
6541 (Fwhere_is_internal): Move the handling of remapping and the choice of
6542 the best binding from where_is_internal to here.
6543 Unify the cached/noncached paths, so remapping is also handled
6544 correctly when the cache is used, and so the cache can be used to
6545 speed up remap-handling when applicable.
6546 Give preference to non-remapped bindings.
6547 * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
6548 non-remapped bindings.
6549 * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
6550 command remapping.
6551
19f48442
SM
6552 * xdisp.c (display_mode_element): Move list length limit from 50 to
6553 5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
6554
599498c3 65552009-09-09 Adrian Robert <Adrian.B.Robert@gmail.com>
c1905ca3
AR
6556
6557 * nsfont.m (ns_get_family): Don't force first letter to uppercase.
6558
f9b7b5ac
SM
65592009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6560
a53af587
JB
6561 * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
6562 (Bug#4334)
6563
f9b7b5ac
SM
6564 * keymap.c (where_is_internal): Filter out shadowed remappings.
6565 Assume that where_is_internal returns unshadowed bindings to simplify
6566 the code and get rid of the gotos. Use ASIZE.
6567
04f4b72d
JD
65682009-09-04 Jan Djärv <jan.h.d@swipnet.se>
6569
4da146f2
JD
6570 * xterm.c (x_focus_changed): If we get a focusout and pointer
6571 is invisible, make it visible.
6572
04f4b72d
JD
6573 * xterm.h: Remove condition for declaration of
6574 x_*_window_to_frame.
6575
7cef7ce3
SM
65762009-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6577
6578 * dispnew.c (Fsend_string_to_terminal): Make it work again on the
6579 initial terminal as well.
6580
a54fa5b7
JD
65812009-09-02 Jan Djärv <jan.h.d@swipnet.se>
6582
6583 * xterm.h: Rename x_non_menubar_window_to_frame to
7cef7ce3 6584 x_menubar_window_to_frame.
a54fa5b7 6585
50426a04 6586 * xterm.c: Remove declarations also in xterm.h.
a54fa5b7
JD
6587 (XTmouse_position): Do not return valid positions
6588 for clicks in the menubar and the toolbar for Gtk+.
6589
6590 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
6591 if the widget for the event has the same top level as a frame,
6592 return the frame.
6593 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
6594 internal windows, bug #4122.
6595 (x_non_menubar_window_to_frame): Remove.
6596
5a021dd0
GM
65972009-09-02 Glenn Morris <rgm@gnu.org>
6598
6599 * buffer.c (default-major-mode): Move most of the doc from here...
6600 (major-mode): ... to here.
6601
548fe2f3
NR
66022009-08-30 Nick Roberts <nickrob@snap.net.nz>
6603
6604 * process.c (wait_reading_process_output): Keep the descriptor
6605 when pty is used by a non-child process, e.g., in I/O buffer of
6606 GDB this allows inferior to be restarted.
6607
e0840eef
EZ
66082009-08-29 Eli Zaretskii <eliz@gnu.org>
6609
6610 * xdisp.c (redisplay_internal): Remove redundant test and collapse
6611 both branches into one.
6612
82e98df4
SM
66132009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
6616 (main): Use enable-multibyte-characters rather than
6617 default-enable-multibyte-characters. Output a warning message when
6618 running a unibyte session.
6619
890617cb
YM
66202009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6621
6622 * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
6623 LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
6624 (copy_data_segment): Also copy __program_vars section.
6625 (copy_dyld_info) [LC_DYLD_INFO]: New function.
6626 (dump_it) [LC_DYLD_INFO]: Use it.
6627
6628 * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
6629
e7adeadc
EZ
66302009-08-28 Eli Zaretskii <eliz@gnu.org>
6631
6632 * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
6633 $(SRC)/buildobj.h.
6634 (buildobj.h): Renamed from $(SRC)/buildobj.h.
6635 (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
6636 $(SRC)/buildobj.h.
6637 (clean): Add buildobj.h.
6638
3ed8bbdc
TZ
66392009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
6640
6641 * print.c (print_object): Set escapeflag to 1 when printing
6642 hashtable keys and values.
6643
155a6764
SM
66442009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * lread.c (read_integer): Use doubles (and potentially return a float
6647 number) as we do in string-to-number.
6648 (read1): Use strtol to read integers, signal errors on strtol's
6649 overflow and use floats if strtol's output is too large for
6650 Elisp integers.
6651
877610de
EZ
66522009-08-27 Eli Zaretskii <eliz@gnu.org>
6653
6654 * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
6655 (make-buildobj-SH): Fix last change.
6656 (SRC): Move to before where it's first used.
6657
ef73e7be
KH
66582009-08-27 Kenichi Handa <handa@m17n.org>
6659
550c8289
KH
6660 * process.c (send_process): Use encode_coding_object instead of
6661 encode_coding_string to perform eol-conversion even if the string
6662 is unibyte.
6663
60afa08d
KH
6664 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
6665 character.
6666
ef73e7be 6667 * cmds.c (Fself_insert_command): Avoid unnecessay
8a0b709a 6668 unibyte->multibyte conversion. (Bug#4240) (Bug#4037)
ef73e7be 6669
7b3a82d7
DN
66702009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6671
5654bf63
DN
6672 * callproc.c (Fcall_process): Remove always true #if.
6673
7b3a82d7
DN
6674 * lisp.h: Replace #if 0 code for checking with text pointing to
6675 the --enable-checking configure flag.
6676
6677 * emacs.c (main): Mention the --enable-profiling configure flag
6678 instead of using CFLAGS.
6679
878bde49
KR
66802009-08-26 Ken Raeburn <raeburn@raeburn.org>
6681
6682 * Makefile.in (buildobj.h): New target.
6683 (doc.o): Depend on it.
6684 (temacs${EXEEXT}): Don't generate buildobj.lst.
6685 (mostlyclean): Delete buildobj.h, not buildobj.lst.
6686 * makefile.w32-in ($(SRC)/buildobj.h): New target.
6687 ($(BLD)/doc.$(O)): Depend on it.
6688 (make-buildobj-CMD, make-buildobj-SH): New targets. (Syntax help
6689 provided by Eli Zaretskii.)
6690 ($(TEMACS)): Don't generate buildobj.lst.
6691 * doc.c: Include buildobj.h.
6692 (buildobj): New static variable.
6693 (Fsnarf_documentation): Use it, instead of opening and reading
6694 buildobj.lst.
6695
1574224c
MA
66962009-08-25 Michael Albinus <michael.albinus@gmx.de>
6697
6698 * dbusbind.c (Fdbus_call_method)
6699 (Fdbus_call_method_asynchronously): Use English numeric format for
6700 timeout values in doc string.
6701
d9da2f45
KH
67022009-08-25 Kenichi Handa <handa@m17n.org>
6703
ef73e7be
KH
6704 * alloc.c (mark_char_table): New function.
6705 (mark_object): Use mark_char_table for a char-table.
6706
d9da2f45
KH
6707 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
6708 (CHAR_TABLE_REF): Use it.
6709
c8edcc01
KR
67102009-08-23 Ken Raeburn <raeburn@raeburn.org>
6711
6712 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
6713 before invoking the newly build emacs to check for load-path
6714 shadowing.
6715
7763401b
GM
67162009-08-22 Glenn Morris <rgm@gnu.org>
6717
6718 * Makefile.in (bootstrap_exe): New variable.
6719 (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
6720 Use ${bootstrap_exe}.
6721
729eadda
EZ
67222009-08-22 Eli Zaretskii <eliz@gnu.org>
6723
6724 * coding.h (encode_coding_string): Don't encode unibyte strings.
6725 (Bug#4047)
6726
eb4c6ace
MA
67272009-08-22 Michael Albinus <michael.albinus@gmx.de>
6728
6729 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
6730
6731 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
6732 intended as hotfix only.
6733 (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
6734
36e34d1b
AR
67352009-08-21 Adrian Robert <Adrian.B.Robert@gmail.com>
6736
6737 * nsterm.m (ns_get_color): Update documentation properly for last
6738 change, and clean up loose ends in the code left by it. Fix
6739 longstanding bug with 16-bit hex parsing, and add support for
6740 yet another X11 format (rgb:r/g/b) for compatibility.
6741 * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
6742 timer_check() to avoid crash on Leopard/PPC. Bug #2154.
6743
f983eb8a
SM
67442009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
6747
3f56d3c6
MA
67482009-08-20 Michael Albinus <michael.albinus@gmx.de>
6749
6750 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
6751 (xd_add_watch, xd_remove_watch): Use it. Print debug messages.
6752 (xd_initialize, xd_pending_messages): Check, whether
6753 $DBUS_SESSION_BUS_ADDRESS is set.
6754
fb641d68
YM
67552009-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6756
6757 * nsfns.m (Fxw_color_values): Return 3-element list. Doc fix.
6758
6759 * nsterm.m (ns_get_color): Remove incompatible color formats again.
6760
cf59a374
GM
67612009-08-20 Glenn Morris <rgm@gnu.org>
6762
6763 * emacs.c (system-type): Doc fix.
6764
1373f3be
SM
67652009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6766
6767 * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
6768 enough for the most common situations. Avoid SET_SYMBOL_VALUE.
6769
058ed861
MA
67702009-08-18 Michael Albinus <michael.albinus@gmx.de>
6771
1373f3be
SM
6772 * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
6773 New functions.
058ed861
MA
6774 (xd_initialize): Revert change from 2009-08-16.
6775
563a866e 67762009-08-18 Kenichi Handa <handa@m17n.org>
5fc05db0
KH
6777
6778 * fontset.c (Ffontset_font): If a nil element is found in a
563a866e 6779 font-group vector, return nil.
5fc05db0 6780
e42bdf01
CY
67812009-08-17 Chong Yidong <cyd@stupidchicken.com>
6782
6783 * process.c (status_notify): Don't perform redisplay.
6784 (Fdelete_process, list_processes_1, process_send_signal):
6785 Expliticly perform redisplay.
6786 (wait_reading_process_output): Always check process status, but
6787 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
6788
4230ab74
KR
67892009-08-17 Ken Raeburn <raeburn@raeburn.org>
6790
1373f3be 6791 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
f601cdf3
KR
6792 (XFLOAT_INIT): New macro for storing a float value.
6793 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
6794 * fns.c (sxhash): Copy out the value of a float in order to
6795 examine its bytes.
6796 * dbusbind.c (xd_append_arg): Likewise.
6797
4230ab74
KR
6798 * emacs.c (main): Don't call syms_of_data twice.
6799
a0645cdd
MA
68002009-08-16 Michael Albinus <michael.albinus@gmx.de>
6801
6802 * dbusbind.c (xd_initialize): Add connection file descriptor to
6803 input_wait_mask, in order to let select() detect, whether a new
6804 message has been arrived.
ca4f31ea 6805 (Fdbus_call_method_asynchronously): Allow nil HANDLER.
a0645cdd 6806
485db0ba
MA
68072009-08-15 Michael Albinus <michael.albinus@gmx.de>
6808
1373f3be
SM
6809 * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
6810 New functions.
485db0ba
MA
6811
6812 * lisp.h (xd_pending_messages): Declare.
6813
6814 * keyboard.c (readable_events): Call xd_pending_messages.
6815
b5b98ff4
CY
68162009-08-15 Chong Yidong <cyd@stupidchicken.com>
6817
1373f3be 6818 * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
84b17ab0 6819
f8354c6e
CY
6820 * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
6821
b5b98ff4
CY
6822 * buffer.c (set_buffer_internal_1)
6823 (swap_out_buffer_local_variables): Check for unbound local
6824 variables (Bug#4138).
6825
8b9fc636
EZ
68262009-08-14 Eli Zaretskii <eliz@gnu.org>
6827
6828 * process.c (create_pty): Fix last change.
6829
ce959360
CY
68302009-08-13 Chong Yidong <cyd@stupidchicken.com>
6831
6832 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
6833 (xbm_load_image): Caller changed.
64b807c9 6834 (xbm_file_p): Avoid signalling an image_error (Bug#4107).
ce959360 6835
c7baf7e9
NR
68362009-08-13 Nick Roberts <nickrob@snap.net.nz>
6837
6838 * process.c (create_pty): New function.
6839 (Fstart_process): Use it to allow Emacs to just associate a pty
6840 with the buffer. See associated change in gdb-mi.el.
6841 (list_processes_1): Deal with no program name.
6842 (start_process_unwind): Use pid == -2 to mean no process.
6843
1ac9108a
SM
68442009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * cmds.c (nonundocount): New global variable.
6847 (keys_of_cmds): Initialize it.
6848 (Fself_insert_command): Use it to combine upto 20 sequential chars
6849 into a single undo entry, just like the Qself_insert_command code in
6850 keyboard.c does.
6851 Call frame_make_pointer_invisible, also like the Qself_insert_command
6852 code in keyboard.c does.
6853 * keyboard.c (command_loop_1): Use the new global nonundocount rather
6854 than its own local replacement for it.
6855
e267324c
KR
68562009-08-10 Ken Raeburn <raeburn@raeburn.org>
6857
1ac9108a 6858 * fns.c (concat): Don't re-set string length to its current value.
77437343 6859
1ac9108a
SM
6860 * coding.h (decode_coding_string, encode_coding_string):
6861 Use SBYTES macro.
f0bed503 6862
1ac9108a 6863 * doprnt.c (doprnt_lisp): Delete unused function.
e267324c
KR
6864 (doprnt): Merge with doprnt1, discarding lispstrings code.
6865 * lisp.h (doprnt_lisp): Don't declare.
6866
416e006d
JL
68672009-08-07 Juri Linkov <juri@jurta.org>
6868
6869 * puresize.h (BASE_PURESIZE): Increase to 1270000.
6870
6f7d5780
DN
68712009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6872
6873 * print.c (syms_of_print): Undo previous change.
6874
f19a0f5b
TZ
68752009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6876
6877 * lread.c (read1, syms_of_lread): Read hashtables back from the
6878 readable format.
6879
6880 * print.c (print_preprocess, print_object): Print hashtables fully
6881 and readably.
6882 (syms_of_print): Provide 'hashtable-print-readable.
6883
b9173dc2
AR
68842009-08-02 Adrian Robert <Adrian.B.Robert@gmail.com>
6885
6886 * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
6887 no family set.
6888 (nsfont_open): Handle case when entity has no family.
6889
1586503c
AR
68902009-07-29 Adrian Robert <Adrian.B.Robert@gmail.com>
6891
6892 * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
6893 element, not a list, for match case.
6894
087048cd
KH
68952009-07-28 Kenichi Handa <handa@m17n.org>
6896
6897 * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
6898 rigidly.
6899
6900 * xfont.c (xfont_list_pattern): Don't ignore the return value of
6901 font_parse_xlfd. Check font properties more rigidly.
6902
780c2506
DN
69032009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6904
31fd7c5c
JB
6905 * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
6906 bsd-common.h.
780c2506 6907
a8c0cc18
KH
69082009-07-27 Kenichi Handa <handa@m17n.org>
6909
6910 * xfaces.c (face_with_height): Call font_clear_prop.
6911
4fbe2306
CY
69122009-07-26 Chong Yidong <cyd@stupidchicken.com>
6913
111d9af3
CY
6914 * dispnew.c (init_display): Use Qx, Qw32, and Qns.
6915
6916 * xterm.c (x_term_init): Use Qx.
6917
4fbe2306
CY
6918 * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
6919
1ac9108a 6920 * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
4fbe2306
CY
6921 (ns_get_color): Revert 2009-07-16 change.
6922
beb0b7f9
EZ
69232009-07-25 Eli Zaretskii <eliz@gnu.org>
6924
6925 * lread.c (syms_of_lread) <force_load_messages>: New variable.
1ac9108a 6926 (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
beb0b7f9 6927
2baf5e76
KR
69282009-07-25 Ken Raeburn <raeburn@raeburn.org>
6929
1ac9108a
SM
6930 * coding.h (decode_coding_string, encode_coding_string):
6931 Use SCHARS macro.
8890e5f5 6932
2baf5e76 6933 * lread.c: Rewrite 2009-07-21 changes.
1ac9108a 6934 (load_depth): Delete.
2baf5e76
KR
6935 (Qload_in_progress): New variable.
6936 (load_unwind): Don't reference load_depth or load_in_progress.
6937 (Fload): Likewise; specbind Qload_in_progress instead.
6938 (init_lread): Don't initialize load_depth.
6939 (syms_of_lread): Initialize and protect Qload_in_progress.
6940
1395c6f5
AR
69412009-07-24 Adrian Robert <Adrian.B.Robert@gmail.com>
6942
6943 * nsfont.m (ns_findfonts): Correctly return fallback in match case.
6944
4e2f36cf
AR
69452009-07-23 Yavor Doganov <yavor@gnu.org>
6946
6947 * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
6948
5dd9a6f7
AR
69492009-07-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6950
6951 * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
7f6ad209
AR
6952 Bugs 3792, 3720, 2402.
6953 (ns_lookup_indexed_color): Check for bad index.
6954 (ns_index_color): Init unused slot to 0.
6955 (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
6956 Bug 3714, possibly 3082.
5dd9a6f7 6957
c902b920
JR
69582009-07-22 Jason Rumney <jasonr@gnu.org>
6959
1ac9108a
SM
6960 * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
6961 Position IME window at cursor (Bug#2570).
c902b920
JR
6962 (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
6963 (globals_of_w32fns): Dynamically load functions required above.
6964
6965 * w32term.c (w32_draw_window_cursor): Send message to reposition
6966 any IME window.
6967
090101cf
CY
69682009-07-21 Chong Yidong <cyd@stupidchicken.com>
6969
6970 * fileio.c: Revert 2009-07-16 changes.
6971 (Vauto_save_include_big_deletions): New variable.
6972 (Fdo_auto_save): Disable auto-save only if
6973 auto-save-include-big-deletions is nil.
6974
e6583e3d
CY
69752009-07-21 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * xdisp.c (move_it_to): For continued lines ending in a tab, take
6978 the overflowed pixels into account (Bug#3879).
6979
ece435a5
KR
69802009-07-21 Ken Raeburn <raeburn@raeburn.org>
6981
6982 * lread.c (load_depth): New variable.
6983 (Fload, load_unwind, init_lread): Set it to the load recursion
6984 depth; set load_in_progress as a simple boolean based on the
6985 current load_depth. (Bug#3892)
6986
40b2d973
AR
69872009-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
6988
6989 * nsfont.m (ns_has_attribute): Remove.
6990 (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
6991
10be7e0d
JL
69922009-07-18 Juri Linkov <juri@jurta.org>
6993
6994 * process.c (Fset_process_query_on_exit_flag): Mention killing
6995 a buffer in docstring.
6996
fa055055
KH
69972009-07-17 Kenichi Handa <handa@m17n.org>
6998
6999 * casetab.c (shuffle): Fix the logic of setting up the cycle.
7000
042f7b69
YM
70012009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7002
7003 * nsfns.m (Fns_set_alpha): Remove function.
7004 (syms_of_nsfns): Don't defsubr it.
7005
7006 * nsterm.m (ns_get_color): Remove incompatible color formats.
7007 (ns_color_to_lisp): Generate #rrggbb color format string.
7008
4be941e3
RS
70092009-07-16 Richard Stallman <rms@gnu.org>
7010
7011 * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
7012 (Fset_buffer_auto_saved): Handle save_length = -2.
7013
4e6b227d
CY
70142009-07-16 Chong Yidong <cyd@stupidchicken.com>
7015
7016 * xterm.c (Qx_gtk_map_stock): New var.
7017
7018 * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
7019 of calling intern each time.
7020
a1856973
YM
70212009-07-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7022
7023 * nsfont.m (nsfont_draw): Remove code for stippling, which actually
7024 does tiling.
7025
7026 * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
7027
497e54d8
KH
70282009-07-14 Kenichi Handa <handa@m17n.org>
7029
72d36834
KH
7030 * font.c (font_vconcat_entity_vectors): New function.
7031 (struct font_sort_data): New member font_driver_preference.
7032 (font_compare): Check font_driver_preference.
7033 (font_sort_entities): The format of the first argument changed.
7034 (font_delete_unmatched): Likewise.
7035 (font_list_entities): The return type changed.
7036 (font_select_entity): The format of the second argument changed.
1ac9108a
SM
7037 (font_find_for_lface): Adjuste for the above changes.
7038 Don't suppress the checking of C even if the repertory supports it.
7039 (Flist_fonts): Adjust for the above changes.
72d36834 7040
1ac9108a
SM
7041 * ftfont.c (ftfont_spec_pattern): New arg langname. Change caller.
7042 (ftfont_list): Adjust for the change of ftfont_spec_pattern.
497e54d8
KH
7043 Reject a font who has adstyle property that is different from a
7044 langname derived from registry property.
1ac9108a 7045 (ftfont_match): Adjust for the change of ftfont_spec_pattern.
497e54d8 7046
b6046155
EZ
70472009-07-13 Eli Zaretskii <eliz@gnu.org>
7048
7049 * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
7050 local copy of dirfilename.
7051
fb6b6049
KH
70522009-07-13 Kenichi Handa <handa@m17n.org>
7053
e2402a5e
KH
7054 * chartab.c (sub_char_table_ref_and_range): Fix the range check
7055 against max_char.
7056
fb6b6049
KH
7057 * cmds.c (internal_self_insert): Check sym by SYMBOLP before
7058 calling XSYMBOL (sym).
7059
65156807
EZ
70602009-07-11 Eli Zaretskii <eliz@gnu.org>
7061
1ac9108a
SM
7062 * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
7063 New function.
7064 (directory_files_internal) [WINDOWSNT]:
7065 Bind w32-get-true-file-attributes to either t or nil, depending whether
65156807
EZ
7066 the filesystem of the directory is fast or slow.
7067
7068 * w32.c (logon_network_drive): Don't assume PATH is an absolute
7069 file name.
7070 (is_slow_fs): New function.
7071 (stat): Use it to determine whether to issue more system calls to
7072 get accurate file attributes, when w32-get-true-file-attributes is
7073 `local'.
7074
e0ab5fcf
JD
70752009-07-10 Jan Djärv <jan.h.d@swipnet.se>
7076
7077 * xfns.c (Fx_select_font): Remember last font selected in
31fd7c5c 7078 x_last_font_name and use that the next time. Also try the frame
e0ab5fcf
JD
7079 parameter font-parameter as default to the font dialog.
7080
784ceded
KH
70812009-07-10 Kenichi Handa <handa@m17n.org>
7082
7083 * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
7084
fb8edc0b
EZ
70852009-07-09 Eli Zaretskii <eliz@gnu.org>
7086
1ac9108a 7087 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
017dab84 7088
fb8edc0b
EZ
7089 * w32.c (stat): Treat UNC file names as residing on remote
7090 drives. (Bug#3542)
7091
635c75b1
KH
70922009-07-09 Kenichi Handa <handa@m17n.org>
7093
7094 * fontset.c (fontset_find_font): Fix previous change.
7095
c1d5ce94
MA
70962009-07-08 Michael Albinus <michael.albinus@gmx.de>
7097
7098 * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
7099 (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
7100 error flag.
7101
edb61b39
KH
71022009-07-08 Kenichi Handa <handa@m17n.org>
7103
374bf7e4
KH
7104 * fontset.c (fontset_find_font): Fix the logic of handling
7105 charset_matched.
7106 (font_for_char): Delete unused var.
7107 (generate_ascii_font_name): Delete it.
7108
edb61b39
KH
7109 * coding.h (JIS_TO_SJIS2): Fix the code range check.
7110
7111 * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
7112 (encode_coding_sjis): Fix the code range check.
7113
0f3f018c
CY
71142009-07-07 Chong Yidong <cyd@stupidchicken.com>
7115
7116 * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
7117 (Fexpand_file_name): Copy string data properly (Bug#3772).
7118
fcaf6f3a
JD
71192009-07-07 Jan Djärv <jan.h.d@swipnet.se>
7120
7121 * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
7122 first MapNotify.
7123
6809ca75
KH
71242009-07-07 Kenichi Handa <handa@m17n.org>
7125
7126 * character.h (unibyte_has_multibyte_table): Delete extern.
7127 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
7128
7129 * charset.c (Fset_charset_priority): Update charset_unibyte.
7130 (syms_of_charset): Initialize charset_unibyte.
7131
7132 * character.c (unibyte_has_multibyte_table): Delete it.
7133 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
7134 charset_unibyte.
7135 (multibyte_char_to_unibyte_safe): Likewise.
7136 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
7137
1ac9108a 7138 * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
6809ca75
KH
7139 (x_produce_glyphs): Likewise.
7140
7141 * .gdbinit (xcharset): Fix the treating $arg0.
7142
ad9e2d54
EZ
71432009-07-04 Eli Zaretskii <eliz@gnu.org>
7144
7145 Emulation of `getloadavg' on MS-Windows.
50426a04 7146 * w32.c: Include float.h.
ad9e2d54
EZ
7147 (g_b_init_get_native_system_info, g_b_init_get_system_times)
7148 (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
7149 (get_native_system_info, get_system_times): New functions.
7150 (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
7151 (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
7152 (globals_of_w32): Initialize g_b_init_get_native_system_info,
7153 g_b_init_get_system_times, and num_of_processors.
7154
0a3472c7
JR
71552009-07-03 Jason Rumney <jasonr@gnu.org>
7156
7157 * w32term.c (w32_initialize): Use standard types.
7158
80904120
EZ
71592009-07-03 Eli Zaretskii <eliz@gnu.org>
7160
7161 * dired.c (Ffile_attributes): Decode user and group names by the
7162 locale's encoding. (Bug#3443)
7163
6978862d
DN
71642009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7165
f8d23104
DN
7166 * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
7167 (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
7168
7169 * callproc.c (child_setup): Use #else instead of a separate #ifdef.
7170
7171 * term.c (init_tty): Remove spurious #ifdef.
7172
6978862d
DN
7173 * m/mips.h: Mention this file is also used for netbsd.
7174 * m/pmax.h: Remove file.
7175
e044e4fc
JD
71762009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7177
7178 * xterm.h (struct x_display_info): Add invisible_cursor.
7179 (struct x_output): Add current_cursor.
7180
7181 * xterm.c (XTtoggle_invisible_pointer): New function.
7182 (x_define_frame_cursor): Don't define cursor if invisible or the
7183 same as before. Set current_cursor.
7184 (x_create_terminal): Set toggle_invisible_pointer_hook.
7185
7186 * xfns.c (make_invisible_cursor): New function.
7187 (x_set_mouse_color): Call make_invisible_cursor.
7188 Set current_cursor.
7189 (x_window): Set current_cursor.
7190
7191 * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
7192
7193 * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
7194 inserting a character.
7195 (read_avail_input): Call frame_make_pointer_visible.
7196
7197 * frame.c (Vmake_pointer_invisible): New variable.
1ac9108a
SM
7198 (frame_make_pointer_invisible, frame_make_pointer_visible):
7199 New functions.
e044e4fc
JD
7200 (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
7201
7202 * frame.h: Declare frame_make_pointer_invisible and
7203 frame_make_pointer_visible.
7204 (struct frame): Add pointer_invisible.
7205
574c8efa
JD
72062009-07-02 Jan Djärv <jan.h.d@swipnet.se>
7207
7b507248
JD
7208 * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
7209 frame isn't visible.
7210 (xg_frame_resized): If width/height is -1, get size of window
7211 from X server.
7212
7213 * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
7214 for MapNotify.
7215
835bdaa7 7216 * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
31fd7c5c 7217 here or call change_frame_size. Just call flush_and_sync.
1ac9108a 7218 (flush_and_sync): Reintroduce.
574c8efa 7219
3f1c6666 72202009-07-01 Jan Djärv <jan.h.d@swipnet.se>
69b16610 7221
31fd7c5c 7222 * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
acd51077
JD
7223
7224 * xterm.c (x_handle_net_wm_state): Also look for sticky.
7225 (x_term_init): Initialize Xatom_net_wm_state_sticky.
7226
7227 * frame.h: Declare Qsticky.
7228
cad9ef74
JD
7229 * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
7230
7231 * nsfns.m (ns_frame_parm_handlers): Ditto.
7232
7233 * frame.c: Declare Qsticky.
7234 (frame_parms): Add sticky.
7235
7236 * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
7237
7238 * xterm.h: Declare x_set_sticky.
7239
7240 * xterm.c (x_set_sticky): New function.
7241
69b16610
JD
7242 * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
7243 (xg_tool_bar_menu_proxy): Attach enter/leave events to
7244 xg_tool_bar_proxy_help_callback.
3f1c6666
JD
7245
7246 * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
7247
7248 * frame.c: Qmaximized is new.
7249 (x_set_frame_parameters): Do not handle fullscreen specially.
7250 Only set width and height if explicitly set.
7251 (x_set_fullscreen): Handle Qmaximized.
7252 (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
7253 (syms_of_frame): Initialize Qmaximized.
7254
1ac9108a
SM
7255 * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
7256 Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
3f1c6666
JD
7257
7258 * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
31fd7c5c
JB
7259 for Expose event. Add call to x_check_fullscreen for MapNotify event.
7260 Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
3f1c6666
JD
7261 set gravity to NorthWestGravity when USE_GTK.
7262 (set_wm_state): New function.
31fd7c5c 7263 (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
3f1c6666
JD
7264 (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
7265 (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
31fd7c5c 7266 or the case when no window manager is running. That means remove calls
3f1c6666
JD
7267 to x_real_positions and x_fullscreen_adjust.
7268
7269 * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
7270 (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
7271 flush_and_sync.
7272 (xg_height_changed): New function.
7273 (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
1ac9108a
SM
7274 and gtk_window_set_policy. Set frame gravity after parsing the
7275 geometry string.
3f1c6666
JD
7276 (xg_update_frame_menubar, free_frame_menubar)
7277 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
7278 (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
7279 Remove calls to xg_frame_set_char_size.
7280
fd503d99
KH
72812009-07-01 Kenichi Handa <handa@m17n.org>
7282
7283 * keyboard.c (decode_keyboard_code): New function.
7284 (tty_read_avail_input): Decode the input bytes if necessary.
7285
1ac9108a
SM
7286 * coding.c (setup_coding_system):
7287 Initialize coding->carryover_bytes to 0.
fd503d99
KH
7288 (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
7289 use Qno_conversion.
7290
24ed93fb
YM
72912009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7292
7293 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
7294
99061dfc
CY
72952009-06-30 Chong Yidong <cyd@stupidchicken.com>
7296
1ac9108a 7297 * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
99061dfc 7298
ff90fbde
JR
72992009-06-30 Jason Rumney <jasonr@gnu.org>
7300
7301 * w32term.c (w32_initialize): Use GetModuleHandle for library that
7302 is already loaded.
7303 Set user model ID if supported (bug#1849).
7304
5f445726
JM
73052009-06-29 Jim Meyering <meyering@redhat.com>
7306
7307 Remove useless if-before-xfree test.
7308 * nsfont.m (nsfont_close): Remove useless test.
7309 * term.c (delete_tty): Likewise.
7310 * w32.c (system_process_attributes): Likewise.
7311 * w32font.c (w32font_close): Likewise.
7312 * xfaces.c (x_free_gc): Likewise.
7313 * xselect.c (buffer): Likewise.
7314
b9607587
AS
73152009-06-28 Andreas Schwab <schwab@linux-m68k.org>
7316
7317 * process.c (send_process): Keep decoded string in a local
7318 variable and protect it from GC. (Bug#3521)
7319
89ba96f4
EZ
73202009-06-28 Eli Zaretskii <eliz@gnu.org>
7321
7322 * term.c (create_tty_output) [MSDOS]: #ifdef away.
7323 (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
7324
098a1589
CY
73252009-06-28 Chong Yidong <cyd@stupidchicken.com>
7326
485422be
CY
7327 * xdisp.c (start_display, handle_face_prop)
7328 (move_it_vertically_backward, cursor_row_fully_visible_p)
1ac9108a
SM
7329 (redisplay_window, try_window_id, produce_image_glyph):
7330 Delete some #ifdef-ed out code chunks that are now obsolete.
485422be 7331
098a1589
CY
7332 * xterm.c (x_update_window_begin, x_new_focus_frame)
7333 (x_scroll_bar_handle_click, handle_one_xevent)
7334 (handle_one_xevent, XTread_socket, x_focus_on_frame)
7335 (x_make_frame_visible, x_make_frame_invisible)
7336 (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
7337 code chunks that are now obsolete.
7338
78c38319
MA
73392009-06-28 Michael Albinus <michael.albinus@gmx.de>
7340
7341 * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
7342 xd_symbol_to_dbus_type. With Solaris 2.11, it was said to compile
7343 for hours, when optimzation is enabled.
7344 (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
7345 (xd_read_message): Make them static.
7346
4189ed40
CY
73472009-06-27 Chuck Blake <cblake@pdos.csail.mit.edu> (tiny change)
7348
7349 * term.c (turn_on_face): Allow simultaneously bold and dim
7350 terminal faces (Bug#3530).
7351
cd9b5e16
CY
73522009-06-27 Chong Yidong <cyd@stupidchicken.com>
7353
4e23bedb
CY
7354 * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
7355
cd9b5e16
CY
7356 * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
7357 truncation glyphs (Bug#3686).
7358
07cc3c35
GM
73592009-06-27 Glenn Morris <rgm@gnu.org>
7360
7361 * m/pmax.h: Restore file, with only netbsd portions.
7362
31fd7c5c 73632009-06-26 David Reitter <david.reitter@gmail.com>
25c5550f 7364
cd9b5e16 7365 * nsterm.m (keydown): Avoid infinite loop.
25c5550f 7366
42d4a64f
KH
73672009-06-26 Peter Jolly <peter@jollys.org> (tiny change)
7368
7369 * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
7370 the arg FORCE_SYMBOL.
7371
930fe55b 73722009-06-25 Kenichi Handa <handa@m17n.org>
a71ccf3a
KH
7373
7374 * fontset.c (fontset_find_font): When a usable rfont_def is found
7375 in a fallback font-group, make it the first element of the group.
7376
57ebc3fd
CY
73772009-06-24 Chong Yidong <cyd@stupidchicken.com>
7378
7379 * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
7380
f084f942
KH
73812009-06-24 Kenichi Handa <handa@m17n.org>
7382
7383 * fontset.c (fontset_get_font_group): Return 0 if no font-group is
7384 set for C.
7385 (fontset_font): Record the availability of a font for C both in
7386 the realized fontsets of the current one and the default one.
7387
2f686c87
DN
73882009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7389
7390 * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
7391 conditional, it is always defined on AIX.
7392
666e158e
MB
73932009-06-23 Miles Bader <miles@gnu.org>
7394
7395 * window.c (Vrecenter_redisplay): New variable.
7396 (syms_of_window): Initialize it.
7397 (Qtty): New extern declaration.
7398 (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
7399
c6da7cd2
JM
74002009-06-23 Jim Meyering <meyering@redhat.com>
7401
1ac9108a
SM
7402 * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
7403 Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
632c2030 7404 pointer dereferences are guaranteed to be valid.
c6da7cd2 7405
678dca3d
KH
74062009-06-23 Kenichi Handa <handa@m17n.org>
7407
74d75424
KH
7408 * emacs.c (main): Call init_font ().
7409
7410 * font.h (Vfont_log): Extern it.
7411 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
7412
7413 * font.c (font_sort_entities, font_list_entities)
7414 (font_matching_entity, font_open_entity)
7415 (font_close_object): Change font_add_log to FONT_ADD_LOG.
7416 (Vfont_log): Delete static.
7417 (font_log_env_checked): Delete this variable.
7418 (font_add_log): Don't check font_log_env_checked.
7419 (font_deferred_log): Check Vfont_log.
7420 (init_font): New function.
7421
678dca3d
KH
7422 * ftfont.c: Change font_add_log to FONT_ADD_LOG.
7423
7424 * w32font.c: Change font_add_log to FONT_ADD_LOG.
7425
7426 * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
7427
7428 * xfont.c: Change font_add_log to FONT_ADD_LOG.
7429
7430 * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
7431 (face_for_char): Don't call font_deferred_log here.
7432 (font_for_char): Likewise.
7433
8a668709
CY
74342009-06-22 Chong Yidong <cyd@stupidchicken.com>
7435
9a01ee33
CY
7436 * w32term.c (x_draw_glyph_string): Use the glyph string's width
7437 rather than its background_width for drawing the overline and
7438 underline (Bug#489).
7439
7440 * xterm.c (x_draw_glyph_string): Use the glyph string's width
7441 rather than its background_width for drawing the overline and
7442 underline (Bug#489).
ec7c9926
CY
7443 (xg_default_icon_file): New variable.
7444 (syms_of_xterm): Initialize it to the Emacs SVG icon file.
7445 (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9a01ee33 7446
8a668709
CY
7447 * xdisp.c (Qbefore_string, Qafter_string): Add externs.
7448 (load_overlay_strings): Remove externs.
7449 (fast_find_position): Function deleted.
7450 (mouse_face_from_buffer_pos): New function, based on
7451 fast_find_position. Correctly handle before-strings,
7452 display-strings, and after-strings (Bug#1220).
7453 (note_mouse_highlight): Use mouse_face_from_buffer_pos.
7454
4d4c02d8
CY
74552009-06-21 Chong Yidong <cyd@stupidchicken.com>
7456
1ac9108a 7457 * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
4d4c02d8
CY
7458 (move_it_in_display_line_to, move_it_in_display_line_to)
7459 (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
7460
70243478
CY
74612009-06-21 Chong Yidong <cyd@stupidchicken.com>
7462
7463 * Branch for 23.1.
7464
13087e59
JR
74652009-06-21 Jason Rumney <jasonr@gnu.org>
7466
7467 * w32term.c (keyboard_codepage): New static variable.
7468 (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
7469 (w32_read_socket) [WM_CHAR]: Use it to decode character
7470 input (bug#3237).
7471 (w32_initialize): Initialize it.
7472 (codepage_for_locale): New function.
7473
4735b74e
KR
74742009-06-20 Ken Raeburn <raeburn@raeburn.org>
7475
7476 * process.c (status_message): Pass Faset index argument as a lisp
7477 object, so as to work with USE_LISP_UNION_TYPE.
7478
0e727afa
YM
74792009-06-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7480
7481 * coding.c (Ffind_coding_systems_region_internal):
7482 Cache checked characters.
7483
cf299835
KH
74842009-06-18 Kenichi Handa <handa@m17n.org>
7485
1ac9108a 7486 * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
cf299835 7487
90f20d94
AS
74882009-06-18 Andreas Schwab <aschwab@redhat.com>
7489
7490 * xdisp.c (redisplay_internal): Check that the frame is still
7491 live after redisplay of its windows.
7492 (redisplay_windows): Check that the window is still live.
7493
7f1faf1c
KH
74942009-06-17 Andreas Schwab <schwab@linux-m68k.org>
7495
7496 * coding.c (detect_coding_utf_16): Fix previous change.
7497
cc13543e
KH
74982009-06-16 Kenichi Handa <handa@m17n.org>
7499
7500 * coding.c (detect_coding_utf_16): Fix the logic of rejecting
7501 UTF-16 by checking the dispersion of Eth and Oth bytes.
7502
977b85f4
AS
75032009-06-15 Andreas Schwab <schwab@linux-m68k.org>
7504
7505 * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
7506
66bd43d1
KH
75072009-06-15 Kenichi Handa <handa@m17n.org>
7508
7509 * process.c (status_message): Fix previous change. Be sure to
7510 decode a localized string.
7511
cb5ca9c5
YM
75122009-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7513
7514 * xterm.c (x_delete_terminal): Put previous change in #if 0 and
7515 add comment explaining why.
7516
ec7709ba 75172009-06-14 Sidney Markowitz <sidney@sidney.com>
5ee6f629 7518
ec7709ba 7519 * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
5ee6f629 7520
4b7f335c
AR
75212009-06-14 Adrian Robert <Adrian.B.Robert@gmail.com>
7522
7523 * nsfont.m (ns_attribute_value): Remove.
7524 (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
7525 (ns_has_attribute): Shrink the normal range.
7526 (ns_findfonts): Don't worry about requested spec in determining
7527 need for synthItal.
e41820ee 7528 (ns_get_covering_families): Retain scriptToFamilies.
4b7f335c 7529
73b26103
SZ
75302009-06-14 Seiji Zenitani <zenitani@mac.com>
7531
7532 * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
7533
5753e4da
KH
75342009-06-11 Kenichi Handa <handa@m17n.org>
7535
7536 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
7537 overhang for the static composition case.
7538
3561b671
KH
75392009-06-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7540
5753e4da
KH
7541 * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
7542 overhang for the automatic composition case.
7543
3561b671
KH
7544 * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
7545 composition case.
7546
852bbd41
CY
75472009-06-10 Chong Yidong <cyd@stupidchicken.com>
7548
7549 * xdisp.c (get_next_display_element): When handling wrap-prefix
7550 and line-prefix, treat \n as a control character (bug#3502).
7551
9903d1e6
KH
75522009-06-10 Kenichi Handa <handa@m17n.org>
7553
7554 * font.c (font_parse_family_registry): Fix for one-char foundry.
7555 (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
7556
0bcbaaaa
CY
75572009-06-09 Dmitry Dzhus <dima@sphinx.net.ru> (tiny change)
7558
7559 * process.c (status_message): Fix handling of multibyte signal
7560 string (Bug#3499).
7561
40aa3f13
JM
75622009-06-09 Jim Meyering <meyering@redhat.com>
7563
1f80c7e2
CY
7564 * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
7565 color name is missing.
40aa3f13 7566
72d51285
KH
75672009-06-09 Kenichi Handa <handa@m17n.org>
7568
7569 * charset.c (Fmap_charset_chars): In docstring, state clearly that
7570 FROM-CODE and TO-CODE are codepoints of CHARSET.
7571
c1d04d84
AR
75722009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
7573
7574 * nsterm.m (ns_use_system_highlight_color): Drop, unused.
7575
75762009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
7577
7578 Changes to support :script/:lang/:otf in NS font driver.
7579 * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
7580 (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
7581 indicate not part of font driver interface, and change callers.
7582 (ns_get_family): Remove pointless null check.
7583 (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
7584 ns_spec_to_descriptor, ns_descriptor_to_entity.
7585 (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
7586 (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
7587 (ns_spec_to_descriptor, ns_descriptor_to_entity)
7588 (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
7589 (ns_get_req_script, ns_accumulate_script_ranges)
7590 (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
7591 New functions.
7592 (nsfont_list, nsfont_match): Use ns_findfonts.
7593 (nsfont_open): Use font descriptor instead of traits.
7594 (nsfont_draw): Handle "automatic" (lookup-table) compositions.
7595 (dump_glyphstring): Rename to ns_dump_glyphstring.
7596
c7eb9816
AR
7597 * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
7598
c1d04d84
AR
7599 * nsfns.m (Fns_popup_font_panel): Use shared font manager.
7600
7601 * fontset.c (fontset_from_font): Remove NS-specific code.
7602
ec7709ba 76032009-06-08 Peter Jones <pjones@pmade.com> (tiny change)
c1d04d84
AR
7604
7605 * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
7606 nonactive windows.
7607
31fd7c5c 76082009-06-08 Felix Mueller <felix@enqueue.eu> (tiny change)
c1d04d84 7609
1ac9108a 7610 * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
c1d04d84 7611
68852c13 76122009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
e7777236
AR
7613
7614 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
7615
6756cd1d
CY
76162009-06-07 Chong Yidong <cyd@stupidchicken.com>
7617
7618 * xdisp.c (move_it_in_display_line_to): On text-only terminals,
7619 account for the overflowing of newlines into the last glyph on the
7620 display line (Bug#3482).
7621
28bf482a
DR
76222009-06-05 David Reitter <david.reitter@gmail.com>
7623
ec7709ba
JB
7624 * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
7625 (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
28bf482a
DR
7626 Fns_selection_exists_p, Fns_selection_owner_p.
7627
fdb55376
JR
76282009-06-03 Jason Rumney <jasonr@gnu.org>
7629
7630 * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
7631 available. (Bug#3379)
7632
05129fbe
KH
76332009-05-29 Kenichi Handa <handa@m17n.org>
7634
1ac9108a
SM
7635 * coding.c (get_translation_table):
7636 Check Venable_character_translation.
05129fbe 7637
ec7709ba 76382009-05-26 David Reitter <david.reitter@gmail.com>
15891144 7639
ec7709ba
JB
7640 * nsterm.m (ns_raise_frame): Only raise frame if visible.
7641 (x_make_frame_visible): Move frame to front rather than calling
15891144 7642 ns_raise_frame().
ec7709ba 7643 (keyDown:): Do not swallow events that aren't re-sent if frame
15891144 7644 isn't key window.
ec7709ba 7645 (drawRect:): Do not set visibility/iconified flags because
15891144
DR
7646 drawRect may be called by NSView even if the frame is hidden.
7647
ec7709ba
JB
7648 * nsfns.m (Fx_create_frame): Follow other ports in
7649 determining visibility; default to t. Ensure async_visible is set.
15891144 7650
21f73755
EZ
76512009-05-23 Eli Zaretskii <eliz@gnu.org>
7652
7653 * dired.c (Ffile_attributes): Doc fix.
7654
34001e41
CY
76552009-05-22 Chong Yidong <cyd@stupidchicken.com>
7656
7657 * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
7658
46306a17
SM
76592009-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
7662 and xfont_scratch_props.
7663 (syms_of_xfont): Do it here instead.
7664 (xfont_find_ccl_program): Delete, unused.
7665 (xfont_open): Delete unused var `i'.
7666
ef6e0694
KH
76672009-05-21 Kenichi Handa <handa@m17n.org>
7668
7669 * fontset.c (Qlatin): Don't make it static.
7670
46306a17
SM
7671 * xfont.c (xfont_chars_supported, xfont_supported_scripts):
7672 New functions.
ef6e0694
KH
7673 (xfont_scripts_cache, xfont_scratch_props): New variables.
7674 (Qlatin, Vscalable_fonts_allowed): Extern it.
46306a17
SM
7675 (xfont_list_pattern): Argument changed. Callers changed.
7676 Check Vscalable_fonts_allowed. Check the support of a script.
ef6e0694
KH
7677 (xfont_list): Don't reject a font spec with :script property.
7678 (xfont_has_char): Fix setting of encoding.
7679 (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
7680 xfont_scratch_props.
7681
76822009-05-19 Kenichi Handa <handa@m17n.org>
7683
46306a17 7684 * font.c (font_sort_entities): Rename from font_sort_entites.
ef6e0694
KH
7685 Callers changed.
7686
76872009-05-18 Kenichi Handa <handa@m17n.org>
7688
7689 * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
7690
ac71ced7
SM
76912009-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7692
7693 * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
7694 (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
7695
1c6d1051
YM
76962009-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7697
7698 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
7699 (x_delete_terminal): Dissociate resource database from display and
7700 then call XrmDestroyDatabase before closing display.
7701
9b9b779c
AR
77022009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7703
7704 * nsterm.m (ns_read_socket): Remove unused variable.
1564e649
AR
7705 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
7706 whether selected frame is viable before raising it (based on patch
7707 by David Reitter), and improve commentary.
7708 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9b9b779c 7709
cccd42d5
KH
77102009-05-15 Kenichi Handa <handa@m17n.org>
7711
7712 * font.c (Ffont_spec): Check arguments.
7713
337fbd17
CY
77142009-05-14 Chong Yidong <cyd@stupidchicken.com>
7715
7716 * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
7717 weight when testing attributes (Bug#3282).
7718
47a6002f
JD
77192009-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7720
7721 * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
7722 what we expect to get in the next ConfigureNotify event.
7723
9cb363db
YM
7724 * xftfont.c (xftfont_open): Make sure that Xrender extension is added
7725 before Xft one (Bug#1696).
7726
b9126609
CY
77272009-05-07 David Reitter <david.reitter@gmail.com>
7728
7729 * nsfns.m (Fx_display_planes): Compute bitplanes using
7730 NSBitsPerPixelFromDepth (Bug#3207).
7731
27a69fd9
CY
77322009-05-10 Chong Yidong <cyd@stupidchicken.com>
7733
7734 * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
7735
00f37552
TTN
77362009-05-10 Ulrich Mueller <ulm@gentoo.org>
7737
7738 * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
7739
2d82a920
DR
77402009-05-07 David Reitter <david.reitter@gmail.com>
7741
ec7709ba
JB
7742 * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
7743 Respect mouse face background.
2d82a920 7744
46b0d52d
DR
77452009-05-07 David Reitter <david.reitter@gmail.com>
7746
ec7709ba
JB
7747 * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
7748 Mouse movement/highlight: bracket drawing operations
46b0d52d
DR
7749 in ns_update_begin and ns_update_end.
7750
ce1b23bb
SM
77512009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7752
5996e1b7
SM
7753 * nsfns.m (ns_get_screen): Rewrite.
7754 Don't presume selected-frame is of type `ns'.
7755
ba98e3a0
SM
7756 * font.c (font_update_drivers): Sanity fallback to avoid disabling
7757 all drivers.
7758
ce1b23bb
SM
7759 * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
7760
bcda200f
YM
77612009-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7762
7763 * keyboard.h (add_user_signal): Fix typo in extern.
7764
7765 * lisp.h (add_user_signal): Remove extern.
7766
7767 * unexelf.c (unexec): Consider a section to precede the .bss section
7768 if its addresses overlap that of .bss.
7769 (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
7770 instead of dumping process.
7771
864660a2
SM
77722009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
7775
50da4e56
SM
77762009-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7777
7778 * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
7779
51520a1a
DN
77802009-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7781
7782 * xterm.c (x_handle_net_wm_state): Move declaration of lval before
7783 any statements.
7784
409ea3a1
AS
77852009-05-02 Andreas Schwab <schwab@linux-m68k.org>
7786
59c4c60f
AS
7787 * process.c (read_process_output): Make sure the current buffer is
7788 always restored.
7789
409ea3a1
AS
7790 * coding.c (record_conversion_result): Don't modify
7791 Vlast_code_conversion_error for successful result.
7792 (alloc_destination): Don't clobber conversion result. (Bug#1650)
7793
56f00ed2
KH
77942009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7795
7796 * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
896b1cc9 7797 (load_charset_map): Remove unnecessary code.
56f00ed2 7798
4491c9d2
DR
77992009-04-30 David Reitter <david.reitter@gmail.com>
7800
35f5b128 7801 * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
4491c9d2
DR
7802 through f24.
7803
6970f632
CY
78042009-04-30 Chong Yidong <cyd@stupidchicken.com>
7805
7806 * xfaces.c (face_at_buffer_position): New arg base_face_id.
7807
7808 * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
7809 face_at_buffer_position.
7810 (face_before_or_after_it_pos, get_next_display_element)
7811 (note_mouse_highlight): Update face_at_buffer_position call.
7812
7813 * term.c (term_mouse_highlight):
7814 * msdos.c (IT_note_mouse_highlight):
7815 * fontset.c (Finternal_char_font):
35f5b128 7816 * font.c (font_at, font_range): Update face_at_buffer_position call.
6970f632
CY
7817
7818 * dispextern.h (face_at_buffer_position): Update prototype.
7819
0c616f63
KH
78202009-04-30 Kenichi Handa <handa@m17n.org>
7821
35f5b128 7822 * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
0c616f63 7823
ad3aaf33
AS
78242009-04-29 Andreas Schwab <schwab@linux-m68k.org>
7825
7826 * callproc.c (Fcall_process): Fix GC protection. Make sure
7827 current buffer is always restored.
7828
c3c963a0
YM
78292009-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7830
7831 * atimer.c (init_atimer): Also clear stopped_atimers.
7832
7833 * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
7834
7e3386cb
YM
7835 * process.c (create_process): Clean up merger residues of
7836 2008-07-17 change.
7837
91f68422
CY
78382009-04-29 Ulrich Mueller <ulm@gentoo.org>
7839
7840 * lread.c (Vread_circle): New variable.
7841 (read1): Disable recursive read if Vread_circle is nil.
7842
24b34550
KH
78432009-04-29 Kenichi Handa <handa@m17n.org>
7844
7845 * fontset.h (set_default_ascii_font): Delete extern.
7846
7847 * fontset.c (set_default_ascii_font): Delete this unused function.
7848
7849 * frame.c (x_set_font): When ARG is a font-object, check if the
7850 font-object matches with the ASCII font-spec of the frame's
9c358bda 7851 fontset. If not, create a new fontset for the frame. (Bug #3075)
24b34550 7852
77bf07e1
AS
78532009-04-28 Andreas Schwab <schwab@linux-m68k.org>
7854
7855 * fns.c (Flocale_info): Protect vector from GC during decoding.
7856
7857 * process.c (Fstart_process): Protect argv strings from GC during
7858 encoding.
7859
2c55aacf
AS
78602009-04-27 Andreas Schwab <schwab@linux-m68k.org>
7861
7862 * sysdep.c: Include <ctype.h>.
7863
b892d3c9
DR
78642009-04-27 David Reitter <david.reitter@gmail.com>
7865
35f5b128 7866 * nsfont.m (nsfont_open): Remove unused variable shrink.
b892d3c9
DR
7867 Remove commented-out code.
7868
9d0644c4
JB
78692009-04-26 Johan Bockgård <bojohan@gnu.org>
7870
7871 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
7872
b7053016
JR
78732009-04-25 Jason Rumney <jasonr@gnu.org>
7874
7875 * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
7876
4e8231f3
YM
78772009-04-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7878
7879 * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
7880 Swap bytes in short integer if fringe bitmap width > 8.
7881
493dcf2c
KH
78822009-04-23 Kenichi Handa <handa@m17n.org>
7883
7884 * xfaces.c (Fx_list_fonts): If a font size is specified in
7885 PATTERN, set it in returned scalable fonts.
7886
401e9e57
CY
78872009-04-22 Chong Yidong <cyd@stupidchicken.com>
7888
708e05dc
CY
7889 * keyboard.c (Fset_input_meta_mode): Doc fix.
7890
7891 * dispnew.c (Fsend_string_to_terminal): Doc fix.
7892
1ac9108a 7893 * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
708e05dc
CY
7894
7895 * coding.c (Fterminal_coding_system): Doc fix.
7896
7897 * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
7898 (Fx_display_pixel_height, Fx_display_planes)
7899 (Fx_display_color_cells, Fx_server_max_request_size)
7900 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
7901 (Fx_display_mm_height, Fx_display_mm_width)
7902 (Fx_display_backing_store, Fx_display_visual_class)
1ac9108a
SM
7903 (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
7904 Doc fixes, replacing "terminal id" with "terminal object".
708e05dc
CY
7905 (check_x_display_info): Handle terminal objects instead of
7906 terminal ids.
7907
401e9e57
CY
7908 * term.c (Ftty_display_color_p, Ftty_display_color_cells)
7909 (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
1ac9108a
SM
7910 (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
7911 Doc fixes, replacing "terminal id" with "terminal object".
401e9e57 7912
df80c7f0
KH
79132009-04-21 Kenichi Handa <handa@m17n.org>
7914
5a8f12af 7915 * font.c (font_load_for_lface): Cancel previous change (bug#2994).
c0a6070d 7916 (font_score): Check AVGWIDTH too.
908567ef 7917
df80c7f0
KH
7918 * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
7919 worst case.
1ac9108a
SM
7920 (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
7921 (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
df80c7f0 7922
705af33f
JR
79232009-04-19 Jason Rumney <jasonr@gnu.org>
7924
7925 The following changes fix Bug#3005 for wide glyphs on each platform,
b71ac3dd 7926 without reintroducing Bug#1258 for stretch glyphs.
705af33f
JR
7927
7928 * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
7929 BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR using
7930 get_phys_cursor_geometry.
7931
b71ac3dd 7932 * w32term.c (x_draw_bar_cursor): Limit cursor width differently
705af33f
JR
7933 for BAR_CURSOR and HBAR_CURSOR. Calculate width of HBAR_CURSOR
7934 using get_phys_cursor_geometry.
7935
7936 * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
7937 correctly calculated.
7938
dc2933eb
JD
79392009-04-19 Jan Djärv <jan.h.d@swipnet.se>
7940
1ac9108a
SM
7941 * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
7942 Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
dc2933eb
JD
7943 (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
7944 is deprecated.
7945
973e7849
AS
79462009-04-18 Andreas Schwab <schwab@linux-m68k.org>
7947
7948 * font.c (font_put_frame_data): Use xfree instead of free.
7949
314d66f4
JB
79502009-04-17 Juanma Barranquero <lekktu@gmail.com>
7951
7952 * w32font.c (Qja, Qko): Remove declarations.
7953 (syms_of_w32font): Don't DEFSYM them.
7954
cf702558
CY
79552009-04-17 Chong Yidong <cyd@stupidchicken.com>
7956
7957 * font.c (Qja, Qko): Move definitions here from ftfont.c.
7958
7959 * font.h (Qja, Qko): Extern them.
7960
7961 * ftfont.c (Qja, Qko): Remove declarations.
7962
7963 * xfont.c (Qja, Qko): Remove declarations.
7964
b50504f5
KH
79652009-04-17 Kenichi Handa <handa@m17n.org>
7966
bde25748
KH
7967 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
7968 string from a vector to handle Latin-1 characters correctly.
7969
b50504f5
KH
7970 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
7971 entity even if the cache hits.
7972
f4646fff
AS
79732009-04-16 Andreas Schwab <schwab@linux-m68k.org>
7974
7975 * search.c (boyer_moore): Use zero as marker value for a possible
6340c70e 7976 match instead of depending on overflow behavior. (Bug#2844)
f4646fff 7977
e7deaab0
AS
7978 * search.c: Use EMACS_INT for buffer positions. Add prototypes.
7979 * lisp.h: Adjust prototypes.
7980
0a0e7d49
CY
79812009-04-16 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * keyboard.c (adjust_point_for_property): Disable 2009-02-12
7984 change (Bug#3003).
7985
3c908a57
KH
79862009-04-16 Kenichi Handa <handa@m17n.org>
7987
1ac9108a 7988 * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
bd0af90d
KH
7989
7990 * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
7991 adstyle.
7992
7993 * ftfont.c (Qja, Qko): Don't make them static.
7994 (enum ftfont_cache_for): New enum.
7995 (fc_charset_table): Undo the previous change.
7996 (ftfont_get_latin1_charset): Delete it.
1ac9108a
SM
7997 (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
7998 Set FONT_SIZE_INDEX of the entity to 0 for a scalable font. For a
bd0af90d
KH
7999 non-scarable font, try to get AVERAGE_WIDTH.
8000 (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
8001 Change ft_face_cache from a list of a hash-table. Don't check
8002 `ja' and `ko' adstyle here.
8003 (ftfont_get_fc_charset): Call ftfont_lookup_cache with
8004 FTFONT_CACHE_FOR_CHARET.
8005 (ftfont_get_charset): Undo the previous change.
1ac9108a 8006 (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
bd0af90d
KH
8007 (ftfont_close): Likewise.
8008 (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
8009
8010 * font.c (font_sort_entites): Change the meaning of the arg
8011 BEST-ONLY. Don't optimize for VEC of lenght 1.
8012 (font_select_entity): Just return the value of font_sort_entites.
8013
8014 * xfaces.c (merge_face_vectors): Reflect font properties in
8015 to[LFACE_FONT_INDEX] to the other face attributes. Don't call
8016 font_clear_prop if a face attribute doesn't change.
8017
3c908a57
KH
8018 * charset.h (charset_ksc5601): Extern it.
8019
8020 * charset.c (charset_ksc5601): New variable.
8021 (Fdefine_charset_internal): Set charset_ksc5601.
8022 (init_charset_once): Initialize charset_ksc5601 to -1.
8023
d65859c3
DN
80242009-04-15 Dan Nicolaescu <dann@ics.uci.edu>
8025
8026 * fileio.c (history_delete_duplicates): Remove unused declaration.
8027
8028 * callint.c (history_delete_duplicates): New declaration.
8029 (Fcall_interactively): Remove command history duplicates when
8030 history_delete_duplicates is true.
8031
3ba010e5
EZ
80322009-04-14 Eli Zaretskii <eliz@gnu.org>
8033
8034 * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
8035
06f19b91
KH
80362009-04-14 Kenichi Handa <handa@m17n.org>
8037
8038 * font.c (Ffont_info): Fix docstring. Fix the second element of
8039 the returned value (bug#2949).
8040
2cce8bfc
CY
80412009-04-14 Chong Yidong <cyd@stupidchicken.com>
8042
8043 * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
8044
d156542d
KH
80452009-04-14 Kenichi Handa <handa@m17n.org>
8046
8047 * xfont.c (xfont_has_char): The font has C if C is ASCII and the
8048 encoding charset is ascii_compatible.
8049
8050 * charset.c (Fdefine_charset_internal): Make charset
8051 ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
8052 code_offset is 0, and covers all ASCII characters.
8053
86fa089e
SM
80542009-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8055
8056 * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
8057 (ns_string_to_pasteboard_internal):
8058 * nsmenu.m (process_dialog):
8059 * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
8060 * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
8061 * lisp.h (Fx_load_color_file): Declare.
8062
a8a3728b
KH
80632009-04-13 Kenichi Handa <handa@m17n.org>
8064
1ac9108a 8065 * font.c (font_delete_unmatched): Preserve the order of list elements.
a8a3728b
KH
8066 (font_select_entity): Suppress the code to optimize for the same
8067 kind of fonts.
8068 (font_load_for_lface): Get a font that supports at least ASCII
8069 characters.
8070
8071 * ftfont.c (Qja, Qko): New variables.
8072 (fc_charset_table): Delete uniquifier data for iso8859-1.
8073 (ftfont_get_latin1_charset): New function.
8074 (get_adstyle_property): New function.
8075 (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
8076 bitmap fonts.
8077 (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
8078 Delete iso-8859-1 range from the charset of fonts whose adstyle is
8079 `ko' or `ja'.
8080 (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
1ac9108a 8081 (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
a8a3728b
KH
8082 (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
8083 property.
8084 (ftfont_open): Call ftfont_lookup_cache with ENTITY.
8085 (syms_of_ftfont): DEFSYM Qja and Qko.
8086
483670b5
KH
80872009-04-09 Kenichi Handa <handa@m17n.org>
8088
12b55765
KH
8089 * charset.c (map_charset_chars): For a charset of `superset'
8090 method, fix calculation of code range.
8091
483670b5
KH
8092 * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
8093 from the list of extra properties.
8094 (font_clear_prop): Be sure to delete `:name' font property.
8095
57d3b93b
KH
80962009-04-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8097
b4b2c2ca
YM
8098 * dispnew.c (redraw_overlapping_rows): Fix detection of
8099 overlapping for topmost and bottommost rows.
8100
1ac9108a 8101 * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
57d3b93b 8102
472c3609
JR
81032009-04-06 Jason Rumney <jasonr@gnu.org>
8104
8105 * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
8106
ab193662
KH
81072009-04-06 Kenichi Handa <handa@m17n.org>
8108
8109 * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
8110
8111 * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
8112
0c26f026
KH
81132009-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8114
8115 * ftfont.c (ftfont_open): Fix checking of the return value of
8116 FT_Load_Char. Fix setting font->underline_thickness.
8117
e173bbce
CY
81182009-04-04 Chong Yidong <cyd@stupidchicken.com>
8119
8120 * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
8121 (Fterminal_parameters, Fterminal_parameter)
8122 (Fset_terminal_parameter): In doc string, refer to terminal
8123 objects rather than terminal ids.
8124
693a2698
EZ
81252009-04-04 Eli Zaretskii <eliz@gnu.org>
8126
8127 * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
8128 ret_lim_data. (Bug#2867)
8129
d5221487
CY
81302009-04-03 Chong Yidong <cyd@stupidchicken.com>
8131
8132 * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
8133 so they don't get wider than the window, matching 2006-01-23
8134 change to the partner function in xdisp.c (Bug#2800).
8135
223509a3
KH
81362009-04-03 Kenichi Handa <handa@m17n.org>
8137
8138 * print.c (print_object): Make each lowest sub_char_table start a
8139 new line (Bug#2866).
8140
74fcd0b1
KH
81412009-04-02 Kenichi Handa <handa@m17n.org>
8142
8143 * fontset.c (fontset_font): Record no-font when a fontset
8144 explicitly tells not to try another font-specs.
8145
c542407d
SM
81462009-03-30 Pierre Poissinger <pierre.poissinger@gmail.com> (tiny change)
8147
8148 * charset.c (map_charset_for_dump): Add missing UNGCPRO.
8149
e3869731
KH
81502009-03-30 Kenichi Handa <handa@m17n.org>
8151
d8d2f142
KH
8152 * fontset.c (fontset_from_font): Specify only registry in a
8153 font-spec for all characters supported by that registry.
8154
e3869731
KH
8155 * ftfont.c: Fix previous change. Define ftfont_variation_glyphs
8156 even if HAVE_M17N_FLT is not defined.
8157
5da5f805
CY
81582009-03-29 Sebastian Rose <sebastian_rose@gmx.de> (tiny change)
8159
8160 * ftfont.c: Conditionalize prototyping and use of
8161 ftfont_variation_glyphs.
8162
ab226c50
SM
81632009-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8164
9628fed7
SM
8165 * frame.c (delete_frame): Work around compiler bug.
8166
8167 * editfns.c (general_insert_function): Adjust to insdel.c changes.
8168 * insdel.c (prepare_to_modify_buffer, signal_before_change):
8169 Some more EMACS_INT.
8170 * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
8171
8172 * xdisp.c (dump_glyph): Fix typo.
8173
ae19ba7c
SM
8174 * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
8175 (adjust_markers_gap_motion, adjust_markers_for_delete)
8176 (adjust_markers_for_insert, adjust_point)
8177 (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
8178 (make_gap, copy_text, count_size_as_multibyte, insert)
8179 (insert_and_inherit, insert_before_markers)
8180 (insert_before_markers_and_inherit, insert_1)
8181 (count_combining_before, count_combining_after, insert_1_both)
8182 (insert_from_string, insert_from_string_before_markers)
8183 (insert_from_string_1, insert_from_gap, insert_from_buffer)
8184 (insert_from_buffer_1, adjust_after_replace)
8185 (adjust_after_replace_noundo, adjust_after_insert, replace_range)
8186 (replace_range_2, del_range, del_range_1, del_range_byte)
8187 (del_range_both, del_range_2, modify_region)
8188 (prepare_to_modify_buffer, signal_before_change)
8189 (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
8190 for buffer positions and sizes.
8191 * lisp.h: Adjust prototypes accordingly.
8192
8193 * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
8194 (non_regular_inserted, non_regular_nbytes, read_non_regular)
8195 (Finsert_file_contents): Use EMACS_INT for buffer positions.
8196
ab226c50
SM
8197 * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
8198
46dfb8fb
JD
81992009-03-27 Jan Djärv <jan.h.d@swipnet.se>
8200
8201 * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
8202 lines and columns so we keep the same pixel height and width.
8203
8204 * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
8205 the property _NET_WM_STATE has changed.
46dfb8fb
JD
8206 (x_handle_net_wm_state): New function to update frame parameter
8207 fullscreen.
8208 (x_term_init): Initialize atoms for _NET_WM_STATE.
8209
8210 * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
8211
d347e494
SM
82122009-03-27 Kevin Ryde <user42@zip.com.au>
8213
8214 * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
8215 Gpm_GetEvent as an error that justifies closing the filedescriptor.
8216 * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
8217 (Fgpm_mouse_stop): Pass that new parameter.
8218 * termhooks.h (close_gpm): Adjust prototype.
8219
84db11d6
SM
82202009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8221
c95a5008
SM
8222 * lisp.h (Fx_focus_frame): Declare.
8223
84db11d6
SM
8224 * callint.c (Fcall_interactively): For '^' just delegate the work to
8225 handle-shift-selection.
8226 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
8227
0a1958d6
CY
82282009-03-24 Chong Yidong <cyd@stupidchicken.com>
8229
0bfdff23
CY
8230 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
8231
0a1958d6
CY
8232 * data.c (Qinteractive_form): New variable.
8233 (Finteractive_form): Use it.
8234
8235 * eval.c (Fcommandp): Use Qinteractive_form.
8236
58aec0d6
JR
82372009-03-24 Jason Rumney <jasonr@gnu.org>
8238
8239 * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
8240 Calculate total size precisely. Decode environment variables
8241 before substituting. (Bug#38)
8242
553dd618
KH
82432009-03-24 Kenichi Handa <handa@m17n.org>
8244
8245 * font.c (find_font_encoding): Return Qnil for unsupported
639239cf 8246 encoding (Bug#2722).
553dd618 8247
c39ea606
JD
82482009-03-23 Jan Djärv <jan.h.d@swipnet.se>
8249
8250 * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
8251 that gdpy is set.
8252
bc9b2b5e
AM
82532009-03-22 Alan Mackenzie <acm@muc.de>
8254
8255 * callint.c (Finteractive): Clarify the doc string - even
8256 promptless elements need \n separators.
8257
9f995a76
JR
82582009-03-22 Jason Rumney <jasonr@gnu.org>
8259
8260 * w32term.c (syms_of_w32term): Doc fix for
8261 x-use-underline-position-properties.
8262
22749e9a
EZ
82632009-03-21 Eli Zaretskii <eliz@gnu.org>
8264
8265 * w32.c (getpwuid): Change argument type to unsigned.
8266 (struct w32_id): Change type of `rid' member to unsigned.
8267 (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
8268 argument ID to unsigned. All callers changed.
8269 (getuid, geteuid, getgid, getegid): Change return type to unsigned.
8270
e00553bf
EZ
82712009-03-20 Eli Zaretskii <eliz@gnu.org>
8272
8273 * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
8274 negative, produce a float value.
8275
8276 * dired.c (make_uid, make_gid): New functions.
8277 (Ffile_attributes): Use them to avoid negative UID and GID.
8278
f761d6b6
JB
82792009-03-20 Juanma Barranquero <lekktu@gmail.com>
8280
8281 * keyboard.c (Fcurrent_idle_time): Reflow docstring.
8282 (syms_of_keyboard) <command-hook-internal, input-method-function>:
8283 Fix typos in docstrings.
8284
d507f8d7
KH
82852009-03-19 Kenichi Handa <handa@m17n.org>
8286
8287 * fontset.c (Fset_fontset_font): When a spec of ASCII font is
f761d6b6
JB
8288 changed, use font_load_for_lface to get a new font object.
8289 Call free_realized_fontset after handling ASCII font change.
d507f8d7
KH
8290
8291 * frame.c (x_set_font): Handle the case that ARG is a cons.
8292
c68845e0
GM
82932009-03-19 Glenn Morris <rgm@gnu.org>
8294
8295 * fileio.c (Fsubstitute_in_file_name): Doc fix.
8296
bfa49dd1
CY
82972009-03-19 Chong Yidong <cyd@stupidchicken.com>
8298
8299 * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
8300
8458d4c1
KH
83012009-03-19 Kenichi Handa <handa@m17n.org>
8302
8303 * charset.c (load_charset_map_from_file): When a mapfile can't be
8304 loaded, signal an error.
8305
78e7d1fe
EZ
83062009-03-18 Eli Zaretskii <eliz@gnu.org>
8307
8308 * dired.c (Ffile_attributes): Make sure UID and GID are always
8309 positive, even if the value is too large for a positive EMACS_INT.
8310 Doc fix.
8311
8312 * editfns.c (Fuser_login_name): Support float arguments. Doc fix.
8313
5da9fdfa
YM
83142009-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8315
8316 * xmenu.c (xdialog_show): Move Fredisplay call ...
8317 (Fx_popup_dialog): ... here.
8318
7519c40d
SM
83192009-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 * dired.c (file_name_completion): Disable the first optimization just
8322 installed, since it is not implemented correctly.
8323
2cd298e2
SM
83242009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * dired.c (file_name_completion): Check completion-ignored-extensions
c95a5008 8327 only if the entry can affect bestmatch.
2cd298e2
SM
8328 Stop the search early, as Ftry_completion already does.
8329
48d37adf
CY
83302009-03-17 Chong Yidong <cyd@stupidchicken.com>
8331
e10c9c93 8332 * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
48d37adf 8333
9286b16a
CY
83342009-03-15 Chong Yidong <cyd@stupidchicken.com>
8335
8336 * keyboard.c (parse_menu_item): Don't display remappings as menu
8337 equivalent bindings (Bug#788).
8338
f7b146dc
JR
83392009-03-15 Jason Rumney <jasonr@gnu.org>
8340
8341 * w32term.h (WM_EMACS_PAINT): New message.
8342 * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
8343 * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
8344 before passing to lisp thread. (Bug#950)
8345
f761d6b6 83462009-03-14 David Reitter <david.reitter@gmail.com>
c6c62e78 8347
d93f9575
CY
8348 * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
8349 variable as it was never reset.
8350 (ns_term_init): Remove initialization of Lisp-settable defaults
8351 and ns_expand_space.
8352 (-setPanelFromDefaultValues): Remove ns_expand_space.
8353 (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
8354 * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
c6c62e78
DR
8355 i.e. no additional spacing, similar to Carbon port.
8356
d93f9575
CY
8357 * nsterm.h: Define KEY_NS_SHOW_PREFS key.
8358 * nsfns.m (ns-popup-prefs-panel): Remove.
c6c62e78 8359
305018ec
JD
83602009-03-14 Jan Djärv <jan.h.d@swipnet.se>
8361
8362 * sound.c (alsa_configure): Remove call to deprecated
8363 snd_pcm_sw_params_set_xfer_align.
8364
f761d6b6 83652009-03-14 Stephen Berman <stephen.berman@gmx.net>
4a02423f
JD
8366
8367 * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
8368 after clicking in a detached tool bar.
8369 (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
8370
46e722a9
SM
83712009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8372
348db3dd
SM
8373 * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
8374 int/Lisp_Object mixup).
46e722a9 8375
a3d16f39
KH
83762009-03-13 Kenichi Handa <handa@m17n.org>
8377
8378 * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
fe24f56a 8379 Handle NAME nil and t correctly. Callers changed.
a3d16f39
KH
8380 (font_def_arg, add_arg, from_arg, to_arg): Delete them.
8381 (set_fontset_font): Change ARG to a vector. Handle range_list in
8382 ARG correctly.
8383 (Fset_fontset_font): Fix the case that TARGET is both a script
fe24f56a 8384 name and charset name. Adjust the arg to set_fontset_font for
a3d16f39
KH
8385 the above change.
8386 (fontset_from_font): Fix previous change.
fe24f56a 8387 (Ffontset_info): Adjust for the 2008-07-09 change of fontset
a3d16f39
KH
8388 entry. If FONTSET is the default fontset, don't set the extra
8389 slot of the returning char-table.
8390
b066e6b6
JB
83912009-03-12 Juanma Barranquero <lekktu@gmail.com>
8392
8393 * nsfns.m (Fx_close_connection): Doc fix.
8394 (Fns_do_applescript): Reflow docstring.
8395 (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
8396 (Fx_display_pixel_width, Fx_display_pixel_height)
8397 (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
8398 Fix typos in docstrings.
8399 (Fns_set_alpha): Fix typos in error messages.
8400
d472514e 84012009-03-12 David Reitter <david.reitter@gmail.com>
d6220c13 8402
d472514e 8403 * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
d6220c13
DR
8404 non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT
8405 were used for such events.
8406
d472514e
JB
8407 * nsterm.m (newFrame, openFile, fulfillService, changeFont)
8408 (toggleToolbar, performDragOperation, runHelp): Use it.
d6220c13 8409
d472514e 8410 * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
d6220c13
DR
8411 NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
8412
fb930676
KH
84132009-03-11 Kenichi Handa <handa@m17n.org>
8414
ff85581a
KH
8415 * font.h (font_open_by_spec): Extern it.
8416
c50b7e98
KH
8417 * font.c (font_open_by_spec): New function.
8418 (font_open_by_name): Use font_open_by_spec.
8419
fb930676
KH
8420 * frame.c (x_set_font): When ARG is a font-object, don't alter the
8421 fontset of the frame.
8422
8423 * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
8424 modify the default font of frames that use this fontset.
8425 (num_auto_fontsets): New variable.
8426 (fontset_from_font): Use num_auto_fontsets to decide a fontset
8427 name. Be sure to set FONTSET_ASCII to the correct font name.
8428 (update_auto_fontset_alist): New function.
8429
df4e8455
JB
84302009-03-11 Juanma Barranquero <lekktu@gmail.com>
8431
8432 * makefile.w32-in: Update dependencies.
8433
0a375797
AR
84342009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8435
8436 * nsfns.m (syms_of_nsfns): Remove Qbuffered.
8437
61313fa3
SM
84382009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
8441
b55103fb
CY
84422009-03-10 Chong Yidong <cyd@stupidchicken.com>
8443
8444 * lread.c (Feval_buffer): Doc fix.
8445
dde2559c
KH
84462009-03-09 Kenichi Handa <handa@m17n.org>
8447
8448 * charset.c (Qfile_name_handler_alist): Extern it.
8449 (load_charset_map_from_file): Temporarily bind
8450 `file-name-handler-alist' to nil while calling openp. (Bug#2435)
8451
df4e8455 84522009-03-06 Aaron Ecay <aaronecay@gmail.com> (tiny change)
340e08a4 8453
47f588bb
GM
8454 * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
8455 not two, and use NSRectFill instead of NSDrawGroove. (Bug#2352)
340e08a4 8456
4ddf94bd
AR
84572009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
8458
4c9bdfc2
AR
8459 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
8460 (x_set_window_size): Change back to calculated method of setting
8461 toolbar height under Cocoa. (Bug#2546)
4ddf94bd
AR
8462 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
8463 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
8464
fe41ae9e
AR
8465 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
8466
4c9bdfc2
AR
8467 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
8468 accelerator in parens under GNUstep.
8469
825d0875
KH
84702009-03-06 Kenichi Handa <handa@m17n.org>
8471
8472 These changes are to detect incorrect composition sequence without
f3b3be74 8473 looking ahead the source. (Bug#2370)
825d0875
KH
8474
8475 * coding.h: Include "composite.h".
8476 (enum compisition_state): New enum.
8477 (struct compisition_status): New struct.
8478 (struct iso_2022_spec): New member cmp_status.
8479 (struct emacs_mule_spec): New struct.
8480 (struct coding_system): New members ctext_extended_segment_len and
8481 embedded_utf_8. Change the union member
8482 spec.emacs_mule_full_support to spec.emacs_mule.
8483
8484 * coding.c (CODING_ISO_CMP_STATUS): New macro.
8485 (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
98a326f7 8486 (MAX_ANNOTATION_LENGTH): Define to 5.
825d0875
KH
8487 (ADD_COMPOSITION_DATA): New arg nbytes.
8488 (emacs_mule_char): New arg cmp_status.
8489 (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
8490 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
8491 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
8492 (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
8493 (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
8494 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
8495 (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
8496 (EMACS_MULE_COMPOSITION_END): New macro.
8497 (emacs_mule_finish_composition): New function.
8498 (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
8499 (decode_coding_emacs_mule): Avoid long looking ahead while
8500 handling composition.
8501 (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
8502 (ENCODE_COMPOSITION_RULE): New macro.
8503 (finish_composition): New function.
8504 (MAYBE_FINISH_COMPOSITION): Call finish_composition.
8505 (DECODE_COMPOSITION_START): New implementation.
8506 (DECODE_COMPOSITION_END): Likewise.
8507 (STORE_COMPOSITION_RULE): New macro.
8508 (decode_coding_iso_2022): Avoid long looking ahead while handling
8509 composition, CTEXT extended segment, and embedded UTF-8.
8510 (setup_coding_system): For a coding of type iso-2022, reset
8511 CODING_ISO_EXTSEGMENT_LEN (coding) and
8512 CODING_ISO_EMBEDDED_UTF_8 (coding).
8513 (get_translation): Delete arguments last_block, from_nchars,
8514 to_nchars. Callers changed.
8515 (produce_chars): Don't modify charbuf. Adjusted for the change of
8516 get_translation.
98a326f7 8517 (produce_composition): Adjust for the new annotation sequence.
825d0875 8518 (handle_composition_annotation): Likewise.
98a326f7 8519 (consume_chars): Adjust for the change of get_translation.
825d0875 8520
ccbc4452
AR
85212009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
8522
4ddf94bd 8523 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
ccbc4452 8524
988a7ddb
KH
85252009-03-05 Kenichi Handa <handa@m17n.org>
8526
8527 * font.c (font_select_entity): New function.
8528 (font_find_for_lface): Use font_select_entity to select a font.
8529
8530 * fontset.c (fontset_find_font): If a font found without
a8a3728b 8531 restricting to the characters C doesn't support C, try to find a
988a7ddb
KH
8532 font with C restriction.
8533
98a326f7 85342009-03-04 Nikolaj Schumacher <me@nschum.de>
2f462d73 8535
be1bce46 8536 * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
2f462d73 8537
10ea2b82
JR
85382009-03-04 Jason Rumney <jasonr@gnu.org>
8539
2c93b248 8540 * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
4891ba1d 8541 characters that have already been read. (Bug#2569)
2c93b248 8542
10ea2b82
JR
8543 * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
8544 Log an error message if check_image_size failed.
8545 (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
4891ba1d 8546 (gs_load): Mention max-image-size in size error message. (Bug#2560)
10ea2b82 8547
71a0c011
EZ
85482009-03-02 Eli Zaretskii <eliz@gnu.org>
8549
8550 * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
8551 when decoding process output.
8552
2f63bba8
RS
85532009-03-01 Richard M Stallman <rms@gnu.org>
8554
8555 * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
8556
8557 * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
8558
0a9564cb
EZ
85592009-02-28 Eli Zaretskii <eliz@gnu.org>
8560
8561 * coding.c (decode_coding_utf_8, decode_coding_utf_16)
8562 (decode_coding_emacs_mule, decode_coding_iso_2022)
8563 (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
8564 (decode_coding_raw_text, decode_coding_charset)
8565 (setup_coding_system, decode_eol, decode_coding, consume_chars):
8566 Honor inhibit-eol-conversion. (Bug #2186)
8567
449148b3
JR
85682009-02-28 Jason Rumney <jasonr@gnu.org>
8569
8570 * coding.c (detect_coding_charset): If not checking latin extra,
8571 fail on characters between 0x80 and 0xA0. (Bug#2354)
8572
a4aee864
EZ
85732009-02-28 Eli Zaretskii <eliz@gnu.org>
8574
8575 * coding.c (detect_coding_charset): Fix change from 2008-10-21.
2a1573ff 8576 Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
a4aee864 8577
d88bee5a
GM
85782009-02-27 Glenn Morris <rgm@gnu.org>
8579
8580 * callint.c (Finteractive): Doc fix.
8581
a808f22d
KH
85822009-02-27 Kenichi Handa <handa@m17n.org>
8583
8584 * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
8585
caf8d60c
CY
85862009-02-27 Chong Yidong <cyd@stupidchicken.com>
8587
8588 * font.c (font_style_to_value): Set value for unknown symbols to
8589 100 instead of 255.
b61137ea
CY
8590 (weight_table, slant_table, width_table): Treat "unspecified" as
8591 the default value.
caf8d60c 8592
1a0de25c
JB
85932009-02-26 Juanma Barranquero <lekktu@gmail.com>
8594
8595 * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
8596
8fc45744
JB
85972009-02-25 Juanma Barranquero <lekktu@gmail.com>
8598
107bd7d1
JB
8599 * lread.c (Fload): Stop checking Vloads_in_progress and signal
8600 error as soon as a recursive load is detected.
8fc45744 8601
f097e223
AR
86022009-02-24 Adrian Robert <Adrian.B.Robert@gmail.com>
8603
8604 * nsterm.m (ns_ring_bell): Convert rect to window coordinates
8605 before caching.
8606
8810a12f
KH
86072009-02-24 Kenichi Handa <handa@m17n.org>
8608
8609 * fontset.c (fontset_find_font): Fix the condition for checking
8610 unavailable font.
8611
2c7d1565
GM
86122009-02-24 Glenn Morris <rgm@gnu.org>
8613
8614 * xfaces.c (Finternal_set_font_selection_order): Remove leading
8615 whitespace that confuses documentation.
8616
a20878b6
MB
86172009-02-23 Miles Bader <miles@gnu.org>
8618
8619 * process.c (Flist_system_processes, Fprocess_attributes)
8620 (syms_of_process): Rename `system-process-attributes' to
8621 `process-attributes'.
8622
b3b58c01
AS
86232009-02-22 Andreas Schwab <schwab@linux-m68k.org>
8624
1b3b981b
AS
8625 * coding.h (struct coding_system): Make safe_charsets a pointer to
8626 unsigned char.
8627 * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
8628 being 255.
8629 (SAFE_CHARSET_P): Likewise.
8630 (setup_iso_safe_charsets): Properly setup safe_charsets.
8631 (Fdefine_coding_system_internal): Likewise.
8632 (setup_coding_system): Likewise. Remove unneeded casts.
8633 (detect_coding_iso_2022): Compare Viso_2022_charset_list with
8634 CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS. Remove
8635 unneeded casts.
8636
b3b58c01
AS
8637 * insdel.c (del_range_2): Don't modify gap contents when called
8638 from decode_coding_object. (Bug#1809)
8639
0b6f228c
CY
86402009-02-21 Chong Yidong <cyd@stupidchicken.com>
8641
8642 * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
8643 Qfont_object.
8644 (Ftype_of): Recognize font objects.
8645
8646 * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
8647
8648 * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
8649 moved to data.c.
8650
52f8870b
AR
86512009-02-20 Adrian Robert <Adrian.B.Robert@gmail.com>
8652
8653 * nsterm.m (x_make_frame_invisible): Unset async_visible,
8654 async_iconified. Based on a patch by Christian Lynbech
8655 <christian.lynbech@tieto.com>.
8656 (EmacsView-windowDidMiniaturize:): Unset async_visible.
8657
7087d5e9
GM
86582009-02-20 Glenn Morris <rgm@gnu.org>
8659
8660 * syntax.c (Fskip_chars_forward): Fix doc typo.
8661
41d2ceef
CY
86622009-02-20 Chong Yidong <cyd@stupidchicken.com>
8663
8664 * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
8665
1a3b7ca6
CY
86662009-02-19 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
8669
73cce38d
KH
86702009-02-19 Kenichi Handa <handa@m17n.org>
8671
8672 * coding.c (detect_coding): Preserve coding->mode.
2bc550cb 8673 Don't overflow coding->carryover. (Bug#2370)
73cce38d 8674
a51092ee
DN
86752009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
8676
8677 * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
8678
c423ecca
KH
86792009-02-18 Kenichi Handa <handa@m17n.org>
8680
8681 * font.c (font_check_otf_features): Fix handling of `nil' element.
8682 (Ffont_spec): Describe :lang and :otf in the docstring.
8683
4c1958f4
AS
86842009-02-16 Andreas Schwab <schwab@suse.de>
8685
8686 * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
8687 string.
8688
5704f39a
KH
86892009-02-16 Kenichi Handa <handa@m17n.org>
8690
8691 * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
a057d86a 8692 (Bug#1723)
5704f39a 8693
8f0085aa
CY
86942009-02-14 Chong Yidong <cyd@stupidchicken.com>
8695
a057d86a 8696 * dispextern.h (struct iterator_stack_entry): New line_wrap member.
8f0085aa
CY
8697
8698 * xdisp.c (push_it, pop_it): Save and restore line_wrap.
8699 (handle_line_prefix): Suppress wrapping of wrap prefixes.
8700
aff01dd9
EZ
87012009-02-14 Eli Zaretskii <eliz@gnu.org>
8702
8703 * msdos.c (MAX_SCREEN_BUF): New macro.
8704 (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
8705 Encode the entire run of glyphs sharing the same face, instead of
8706 doing that one glyph at a time (fixes a bug with displaying
8707 double-size characters).
8708
ba301db3
AR
87092009-02-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8710
8711 * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
8712
8713 * nsmenu.m (pop_down_menu): Check popup_activated_flag.
8714 (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
a057d86a 8715 pop_down_menu do the cleanup work as it is always called. (Bug#2154)
ba301db3
AR
8716
8717 * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
a057d86a 8718 set fontset font for "mathematical-" sub-scripts. (Bug #2218)
ba301db3 8719
51d861de
SM
87202009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
8721
ac146f82 8722 * keyboard.c (adjust_point_for_property): Allow stopping between two
51d861de
SM
8723 invisible areas.
8724
7fed8996
JR
87252009-02-12 Jason Rumney <jasonr@gnu.org>
8726
631ea4fb
JR
8727 * w32font.c (check_face_name): Check for fake helv. (Bug#2275)
8728 (add_font_entity_to_list): Call check_face_name even when family
8729 is unspecified.
8730
cb4a3e42
JR
8731 * w32term.c (x_display_pixel_height, x_display_pixel_width):
8732 Release DC when finished. Use NULL window to refer to desktop.
631ea4fb 8733 (w32_term_init): Use NULL window to refer to desktop. (Bug#460)
cb4a3e42 8734
7fed8996 8735 * w32font.c (add_font_entity_to_list): Fix check for substituted
631ea4fb 8736 raster fonts. (Bug#2219)
7fed8996 8737
895416e3
KH
87382009-02-12 Kenichi Handa <handa@m17n.org>
8739
8740 * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
8741 (composition_gstring_width): Fix handling of LGLYPH_YOFF.
8742 (autocmp_chars): Use fast_looking_at. Don't compose more
1dacf998 8743 characters than MAX_COMPOSITION_COMPONENTS.
895416e3
KH
8744 (find_automatic_composition): While looking forward and backward,
8745 check static composition. Fix where to stop looking forward.
8746 (composition_adjust_point): Fix checking of static composition.
8747 (Fcomposition_get_gstring): Pay attention to
1dacf998 8748 MAX_COMPOSITION_COMPONENTS.
895416e3
KH
8749
8750 * lisp.h (fast_looking_at): Extern it.
8751
8752 * search.c (fast_looking_at): New function.
8753
51d861de 8754 * term.c (encode_terminal_code): Adjust for the change of
895416e3
KH
8755 <struct glyph>.u.cmp.to.
8756 (append_composite_glyph): Likewise.
8757
51d861de 8758 * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
895416e3
KH
8759 <struct glyph>.u.cmp.to. Check if the glyph belongs to the same
8760 composition.
51d861de 8761 (append_composite_glyph): Adjust for the change of
895416e3
KH
8762 <strcut glyph>.u.cmp.to.
8763
8510724d
JB
87642009-02-11 Juanma Barranquero <lekktu@gmail.com>
8765
8766 * casetab.c (init_casetab_once):
8767 * coding.c (ALLOC_CONVERSION_WORK_AREA):
8768 * font.c (font_update_lface):
8769 * fontset.c (Fnew_fontset):
8770 * ftfont.c (ftfont_drive_otf):
8771 * xfont.c (xfont_open):
8772 * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
8773
294fa707
SM
87742009-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * fileio.c (Fwrite_region): !NILP -> CONSP.
8777
b5bfebec
AS
87782009-02-10 Andreas Schwab <schwab@suse.de>
8779
8780 * process.c (send_process): Properly relocate pointer into data
adab88bd 8781 when using encoded data. (Bug#2272)
b5bfebec 8782
cb84a2be
KH
87832009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
8784
8785 * coding.c (detect_coding_charset): Fix previous change.
8786
89e09428
JR
87872009-02-08 Jason Rumney <jasonr@gnu.org>
8788
8789 * w32fns.c (w32_hide_hourglass): Handle case where frame
adab88bd 8790 disappeared while hourglass was displayed. (Bug #2193)
89e09428 8791
4470a277
AS
87922009-02-07 Andreas Schwab <schwab@suse.de>
8793
8794 * unexelf.c (unexec): Fix error message.
8795
3175b12a
AR
87962009-02-07 Adrian Robert <Adrian.B.Robert@gmail.com>
8797
8798 * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
adab88bd 8799 when modal window is active. (Bug #2152)
3175b12a
AR
8800 (applicationShouldTerminate:): Remove now-unneeded while loop
8801 around NSRunAlertPanel.
8802
8803 * nsmenu.m (popupSession): New file-global variable.
8804 (pop_down_menu): End the popupSession before closing dialog.
8805 (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
8806 (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
8807 don't query NSApp for events (just sleep instead).
8808
8434d0b8
EZ
88092009-02-07 Eli Zaretskii <eliz@gnu.org>
8810
51d861de
SM
8811 * coding.c (syms_of_coding) <translation-table-for-input>:
8812 Modify doc string to discourage use for character code unification.
8434d0b8 8813
aa82edfd
CY
88142009-02-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8815
8816 * atimer.c (run_timers): Update pending_atimers.
8817
2d283c7c
CY
88182009-02-06 Chong Yidong <cyd@stupidchicken.com>
8819
eb306cab
CY
8820 * image.c (svg_load_image): Fix last change.
8821
2d283c7c
CY
8822 * xfns.c (Fx_create_frame): Signal an error if no font is
8823 found (Bug#2147).
8824
4d8e170e
JB
88252009-02-05 Juanma Barranquero <lekktu@gmail.com>
8826
8827 * character.c (syms_of_character) <script-representative-chars>:
8828 Fix typo in docstring.
8829
c96169a0
AR
88302009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
8831
8832 * nsmenu.m (pop_down_menu): New function.
8833 (ns_popup_dialog): Call it on unwind.
8834 (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
8835 call timer_check() (Bug#2154).
8836 (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
8837 handling_signal is set.
8838 (EmacsMenu-fillWithWidgetValue:): Set submenu title.
8839
31fd7c5c 8840 * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
c96169a0
AR
8841
8842 * s/darwin.h: Same and NO_SOCK_SIGIO as well.
8843
8844 * nsterm.m (ns_read_socket): Same and don't set handling_signal.
8845
51d861de
SM
8846 * keyboard.c (poll_for_input_1, handle_async_input):
8847 Set handling_signal under HAVE_NS.
c96169a0 8848
aacd8ba1
GM
88492009-02-04 Glenn Morris <rgm@gnu.org>
8850
8851 * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
8852
4cb75c4b
KH
88532009-02-04 Kenichi Handa <handa@m17n.org>
8854
8855 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
8856
8857 * charset.c (Fchar_charset): New optional arg restriction.
8858
8859 * coding.h (coding_system_charset_list): Extern it.
8860
8861 * coding.c (coding_system_charset_list): New function.
8862
8863 * composite.c: Include coding.h and termhooks.h.
8864 (composition_gstring_p): Fix for the terminal case.
8865 (composition_gstring_width): Likewise.
8866 (fill_gstring_body): Likewise.
8867 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
8868 the frame.
8869 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
8870 is within a composition.
867d4bb3 8871 (Fcomposition_get_gstring): Fix the terminal case.
4cb75c4b
KH
8872
8873 * term.c (encode_terminal_code): Fix handling of composition.
8874 (produce_composite_glyph): For static composition, get pixel_width
8875 from struct composition.
8876
826ba17e
AS
88772009-02-02 Andreas Schwab <schwab@suse.de>
8878
8879 * unexelf.c (unexec): Handle unaligned bss offset.
8880
8ad093db
AR
88812009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
8882
8883 * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
8884 XT,w32read_socket changes to ns_read_socket.
d0a76a6e 8885
8ad093db
AR
8886 * keyboard.c (handle_interrupt): Don't call
8887 quit_throw_to_read_char() under NS.
d0a76a6e 8888
8ad093db
AR
8889 * blockinput.h: Remove NS-specific code.
8890
4d18a7a2
DN
88912009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
8892
db878925
DN
8893 * dispnew.c (window_change_signal): Don't try to get the size of a
8894 suspended tty frame.
8895 * term.c (Fresume_tty): Resize if the size has changed while the
8896 tty was suspended.
8897
4d18a7a2
DN
8898 * alloc.c (mark_stack): Properly conditionalize previous change.
8899
8984df7c
JB
89002009-01-30 Juanma Barranquero <lekktu@gmail.com>
8901
8902 * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
8903 * w32term.c (w32_read_socket) [SYNC_INPUT]:
8904 Remove; this code is not used on Windows.
8905
75f4f1ac
EZ
89062009-01-30 Eli Zaretskii <eliz@gnu.org>
8907
8908 * coding.c (detect_eol, decode_eol): Handle text with DOS-style
8909 EOLs that also has stray ^M characters.
8910
07a1e794
JB
89112009-01-30 Juanma Barranquero <lekktu@gmail.com>
8912
8913 * atimer.c (run_timers, alarm_signal_handler):
8914 * keyboard.c (pending_signals, handle_async_input, init_keyboard):
8915 * w32inevt.c (w32_console_read_socket):
8916 * w32term.c (w32_read_socket):
8917 * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
8918
a8b11cc9
CY
89192009-01-30 Chong Yidong <cyd@stupidchicken.com>
8920
8921 * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
8922 Initialize it as a relative filename pattern.
8923 (init_callproc): Don't initialize Vtemp_file_name_pattern here.
8924 (Fcall_process_region): Simplify temp file creation using
8925 temporary-file-directory.
8926
c279587b
EZ
89272009-01-29 Eli Zaretskii <eliz@gnu.org>
8928
8929 * msdos.c: Rename pending_signals to msdos_pending_signals.
8930 (sig_suspender, sigprocmask): Adjust.
8931
a8fe3242
CY
89322009-01-29 Chong Yidong <cyd@stupidchicken.com>
8933
8934 * keyboard.c (pending_signals): New var.
8935 (poll_for_input, input_available_signal, init_keyboard): Set it.
8936 (process_pending_signals): New function.
8937
8938 * lisp.h (QUIT): Check pending_signals instead of
8939 interrupt_input_pending. Use process_pending_signals.
8940
51d861de 8941 * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
a8fe3242 8942
51d861de 8943 * process.c (wait_reading_process_output): Use process_pending_signals.
a8fe3242
CY
8944
8945 * sysdep.c (emacs_write): Use process_pending_signals.
8946
8947 * xterm.c (XTread_socket): Update pending_signals.
8948
8949 * w32term.c (w32_read_socket): Update pending_signals.
8950
8951 * w32inevt.c (w32_console_read_socket): Update pending_signals.
8952
6570a1c4
KH
89532009-01-29 Kenichi Handa <handa@m17n.org>
8954
8955 * xftfont.c (xftfont_has_char): New function.
8956 (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
8957
d72a4afa
AR
89582009-01-29 Adrian Robert <Adrian.B.Robert@gmail.com>
8959
8960 * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
8961 under GNUstep.
8962 (ns_query_color): New declaration.
8963
8964 * nsterm.m (ns_confirm_quit): New variable.
8965 (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
8966 (EmacsApp-applicationShouldTerminate:): Use it.
8967 (EmacsPrefsController): Let user set it.
8968 (ns_query_color): New function.
8969 (ns_defined_color): Use it.
8970 (ns_initialize): Drop.
8971 (ns_term_init): Add two lines from ns_initialize(), and set
8972 input_interrupt_mode to nil.
8973
8974 * image.c (svg_load_image): Don't right-shift background RGB when
6af84d77 8975 obtained from FRAME_BACKGROUND_PIXEL. Under HAVE_NS use ns_query_color.
d72a4afa 8976
9fe78804
KH
89772009-01-28 Kenichi Handa <handa@m17n.org>
8978
8979 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
f088b054
KH
8980 (fontset_get_font_group): Remember that no font-group is specified
8981 for C.
9fe78804 8982
fa57de36
CY
89832009-01-27 Chong Yidong <cyd@stupidchicken.com>
8984
930600e9
CY
8985 * fns.c (concat): Check for string overflow (bug#1787).
8986
fa57de36
CY
8987 * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
8988 Quadruple undo limits (bug#1501).
8989
7179ce7b
KH
89902009-01-27 Kenichi Handa <handa@m17n.org>
8991
8992 * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
8993 directly use GT_Get_Char_index.
8994
8995 * xftfont.c (struct xftfont_info): New member `index'.
8996
8997 * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
51d861de 8998 (Ffontset_font): Adjust for the change of fontset entry.
7179ce7b 8999
5be8fcc0
CY
90002009-01-26 Kenichi Handa <handa@m17n.org>
9001
9002 * fontset.c (fontset_find_font): Fix handling of non-cons return
9003 value of fontset_get_font_group.
9004 (fontset_font): Revert last change.
9005
19ae3e61
JR
90062009-01-26 Jason Rumney <jasonr@gnu.org>
9007
9008 * w32font.c (w32font_list_internal): Return quickly if registry is
9009 unknown. Simplify final return.
9010 (add_font_entity_to_list): Break complex logic down into more
9011 manageable chunks. Move unknown registry check to
9012 w32font_list_internal.
9013
8612b71a
AR
90142009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
9015
9016 Changes to remove Feval calls from GUI under NS.
9017
d8038940
JB
9018 * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
9019 Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
8612b71a
AR
9020 Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
9021
9022 * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
9023 (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
9024 (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
9025 instead of NON_ASCII_KEYSTROKE_EVENT.
9026 (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
9027 (EmacsApp-applicationShouldTerminate:): Query user.
9028 (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
9029 instead of Feval.
9030
9031 * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
9032
9033 * keyboard.c (kbd_buffer_get_event): Check for it.
9034 (keys_of_keyboard): Define lispy keys for
9035 ns-put/unput-working-text.
9036
9037 * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
9038 versions.
9039 (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
9040
6288ae55
CY
90412009-01-25 Chong Yidong <cyd@stupidchicken.com>
9042
9043 * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
64cc3cf6 9044 setting current_buffer directly. (Bug#2044)
6288ae55 9045
289e7f8f
CY
90462009-01-24 Chong Yidong <cyd@stupidchicken.com>
9047
5ce87308 9048 * fontset.c (fontset_font): If we know there is no font, don't do
d8038940 9049 any work. (Bug#1952, bug#1990).
5ce87308 9050
64cc3cf6 9051 * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
289e7f8f 9052
b3243e6f
AR
90532009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9054
9055 * emacs.c (main): Do fork+exec under --daemon in Cocoa.
d900b2af
AR
9056 (ns_no_defaults): New declaration.
9057 (main): Use it.
e0d2e69a 9058
d900b2af 9059 * nsterm.h (ns_no_defaults): New declaration.
e0d2e69a 9060
d900b2af 9061 * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
e0d2e69a 9062
d900b2af
AR
9063 * nsterm.m (ns_no_defaults): New variable.
9064 (ns_initialize): Don't read defaults when ns_no_defaults.
9065 (EmacsView-readSelectionFromPasteboard:)
9066 (writeSelectionToPasteboard:types:): New stubbed-out methods for
d8038940 9067 NSServicesRequests protocol. (Bug#1435)
27521ca6
AR
9068 (ns_dumpglyphs_stretch): New function.
9069 (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
d8038940 9070 of 2008-11-15 to other terms. (Bug#615)
b3243e6f 9071
e0d2e69a
AR
9072 * nsimage.m (setPixmapData:): Set to ignore image DPI.
9073
3ac71f5d
CY
90742009-01-23 Giorgos Keramidas <keramida@freebsd.org> (tiny change)
9075
9076 * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
9077 call for Sparc64.
9078
3fe53a83
AR
90792009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
9080
9081 * nsfns.m:
9082 * nsgui.h:
9083 * nsmenu.m:
9084 * nsselect.m:
9085 * nsterm.h:
9086 * nsterm.m: Remove '23' comments that indicated code added during
9087 update from emacs-20 -> emacs-23.
9088
10f87c6f 90892009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
a3b53a85
AR
9090
9091 * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
3a88a825 9092 ns_alternate_modifier. (Bug#1217)
a3b53a85 9093
c7cef62d
AR
9094 * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
9095 Display all shortcuts, including those w/o super modifier.
9096
575fb8bd
AR
9097 * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
9098
918b848b
CY
90992009-01-22 Chong Yidong <cyd@stupidchicken.com>
9100
9101 * fileio.c (Vwrite_region_post_annotation_function)
9102 (Vwrite_region_annotation_buffers): New vars.
9103 (build_annotations_unwind): Just reset
9104 Vwrite_region_annotation_buffers.
9105 (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
9106 Call write-region-post-annotation-function.
9107 (build_annotations): Add to Vwrite_region_annotation_buffers if
9108 buffer changes.
9109
a39e2539
AR
91102009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9111
9112 * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
9113 Tiger.
51d861de
SM
9114 * nsfns.m (ns_do_applescript):
9115 Conditionalize typeUTF16ExternalRepresentation on Tiger.
a39e2539 9116
35ed44db
AR
91172009-01-21 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
9118
9119 * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
9120
cbe0b5bf
AR
91212009-01-21 Adrian Robert <Adrian.B.Robert@gmail.com>
9122
9123 * nsmenu.m (NSMENUPROFILE): Change #if style.
4c7077c3 9124
6049d3a0
AR
9125 * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
9126
9127 * nsterm.m (x_set_frame_alpha): Add prototype.
a9b4df69
AR
9128 (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
9129 handle Ctrl-tab. (Bug#1841)
9130 (ns_get_color): Use unsigned long long for scanned hex string value.
9131 (ns_term_shutdown): Abort on non SIGTERM signals.
e889fa06 9132 (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
b71ac3dd 9133 (EmacsPrefsController-setPanelFromDefaultValues): New function.
3a88a825 9134 (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801)
35ed44db 9135 (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
d3810c21 9136 (ns_defined_color): Fix settings of the XColor variable fields:
3a88a825 9137 red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663)
cbe0b5bf 9138
d3810c21 9139 * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
3a88a825 9140 DPI. (Bug#1316)
d3810c21
AR
9141 (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
9142 values in onTiger section.
4c7077c3 9143
e301e634
CY
91442009-01-19 Chong Yidong <cyd@stupidchicken.com>
9145
7f82490b
CY
9146 * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
9147 Check return value of font_spec_from_name.
64cc3cf6 9148 (Fx_list_fonts): Doc fix. (Bug#1951)
7f82490b
CY
9149
9150 * font.c (font_spec_from_name): Return Qnil if font name could not
9151 be parsed.
9152 (font_parse_name): Treat a `?' character as part of an XLFD.
9153
e301e634
CY
9154 * fns.c (Fsubstring): Doc fix.
9155
1c0db158
KH
91562009-01-19 Kenichi Handa <handa@m17n.org>
9157
51d861de 9158 * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
1c0db158
KH
9159 (ftfont_list): Likewise.
9160
acf20901
JB
91612009-01-18 Juanma Barranquero <lekktu@gmail.com>
9162
fff4e459
JB
9163 * dbusbind.c (Fdbus_register_signal):
9164 * process.c (conv_sockaddr_to_lisp):
9165 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
9166
acf20901
JB
9167 * callproc.c (Fgetenv_internal): Doc fix.
9168
e7abcdfb
CY
91692009-01-16 Chong Yidong <cyd@stupidchicken.com>
9170
9171 * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
9172 it is not even used.
9173
b60861e6
GM
91742009-01-16 Glenn Morris <rgm@gnu.org>
9175
9176 * font.c (Ffont_variation_glyphs): Silence compiler.
9177
8db52afe
JB
91782009-01-15 Juanma Barranquero <lekktu@gmail.com>
9179
9180 * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
9181 Reported by David Robinow <drobinow@gmail.com>.
9182
4cddb209
KH
91832009-01-15 Kenichi Handa <handa@m17n.org>
9184
51d861de 9185 * coding.c (detect_coding_system): Fix handling of null_byte_found.
4cddb209 9186
f247f67b
JR
91872009-01-14 Jason Rumney <jasonr@gnu.org>
9188
9189 * frame.c (x_set_font): Always store a font to the font parameter,
fff4e459 9190 never a fontset. (Bug#1562)
f247f67b 9191
f56a4450
KH
91922009-01-14 Kenichi Handa <handa@m17n.org>
9193
9194 * coding.c (TWO_MORE_BYTES): New macro.
fff4e459 9195 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
f56a4450 9196
4e99855e
CY
91972009-01-13 Chong Yidong <cyd@stupidchicken.com>
9198
9199 * font.c (font_clear_prop): If clearing the family, clear the font
9200 width index too.
9201
fff4e459 9202 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
4e99855e 9203
24f01470
JB
92042009-01-12 Juanma Barranquero <lekktu@gmail.com>
9205
9206 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
9207 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
9208 functions, use sizeof.
9209
a41240a3
MR
92102009-01-12 Martin Rudalics <rudalics@gmx.at>
9211
9212 * keyboard.c (read_char): Fix case where last_nonmenu_event
9213 returned a bad value with submenus. (Bug#447)
9214
944636b8
CY
92152009-01-12 Chong Yidong <cyd@stupidchicken.com>
9216
9217 * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
9218 family, clear the font width index too.
9219
0dad7c6f
JR
92202009-01-11 Jason Rumney <jasonr@gnu.org>
9221
9222 * keyboard.c (cmd_error_internal): Exit when errors occur before
9223 frame creation and not in daemon mode. (Bug#1836)
9224
7c2363af
CY
92252009-01-10 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * xdisp.c (pos_visible_p): When iterator stops on the last glyph
9228 of a display vector, backtrack.
9229 (try_window_reusing_current_matrix): Check glyph type before
9230 referencing charpos member.
9231
97b1b294
EZ
92322009-01-10 Eli Zaretskii <eliz@gnu.org>
9233
9234 Fix Bug #876:
9235
9236 * coding.c (inhibit_null_byte_detection): New variable.
9237 (detect_coding, detect_coding_system): Don't pay attention to null
9238 bytes if inhibit_null_byte_detection is non-zero.
51d861de 9239 (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
97b1b294
EZ
9240 <inhibit-iso-escape-detection>: Doc fix.
9241
4624b6e3
JR
92422009-01-09 Jason Rumney <jasonr@gnu.org>
9243
9244 * w32font.c (add_font_entity_to_list): Don't report unknown
fff4e459 9245 Windows charset as any unrecognized registry. (Bug#1548)
4624b6e3
JR
9246 Only report Unicode Plane 2 fonts as unicode-sip.
9247
323b840c
CY
92482009-01-09 Chong Yidong <cyd@stupidchicken.com>
9249
51d861de
SM
9250 * xfaces.c (Fx_font_family_list): Delete function.
9251 Move compatibility version to faces.el.
323b840c 9252
51d861de 9253 * font.c (Ffont_family_list): Return a list of strings, not symbols.
323b840c 9254
eba7400d
MR
92552009-01-09 Martin Rudalics <rudalics@gmx.at>
9256
9257 * frame.c (x_set_frame_parameters): Remember requested value for
9258 fullscreen before it's reset by the parameter handler.
9259
4b09796d
GM
92602009-01-09 Glenn Morris <rgm@gnu.org>
9261
9262 * keyboard.c (last_command_char): For clarity, rename to...
46e722a9 9263 (last_command_event): ... and update all users.
4b09796d
GM
9264 (last_input_char): For clarity, rename to...
9265 (last_input_event): ... and update all users.
9266 (last-command-char, last-input-char): Move to subr.el as aliases.
9267 * cmds.c, commands.h: Update for last_command_char rename.
9268
14ccea62
CY
92692009-01-08 Chong Yidong <cyd@stupidchicken.com>
9270
51d861de 9271 * font.c (font_open_for_lface): Handle unspecified height attribute.
14ccea62 9272
5f004711
JR
92732009-01-08 Jason Rumney <jasonr@gnu.org>
9274
9275 * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
9276 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
9277 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
9278 Don't declare.
fff4e459 9279 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
5f004711
JR
9280 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
9281
b71f6f73
KH
92822009-01-07 Kenichi Handa <handa@m17n.org>
9283
50b06221 9284 * fileio.c (Finsert_file_contents): In the case of replace,
f56a4450 9285 remember the coding system used for decoding in
50b06221
KH
9286 coding_system (Bug#1039).
9287
b71f6f73 9288 * coding.c (decode_coding_utf_8): Check byte_after_cr before
79a97217 9289 breaking the loop. (Bug#870)
b71f6f73
KH
9290 (decode_coding_utf_16, decode_coding_emacs_mule)
9291 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
9292 (decode_coding_charset): Likewise.
9293
56f668f7
MR
92942009-01-05 Martin Rudalics <rudalics@gmx.at>
9295
9296 * frame.c (x_set_frame_parameters): Make sure height (width) get
9297 applied when fullwidth (fullheight) is set. (Bug#1522)
9298
5da9424d
JB
92992009-01-04 Juanma Barranquero <lekktu@gmail.com>
9300
9301 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
9302 (utc_base): Declare as ULONGLONG, not long double.
9303 (convert_time_raw): Delete.
9304 (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
9305 (initialize_utc_base): New function.
9306 (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
9307 (convert_from_time_t): Use initialize_utc_base; compute result with
9308 64-bit arithmetic.
9309 (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
9310
c4605e09
EZ
93112009-01-03 Eli Zaretskii <eliz@gnu.org>
9312
9acef61c 9313 * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
c4605e09
EZ
9314 (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
9315 (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
9316 (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
9317 [!subprocesses]: Define.
9318 (syms_of_process) [!subprocesses]: Intern and staticpro them.
9319 (Flist_system_processes, Fsystem_process_attributes)
9320 [!subprocesses]: Call list_system_processes and
9321 system_process_attributes instead of returning Qnil.
9322
9acef61c
JB
9323 * dosfns.c (system_process_attributes, list_system_processes):
9324 New functions.
c4605e09
EZ
9325
9326 * vm-limit.c (ret_lim_data) [MSDOS]: New function.
9327
9328 * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
9329 Don't use the default (no-op) implementation.
9330
8b7d0a16
JR
93312009-01-03 Jason Rumney <jasonr@gnu.org>
9332
a6d46bc1
JR
9333 * keyboard.c (parse_modifiers_uncached): Wheel events are
9334 clicks (bug#687).
9335
8b7d0a16
JR
9336 * w32term.c (x_query_colors, x_query_color): New functions.
9337
9338 * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
9339 (svg_load_image): Cast returned pointers from dynamically loaded
9340 functions. Eliminate W32 specific code.
9341
bfe11752
DN
93422009-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9343
89e2438a
DN
9344 * nsfns.m (x_set_foreground_color, x_set_background_color)
9345 (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
9346 (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
9347 x_ prefix instead of ns_. Update references.
9348 (syms_of_nsfns): Add a FIXME comment.
9349
9350 * nsterm.m (x_set_cursor_type): New prototype.
9351 (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
9352
bfe11752
DN
9353 * sysdep.c (system_process_attributes): Provide Qtime and Qctime
9354 for Solaris instead of incorrectly providing Qutime and Qcutime.
9355
031da700
EZ
93562009-01-02 Eli Zaretskii <eliz@gnu.org>
9357
9358 * w32.c (process_times): Compute sum of utime and stime.
9359 (system_process_attributes): Add Qtime to the alist.
9360
9361 * sysdep.c (system_process_attributes): Compute Qtime and Qctime
9362 and add them to the alist.
9363
9364 * process.c (top level) <Qtime, Qctime>: New variables.
9365 (syms_of_process): staticpro them.
9366 (Fsystem_process_attributes): Add their documentation to the doc
9367 string.
9368
9369 * process.h: Declare Qtime and Qctime.
9370
df23bf08
JR
93712009-01-02 Jason Rumney <jasonr@gnu.org>
9372
9acef61c 9373 * image.c (Qgobject): New symbol.
df23bf08
JR
9374 (syms_of_image): Initialize it.
9375 (init_svg_functions): Load some functions from gobject library.
9376
5bbdf7aa
DN
93772009-01-01 Dan Nicolaescu <dann@ics.uci.edu>
9378
9379 * frame.c (make_terminal_frame): Remove redundant code and useless
9380 block.
9381
63136da6
AS
93822009-01-01 Andreas Schwab <schwab@suse.de>
9383
9384 * process.c (conv_sockaddr_to_lisp): Add workaround for
9385 getsockname bug on BSD.
9386
9ef69046
CY
93872009-01-01 Chong Yidong <cyd@stupidchicken.com>
9388
d6fafbe0
CY
9389 * xfns.c (x_create_tip_frame): Set border width of the X window.
9390
51d861de 9391 * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
9ef69046 9392
f9c34147
JR
93932009-01-01 Jason Rumney <jasonr@gnu.org>
9394
9acef61c 9395 * w32term.c (x_new_font): Return font object, not fontset. (Bug#119)
f9c34147
JR
9396 Don't block input, as per earlier xterm.c changes.
9397
f5497e45
AR
93982008-12-31 Adrian Robert <Adrian.B.Robert@gmail.com>
9399
9400 * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
9401 (ns_appkit_version_int): New function.
9402 (x-server-version): Use ns_appkit_version_int and follow 21+
9403 convention of returning 3 integers.
9404
c19cab20
KH
94052008-12-30 Kenichi Handa <handa@m17n.org>
9406
9407 * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
9408 (CHAR_SURROGATE_PAIR_P): New macro.
9409
9410 * font.h (struct font_driver): New member get_variation_glyphs.
9411
9acef61c 9412 * font.c (font_range): Don't require a font for a variation selector.
c19cab20
KH
9413 (Ffont_variation_glyphs): New function.
9414 (syms_of_font): Defsubr it.
9415
9416 * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
9417 ftfont_variation_glyphs.
9418 (setup_otf_gstring): New function.
9419 (ftfont_drive_otf): Use it.
9420 (ftfont_shape_by_flt): Handle variation selector.
9421 (ftfont_variation_glyphs): New function.
9422
28cd591f
MR
94232008-12-30 Martin Rudalics <rudalics@gmx.at>
9424
9425 * frame.c (Vemacs_iconified): Remove.
9426
7f714baf
JR
94272008-12-30 Jason Rumney <jasonr@gnu.org>
9428
9429 * frame.c (store_frame_param, x_get_arg): Enable newer code on
9acef61c 9430 WINDOWSNT too, as related changes have already been synced. (Bug#117)
7f714baf 9431
9d2d22ab
CY
94322008-12-30 Chong Yidong <cyd@stupidchicken.com>
9433
9434 * indent.c (Fvertical_motion): Don't advance iterator if we have
9435 reseated to the desired position.
9436
9437 * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
9438 checking for pos match.
9439
545312c2
KH
94402008-12-30 Kenichi Handa <handa@m17n.org>
9441
1ede3eb6
KH
9442 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
9443 just get the low 8-bit of the code.
9444
545312c2
KH
9445 * font.c (font_intern_prop): Validate str as multibyte.
9446
bd7bbf29
DN
94472008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9448
31e0750e
DN
9449 * dispextern.h (struct face): Move lface and hash from the middle
9450 of bitfields.
9451
bd7bbf29
DN
9452 * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
9453
b5672e7c
DN
94542008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
9455
9456 * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
9457 (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
9458 instead of intervals.h.
9459
d704470f
AS
94602008-12-26 Andreas Schwab <schwab@suse.de>
9461
9462 * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
9463 cons.
9464
54b33868
MR
94652008-12-26 Martin Rudalics <rudalics@gmx.at>
9466
9467 * textprop.c (Qminibuffer_prompt): New variable.
9468 (syms_of_textprop): Initialize it.
9469 * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
9470 in minibuffer-prompt face. (Bug#1662)
9471
40b615d6
JR
94722008-12-25 Jason Rumney <jasonr@gnu.org>
9473
9474 * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
9475
baae5c2d
JR
94762008-12-24 Jason Rumney <jasonr@gnu.org>
9477
9478 * ralloc.c (r_alloc_reset_variable): New function.
9479
9480 * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
9acef61c 9481 record of what points where. (Bug#716)
baae5c2d 9482
a9051c88
DN
94832008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
9484
9485 * minibuf.c (read_minibuf): Follow the non-interactive case when
9486 running as a daemon, before detaching.
9487
8b146312
AS
94882008-12-22 Andreas Schwab <schwab@suse.de>
9489
9490 * buffer.c (init_buffer): Use realloc instead of xrealloc.
9491 * gtkutil.c (free_widget_value): Use xfree instead of free.
9492
56f2de10
MR
94932008-12-22 Martin Rudalics <rudalics@gmx.at>
9494
9495 * frame.c (delete_frame): New function derived from
9496 Fdelete_frame to handle Qnoelisp value for FORCE argument.
9497 Delete last frame iff FORCE equals Qnoelisp. (Bug#1450)
9498 (Fdelete_frame): Call delete_frame. Remove line from doc-string
9499 saying that FORCE non-nil doesn't run `delete-frame-functions'.
9500 * frame.h: Extern delete_frame.
9501 * window.c (window_loop):
9502 * terminal.c (delete_terminal):
9503 * xterm.c (x_connection_closed):
9504 * xfns.c (Fx_hide_tip):
9acef61c 9505 * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
56f2de10 9506
1fc200d6
JR
95072008-12-21 Jason Rumney <jasonr@gnu.org>
9508
9509 * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
9510 when character maps to .notdef character.
9511
5e252df2
SM
95122008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
9515
99b72cc4
JR
95162008-12-20 Jason Rumney <jasonr@gnu.org>
9517
9518 * frame.c (Fmake_terminal_frame): Raise an error when called from
9acef61c 9519 a graphical frame on Windows. (Bug#1325)
99b72cc4 9520
acc49a52
JD
95212008-12-20 Jan Djärv <jan.h.d@swipnet.se>
9522
9523 * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
9524
6ea15123
CY
95252008-12-20 Chong Yidong <cyd@stupidchicken.com>
9526
9527 * minibuf.c (Fread_buffer): Doc fix.
9528
b2dab6c8
JR
95292008-12-20 Jason Rumney <jasonr@gnu.org>
9530
54ea0c87 9531 * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
9acef61c 9532 server name in UNC paths. (Bug#719)
54ea0c87 9533
b2dab6c8 9534 * coding.c (decode_coding): Clear chars_at_source flag when using
9acef61c 9535 charbuf. (Bug#1035)
b2dab6c8 9536
6d1921be
DN
95372008-12-19 Daniel Engeler <engeler@gmail.com>
9538
9539 * sysdep.c (serial_configure): Fix typo.
9540
53934c98
DN
95412008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
9542
9543 * sysdep.c: Include alloca.h.
f4f634e8
DN
9544 (system_process_attributes): Add implementation for Solaris.
9545
9546 * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
53934c98 9547
06e111a6
DN
95482008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
9549
9550 Reorganize implementation of Flist_system_processes and
9551 Fsystem_process_attributes. No functional changes.
9552 * process.c: Don't #include pwd.h, grp.h and limits.h.
9553 (Flist_system_processes): Just call list_system_processes.
9554 (Fsystem_process_attributes): Just call system_process_attributes.
9555 (procfs_list_system_processes, time_from_jiffies)
9556 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9557 (procfs_get_total_memory, procfs_system_process_attributes): Move ...
9558
9559 * sysdep.c: ... here. Include pwd.h, grp.h and limits.h.
9560 (list_system_processes): Rename from
9561 procfs_list_system_processes. Enclose in #ifdef HAVE_PROCFS.
9562 Provide a do nothing implementation.
9563 (system_process_attributes): Rename from
9564 procfs_list_system_processes.
9565 (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
9acef61c 9566 (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
06e111a6
DN
9567
9568 * w32.c (list_system_processes): Rename from
9569 w32_list_system_processes.
9570 (system_process_attributes): Rename from
9571 w32_system_process_attributes.
9572
9573 * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
9574
9575 * process.h (w32_list_system_processes)
9576 (w32_system_process_attributes): Remove.
362654a6
JB
9577 (list_system_processes, system_process_attributes):
9578 New prototypes.
06e111a6 9579
6a705b23
KH
95802008-12-19 Kenichi Handa <handa@m17n.org>
9581
9582 * xfont.c (xfont_decode_coding_xlfd): New function.
9583 (xfont_encode_coding_xlfd): New function.
9584 (xfont_list_pattern): Decode XLFD by iso-8859-1.
9585 (xfont_list): Decode and encode XLFD by iso-8859-1.
9586 (xfont_match): Likewise.
9587 (xfont_list_family): Likewise.
9588 (xfont_open): Likewise.
9589
d66c0241 9590 * ftfont.c (ftfont_open): Generate a multibyte string if given
6a705b23
KH
9591 names are utf-8.
9592
d66c0241 9593 * xftfont.c (xftfont_open): Generate a multibyte string if given
6a705b23
KH
9594 names are utf-8.
9595
5a130941
JD
95962008-12-18 Jan Djärv <jan.h.d@swipnet.se>
9597
9598 * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
9599 changed.
bfd20325
JD
9600 (xg_tool_bar_proxy_callback): Put focus on the frame after we have
9601 clicked on a detached tool bar button.
5a130941 9602
fd95644b
DN
96032008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
9604
9605 * emacs.c (main): Print and error and exit when no data is read
9606 from the pipe.
9607
e6eee6ae
JR
96082008-12-17 Jason Rumney <jasonr@gnu.org>
9609
9610 * w32font.c (w32font_has_char): Always return -1.
9611
a35dd56b
KH
96122008-12-16 Kenichi Handa <handa@m17n.org>
9613
9614 * font.c (font_open_entity): Fix previous change.
9615
0e3635c2
DN
96162008-12-16 Dan Nicolaescu <dann@ics.uci.edu>
9617
9618 * process.c: Include <limits.h>.
9619
d4835507 96202008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change)
b5356c39
CY
9621
9622 * font.c (font_update_drivers): Fix mistake in reconstructing the
9623 driver list.
9624
96252008-12-16 Chong Yidong <cyd@stupidchicken.com>
9626
9627 * font.c (font_clear_cache): Fix format of font cache data.
9628
e2cbc401
CY
96292008-12-15 Chong Yidong <cyd@stupidchicken.com>
9630
9631 * xftfont.c (xftfont_open): Free Xft font pattern if
9632 XftFontOpenPattern fails.
9633
9634 * xterm.c (x_free_frame_resources): Remove extraneous call to
9635 free_frame_faces.
9636
b131d535
CY
96372008-12-13 Chong Yidong <cyd@stupidchicken.com>
9638
9639 * xterm.c (x_delete_display): Move xim_close_dpy call to
9640 x_delete_terminal.
9641 (x_delete_terminal): Call xim_close_dpy.
9642
e6df5336
JR
96432008-12-13 Jason Rumney <jasonr@gnu.org>
9644
9645 * w32font.c (intern_font_name): New function.
9646 (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
9647 (w32font_open_internal, Fx_select_font): Decode font name.
9648 (fill_in_logfont, list_all_matching_fonts): Encode font name.
9649
9650 * w32font.h (intern_font_name): Declare new function.
9651
9652 * w32uniscribe.c (add_opentype_font_name_to_list):
9653 Use intern_font_name.
9654
20d68145
CY
96552008-12-13 Chong Yidong <cyd@stupidchicken.com>
9656
9f2554de
CY
9657 * frame.c (Fdelete_frame): Call free_font_driver_list.
9658
3d9bec9a
CY
9659 * font.c (free_font_driver_list): Implement missing function.
9660
20d68145
CY
9661 * w32term.c (w32_term_init): Don't initialize the image cache
9662 here; it will be done in init_frame_faces.
9663
9664 * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
9665 (struct x_display_info): Remove unused member null_pixel. New
9666 member xim_callback_data.
9667
9668 * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
9669 (xim_initialize): Save pointer to callback function data.
9670 (xim_close_dpy): Free callback function data. Call XCloseIM,
9671 reverting 2008-11-04 change by David Smith.
9672 (x_term_init): Don't initialize the image cache here; it will be
9673 done in init_frame_faces. Remove ancient "null_pixel" cruft.
9674 (x_delete_display): Free x_dnd_atoms member.
9675
96f9306b
KH
96762008-12-13 Kenichi Handa <handa@m17n.org>
9677
6dec9044
JB
9678 * font.c (font_rescale_ratio): Moved from xfaces.c.
9679 Argument type changed. Handle a font-spec too.
96f9306b 9680 (font_score): Check Vface_font_rescale_alist.
6dec9044 9681 (font_open_entity): Likewise. (Bug#1547)
96f9306b
KH
9682
9683 * xfaces.c (font_rescale_ratio): Moved to font.c.
9684
8d5b4964
CY
96852008-12-13 Chong Yidong <cyd@stupidchicken.com>
9686
9687 * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
9688
e6df5336
JR
96892008-12-12 Jason Rumney <jasonr@gnu.org>
9690
9691 * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
9692 Vwindow_system_version to the real w32 major version.
9693
97c6058a
DN
96942008-12-12 Dan Nicolaescu <dann@ics.uci.edu>
9695
9696 * term.c (init_tty): Move setting the terminal name before the
9697 potential user: maybe_fatal.
9698
ec4e88d7
CY
96992008-12-11 Chong Yidong <cyd@stupidchicken.com>
9700
d4835507
JB
9701 * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
9702 all callers changed. Call free_frame_faces to free the face cache.
ec4e88d7 9703
b4233ec9
JR
97042008-12-11 Jason Rumney <jasonr@gnu.org>
9705
8ec71e23 9706 * w32font.c (fill_in_logfont): Don't assume symbol script means
9acef61c 9707 SYMBOL_CHARSET. (Bug#547)
8ec71e23 9708
b4233ec9 9709 * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
9acef61c 9710 size for surrogates. (Bug#1096, bug#872)
b4233ec9 9711
011a0143
JB
97122008-12-11 Juanma Barranquero <lekktu@gmail.com>
9713
9714 * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
9715
3c309f34
JB
97162008-12-11 Juanma Barranquero <lekktu@gmail.com>
9717
9718 * process.c (Fsystem_process_attributes, syms_of_process):
9719 Fix typo in name of Ssystem_process_attributes.
9720 Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
9721
fedc6ab5
JB
97222008-12-11 Juanma Barranquero <lekktu@gmail.com>
9723
9724 * syntax.c (Fmodify_syntax_entry): Doc fix.
9725
ba3de0e8
JB
97262008-12-10 Juanma Barranquero <lekktu@gmail.com>
9727
9728 * font.c (Ffont_spec): Move usage to end of docstring.
9729
174f1c74
JR
97302008-12-10 Jason Rumney <jasonr@gnu.org>
9731
9732 * w32font.c (Qcham): New symbol.
9733 (font_supported_scripts): Add cham, and comments for other new
9734 scripts in bitfield from OpenType spec.
9d32f818
JR
9735 (add_font_entity_to_list): Limit unicode-sip fonts to those that
9736 contain characters beyond the bmp.
174f1c74 9737
7b649478
KH
97382008-12-10 Kenichi Handa <handa@m17n.org>
9739
9740 * ftfont.c (fc_charset_table): Add "unicode-sip".
2ae37cf0 9741 (ftfont_spec_pattern): Lookup fc_charset_table for the registry
7b649478
KH
9742 Qunicode_sip.
9743
2133e2d1
JB
97442008-12-10 Juanma Barranquero <lekktu@gmail.com>
9745
9746 * coding.c (QCdefault_char): Rename from QCdefalut_char.
9747 (Fcoding_system_put): Use QCdefault_char.
9748 (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
9749
9af886ee
CY
97502008-12-09 Chong Yidong <cyd@stupidchicken.com>
9751
74d819eb
CY
9752 * xftfont.c (syms_of_xftfont): Fix typo.
9753
4ccfa1c0 9754 * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
9af886ee 9755
7c19d3ae
DN
97562008-12-08 Dan Nicolaescu <dann@ics.uci.edu>
9757
9758 * emacs.c (main): Close daemon_pipe on exec.
9759
567826bb
CY
97602008-12-08 Chong Yidong <cyd@stupidchicken.com>
9761
9762 * termchar.h (struct tty): New members termcap_term_buffer and
9763 termcap_strings_buffer.
9764
9765 * term.c (encode_terminal_code): Free any previous memory blocks
4ccfa1c0 9766 before calling xmalloc for encode_terminal_src or encode_terminal_dst.
567826bb
CY
9767 (maybe_fatal): Buffer argument deleted. Don't free buffer here.
9768 All callers changed.
9769 (init_tty): Store termcap data and string buffers in new struct
9770 tty members termcap_term_buffer and termcap_strings_buffer.
9771 (delete_tty): Free them.
4ccfa1c0 9772 (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
567826bb 9773
aa96c42b
SZ
97742008-12-07 Seiji Zenitani <zenitani@mac.com>
9775
9776 * nsfns.m (ns_set_background_color): Remove code duplication.
4ccfa1c0 9777 It was a substitute for face-transparency on OS X 10.3.
aa96c42b 9778
b7e1d896
CY
97792008-12-06 Chong Yidong <cyd@stupidchicken.com>
9780
9781 * coding.c (make_conversion_work_buffer): Disable buffer
9782 modification hooks in the work buffer.
9783
b5ec91a5
EZ
97842008-12-05 Eli Zaretskii <eliz@gnu.org>
9785
9786 * process.c (procfs_system_process_attributes): If `nread' has a
9787 negative value, assign zero to it.
9788
a5d2a52b
CY
97892008-12-05 Chong Yidong <cyd@stupidchicken.com>
9790
68c5540b 9791 * eval.c (Vdebug_on_error): Doc fix.
a5d2a52b 9792
7bf1bb21
KH
97932008-12-05 Kenichi Handa <handa@m17n.org>
9794
9795 * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
9796 second character is a combining character.
9797
2fdc7d00
EZ
97982008-12-05 Eli Zaretskii <eliz@gnu.org>
9799
9800 * process.c (procfs_system_process_attributes): Don't use cmd,
9801 cmdsize, and q without initializing them first.
9802
bf6bfba8
JR
98032008-12-04 Jason Rumney <jasonr@gnu.org>
9804
9805 * w32font.c (w32font_draw): Initialize orig_clip before getting
9806 it, and delete it when finished.
9807
a3b1a468
DN
98082008-12-04 Dan Nicolaescu <dann@ics.uci.edu>
9809
9810 * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
9811 case when running as a daemon before detaching.
9812
8b8be8eb
JB
98132008-12-03 Juanma Barranquero <lekktu@gmail.com>
9814
805f2638 9815 * w32.c (init_environment): Don't unload library shell32.dll.
8b8be8eb 9816
b1bde622
KH
98172008-12-03 Kenichi Handa <handa@m17n.org>
9818
e500c47d
KH
9819 * font.c (font_at): Set `multibyte' at first.
9820
ca516334
KH
9821 * coding.c (decode_coding_charset): Check type of an element of
9822 vector VALIDS.
7bf1bb21 9823 (encode_coding_emacs_mule): Be sure to set `code'.
ca516334 9824
4ccfa1c0 9825 * fontset.c (face_for_char): Handle invalid charset property correctly.
b1bde622
KH
9826 (font_for_char): Likewise.
9827
1e5ecd37
CY
98282008-12-03 Chong Yidong <cyd@stupidchicken.com>
9829
d5b01609 9830 * font.c (Fopen_font): Compute pixel size correctly.
ba207571
CY
9831 (font_update_lface): Handle fonts with corrupted size specs,
9832 i.e. non-int and non-float.
d5b01609 9833
11e3a6e4 9834 * ftfont.c (ftfont_match): Initialize entity variable.
9a48c8cb 9835 (ftfont_resolve_generic_family): Avoid using uninitialized var.
8adb3a3b 9836 (ftfont_list_family): Initialize list var earlier.
11e3a6e4 9837
ab06788b
CY
9838 * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
9839
1e5ecd37 9840 * xterm.c (x_draw_glyph_string): Fall back on
0cff82ab 9841 underline_minimum_offset for underline position.
1e5ecd37 9842
63c125ab
DN
98432008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9844
9845 * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
9846
9847 * character.c (c_string_width): Specify the type for LEN.
9848
3a8406e1
KH
98492008-12-03 Kenichi Handa <handa@m17n.org>
9850
4ccfa1c0 9851 * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
453b38f0 9852 (decode_coding_utf_8): Likewise.
4ccfa1c0 9853 (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
4533845d 9854 (produce_chars): Initialize consumed_chars to 0.
3a8406e1 9855
651df7d9
CY
98562008-12-02 Chong Yidong <cyd@stupidchicken.com>
9857
9858 * keyboard.c (make_lispy_position): Only use PT if the selected
9859 window is current.
9860
1f625c6c
AS
98612008-12-02 Andreas Schwab <schwab@suse.de>
9862
f7741ce9
AS
9863 * font.c (font_unparse_fcname): Fix use of uninitialized variable.
9864
1f625c6c
AS
9865 * doprnt.c (doprnt1): Fix size of charbuf.
9866
92bc2678
CY
98672008-12-02 Chong Yidong <cyd@stupidchicken.com>
9868
9869 * keyboard.c (timer_check): Revert last change.
9870
93b9e8cc
JB
98712008-12-02 Juanma Barranquero <lekktu@gmail.com>
9872
9873 * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
9874
fd7a37d5
JB
98752008-12-01 Juanma Barranquero <lekktu@gmail.com>
9876
9877 * makefile.w32-in: Update dependencies.
9878 (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
9879
c115043b
AS
98802008-12-01 Andreas Schwab <schwab@suse.de>
9881
9882 * font.c (register_font_driver): Use xmalloc.
9883 (font_put_frame_data): Likewise.
9884
f5668d2a
CY
98852008-12-01 Chong Yidong <cyd@stupidchicken.com>
9886
860d96be
CY
9887 * xfaces.c (realize_x_face): Make abort condition clearer.
9888
f5668d2a
CY
9889 * gtkutil.c (update_frame_tool_bar): Initialize variable.
9890
379c17e7
CY
98912008-11-30 Chong Yidong <cyd@stupidchicken.com>
9892
9893 * keyboard.c (timer_check): After a timer runs, ensure that the
9894 selected window's buffer is current.
9895
35f36d65
JB
98962008-11-30 Juanma Barranquero <lekktu@gmail.com>
9897
f952c61c
JB
9898 * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
9899 It was accidentally restored by the Unicode merge.
9900
35f36d65
JB
9901 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
9902
b23077df
JB
99032008-11-29 Juanma Barranquero <lekktu@gmail.com>
9904
9905 * w32proc.c: Include "coding.h".
9906 (Fw32_short_file_name): Encode filename passed to Windows API.
9907 (Fw32_long_file_name): Encode filename passed to Windows API and
9908 decode back the result. (Bug#1433)
9909
b8ebe9dd
KH
99102008-11-29 Kenichi Handa <handa@m17n.org>
9911
8cc53f96
KH
9912 * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
9913 not before accessing it.
9914
b8ebe9dd
KH
9915 * charset.c (Fdefine_charset_internal): After calculating
9916 min_char, max_char, and fastmap, copy the charset structure again.
9917 (encode_char): Fix the previous change.
9918
59bc82c0
SZ
99192008-11-28 Seiji Zenitani <zenitani@mac.com>
9920
9921 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
9922
9923 * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
9924
9925 * nsterm.m (x_set_frame_alpha): New function.
9926
32247e3d
EZ
99272008-11-27 Eli Zaretskii <eliz@gnu.org>
9928
9929 * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
9930
b003e5ff
JB
99312008-11-27 Juanma Barranquero <lekktu@gmail.com>
9932
9933 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
9934 pointer to check_face_name.
9935
708550f5
KH
99362008-11-27 Kenichi Handa <handa@m17n.org>
9937
9938 * category.h (SET_CATEGORY_SET): Call set_category_set.
9939 (set_category_set): Extern it.
9940
9941 * category.c (hash_get_category_set): New function.
9942 (Fmodify_category_entry): Adjusted for the change of
9943 char_table_ref_and_range. Call hash_get_category_set to get a
9944 category set to store in the table.
9945
9946 * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
9947 Funify_charset.
9948
2ae37cf0 9949 * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
708550f5
KH
9950 (DECODE_CHAR): Check if the decoder vector is ready.
9951 (ENCODE_CHAR): Check if the encoder char-table is ready.
9952 (maybe_unify_char): Extern it.
9953
9954 * charset.c (Vchar_unified_charset_table): Delete it.
9955 (inhibit_load_charset_map): New variable.
9956 (temp_charset_work): New variable.
9957 (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
9958 (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
9959 New macros.
9960 (load_charset_map): Meaning of control_flag changed. If
9961 inhibit_load_charset_map is nonzero, setup a table in
9962 temp_charset_work.
9963 (load_charset): New argument control_flag.
9964 (map_charset_for_dump): New function.
9965 (map_charset_chars): If inhibit_load_charset_map is nonzero, use
9966 map_charset_for_dump.
9967 (Fdefine_charset_internal): If the charset method is MAP, load
9968 mapping tables by calling load_charset.
9969 (Funify_charset): Don't load a mapping table but directly set
9970 Vchar_unify_table.
9971 (maybe_unify_char): New function.
9972 (decode_char): Don't handle the deleted method MAP_DEFERRED.
9973 Handle the case of inhibit_load_charset_map being nonzero.
9974 (encode_char): Don't handle the deleted method MAP_DEFERRED.
9975 Handle the case of inhibit_load_charset_map being nonzero.
9976 (Fclear_charset_maps): Just free temp_charset_work.
9977 (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
9978 variable.
9979
9980 * chartab.c (sub_char_table_ref_and_range): Adjusted for the
9981 change of char_table_ref_and_range.
9982 (char_table_ref_and_range): Change the meaning of argument FROM
9983 and TO. Now the caller must provide initial values for *FROM
9984 and *TO.
9985
9986 * fontset.c (fontset_add): Adjusted for the change of
9987 char_table_ref_and_range.
9988 (fontset_get_font_group): Likewise.
9989 (Ffontset_info): Likewise.
9990
9991 * keymap.c (describe_vector): Adjusted for the change of
9992 char_table_ref_and_range. For char-table, put boundary between
9993 non-ASCII and 8-bit characters.
9994
9995 * print.c (print_object): For bool-vector, delete unnecessary
9996 check of ASCII_BYTE_P.
9997
9196133b
JR
99982008-11-26 Jason Rumney <jasonr@gnu.org>
9999
10000 * w32font.c (w32font_open_internal): Don't include external
9acef61c 10001 leading in font height. (Bug#879)
9196133b 10002
9f688acf
GM
100032008-11-26 Glenn Morris <rgm@gnu.org>
10004
10005 * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
10006 redefinition with ifdef. (Bug#1383)
10007
90d19aff
AR
100082008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10009
10010 * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
10011
4ccfa1c0 100122008-11-24 Wolfgang Lux <wolfgang.lux@gmail.com> (tiny change)
90d19aff
AR
10013
10014 * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
10015 New EmacsView methods.
10016 (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
10017 Fixes bug #1048,1357,1414.
10018
100192008-11-24 Adrian Robert <Adrian.B.Robert@gmail.com>
10020
10021 Fix bug #1362.
10022 * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
10023 is not an indexed color.
10024 * nsterm.m (free_indexed_color): Add argument checking.
10025 * nsfns.m: Move config.h to before system includes (advised by Dan N.).
10026
e7d5ecb3
CY
100272008-11-24 Chong Yidong <cyd@stupidchicken.com>
10028
10029 * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
10030 Document confirm-after-completion value for
10031 minibuffer-completion-confirm.
10032
c285743c
JR
100332008-11-24 Jason Rumney <jasonr@gnu.org>
10034
10035 * w32font.c (check_face_name): Use xstrcasecmp. Avoid compiler
10036 warning.
10037
b0857706
JR
100382008-11-23 Jason Rumney <jasonr@gnu.org>
10039
10040 * w32uniscribe.c (uniscribe_encode_char): Ensure context is
10041 restored before returning.
10042
10043 * w32font.c (check_face_name): New function.
10044 (add_font_entity_to_list): Use it to filter out common substituted
9acef61c 10045 fonts. (Bug#642)
b0857706 10046
ee50ff07
MR
100472008-11-22 Martin Rudalics <rudalics@gmx.at>
10048
10049 * buffer.c (Fswitch_to_buffer): Reword and mention new option
10050 confirm-nonexistent-file-or-buffer in doc-string.
10051
b8ff72fa
SM
100522008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
10055 Fix copy/paste typo. Add checks.
10056
cee53ed4
KH
100572008-11-21 Kenichi Handa <handa@m17n.org>
10058
10059 * coding.c (detect_coding_iso_2022): Reject invalid composition
10060 sequence.
10061 (DECODE_COMPOSITION_START): If the current source is the last
10062 block, and the current composition doesn't end, regard this
10063 sequence as invalid.
10064 (decode_coding_iso_2022): Handle invalid composition sequence.
10065
f6ef1e65
MR
100662008-11-20 Martin Rudalics <rudalics@gmx.at>
10067
10068 * window.c (coordinates_in_window): Don't return
10069 ON_VERTICAL_BORDER for the rightmost position of a mode/header
10070 line when the window is not the rightmost one. (Bug#1372)
10071
e08b1705
MR
100722008-11-16 Ben North <ben@redfrontdoor.org> (tiny change)
10073
10074 * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
10075
ad98e89f
EZ
100762008-11-15 Eli Zaretskii <eliz@gnu.org>
10077
10078 * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
10079 and bright_bg if noninteractive is non-zero.
10080
fb098a4b
CY
100812008-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10082
10083 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
10084 x_draw_glyph_string_background.
10085
10086 * w32term.c (x_draw_glyph_string): Likewise.
10087
ce952b6e
CY
100882008-11-15 Chong Yidong <cyd@stupidchicken.com>
10089
10090 * xterm.c (x_draw_glyph_string): Stop drawing the background of
10091 the next glyph string once past the overhang width.
10092
10093 * nsterm.m (ns_draw_glyph_string): Likewise.
10094
10095 * w32term.c (x_draw_glyph_string): Likewise.
10096
26ea7079
CY
100972008-11-14 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
10098
10099 * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
10100 double file close.
10101
1c33c906
MR
101022008-11-14 Martin Rudalics <rudalics@gmx.at>
10103
10104 * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
10105 dedicated status of window before attempting to display another
10106 buffer in it.
10107
8fc29035
JB
101082008-11-14 Juanma Barranquero <lekktu@gmail.com>
10109
10110 * msdos.c (Fmsdos_long_file_names):
10111 (syms_of_msdos) <dos-unsupported-char-glyph>:
10112 * dosfns.c (Fint86): Fix typos in docstrings.
10113
55fb4286
EZ
101142008-11-14 Eli Zaretskii <eliz@gnu.org>
10115
10116 * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
10117
3fda0315
KY
101182008-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10119
10120 * puresize.h (BASE_PURESIZE): Increase to 1260000.
10121
7e849c17
CY
101222008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change)
10123
10124 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
10125
10126 * frame.h: Negative alpha means "don't touch".
10127
10128 * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
10129
10130 * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
10131
b9fd67bd
DN
101322008-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10133
10134 * hftctl.c:
10135 * chpdef.h:
10136 * acldef.h: Remove files used only for systems no longer supported.
10137
10138 * Makefile.in: Fix .o alphabetical ordering.
10139 (hftctl.o): Remove dependency, file removed.
10140 (keymap.o, print.o): Depend on charset.h.
10141
d5998e03
KH
101422008-11-10 Kenichi Handa <handa@m17n.org>
10143
2ae37cf0 10144 * character.c (Fget_byte): Fix and make it faster for unibyte target.
d5998e03 10145
be70e183
CY
101462008-11-08 Chong Yidong <cyd@stupidchicken.com>
10147
10148 * dired.c (file_name_completion): If completion_ignore_case is
10149 enabled, ignore case when checking completion-regexp-list.
10150
7cf94eac
EZ
101512008-11-08 Eli Zaretskii <eliz@gnu.org>
10152
10153 * vm-limit.c (get_lim_data): Fix last change.
10154
ee107a89
KH
101552008-11-08 Kenichi Handa <handa@m17n.org>
10156
10157 * character.c (Fget_byte): New function.
10158 (syms_of_character): Defsubr Fget_byte.
10159
5fd15622
CY
101602008-11-07 Chong Yidong <cyd@stupidchicken.com>
10161
10162 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
10163 cursor position is valid after scrolling.
10164
13d62fad
JB
101652008-11-06 Juanma Barranquero <lekktu@gmail.com>
10166
10167 * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
10168
a1dd2936
GM
101692008-11-06 Glenn Morris <rgm@gnu.org>
10170
10171 * xterm.c (handle_one_xevent): Don't let popup menus cause
10172 mouse-autoselect-window related window switching. (Bug#1261)
10173
860cd236
CY
101742008-11-04 David Smith <davidsmith@acm.org> (tiny change)
10175
10176 * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
10177
653a3150
AS
101782008-11-04 Andreas Schwab <schwab@suse.de>
10179
10180 * xfns.c (Fx_wm_set_size_hint): Add missing return value.
10181
870f5cac
CY
101822008-11-03 Chong Yidong <cyd@stupidchicken.com>
10183
10184 * xfns.c (Fx_wm_set_size_hint): New function.
10185
1e02f3cb
MR
101862008-11-03 Martin Rudalics <rudalics@gmx.at>
10187
10188 * textprop.c (Fprevious_single_char_property_change): Return 0
10189 when there's no change in a string. (Bug#1301)
10190
e630dfc6
MR
101912008-11-02 Martin Rudalics <rudalics@gmx.at>
10192
10193 * frame.c (do_switch_frame): New argument NORECORD passed to
10194 Fselect_window.
10195 (Fselect_frame): New argument NORECORD passed to
10196 do_switch_frame.
10197 (Fset_frame_selected_window): New argument NORECORD passed to
10198 Fselect_frame.
10199 (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
10200 in call of do_switch_frame.
10201 (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
10202 Handle NORECORD argument in call of Fselect_frame.
10203 * lisp.h (do_switch_frame, Fselect_frame)
10204 (Fset_frame_selected_window): Adjust declarations.
10205 * window.c (select_frame_norecord): New function.
10206 (run_window_configuration_change_hook): Use it and call
10207 Fselect_frame with NORECORD set.
10208 (Fselect_window): Pass NORECORD to Fselect_frame.
10209 (Fset_window_configuration): Handle NORECORD argument in call of
10210 do_switch_frame.
10211 * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
10212 Fset_frame_selected_window.
10213 * keyboard.c (command_loop_1): Handle NORECORD in call of
10214 Fselect_frame (currently ifdefd).
10215
9020b223
GM
102162008-11-02 Ulrich Mueller <ulm@kph.uni-mainz.de>
10217
10218 * emacs.c (USAGE2): Untabify.
10219
793ffee8
SM
102202008-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10221
10222 * composite.c (fill_gstring_header): Fix copy/paste typo.
10223
ab6d1131
MR
102242008-10-31 Martin Rudalics <rudalics@gmx.at>
10225
10226 * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
10227 (Fother_window): Rename argument and rewrite doc-string.
10228 (select_window_norecord): Fix return value. (Bug#1276)
10229
601a9cf1
JB
102302008-10-30 Juanma Barranquero <lekktu@gmail.com>
10231
10232 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
10233 new frames overriding foreground for tooltips. Based on similar patch
10234 from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
10235
813b0652
CY
102362008-10-29 Chong Yidong <cyd@stupidchicken.com>
10237
10238 * emacs.c (Fdaemon_initialized): Initialize nfd.
10239
4414f58f
MR
102402008-10-29 Martin Rudalics <rudalics@gmx.at>
10241
10242 * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
10243 (Fwindow_text_height): Clarify doc-strings.
10244 * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
10245 doc-string of window-scroll-functions.
10246
ecdcaa09
RS
102472008-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10248
10249 * category.c (syms_of_category): Fix typo in docstring.
10250
23fe745a
JB
102512008-10-28 Juanma Barranquero <lekktu@gmail.com>
10252
10253 * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
10254 (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
10255 Fix typos in docstrings.
10256
ff808935
DN
102572008-10-28 Dan Nicolaescu <dann@ics.uci.edu>
10258
10259 * emacs.c (daemon_pipe): Make non-static.
10260 (IS_DAEMON): Move definition ...
10261 * lisp.h (IS_DAEMON): ... here.
10262 (daemon_pipe): Declare.
10263 (is_daemon): Remove.
10264 * dispnew.c (init_display): Use IS_DAEMON.
10265
fc012771
SM
102662008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
10269 (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
10270
10271 * emacs.c (is_daemon): Remove.
10272 (main): Don't set is_daemon.
10273 (IS_DAEMON): New macro.
10274 (Fdaemonp, Fdaemon_initialized): Use it.
601a9cf1 10275 (Fdaemon_initialized): Write a char into the pipe to make sure the
fc012771
SM
10276 parent exits.
10277 (syms_of_emacs): Explicitly initialize daemon_pipe[1].
10278
d8bdbe6f
CY
102792008-10-27 Chong Yidong <cyd@stupidchicken.com>
10280
d1a072bf
CY
10281 * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
10282 over-sized glyph, draw it with the default glyph width.
10283
e2e325aa
CY
10284 * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
10285 glyph, draw it with the default glyph width.
10286
10287 * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
10288 glyph, draw it with the default glyph width.
10289
d8bdbe6f
CY
10290 * xdisp.c (try_scrolling): When computing the distance from the
10291 scroll margin to PT, try moving some distance past the window
10292 bottom before giving up.
10293
7bfac547
MR
102942008-10-27 Martin Rudalics <rudalics@gmx.at>
10295
10296 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
10297 (Fset_window_buffer): Explain in doc-string that a window can be
10298 "strongly" dedicated to its buffer.
10299
4ff029f6
DN
103002008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
10301
10302 * emacs.c (daemon_name): New variable.
10303 (main): Deal with --daemon=SERVER_NAME.
10304 (Fdaemonp): Return a name if one was passed to --daemon.
10305
5790ef40
DN
103062008-10-26 Romain Francoise <romain@orebokech.com>
10307
f9bd0df9 10308 * emacs.c (daemon_pipe): New variable.
5790ef40
DN
10309 (main): Create a pipe before forking, make the parent exit only after
10310 the child has closed its end of the pipe. Move closing the
10311 descriptors ...
10312 (Fdaemon_initialized): ... here. New function.
10313
f5385255
SM
103142008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10315
4d632321
SM
10316 * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
10317 the previous unoptimized table.
10318
f5385255
SM
10319 * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
10320 the distinction between non-nil and non-t value of `dedicated'.
10321
6c56a0f3
CY
103222008-10-25 Chong Yidong <cyd@stupidchicken.com>
10323
10324 * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
f5385255 10325 read_char_minibuf_menu_text is large enough to hold the menu string.
6c56a0f3 10326
fec89261
MR
103272008-10-25 Martin Rudalics <rudalics@gmx.at>
10328
10329 * window.c (Fget_buffer_window, Fdelete_windows_on)
10330 (Freplace_buffer_in_windows): Make buffer argument optional and
10331 rename to buffer_or_name.
10332
34fcddd0
CY
103332008-10-24 Chong Yidong <cyd@stupidchicken.com>
10334
f5385255
SM
10335 * xdisp.c (handle_single_display_spec, handle_display_prop):
10336 Undo 2005-05-16 change.
34fcddd0
CY
10337 (handle_stop): Pop iterator if it's loaded with an empty string.
10338 (get_overlay_strings_1): Don't save iterator if it's loaded with
10339 an empty string (bug#1201).
10340
064766f2
KH
103412008-10-24 Kenichi Handa <handa@m17n.org>
10342
10343 * ftfont.c (ftfont_otf_features): Fix previous change.
10344 (ftfont_otf_capability): Check FeatureList.FeatureCount before
10345 calling ftfont_otf_features.
10346
f9bd0df9 103472008-10-24 Kenichi Handa <handa@m17n.org>
064766f2
KH
10348
10349 * font.c (font_match_p): Fix for the case that a vector of
10350 characters is in script-representative-chars.
10351
1dae9197
MA
103522008-10-24 Michael Albinus <michael.albinus@gmx.de>
10353
10354 * dbusbind.c (xd_in_read_queued_messages): New variable.
f5385255 10355 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
1dae9197
MA
10356 (xd_read_queued_messages): Catch Qdbus_error from the macros.
10357 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
777013f2 10358 macro. (Bug#1186)
1dae9197 10359
f9bd0df9 103602008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
9b3362b8
DN
10361
10362 * s/sol2-10.h: New file.
10363
878a4584
JB
103642008-10-23 Juanma Barranquero <lekktu@gmail.com>
10365
10366 * xdisp.c (fill_glyph_string): Fix typo in source (though the
10367 poor beast has survived 9+ years and the jump from xterm.c!).
10368
cd265ca6
MR
103692008-10-23 Martin Rudalics <rudalics@gmx.at>
10370
10371 * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
10372 Reword doc-string.
f5385255 10373 (Fbury_buffer): In doc-string say what happens to the buffer's window.
cd265ca6 10374
472a4dc9
JB
103752008-10-23 Juanma Barranquero <lekktu@gmail.com>
10376
10377 * character.c (syms_of_character) <script-representative-chars>:
10378 <unicode-category-table>: Doc fixes.
10379
159bd5a2
NF
103802008-10-23 Noah Friedman <friedman@splode.com>
10381
10382 * coding.c (make_conversion_work_buffer): Check that
10383 Vcode_conversion_reused_workbuf is a live buffer, otherwise call
10384 Fget_buffer_create.
10385
49f9c344
KH
103862008-10-23 Kenichi Handa <handa@m17n.org>
10387
10388 * font.c (font_add_log): Check the values of extra properties.
10389
12bb3111
MR
103902008-10-22 Martin Rudalics <rudalics@gmx.at>
10391
10392 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
10393 Reword doc-string.
10394 (Fset_window_parameter): Use NILP.
10395 (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
f5385255 10396 (Frecenter): Use "selected" instead of "current" window in doc-strings.
12bb3111 10397
bbeb4e99
JB
103982008-10-22 Juanma Barranquero <lekktu@gmail.com>
10399
10400 * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
10401
104022008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
cb83c00b
AR
10403
10404 * nsfns.m (ns_appkit_version): New function.
10405 (x-server-version): Use it.
10406 (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
10407 (x-server-vendor): Don't check_ns().
10408
10409 * nsterm.m (syms_of_nsterm): Drop ns-version-string.
10410
a9b555d3
JB
104112008-10-22 Juanma Barranquero <lekktu@gmail.com>
10412
10413 * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
10414 Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
10415
4626499f
KH
104162008-10-22 Kenichi Handa <handa@m17n.org>
10417
e3681952
KH
10418 * syntax.c (scan_words): Call word_boundary_p instead of comparing
10419 scripts.
10420
4626499f
KH
10421 * category.c (word_boundary_p): Check scripts instead of charset.
10422 Handle nil value in word-separating-categories and
10423 word-combining-categories.
10424 (syms_of_category): Fix docstrings of word-separating-categories
10425 and word-combining-categories.
10426
1560f91a
EZ
104272008-10-21 Eli Zaretskii <eliz@gnu.org>
10428
10429 * coding.c (Fencode_coding_region, Fdecode_coding_region)
10430 (Fdecode_coding_string, Fencode_coding_string): Doc fix.
10431
f4668441
MR
104322008-10-21 Martin Rudalics <rudalics@gmx.at>
10433
10434 * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
10435 Rename arg "buffer" to "buffer_or_name".
10436 (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
10437 it optional.
10438 (no_switch_window): Remove since the return value is not used.
a9b555d3 10439 (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
f4668441
MR
10440 Consider window as dedicated when Fwindow_dedicated_p returns a
10441 non-nil value.
10442 * lisp.h: Remove prototype for no_switch_window.
10443
fd75ddb2
JD
104442008-10-21 Jan Djärv <jan.h.d@swipnet.se>
10445
10446 * emacs.c (main): Unconditionally set PER_LINUX32 and exec
2ae37cf0 10447 temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
fd75ddb2 10448
07295713
KH
104492008-10-21 Kenichi Handa <handa@m17n.org>
10450
10451 * coding.c (detect_coding_charset): For iso-8859-* coding systems,
10452 check Vlatin_extra_code_table.
10453
712adc82
EZ
104542008-10-20 Eli Zaretskii <eliz@gnu.org>
10455
10456 * fileio.c (Fset_file_modes): Doc fix.
10457
f549eb0b
MA
104582008-10-19 Michael Albinus <michael.albinus@gmx.de>
10459
10460 * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
10461 in arrays.
10462
aac0c6e3
MR
104632008-10-19 Martin Rudalics <rudalics@gmx.at>
10464
10465 * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
10466 Mention kill-buffer in doc-string.
10467 (Fset_window_buffer): Reinsert tem check removed in last commit.
10468 (Fenlarge_window, Fshrink_window): Have argument names and
10469 doc-string follow Elisp manual more closely.
10470
104712008-10-18 Eli Zaretskii <eliz@gnu.org>
10472
10473 * fileio.c (Fset_file_modes): Doc fix.
10474
104752008-10-18 Martin Rudalics <rudalics@gmx.at>
10476
10477 * window.c (Fwindow_width, Fset_window_start)
10478 (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
f5385255
SM
10479 (Fdelete_windows_on, Freplace_buffer_in_windows):
10480 Make doc-strings follow code and Elisp manual more closely.
aac0c6e3
MR
10481 (Fwindow_dedicated_p): Make window argument optional.
10482 (Fset_window_dedicated_p): Rename argument "arg" to "flag".
10483 (Fset_window_buffer): Respect any non-nil dedicated value for
10484 window. Rename "buffer" argument to "buffer_or_name".
10485
104862008-10-18 Ulrich Mueller <ulm@gentoo.org>
10487
10488 * m/sh3.h: New file, machine description for SuperH.
10489
104902008-10-17 Martin Rudalics <rudalics@gmx.at>
10491
10492 * window.c (Fsplit_window): Rename arg horflag to horizontal.
10493
104942008-10-17 Kenichi Handa <handa@m17n.org>
10495
10496 * ftfont.c (ftfont_otf_features): Fix indexing
10497 gsub_gpos->FeatureList.Feature. Check the validity of indices.
10498
104992008-10-16 Magnus Henoch <mange@freemail.hu>
10500
10501 * dbusbind.c (Fdbus_call_method): Unbreak usage line.
10502 (Fdbus_call_method_asynchronously): Ditto.
10503 This change makes C-h f display the argument list.
10504
105052008-10-16 Chong Yidong <cyd@stupidchicken.com>
10506
10507 * fileio.c (Fexpand_file_name): Doc fix.
10508
10509 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
10510 of :foreground and :background equivalent to unspecified (20.x
10511 compatibility).
10512
105132008-10-15 Eli Zaretskii <eliz@gnu.org>
10514
10515 * buffer.c (syms_of_buffer): Doc fix.
10516
105172008-10-14 Kenichi Handa <handa@m17n.org>
10518
10519 * font.c (font_clear_prop): When clearing font width, clear the
10520 average width field too.
10521
105222008-10-12 Andreas Schwab <schwab@suse.de>
10523
10524 * ftfont.c (ftfont_shape_by_flt): Make static.
10525 * ftfont.h (ftfont_shape_by_flt): Don't declare.
10526
10527 * font.c: Don't include <m17n-flt.h>.
10528
105292008-10-10 Eli Zaretskii <eliz@gnu.org>
10530
10531 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
10532
105332008-10-09 Eli Zaretskii <eliz@gnu.org>
10534
10535 * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
10536 away code.
10537
105382008-10-09 Chong Yidong <cyd@stupidchicken.com>
10539
10540 * dispnew.c (update_text_area): Avoid looping due to large glyph
10541 overhangs (bug#1070).
10542
105432008-10-09 Kenichi Handa <handa@m17n.org>
10544
10545 * fontset.c (face_for_char): If face->fontset is negative, just
10546 return ascii_face.
10547
f5385255
SM
10548 * font.c (font_delete_unmatched): Fix previous change.
10549 Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
aac0c6e3
MR
10550
105512008-10-09 Martin Rudalics <rudalics@gmx.at>
10552
10553 * frame.c (Fraise_frame): On text-only terminals select frame in
10554 order to make it visible. (Bug#1061)
10555
105562008-10-08 Chong Yidong <cyd@stupidchicken.com>
10557
10558 * fontset.c (fontset_find_font): Check frame validity.
10559
105602008-10-07 Chong Yidong <cyd@stupidchicken.com>
10561
a9b555d3 10562 * gtkutil.c (xg_display_open): Reset default display if none exists.
aac0c6e3
MR
10563 (xg_display_close): Allow Emacs to close all displays (bug#985).
10564
105652008-10-06 Andreas Schwab <schwab@suse.de>
10566
f5385255 10567 * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
aac0c6e3
MR
10568
105692008-10-06 Chong Yidong <cyd@stupidchicken.com>
10570
f5385255 10571 * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
aac0c6e3 10572
a9b555d3 10573 * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
aac0c6e3
MR
10574
10575 * gtkutil.c (x_wm_set_size_hint): Return immediately if called
10576 during initialization.
10577
105782008-10-04 Eli Zaretskii <eliz@gnu.org>
10579
10580 * xdisp.c (redisplay_internal): If frame switched, redisplay the
10581 whole thing on MSDOS frames as well as on a TTY.
10582
10583 * dispnew.c (update_frame): Flush termscript for MSDOS frames as
10584 well as for TTY.
10585 (Fopen_termscript): Allow opening a termscript on MSDOS frames as
10586 well as on a TTY.
10587
10588 * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
10589 as well as for TTY.
10590
10591 * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
10592
10593 * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
10594 MSDOS frames as well.
10595
105962008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
10597
10598 * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
10599 correct arguments.
b71ac3dd 10600 * menu.c (find_and_return_menu_selection): Add cast.
aac0c6e3
MR
10601
106022008-10-03 Glenn Morris <rgm@gnu.org>
10603
10604 * emacs.c (USAGE1): Add --daemon.
10605
106062008-10-02 Eli Zaretskii <eliz@gnu.org>
10607
10608 * process.c (procfs_system_process_attributes): Multiply `pcpu' by
10609 100, so it's in percents as advertised.
10610
106112008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com>
10612
10613 * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
10614 (ns_output.current_cursor, ns_output.desired_cursor)
10615 (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
10616 (FRAME_NEW_CURSOR_COLOR): Remove.
10617
10618 * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
a9b555d3 10619 (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
aac0c6e3
MR
10620 enumeration (HOLLOW_BOX_CURSOR, etc.).
10621
10622 * nsterm.m (ns_frame_rehighlight): Remove commented code.
10623 (draw_window_cursor): Simplify code.
f5385255
SM
10624 (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
10625 Don't change cursor type. In latter, call rehighlight instead of doing
aac0c6e3 10626 updates manually.
a9b555d3
JB
10627 (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
10628 Use core Emacs cursor types.
aac0c6e3 10629
b8ff72fa 10630 * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
aac0c6e3
MR
10631
106322008-10-02 Martin Rudalics <rudalics@gmx.at>
10633
10634 * process.c (Faccept_process_output): Fix doc-string.
10635
106362008-10-02 Dan Nicolaescu <dann@ics.uci.edu>
10637
10638 * gmalloc.c (__sbrk): Also define for uClibc.
10639
10640 * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
10641 for uClibc.
10642
106432008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10644
10645 * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
10646 styles.
10647 (nsfont_open): Reenable the cache.
10648
106492008-10-01 Adrian Robert <Adrian.B.Robert@gmail.com>
10650
10651 * font.c (font_matching_entity): Reflect ATTRS in font selection.
10652 (font_find_for_lface) [HAVE_NS]: Don't ignore case.
10653
106542008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
10657 a suspended terminal.
10658
106592008-09-30 Michael Albinus <michael.albinus@gmx.de>
10660
10661 * dbusbind.c (xd_signature): Use strcat instead of sprintf.
10662
106632008-09-30 Eli Zaretskii <eliz@gnu.org>
10664
10665 * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
10666
106672008-09-30 Chong Yidong <cyd@stupidchicken.com>
10668
10669 * xdisp.c (move_it_to): Don't advance the iterator if the last tab
10670 in a continued line coincides with a line beginning.
10671
106722008-09-29 Adrian Robert <Adrian.B.Robert@gmail.com>
10673
10674 * nsfont.m (nsfont_trait_distance): Fix bug.
10675 (nsfont_list): Return a list rather than a vector (syncs with Handa
10676 changes of 2008-05-14).
10677 (nsfont_open): Improve logging.
10678
106792008-09-29 Andreas Schwab <schwab@suse.de>
10680
10681 * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
10682
106832008-09-28 Martin Rudalics <rudalics@gmx.at>
10684
10685 * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
10686 name as char-resolve-modifiers.
10687 Reported by: Markus Triska <markus.triska@gmx.at>
10688
106892008-09-28 Dan Nicolaescu <dann@ics.uci.edu>
10690
10691 * dispnew.c (init_display): Return earlier when running as a daemon.
10692
106932008-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10694
10695 * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
10696
106972008-09-27 Eli Zaretskii <eliz@gnu.org>
10698
10699 * composite.c (Fcomposition_get_gstring)
10700 (Fcompose_region_internal, Fcompose_string_internal)
10701 (Ffind_composition_internal): Doc fix.
10702 (syms_of_composite) <compose-chars-after-function>: Doc fix.
10703 (syms_of_composite) <auto-composition-function>: Doc fix.
10704 (syms_of_composite) <composition-function-table>: Doc fix.
10705
107062008-09-25 Chong Yidong <cyd@stupidchicken.com>
10707
10708 * search.c (wordify): New argument for lax word-ends.
10709 (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
10710
107112008-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10712
10713 * lisp.h (is_daemon): Declare.
10714 * dispnew.c (init_display): Do not try to initialize the terminal
10715 when running as a daemon.
10716
107172008-09-22 Chong Yidong <cyd@stupidchicken.com>
10718
10719 * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
10720 x_display_pixel_height.
10721
107222008-09-22 Martin Rudalics <rudalics@gmx.at>
10723
10724 * undo.c (record_point): Don't call Fundo_boundary for first
10725 change. (Bug#731)
10726
107272008-09-22 Juanma Barranquero <lekktu@gmail.com>
10728
10729 * emacs.c (Fdaemonp): Doc fix.
10730
107312008-09-22 Dan Nicolaescu <dann@ics.uci.edu>
10732
10733 * emacs.c (main): Place #ifdef in the proper place.
10734
107352008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10736
10737 * emacs.c (standard_args): Add --daemon.
10738 (main): Disconnect from the terminal when --daemon is passed.
10739 (is_daemon): New variable.
10740 (Fdaemonp): New function.
10741 (syms_of_emacs): Defsubr it.
10742
107432008-09-20 Chong Yidong <cyd@stupidchicken.com>
10744
10745 * xdisp.c (get_next_display_element): Handle string display
10746 correctly when checking for the end of a box run.
10747
107482008-09-20 Glenn Morris <rgm@gnu.org>
10749
10750 * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
10751 (syms_of_fileio): Add Qdelete_by_moving_to_trash.
10752 (Frename_file): Avoid copying to trash if a rename involves
10753 a delete. (Bug#964).
10754
107552008-09-20 Eli Zaretskii <eliz@gnu.org>
10756
10757 * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
10758 (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
10759 frames as well as termcap frames.
10760 (handle_interrupt): Remove "#ifndef MSDOS" around the call to
10761 get_named_tty.
10762
107632008-09-19 Eli Zaretskii <eliz@gnu.org>
10764
10765 * process.c (procfs_system_process_attributes): Fix cmdline in
10766 case /proc/PID/cmdline is empty.
10767
10768 * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
10769 x_display_pixel_height.
10770
107712008-09-19 Juanma Barranquero <lekktu@gmail.com>
10772
10773 * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
10774
10775 * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
10776 (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
10777
107782008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
10779
10780 * dispextern.h (struct it): Move line_wrap away from the middle of
10781 bitfields. Move voffset in struct iterator_stack_entry after the
10782 bitfields. Move tab_width near after another short.
10783
107842008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
10785
10786 * frame.h (struct frame): Move alpha from the middle of bitfields.
10787
10788 * window.h (struct window): Move frozen_window_start_p after the
10789 rest of the bitfields to reduce padding.
10790
107912008-09-18 Chong Yidong <cyd@stupidchicken.com>
10792
10793 * xterm.h (x_display_info): Remove `height' and `width' members.
10794
10795 * nsterm.h (ns_display_info): Remove `height' and `width' members.
10796
10797 * w32term.h (w32_display_info): Remove `height', `width',
10798 `height_in', and `width_in' members.
10799
b8ff72fa
SM
10800 * xterm.c (x_display_pixel_height, x_display_pixel_width):
10801 New functions.
aac0c6e3
MR
10802 (x_calc_absolute_position): Use them.
10803 (x_term_init): Omit removed `height' and `width' members.
10804
b8ff72fa
SM
10805 * w32term.c (x_display_pixel_height, x_display_pixel_width):
10806 New functions.
aac0c6e3
MR
10807 (w32_read_socket, x_calc_absolute_position): Use them.
10808 (w32_initialize_display_info, w32_term_init): Omit removed members
10809 of w32_display_info.
10810
b8ff72fa
SM
10811 * nsterm.m (x_display_pixel_height, x_display_pixel_width):
10812 New functions.
10813 (ns_initialize_display_info): Omit removed members of ns_display_info.
aac0c6e3 10814
b8ff72fa
SM
10815 * xterm.c (x_display_pixel_height, x_display_pixel_width):
10816 New functions.
aac0c6e3
MR
10817 (x_calc_absolute_position): Use them.
10818 (x_term_init): Omit removed `height' and `width' members.
10819
10820 * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
b8ff72fa
SM
10821 (compute_tip_xy):
10822 * frame.c (x_fullscreen_adjust):
aac0c6e3
MR
10823 * xmenu.c (menu_position_func): Use x_display_pixel_height and
10824 x_display_pixel_width.
10825
108262008-09-18 Kenichi Handa <handa@m17n.org>
10827
10828 * composite.c (fill_gstring_header): Don't check FROM and TO here.
10829 (composition_compute_stop_pos): Fix handling of static composition.
10830 (Fcomposition_get_gstring): Check FROM and TO at first.
10831
108322008-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10833
46e722a9 10834 * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
aac0c6e3
MR
10835 mixup (YAILOM).
10836
108372008-09-17 Chong Yidong <cyd@stupidchicken.com>
10838
10839 * indent.c (Fvertical_motion): Use position reported by iterator
10840 instead of PT for determining screen motion (bug#943).
10841
108422008-09-17 Romain Francoise <romain@orebokech.com>
10843
10844 * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
10845
108462008-09-17 Kenichi Handa <handa@m17n.org>
10847
10848 * ftfont.c (ftfont_shape_by_flt): Downcase family name.
10849
10850 * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
10851 if necessary.
10852
108532008-09-16 Kenichi Handa <handa@m17n.org>
10854
10855 * coding.c (make_conversion_work_buffer): Avoid calling
10856 Fget_buffer_create if it is not necessary.
10857
108582008-09-15 Martin Rudalics <rudalics@gmx.at>
10859
10860 * window.c (Fselect_window): Don't update window_select_count and
10861 use_time when norecord is not nil.
10862
108632008-09-14 Kenichi Handa <handa@m17n.org>
10864
10865 * fileio.c (Finsert_file_contents): Delete incorrect decrement of
10866 specpdl_ptr.
10867
108682008-09-12 Kenichi Handa <handa@m17n.org>
10869
10870 * indent.c (scan_for_column): Don't handle automatic composition
10871 if the current buffer is not associated with a window.
10872
10873 * composite.c (composition_reseat_it): If the current buffer is
10874 not associated with a window, ignore the automatic composition.
10875 (find_automatic_composition): Likewise.
10876
108772008-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
10880 (Fgpm_mouse_stop): Use it.
10881 * termhooks.h (close_gpm): Declare.
10882 * keyboard.c (tty_read_avail_input): Forcefully close the gpm
10883 connection if Gpm_GetEvent fails.
10884
10885 * window.c (set_window_buffer): Always preserve current-buffer.
10886
108872008-09-12 Glenn Morris <rgm@gnu.org>
10888
10889 * charset.c (init_charset): Warn if etc/charsets not found. (Bug#909)
10890
108912008-09-11 Glenn Morris <rgm@gnu.org>
10892
10893 * charset.c (charset-map-path): Doc fix.
10894
108952008-09-10 Kenichi Handa <handa@m17n.org>
10896
10897 * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
10898
10899 * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
10900 compose a grapheme cluster with the preceding base glyph.
10901
10902 * composite.c (composition_compute_stop_pos): Fix previous change.
10903 Reset cmp_it->id to -1 at first.
10904
109052008-09-10 Glenn Morris <rgm@gnu.org>
10906
10907 * Makefile.in (character.o, chartab.o): Fix config.h typo.
10908
109092008-09-09 Chong Yidong <cyd@stupidchicken.com>
10910
10911 * keyboard.c (read_key_sequence): Reapply translation maps when
10912 switching keyboards.
10913
109142008-09-09 Kenichi Handa <handa@m17n.org>
10915
10916 * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
10917 characters.
10918
10919 * composite.c (FORWARD_CHAR): Fix calculation
10920 of (POSITION).pos_byte.
10921 (composition_compute_stop_pos): Limit the search of composition to
10922 at most 500 characters ahead. If we reach the limit or find a
10923 newline, set cmp_it->ch to -2 and return 0.
10924 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
10925
109262008-09-08 Kenichi Handa <handa@m17n.org>
10927
10928 * indent.c (Fvertical_motion): Be sure to set
10929 it_overshoot_expected if it.cmp_it.id is non-negative.
10930
109312008-09-07 Andreas Schwab <schwab@suse.de>
10932
10933 * callproc.c (Fcall_process): Don't hold references to string data
10934 across garbage collection. Move initialisation of new_argv down
10935 to avoid compiler bug.
10936
109372008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10938
10939 * process.c (Fsystem_process_attributes): Doc fix.
10940
109412008-09-07 Chong Yidong <cyd@stupidchicken.com>
10942
10943 * callproc.c (Fcall_process): Canonicalize current directory name.
10944
10945 * xdisp.c (move_it_to): When moving by vpos, ensure that the
10946 iterator advances to the next line if the current line ends in a
10947 continued tab.
10948
109492008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
10950
10951 * nsfont.m (nsfont_draw): Fix the references to missing gidx data
10952 member to point to cmp_from.
10953
10954 * xdisp.c: Doc fix for references to gidx data member.
10955
109562008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * buffer.c (Fbuffer_swap_text): Reset window->point markers.
10959
109602008-09-07 Kenichi Handa <handa@m17n.org>
10961
10962 * composite.c (FORWARD_CHAR): Check STOP after
10963 incrementing (POSITION).pos.
10964
109652008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10966
10967 * process.c (Fsystem_process_attributes): Doc fix.
10968
109692008-09-06 Chong Yidong <cyd@stupidchicken.com>
10970
10971 * keyboard.c (Ftop_level): Doc fix.
10972
109732008-09-06 Eli Zaretskii <eliz@gnu.org>
10974
10975 * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
10976 minibuffer, don't let lower part of menu invade the echo area.
10977
10978 * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
10979 "char *q" to access menu text and advance through it. Revert the
10980 change that displayed ">" instead of ASCII character 0x10.
10981
109822008-09-05 Eli Zaretskii <eliz@gnu.org>
10983
10984 * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
10985 toggle boxes and radio buttons on MS-DOS as well.
10986
109872008-09-05 Kenichi Handa <handa@m17n.org>
10988
10989 * composite.c (autocmp_chars): Check lookback count.
10990 (composition_compute_stop_pos): Set cmp_it->lookback.
10991 (composition_reseat_it): Check lookback count.
10992 (struct position_record): New struct.
10993 (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
10994 (find_automatic_composition): New function.
10995 (composition_adjust_point): Use find_automatic_composition.
10996
10997 * dispextern.h (struct composition_it): New member lookback.
10998
109992008-09-02 Chong Yidong <cyd@stupidchicken.com>
11000
11001 * indent.c (Fvertical_motion): Don't call move_it_by_lines again
11002 if moving by a single line.
11003
110042008-09-02 Andreas Schwab <schwab@suse.de>
11005
11006 * xterm.c (x_delete_display): Fix merge error.
11007
11008 * fileio.c (Fexpand_file_name): Remove unused variables.
11009
110102008-09-02 Eli Zaretskii <eliz@gnu.org>
11011
11012 * fileio.c (Fexpand_file_name): Copy argument `name' into local
11013 storage on all platforms, not just on DOS_NT.
11014
110152008-09-02 Jason Rumney <jasonr@gnu.org>
11016
b8ff72fa
SM
11017 * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
11018 Ensure mouse is not grabbed after menu is finished.
aac0c6e3
MR
11019
110202008-09-01 Chong Yidong <cyd@stupidchicken.com>
11021
11022 * xfaces.c (Finternal_set_alternative_font_family_alist)
11023 (Finternal_set_alternative_font_registry_alist): Properly copy
11024 entire alist structure.
11025
110262008-09-01 Kenichi Handa <handa@m17n.org>
11027
d66c0241 11028 * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
aac0c6e3 11029 representative chars of the script is a vector.
d66c0241
JB
11030 (ftfont_list): Handle the case where the representative chars of
11031 the script is a vector.
aac0c6e3
MR
11032
11033 * character.c (syms_of_character): Docstring of
11034 script-representative-chars fixed.
11035
110362008-08-31 Eli Zaretskii <eliz@gnu.org>
11037
11038 * msdos.c (BUILD_CHAR_GLYPH): New macro.
11039 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
11040 the menu. Allocate larger buffer for `text', to account for
11041 possible ^C characters.
11042
110432008-08-31 Martin Rudalics <rudalics@gmx.at>
11044
11045 * xdisp.c (prepare_menu_bars): Don't call
11046 Vwindow_size_change_functions with arg Qt.
11047
110482008-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * font.h (font_range):
11051 * fileio.c (report_file_error):
46e722a9
SM
11052 * composite.c (composition_update_it): Yet another int/Lisp_Object
11053 mixup (YAILOM).
aac0c6e3
MR
11054
110552008-08-30 Glenn Morris <rgm@gnu.org>
11056
11057 * data.c (Fmake_variable_frame_local): Doc fix.
11058
11059 * frame.c (Fmodify_frame_parameters): Doc fix.
11060
110612008-08-30 Eli Zaretskii <eliz@gnu.org>
11062
11063 * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
11064 needed by GetTokenInformation.
11065 (w32_system_process_attributes): Check return values of all system
11066 APIs.
11067
11068 * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
11069 only when the state changes.
11070 (IT_update_begin, IT_update_end): Add termscript trace.
11071
11072 * w16select.c (Fw16_set_clipboard_data): Don't encode text if
11073 clipboard is unavailable. Set dst to NULL if it doesn't point to
11074 malloc'ed data.
11075 (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
11076 passing random values to xfree.
11077
11078 * dispnew.c (init_display): Set `tty's association in frame's
b8ff72fa 11079 parameters alist to the name of the terminal device, if that is known.
aac0c6e3
MR
11080
110812008-08-29 Jason Rumney <jasonr@gnu.org>
11082
11083 * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
11084
110852008-08-29 Eli Zaretskii <eliz@gnu.org>
11086
11087 * composite.c (fill_gstring_body): Avoid compiler warnings.
11088
11089 * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
11090 LGLYPH_SET_CODE to avoid compiler warnings.
11091
2ae37cf0 11092 * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
aac0c6e3
MR
11093
11094 * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
11095
11096 * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
11097 LGLYPH_SET_CODE.
11098
110992008-08-29 Kenichi Handa <handa@m17n.org>
11100
11101 * fileio.c (report_file_error): Don't downcase the first character
11102 of errstring if it is still unibyte.
11103
111042008-08-29 Kenichi Handa <handa@m17n.org>
11105
11106 These changes are to re-implement the automatic composition so
11107 that it doesn't use text properties.
11108
11109 * Makefile.in (ftfont.o): Depend on composite.h.
11110 (composite.o): Depend dispextern.h, font.h, frame, and window.h.
11111
11112 * character.h (Vunicode_category_table): Extern it.
11113
11114 * character.c (Vunicode_category_table): New variable.
11115 (syms_of_character): DEFVAR_LISP Vunicode_category_table.
11116
11117 * chartab.c (optimize_sub_char_table): Perform more greedy
11118 optimization.
11119
b8ff72fa
SM
11120 * composite.h (enum composition_method):
11121 Delete COMPOSITION_WITH_GLYPH_STRING.
aac0c6e3
MR
11122 (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
11123 (Vcomposition_function_table): Extern it.
11124 (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
11125 (composition_gstring_put_cache, composition_gstring_from_id)
11126 (composition_gstring_p, composition_gstring_width)
11127 (composition_compute_stop_pos, composition_reseat_it)
11128 (composition_update_it, composition_adjust_point): Extern them.
11129 (Fcomposition_get_gstring): EXFUN it.
11130
d66c0241 11131 * composite.c: Include window.h, frame.h, dispextern.h, font.h.
aac0c6e3
MR
11132 (Vcomposition_function_table)
11133 (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
b8ff72fa
SM
11134 (gstring_hash_table, gstring_work, gstring_work_headers):
11135 New variables.
aac0c6e3
MR
11136 (gstring_lookup_cache, composition_gstring_put_cache)
11137 (composition_gstring_from_id, composition_gstring_p)
11138 (composition_gstring_width, fill_gstring_header)
11139 (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
11140 (composition_reseat_it, composition_update_it)
b8ff72fa 11141 (composition_adjust_point, Fcomposition_get_gstring): New functions.
aac0c6e3
MR
11142 (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
11143 and gstring_work_headers. DEFVAR_LISP composition-function-table.
a73f9c9d 11144 Defsubr composition_get_gstring.
aac0c6e3
MR
11145
11146 * dispextern.h (struct glyph): New union u.cmp. Delete the member
11147 cmp_id.
11148 (struct glyph_string): Delete the member gidx. New members
11149 cmp_id, cmp_from, and cmp_to.
11150 (enum it_method): Delete GET_FROM_COMPOSITION.
11151 (struct composition_it): New struct.
11152 (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
11153 Delete c, len, cmp_id, cmp_len in u.comp.
11154
11155 * font.h (enum lgstring_indices): Delete it.
b8ff72fa 11156 (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
aac0c6e3 11157 (enum lglyph_indices): Likewise.
b8ff72fa 11158 (font_range): Adjust extern.
aac0c6e3
MR
11159 (font_fill_lglyph_metrics): Extern it.
11160
11161 * font.c (QCf): New variable.
11162 (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
11163 (font_prepare_composition): Delete this function.
11164 (font_range): Type and arguments changed.
11165 (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
11166 (font_fill_lglyph_metrics): New function.
b8ff72fa 11167 (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
aac0c6e3 11168 (syms_of_font): DEFSYM QCf. Delete defsubr for
b8ff72fa
SM
11169 Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
11170 Defsubr Sfont_shape_gstring.
aac0c6e3
MR
11171
11172 * fontset.h (font_for_char): Extern it.
11173
11174 * fontset.c (font_for_char): New function.
11175
11176 * ftfont.c: Include composite.h.
11177 (ftfont_resolve_generic_family): Add langset "en" to pattern.
b8ff72fa 11178 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
aac0c6e3
MR
11179
11180 * indent.c: Include composite.h and dispextern.h.
11181 (check_composition): Delete this function.
11182 (scan_for_column): Handle composition by
11183 composition_compute_stop_pos, composition_reseat_it, and
11184 composition_update_it.
11185 (compute_motion): Likewise.
11186 (Fvertical_motion): Fix checking of composition.
11187
11188 * keyboard.c (adjust_point_for_property): Check composition by
11189 composition_adjust_point.
11190
b8ff72fa 11191 * nsterm.m (ns_draw_glyph_string): Adjust for the change of
aac0c6e3
MR
11192 struct glyph_string.
11193
b8ff72fa
SM
11194 * term.c (encode_terminal_code): Adjust for the change of struct glyph.
11195 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3
MR
11196 struct glyph.
11197 (produce_composite_glyph): Likewise.
11198
b8ff72fa
SM
11199 * w32term.c (x_draw_composite_glyph_string_foreground):
11200 Adjust for the change of struct glyph_string.
aac0c6e3
MR
11201 (x_draw_glyph_string): Likewise.
11202
11203 * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
11204 (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
11205
11206 * xdisp.c: Include font.h.
11207 (it_props): Delete the entry for Qauto_composed.
11208 (init_iterator): Initialize it->cmp_it.id to -1.
11209 (compute_stop_pos): Call composition_compute_stop_pos.
b8ff72fa 11210 (face_before_or_after_it_pos): Adjust for the change of struct it.
aac0c6e3
MR
11211 (handle_auto_composed_prop): Delete it.
11212 (handle_composition_prop): Handle only static composition.
11213 (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
11214 from xassert. Initialize it->cmp_it.stop_pos.
b8ff72fa 11215 (push_it): Adjust for the change of struct it.
aac0c6e3
MR
11216 (pop_it): Likewise.
11217 (get_next_element): Delete next_element_from_composition.
11218 (CHAR_COMPOSED_P): New macro.
11219 (get_next_display_element): For automatic composition, get a face
11220 from the font in the glyph-string.
11221 (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
b8ff72fa 11222 check composition by it->cmp_it.id. Delete GET_FROM_COMPOSITION case.
aac0c6e3
MR
11223 (next_element_from_string): Check if the character at the current
11224 position is composed by CHAR_COMPOSED_P.
11225 (next_element_from_buffer): Likewise.
d66c0241
JB
11226 (next_element_from_composition): Adjust for the change of struct it.
11227 Update it->cmp_it.
b8ff72fa
SM
11228 (dump_glyph): Adjust for the change of struct glyph.
11229 (fill_composite_glyph_string): Adjust for the change of struct
aac0c6e3
MR
11230 it and struct glyph. Don't handle automatic composition here.
11231 (fill_gstring_glyph_string): New function.
11232 (x_get_glyph_overhangs): Handle automatic composition.
b8ff72fa 11233 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
aac0c6e3
MR
11234 (BUILD_GSTRING_GLYPH_STRING): New macro.
11235 (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
11236 automatic composition.
b8ff72fa 11237 (append_composite_glyph): Adjust for the change of struct it and
aac0c6e3 11238 struct glyph.
b8ff72fa 11239 (x_produce_glyphs): Adjust for the change of struct it.
aac0c6e3 11240
b8ff72fa 11241 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
aac0c6e3
MR
11242 the change of struct glyph_string.
11243 (x_draw_glyph_string): Likewise.
11244
112452008-08-29 Glenn Morris <rgm@gnu.org>
11246
11247 * buffer.c (word-wrap): Doc fix.
11248 * xdisp.c (truncate-partial-width-windows): Doc fix.
11249 Increase default to 50.
11250
112512008-08-29 Chong Yidong <cyd@stupidchicken.com>
11252
11253 * xdisp.c (update_tool_bar_unwind): New function.
11254 (update_tool_bar): Temporarily set selected frame before building
11255 tool-bar items.
11256
112572008-08-28 Michael Albinus <michael.albinus@gmx.de>
11258
11259 * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
11260 snprintf, respectively.
11261 (xd_append_arg): Convert strings with Fstring_make_unibyte.
11262
112632008-08-28 Chong Yidong <cyd@stupidchicken.com>
11264
11265 * Makefile.in: Revert (undocumented) 2008-08-20 change adding
11266 LDFLAGS to GNUstep CC invocation.
11267
112682008-08-27 Chong Yidong <cyd@stupidchicken.com>
11269
11270 * indent.c (Fvertical_motion): Revert last change. Handle the
11271 general case where we are moving forward, and PT spans multiple
11272 screen lines.
11273
11274 * eval.c (find_handler_clause): Temporarily increase
11275 max-lisp-eval-depth while printing the backtrace buffer, to
11276 guarantee that help-mode code can run.
11277
112782008-08-27 Eli Zaretskii <eliz@gnu.org>
11279
11280 * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
11281 colors under -rv.
11282 (IT_set_frame_parameters): Don't swap foreground and background
11283 colors if `(reverse . t)' is present in the frame properties.
11284 (internal_terminal_init): Call init_frame_faces only for the
11285 initial frame.
11286
112872008-08-27 Andreas Schwab <schwab@suse.de>
11288
11289 * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
11290
112912008-08-27 Andreas Schwab <schwab@suse.de>
11292
11293 * search.c (search_buffer): Set char_base to zero only at the end.
11294
112952008-08-27 Kenichi Handa <handa@m17n.org>
11296
b8ff72fa 11297 * fileio.c (report_file_error): Fix handling of multibyte error string.
aac0c6e3
MR
11298
112992008-08-27 Andreas Seltenreich <seltenreich@gmx.de>
11300
11301 * xterm.c (x_term_init): Temporarily hide the partially
11302 initialized terminal while calling vendor-specific-keysyms.
11303
113042008-08-26 Eli Zaretskii <eliz@gnu.org>
11305
11306 * msdos.c (internal_terminal_init): Most initializations done only
11307 once, especially initial_screen_colors[] and termscript open.
11308
113092008-08-26 Chong Yidong <cyd@stupidchicken.com>
11310
11311 * eval.c (Fcondition_case): Doc fix.
11312
11313 * widgetprv.h (EmacsFramePart): Change font member to the new font
11314 struct.
11315
11316 * widget.c: Include character.h and font.h for XSETFONT.
11317 (setup_frame_gcs): Compute X font id from font struct, just once.
11318
113192008-08-26 Eli Zaretskii <eliz@gnu.org>
11320
11321 * term.c (get_named_tty): Fix last change.
11322
113232008-08-26 Chong Yidong <cyd@stupidchicken.com>
11324
11325 * indent.c (Fvertical_motion): If moving forward starting from a
b8ff72fa 11326 multi-line string, move the iterator to the last line of that string.
aac0c6e3
MR
11327
113282008-08-25 Eli Zaretskii <eliz@gnu.org>
11329
11330 * frame.c (do_switch_frame): Mark previously displayed frame as
11331 obscured for FRAME_MSDOS_P frames as well.
11332
113332008-08-24 Eli Zaretskii <eliz@gnu.org>
11334
11335 * frame.c (make_terminal_frame): Initialize f->terminal,
11336 f->terminal->reference_count, and scroll bars on MS-DOS as well.
11337 Set the top frame to newly created frame.
11338 (Fmake_terminal_frame): Reuse the_only_display_info.
11339
11340 * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
11341 estimating available memory.
11342
b97439ce 113432008-08-23 David Reitter <david.reitter@gmail.com>
aac0c6e3
MR
11344
11345 * nsterm.m (ns_draw_window_cursor): Don't call
11346 NSDisableScreenUpdates and NSEnableScreenUpdates on
11347 non-NS_IMPL_COCOA systems.
11348
113492008-08-23 Andreas Schwab <schwab@suse.de>
11350
11351 * process.c (procfs_system_process_attributes): Fix use of
11352 uninitialized variables.
11353
113542008-08-23 Eli Zaretskii <eliz@gnu.org>
11355
11356 * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
11357
11358 * dispnew.c (init_display): Remove MS-DOS specific conditions for
11359 calling tty-set-up-initial-frame-faces.
11360
b8ff72fa
SM
11361 * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
11362 Allow MSDOS frames along with X frames.
aac0c6e3
MR
11363
11364 * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
11365 addition to output_termcap.
11366
11367 * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
11368
11369 * termchar.h (FRAME_TTY): Support output_msdos_raw.
11370 (struct tty_display_info) [MSDOS]: Add fields related to mouse
11371 highlight.
11372
11373 * process.c [!subprocesses]: Define QCname.
11374 (syms_of_process): Intern and staticpro it.
11375
11376 * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
b8ff72fa
SM
11377 Adjust for changes in encoding/decoding routines.
11378 Use encode_coding_object and decode_coding_object instead of
aac0c6e3
MR
11379 encode_coding and decode_coding.
11380
b8ff72fa 11381 * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
aac0c6e3
MR
11382
11383 * dosfns.c: Include frame.h before termhooks.h.
11384 (dos_cleanup): Use CURTTY ()->termscript instead of a global
11385 variable termscript.
11386
11387 * s/msdos.h (USER_FULL_NAME): Define.
11388 (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
11389
11390 * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
11391 (Fuser_full_name): Use USER_FULL_NAME instead of a literal
11392 pw->pw_gecos.
11393
11394 * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
11395 SELECTED_FRAME as additional (1st) argument.
11396 (tty_read_avail_input): Handle output_msdos_raw in
11397 addition to output_termcap.
11398
11399 * msdos.c: Include frame.h before termhooks.h.
11400 (mouse_on, mouse_off, mouse_moveto, mouse_init)
11401 (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
11402 (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
11403 (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
11404 (IT_set_terminal_modes, IT_reset_terminal_modes)
11405 (IT_set_frame_parameters): Use tty->termscript instead of a global
11406 variable termscript.
11407 (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
11408 global variable terminal_coding. Don't refer to
11409 Vnonascii_translation_table.
11410 (internal_terminal_init): Set Vwindow_system in current_kboard.
11411 Don't use TTY_CHAR_INS_DEL_OK. Set Vinitial_window_system.
11412 Announce date and time of session start, if termscript is open.
11413 Don't zero out the_only_display_info (it is done in
b8ff72fa
SM
11414 term.c:init_tty). Open termscript only of not already open.
11415 Log "SCREEN SAVED" here, instead of IT_set_terminal_modes. Init mouse
aac0c6e3
MR
11416 here instead of dos_ttraw. Don't initialize display if this is an
11417 initial tty. Don't set FRAME_FONT.
11418 (Vwindow_system_version): Bump to 23.
11419 (dos_ttraw): Accept a TTY argument; all callers fixed. If mouse
11420 is available, set up mouse_position_hook.
11421 (dos_ttraw, IT_set_terminal_modes): If called with initial
11422 terminal, do nothing.
11423 (IT_set_frame_parameters): Handle the Qtty_type frame
11424 parameter by calling internal_terminal_init.
11425 (dos_set_window_size, show_mouse_face)
11426 (clear_mouse_face, IT_note_mode_line_highlight)
11427 (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
11428 (dos_rawgetc): Use tty_display_info instead of x_display_info.
11429 (initialize_msdos_display): New function.
11430 (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
11431 (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
11432 (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
11433 (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
b8ff72fa 11434 Accept additional argument: a pointer to a frame. Update all callers.
aac0c6e3
MR
11435 (request_sigio, unrequest_sigio): Don't define, now defined on
11436 sysdep.c.
11437 (IT_write_glyphs): Rewrite to use encode_terminal_code.
11438
11439 * term.c [MSDOS]: Include msdos.h.
11440 (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp
11441 conditional to DOS_NT. Allow only one call to this function in a
11442 session. Don't allocate a new struct tty_display_info; instead,
11443 reuse the_only_display_info. Call get_tty_size to get screen
11444 dimensions. Call init_baud_rate to set bad_rate.
11445 (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
11446 (Fsuspend_tty) [MSDOS]: Don't close input and output.
b8ff72fa 11447 (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
aac0c6e3
MR
11448 (get_tty_terminal, get_named_tty, Ftty_type)
11449 (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
11450 output_termcap.
b8ff72fa
SM
11451 (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
11452 Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
2ae37cf0 11453 only when subprocesses are supported.
aac0c6e3
MR
11454
11455 * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
11456 f->output_data.x.
11457 (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
11458 terminal devices.
11459
5582fbc7 11460 * msdos.h: Remove definition of struct x_display_info and struct
aac0c6e3
MR
11461 x_output.
11462 (FRAME_FONT): Use output_data.tty.
11463 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
b8ff72fa
SM
11464 (struct x_display_info): Rename from display_info. Update all users in
11465 msdos.c.
aac0c6e3 11466 (struct x_output): Remove background_pixel and foreground_pixel.
b8ff72fa 11467 (the_only_display_info): Rename from the_only_x_display.
aac0c6e3
MR
11468 (dos_ttraw): Update prototype.
11469
11470 * Makefile.in (MSDOS_OBJ): Add xmenu.o.
11471 (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
11472
114732008-08-23 Jason Rumney <jasonr@gnu.org>
11474
11475 * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
11476 (fn_TIFFSetDirectory): New library function used.
11477 (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
11478 (tiff_load): Use :index to select among multiple images. Set count
11479 property when multiple images exist.
11480 (gif_format): Use :index, not :image.
11481
114822008-08-23 Chong Yidong <cyd@stupidchicken.com>
11483
11484 * xdisp.c (try_scrolling): Check INT_MAX instead of
11485 MOST_POSITIVE_FIXNUM for maximum integer value. Include limits.h
11486 to obtain INT_MAX.
11487
114882008-08-21 İsmail Dönmez <ismail@namtrac.org> (tiny change)
11489
11490 * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
11491
114922008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
11493
11494 * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
11495 GNUstep library location.
11496
114972008-08-21 Chong Yidong <cyd@stupidchicken.com>
11498
11499 * xfaces.c (x_update_menu_appearance): Check validity of menu font
11500 before using it.
11501
11502 * puresize.h (BASE_PURESIZE): Increase to 1250000.
11503
115042008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
11505
11506 * nsfns.m (ns-read-file-name): Add casts to avoid warning.
11507 (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
11508 * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
11509 * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
11510 (EmacsApp-cursor_blink_handler): Remove declaration.
11511 * nsterm.m (ns_draw_glyph_string): Update first conditional body to
11512 match 01 Feb 2008 changes in xterm.c.
11513 (ns_read_socket): Add cast to avoid warning.
11514 (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
11515 GNUstep.
11516
115172008-08-20 Chong Yidong <cyd@stupidchicken.com>
11518
11519 * xselect.c (x_get_foreign_selection): Return nil if desired
11520 selection could not be obtained, instead of signalling an error.
11521
115222008-08-20 David Reitter <david.reitter@gmail.com>
11523
11524 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
11525 * nsterm.m: Remove ns-specific code for cursor blinking.
11526 (ns_draw_window_cursor): Clear cursor properly rather than
11527 redrawing the area. Respect width of bar cursors.
11528 These changes enable the use of generic blink-cursor-mode and
11529 generic cursor types in NS and support smooth cursor movements (do
11530 not blink off after command).
11531 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
11532 Nextstep, too.
11533
115342008-08-19 Kenichi Handa <handa@m17n.org>
11535
11536 * font.c (Vfont_log_deferred): New variable.
11537 (font_add_log): Check Vfont_log_deferred.
11538 (font_deferred_log): New function.
11539
11540 * font.h (font_deferred_log): Extern it.
11541
11542 * fontset.c (reorder_font_vector): Use encoding charset of fonts
11543 for sorting.
11544 (face_for_char): Use deferred log.
11545
115462008-08-18 Kenichi Handa <handa@m17n.org>
11547
11548 * fontset.c (face_for_char): Add font log.
11549
11550 * font.c (font_add_log): Add the font properties :script, :lang,
11551 and :otf in the log.
11552
115532008-08-17 Chong Yidong <cyd@stupidchicken.com>
11554
11555 * xdisp.c: Remove dead code.
11556 (handle_invisible_prop, next_overlay_string): Defer call to
11557 setup_for_ellipsis.
11558 (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
11559
115602008-08-15 Chong Yidong <cyd@stupidchicken.com>
11561
11562 * xfaces.c (lookup_derived_face): Properly handle possible zero
11563 return value of get_lface_attributes.
11564 (merge_faces): Don't tell lookup_derived_face to signal an error
11565 if face is not found.
11566
11567 * dired.c (Fdirectory_files): Doc fix.
11568
11569 * process.c (make_process): Initialize kill_without_query struct
11570 member.
11571
115722008-08-15 Eli Zaretskii <eliz@gnu.org>
11573
11574 * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
11575 Alternative calculation of totphys for Visual Studio 6.
11576
11577 * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
11578
11579 * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
11580 Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
11581 All users changed.
11582 (stat): Only root directory passed to GetDriveType. Allow RAM
11583 disk as well as local fixed disk when w32-get-true-file-attributes
11584 is set to `local'.
11585 (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
11586 (equal_sid, get_length_sid, copy_sid): New wrapper functions.
11587 (w32_cached_id, w32_add_to_cache): New functions.
11588 (get_name_and_id): Look account names in the cache before calling
11589 lookup_account_sid.
11590 (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
11591 New initialization flags.
11592 (globals_of_w32): Initialize them to zero.
11593 (w32_system_process_attributes): Use w32_cached_id and
11594 w32_add_to_cache.
11595
115962008-08-14 Lawrence Mitchell <wence@gmx.li>
11597
11598 * lread.c (Fread_char, Fread_char_exclusive): If no character
11599 event is read before timeout is reached, return nil, rather than
11600 converting to a number.
11601
116022008-08-14 Chong Yidong <cyd@stupidchicken.com>
11603
11604 * fns.c (use_dialog_box): Doc fix.
11605
11606 * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
11607 on OS X.
11608
116092008-08-13 Chong Yidong <cyd@stupidchicken.com>
11610
11611 * frame.c (Qns_parse_geometry): New var.
11612 (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
11613
116142008-08-11 Chong Yidong <cyd@stupidchicken.com>
11615
11616 * xdisp.c (x_produce_glyphs): Handle the case when font has no
11617 space character in calculating tabs.
11618
116192008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
11620
11621 * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
11622
116232008-08-10 Glenn Morris <rgm@gnu.org>
11624
11625 * process.c (procfs_system_process_attributes): Use EMACS_INTs to
11626 silence gcc "limited range of data type" warnings in some
11627 make_fixnum_or_float calls.
11628
116292008-08-09 Eli Zaretskii <eliz@gnu.org>
11630
11631 * w32.c (w32_system_process_attributes): If the process does not
11632 exist, return nil.
11633
11634 * w32.c: Include thelp32.h, psapi.h and coding.h.
11635 (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
11636 declarations.
11637 (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
11638 (Process32Next_Proc): New typedefs.
11639 (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
11640 (g_b_init_process32_next, g_b_init_open_thread_token)
11641 (g_b_init_impersonate_self, g_b_init_revert_to_self)
11642 (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
11643 (g_b_init_get_process_working_set_size)
11644 (g_b_init_global_memory_status_ex): New static variables.
11645 (globals_of_w32): Initialize them.
11646 (create_toolhelp32_snapshot, process32_first, process32_next)
11647 (open_thread_token, impersonate_self, revert_to_self)
11648 (get_process_memory_info, get_process_working_set_size)
11649 (global_memory_status, global_memory_status_ex): New wrapper
11650 functions.
11651 (w32_list_system_processes, w32_system_process_attributes)
11652 (enable_privilege, restore_privilege, ltime, process_times):
11653 New functions.
11654 (convert_time_raw): New function.
11655 (convert_time): Remove conversion of FILETIME into time in 100
11656 nsec units, call convert_time_raw instead.
11657
11658 * process.h (w32_list_system_processes, w32_system_process_attributes):
11659 Add prototypes.
11660 (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
11661 (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
11662 (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
11663 (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
11664
11665 * process.c (Fsystem_process_attributes): Doc fix.
11666
116672008-08-08 Chong Yidong <cyd@stupidchicken.com>
11668
11669 * xdisp.c (move_it_to): When stopping at a charpos, check if that's
11670 a continued multi-char glyph; if so, advance to the actual glyph.
11671
116722008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11673
11674 * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
11675
11676 * Makefile.in (ALL_OBJC_CFLAGS): New variable.
11677 (.m.o): Use it.
11678 * config.in: Regenerate.
11679
116802008-08-07 Chong Yidong <cyd@stupidchicken.com>
11681
11682 * xdisp.c (redisplay_window): Revert last change.
11683 (try_window): Check bottom scroll margin too.
11684
116852008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11686
11687 * config.in: Regenerate.
11688
11689 * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
11690 -list-load-path-shadows'.
11691 (nsgui.h): Reduce number of things depending on it.
11692
116932008-08-06 Chong Yidong <cyd@stupidchicken.com>
11694
11695 * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
11696 instead of window-end which does the wrong thing at eob.
11697 (try_cursor_movement): Minor optimization.
11698 (redisplay_window): If scroll margin is defined, don't assume
11699 window doesn't need scrolling.
11700
117012008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
11702
11703 * config.in: Regenerate.
11704
11705 * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
11706 (mostlyclean): Don't delete *.d under NS.
11707
11708 * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
11709
117102008-08-06 Kenichi Handa <handa@m17n.org>
11711
11712 * xfont.c (xfont_list_family): Return a list of symbols, not strings.
11713
117142008-08-06 Andreas Schwab <schwab@suse.de>
11715
11716 * config.in: Regenerate.
11717
117182008-08-05 Chong Yidong <cyd@stupidchicken.com>
11719
11720 * xdisp.c (redisplay_window): Don't enforce scroll-margin when
11721 forcing a window start.
11722
11723 * fileio.c (Vauto_save_list_file_name): Move here from file.el.
11724 (auto_save_1): Update modtime when auto-save-list-file-name is on.
11725
117262008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11727
11728 * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
11729 argument.
11730
117312008-08-05 Juanma Barranquero <lekktu@gmail.com>
11732
11733 * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
11734 <scroll-down-aggressively, before-change-functions>:
11735 <after-change-functions>: Reflow docstrings.
11736
117372008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
acd0102a 11738 Ken Raeburn <raeburn@gnu.org>
aac0c6e3
MR
11739
11740 Dock menu customization, based on a patch by Ken Raeburn, plus some
11741 other fixes.
11742 * nsmenu.m (dockMenu): New variable.
11743 (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
11744
11745 * nsterm.h (dockMenu): Declare.
11746
11747 * nsterm.m (KEY_NS_NEW_FRAME): New definition.
11748 (ns_term_init): Initialize dockMenu.
11749 (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
11750 (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
11751 left.
11752
11753 * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
11754
117552008-08-04 Chong Yidong <cyd@stupidchicken.com>
11756
11757 * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
11758
11759 * config.in: Regenerate.
11760
117612008-08-04 Seiji Zenitani <zenitani@mac.com>
11762
11763 * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
11764
117652008-08-04 Chong Yidong <cyd@stupidchicken.com>
11766
11767 * nsterm.h (find_and_call_menu_selection): Fix prototype.
11768
117692008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
11770
11771 * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
11772
11773 * keyboard.h: Comment an #endif.
11774
11775 * lisp.h (have_menus_p): Adjust comment.
11776
11777 * menu.c (find_and_return_menu_selection): Fix comparison with
11778 client_data.
11779
11780 * nsmenu.m (popup_activated_flag): New variable.
11781 (popup_activated): New function.
11782 (menu-or-popup-active-p): New exported lisp definition.
11783 (ns_popup_menu): Set popup_activated_flag. Call discard_menu_items()
11784 when popup done.
11785 (ns_popup_dialog): Set popup_activated_flag.
11786
11787 * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
11788 version for GNUstep (handled by conditional typedef in nsterm.m).
11789 (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
11790 in rgb.txt).
11791
11792 * process.c (init_process): Use DARWIN_OS, not DARWIN.
11793
11794 * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
11795
11796 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
11797
11798 * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
11799 shortcircuit if popup_activated like GTK and X toolkit.
11800
11801 * m/inter386.h: Change DARWIN to DARWIN_OS.
11802
11803 * s/darwin.h: Add #define DARWIN_OS. Get rid of C_SWITCH_SYSTEM def.
11804 Change LIBS_MACGUI to LIBS_NSGUI. Move temacs-conditionalized defs
11805 closer to C_SWITCH_SYSTEM_TEMACS so usage is understood. Expand
11806 comment on NO_SOCK_SIGIO.
11807
118082008-08-03 Chong Yidong <cyd@stupidchicken.com>
11809
11810 * nsterm.m (windowDidResize): Remove stopModal call.
11811
118122008-08-03 Andreas Schwab <schwab@suse.de>
11813
11814 * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
11815 (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
11816
118172008-08-02 Chong Yidong <cyd@stupidchicken.com>
11818
11819 * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
11820 Don't use uninitialized pointer variable when using getrlimit.
11821
118222008-08-02 Jason Rumney <jasonr@gnu.org>
11823
11824 * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
11825
118262008-08-02 Eli Zaretskii <eliz@gnu.org>
11827
11828 * alloc.c (NSTATICS): Bump to 0x640.
11829
11830 * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
11831
11832 * lisp.h: Add prototype for directory_files_internal.
11833
11834 * process.c (Fsystem_processes_list, Fsystem_process_attributes):
11835 New functions.
11836 (syms_of_process): Defsubr them. Add initializations for various
11837 Q* symbols used in procfs_system_process_attributes.
11838 (procfs_list_system_processes, procfs_system_process_attributes)
11839 [HAVE_PROCFS]: New functions.
11840 (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
11841 (procfs_get_total_memory): New functions.
11842
118432008-08-01 Juanma Barranquero <lekktu@gmail.com>
11844
11845 * xfaces.c (Fx_load_color_file): Fix previous change;
11846 it is #ifdef WINDOWSNT, not WINDOWS_NT.
11847
118482008-08-01 Michael Albinus <michael.albinus@gmx.de>
11849
11850 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
11851
118522008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11853
11854 * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
11855
118562008-08-01 Chong Yidong <cyd@stupidchicken.com>
11857
11858 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
11859
11860 * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
11861 define NSApplicationDelegateReplySuccess.
11862 (EmacsView -converstationIdentifier): Use long instead of
11863 NSInteger for GNUstep, since it doesn't have NSInteger.
11864
11865 * xmenu.c: Revert last change.
11866
11867 * keyboard.h: Fix last change.
11868
118692008-08-01 Juanma Barranquero <lekktu@gmail.com>
11870
11871 * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
11872 on Windows.
11873
118742008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11875
11876 Warning clearing and clean-up in NS port.
11877 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
11878 Add prototypes.
11879 * nsgui.h (FACE_DEFAULT): Remove, unused.
11880 (XGCValues): Change colors to unsigned long.
11881 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
11882 nsterm.m.
11883 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
11884 (ns_list_fonts): Remove, unused.
11885 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
11886 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
11887 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
11888 (nsfont_draw): Compare face colors to 0, not nil.
11889 * nsmenu.m (struct widget_value): Drop unneeded declaration.
11890 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
11891 (-addSubmenuWithTitle:): Use NSMenuItem class.
11892 (ns_popup_menu): Use NO, not NULL, for enabled setting.
11893 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
11894 (ns_clip_to_row): Make gc arg a BOOL.
11895 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
11896 ns_clip_to_row() call.
11897 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
11898 used). Cast FRAME_FONT assignments.
11899 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
11900 (ns_string_to_lispmod): Change arg to const char.
11901 (ns_term_init): Use NSMenuItem class.
11902 (EmacsApp -openFile:): Move to different section of file.
11903 (EmacsApp -application:openFiles:): Don't return a value, call
11904 -replyToOpenOrPrint:.
11905 (EmacsView -keyDown:): Fix up cast.
11906 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
11907 (EmacsView -menuDown:): Cast tag in call to
11908 find_and_call_menu_selection().
11909 (ns_list_fonts): Remove, unused.
11910 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
11911 (ns_fontname_to_xlfd): Make static.
11912 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
11913 Remove prototypes (now in keyboard.h).
11914 (next_menubar_widget_id): Remove, unused.
11915 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
11916 Remove prototypes (now in keyboard.h).
11917 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
11918
119192008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
11920
11921 * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
11922 (floatfns.o): Depend on syssignal.h.
11923 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
11924
11925 * systty.h: Fix previous change that removed BSD_TERMIOS.
11926 Add comments to #ifdefs.
11927
119282008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
11929
11930 * w32fns.c (w32-load-color-file): Remove.
11931 (x-open-connection): Use renamed Fx_load_color_file.
11932 * xfaces.c (x-load-color-file): Add.
11933 * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
11934 Emacs.clr.
11935 (hide_hourglass): BLOCK_INPUT before UNBLOCK.
11936
119372008-07-31 Michael Albinus <michael.albinus@gmx.de>
11938
11939 * dbusbind.c (Fdbus_call_method_asynchronously)
11940 (Fdbus_method_error_internal): New defuns.
11941 (xd_read_message): Handle also reply messages.
11942 (Vdbus_registered_functions_table): Extend docstring.
11943
119442008-07-31 Juanma Barranquero <lekktu@gmail.com>
11945
11946 * keyboard.c (gobble_input): Fix previous change.
11947
119482008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11949
11950 * bitmaps/README:
11951 * xfns.c:
11952 * termcap.c:
11953 * term.c:
11954 * syswait.h:
11955 * systty.h:
11956 * systime.h:
11957 * syssignal.h:
11958 * sysdep.c:
11959 * process.h:
11960 * process.c:
11961 * print.c:
11962 * ndir.h:
11963 * lread.c:
11964 * keyboard.c:
11965 * getpagesize.h:
11966 * floatfns.c:
11967 * fileio.c:
11968 * emacs.c:
11969 * doc.c:
11970 * dispnew.c:
11971 * dired.c:
11972 * data.c:
11973 * callproc.c:
11974 * buffer.c:
11975 * README:
11976 * Makefile.in:
11977 * s/template.h:
11978 * s/msdos.h:
11979 * m/vax.h: Remove VMS support.
11980 * s/vms.h:
11981 * vlimit.h:
11982 * uaf.h:
11983 * temacs.opt:
11984 * param.h:
11985 * ioctl.h: Remove file.
11986
119872008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11988
11989 * s/ms-w32.h (MULTI_KBOARD): Remove.
11990 * xterm.c:
11991 * xselect.c:
11992 * xfns.c:
11993 * window.c:
11994 * w32term.c:
11995 * w32fns.c:
11996 * terminal.c:
11997 * termhooks.h:
11998 * term.c:
11999 * sysdep.c:
12000 * keyboard.h:
12001 * keyboard.c:
12002 * frame.h:
12003 * frame.c:
12004 * frame.c: Remove references to MULTI_KBOARD, it is now the default.
12005 * config.in: Regenerate.
12006
120072008-07-30 Jason Rumney <jasonr@gnu.org>
12008
12009 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
12010
12011 * w32font.c (w32font_encode_char): Leave as unicode if in range.
12012 (w32font_open_internal): Get unicode version of textmetrics.
12013 Don't enable or disable glyph indices here.
12014 (w32font_open): Disable use of glyph indices.
12015
12016 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
12017
120182008-07-30 Chong Yidong <cyd@stupidchicken.com>
12019
12020 * minibuf.c (Vread_buffer_function): Doc fix.
12021
120222008-07-30 John Paul Wallington <jpw@pobox.com>
12023
12024 * minibuf.c (read_buffer_completion_ignore_case): New var.
12025 (Fread_buffer): Use it.
12026
120272008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
12028
12029 * systty.h (sensemode): Remove empty #if. Remove reference to
12030 BSD_TERMIOS, unused.
12031
12032 * sysdep.c: Remove reference to DGUX.
12033 (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
12034
12035 * config.in: Regenerate.
12036
120372008-07-30 Jason Rumney <jasonr@gnu.org>
12038
12039 * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
12040
120412008-07-29 Jason Rumney <jasonr@gnu.org>
12042
12043 * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
12044 is populated.
12045 (uniscribe_encode_char): Always use uniscribe.
12046 Avoid using context if cache is populated.
12047
120482008-07-29 Jan Djärv <jan.h.d@swipnet.se>
12049
12050 * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
12051 open menu.
12052
12053 * gtkutil.c (menu_nav_ended): Remove.
12054 (create_menus): Remove signal connect for menu_nav_ended.
12055
120562008-07-28 Chong Yidong <cyd@stupidchicken.com>
12057
12058 * xdisp.c (redisplay_window): Check return value of
12059 compute_window_start_on_continuation_line before forcing a window
12060 start.
12061
120622008-07-28 Jason Rumney <jasonr@gnu.org>
12063
12064 * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
12065
12066 * w32term.c (w32_enable_unicode_output, cleartype_active):
12067 Remove obsolete display options.
12068 (x_draw_glyph_string_background): Don't use old cleartype_active
12069 workaround.
12070 (w32_initialize): Remove cleartype_active initialization.
12071 (syms_of_w32term): Remove w32_enable_unicode_output initialization.
12072
120732008-07-28 Andreas Schwab <schwab@suse.de>
12074
12075 * lisp.h (init_weak_hash_tables, syms_of_font)
12076 (xd_read_queued_messages, syms_of_dbusbind): Declare.
12077 (remove_hash_entry): Don't declare.
12078 * eval.c (maybe_call_debugger): Make static and move before use.
12079 * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
12080 * xdisp.c: Include "gtkutil.h" if USE_GTK.
12081 * xterm.h (x_set_frame_alpha): Declare.
12082
120832008-07-28 Jan Djärv <jan.h.d@swipnet.se>
12084
12085 * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
12086 (create_menus): Connect selection-done to menu_nav_ended.
12087
120882008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12089
12090 * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
12091 Set Vx_resource_name to a fallback. Replace read of 'buffered'
12092 parameter with read of 'alpha' one.
12093 (Qns_frame_parameter): Remove.
5582fbc7 12094 * nsselect.m (selection-coding-system)
aac0c6e3
MR
12095 (next-selection-coding-system, Vselection_coding_system)
12096 (Vnext_selection_coding_system): Drop.
12097
120982008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
12099
12100 * nsfns.m (do-applescript, do_applescript): Rename to
12101 ns-do-applescript, ns_do_applescript, and move within file.
12102
121032008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12104
12105 Remove support for Mac Carbon.
12106 * mactoolbox.c:
12107 * macterm.h:
12108 * macterm.c:
12109 * macselect.c:
12110 * macmenu.c:
12111 * macgui.h:
12112 * macfns.c:
12113 * mac.c: Remove file.
12114 * s/darwin.h:
12115 * m/intel386.h:
12116 * xfaces.c:
12117 * xdisp.c:
12118 * window.c:
12119 * tparam.c:
12120 * termhooks.h:
12121 * termcap.c:
12122 * term.c:
12123 * syssignal.h:
12124 * sysselect.h:
12125 * sysdep.c:
12126 * process.c:
12127 * lread.c:
12128 * lisp.h:
12129 * keyboard.c:
12130 * image.c:
12131 * fringe.c:
12132 * frame.h:
12133 * frame.c:
12134 * fontset.c:
12135 * font.h:
12136 * font.c:
12137 * fns.c:
12138 * fileio.c:
12139 * emacs.c:
12140 * dispnew.c:
12141 * dispextern.h:
12142 * config.in:
12143 * atimer.c:
2ae37cf0 12144 * Makefile.in: Remove code for Carbon.
aac0c6e3 12145
f0131492 121462008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3
MR
12147
12148 * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
12149
121502008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12151
12152 * macterm.h (kCGBitmapByteOrder32Host): New define for
12153 non-universal SDKs.
12154
12155 * image.c (mac_create_cg_image_from_image, image_load_image_io)
12156 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
12157
12158 * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
12159 [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
12160
121612008-07-26 David Robinow <drobinow@gmail.com> (tiny change)
12162
12163 * w32inevt.c: Include dispextern.h.
12164
121652008-07-26 Andreas Schwab <schwab@suse.de>
12166
12167 * print.c (print_object): Fix off-by-one in last change.
12168
121692008-07-25 Juanma Barranquero <lekktu@gmail.com>
12170
12171 * term.c (syms_of_term): Don't initialize default_orig_pair,
12172 default_set_foreground and default_set_background on Windows.
12173
121742008-07-25 Jason Rumney <jasonr@gnu.org>
12175
12176 * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
12177 ScriptItemize. Clean up return value checking. Remove unused
12178 variables.
12179 (uniscribe_encode_char): Encode non-BMP characters with uniscribe
12180 shaping engine.
12181
12182 * w32font.c (w32font_has_char): Handle the case where we can't
12183 determine the script for a character.
12184
121852008-07-25 Chong Yidong <cyd@stupidchicken.com>
12186
12187 * term.c (syms_of_term): Initialize default_orig_pair,
12188 default_set_foreground, and default_set_background.
12189
12190 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
12191 clash (bug#86).
12192 (getloadavg): Callers changed.
12193
12194 * image.c (svg_load_image): Fix last change.
12195 (svg_load_image): Use rsvg_handle_get_dimensions to check that
12196 image size is valid. Use g_object_unref instead of deprecated
12197 rsvg_handle_free to free rsvg handle.
12198 (x_from_xcolors): Don't initialize pixmap (silence compiler).
12199
122002008-07-25 Jason Rumney <jasonr@gnu.org>
12201
12202 * w32font.c (w32font_encode_char): Encode characters outside BMP as
12203 surrogates before looking up glyph index.
12204 (w32font_text_extents): Encode as surrogates if falling back to
12205 functions that need UTF-16 wide chars.
12206
12207 * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
12208 BMP as surrogates before looking up glyph index.
12209
122102008-07-25 Chong Yidong <cyd@stupidchicken.com>
12211
12212 * image.c (svg_load_image): Check for failure in return value of
12213 rsvg_handle_get_pixbuf. Free rsvg handle when done.
12214
122152008-07-25 Jason Rumney <jasonr@gnu.org>
12216
12217 * w32font.c (Fx_select_font): Reverse sense of second arg.
12218
122192008-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
12222 (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
12223
12224 * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
12225 (PURESIZE): Use it.
12226
122272008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12228
12229 * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
12230 * m/alpha.h (TEXT_END):
12231 * m/ibmrs6000.h (TEXT_END):
12232 * m/macppc.h (TEXT_END):
12233 * s/darwin.h (TEXT_END):
12234 * s/msdos.h (TEXT_END): Remove, unused.
12235 * s/gnu-linux.h (BSD_PGRPS): Add a comment.
12236 * s/cygwin.h: Remove comment.
12237
12238 * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
12239 (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
12240 * m/intel386.h (DOT_GLOBAL_START):
12241 * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
12242 (USG): Remove, file not used on USG platforms.
12243
12244 * Makefile.in (HAVE_X11): Remove empty #else.
12245
122462008-07-24 Andreas Schwab <schwab@suse.de>
12247
12248 * fileio.c (Finsert_file_contents): Properly adjust undo list
12249 after format conversion.
12250
122512008-07-24 Jan Djärv <jan.h.d@swipnet.se>
12252
12253 * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
12254 (menu_nav_ended): Remove.
12255 (create_menus): Remove signal connect for menu_nav_ended.
12256 (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
12257 create_menus.
12258 (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
12259
122602008-07-23 Jason Rumney <jasonr@gnu.org>
12261
12262 * w32font.c (w32_enumfont_pattern_entity): Return height consistent
12263 with opened font.
12264 (w32font_open): Set font type to gdi.
12265
12266 * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
12267
122682008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12269
12270 * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
12271 * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
12272 defines it.
12273 * unexec.c (ADDR_CORRECT): Define unconditionally.
12274
12275 * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
12276
12277 * unexec.c: Remove code depending on !COFF and USG, the file is
12278 not used for such systems.
12279
12280 * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
12281 * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
12282 (LD_SWITCH_SYSTEM_1): Remove, update users.
12283
12284 * s/darwin.h (DATA_END):
12285 * m/intel386.h (DATA_END):
12286 * m/ibmrs6000.h (DATA_END):
12287 * m/alpha.h (DATA_END): Remove, unused.
12288
12289 * config.in: Regenerate.
12290 * s/ms-w32.h (subprocesses): Define unconditionally.
12291 * s/template.h (subprocesses): Update comment.
12292 * s/vms.h (subprocesses):
12293 * s/usg5-4.h (subprocesses):
12294 * s/hpux10-20.h (subprocesses):
12295 * s/gnu-linux.h (subprocesses):
12296 * s/cygwin.h (subprocesses):
12297 * s/bsd-common.h (subprocesses):
12298 * s/aix4-2.h (subprocesses):
12299 * s/darwin.h (subprocesses): Do not define, defined by default now.
12300
12301 * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
12302 Remove all references.
12303 (temacs): Add GNUstep specific ld flags.
12304
12305 * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
12306 similarly to what X does.
12307
123082008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12309
12310 * nsfns.m (x-list-fonts): Remove.
12311 (syms_of_nsfns): Drop the x-list-fonts declaration.
12312 * nsterm.m: Get rid of remaining "//" comments.
12313
123142008-07-22 Chong Yidong <cyd@stupidchicken.com>
12315
12316 * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
12317
12318 * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
12319 (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
12320 (Fns_own_selection_internal, Fx_disown_selection_internal)
12321 (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
12322
12323 * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
12324 ... */' style of docstrings. Doc fixes.
12325
123262008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12327
12328 * terminfo.c (UP, BC, PC): Undo previous change.
12329
12330 * nsfns.m: Rename ns prefixed functions/variables to the
12331 corresponding x versions. Update references.
12332
123332008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
12334
12335 * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
12336
123372008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12338
12339 * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
12340 Remove forwarding functions.
12341 (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
12342 non-static.
12343 (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
12344 non-static.
12345 (ns_frame_parm_handlers): Use the new names.
12346 (syms_of_nsfns): Move to the end of file.
12347
12348 * nsterm.m (syms_of_nsterm): Move to the end of file.
12349
12350 * dispnew.c (init_display): Remove code for X10.
12351
123522008-07-22 Jason Rumney <jasonr@gnu.org>
12353
12354 * w32proc.c (Fw32_long_file_name): Don't append dir separator to
12355 bare drive.
12356
123572008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com>
12358
12359 * nsterm.m (syms_of_nsterm): Remove debugging println.
12360
123612008-07-22 David Reitter <david.reitter@gmail.com>
12362
12363 * nsfns.m (do_applescript, F_do_applescript): NS version of the
12364 Carbon implementation of the same functionality: execute arbitrary
12365 AppleScript code.
12366
123672008-07-21 Adrian Robert <Adrian.B.Robert@gmail.com>
12368
12369 * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
12370 (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
12371 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
12372 (Fx_display_mm_height, Fx_display_mm_width)
12373 (Fx_display_backing_store, Fx_display_visual_class)
12374 (Fx_display_save_under, Fx_open_connection)
12375 (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
12376 (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
12377 (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
12378 (Fx_display_pixel_width, Fx_display_pixel_height)
12379 (Fx_display_usable_bounds, Fx_display_planes)
12380 (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
12381 ... */' style of docstrings.
12382
123832008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12384
12385 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
12386 on this platform.
12387 (mips):
12388 * m/iris4d.h (mips): Do not define.
12389 * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
12390
12391 * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
12392
12393 * image.c:
12394 * nsfns.m:
12395 * nsselect.m:
12396 * nsterm.h:
12397 * nsterm.m: Rename ns prefixed functions/variables to the
12398 corresponding x versions. Update references.
12399
12400 * m/ibms390x.h (NO_REMAP): Do not undefine.
12401
12402 * m/amdx86-64.h: Use SOLARIS2 instead of sun.
12403
124042008-07-21 Chong Yidong <cyd@stupidchicken.com>
12405
12406 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
12407 (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
12408 (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
12409 (Fns_server_vendor, Fns_server_version, Fns_display_screens)
12410 (Fns_display_mm_height, Fns_display_mm_width)
12411 (Fns_display_backing_store, Fns_display_visual_class)
12412 (Fns_display_save_under, Fns_open_connection)
12413 (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
12414 (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
12415 (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
12416 (Fns_display_pixel_width, Fns_display_pixel_height)
12417 (Fns_display_usable_bounds, Fx_display_planes)
12418 (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
12419
124202008-07-21 Ami Fischman <ami@fischman.org> (tiny change)
12421
12422 * print.c (print_object): Check print_depth before searching for
12423 circularities.
12424
124252008-07-21 Michael Albinus <michael.albinus@gmx.de>
12426
12427 * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
12428 only sprintf.
12429
124302008-07-21 Kenichi Handa <handa@m17n.org>
12431
12432 * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
12433
124342008-07-20 Andreas Schwab <schwab@suse.de>
12435
12436 * syntax.c (find_start_pos, find_start_value)
12437 (find_start_value_byte, find_start_begv, find_defun_start)
12438 (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
12439
124402008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12441
12442 * s/sol2-3.h: Insert contents of s/sol2.h.
12443 (LD_SWITCH_SYSTEM): Remove redundant definition.
12444 * s/sol2.h: Remove, unused.
12445
124462008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12447
12448 * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
12449
124502008-07-20 Adrian Robert <Adrian.B.Robert@gmail.com>
12451
12452 * Makefile.in (ns_appdir): Fix typo in find command.
12453
124542008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12455
12456 * m/intel386.h (NO_REMAP): Do no define for USG, not used.
12457
12458 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
12459 added not supported anymore.
12460
12461 * s/usg5-4-2.h (LIBS_SYSTEM):
12462 * s/sol2.h (LIBS_SYSTEM): Do not undefine.
12463
12464 * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
12465 * s/lynxos.h (GETPGRP_NO_ARG):
12466 * s/hpux10-20.h (NO_SIOCTL_H):
12467 * s/gnu.h (GETPGRP_NO_ARG):
12468 * s/gnu-linux.h (NO_SIOCTL_H):
12469 * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
12470 * s/cygwin.h (GETPGRP_NO_ARG):
12471 * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
12472 (C_DEBUG_SWITCH): Remove duplicate definition.
12473
12474 * m/ibms390.h: Remove boilerplate comments.
12475
12476 * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
12477
12478 * process.c (HAVE_SERIAL): Consolidate ifdefs.
12479 (wait_reading_process_output): Remove code for SunOS, platform not
12480 supported anymore. Use SOLARIS2 instead of sun.
12481
124822008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12483
12484 * font.c (font_open_by_name): Under NS, default lface height to zero.
12485 (font_open_for_lface): Under NS, set size based on frame fontsize.
12486 * nsterm.m (EmacsView-changeFont:): Remove some commented code.
12487 * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
12488
124892008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12490
12491 * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
12492 (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
12493 DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
12494 YES/NO.
12495 * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
12496 * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
12497 * Makefile.in (clean): Clear out build destination dir.
12498
124992008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12500
12501 * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
12502 xterm, xselect.
12503 * lisp.h: Remove declaration of hash_remove.
12504 * nsgui.h: Remove redefinitions of hash_remove.
12505 * fns.c (hash_remove): Rename to hash_remove_from_table.
12506
125072008-07-19 Seiji Zenitani <zenitani@mac.com>
12508
12509 * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
12510 strdup() the family UTF8String before modifying it.
12511
125122008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
12513
12514 * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
12515 NS_FACE_BACKGROUND with 0 instead of nil.
12516 * nsfont.m (nsfont_draw): Same.
12517
125182008-07-19 Chong Yidong <cyd@stupidchicken.com>
12519
12520 * nsfns.m (ns_set_background_color): Fix crash.
12521
125222008-07-18 Chong Yidong <cyd@stupidchicken.com>
12523
12524 * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
12525
125262008-07-18 Dan Nicolaescu <dann@ics.uci.edu>
12527
12528 * puresize.h (BASE_PURESIZE): Increase to 1240000.
12529
125302008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12531
12532 * gtkutil.c: Include <config.h> instead of "config.h".
12533
12534 * lisp.h (Foverlay_buffer): Add EXFUN.
12535
12536 * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
12537 child process to complete child_setup. Undo 2005-09-21 change.
12538
12539 * s/darwin.h: Mention setsid after vfork.
12540
125412008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12542
12543 * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
12544 Depend on macgui.h.
12545
12546 * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
12547 gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
12548
12549 * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
12550 and f19.
12551 [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
12552
12553 * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
12554 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
12555 Remove enumerators.
12556
12557 * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
12558 Check if FACE_FROM_ID returns NULL.
12559
125602008-07-17 David Robinow <drobinow@gmail.com> (tiny change)
12561
12562 * w32inevt.c (change_frame_size): Remove extern declaration.
12563 (resize_event, maybe_generate_resize_event): Pass SAFE arg to
12564 change_frame_size.
12565
125662008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
12567
12568 * getloadavg.c: Revert last change (2008-07-15).
12569
125702008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
12571
12572 * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
362654a6 12573 set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
aac0c6e3
MR
12574 from configure.
12575
125762008-07-17 Dan Nicolaescu <dann@ics.uci.edu>
12577
12578 * s/sol2.h:
12579 * s/sol2-4.h: Reorganize conditionals.
12580
12581 * ecrt0.c: Remove code depending on m68000, not used anymore.
12582
12583 * fns.c (hash_remove): Make static.
12584 * lisp.h (hash_remove): Don't prototype.
12585
12586 * m/ibmrs6000.h:
12587 * m/ibms390x.h:
12588 * m/macppc.h: Remove boilerplate comments.
12589
12590 * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
12591 Solaris, which does not need them.
12592
12593 * m/vax.h: Remove comments about unsupported systems.
12594
12595 * s/darwin.h: Reorganize ifdefs.
12596
125972008-07-17 Andreas Schwab <schwab@suse.de>
12598
12599 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
12600
126012008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12602
12603 Use SDATA. Follow coding convention of placing operators at
12604 beginning of next line rather than end of previous line, and placing
12605 spaces around infix operators.
12606
12607 * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
12608 in case it was defined already.
12609 USE @GNUSTEP_MAKEFILES@ rather than envvars.
12610 * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
12611 ns_default.
12612 (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
12613 Lisp_Objects.
12614 * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
12615 (ns_defined_color, ns_color_to_lisp): Declare.
12616 * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
12617 (Fns_own_selection_internal): Make the big ugly hack more explicit, so
12618 it's accepted even with USE_LISP_UNION_TYPE.
12619 * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
12620 (update_frame_tool_bar): Remove apparently obsolete tests for
12621 non-integerness of f->tool_bar_lines.
12622 (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
12623 hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
12624 * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
12625 (nsfont_open): Don't confuse NULL for Qnil.
12626 * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
12627 * menu.h (find_and_call_menu_selection):
12628 * menu.c (find_and_call_menu_selection): Use just int for vector size.
12629 (find_and_return_menu_selection): Always return something.
12630 * frame.h: Include dispextern.h for Display_Info.
12631 (display_x_get_resource): Declare.
12632
126332008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
12634
12635 * syntax.c: Remove stdio.h include accidentally introduced in
12636 Emacs.app commit.
12637 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
12638 NS_IMPL_COCOA.
12639 * keyboard.c (handle_async_input, input_available_signal): Remove
12640 BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
12641
126422008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
12645 (ns_lisp_to_color): Don't mess with internal Lisp data fields.
12646 (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
12647 Use SDATA.
12648
12649 * keymap.c: Remove all NS-specific code.
12650 (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
12651 (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
12652 where_is_preferred_modifier, return a different value depending on how
12653 preferred is the binding.
12654 (where_is_internal): Adjust accordingly.
12655 (Fwhere_is_internal): Refresh where_is_preferred_modifier.
12656 Adjust to new preferred_sequence_p.
12657 (syms_of_keymap): Declare `where-is-preferred-modifier'.
12658 * keyboard.c (parse_solitary_modifier): Not static any more.
12659 * keyboard.h (parse_solitary_modifier): Declare.
12660
126612008-07-16 Andreas Schwab <schwab@suse.de>
12662
12663 * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
12664 of easymenu.
12665
126662008-07-16 Chong Yidong <cyd@stupidchicken.com>
12667
12668 * xdisp.c (move_it_in_display_line): Account for word wrap, so
12669 that we don't move off the line.
12670
126712008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
12672
12673 * keyboard.c (Qsuper): Remove.
12674 (parse_menu_item): Don't call where_is_internal specially for NS.
12675
126762008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12677
12678 * s/gnu-linux.h: Remove boilerplate comments.
12679
12680 * m/alpha.h (__ELF__): Consolidate conditions.
12681
12682 * m/m68k.h (linux): Use GNU_LINUX instead.
12683 Remove boilerplate comments.
12684
12685 * m/intel386.h: Undo refactoring from previous change.
12686 (LIB_STANDARD): All systems that define USG define LIB_STANDARD
12687 too, remove dead code.
12688 (linux): Use GNU_LINUX instead.
12689
126902008-07-16 Jason Rumney <jasonr@gnu.org>
12691
12692 * w32gui.h: Repeat 26 June changes lost by last change.
12693
126942008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12695
12696 * systty.h: Remove code for Aix on 386, unsupported platform.
12697
12698 * s/ms-w32.h: Remove boilerplate comments.
12699 (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
12700
12701 * s/gnu-linux.h (TERM): Remove support.
12702 (HAVE_SYSVIPC): Remove, unused.
12703 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
12704 for this system.
12705
12706 * process.c: Remove support for IRIS, unused.
12707 Remove support for TERM, not relevant anymore.
12708
12709 * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
12710 used with the definition.
12711
12712 * s/aix4-2.h (static): Do not undef.
12713
12714 * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
12715 only used on Aix.
12716 (HAVE_SYSVIPC): Remove, unused.
12717
12718 * m/hp800.h (CANNOT_DUMP): Do not undef.
12719
12720 * m/alpha.h: Fix comment.
12721
12722 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
12723 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
12724 used by this configuration.
12725 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
12726 * unexec.c: Remove code depending on HPUX and
12727 USG_SHARED_LIBRARIES, not used with this file. Remove code
12728 depending on IRIS, unused. Remove if 0-ed code.
12729
12730 * s/template.h: Remove comments about static.
12731
12732 * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
12733 Remove if 0-ed code.
12734 (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
12735 were the same as the default.
12736 * s/vms.h (BAUD_CONVERT): Remove, same as the default.
12737 Remove boilerplate comments.
12738 * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
12739 (HAVE_SYSVIPC): Remove, unused.
12740 (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
12741
12742 * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12743 Remove boilerplate comments.
12744 * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12745 Remove boilerplate comments.
12746 * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
12747 Remove boilerplate comments.
12748 * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
12749
12750 * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
12751 USG systems which do not use DATA_SEG_BITS.
12752 Refactor code. Remove boilerplate comments.
12753
12754 * m/ibms390.h:
12755 * m/m68k.h:
12756 * s/bsd-common.h:
12757 * s/cygwin.h:
12758 * s/darwin.h:
12759 * s/freebsd.h:
12760 * s/gnu.h:
12761 * s/msdos.h: Remove boilerplate comments.
12762
12763 * m/iris4d.h: Remove boilerplate comments and code for systems that
6873acca 12764 do not use this file.
aac0c6e3
MR
12765 (IRIS_4D): Remove, unused.
12766
12767 * m/mips.h: Remove boilerplate comments and code for systems that
6873acca 12768 do not use this file.
aac0c6e3
MR
12769 (SIGN_EXTEND_CHAR):
12770 * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
12771 * unexmips.c: Remove file, unused.
12772
12773 * editfns.c (Fuser_full_name): Replace the only use of
12774 USER_FULL_NAME with its value.
12775 * config.in: Regenerate.
12776
127772008-07-16 David Reitter <david.reitter@gmail.com>
12778
12779 * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
12780 easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
12781
127822008-07-16 Glenn Morris <rgm@gnu.org>
12783
12784 * emacs.c (system-type): Doc fix.
12785
127862008-07-15 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
12789 If the cache doesn't work, let's fix it, rather than work around it.
12790
127912008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12792
12793 * Makefile.in: Correct additions for nsfont.o in last commit.
12794 * nsfont.m: New file (forgot last commit).
12795
127962008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
12797
12798 * callproc.c (set_initial_environment): Initialize
12799 Vprocess_environment under CANNOT_DUMP (fixes crash when
12800 batch-compiling for bootstrap).
12801
128022008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
acd0102a 12803 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
aac0c6e3 12804
c4cc8b9a
JB
12805 * frame.c (make_initial_frame): Call init_frame_faces(f) in
12806 CANNOT_DUMP case -- fix crash due to different init order.
aac0c6e3
MR
12807
128082008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12809
12810 Changes and additions for NeXTstep windowing system (Cocoa and
12811 GNUstep) support.
12812
12813 * Makefile.in:
12814 * config.in: Support defines and build commands for NS port.
12815 * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
12816 (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
12817 * dispextern.h: Include nsgui.h and add needed typedefs under NS
12818 windowing.
12819 (struct face): Add synth_ital field.
12820 * dispnew.c: Include nsterm.h when compiling under NS windowing.
12821 (init_display): Initialize Vinitial_window_system to "ns" when so
12822 compiled.
12823 * emacs.c: Include GSConfig.h when compiling under GNUstep.
12824 (display_arg): Use under NS.
12825 (main): Under NS, allocate autorelease pool and handle command line
12826 args. Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
12827 (standard_args): Add NS-specific args.
12828 (shut_down_emacs): Shut down NS terminal if compiled under NS.
12829 * font.c (DEFAULT_ENCODING): New variable.
12830 (font_find_for_lface): Use it.
12831 (syms_of_font): Load syms_of_nsfont under NS.
12832 * font.h: Declare nsfont_driver when compiled under NS.
12833 * fontset.c: When compiling under NS, include nsterm.h.
12834 (fontset_from_font): Autoconstruct fontset under NS.
12835 * frame.c (various): Under NS, include nsterm.h, add Qns window system
12836 symbol, document and use it.
12837 (do_switch_frame): When for_deletion under Cocoa, add
12838 Fraise_frame(Qnil).
12839 (x_set_frame_parameters): Ensure font attribute changes are picked up.
12840 (x_get_arg): Allow "yes" and "no" as boolean values.
12841 (syms_of_frame): Declare Qns. Init Vdefault_frame_scroll_bars to
12842 Qright under Cocoa.
12843 (focus-follows-mouse): Default to 0 under NS.
12844 * frame.h (enum output_method): Add output_ns.
12845 (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
12846 (FRAME_EXTERNAL_MENU_BAR): Use under NS.
12847 (FRAME_WINDOW_P): NS-specific definition.
12848 * fringe.c (max_used_fringe_bitmap): Make public.
12849 * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
12850 (getloadavg): Use NeXT code under descendant OS's.
12851 * image.c (includes and header section, x_create_bitmap_from_data)
12852 (x_create_bitmap_from_file, free_bitmap_record, image_background)
12853 (image_background_transparent, x_clear_image_1)
12854 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
12855 (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
12856 (x_to_xcolors, x_from_xcolors, x_disable_image)
12857 (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
12858 other GUIs, including XPM support using code originally written for
12859 Carbon GUI.
12860 (png_load, jpeg_load, tiff_load, gif_load): Add implementations
12861 using NS API.
12862 (image_ascent): Use font metrics macros instead of direct struct field
12863 access.
12864 * keyboard.c (includes): Add nsterm.h when compiling under NS.
12865 (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
12866 Also, handle NS as GTK for menu bar purposes.
12867 (make_lispy_event): Handle NS as other GUI windowing systems, and as X
12868 toolkit where they differ.
12869 (parse_menu_item): Prefer keybindings using 'super' modifier. Also,
12870 use cachelist, still needed under NS.
12871 * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
12872 (struct widget_value): Define it here for menu.c.
12873 * keymap.c (includes): Include modifier internals.
12874 (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
12875 NS.
12876 (where_is_internal, Fwhere_is_internal): When compiled under NS, add
12877 support for preferring sequences using certain modifiers, specified by
12878 the FIRSTONLY argument.
12879 * lisp.h (hash_remove): Rename to avoid name clash when compiling
12880 under NS GNUstep implementation.
12881 (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
12882 * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
12883 * menu.c: Include nsterm.h under NS.
12884 (single_menu_item, parse_single_submenu, xmalloc_widget_value)
12885 (free_menubar_widget_tree_value, update_submenu_strings)
12886 (find_and_call_menu_selection): Treat NS as X and NT.
12887 (find_and_return_menu_selection): New function, used for popup menus.
12888 * nsgui.h:
12889 * nsterm.h:
12890 * nsfns.m:
12891 * nsimage.m:
12892 * nsmenu.m:
12893 * nsselect.m:
12894 * nsterm.m: New files.
12895 * process.c (wait_reading_process_output): Under NS, call ns_select()
12896 instead of plain select().
12897 * syntax.c (char_quoted): Under NS, avoid a crash when called near
12898 beginning of buffer.
12899 * sysselect.h (init_process): Rename when compiling under Cocoa to
12900 avoid name conflict.
12901 * termhooks.h (display_info): Add ns_display_info to union.
12902 * terminal.c (Fterminal_live_p): Add ns to terminal types.
12903 * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
12904 COCOA environment.
12905 * unexnext.c: Update to work with mach API on Mac OS X, and to use new
12906 unexec() signature. (Note, this will dump, but the resulting file
12907 crashes; unexosx is used instead; keeping around for reference and
12908 possible aid in getting dump working under GNUstep.)
12909 * w32gui.h (button_type, widget_value): Remove definitions (now in
12910 keyboard.h).
12911 * window.c: Include nsterm.h when compiling under NS.
12912 * xdisp.c (includes): Include nsterm.h when compiling under NS.
12913 (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
12914 other GUI windowing systems.
12915 (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
12916 GTK.
12917 (x_consider_frame_title): Under NS, set icon type and frame
12918 modified-state indicator; use ns_set_name_as_filename() when using
12919 formatted title.
12920 (update_window_cursor): Make public when compiling under NS.
12921 (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
12922 (hourglass_atimer, Vhourglass_delay
12923 * xfaces.c (header section, init_frame_faces, clear_font_table)
12924 (defined_color, unload_color, x_face_list_fonts)
12925 (prepare_face_for_display): Add NS support parallel to other GUIs.
12926 Emulate GCs like other non-X GUIs.
12927 (split_font_name): Don't lowercase font name under NS.
12928 (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
12929 under NS.
12930 * s/darwin.h: Add support for compilation under NS.
12931
129322008-07-15 Jason Rumney <jasonr@gnu.org>
12933
12934 * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
12935 (w32_show_hourglass): Rename from show_hourglass.
12936 (w32_hide_hourglass): Rename from hide_hourglass.
12937 (DEFAULT_HOURGLASS_DELAY): Revert from last change.
12938 (Vhourglass_delay): Declare extern.
12939 (hourglass_started): Remove.
12940
12941 * xdisp.c (Vhourglass_delay): Remove static.
12942 (hourglass_started, start_hourglass, cancel_hourglass):
12943 Don't include these versions on WINDOWSNT.
12944
129452008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
12946
12947 * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
12948 variables (formerly in xfns.c).
12949 (show_hourglass, hide_hourglass): New prototypes (same).
12950 * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
12951 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
12952 in xfns.c).
12953 (syms_of_xdisp): Declare/initialize display-hourglass,
12954 hourglass-delay. Initialize hourglass_atimer, hourglass_shown_p.
12955 (hourglass_started, start_hourglass, cancel_hourglass): New functions,
12956 formerly in xfns.c.
12957 * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12958 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12959 (start_hourglass, cancel_hourglass): Remove.
12960 (show_hourglass, hide_hourglass): Remove prototypes and static
12961 modifiers.
12962 (syms_of_xfns): Remove display-hourglass, hourglass-delay,
12963 hourglass_atimer, hourglass_shown_p declaration/initialization.
12964 * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
12965 (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
12966 (start_hourglass, cancel_hourglass): Remove.
12967 (show_hourglass, hide_hourglass): Remove prototypes and static
12968 modifiers.
12969 (syms_of_macfns): Remove display-hourglass, hourglass-delay,
12970 hourglass_atimer, hourglass_shown_p declaration/initialization.
12971 * w32fns.c (display_hourglass_p, Vhourglass_delay)
12972 (DEFAULT_HOURGLASS_DELAY): Remove.
12973 (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
12974 hourglass_shown_p declaration/initialization.
12975
129762008-07-14 Jason Rumney <jasonr@gnu.org>
12977
12978 * w32fns.c (w32_get_arg): Remove wrapper function.
12979 (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
12980 directly.
12981 (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly.
12982
129832008-07-14 Kenichi Handa <handa@m17n.org>
12984
12985 * xfont.c (xfont_open): Add workaround for X's bug.
12986
129872008-07-14 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12988
12989 * fontset.c: Include <stdio.h> unconditionally.
12990
129912008-07-13 Michael Albinus <michael.albinus@gmx.de>
12992
12993 * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
12994 for filtering.
12995
129962008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
12997
12998 * s/vms.h: Use __GNUC__ instead of _GNUC_.
12999
13000 * m/macppc.h:
13001 * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
13002
c4cc8b9a 13003 * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
aac0c6e3
MR
13004 (SPECIAL_EMACS_INT):
13005 * m/ia64.h (SPECIAL_EMACS_INT):
13006 * m/amdx86-64.h (SPECIAL_EMACS_INT):
13007 * s/gnu.h (NLIST_STRUCT):
13008 * s/aix4-2.h (X11R5_INHIBIT_I18N):
13009 * s/gnu-linux.h (LINUX):
13010 * s/msdos.h (HAVE_FACES):
13011 * s/ms-w32.h (HAVE_FACES): Don't define, unused.
13012
13013 * systty.h:
13014 * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
13015 anymore.
13016
130172008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
13018
13019 * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
13020 always defined as int.
13021
13022 * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
13023 * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
13024 * s/gnu-linux.h (HAVE_WAIT_HEADER):
13025 * s/freebsd.h (HAVE_WAIT_HEADER):
13026 * s/bsd-common.h (HAVE_UNION_WAIT):
13027 * s/aix4-2.h (HAVE_WAIT_HEADER):
13028 * m/mips.h (HAVE_UNION_WAIT):
13029 * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
13030 (COFF, static): Do not define, they are undefined later in the file.
13031
13032 * process.c (update_status): Don't use a union.
13033 (status_convert):
13034 (sigchld_handler): Use int instead of WAITTYPE.
13035
130362008-07-12 Chong Yidong <cyd@stupidchicken.com>
13037
13038 * indent.c (Fvertical_motion): Restore hscroll before moving to
13039 goal column.
13040
130412008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
13042
13043 * lisp.h: Remove left over code.
13044
130452008-07-11 Andreas Schwab <schwab@suse.de>
13046
13047 * lisp.h: Fix logic in last change.
13048
13049 * menu.h: New file.
13050 * menu.c: Include it.
13051 * xmenu.c: Likewise.
13052 * Makefile.in: Update dependencies.
13053
130542008-07-11 Kenichi Handa <handa@m17n.org>
13055
13056 * fontset.c (fontset_from_font): Cancel the previous change.
13057
130582008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
13059
13060 * lisp.h:
13061 * w32heap.c:
13062 * emacs.c:
13063 * alloc.c: Replace all references of NO_UNION_TYPE with
13064 USE_LISP_UNION_TYPE.
13065
13066 * m/xtensa.h (NO_UNION_TYPE):
13067 * m/vax.h (NO_UNION_TYPE):
13068 * m/template.h (NO_UNION_TYPE):
13069 * m/sparc.h (NO_UNION_TYPE):
13070 * m/mips.h (NO_UNION_TYPE):
13071 * m/macppc.h (NO_UNION_TYPE):
13072 * m/m68k.h (NO_UNION_TYPE):
13073 * m/iris4d.h (NO_UNION_TYPE):
13074 * m/intel386.h (NO_UNION_TYPE):
13075 * m/ibms390x.h (NO_UNION_TYPE):
13076 * m/ibms390.h (NO_UNION_TYPE):
13077 * m/ibmrs6000.h (NO_UNION_TYPE):
13078 * m/ia64.h (NO_UNION_TYPE):
13079 * m/hp800.h (NO_UNION_TYPE):
13080 * m/arm.h (NO_UNION_TYPE):
13081 * m/amdx86-64.h (NO_UNION_TYPE):
13082 * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
13083 defining it the same.
13084
130852008-07-10 Chong Yidong <cyd@stupidchicken.com>
13086
13087 * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
13088
130892008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
13090
13091 * fileio.c:
50426a04 13092 * sysdep.c:
aac0c6e3
MR
13093 * systty.h:
13094 * m/ibmrs6000.h:
13095 * m/iris4d.h:
13096 * s/aix4-2.h:
13097 * s/freebsd.h:
13098 * s/gnu-linux.h:
13099 * s/hpux10-20.h:
13100 * s/hpux11.h:
13101 * s/netbsd.h:
13102 * s/sol2-3.h:
13103 * s/sol2-4.h:
13104 * s/sol2.h:
13105 * s/usg5-4.h:
13106 * s/vms.h: Remove references to unused variables.
13107
131082008-07-10 Andreas Schwab <schwab@suse.de>
13109
13110 * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
13111 pattern before matching the generic family.
13112
131132008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
13114
13115 * unexec.c:
13116 * s/vms.h:
13117 * s/usg5-4-2.h:
13118 * s/sol2-5.h:
13119 * s/freebsd.h:
13120 * s/darwin.h: Remove dead code.
13121
13122 * m/template.h:
13123 * m/sparc.h:
13124 * m/mips.h:
13125 * m/m68k.h:
13126 * m/iris4d.h:
13127 * m/intel386.h:
13128 * m/ibms390x.h:
13129 * m/ibms390.h:
13130 * m/ia64.h:
13131 * m/hp800.h:
13132 * m/arm.h:
13133 * m/amdx86-64.h: Remove dead code and references to unused
13134 and compiler defined symbols.
13135
13136 * unexmips.c:
13137 * unexelf.c: Remove references to desupported systems.
13138
13139 * m/powermac.h: Remove file, it is now identical to m/macppc.h.
13140
13141 * m/powermac.h: Remove boilerplate comments.
13142 (NO_REMAP): Remove unused definition.
13143
13144 * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
13145 define them.
13146
131472008-07-10 Kenichi Handa <handa@m17n.org>
13148
13149 * xfont.c (xfont_open): Log the reason of failure.
13150
131512008-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * fontset.c (fontset_get_font_group):
13154 * font.c (font_check_otf): Specify argument types.
13155
131562008-07-09 Kenichi Handa <handa@m17n.org>
13157
13158 * coding.c (detect_coding_utf_8): Set detect_info->found only when
13159 non-ASCII char is found.
13160
13161 * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
13162 (reorder_font_vector): Change the arg preferred_family to font.
13163 Prefer the spec matching with font.
13164 (fontset_get_font_group): New function.
13165 (fontset_find_font): Change the format of an element of a realized
13166 fontset. Use fontset_get_font_group.
13167 (fontset_font): Try the current fontset, the default fontset, the
13168 fallbacks of the current fontset, and the fallbacks of the default
13169 fontset in this order.
13170 (face_for_char): Delete the shortcut to use the current font.
13171 (fontset_from_font): Don't set fonts for Latin in the fontset.
13172
13173 * font.h (font_make_object, font_match_p): Adjust prototypes.
13174
13175 * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
13176
13177 * font.c (font_make_object): New arg entity and pixelsize.
13178 (font_check_otf_features, font_check_otf): New functions.
13179 (font_match_p): Check :lang, :script, and :otf properties.
13180
13181 * xfont.c (xfont_open): Adjust it for the change of
13182 font_make_object.
13183 (xfont_text_extents): Fix initial setting of metrics.
13184
13185 * ftfont.c (struct ftfont_info): New member index, delete member
13186 fc_charset_idx. Make the member order compatible with struct
13187 xftfont_info.
13188 (fc_charset_table): Change charset names to registry names.
13189 (ftfont_pattern_entity): Delete the args registry and
13190 fc_charset_idx. Change the value of :font-entity property
13191 to (FONTNAME . INDEX). Always set :registry property to
13192 `iso10646-1'.
13193 (struct ftfont_cache_data): New struct.
13194 (ftfont_lookup_cache): New arg for_face.
13195 (ftfont_get_fc_charset, ftfont_get_otf): New functions.
13196 (ftfont_driver): Set the member otf_capability.
13197 (ftfont_get_charset): Adjust it for the change of
13198 fc_charset_table.
13199 (OTF_TAG_SYM): New macro.
13200 (ftfont_spec_pattern): Delete the arg fc_charset_idx. Adjust it
13201 for the change of fc_charset_table.
13202 (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
13203 ftfont_pattern_entity. Add FC_INDEX to objset.
13204 (ftfont_match): Adjust it for the change of ftfont_spec_pattern
13205 and ftfont_pattern_entity.
13206 (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
13207 font_make_object, struct ftfont_info.
13208 (ftfont_has_char): Use ftfont_get_fc_charset.
13209 (ftfont_otf_features, ftfont_otf_capability): New functions.
13210 (ftfont_shape): Use ftfont_get_otf.
13211 (ftfont_text_extents): Fix initial setting of metrics.
13212
13213 * xftfont.c (struct xftfont_info): New member ft_size. Make the
13214 member order compatible with struct ftfont_info.
13215 (xftfont_open): Add FC_CHARSET to the pattern. Set
13216 xftfont_info->ft_size. Don't unlock the face. Check BDF
13217 properties if appropriate.
13218 (xftfont_close): Unlock the face.
13219 (xftfont_anchor_point, xftfont_shape): Deleted.
13220 (syms_of_xftfont): Don't set members anchor_point and shape of
13221 xftfont_driver.
13222
13223 * w32uniscribe.c (uniscribe_open): Adjust it for the change of
13224 font_make_object.
13225
13226 * w32font.c (w32font_open): Adjust it for the change of
13227 font_make_object.
13228 (w32font_open_internal): Don't set properties of font_object here.
13229
132302008-07-08 Chong Yidong <cyd@stupidchicken.com>
13231
13232 * macfns.c (x_create_tip_frame):
13233 * w32fns.c (x_create_tip_frame):
13234 * xfns.c (x_create_tip_frame): Pass parameter argument to
13235 face-set-after-frame-default.
13236
13237 * xfaces.c (Finternal_merge_in_global_face): Save merged
13238 attributes for the default face back into the face vector.
13239
132402008-07-08 Andreas Schwab <schwab@suse.de>
13241
13242 * fontset.h: Declare fontset_from_font. Don't declare
13243 new_fontset_from_font and fontset_from_font_name.
13244 * xterm.c: Include "fontset.h".
13245 * Makefile.in (xterm.o): Update dependencies.
13246
132472008-07-08 Glenn Morris <rgm@gnu.org>
13248
13249 * m/sparc.h: Define __sparc__ rather than sparc. (Bug#507.)
13250 * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
13251
132522008-07-07 Chong Yidong <cyd@stupidchicken.com>
13253
13254 * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
13255 (x_set_frame_parameters): Don't bind it.
13256
132572008-07-07 Juanma Barranquero <lekktu@gmail.com>
13258
13259 * w32fns.c (map_w32_filename): Declare extern.
13260
132612008-07-07 Jason Rumney <jasonr@gnu.org>
13262
13263 * w32term.c (WS_EX_LAYERED): Define if not already.
13264
132652008-07-06 Chong Yidong <cyd@stupidchicken.com>
13266
13267 * xfaces.c (set_font_frame_param): Don't try to set the font
13268 parameter if it is still unspecified in the lface.
13269
132702008-07-05 Chong Yidong <cyd@stupidchicken.com>
13271
13272 * xfaces.c (Finternal_merge_in_global_face): Don't realize default
13273 face if it didn't already exist.
13274
13275 * xdisp.c (try_window_id): Give up if word-wrapping is on.
13276
132772008-07-05 Andreas Schwab <schwab@suse.de>
13278
13279 * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
13280
132812008-07-05 Chong Yidong <cyd@stupidchicken.com>
13282
13283 * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
13284 word-wrapping.
13285 (IT_DISPLAYING_WHITESPACE): New macro.
13286 (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
13287 when word-wrapping. Simplify word-wrapping logic. Use correct
13288 pixel positions when saving copies of the iterator.
13289 (display_line): Use proper wrap point if the last character on a
13290 line was preceded by whitespace.
13291
132922008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
13295
132962008-07-04 Kenichi Handa <handa@m17n.org>
13297
13298 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
13299
13300 * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
13301
133022008-07-02 Jason Rumney <jasonr@gnu.org>
13303
13304 * xfns.c (syms_of_xfns): Only define x-select-font when both
2ae37cf0 13305 HAVE_FREETYPE and USE_GTK.
aac0c6e3
MR
13306
13307 * xdisp.c (next_element_from_display_vector): Move assignment out
13308 of if statement.
13309
133102008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
13311
13312 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
13313
13314 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
13315 (syms_of_fileio): Initialize and export them.
13316 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
13317
13318 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
13319 (Fsystem_move_file_to_trash): New function.
13320 (syms_of_w32fns): Export it to lisp.
13321
133222008-07-01 Jason Rumney <jasonr@gnu.org>
13323
13324 * w32font.c (w32font_text_extents): Don't count overhang as part
13325 of width.
13326
133272008-06-30 Miles Bader <miles@gnu.org>
13328
13329 * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
13330 Add `avoid_cursor_p' field.
13331
13332 * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
13333 (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
13334 (append_glyph, append_composite_glyph, produce_image_glyph)
13335 (append_stretch_glyph): Initialize avoid_cursor_p.
13336 (get_it_property): Rename from `get_line_height_property'.
13337 (x_produce_glyphs): Use get_it_property.
13338 (handle_line_prefix, push_display_prop): New functions.
13339 (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
13340 (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
13341 New variables.
13342 (syms_of_xdisp): Initialize them.
13343
133442008-06-30 Kenichi Handa <handa@m17n.org>
13345
13346 * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
13347 XftDefaultSubstitute (they are called in XftFontMatch).
13348 (xftfont_open): Fix args to ftfont_font_format.
13349
13350 * ftfont.c (fc_charset_table): New member lang.
13351 (ftfont_resolve_generic_family): New arg pattern.
60612c8f 13352 (ftfont_spec_pattern): Check fc_charset_table[]->lang.
aac0c6e3
MR
13353 (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
13354 (ftfont_open): Fix args to ftfont_font_format.
13355 (ftfont_font_format): New arg filename.
13356
133572008-06-30 Chong Yidong <cyd@stupidchicken.com>
13358
13359 * xfaces.c (Finternal_merge_in_global_face): If default face was
13360 modified, realize it again. Update the font face attribute.
13361
133622008-06-29 Jason Rumney <jasonr@gnu.org>
13363
13364 * w32term.c (x_set_frame_alpha): Fix logic.
13365
133662008-06-29 Kenichi Handa <handa@m17n.org>
13367
13368 * fontset.c (Finternal_char_font): Return font-object instead of
13369 font-name.
13370
13371 * composite.c (get_composition_id): Fix the width calculation for TAB.
13372
133732008-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 * indent.c (Fvertical_motion): Properly handle float column arg.
13376
133772008-06-28 Jason Rumney <jasonr@gnu.org>
13378
13379 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
13380 (pfnSetLayeredWindowAttributes): New function pointer.
13381 (w32_initialize): Initialize it when supported.
13382 (x_set_frame_alpha): New function.
13383
13384 * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
13385 (w32_frame_parm_handlers): Set alpha handler.
13386
13387 * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
13388
133892008-06-27 Jason Rumney <jasonr@gnu.org>
13390
13391 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
13392 (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
13393 (w32_to_x_charset, x_to_w32_charset)
13394 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
13395 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
13396 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
13397 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
13398 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
13399 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
13400 (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
13401 (Qw32_charset_unicode): Remove.
13402 (syms_of_w32fns): Update for above changes.
13403
13404 * w32font.c (w32_to_x_charset, x_to_w32_charset)
13405 (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
13406 (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
13407 (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
13408 (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
13409 (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
13410 (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
13411 (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
13412 (syms_of_w32font): Update for above changes.
13413
134142008-06-27 Dan Nicolaescu <dann@ics.uci.edu>
13415
13416 * s/usg5-4.h: Fix previous change: keep the correct branch of a
13417 removed #if.
13418 (USG_SHARED_LIBRARIES): Remove duplicate definition.
13419
134202008-06-26 Juanma Barranquero <lekktu@gmail.com>
acd0102a 13421 Eli Zaretskii <eliz@gnu.org>
aac0c6e3
MR
13422
13423 * makefile.w32-in (LOCAL_FLAGS):
13424 Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
13425
13426 * sysdep.c (_spawnlp, _getpid):
13427 Declare with explicit _cdecl instead of _CRTAPI1.
13428
13429 * editfns.c (Fget_internal_run_time):
13430 Check for WINDOWSNT with #ifdef, not #if.
13431
134322008-06-26 Jason Rumney <jasonr@gnu.org>
13433
13434 * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
13435
13436 * w32term.c (x_draw_glyph_string_foreground)
13437 (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
13438 Use FONT_HANDLE macro.
13439 (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
13440
13441 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
13442 (uniscribe_encode_char): Use FONT_HANDLE macro.
13443
13444 * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
13445 (w32font_text_extents): Use precast w32_font.
13446 (w32font_close): Free cached metrics.
13447 (w32font_open_internal): Allocate space for name on stack.
13448
134492008-06-26 Chong Yidong <cyd@stupidchicken.com>
13450
13451 * xdisp.c (extend_face_to_end_of_line): Fix last change.
13452
134532008-06-26 Jason Rumney <jasonr@gnu.org>
13454
13455 * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
13456 (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
13457
134582008-06-26 Juanma Barranquero <lekktu@gmail.com>
13459
13460 * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
13461
134622008-06-26 Jason Rumney <jasonr@gnu.org>
13463
13464 * w32bdf.c, w32bdf.h: Remove obsolete files.
13465
13466 * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
13467
13468 * w32gui.h: Don't include w32bdf.h.
13469 (XCharStruct, enum w32_char_font_type, W32FontStruct):
13470 Remove obsolete font support.
13471
13472 * w32font.h (struct w32font_info): Remove compat_w32_font.
13473 Add hfont member.
13474 (FONT_COMPAT): Remove obsolete macro.
13475
13476 * w32font.c (w32font_close): Remove compat code. Delete hfont member.
13477 (w32font_encode_char, w32font_text_extents): Use new hfont member.
13478 (w32font_open_internal): Remove compat code. Set new hfont member.
13479 (Fx_select_font): Use new hfont member.
13480
13481 * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
13482 (uniscribe_encode_char): Use new hfont member.
13483
13484 * w32term.c (x_draw_glyph_string_foreground)
13485 (x_draw_composite_glyph_string_foreground): Use new hfont member.
13486 (x_draw_glyph_string): Use metrics in w32font_info.
13487
134882008-06-26 Kenichi Handa <handa@m17n.org>
13489
13490 * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
13491
134922008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13493
13494 * unexnext.c:
13495 * m/ews4800.h:
13496 * m/hp9000s300.h:
13497 * m/ibm370aix.h:
13498 * m/mips-siemens.h:
13499 * m/ncr386.h:
13500 * m/next.h:
13501 * m/pmax.h:
13502 * m/powerpcle.h:
13503 * m/tandem-s2.h:
13504 * s/386bsd.h:
13505 * s/bsd386.h:
13506 * s/bsd4-1.h:
13507 * s/bsd4-2.h:
13508 * s/bsdos2-1.h:
13509 * s/bsdos2.h:
13510 * s/bsdos3.h:
13511 * s/bsdos4.h:
13512 * s/nextstep.h:
13513 * s/ultrix4-3.h:
13514 * s/usg5-0.h:
13515 * s/usg5-2-2.h:
13516 * s/usg5-2.h:
13517 * s/usg5-4-3.h:
13518 * s/ux4800.h:
13519 * s/uxpds.h:
13520 * s/uxpv.h: Remove support for obsolete systems.
13521 * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
8f3a3ac2 13522 Remove, insert contents in s/hpux10-20.h.
aac0c6e3
MR
13523 * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
13524 Remove, insert contents in s/aix4-2.h.
13525 * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
13526 * s/bsd4-3.h: Rename to ...
13527 * s/bsd-common.h: ... this.
13528 * data.c:
13529 * doc.c:
13530 * ecrt0.c:
13531 * emacs.c:
13532 * fileio.c:
13533 * floatfns.c:
13534 * keyboard.c:
13535 * mem-limits.h:
13536 * print.c:
13537 * process.c:
13538 * sysdep.c:
13539 * syssignal.h:
13540 * systty.h:
13541 * syswait.h:
13542 * term.c:
13543 * unexec.c:
13544 * unexelf.c:
13545 * unexhp9k800.c:
13546 * m/hp800.h:
13547 * m/ibmrs6000.h:
13548 * m/mips.h:
13549 * m/vax.h:
13550 * s/darwin.h:
13551 * s/freebsd.h:
13552 * s/gnu.h:
13553 * s/ms-w32.h:
13554 * s/msdos.h:
13555 * s/netbsd.h:
13556 * s/template.h: Remove references to obsolete variables.
13557
13558 * Makefile.in: Add dependencies for all unexec files.
13559 (admindir): Remove unused variable.
13560 (UNEXEC_SRC): Remove references.
13561
135622008-06-25 Chong Yidong <cyd@stupidchicken.com>
13563
13564 * xfns.c (x_default_font_parameter): If Xft is available, first
13565 try Monospace-12 for the default font.
13566
135672008-06-25 Jason Rumney <jasonr@gnu.org>
13568
13569 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
13570
135712008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13572
13573 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
13574
13575 * buffer.c (syms_of_buffer): Remove default-word-wrap.
13576
135772008-06-25 Juanma Barranquero <lekktu@gmail.com>
13578
13579 * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
13580 <scroll-conservatively>: Fix typo in docstring.
13581
13582 * xselect.c (Fx_send_client_event): Doc fix.
13583
135842008-06-25 Kenichi Handa <handa@m17n.org>
13585
13586 * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
13587
13588 * font.c (font_parse_fcname): Remove unused variables.
13589 (font_sort_entites): Delete the arg SPEC. Caller changed.
13590 Fix for the case of ! best_only.
13591 (font_delete_unmatched): Check DPI and AVGWIDTH too.
13592
13593 * lisp.h (Fstring_to_unibyte): EXFUN it.
13594
13595 * character.h (str_to_unibyte): Extern it.
13596
13597 * character.c (str_to_unibyte): New function.
13598
13599 * fns.c (Fstring_to_unibyte): New function.
13600 (syms_of_fns): Defsubr it.
13601
136022008-06-24 Kenichi Handa <handa@m17n.org>
13603
13604 * font.c (font_score): Even if the PIXEL_SIZE is the same, check
13605 DPI too.
13606 (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
13607
136082008-06-24 Andreas Schwab <schwab@suse.de>
13609
13610 * Makefile.in (${lispsource}loaddefs.el): Rename from
13611 ../lisp/loaddefs.el.
13612 (bootstrap-clean): Do what distclean does but don't remove
13613 Makefile.
13614 (distclean): Depend on bootstrap-clean and remove Makefile.
13615
136162008-06-24 Chong Yidong <cyd@stupidchicken.com>
13617
13618 * buffer.h (struct buffer): New member word_wrap.
13619
13620 * buffer.c (syms_of_buffer): New variables default-word-wrap and
13621 word-wrap.
13622 (init_buffer_once): Initialize them.
13623
13624 * dispextern.h (struct it): Replace bool truncate_lines_p with a
13625 line_wrap enum possessing three possible values.
13626
13627 * termopts.h: Replace truncate_partial_width_windows with
13628 Vtruncate_partial_width_windows.
13629
13630 * dispnew.c (direct_output_for_insert): Avoid direct output when
13631 inserting a space with word wrap on.
13632
13633 * indent.c (compute_motion): Obey integer values of
13634 truncate-partial-width-windows.
13635
13636 * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
13637 replacing truncate_partial_width_windows.
13638 (init_iterator): If Vtruncate_partial_width_windows is an integer,
13639 truncate only if the window width is below that integer.
13640 (start_display, resize_mini_window, produce_stretch_glyph)
13641 (display_string, move_it_in_display_line_to): Use line_wrap.
13642 (back_to_previous_visible_line_start, reseat_1): Reset
13643 string_from_display_prop_p.
13644 (display_line): Extend default face to end of line when wrapping.
13645
136462008-06-24 Kim F. Storm <storm@cua.dk>
13647
13648 * xdisp.c (display_line, move_it_in_display_line_to): Add ability
13649 to wrap continued lines at word boundaries.
13650
136512008-06-24 Jason Rumney <jasonr@gnu.org>
13652
13653 * font.c (Ffont_face_attributes): Multiply pixel size before point
13654 conversion to avoid multiplying rounding error.
13655
136562008-06-23 Jason Rumney <jasonr@gnu.org>
13657
13658 * w32term.c (x_draw_glyph_string_background)
13659 (x_draw_glyph_string): Remove old bdf font code.
13660
13661 * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
13662
136632008-06-22 Kenichi Handa <handa@m17n.org>
13664
13665 * font.c (font_find_for_lface): Try the adstyle specified in
13666 the property of LFACE_FONT of LFACE (if any).
13667
136682008-06-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 13669 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
13670
13671 * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
13672
136732008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
13674
13675 * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
13676 Use $(BOOTSTRAPEMACS) rather than witness-emacs.
13677 (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
13678 (witness-emacs): Remove.
13679 (lisp, shortlisp): Move loaddefs.el earlier.
13680 (mostlyclean): Forget about witness-emacs.
13681
136822008-06-22 Glenn Morris <rgm@gnu.org>
13683
13684 * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
13685 (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
13686
136872008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13688
13689 * Makefile.in (PRECOMP): Remove.
13690 (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
13691 (witness-emacs): Run `compile-first'.
13692 (.el.elc): Use the new compile-onefile target.
13693
136942008-06-21 Kenichi Handa <handa@m17n.org>
13695
13696 * xftfont.c (xftfont_open): Handle QCembolden only when
13697 FC_EMBOLDEN is defined.
13698
136992008-06-21 Andreas Schwab <schwab@suse.de>
13700
13701 * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
13702 (.el.elc): Likewise.
13703
137042008-06-21 Miles Bader <miles@gnu.org>
13705
13706 * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
13707 build dir, not the lisp source dir.
13708
137092008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
13712 (bootstrapclean): Remove.
13713 (.el.elc): New rule.
13714 (PRECOMP): New var.
13715 (../lisp/subdirs.el): Remove.
13716 (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
13717 (witness-emacs): New target.
13718 (mostlyclean): Remove witness-emacs as well.
13719 (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
13720 Add witness-emacs dependency.
13721
137222008-06-20 Chong Yidong <cyd@stupidchicken.com>
13723
13724 * font.c (Ffont_face_attributes): Omit key-attribute pairs not
13725 defined by the font.
13726
137272008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
13730 (bootstrap-clean): New target that keeps TAGS around.
13731 (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
13732 (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
13733
137342008-06-20 Jason Rumney <jasonr@gnu.org>
13735
13736 * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
13737 Remove obsolete font code.
13738
13739 * w32font.c (font_matches_spec): Use csb bitfield from font signature
13740 to determine language support.
13741
137422008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13743
13744 * sysdep.c (cfsetspeed): New fun extracted from the code.
13745 (cfmakeraw): Move before first use.
13746
137472008-06-20 Angelo Graziosi <angelo.graziosi@alice.it> (tiny change)
13748
13749 * sysdep.c (cfmakeraw): Provide fallback implementation.
13750 (serial_configure): Provide fallback implementation of cfsetspeed.
13751
137522008-06-20 Kenichi Handa <handa@m17n.org>
13753
13754 * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
13755 the pattern.
13756
13757 * fontset.c (fontset_from_font): Copy font_spec before changing
13758 the elements.
13759
13760 * xfns.c (x_default_font_parameter): Try "monospace-12" too.
13761
137622008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13763
13764 * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
13765 for explicit `font' parameters.
13766
13767 * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
13768
137692008-06-19 Kenichi Handa <handa@m17n.org>
13770
13771 * frame.c: Include <ctype.h>.
13772 (x_set_font_backend): Allow spacing characters in the X resource
13773 for FontBackend.
13774
137752008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * w32fns.c, xfns.c (Qfont_param): New var.
13778 (syms_of_w32fns): Initialize it.
13779 (x_default_font_parameter): Record explicit `font' into
13780 `font-parameter'.
13781
137822008-06-18 Kenichi Handa <handa@m17n.org>
13783
13784 * font.c (font_parse_xlfd): Fix previous change.
13785 (font_parse_fcname): Don't use :fc-unknown-spec.
13786 (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
13787 (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
13788 (font_add_log): Prepend the driver name to the resulting fonts.
13789
13790 * ftfont.c (ftfont_pattern_entity): New arg extra. Caller changed.
13791 (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
13792 (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
13793
13794 * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
13795 (QCembolden): New variables.
13796 (syms_of_xftfont): DEFSYM them.
13797 (xftfont_open): Call XftFontMatch. Don't trust the result of
13798 XftTextExtents8 if the pixel_size is less than 5.
13799
138002008-06-18 Andreas Schwab <schwab@suse.de>
13801
13802 * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
13803 (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
13804
138052008-06-18 Jason Rumney <jasonr@gnu.org>
13806
13807 * w32font.c (w32font_list, w32font_match): Add logging.
13808
13809 * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
13810
138112008-06-17 Chong Yidong <cyd@stupidchicken.com>
13812
13813 * font.c (font_parse_fcname): Store divider characters for
13814 unknown-spec list. For known key symbols, intern using correct
13815 symbol name.
13816
138172008-06-17 Kenichi Handa <handa@m17n.org>
13818
13819 * xfaces.c (realize_default_face): If the frame is not on window
13820 system, set the fontset of face to nil.
13821
138222008-06-17 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13823
13824 * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
13825
138262008-06-16 Juanma Barranquero <lekktu@gmail.com>
13827
13828 * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
13829 (build_font_name_from_vector): Delete externs.
13830
13831 * xfaces.c (struct font_name): Don't declare.
13832
138332008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
13834
13835 * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
13836
138372008-06-16 Chong Yidong <cyd@stupidchicken.com>
13838
13839 * font.c (font_parse_fcname): Fix handling of unknown-spec string.
13840
138412008-06-16 Juanma Barranquero <lekktu@gmail.com>
13842
13843 * font.c (Ffont_spec): Fix usage in docstring.
13844 (Ffont_face_attributes): Doc fix.
13845
138462008-06-16 Andreas Schwab <schwab@suse.de>
13847
13848 * font.c (Ffont_face_attributes): Fix definition.
13849
138502008-06-16 Jason Rumney <jasonr@gnu.org>
13851
13852 * font.h (font_style_symbolic_from_value): Remove.
13853
13854 * font.c (font_style_symbolic_from_value): Remove.
13855 (font_style_symbolic): Revert to pre 2008-06-13 version.
13856
13857 * w32font.c (w32_to_fc_weight): New function.
13858 (w32font_full_name, logfont_to_fcname): Use it.
13859
138602008-06-16 Kenichi Handa <handa@m17n.org>
13861
13862 * font.c (font_check_object): Delete it.
13863 (font_clear_cache): Check if a font-object is alive.
13864 (font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
13865 font-object to nil.
13866 (font_close_object): Don't check FONT_CLOSE_OBJECT.
13867 (font_at): Don't call font_check_object.
13868 (Ffont_get): Return a symbol for :weight, :slant, and :width.
13869
138702008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
13871
13872 * puresize.h (BASE_PURESIZE): Increase to 1230000.
13873
138742008-06-16 Chong Yidong <cyd@stupidchicken.com>
13875
13876 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
13877
138782008-06-15 Chong Yidong <cyd@stupidchicken.com>
13879
13880 * font.c (font_parse_fcname): Only one decimal point.
13881 (font_unparse_fcname): Handle data in family and foundry indices
13882 as symbols, not strings.
13883 (font_unparse_gtkname, Ffont_face_attributes): New functions.
13884
13885 * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
13886
13887 * font.h (font_unparse_gtkname): Add prototype.
13888
138892008-06-15 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13890
13891 * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
13892
138932008-06-15 Andreas Schwab <schwab@suse.de>
13894
13895 * font.c (font_update_drivers): Fix crash when no drivers match.
13896
138972008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
13900 * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
13901
139022008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13903
13904 * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
13905
139062008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13907
13908 * process.c (Fserial_process_configure, Fprocess_send_eof):
13909 Use EQ to compare Lisp_Objects.
13910
139112008-06-13 Jason Rumney <jasonr@gnu.org>
13912
13913 * w32fns.c (Fw32_select_font): Remove old font API function.
13914
13915 * w32font.c (logfont_to_fcname): New function.
13916 (Fx_select_font): New font dialog function compatible with
13917 GTK/fontconfig version.
13918
13919 * font.c (font_style_symbolic_from_value): New function.
13920 (font_style_symbolic): Use it.
13921
13922 * font.h (font_style_symbolic_from_value): Declare new function.
13923
139242008-06-13 Juanma Barranquero <lekktu@gmail.com>
13925
13926 * font.c (syms_of_font) <font-weight-table, font-slant-table>:
13927 <font-width-table>: Fix typos in docstrings.
13928
139292008-06-13 Daniel Engeler <engeler@gmail.com>
13930
13931 These changes add serial port access.
13932 * process.c: Add HAVE_SERIAL.
13933 (Fdelete_process, Fprocess_status, Fset_process_buffer)
13934 (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
13935 (list_processes_1, select_wrapper, Fstop_process)
13936 (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
13937 (status_notify): Modify to handle serial processes.
13938 [HAVE_SERIAL] (Fserial_process_configure)
13939 [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
13940 New functions.
13941 * process.h (struct Lisp_Process): Add `type'.
13942 * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
13943 New functions.
13944 * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
13945 serial ports.
b71ac3dd 13946 (serial_open, serial_configure): New functions.
aac0c6e3
MR
13947 * w32.h: Add FILE_SERIAL.
13948 (struct _child_process): Add ovl_read, ovl_write.
13949
139502008-06-13 Kenichi Handa <handa@m17n.org>
13951
13952 * dispextern.h (enum lface_attribute_index): New member
13953 LFACE_FOUNDRY_INDEX.
13954
13955 * font.c (font_score): Delete arg alternate_families. Check only
13956 weight, slant, width, and size. Ignore the difference of alias
13957 style symbols.
13958 (font_sort_entites): Adjust for the above change. Reflect the
13959 order of font-driver to scores.
13960 (font_list_entities): Don't check alternate_familes here.
13961 (font_clear_prop): Handle foundry.
13962 (font_update_lface): Don't parse "foundry-family" form here.
13963 Handle FONT_FOUNDRY_INDEX.
13964 (font_find_for_lface): Likewise. Handle alternate families here.
13965 If registry is nil, try iso8859-1 and ascii-0.
13966 (font_open_for_lface): Pay attention to size in ENTITY.
13967 (font_open_by_name): Simplify by calling font_load_for_lface.
13968 (free_font_driver_list): Delete it.
13969 (font_update_drivers): Preserve the order of backends.
13970 (syms_of_font): Setting of sort_shift_bits adjusted for the change
13971 of font_score and font_sort_entites.
13972 (font_update_sort_order): Likewise.
13973
13974 * xfaces.c (LFACE_FOUNDRY): New macro.
13975 (check_lface_attrs): Check foundry.
13976 (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
13977 (merge_face_vectors): Check foundry.
13978 (merge_face_ref): Likewise.
13979 (Finternal_set_lisp_face_attribute): Likewise.
13980 (x_update_menu_appearance): Likewise.
13981 (Finternal_get_lisp_face_attribute): Likewise.
13982 (lface_hash): Likewise.
13983 (lface_same_font_attributes_p): Likewise.
13984 (x_supports_face_attributes_p): Likewise.
13985 (tty_supports_face_attributes_p): Likewise.
13986 (Finternal_set_alternative_font_family_alist): Intern strings.
13987 (Finternal_set_alternative_font_registry_alist): Downcase strings.
13988 (realize_default_face): Set LFACE_FOUNDRY (lface).
13989
13990 * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
13991 font-driver at first.
13992
13993 * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
13994
139952008-06-12 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13996
13997 * lread.c (Fload): Use xfree, not free on saved_doc_string.
13998
139992008-06-12 Jim Meyering <meyering@redhat.com>
14000
14001 Make unexec_free handle NULL the same way free does.
14002 * unexmacosx.c (unexec_free): Ignore a NULL argument.
14003
140042008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14005
14006 * character.h (CHAR_TO_BYTE_SAFE): New macro.
14007 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
14008 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
14009 (WEAK_ALIAS): Simplify.
14010 * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
14011 when searching a unibyte buffer.
14012
140132008-06-12 Chong Yidong <cyd@stupidchicken.com>
14014
14015 * xfns.c (Fx_select_font): Rename from x-font-dialog.
14016
140172008-06-12 Juanma Barranquero <lekktu@gmail.com>
14018
14019 * w32font.c: Include ctype.h.
14020
140212008-06-11 Jason Rumney <jasonr@gnu.org>
14022
14023 * w32font.c (w32font_encode_char): Detect missing glyphs that are
14024 misreported as space.
14025 (add_font_entity_to_list): Support unicode-bmp and unicode-sip
14026 as aliases for registry iso10646-1.
14027
140282008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14029
14030 * buffer.c (clone_per_buffer_values): Skip `name'.
14031
140322008-06-11 Chong Yidong <cyd@stupidchicken.com>
14033
14034 * font.c (font_parse_fcname): Fix last change; accept decimal
14035 points in font size.
14036
140372008-06-10 Jason Rumney <jasonr@gnu.org>
14038
14039 * w32uniscribe.c (add_opentype_font_name_to_list):
14040 Skip non unicode fonts.
14041
140422008-06-10 Chong Yidong <cyd@stupidchicken.com>
14043
14044 * xfns.c (Fx_font_dialog): New function.
14045
14046 * gtkutil.c (xg_dialog_response_cb): Rename from
14047 xg_file_response_callback.
14048 (pop_down_dialog): Rename from pop_down_file_dialog.
14049 (xg_get_file_name): Callers changed.
14050 (xg_get_font_name): New function.
14051
14052 * gtkutil.h (xg_get_font_name): Insert prototype.
14053
140542008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
14055
14056 * xdisp.c (underline_minimum_offset): Rename from xterm.c's
14057 x_underline_minimum_display_offset.
14058 (syms_of_xdisp): Declare it here rather than in xterm.c.
14059 * dispextern.h (underline_minimum_offset): Declare it.
14060 * w32term.c (x_draw_glyph_string): Use it.
14061 * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
14062 (syms_of_xterm): Don't declare it any more.
14063 (x_draw_glyph_string): Adjust to the new name.
14064
8719abec 140652008-06-10 David De La Harpe Golden <david@harpegolden.net>
aac0c6e3
MR
14066
14067 * xterm.c (x_underline_minimum_display_offset): New var.
14068 (x_draw_glyph_string): Use it.
14069 (syms_of_xterm): Declare it.
14070
140712008-06-10 Chong Yidong <cyd@stupidchicken.com>
14072
14073 * font.c (font_parse_fcname): Accept GTK-style font names too.
14074
140752008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
14076
14077 * dired.c (file_name_completion): Don't return t if the match is exact
14078 but with different capitalization.
14079 * minibuf.c (Ftry_completion): Simplify.
14080
14081 * window.c (Vwindow_point_insertion_type): New var.
14082 (set_window_buffer): Use it.
14083 (syms_of_window): Init and export it to Lisp.
14084
140852008-06-10 Kenichi Handa <handa@m17n.org>
14086
14087 * font.h (font_intern_prop): Prototype adjusted.
14088
14089 * font.c (font_intern_prop): New arg force_symbol.
14090 (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
14091 Adjust for the change of font_intern_prop.
14092
14093 * ftfont.c (ftfont_pattern_entity):
14094 * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
14095 (w32_registry):
14096 * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
14097 the change of font_intern_prop.
14098
140992008-06-09 Juanma Barranquero <lekktu@gmail.com>
14100
14101 * w32menu.c (digest_single_submenu): Declare extern.
14102
141032008-06-09 Jason Rumney <jasonr@gnu.org>
14104
14105 * w32term.c (x_make_frame_visible): Use alternate restore flags.
14106
14107 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
14108 (parse_single_submenu): Remove.
14109 (digest_single_submenu): Remove.
14110 (syms_of_w32menu): Don't initialise variables that have moved
14111 to menu.c.
14112 (set_frame_menubar): Sync with version in xmenu.c.
14113 (w32_menu_show): Sync with xmenu_show in xmenu.c.
14114
14115 * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
14116 Make static again.
14117
141182008-06-09 Jason Rumney <jasonr@gnu.org>
14119
14120 Changes to w32 files related to the move of common menu code
14121 to menu.c on 2008-06-08 by Chong Yidong.
14122
14123 * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
14124 defs to w32gui.h.
14125 (single_keymap_panes, push_menu_item, push_menu_pane):
14126 Make globally visible.
14127
14128 * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
14129 (local_free, malloc_widget_value, free_widget_value)
14130 (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
14131 (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
14132 (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
14133 (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
14134 (menu_items, menu_items_allocated, menu_items_used)
14135 (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
14136 (init_menu_items, finish_menu_items, discard_menu_items)
14137 (grow_menu_items, push_submenu_start, push_submenu_end)
14138 (push_left_right_boundary, push_menu_pane, push_menu_item)
14139 (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
14140 (free_menubar_widget_tree_value, parse_single_submenu)
14141 (update_submenu_strings): Remove functions.
14142 (xmalloc_widget_value): Remove and declare extern.
14143
14144 * makefile.w32-in ($(SRC)/menu.$(O)): New target.
14145 (OBJ1): Build it.
14146
14147 * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
14148 (local_heap, local_alloc, local_free, malloc_widget_value)
14149 (free_widget_value): Define here.
14150
141512008-06-09 Kenichi Handa <handa@m17n.org>
14152
14153 * font.h (Qascii_0): Extern it.
14154
14155 * font.c (Qascii_0): New variable.
14156 (syms_of_font): DEFSYM it.
14157 (font_open_by_name): If the registry "iso8859-1" fails, try also
14158 "ascii-0".
14159
14160 * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
14161
141622008-06-08 Kenichi Handa <handa@m17n.org>
14163
14164 * .gdbinit (xfont): New command.
14165
141662008-06-08 Andreas Schwab <schwab@suse.de>
14167
14168 * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
14169 * Makefile.in (menu.o): Update dependencies.
14170
14171 * Makefile.in (obj): Always add menu.o.
14172 * emacs.c (main): Always call syms_of_menu.
14173 * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
14174
141752008-06-08 Chong Yidong <cyd@stupidchicken.com>
14176
14177 * Makefile.in: Compile menu.c.
14178
14179 * lisp.h: Declare syms_of_menu.
14180
14181 * emacs.c (main): Call syms_of_menu.
14182
14183 * keyboard.h: Relocate platform-independent menu definitions from
14184 xmenu.c.
14185
14186 * menu.c: New file. Relocate platform-independent menu
14187 definitions from xmenu.c. Suggested by Adrian Robert.
14188
14189 * xmenu.c: Remove platform-independent menu definitions.
560bb7ae 14190 (menu_items, menu_items_inuse, menu_items_allocated)
aac0c6e3
MR
14191 (menu_items_used, menu_items_n_panes)
14192 (menu_items_submenu_depth): Move to keyboard.h.
14193 (init_menu_items, finish_menu_items, unuse_menu_items)
14194 (discard_menu_items, restore_menu_items, save_menu_items)
14195 (grow_menu_items, push_submenu_start, push_submenu_end)
14196 (push_left_right_boundary, push_menu_pane, push_menu_item)
14197 (keymap_panes, single_keymap_panes, single_menu_item)
14198 (list_of_panes, list_of_items, find_and_call_menu_selection)
14199 (xmalloc_widget_value, free_menubar_widget_value_tree)
14200 (parse_single_submenu, digest_single_submenu)
14201 (update_submenu_strings): Move to menu.c.
14202
142032008-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
14206
142072008-06-06 Miles Bader <miles@gnu.org>
14208
14209 * xdisp.c (x_produce_glyphs): Calculate tab width based on current
14210 face, not frame default.
14211
142122008-06-05 Martin Rudalics <rudalics@gmx.at>
14213
14214 * window.c (pop_up_windows, pop_up_frames)
14215 (display_buffer_reuse_frames, Vpop_up_frame_function)
14216 (Vdisplay_buffer_function, Veven_window_heights)
14217 (Vspecial_display_buffer_names, Vspecial_display_regexps)
14218 (Vspecial_display_function, Vsame_window_buffer_names)
14219 (Vsame_window_regexps, split_height_threshold)
14220 (Vsplit_window_preferred_function): Move those vars to window.el.
14221 (display_buffer_1, Fspecial_display_p, Fsame_window_p)
14222 (Fdisplay_buffer): Move those functions to window.el.
14223 (syms_of_window): Remove corresponding declarations.
14224 (display_buffer): New function.
14225 (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
14226 * dispnew.c (Flast_nonminibuf_frame): New function.
14227 * buffer.c (Fpop_to_buffer): Move to window.el.
14228
142292008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14230
14231 * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
14232
142332008-06-05 Kenichi Handa <handa@m17n.org>
14234
14235 * coding.c (detect_coding): Fix previous change.
14236 (detect_coding_system): Likewise.
14237
142382008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
14241
14242 * keymap.c (Vminibuffer_local_filename_must_match_map):
14243 Rename from Vminibuffer_local_must_match_filename_map.
14244 (syms_of_keymap):
14245 * minibuf.c (Fcompleting_read): Adjust accordingly.
14246 * commands.h: Rename declaration as well.
14247
142482008-06-05 Kenichi Handa <handa@m17n.org>
14249
14250 * font.c (Ffont_spec): Don't use font_parse_family_registry for
14251 family name.
14252 (Ffont_put): Likewise.
14253
14254 * fontset.c (fontset_find_font): Call font_open_for_lface with the
14255 current font-spec.
14256
14257 * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
14258 is unspecified.
14259
14260 * xfaces.c (realize_x_face): If the font-related face attributes
14261 are the same as those of default face, realize a new fontset from
14262 default->fontset.
14263 (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
14264
142652008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14266
14267 * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
14268 (move_it_in_display_line): New wrapper.
14269
14270 * window.c (window_scroll_pixel_based_preserve_x)
14271 (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
14272 (window_scroll_pixel_based, window_scroll_line_based):
14273 Use them to preserve column positions.
14274 (syms_of_window): Initialize them.
14275
14276 * indent.c (Fvertical_motion): Extend first arg to allow passing an
14277 (HPOS . VPOS) pair.
14278
14279 * dispextern.h (move_it_in_display_line): Declare.
14280
142812008-06-05 Juanma Barranquero <lekktu@gmail.com>
14282
14283 * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
14284 (Fwindow_parameters): Return copy of parameter alist. Doc fix.
14285 (Fset_window_parameter): Return VALUE, not parameter alist. Doc fix.
14286
142872008-06-04 Juanma Barranquero <lekktu@gmail.com>
14288
14289 * window.c (Fset_window_parameter): Doc fix.
14290 (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
14291
142922008-06-04 Joakim Verona <joakim@verona.se>
14293
14294 * window.h (struct window): Add new member window_parameters.
14295
14296 * window.c (Fwindow_parameters, Fwindow_parameter)
14297 (Fset_window_parameter): New defuns.
14298 (syms_of_window): Defsubr the new defuns.
14299 (make_window): Initialize window_parameters to nil.
14300
143012008-06-04 John Paul Wallington <jpw@pobox.com>
14302
14303 * eval.c (Fdefmacro): Doc fix.
14304
143052008-06-04 Kenichi Handa <handa@m17n.org>
14306
14307 * coding.c (detect_coding): Fix handling of coding->head_ascii.
14308 Be sure to call setup_coding_system when we find a proper coding system.
14309 (detect_coding_system): Fix handling of coding->head_ascii.
14310
143112008-06-03 Andreas Schwab <schwab@suse.de>
14312
14313 * font.c (font_prop_validate_spacing): Fix last change.
14314
143152008-06-03 Kenichi Handa <handa@m17n.org>
14316
14317 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
14318 (font_parse_fcname): Fix handling of unknown key.
14319
14320 * xfont.c (xfont_list): Try an alias.
14321
14322 * charset.c (char_charset): Return NULL if the arg charset_list is
14323 specified and C doesn't belong to any of them.
14324
143252008-06-02 Chip Coldwell <coldwell@redhat.com>
14326
14327 * font.c (font_pixel_size): Don't take cdr of an integer.
14328
143292008-06-02 Jim Meyering <meyering@redhat.com>
14330
14331 Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
14332 * alloc.c (xfree): Return right away for a NULL arg.
14333 * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
14334 * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
14335 * mac.c (create_apple_event_from_event_ref): Likewise.
14336 (create_apple_event_from_drag_ref, cfstring_create_normalized):
14337 Likewise.
14338 * doprnt.c (doprnt1): Likewise.
14339 * frame.c (frame): Likewise.
14340 * keyboard.c (wipe_kboard): Likewise.
14341 * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
14342 (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
14343 * term.c (tty_default_color_capabilities, maybe_fatal)
14344 (delete_tty): Likewise.
14345 * w16select.c (string): Likewise.
14346 * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
14347 * w32bdf.c (w32_free_bdf_font): Likewise.
14348 * w32fns.c (w32_unload_font): Likewise.
14349 * w32font.c (w32font_close): Likewise.
14350 * window.c (size_window): Likewise.
14351 * xselect.c (receive_incremental_selection): Likewise.
14352 * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
14353 * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
14354 * w32.c (stat): Likewise.
14355
14356 Remove useless if-before-free tests.
14357 * editfns.c (Fset_time_zone_rule): Likewise.
14358 * lread.c (nosuffix): Likewise.
14359 * ralloc.c (get_bloc): Likewise.
14360 * regex.c (reg_free): Likewise.
14361 * xftfont.c (xftfont_open, xftfont_close): Likewise.
14362 * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
14363 * xsmfns.c (smc_save_yourself_CB): Likewise.
14364
143652008-06-02 Kenichi Handa <handa@m17n.org>
14366
14367 * font.c (font_find_for_lface): Handle float font size.
14368 (font_open_for_lface): Likewise.
14369
14370 * xfaces.c (x_supports_face_attributes_p): Check face->font before
14371 comparing the properties.
14372
143732008-06-01 Jason Rumney <jasonr@gnu.org>
14374
14375 * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
14376 Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
14377 Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
14378 Don't add empty script list.
14379 (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
14380
143812008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
14382
14383 * Makefile.in (dot, dotdot): Remove, update users.
14384 ".." has been used elsewhere in the file for a long time.
14385 (LIBXT_STATIC): Remove conditional based on unused variable.
14386
143872008-06-01 Miles Bader <miles@gnu.org>
14388
14389 * xfaces.c (Vface_remapping_alist): New variable.
14390 (syms_of_xfaces): Initialize it.
14391 (enum named_merge_point_kind): New type.
14392 (struct named_merge_point): Add `named_merge_point_kind' field.
14393 (push_named_merge_point): Make cycle detection respect different
14394 named-merge-point kinds.
14395 (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
14396 Remove face-name alias resolution.
14397 (lface_from_face_name): New definition using
14398 `lface_from_face_name_no_resolve'.
14399 (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
14400 Call lface_from_face_name_no_resolve instead of lface_from_face_name.
14401 (get_lface_attributes): New definition that layers face-remapping on
14402 top of get_lface_attributes_no_remap. New arg `named_merge_points'.
14403 (lookup_basic_face): New function.
14404 (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
14405 (realize_named_face): Call `get_lface_attributes_no_remap' instead of
14406 `get_lface_attributes'.
14407 (face_at_buffer_position): Use `lookup_basic_face' to lookup
14408 DEFAULT_FACE_ID if necessary. When optimizing the default-face case,
14409 return default_face's face-id instead of the constant DEFAULT_FACE_ID.
14410
14411 * xdisp.c (init_iterator): Pass base_face_id through
14412 `lookup_basic_face' when we actually use it as a face-id.
14413 (handle_single_display_prop): Use `lookup_basic_face' to lookup
14414 DEFAULT_FACE_ID.
14415
14416 * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
14417 lookup the initial face-id.
14418
14419 * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
14420
144212008-06-01 Juanma Barranquero <lekktu@gmail.com>
14422
14423 * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
14424 (Fremove_text_properties): Fix typos in docstrings.
14425
144262008-05-31 Kenichi Handa <handa@m17n.org>
14427
14428 * font.c (font_list_entities): Fix the car part of data to be
14429 stored in the cache.
14430
14431 * ftfont.c (ftfont_font_format): Don't use strcasestr.
14432
144332008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14434
14435 * chartab.c (Foptimize_char_table, optimize_sub_char_table):
14436 Add a `test' argument so another predicate than `equal' can be used.
14437 (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
14438 (map_char_table): Remove unused vars `c' and `i'.
14439 * lisp.h (Foptimize_char_table): Adjust declaration.
14440 * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
14441
144422008-05-30 Kenichi Handa <handa@m17n.org>
14443
14444 * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
14445 (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
14446 defined.
14447
144482008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14449
14450 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
14451 (Fmake_variable_frame_local): Disallow mixing buffer-local and
14452 frame-local settings for the same variable.
14453
144542008-05-30 Kenichi Handa <handa@m17n.org>
14455
14456 * fontset.c (Ffont_info): Move to font.c.
14457 (syms_of_fontset): Delete defsubr of Sfont_info.
14458
14459 * font.c (font_style_to_value, font_score): Delete casting of the
14460 args to xstcasecmp.
14461 (register_font_driver): Increment num_font_drivers only when
14462 registering the driver globally.
14463 (Ffont_info): Move from fontset.c. Handle a font object too.
14464 (syms_of_font): Defsubr Sfont_info.
14465
144662008-05-29 Kenichi Handa <handa@m17n.org>
14467
14468 * coding.h (enum define_coding_utf8_arg_index): New enum.
14469 (enum coding_attr_index): Change coding_attr_utf_16_bom to
14470 coding_attr_utf_bom.
14471 (enum utf_bom_type): Rename from utf_16_bom_type.
14472 (struct utf_16_spec): Adjust for the above change.
14473 (struct coding_system): Add utf_8_bom in `spec' union.
14474
14475 * coding.c (CODING_UTF_8_BOM): New macro.
14476 (enum coding_category): Delete coding_category_utf_8, add
14477 coding_category_utf_8_auto, coding_category_utf_8_nosig, and
14478 coding_category_utf_8_sig.
14479 (CATEGORY_MASK_UTF_8): Delete it.
14480 (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
14481 (CATEGORY_MASK_UTF_8_SIG): New macros.
14482 (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
14483 CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
14484 CATEGORY_MASK_UTF_8_SIG.
14485 (CATEGORY_MASK_UTF_8): New macro.
14486 (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
14487 (detect_coding_utf_8): Check BOM.
14488 (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
14489 (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
14490 (encode_coding_utf_16): Likewise.
14491 (setup_coding_system): Likewise. Set CODING_UTF_8_BOM (coding).
14492 (detect_coding, detect_coding_system): Handle utf-8-auto.
14493 (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
14494 (syms_of_coding): Fix setting up of Vcoding_category_table.
14495
144962008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * process.c (Faccept_process_output): If `millisec' is non-nil,
14499 `seconds' default to 0.
14500 (wait_reading_process_output): Also return non-nil if we read output
14501 from a non-running process.
14502
145032008-05-29 Jason Rumney <jasonr@gnu.org>
14504
14505 * w32font.c (w32font_open_internal): Prefer truetype fonts unless
14506 `raster' specified.
14507 (add_font_entity_to_list): Allow non-opentype truetype fonts back
14508 in the uniscribe backend, but disallow any font that has no
14509 unicode subrange support.
14510
145112008-05-29 Juanma Barranquero <lekktu@gmail.com>
14512
14513 * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
14514 Fix typos in docstrings.
14515
145162008-05-29 Kenichi Handa <handa@m17n.org>
14517
14518 * xfaces.c (Fx_list_fonts): Make it return a list of font names.
14519 (Fx_family_fonts): Set frame correctly.
14520
145212008-05-28 Jason Rumney <jasonr@gnu.org>
14522
14523 * w32term.c (x_draw_glyph_string): Use clipmask if specified.
14524
145252008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14526
14527 * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
14528 calling build_annotations.
14529
145302008-05-28 Juanma Barranquero <lekktu@gmail.com>
14531
14532 * coding.c (Fdecode_coding_region, Fencode_coding_region)
14533 (Fencode_coding_string):
14534 (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
14535 <latin-extra-code-table>: Fix typos in docstrings.
14536 (syms_of_coding) <coding-system-alist>: Doc fix.
14537 (syms_of_coding) <translation-table-for-input>: Reflow docstring.
14538
145392008-05-28 Kenichi Handa <handa@m17n.org>
14540
14541 * fontset.c (Ffont_info): Don't call font_close_object.
14542
14543 * font.c (font_parse_family_registry): Use Ffont_put to validate
14544 foundry and family.
14545 (font_delete_unmatched): Don't check spacing.
14546 (font_list_entities): Add spacing to the spec to list fonts.
14547
14548 * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
14549 (ftfont_list): Check spacing here. Don't include FC_CHARSET in objset.
14550
14551 * coding.c (encode_coding_raw_text): Fix previous change.
14552 (encode_coding_object): When the dst_object is a buffer and is
14553 different from src_object, move gap to PT.
14554
145552008-05-27 Chong Yidong <cyd@stupidchicken.com>
14556
14557 * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
14558
145592008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14560
14561 * coding.c (encode_coding_raw_text): Set coding->produced_char for
14562 all branches. Compute it differently.
14563
14564 * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
14565
145662008-05-27 Juanma Barranquero <lekktu@gmail.com>
14567
14568 * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
14569 into "else if () ... else ...".
14570
145712008-05-27 Jason Rumney <jasonr@gnu.org>
14572
14573 * w32font.c (w32font_open_internal): Determine if glyph indices
14574 are likely to work here.
14575
145762008-05-27 Chong Yidong <cyd@stupidchicken.com>
14577
14578 * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
14579 draw overlap glyphs with appropriate highlighting.
14580
145812008-05-27 Kenichi Handa <handa@m17n.org>
14582
14583 * xfont.c (xfont_open): Fix calculation of font->average_width.
14584
145852008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14586
14587 * casefiddle.c (casify_object): Try to guess better whether the
14588 argument is a byte or a char.
14589
145902008-05-26 Andreas Schwab <schwab@suse.de>
14591
14592 * xselect.c (x_reply_selection_request): Properly handle format == 32.
14593 Always send multiples of format size.
14594
14595 * xterm.c (x_set_frame_alpha): Fix type mismatch.
14596
145972008-05-26 Jason Rumney <jasonr@gnu.org>
14598
14599 * w32font.c (w32font_text_extents): Zero whole metrics struct first.
14600 (compute_metrics): Don't set failure if we just cleared the cache.
14601 (w32_weight_table): Remove unused variable.
14602 (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
14603 backwards compatibility.
14604
146052008-05-25 Kenichi Handa <handa@m17n.org>
14606
14607 * w32term.c (x_draw_glyph_string):
14608 * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
14609
14610 * xfaces.c: Delete unused function prototypes.
14611 (xstrlwr, font_frame): Delete them.
14612 (clear_face_cache): Delete unused variable.
14613
14614 * xftfont.c (xftfont_open): Delete unused variable.
14615 If underline_thickness is not 1, adjust underline_position.
14616
14617 * ftxfont.c (ftxfont_open): Delete unused variable.
14618
14619 * fontset.c (face_for_char): Optimize for the case of no charset
14620 property.
14621
14622 * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
14623 (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
14624 (otf_open, font_otf_capability, generate_otf_features)
14625 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
14626 Comment out by surrounding "#if 0" and "#endif" for the moment.
14627 (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
14628 (syms_of_font): Codes for accessing above commented out.
14629
146302008-05-24 Eli Zaretskii <eliz@gnu.org>
14631
14632 * w32proc.c: Include dispextern.h.
14633
14634 * w32.c: Include dispextern.h.
14635
146362008-05-23 Juanma Barranquero <lekktu@gmail.com>
14637
14638 * charset.c (Fencode_char, Fsplit_char): Doc fixes.
14639 (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
14640 Fix typos in docstrings.
14641
146422008-05-23 Jason Rumney <jasonr@gnu.org>
14643
14644 * xsmfns.c: Remove includes that are already included by config.h.
14645
146462008-05-23 Kenichi Handa <handa@m17n.org>
14647
14648 * charset.c (Qemacs, charset_emacs): New variables.
14649 (char_charset): Fix for non-Unicode characters.
14650 (syms_of_charset): Define charset_emacs.
14651
14652 * w32term.c (x_draw_glyph_string): Be sure to update
14653 s->underline_thickness and s->underline_position. Be sure to draw
14654 underline within the current line area.
14655
14656 * xterm.c (x_draw_glyph_string): Be sure to update
14657 s->underline_thickness and s->underline_position. Be sure to draw
14658 underline within the current line area.
14659
14660 * fontset.c: Delete unused variables and add casting for char *
14661 throughout the file.
14662 (fontset_font): Try the fallback fonts of the current fontset
14663 before consulting the default fontset.
14664
14665 * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
14666
14667 * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
14668
146692008-05-22 Jason Rumney <jasonr@gnu.org>
14670
14671 * font.c: Don't include strings.h.
14672
14673 * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
14674
14675 * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
14676 * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
14677 * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
14678 to call xstrcasecmp.
14679
14680 * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
14681
14682 * fontset.c (fs_query_fontset): Use xstrcasecmp.
14683
14684 * font.c (font_style_to_value, font_score): Use xstrcasecmp.
14685
14686 * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
14687
146882008-05-22 Kenichi Handa <handa@m17n.org>
14689
14690 * puresize.h (BASE_PURESIZE): Increase to 1220000.
14691
14692 * font.c (font_prop_validate_style): Adjust for the format
14693 change of font_style_table.
14694
14695 * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
14696 two args.
14697
14698 * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
14699 two args.
14700
147012008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * minibuf.c (keys_of_minibuf): Delete.
14704 * lisp.h (keys_of_minibuf): Delete.
14705 * emacs.c (main): Don't call keys_of_minibuf.
14706
147072008-05-22 Kenichi Handa <handa@m17n.org>
14708
14709 * ftfont.c (ftfont_resolve_generic_family): Rename from
14710 ftfont_list_generic_family. Return a single family for each
14711 generic family.
14712 (ftfont_spec_pattern): Add FC_FAMILY to pattern.
14713 (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
14714 Call font_add_log.
14715 (ftfont_match): Call font_add_log.
14716
14717 * font.h (Ffont_xlfd_name): EXFUN adjusted.
14718 (FONT_DEBUG): Define it.
14719 (font_add_log): Extern it.
14720 (font_assert): Rename from xassert.
14721
14722 * xfont.c (xfont_get_pcm): Change xassert to font_assert.
14723 (xfont_list_family): Call font_add_log.
14724 (xfont_match): Likewise.
14725 (memq_no_quit): Delete.
14726
14727 * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
14728 call of Ffont_xlfd_name.
14729
14730 * xfaces.c (struct table_entry, slant_table, weight_table)
14731 (swidth_table): Move to font.c.
14732
14733 * font.c: Checking of FONT_DEBUG is moved to font.h. All calls of
14734 xassert are changed to font_assert. Delete many unused variables.
14735 (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
14736 New variables.
14737 (struct table_entry): Move from xfaces.c and modified.
14738 (weight_table, slant_table, width_table): Move from xfaces.c and
14739 contents adjusted for the change of struct table_entry.
14740 (font_style_to_value, font_style_symbolic): Adjust for the
14741 format change of font_style_table.
14742 (font_parse_family_registry): Don't overwrite existing foundry and
14743 family of font_spec.
14744 (font_score): Fix calculation of diff for sizes.
14745 (font_sort_entites): Call font_add_log.
14746 (font_delete_unmatched): Return a newly created list.
14747 (font_list_entities): Fix previous change. Call font_add_log.
14748 (font_matching_entity, font_open_entity, font_close_entity):
14749 Call font_add_log.
14750 (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
14751 (Finternal_set_font_style_table): Delete.
14752 (BUILD_STYLE_TABLE): New macro.
14753 (build_style_table): New function.
14754 (Vfont_log, font_log_env_checked): New variables.
14755 (font_add_log): New function.
14756 (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
14757 Declare Lisp variables "font-weight-table", "font-slant-table",
14758 "font-width-table", and "font-log". Initialize font_style_table.
14759
147602008-05-21 Dan Nicolaescu <dann@ics.uci.edu>
14761
14762 * xterm.c (x_set_frame_alpha): Move declarations before statements.
14763
147642008-05-21 Seiji Zenitani <zenitani@mac.com>
acd0102a 14765 Ryo Yoshitake <ryo@shiftmode.net>
aac0c6e3
MR
14766
14767 * frame.c (Qalpha): Add a new frame parameter `alpha'.
14768 (Vframe_alpha_lower_limit): New variable.
14769 (x_set_alpha): New function.
14770
14771 * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
14772
14773 * xfns.c (x-create-frame, Qalpha):
14774 Initialize the frame parameter `alpha'.
14775 * xterm.c (OPAQUE, OPACITY): New.
14776 (x_set_frame_alpha): New function.
14777 (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
14778
14779 * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
14780 * w32fns.c (w32_frame_parm_handlers): Likewise.
14781
147822008-05-20 Jason Rumney <jasonr@gnu.org>
14783
14784 * w32font.c (add_font_entity_to_list): Don't add non-opentype
14785 truetype fonts to opentype list.
14786
147872008-05-20 Juanma Barranquero <lekktu@gmail.com>
14788
14789 * fontset.c (Ffontset_info): Doc fix.
14790 (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
14791 <ignore-relative-composition>: Fix typos in docstrings.
14792
14793 * font.c (syms-of-font) <font-encoding-alist>:
14794 (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
14795 (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
14796 (Ffont_otf_alternates): Doc fixes.
14797
147982008-05-20 Kenichi Handa <handa@m17n.org>
14799
14800 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
14801 font.h through out the file.
14802 (FONT_DRIVERS): Rename from FONTOBJ.
14803 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
14804 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
14805
14806 * emacs.c (main): Call syms_of_font unconditionally.
14807
14808 * font.h (find_font_encoding): Extern it.
14809
14810 * font.c (Vfont_encoding_alist, find_font_encoding): Move from
14811 fontset.c.
194d44e7 14812 (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
aac0c6e3
MR
14813 (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
14814 FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
14815 only when HAVE_WINDOW_SYSTEM is defined.
14816 (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
14817 when HAVE_WINDOW_SYSTEM is defined.
14818
14819 * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
14820 (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
14821
14822 * xfaces.c: Include font.h unconditionally.
14823 (merge_face_ref, merge_face_vectors)
14824 (Finternal_set_lisp_face_attribute): Cancel the previous change.
14825
148262008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14827
14828 * xdisp.c (select_frame_for_redisplay): Adjust for last change to
14829 indirect_variable.
14830 * eval.c (lisp_indirect_variable): New fun.
14831 (Fuser_variable_p): Use it.
14832
148332008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14834
14835 * lisp.h (indirect_variable):
14836 * data.c (indirect_variable, let_shadows_buffer_binding_p):
14837 Use Lisp_Symbol pointers rather than Lisp_Object.
14838 Adjust callers.
14839 * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
14840 To this end, change calling-convention.
14841
14842 * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
14843 if some non-hidden buffers are selected by string&pred.
14844
148452008-05-19 Chong Yidong <cyd@stupidchicken.com>
14846
14847 * process.c (wait_reading_process_output): Always check status
14848 when in batch mode.
14849
148502008-05-19 Kenichi Handa <handa@m17n.org>
14851
14852 * font.c (font_list_entities): Fix handling of cache.
14853 (font_matching_entity): Likewise.
14854
14855 * ftfont.c (cs_iso8859_1): Delete.
14856 (ft_face_cache): New variable.
14857 (struct ftfont_info): New member fc_charset_idx.
14858 (ftfont_build_basic_charsets): Delete.
14859 (fc_charset_table): New variable.
14860 (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
14861 . FC_CHARSET_IDX) as :font-entity property in the font entity.
14862 Callers changed.
14863 (ftfont_lookup_cache, ftfont_get_charset): New functions.
14864 (ftfont_spec_pattern): New argument fc_charset_idx.
14865 Check registry more rigidly. Change callers.
14866 (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
14867 change of :font-entity property of the font.
14868
14869 * xftfont.c (xftfont_open): Adjust for the change of :font-entity
14870 property of the font.
14871
148722008-05-18 Juanma Barranquero <lekktu@gmail.com>
14873
14874 * coding.c (Fcoding_system_p): Rename argument to match docstring.
14875 (Funencodable_char_position, Fcheck_coding_systems_region)
14876 (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
14877 (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
14878 (Ffind_operation_coding_system, Fset_coding_system_priority)
14879 (Fcoding_system_eol_type): Doc fixes.
14880
148812008-05-17 Glenn Morris <rgm@gnu.org>
14882
14883 * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
14884
148852008-05-16 Eli Zaretskii <eliz@gnu.org>
14886
14887 * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
14888 and st_gid.
14889
14890 * frame.c (Fdelete_frame): Don't call font_update_drivers if
14891 HAVE_WINDOW_SYSTEM is not defined.
14892
14893 * xfaces.c (merge_face_ref, merge_face_vectors)
14894 (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
14895 HAVE_WINDOW_SYSTEM is defined.
14896 (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
14897
148982008-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14899
14900 * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
14901
149022008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14903
14904 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
14905
149062008-05-15 Kenichi Handa <handa@m17n.org>
14907
14908 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
14909 preference.
14910
149112008-05-15 Glenn Morris <rgm@gnu.org>
14912
14913 * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
14914
149152008-05-15 Chong Yidong <cyd@stupidchicken.com>
14916
14917 * fns.c (init_fns): Don't initialize weak_hash_tables here.
14918 (init_weak_hash_tables): New fun. Initialize weak_hash_tables.
14919
14920 * alloc.c (init_alloc_once): Call init_weak_hash_tables.
14921
149222008-05-15 Kenichi Handa <handa@m17n.org>
14923
14924 * ftfont.c (ftfont_list): Downcase family name to check generic
14925 families.
14926
14927 * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
14928 font-spec for QCfont value.
14929
14930 * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
14931 buffer. Check the return value of it.
14932
149332008-05-14 Jason Rumney <jasonr@gnu.org>
14934
14935 * w32term.c (w32_get_glyph_overhangs): Remove.
14936 (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
14937
149382008-05-14 Kenichi Handa <handa@m17n.org>
14939
14940 * font.c (font_prop_validate): Make nil a valid value.
14941 (font_clear_cache): Check if the cached vector of entities is nil
14942 or not.
14943
149442008-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14945
14946 * emacs.c (main_thread): Conditionalize on
14947 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14948 (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
14949
14950 * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
14951 (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
14952 FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
14953
149542008-05-14 Kenichi Handa <handa@m17n.org>
14955
14956 * coding.c (detect_coding_iso_2022): Ignore a coding category that
14957 has no corresponding coding system.
14958
149592008-05-14 Jason Rumney <jasonr@gnu.org>
14960
14961 * font.h (struct font) [WINDOWSNT]: Remove codepage member.
14962
14963 * w32font.h (w32font_open_internal): Update declaration.
14964
14965 * w32font.c (w32font_open_internal): Change last argument from
14966 w32font_info struct to font object. Fill in font object from
14967 font_entity. Get Outline metrics if possible. Use them to
14968 calculate underline position and thickness. Use xlfd name as name
14969 property. Don't set codepage.
14970 (w32font_open): Pass font_object to w32font_open_internal. Don't
14971 update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
14972 (w32font_draw): Use s->font.
14973 (clear_cached_metrics): Don't clear non-existent blocks.
14974
14975 * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
14976 font was not found.
14977 (x_draw_glyph_string): Use underline position and thickness from font.
14978
14979 * w32uniscribe.c (uniscribe_open): Pass font_object to
14980 w32font_open_internal.
14981
149822008-05-14 Kenichi Handa <handa@m17n.org>
14983
14984 These changes are to delete all legacy font-handling codes, and
14985 make Emacs use only font-backends.
14986
14987 * Makefile.in: Delete USE_FONT_BACKEND conditionals.
14988 (frame.o, image.o, print.o): Depend on $(FONTSRC).
14989
14990 * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
14991
14992 * charset.h (Vcharset_non_preferred_head)
14993 (Vcurrent_iso639_language): Extern them.
14994
14995 * charset.c (Vcharset_non_preferred_head): New variable.
14996 (Vcurrent_iso639_language): New variable.
14997 (syms_of_charset): Declare it as a Lisp variable.
14998 (char_charset): Don't check non preferred charsets. As a last
14999 resort, return charset_unicode.
15000 (Fset_charset_priority): Update Vcharset_non_preferred_head.
15001
15002 * composite.c: Throughout the file, delete all USE_FONT_BACKEND
15003 conditionals. Don't check enable_font_backend. Delete all codes
15004 used only when USE_FONT_BACKEND is not defined.
15005
15006 * dispextern.h (struct glyph_string): Change type of `font' to
15007 `struct font *'.
15008 (struct glyph_string): New member underline_position and
15009 underline_thickness.
15010 (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
15011 (struct face): Change type of `font' to `struct font *'. Remove
15012 members `font_name', `font_info_id'.
15013 (per_char_metric, encode_char): Delete externs.
15014 (calc_pixel_width_or_height): Adjust the prototype.
15015
15016 * emacs.c (enable_font_backend): Delete extern.
15017 (main): Don't set enable_font_backend. Don't check the command
15018 line argument "-disable-font-backend".
15019
15020 * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
15021 (enum font_property_index): New members FONT_DPI_INDEX,
15022 FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
15023 FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
15024 FONT_OBJECT_MAX. Delete FONT_FRAME_INDEX.
15025 (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
15026 (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
15027 (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
15028 (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
15029 (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
15030 (struct font_spec, struct font_entity): New structs.
15031 (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
15032 (struct font): Many members from old "struct font_info" moved to
15033 here. Members font and entity deleted.
15034 (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
15035 the new font-related objects.
15036 (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
15037 (CHECK_FONT_GET_OBJECT): Likewise.
15038 (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
15039 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
15040 (struct font_driver): New members case_sensitive anc check. Type
15041 of the member list and open changed.
15042 (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
15043 (font_symbolic_width, font_find_object, font_get_spec)
15044 (font_set_lface_from_name): Delete extern.
15045 (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
15046
15047 * font.c: Include <strings.h>.
15048 (enable_font_backend): Delete it.
15049 (Qfont_spec, Qfont_entity, Qfont_object): New variables.
15050 (CHECK_VALIDATE_FONT_SPEC): Delete it.
15051 (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
15052 (null_string): Delete it.
15053 (null_vector): Make it static.
15054 (font_family_alist): Delete it.
15055 (Qnormal): Extern it.
15056 (QCextra, QClanguage): Delete it.
15057 (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
15058 (font_make_spec, font_make_entity, font_make_object)
15059 (font_intern_prop): Renamed from intern_downcase. Don't downcase
15060 the string. Callers changed.
15061 (font_pixel_size): Adjusted for the format change of font-related
15062 objects.
15063 (prop_name_to_numeric, prop_numeric_to_name): Delete them.
15064 (font_style_to_value, font_style_symbolic): New function.
15065 (build_font_family_alist): Delete it.
15066 (font_registry_charsets): Use Fassoc_string instead of
15067 assq_no_quit.
15068 (font_prop_validate_symbol): Don't return null_string.
15069 (font_prop_validate_style): Adjusted for the change of
15070 style-related values in a font vector.
15071 (font_property_table): Delete entries for QClanguage and
15072 QCantialias, add entries for QCavgwidth.
15073 (get_font_prop_index): Delete the 2nd argument FROM.
15074 (font_prop_validate): Arguments changed.
15075 (font_put_extra): Adjusted for the change of font-related objects.
15076 (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
15077 (font_parse_fcname, font_unparse_fcname)
15078 (font_prepare_composition): Likewise.
15079 (font_parse_family_registry): Renamed from font_merge_old_spec.
15080 (otf_open): Delete the 1st arg entity.
15081 (font_otf_capability): Adjusted for the above change.
15082 (font_score): New arg alternate_families. Adjusted for the change
15083 of font-related objects.
15084 (font_sort_entites): New arg best_only.
15085 (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
15086 Delete them.
15087 (font_match_p): Check alternate families.
15088 (font_find_object): Delete it.
15089 (font_check_object): New function.
15090 (font_clear_cache): Adjusted for the change of font-related objects.
15091 (font_delete_unmatched): New arg.
15092 (font_list_entities): Call font_driver->list with a spec that
15093 doesn't specify style-related properties.
15094 (font_matching_entity): Arguments changed. Caller changed.
15095 (font_open_entity): Adjusted for the change of font-related objects.
15096 (font_close_object, font_has_char, font_encode_char)
15097 (font_get_name, font_get_spec): Likewise.
15098 (font_spec_from_name, font_clear_prop, font_update_lface):
15099 New functions.
15100 (font_find_for_lface, font_open_for_lface, font_load_for_lface)
15101 (font_prepare_for_face, font_done_for_face, font_open_by_name)
15102 (font_at): Adjusted for the change of font-related objects.
15103 (font_range): New function.
15104 (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
15105 (Ffont_xlfd_name): Adjusted for the change of font-related objects.
15106 (Fcopy_font_spec, Fmerge_font_spec): New function.
15107 (Ffont_family_list): Renamed from list-families.
15108 (Finternal_set_font_style_table): Arguments changed.
15109 (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
15110 (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
15111 change of font-related objects.
15112 (syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new symbols.
15113
15114 * fontset.h (struct font_info): Delete it. Most members go to
15115 struct font.
15116 (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
15117 (enum FONT_SPEC_INDEX): Delete it.
15118 (font_info, list_fonts_func, load_font_func, query_font_func)
15119 (set_frame_fontset_func, find_ccl_program_func)
15120 (get_font_repertory_func, new_fontset_from_font_name): Delete
15121 externs.
15122 (fontset_from_font_name): Extern it.
15123 (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
15124 (FONT_INFO_FROM_FACE): Deleted.
15125 (face_for_font): Adjust prototype.
15126
15127 * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
15128 conditionals. Don't check enable_font_backend. Delete all codes
15129 used only when USE_FONT_BACKEND is not defined.
15130 (get_font_info_func, list_font_func, load_font_func)
15131 (query_font_func, set_frame_fontset_func, find_ccl_program_func)
15132 (get_font_repertory_func): Delete them.
15133 (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
15134 (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
15135 (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
15136 (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
15137 (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
15138 (fontset_compare_rfontdef): New function.
15139 (reorder_font_vector): Remove the argument CHARSET-ID. Sort
15140 rfont-defs by qsort. Adjusted for the change of font-group vector.
15141 (load_font_get_repertory): Deleted.
15142 (fontset_find_font): Use new macros to ref/set elements of
15143 font-def and rfont-def.
15144 (fontset_font): Fix the timing of remembering that no font for C.
15145 (free_face_fontset): Do nothing if the face has no fontset.
15146 (face_suitable_for_char_p): Use new macros to ref/set elements of
15147 rfont-def.
15148 (face_for_char): Likewise. Call face_for_char with font_object.
15149 (fs_load_font): Delete. Delete #pragma surrounding it.
15150 (fs_query_fontset): Use strcasecmp instead of strcmp.
15151 (generate_ascii_font_name): Adjusted for the format change of
15152 font-spec.
15153 (Fset_fontset_font): Likewise. Use new macros to set elements of
15154 font-def.
15155 (Fnew_fontset): Use font_unparse_xlfd to generate
15156 FONTSET_ASCII (fontset).
15157 (new_fontset_from_font_name): Deleted.
15158 (fontset_from_font): Renamed from new_fontset_from_font. Check if
15159 a fontset is already created for the font. FIx updating of
15160 Vfontset_alias_alist.
15161 (fontset_ascii_font): Deleted.
15162 (Ffont_info): Adjusted for the format change of font-spec.
15163 (Finternal_char_font): Likewise.
15164 (Ffontset_info): Likewise.
15165 (syms_of_fontset): Don't check load_font_func.
15166
15167 * fns.c (internal_equal): Handle PREV_FONT.
15168
15169 * frame.h: Delete USE_FONT_BACKEND conditional.
15170
15171 * frame.c: Throughout the file, delete all USE_FONT_BACKEND
15172 conditionals. Don't check enable_font_backend. Delete all codes
15173 used only when USE_FONT_BACKEND is not defined.
15174 (x_set_font): Call x_new_font, not x_new_fontset2.
15175 (x_set_font_backend): Use FRAME_FONT macro to check if a font is
15176 already set for the frame.
15177
15178 * ftfont.c (ftfont_pattern_entity): Argument FRAME removed. Make
15179 a font-entity by font_make_entity. Use font_intern_prop instead
15180 of intern_downcase. Use FONT_SET_STYLE to set a style-related
15181 font property. If a font is scalable, set avgwidth property to 0.
15182 Set font-entity property by font_put_extra.
15183 (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
15184 (ffont_driver): Adjusted for the change of struct font_driver.
15185 (ftfont_spec_pattern): New function.
15186 (ftfont_list): Return a list, not vector.
15187 (ftfont_match): Use ftfont_spec_pattern to get a pattern.
15188 (ftfont_list_family): Don't downcase names.
15189 (ftfont_free_entity): Deleted.
15190 (ftfont_open): Return a font-object. Adjusted for the change of
15191 struct font. Get underline_thickness and underline_position from
15192 font property. Don't update dpyinfo->smallest_font_height and
15193 dpyinfo->smallest_char_width.
15194 (ftfont_close): Don't free `struct font'.
15195 (ftfont_has_char): Adjusted for the format change of font-entity.
15196 (ftfont_encode_char, ftfont_text_extents): Likewise.
15197
15198 * ftxfont.c (ftxfont_list): Return a list, not vector.
15199 (ftxfont_open): Return a font-object. Adjusted for the change of
15200 struct font. Get underline_thickness and underline_position from
15201 font property. Don't update dpyinfo->smallest_font_height and
15202 dpyinfo->smallest_char_width.
15203 (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
15204 (ftxfont_draw): Adjusted for the change of struct font.
15205
15206 * image.c (image_ascent): Don't include "charset.h". Include
15207 "character.h" and "font.h".
15208
15209 * lisp.h (enum pvec_type): New member PREV_FONT.
15210 (Fassoc_string): EXFUN it.
15211
15212 * print.c: Include font.h.
15213 (print_object): Handle font-related objects.
15214
15215 * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
15216 conditionals. Don't check enable_font_backend. Delete all codes
15217 used only when USE_FONT_BACKEND is not defined.
15218 (handle_auto_composed_prop): Do nothing if it->f is not on a
15219 window system. Check how many following characters can be
15220 displayed by the same font.
15221 (calc_pixel_width_or_height): Type of the 4th arg is changed to
15222 'struct font *'.
15223 (get_char_face_and_encoding): Assign the whole encoding task to
15224 the `encode-char' method of a font driver.
15225 (fill_composite_glyph_string): Adjusted for the change of `struct
15226 face' and `struct glyph_string'.
15227 (fill_glyph_string): Likewise.
15228 (get_per_char_metric): Arguments changed.
15229 (x_get_glyph_overhangs): Adjusted for the change of `struct face'
15230 and `struct glyph_string'.
15231 (produce_stretch_glyph, calc_line_height_property)
15232 (x_produce_glyphs): Likewise.
15233
15234 * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
15235 conditionals. Don't check enable_font_backend. Delete all codes
15236 used only when USE_FONT_BACKEND is not defined. Use
15237 FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
15238 (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
15239 (Qp): Extern them.
15240 (clear_font_table, load_face_font, xlfd_lookup_field_contents):
15241 Deleted.
15242 (struct font_name): Deleted.
15243 (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
15244 (compare_fonts_by_sort_order): New function.
15245 (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
15246 (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
15247 Deleted.
15248 (Fx_family_fonts): Use font_list_entities, and sort fonts by
15249 compare_fonts_by_sort_order.
15250 (Fx_font_family_list): Call Ffont_family_list.
15251 (face_numeric_value, face_numeric_weight, face_numeric_slant)
15252 (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
15253 (face_symbolic_slant, face_symbolic_swidth)
15254 (split_font_name_into_vector, build_font_name_from_vector)
15255 (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
15256 (font_rescale_ratio, split_font_name, build_font_name)
15257 (free_font_names, sort_fonts, x_face_list_fonts)
15258 (face_font_available_p, sorted_font_list, cmp_font_names)
15259 (font_list_1, concat_font_list, font_list, remove_duplicates):
15260 Deleted.
15261 (Fx_list_fonts): Use Ffont_list.
15262 (LFACE_AVGWIDTH): Deleted.
15263 (check_lface_attrs): Don't check LFACE_AVGWIDTH. Check LFACE_FONT
15264 by FONTP.
15265 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
15266 (set_lface_from_font_name): Delete it.
15267 (set_lface_from_font): Renamed from
15268 set_lface_from_font_and_fontset. Caller changed. Don't set
15269 LFACE_AVGWIDTH. Use FONT_XXX_FOR_FACE to get a symbol suitable
15270 for face.
15271 (merge_face_vectors): Copy font-spec if necessary.
15272 Clear properties of the font-spec if necessary.
15273 (merge_face_ref): Clear properties of the font-spec if necessary.
15274 (Finternal_set_lisp_face_attribute): Likewise.
15275 (set_font_frame_param): Use font_load_for_lface to load a
15276 font-object, and call Fmodify_frame_parameters with it.
15277 (x_update_menu_appearance): Don't check LFACE_AVGWIDTH. Get XLFD
15278 font name by Ffont_xlfd_name.
15279 (Finternal_lisp_face_attribute_values): Don't check QCweight,
15280 QCslant, and QCwidth.
15281 (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
15282 (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
15283 Compare fonts by EQ.
15284 (lookup_non_ascii_face): Deleted.
15285 (face_for_font): The 2nd argument changed.
15286 (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
15287 Check atomic font properties by case insensitive.
15288 (realize_non_ascii_face): Set face->overstrike correctly.
15289 (realize_x_face): Likewise. Check if LFACE_FONT is a font_object.
15290 (dump_realized_face): Get font name from
15291 font->props[FONT_NAME_INDEX]. Don't print font_info_id.
15292
15293 * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
15294 conditionals. Don't check enable_font_backend. Delete all codes
15295 used only when USE_FONT_BACKEND is not defined.
15296 (xic_create_xfontset): Original code deleted and renamed from
15297 xic_create_xfontset2. Use FRAME_FONT, not FRAME_FONT_OBJECT.
15298 (x_make_gc): Don't set GCFont in GCs.
15299 (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
15300 opened by "fixed".
15301 (syms_of_xfns): Don't set get_font_info_func, load_font_func,
15302 find_ccl_program_func, query_font_func, set_frame_fontset_func,
15303 get_font_repertory_func.
15304
15305 * xfont.c: Include <stdlib.h> and "ccl.h".
15306 (struct xfont_info): New structure.
15307 (xfont_query_font): Deleted.
15308 (xfont_find_ccl_program): Renamed from x_find_ccl_program and
15309 moved from xterm.c.
15310 (xfont_driver): Adjusted for the change of struct font_driver.
15311 (compare_font_names): New function.
15312 (xfont_list_pattern): Sort font names case insensitively. Make
15313 font_entity by calling font_make_entity. Avoid auto-scaled fonts.
15314 (xfont_list): Return a list, not vector.
15315 (xfont_match): If the font doesn't have QCname property, generate
15316 a name from the other font properties.
15317 (xfont_open): Return a font-object. Adjusted for the change of
15318 struct font. Get underline_thickness and underline_position from
15319 font property. Don't update dpyinfo->smallest_font_height and
15320 dpyinfo->smallest_char_width.
15321 (xfont_close): Don't free struct font.
15322 (xfont_prepare_face): Adjusted for the change of struct font.
15323 (xfont_done_face): Deleted.
15324 (xfont_has_char): Adjusted for the change of struct font.
15325 (xfont_encode_char, xfont_draw): Likewise.
15326 (xfont_check): New function.
15327
15328 * xftfont.c (xftfont_list): Adjusted for the change of `list'
15329 callback function.
15330 (xftfont_match): Adjusted for the format change of font-entity.
15331 (xftfont_open): Adjusted for the format change of font-entity and
15332 font-object. Adjusted for the change of struct font. Return a
15333 font-object. Don't update dpyinfo->smallest_font_height and
15334 dpyinfo->smallest_char_width.
15335 (xftfont_close): Block input while calling XftFontClose.
15336 (xftfont_prepare_face): Don't block input while calling
15337 xftfont_get_colors. Adjusted for the change of struct font.
15338 (xftfont_shape): Return value of error case fixed.
15339
15340 * xrdb.c (x_load_resources): Don't setup a fontset resource.
15341
15342 * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
15343 conditionals.
15344 (FONT_WIDTH): Return (f)->max_width.
15345 (struct x_display_info): Delete member `font'.
15346 (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
15347 (x_find_ccl_program, x_get_font_repertory): Delete externs.
15348 (struct x_output): Change type of `font' to `struct font *'.
15349
15350 * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
15351 conditionals. Don't check enable_font_backend. Delete all codes
15352 used only when USE_FONT_BACKEND is not defined. Don't include ccl.h.
15353 (x_per_char_metric, x_encode_char): Deleted.
15354 (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
15355 (x_compute_glyph_string_overhangs): Adjusted for the change of
15356 `struct face'.
15357 (x_draw_glyph_string_foreground)
15358 (x_draw_composite_glyph_string_foreground): Likewise.
15359 (x_draw_glyph_string): Likewise. Use font->underline_position and
15360 font->underline_thickness.
15361 (x_new_font): Renamed from x_new_fontset2.
15362 (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
15363 (x_check_font): Call `check' method of a font driver.
15364 (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
15365 (x_query_font, x_get_font_repertory): Deleted.
15366 (x_find_ccl_program): Renamed and moved to xfont.c.
15367 (x_redisplay_interface): Adjusted for the change of `struct
15368 redisplay_interface'.
15369
15370 * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
15371 conditionals. Don't check enable_font_backend. Delete all codes
15372 used only when USE_FONT_BACKEND is not defined. Surround non-used
15373 code by "#ifdef OLD_FONT" and "endif".
15374 (Fw32_select_font): Use FONT_COMPAT to get old font structure.
15375
15376 * w32font.h (struct w32font_info): New member.
15377 (FONT_COMPAT): New macro.
15378 (w32font_open_internal): Prototype adjusted.
15379
15380 * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
15381 OLD_FONT" and "endif".
15382
15383 * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
15384 conditionals. Don't check enable_font_backend. Delete all codes
15385 used only when USE_FONT_BACKEND is not defined.
15386 (w32font_open): Return a font-object. Make a font-object by
15387 font_make_object. Adjusted for the change of struct w32font_info.
15388 (w32font_close): Don't free struct font. Adjusted for the change
15389 of struct w32font_info.
15390 (w32font_encode_char, w32font_text_extents, w32font_draw):
15391 Adjusted for the change of struct w32font_info.
15392 (w32font_draw): Likewise.
15393 (w32font_list_internal): Return a list, not vector.
15394 (w32font_open_internal): Change the 4th arg to font-object.
15395 Adjusted for the change of struct w32font_info and font-object format.
15396 (add_font_name_to_list): Don't downcase names.
15397 (w32_enumfont_pattern_entity): Make a font-entity by
15398 font_make_entity. Adjusted for the format change of font-entity.
15399 Use FONT_SET_STYLE to set a style-related font property. If a
15400 font is scalable, set avgwidth property to 0. Set font-entity
15401 property by font_put_extra.
15402 (font_matches_spec): Adjusted for the format change of font-entity.
15403 (w32_weight_table, w32_decode_weight): New variables.
15404 (w32_encode_weight): New function.
15405 (fill_in_logfont): Adjusted for the format change of font-spec.
15406 (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
15407 weight value.
15408 (w32font_driver): Adjusted for the change of struct font_driver.
15409
15410 * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
15411 conditionals. Don't check enable_font_backend. Surround non-used
15412 code by "#ifdef OLD_FONT" and "endif".
15413 (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
15414 (FONT_AVG_WIDTH): Adjusted for the change of struct font.
15415
15416 * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
15417 conditionals. Don't check enable_font_backend. Delete all codes
15418 used only when USE_FONT_BACKEND is not defined. Surround non-used
15419 code by "#ifdef OLD_FONT" and "endif".
15420
15421 * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
15422 (uniscribe_open): Return value changed to font-object.
15423 Adjusted for the format change of font-object.
15424 (uniscribe_otf_capability): Adjusted for the change of struct font.
15425 (add_opentype_font_name_to_list): Don't downcase names.
15426 (uniscribe_font_driver): Adjusted for the change of struct
15427 font_driver.
15428
154292008-05-13 Chong Yidong <cyd@stupidchicken.com>
15430
15431 * dispnew.c (update_frame_1): Check if tty output is still valid
15432 before flushing it.
15433
154342008-05-13 Jan Djärv <jan.h.d@swipnet.se>
15435
15436 * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
15437 to Gtk+ menus.
15438
154392008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15440
15441 * dired.c (file_name_completion): Tweak the code so as to always do it
15442 in a single pass. Tighten the scope of some variables.
15443
15444 * dired.c (Qdefault_directory): New var.
15445 (file_name_completion): Use it instead of Fexpand_file_name.
15446 (syms_of_dired): Initialize it.
15447
154482008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
15449
15450 * fileio.c (double_dollars): Remove dead code.
15451
154522008-05-10 Eli Zaretskii <eliz@gnu.org>
15453
15454 * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
15455 Mention w32-get-true-file-attributes in doc string.
15456
15457 * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
15458
154592008-05-09 Glenn Morris <rgm@gnu.org>
15460
15461 * fileio.c (Fread_file_name): Remove reference to insdef, deleted
15462 2008-04-23.
15463
154642008-05-09 Eli Zaretskii <eliz@gnu.org>
15465
15466 Support for reporting owner and group of each file on MS-Windows:
15467 * dired.c (stat_uname, stat_gname): New functions, with special
15468 implementation for w32.
15469 (Ffile_attributes): Use them instead of getpwuid and getgrgid.
15470
15471 * w32.c: Rename the_passwd_* to dflt_passwd_*.
15472 (dflt_group_name): New static variable.
15473 (dflt_group): Rename from the_group.
15474 (init_user_info): Init dflt_group fields. Get user's group name
15475 from LookupAccountSid.
15476 (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
15477 (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
15478 New initialization states.
15479 (globals_of_w32): Initialize them to zero. Initialize the default
15480 group name to "None".
15481 (GetFileSecurity_Name): New global var, the name of the function
15482 to call for GetFileSecurity.
15483 (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
15484 (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
15485 (get_file_security, get_security_descriptor_owner)
15486 (get_security_descriptor_group, is_valid_sid)
15487 (get_file_security_desc, get_rid, get_name_and_id)
15488 (get_file_owner_and_group): New functions.
15489 (stat): Use get_file_security_desc and get_file_owner_and_group to
15490 report the owner and primary group of each file. Don't ignore the
15491 high 32 bits of file's size, now that st_size is 64-bit wide.
15492 Fix test when to get true file attributes.
15493 (init_user_info): Use get_rid instead of equivalent inline code.
15494 (fstat): Don't ignore the high 32 bits of file's size.
15495
154962008-05-09 Chong Yidong <cyd@stupidchicken.com>
15497
15498 * image.c (png_load): Use correct bit-depth for setting background
15499 color.
15500
155012008-05-08 Eli Zaretskii <eliz@gnu.org>
15502
15503 * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
15504 epa-hook.elc.
15505
155062008-05-08 Juanma Barranquero <lekktu@gmail.com>
15507
15508 * font.c (Ffont_match_p): Don't use `iff' in docstring.
15509
155102008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
15511
15512 * macfns.c (Fx_create_frame): Make a copy of frame parameters
15513 because the original parameters are in pure storage now.
15514 (mac_window): Remove unused params. Update callers.
15515
155162008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15517
15518 * lread.c (substitute_object_recurse): Use lower-level primitives.
15519 Don't signal errors when traversing sub-char-tables.
15520 Don't loop over all the possible characters when traversing char-tables.
15521
15522 * print.c (print_preprocess): Add sub-char-tables to the print-table,
15523 just like we do in print.c.
15524
155252008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15526
15527 * minibuf.c (Ftry_completion): Remove code left over from when we used
15528 scmp instead of Fcompare_strings.
15529
155302008-05-04 Juanma Barranquero <lekktu@gmail.com>
15531
15532 * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
15533
155342008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15535
15536 * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
15537 Create bitmap context in native byte order.
15538
15539 * macterm.c (XDrawLine)
15540 (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
15541 context in native byte order.
15542
155432008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15544
15545 * config.in: Regenerate.
15546
15547 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
15548 New definitions for Image I/O support.
15549 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
15550 (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
15551 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
15552 (mac_data_provider_release_data, image_load_image_io)
15553 [USE_MAC_IMAGE_IO]: New functions.
15554 (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
15555 (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
15556 (init_image_func_pointer) [MAC_OSX]: Remove function.
15557 (image_load_quartz2d) [MAC_OSX]: Check availability of
15558 CGImageCreateWithPNGDataProvider at compile time.
15559 Use lowercase `false' for boolean constant.
15560 (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
15561 Use image_load_image_io.
15562 (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
15563 Don't check MyCGImageCreateWithPNGDataProvider.
15564 (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
15565 Don't call init_image_func_pointer.
15566
15567 * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
15568
15569 * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
15570 Make variable non-static.
15571 (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
15572 [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
15573
15574 * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
15575 (RED_FROM_ULONG): Mask off higher bits.
15576 (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
15577
15578 * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
15579 Include AvailabilityMacros.h.
15580 (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
15581 (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
15582
155832008-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15584
15585 * chartab.c (Fset_char_table_range): If range is t, really set all
15586 chars to that value.
15587
155882008-05-03 Eli Zaretskii <eliz@gnu.org>
15589
15590 * dired.c (Ffile_attributes): Don't allow the device number become
15591 negative.
15592
155932008-05-02 Daiki Ueno <ueno@unixuser.org>
15594
15595 * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
15596
155972008-05-02 Juri Linkov <juri@jurta.org>
15598
15599 * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
15600 (Fread_variable, Fread_buffer, Fcompleting_read): Document the
15601 DEFAULT argument as a list of default values in docstrings.
15602
156032008-05-01 Chong Yidong <cyd@stupidchicken.com>
15604
15605 * puresize.h (BASE_PURESIZE): Increase to 1210000.
15606
156072008-05-01 Martin Rudalics <rudalics@gmx.at>
15608
15609 * dispnew.c (change_frame_size_1): Preserve small windows when
15610 shrinking frames by calling set_window_height|width with third
15611 arg 2.
15612
15613 * window.h (struct window): Replace field too_small_ok by field
15614 resize_proportionally.
15615
15616 * window.c (make_window): Initialize resize_proportionally.
15617 (enlarge_window): Temporarily set resize_proportionally to make
15618 sure that shrink_windows does scale the window proportionally.
15619 (shrink_windows): When window has resize_proportionally set try
15620 to shrink it proportionally by stealing from other windows.
15621 (struct saved_window, Fset_window_configuration)
15622 (compare_window_configurations): Handle resize_proportionally.
15623 (WINDOW_TOTAL_SIZE): New macro.
15624 (window_min_size, shrink_windows, size_window): Use it.
15625 (check_min_window_sizes): Remove. Invalid values of
15626 window-min-height|width are handled by window_min_size_2 now.
15627 (size_window, Fsplit_window, enlarge_window)
15628 (adjust_window_trailing_edge, grow_mini_window): Don't call
15629 check_min_window_sizes.
15630 (window_min_size_2, window_min_size_1, window_min_size):
15631 New argument safe_p for retrieving "safe" minimum sizes.
15632 (Fdisplay_buffer, Fsplit_window, enlarge_window)
15633 (adjust_window_trailing_edge, grow_mini_window):
15634 Adjust arguments of window_min_size... functions.
15635 (shrink_windows): Argument min_size removed. New argument
15636 safe_p allows shrinking windows to their safe minimum sizes.
15637 Calculate minimum size and decide whether a window shall be
15638 deleted for each window individually.
15639 (size_window): When nodelete_p equals 2, tell shrink_windows to
15640 delete windows only if their new minimum size is no more safe.
15641 (shrink_window_lowest_first): Call window_min_size_1 to make
15642 sure to preserve modeline of bottom-most window when resizing
15643 the minibuffer.
15644 (Fset_window_configuration, Fcurrent_window_configuration)
15645 (compare_window_configurations): Do not handle
15646 window-min-height|width any more.
15647 (syms_of_window): Clarify window-min-height|width doc-strings.
15648
156492008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
15650
15651 * dired.c (file_name_completion): Fix up the encoding/decoding issue
15652 some more. Copy some of the code from Ftry_completions.
15653 Remove special case code that dates back to initial revision when the
15654 slash was only added when necessary and that can't trigger nowadays.
15655
156562008-04-27 Kenichi Handa <handa@m17n.org>
15657
15658 * font.c (font_prop_validate): Signal `error' instead of `font'.
15659
156602008-04-29 Jason Rumney <jasonr@gnu.org>
15661
15662 * w32fns.c (Fw32_battery_status): New defun.
15663 (syms_of_w32fns): Defsubr it.
15664
156652008-04-28 Andreas Schwab <schwab@suse.de>
15666
15667 * dired.c (file_name_completion): Fix another mixing of encoded
15668 and decoded names.
15669
156702008-04-28 Juanma Barranquero <lekktu@gmail.com>
15671
15672 * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
15673
156742008-04-27 Juanma Barranquero <lekktu@gmail.com>
15675
15676 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
15677
156782008-04-27 Andreas Schwab <schwab@suse.de>
15679
15680 * dired.c (file_name_completion): Fix inappropriate mixing of
15681 encoded and decoded names.
15682
15683 * xterm.c (XTread_socket): Fix use of uninitialized variable.
15684
15685 * puresize.h (BASE_PURESIZE): Increase to 1200000.
15686
156872008-04-26 Eli Zaretskii <eliz@gnu.org>
15688
15689 * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
15690 2008-03-31, it's not needed anymore with `struct stat' definition
15691 on nt/inc/sys/stat.h. Undo changes from 2007-01-12 and 2007-01-13
15692 for the same reasons.
15693
156942008-04-25 Dennis Gilmore <ausil@fedoraproject.org> (tiny change)
15695
15696 * m/sparc.h: Additional redefinitions for GNU/Linux.
15697
156982008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15699
15700 * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
15701 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
15702 (Qmouse_drag_overlay) [MAC_OSX]: New variable.
15703 (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
15704 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
15705 (mac_ax_selected_text_range) [MAC_OSX]: New functions.
15706 (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15707 Likewise.
15708
15709 * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
15710 (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
15711 (mac_ax_number_of_characters): Add externs.
15712 (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
15713 [USE_MAC_TSM]: Likewise.
15714 (mac_handle_text_input_event) [MAC_OSX]:
15715 Handle kEventTextInputOffsetToPos for no active input area case.
15716 Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
15717 (mac_handle_document_access_event)
15718 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
15719 (install_application_handler) [MAC_OSX]: Register handlers for
15720 kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
15721 (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
15722 Register mac_handle_document_access_event.
15723
15724 * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
15725 Make functions non-static.
15726
157272008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
15730 (read_file_name_completion_ignore_case, insert_default_directory)
15731 (Qdefault_directory): Move to minibuffer.el.
15732 (Fread_file_name): Call the new `read-file-name' instead.
15733
157342008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15735
15736 * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
15737 Make function non-static.
15738 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
15739 Remove function.
15740 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15741 Move to mactoolbox.c.
15742 (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
15743
15744 * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
15745 (mac_rect_make): New macro.
15746
15747 * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
15748 instead of float.
15749 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15750 (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
15751 (XSetBackground) [USE_CG_DRAWING]: Likewise.
15752 (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
15753 CGRectMake.
15754 (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
15755 (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
15756 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
15757 (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
15758 instead of WindowRef in argument type.
15759 (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
15760 (mac_invert_rectangle): Use CGContextSetBlendMode if available.
15761 (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
15762 instead of DISPLAY. All uses changed.
15763 (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
15764 (x_calc_absolute_position): Simplify so as not to use
15765 FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
15766
15767 * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
15768 instead of WindowRef in argument type.
15769 (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
15770 [TARGET_API_MAC_CARBON]: Remove externs.
15771 (create_apple_event, mac_event_parameters_to_lisp)
15772 [TARGET_API_MAC_CARBON]: Add externs.
15773
15774 * mactoolbox.c (Vmac_ts_script_language_on_focus)
15775 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
15776 (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
15777 is clicked.
15778 (x_activate_menubar): Remove extern for saved_menu_event_location.
15779 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
15780 Move from mac.c.
15781
157822008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15783
15784 * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
15785 [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
15786
157872008-04-23 Jason Rumney <jasonr@gnu.org>
15788
15789 * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
15790 attributes only for local files.
15791
15792 * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
15793 default to Qlocal.
15794
157952008-04-22 Juri Linkov <juri@jurta.org>
15796
15797 * buffer.c (Fswitch_to_buffer): Change interactive spec to call
15798 read-buffer-to-switch instead of using the letter "B".
15799
158002008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * fileio.c (Qdefault_directory): New variable.
15803 (Fread_file_name): Use it to pass `dir' to the completion functions.
15804
158052008-04-20 Chong Yidong <cyd@stupidchicken.com>
15806
15807 * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
15808
158092008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15810
15811 * keyboard.c (Vpre_help_message): Remove.
15812 (show_help_echo): Remove default C code.
15813
15814 * dired.c (directory_files_internal, file_name_completion):
15815 Only call ENCODE_FILE if the string is indeed decoded.
15816
158172008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15818
15819 * Makefile.in (TOOLKIT_DEFINES): Remove.
15820 (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
15821
158222008-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15823
15824 * Makefile.in (MAC_OBJ): Add mactoolbox.o.
15825 (mactoolbox.o): New target.
15826
15827 * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
15828 Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
15829
15830 * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
15831 Use mac_set_frame_window_background instead of XSetWindowBackground.
15832 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
15833 Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
15834 (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
15835 instead of SetWindowTitleWithCFString.
15836 (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
15837 Move function to mactoolbox.c.
15838 (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
15839 Use mac_set_window_modified instead of SetWindowModified.
15840 Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
15841 (mac_window, x_create_tip_frame): Use mac_create_frame_window.
15842 (Fx_focus_frame): Use mac_front_non_floating_window instead of
15843 FrontNonFloatingWindow. Use mac_activate_window instead of
15844 ActivateWindow. Use mac_active_non_floating_window instead of
15845 ActiveNonFloatingWindow.
15846 (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
15847 Use mac_show_hourglass and mac_hide_hourglass.
15848 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
15849 instead of GetGlobalMouse.
15850 (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
15851 instead of MoveWindow/SizeWindow/ShowWindow, respectively.
15852 Use mac_bring_window_to_front instead of BringToFront.
15853 (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
15854 mactoolbox.c.
15855 (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
15856 mac_file_dialog in mactoolbox.c. Use mac_file_dialog.
15857 (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
15858 mactoolbox.c.
15859
15860 * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
15861 (XtPointer): Move typedef from macmenu.c.
15862 (enum button_type): Move enum from macmenu.c.
15863 (widget_value): Move typedef from macmenu.c.
15864 (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
15865 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15866 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15867 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15868 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15869 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15870 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15871 (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
15872 (Selection): Move typedef from macselect.c.
15873 (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
15874 macterm.c.
15875 (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
15876 (mac_is_window_collapsed, mac_bring_window_to_front)
15877 (mac_send_window_behind, mac_hide_window, mac_show_window)
15878 (mac_collapse_window, mac_front_non_floating_window)
15879 (mac_active_non_floating_window, mac_activate_window)
15880 (mac_move_window_structure, mac_move_window, mac_size_window)
15881 (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
15882
15883 * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
15884 (enum mac_menu_kind): Move enum to mactoolbox.c.
15885 (min_menu_id): Move variable to mactoolbox.c.
15886 (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
15887 (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
15888 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
15889 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
15890 [TARGET_API_MAC_CARBON]: Likewise.
15891 (XtPointer): Move typedef to macgui.h.
15892 (enum button_type): Move enum to macgui.h.
15893 (widget_value): Move typedef to macgui.h.
15894 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
15895 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
15896 (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
15897 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
15898 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
15899 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
15900 (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
15901 (popup_activated_flag): Make variable non-static.
15902 (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
15903 (add_menu_item, fill_menu, dispose_menus):
15904 Move functions to mactoolbox.c.
15905 (restore_show_help_function, menu_target_item_handler)
15906 (install_menu_target_item_handler, mac_handle_dialog_event)
15907 (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
15908 [TARGET_API_MAC_CARBON]: Likewise.
15909 (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
15910 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15911 (find_and_call_menu_selection, name_is_separator): Make function
15912 non-static.
15913 (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
15914 to mactoolbox.c.
15915 (set_frame_menubar): Don't call install_menu_quit_handler.
15916 (menu_item_selection): New variable.
15917 (mac_menu_show): Use create_and_show_popup_menu.
15918 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
15919 selection but set variable menu_item_selection. All uses changed.
15920 (mac_fill_menubar): Rename from fill_menubar. All uses changed.
15921 Call install_menu_quit_handler. Move to mactoolbox.c.
15922
15923 * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
15924 (Selection): Move typedef to macgui.h.
15925 (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
15926 (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
15927 Make variables non-static.
15928 (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15929 (mac_handle_apple_event, cleanup_all_suspended_apple_events):
15930 Make functions non-static.
15931 (Vmac_service_selection) [MAC_OSX]: Likewise.
15932 (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
15933 (mac_valid_selection_target_p, mac_clear_selection)
15934 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15935 (mac_put_selection_value, mac_selection_has_target_p)
15936 (mac_get_selection_value, mac_get_selection_target_list)
15937 (init_apple_event_handler, install_drag_handler, remove_drag_handler):
15938 Move functions to mactoolbox.c.
15939 (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
15940 Likewise.
15941 (copy_scrap_flavor_data, mac_handle_service_event)
15942 (install_service_handler) [MAC_OSX]: Likewise.
15943 (syms_of_macselect) <Vmac_dnd_known_types>:
15944 Use mac_dnd_default_known_types.
15945
15946 * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
15947 Move to mactoolbox.c.
15948 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
15949 (Fx_selection_owner_p): Add EXFUN.
15950 (install_window_handler, remove_window_handler, XSetWindowBackground):
15951 Remove externs.
15952 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
15953 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
15954 (x_raise_frame, x_lower_frame, mac_alert_sound_play)
15955 (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
15956 (mac_convert_frame_point_to_global, mac_set_frame_window_background)
15957 (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
15958 (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
15959 (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
15960 (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
15961 (create_and_show_popup_menu, mac_get_selection_from_symbol)
15962 (mac_valid_selection_target_p, mac_clear_selection)
15963 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
15964 (mac_put_selection_value, mac_selection_has_target_p)
15965 (mac_get_selection_value, mac_get_selection_target_list): Add externs.
15966 (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
15967 (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
15968 (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
15969 (mac_run_loop_run_once) [MAC_OSX]: Likewise.
15970 (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
15971 (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
15972 (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15973 (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
15974
15975 * mactoolbox.c: New file.
15976
159772008-04-18 Jason Rumney <jasonr@gnu.org>
15978
15979 * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
15980
159812008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15982
15983 * character.c (Fmultibyte_char_to_unibyte):
15984 Return latin1 chars unchanged.
15985
15986 * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
15987 relocated if it points to `name'.
15988
159892008-04-17 Kenichi Handa <handa@m17n.org>
15990
15991 * data.c (Faset): Allow setting a multibyte character in an
15992 ASCII-only unibyte string.
15993
15994 * lisp.h (STRING_SET_MULTIBYTE): New macro.
15995
159962008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15997
15998 * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
15999 done in config.h.
16000
160012008-04-16 Juanma Barranquero <lekktu@gmail.com>
16002
16003 * character.c (Fchar_bytes, Fchar_width, Fstring_width)
16004 (Fchar_direction): Add usage in the docstring.
16005
160062008-04-15 Chong Yidong <cyd@stupidchicken.com>
16007
16008 * keyboard.c (read_key_sequence): Remove always-true checks.
16009
160102008-04-14 Jason Rumney <jasonr@gnu.org>
16011
16012 * w32font.c (w32font_open_internal): Set max_bounds.descent in
16013 compatibility struct, for better underline positioning.
16014
160152008-04-13 David Hansen <david.hansen@gmx.net>
16016
16017 * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
16018 string.
16019
160202008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
16021
16022 * m/hp800.h (XUINT, XSET): Remove.
16023
160242008-04-12 Juanma Barranquero <lekktu@gmail.com>
16025
16026 * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
16027 previous change.
16028
160292008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16030
16031 * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
16032 Relocate `nm' after calling DECODE_FILE, in case the GC was run.
16033
160342008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16035
16036 * keymap.h (map_keymap_canonical): Declare.
16037 * xmenu.c (single_keymap_panes): Use it.
16038
160392008-04-11 Glenn Morris <rgm@gnu.org>
16040
16041 * eval.c (Fdefvaralias): If the alias is bound and the target is not,
16042 set the target's value to that of the alias.
16043
160442008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16045
16046 * term.c (set_tty_color_mode): Left over typo.
16047
160482008-04-10 Michael Albinus <michael.albinus@gmx.de>
16049
16050 * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
16051 only after check for file name handler functions. Signal, when
16052 native functionality is not supported.
16053 (syms_of_fileio): Declare it unconditionally.
16054
160552008-04-10 Jason Rumney <jasonr@gnu.org>
16056
16057 * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
16058 (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
16059
16060 * w32.c (logon_network_drive): Also logon to remote drives that
16061 are mapped to drive letters.
16062
160632008-04-10 Glenn Morris <rgm@gnu.org>
16064
16065 * xdisp.c (truncate-partial-width-windows): Doc fix.
16066
160672008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16068
16069 * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
16070 Move functions to minibuffer.el.
16071 (syms_of_fileio): Don't declare them.
16072
160732008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16074
16075 * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
16076 (syms_of_minibuf): Remove its initialization.
16077
16078 * minibuf.c (temp_echo_area_glyphs): Remove unused function.
16079
160802008-04-09 Juanma Barranquero <lekktu@gmail.com>
16081
16082 * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
16083
160842008-04-09 Jason Rumney <jasonr@gnu.org>
16085
16086 * makefile.w32-in (distclean): Delete makefile too.
16087 (maintainer-clean): New target.
16088
16089 * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
16090
16091 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
16092 for new font backend and composite cases.
16093
160942008-04-09 Jan Djärv <jan.h.d@swipnet.se>
16095
16096 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
16097 Most of the code moved to run_timers.
16098 (do_pending_atimers): Call run_timers.
16099 (run_timers): New function.
16100
16101 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
16102 run atimers.
16103
16104 * process.c (wait_reading_process_output): The same as above.
16105
161062008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16107
16108 * minibuf.c (last_exact_completion): Remove variable.
16109 (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
16110 (complete_and_exit_1, complete_and_exit_2)
16111 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
16112 (Fdisplay_completion_list, display_completion_list_1)
16113 (Fminibuffer_completion_help, Fself_insert_and_exit)
16114 (Fexit_minibuffer, Fminibuffer_message): Move functions to
16115 minibuffer.el.
16116 (syms_of_minibuf): Remove corresponding initializations.
16117
16118 * keyboard.c (Qdeactivate_mark): New var.
16119 (command_loop_1): Use it to call `deactivate-mark'.
16120 (syms_of_keyboard): Initialize it.
16121
16122 * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
16123 to another frame.
16124 * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
16125 Don't call set_tty_color_mode.
16126 (store_frame_param): Reset previous_frame rather than call
16127 set_tty_color_mode.
16128 * term.c (set_tty_color_mode): Rewrite.
16129 * dispextern.h (set_tty_color_mode): New type.
16130 * termchar.h (struct tty_display_info): Add `previous_color_mode'.
16131
161322008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16133
16134 * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
16135 for generic chars, which do not exist any more in emacs-unicode.
16136
161372008-04-08 Michael Albinus <michael.albinus@gmx.de>
16138
16139 * coding.c (detect_coding_emacs_mule)
16140 (Ffind_operation_coding_system): Fix typo.
16141
161422008-04-08 Jason Rumney <jasonr@gnu.org>
16143
16144 * w32uniscribe.c (SNAME): Extract only symbol name.
16145
16146 * w32font.h (struct w32_metric_cache): New struct.
16147 (w32font_info): Use it.
16148 (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
16149 (CACHE_BLOCKSIZE): New constants.
16150
16151 * w32font.c (Qja, Qko, Qzh): New symbols.
16152 (syms_of_w32font): Initialise them.
16153 (font_matches_spec): Use them to filter by language.
16154 (recompute_cached_metrics): Remove function.
16155 (compute_metrics, clear_cached_metrics): New functions.
16156 (w32font_encode_char): Use them to manage metric cache.
16157 (w32font_text_extents): Cache metrics for all glyphs on demand.
16158 Delay converting glyph indices to WORD until needed.
16159 (w32font_open_internal): Initialize metric cache to empty.
16160 (registry_to_w32_charset): Charset should always be a symbol.
16161 (fill_in_logfont, list_all_matching_fonts): Family should
16162 always be a symbol.
16163
161642008-04-06 Jason Rumney <jasonr@gnu.org>
16165
16166 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
16167 Give up if glyph indices not supported. Use uniscribe obtained
16168 ABC widths for individual metrics. Map glyph clusters back to
16169 characters using fClusterStart flag. Return number of glyphs
16170 produced, not chars processed.
16171 (uniscribe_shape): Map char at FROM to current glyph.
16172
161732008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16174
16175 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
16176 Use SetMenuItemHierarchicalMenu.
16177
161782008-04-05 Jason Rumney <jasonr@gnu.org>
16179
16180 * image.c (pbm_load): Allow color values up to 65535.
16181 Throw an error if max_color_idx is outside the supported range.
16182 Report an error when image size is invalid.
16183 Read two bytes at a time when raw images have max_color_idx above 255.
16184
aac0c6e3
MR
161852008-04-05 Kenichi Handa <handa@ni.aist.go.jp>
16186
16187 * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
16188 append "CCL: Quitted" when the CCL program is quitted.
16189 (setup_ccl_program): Initialize ccl->quit_silently to zero.
16190
16191 * ccl.h (struct ccl_program): New member quit_silently.
16192
161932008-04-05 Chong Yidong <cyd@stupidchicken.com>
16194
16195 * search.c (compile_pattern_1): Treat non-nil and non-string of
16196 search-spaces-regexp as nil.
16197
16198 * minibuf.c (Fassoc_string): Tweak docstring.
16199
162002008-04-05 Eli Zaretskii <eliz@gnu.org>
16201
16202 * dired.c (Ffile_attributes): Support inode numbers wider than 32
16203 bits. Remove ugly WINDOWSNT-specific kludge introduced on
16204 2008-03-14 to force inode be positive.
16205
16206 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
16207 _S_* ones, since we now use our own sys/stat.h.
16208 (stat, fstat): Don't mangle the inode number.
16209 (init_user_info): Don't restrict UID and GID to 0-60000 range.
16210
162112008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16212
16213 * frame.h (struct frame): Give one more bit to `visible' since we use
16214 values larger than 1 to indicate obscured frames on ttys.
16215
16216 * keymap.c (Qkeymap_canonicalize): New var.
16217 (Fmap_keymap_internal): New fun.
16218 (describe_map): Use keymap-canonicalize.
16219
16220 * undo.c (last_boundary_buffer, last_boundary_position): New vars.
16221 (Fundo_boundary): Set them.
16222 (syms_of_undo): Initialize them.
16223 (record_point): Use them instead of last_point_position*.
16224 (last_undo_buffer): Change type.
16225
162262008-04-04 Jason Rumney <jasonr@gnu.org>
16227
16228 * w32font.c (w32font_text_extents): Use font's ascent and descent.
16229 (recompute_cached_metrics): Don't set ascent and descent per char.
16230
16231 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
16232 (uniscribe_check_otf): Add GC protection before consing.
16233 Rearrange loop for counting features.
16234
162352008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16236
16237 * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
16238 buffer with byte-size of source buffer.
16239
162402008-04-03 Chong Yidong <cyd@stupidchicken.com>
16241
16242 * callint.c (Fcall_interactively): Handle temporary region even
16243 when shift-select-mode is off.
16244
162452008-04-03 Jason Rumney <jasonr@gnu.org>
16246
16247 * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
16248
162492008-04-03 Kenichi Handa <handa@m17n.org>
16250
16251 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
16252 (CATEGORY_MASK_UTF_16): Likewise.
16253 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
16254 binary file.
16255 (detect_coding): Add null-byte detection for a binary file.
16256 (detect_coding_system): Likewise.
16257
162582008-04-03 Jason Rumney <jasonr@gnu.org>
16259
16260 * w32uniscribe.c: New file.
16261
16262 * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
16263
16264 * w32font.h (uniscribe_check_otf): Declare for w32font.c.
16265
16266 * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
16267 (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
16268 (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
16269 (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
16270 (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
16271 (Qphonetic): New symbols.
16272 (syms_of_w32font): Initialize them.
16273 (font_supported_scripts): Use them.
16274 (w32font_list_family): List all charsets.
16275 (w32font_text_extents, recompute_cached_metrics): Fix metric
16276 calculations.
16277 (w32_enumfont_pattern_entity): Make full_type a DWORD.
16278 Give opentype fonts their own format.
16279 (font_matches_spec): New arguments backend and logfont.
16280 Handle :otf spec for uniscribe backend.
16281 (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
16282 (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
16283
16284 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
16285 font backend.
16286 (globals_of_w32fns): Initialize uniscribe font backend.
16287
16288 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
16289 dependencies.
16290 (w32uniscribe.$(O)): New file to build.
16291 (FONT_OBJ): Include w32uniscribe.$(O).
16292 (LIBS): Add uniscribe libraries.
16293
16294 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
16295
162962008-04-02 Chong Yidong <cyd@stupidchicken.com>
16297
16298 * callint.c (Vshift_select_mode): New var.
16299 (Finteractive): Document new ^ spec.
16300 (Fcall_interactively): Call handle-shift-selection if the ^ spec
16301 is present.
16302
16303 * keyboard.c (Vthis_command_keys_shift_translated): New var.
16304 (command_loop_1): Avoid running the direct display versions of
16305 forward-char and backward-char if shift-selection may occur.
16306 (read_key_sequence): Set Vthis_command_keys_shift_translated if
16307 shift-translation takes place.
16308
16309 * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
16310 avoid clobbering by define-minor-mode.
16311
16312 * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
16313 (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
16314
16315 * syntax.c (Fforward_word): Add ^ interactive spec.
16316
16317 * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
16318 (Fscroll_right): Add ^ interactive spec.
16319
163202008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16321
16322 * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
16323
16324 * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
16325
16326 * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
16327
163282008-03-31 Juri Linkov <juri@jurta.org>
16329
16330 * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
16331
163322008-03-30 Jan Djärv <jan.h.d@swipnet.se>
16333
16334 * gtkutil.c (xg_set_geometry): Fix indentation.
16335 (xg_resize_outer_widget): Remove.
16336 (x_wm_size_hint_off): Fix indentation.
16337 (xg_frame_set_char_size): Call flush_and_sync after
16338 gtk_window_resize.
16339 (x_wm_set_size_hint): Pass NULL as geometry window to
16340 gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
16341 Add menu bar and tool bar height to base height.
16342 (xg_update_frame_menubar, free_frame_menubar)
16343 (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
16344 (update_frame_tool_bar, free_frame_tool_bar):
16345 Change xg_resize_outer_widget to xg_frame_set_char_size.
16346
163472008-03-30 Michael Albinus <michael.albinus@gmx.de>
16348
16349 * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
16350 (Fdbus_call_method): New parameter TIMEOUT.
16351 (dbus-send-signal): Optimize UNGCPRO call.
16352
163532008-03-29 Juri Linkov <juri@jurta.org>
16354
16355 * window.c (Fdisplay_buffer): Move call to
16356 Vsplit_window_preferred_function out of conditions that check
16357 if window is eligible for vertical splitting.
16358 When Vsplit_window_preferred_function is non-nil, call it and use
16359 its non-nil return value as window. Otherwise, continue doing
16360 vertical splitting using Fsplit_window with arg horflag=nil.
16361 (syms_of_window) <Vsplit_window_preferred_function>: Change the
16362 default value from `split-window' to nil.
16363
163642008-03-29 Juri Linkov <juri@jurta.org>
16365
16366 * callint.c (Fcall_interactively): Revert 2008-03-16 change
16367 for interactive code letters 'b' and 'B'.
16368
163692008-03-29 Eli Zaretskii <eliz@gnu.org>
16370
16371 * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
16372 multibyte string.
16373
163742008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16375
16376 * keyboard.c (pending_funcalls): New var.
16377 (timer_check): Run it.
16378 (syms_of_keyboard): Initialize it.
16379 * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
16380 (Vdelete_terminal_functions): New vars.
16381 (syms_of_terminal): Initialize them.
16382 (Fdelete_terminal): Run delete-terminal-functions.
16383 * xdisp.c (safe_eval): Rewrite.
16384 (safe_call2): New fun.
16385 * frame.c (Qdelete_frame_functions): New var.
16386 (syms_of_frame): Initialize it.
16387 (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
16388 * lisp.h (safe_call2, pending_funcalls): Declare.
16389
163902008-03-28 Andreas Schwab <schwab@suse.de>
16391
16392 * indent.c (Fmove_to_column): Move declaration before statements.
16393
163942008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16395
16396 * frame.h (enum fullscreen_type): Give it a name. Move it before use.
16397 (struct frame): Use bit fields for boolean vars.
16398
16399 * process.c (server_accept_connection): Simplify naming.
16400 (emacs_get_tty_pgrp): Use SDATA.
16401
16402 * coding.c (decode_coding_object): Fix last change.
16403
164042008-03-27 Jason Rumney <jasonr@gnu.org>
16405
16406 * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
16407
164082008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
16409
16410 * charset.c (Fdefine_charset_internal): Change the way of
16411 registering charsets in Vcharset_order_list.
16412 (syms_of_charset): Make the charset `eight-bit' supplementary.
16413
164142008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
16415
16416 * regex.c (EXTEND_BUFFER): Change order of pointer addition
16417 operations, to avoid having the difference between pointers
16418 overflow.
16419
164202008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16421
16422 * indent.c (check_display_width): New fun.
16423 (scan_for_column): Use it.
16424
16425 * data.c (syms_of_data): Mark most-positive-fixnum and
16426 most-negative-fixnum as constants.
16427
16428 * xdisp.c (redisplay_internal): Reset selected_frame earlier.
16429
16430 * indent.c (scan_for_column): Extract from current_column_1.
16431 Merge with the same code from Fmove_to_column.
16432 (current_column_1, Fmove_to_column): Use it.
16433
164342008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16435
16436 * keymap.c (map_keymap_internal): New fun.
16437 (map_keymap): Use it.
16438 (Fmap_keymap_internal): New fun.
16439 (Fmap_keymap): Remove left-out test from before make_save_value.
16440
16441 * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
16442
16443 * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
16444 Use XCAR/XCDR.
16445
16446 * process.h (struct Lisp_Process): Remove filter_multibyte.
16447 * process.c (QCfilter_multibyte): Remove.
16448 (setup_process_coding_systems): Don't use filter_multibyte.
16449 (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
16450 (read_process_output): Don't adjust multibyteness to filter_multibyte.
16451 (Fset_process_filter_multibyte): Change the coding-system to
16452 approximate the previous behavior.
16453 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
16454 coding-system.
16455
16456 * coding.c (decode_coding_object): When not decoding into a buffer,
16457 obey the coding system's preference of (uni|multi)byte.
16458
164592008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16460
16461 * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
16462 every char is changed and has a different byte-length.
16463 (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
16464 Fix int -> EMACS_INT.
16465
164662008-03-23 David Hansen <david.hansen@gmx.net>
16467
16468 * dbusbind.c (xd_read_message): Remove extra copying of message
16469 strings. Check for NULL `interface' or `member'.
16470
164712008-03-22 Eli Zaretskii <eliz@gnu.org>
16472
16473 * w32.c (readdir): If FindFirstFile/FindNextFile return in
16474 cFileName a file name that includes `?' characters, use the 8+3
16475 alias in cAlternateFileName instead.
16476
164772008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
16480
164812008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16482
16483 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
16484 (set_point, set_point_both): Use EMACS_INT. Remove `buffer' arg,
16485 work on current_buffer only instead (that was already the case
16486 for some of the code anyway).
16487 * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
16488 (temp_set_point, temp_set_point_both): Use EMACS_INT.
16489 (SET_PT, SET_PT_BOTH): Adjust.
16490 * intervals.h (set_point, temp_set_point, set_point_both)
16491 (temp_set_point_both): Remove redundant declarations.
16492
164932008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16494
16495 * fileio.c (Finsert_file_contents):
16496 * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
16497 * buffer.h (BUF_SET_PT): Remove. set_point_both doesn't work right
16498 when buffer != current_buffer anyway.
16499
165002008-03-20 Andreas Schwab <schwab@suse.de>
16501
16502 * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
16503 as default.
16504
165052008-03-19 Jason Rumney <jasonr@gnu.org>
16506
16507 * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
16508 (syms_of_w32fns): Initialize them.
16509 (HOURGLASS_ID): New constant.
16510 (x_window_to_frame): Don't check hourglass_window.
16511 (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
16512 (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
16513 (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
16514 (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
16515 Only change the cursor if hourglass is not active.
16516 (Fx_create_frame): Initialize frame's current_cursor.
16517 (hourglass_atimer): Remove.
16518 (hourglass_started): New function.
16519 (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
16520 (show_hourglass): Adapt to w32, changing argument to frame.
16521
16522 * w32term.h (struct w32_output): Remove hourglass_window.
16523 Add current_cursor.
16524
16525 * eval.c (call_debugger, Fsignal):
16526 * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
16527 (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
16528 (Fexecute_extended_command, cancel_hourglass_unwind):
16529 * minibuf.c (read_minibuf):
16530 * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
16531
165322008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16533
16534 * window.c (run_funs): New fun.
16535 (run_window_configuration_change_hook): Use it to run the buffer-local
16536 and the global part of the hook.
16537
16538 * xdisp.c (format_mode_line_unwind_data): Add window argument.
16539 (unwind_format_mode_line): Restore selected window.
16540 (x_consider_frame_title, Fformat_mode_line): Set selected window.
16541
165422008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16543
16544 * editfns.c (Fchar_equal): Check they are valid characters.
16545
16546 * buffer.h (Fbuffer_list): Declare (for use in callint.c).
16547
165482008-03-17 Andreas Schwab <schwab@suse.de>
16549
16550 * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
16551 against a charset.
16552
16553 * lisp.h (Fbuffer_list): Declare.
16554
165552008-03-17 Jan Djärv <jan.h.d@swipnet.se>
d6c952f8 16556
aac0c6e3
MR
16557 * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
16558 handlebox_widget is != 0.
16559
165602008-03-16 Juri Linkov <juri@jurta.org>
16561
16562 * callint.c (Fcall_interactively): For interactive code letters
16563 'b' and 'B' put the buffer list into the list of default "future"
16564 values of the minibuffer.
16565
165662008-03-16 Andreas Schwab <schwab@suse.de>
16567
16568 * keyboard.c (read_key_sequence): Fix downcasing of letters with
16569 modifiers.
16570
16571 * regex.c (re_match_2_internal): Correct matching of a charset
16572 against latin-1 characters.
16573
165742008-03-16 Kenichi Handa <handa@m17n.org>
16575
16576 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
16577 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
16578 (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
16579 (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
16580 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
16581 CHAR_STRING_ADVANCE.
16582 (produce_chars): Fix for the case that the source and the
16583 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
16584 instead of CHAR_STRING_ADVANCE.
16585 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
16586 STRING_CHAR_ADVANCE.
16587
165882008-03-15 Andreas Schwab <schwab@suse.de>
16589
16590 * regex.c (re_match_2_internal): Correct matching of eight bit
16591 characters in unibyte strings.
16592
165932008-03-15 Martin Rudalics <rudalics@gmx.at>
16594
16595 * buffer.c (overlays_in, Foverlays_in): Include empty overlays
16596 at end of range when it coincides with the end of the buffer.
16597
165982008-03-14 Eli Zaretskii <eliz@gnu.org>
16599
16600 * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
16601
16602 * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
16603
166042008-03-14 Jason Rumney <jasonr@gnu.org>
16605
16606 * editfns.c (initial_tz): New variable.
16607 (syms_of_editfns): Initialize it.
16608 (Fset_time_zone_rule): Set it when first called.
16609 Use it when TZSTRING is nil.
16610
16611 * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
16612 (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
16613 (monitor_from_point_fn, get_monitor_info_fn): New globals.
16614 (globals_of_w32fns): Initialize them.
16615 (compute_tip_xy): Use them to position tooltips.
16616
166172008-03-14 Glenn Morris <rgm@gnu.org>
16618
16619 * emacs.c (main): Revert previous change.
16620 (standard_args): Revert -internal-script back to -scriptload,
16621 and remove the long-option form.
16622
166232008-03-13 Glenn Morris <rgm@gnu.org>
16624
16625 * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
16626 Remove option -enable-font-backend.
16627
166282008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16629
16630 * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
16631
166322008-03-11 Jan Djärv <jan.h.d@swipnet.se>
16633
16634 * xterm.c (x_connection_closed): For GTK: If this is the last
16635 terminal just exit without closing the display.
16636
166372008-03-11 Jason Rumney <jasonr@gnu.org>
16638
16639 * w32font.c (w32font_full_name): Use floor to round.
16640
f0131492 166412008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
aac0c6e3
MR
16642
16643 * sound.c (alsa_configure): Declare vol at beginning of block.
16644
16645 * fontset.c (Ffontset_info): Remove extra semicolon.
16646
166472008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16648
16649 * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
16650 size of resulting string.
16651
166522008-03-10 Jason Rumney <jasonr@gnu.org>
16653
16654 * dispnew.c (adjust_glyph_matrix): Initialize window_height.
16655
166562008-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16657
16658 * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
16659 Don't pretend as if characters with display property haven't been
16660 consumed for string-replacing-string case.
16661
166622008-03-08 Kim F. Storm <storm@cua.dk>
16663
16664 * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
16665 (get_next_display_element, next_element_from_string)
16666 (next_element_from_ellipsis, next_element_from_buffer): Use it.
16667
166682008-03-08 Andreas Schwab <schwab@suse.de>
16669
16670 * process.h (struct Lisp_Process): Declare bit fields as unsigned.
16671
166722008-03-06 Jason Rumney <jasonr@gnu.org>
16673
16674 * w32font.c (w32_registry): Take font_type argument. Use ANSI
16675 when charset not specified. Only translate ANSI to unicode when
16676 font_type is truetype.
16677 (w32font_coverage_ok): New function.
16678 (add_font_entity_to_list): Use it to filter unsuitable fonts.
16679
166802008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
16681
16682 * lread.c (Fread_char): Resolve modifiers.
16683 (Fread_char_exclusive): Likewise.
16684
16685 * character.c (char_resolve_modifier_mask): New function.
16686 (char_string): Use char_resolve_modifier_mask.
16687 (Fchar_resolve_modifiers): New function.
16688 (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
16689 function.
16690
166912008-03-04 Jason Rumney <jasonr@gnu.org>
16692
16693 * makefile.w32-in: Always include w32font.c in the build.
16694 * w32font.c: Wrap in USE_FONT_BACKEND conditional.
16695
166962008-03-04 Andreas Schwab <schwab@suse.de>
16697
16698 * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
16699 (versionclean): Likewise.
16700
167012008-03-04 Juanma Barranquero <lekktu@gmail.com>
16702
16703 * .cvsignore: Add oo.
16704
167052008-03-03 Andreas Schwab <schwab@suse.de>
16706
16707 * coding.c (decode_coding_object): Inhibit gap shrinking while
16708 decoding in place.
16709
167102008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
16711
16712 * w32term.c: Remove unused include "gnu.h".
16713 * makefile.w32-in (w32term.o): Don't depend on gnu.h.
16714
16715 * gnu.h: Rename to ...
16716 * emacs-icon.h: ... this.
16717 * xterm.c: Use emacs-icon.h instead of gnu.h.
16718 * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
16719
167202008-03-03 Juanma Barranquero <lekktu@gmail.com>
16721
16722 * w32font.c: Include math.h.
16723
167242008-03-03 Jason Rumney <jasonr@gnu.org>
16725
16726 * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
16727 Compute options separately.
16728 (w32font_open_internal): Set glyph_idx before caching metrics.
16729
16730 * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
16731 Define if system headers don't.
16732 (struct w32font_info): Enlarge ascii_metrics. Add glyph_idx.
16733 (w32font_encode_char): Don't declare here.
16734
16735 * w32font.c (Quniscribe, QCformat): New symbols.
16736 (syms_of_w32font): Define them.
16737 (w32font_has_char): Indicate uncertainty.
16738 (w32font_encode_char): Encode as glyph point. Make static.
16739 (recompute_cached_metrics): New function.
16740 (w32font_open_internal): Use it. Set font to use glyph points
16741 initially. Set format based on type of font.
16742 (w32font_text_extents, w32font_draw): Optionally use glyph points.
16743 (w32_enumfont_pattern_entity): Accept backend arg. Set type based
16744 on it. Set format based on information available here.
16745 (add_font_entity_to_list): Identify backend based on opentype_only.
16746
167472008-03-02 Andreas Schwab <schwab@suse.de>
16748
16749 * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
16750
16751 * coding.c (decode_coding_big5, produce_chars):
16752 Fix typos in last change.
16753
167542008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
16755
16756 * gnu.h: New icon.
16757
167582008-03-02 Kenichi Handa <handa@m17n.org>
16759
16760 * coding.c (decode_coding_utf_8): When eol-type of CODING is
16761 `dos', don't decode '\r' if that is the last in the source.
16762 (decode_coding_utf_16, decode_coding_emacs_mule)
16763 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
16764 (decode_coding_raw_text, decode_coding_charset): Likewise.
16765 (produce_chars): Don't decode EOL here. Use EMACS_INT.
16766
167672008-03-01 Jason Rumney <jasonr@gnu.org>
16768
16769 * w32font.c (w32font_full_name): Report point size for scalable fonts.
16770
167712008-03-01 Kim F. Storm <storm@cua.dk>
16772
16773 * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
16774
167752008-03-01 Jason Rumney <jasonr@gnu.org>
16776
16777 * w32font.c (w32font_full_name): New function.
16778 (w32font_open_internal): Use it.
16779
167802008-03-01 Kim F. Storm <storm@cua.dk>
16781
16782 * dispnew.c (line_draw_cost): Fix invalid glyph check.
16783
167842008-03-01 Jason Rumney <jasonr@gnu.org>
16785
16786 * font.c (font_unparse_fcname): Increase len when style is a symbol.
16787
167882008-03-01 Jan Djärv <jan.h.d@swipnet.se>
16789
16790 * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
16791 xg_frame_resized when the event is for the edit widget.
16792
16793 * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
16794
16795 * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
16796 set_char_size.
16797 (xg_frame_resized): Renamed from xg_resize_widgets. Remove all
16798 operations on widgets here. Just set frame size if needed.
16799 (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
16800 (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
16801 (x_wm_set_size_hint): Set size hints on the edit widget only, not
16802 the whole frame.
16803 (xg_create_tool_bar): Move attachment of the tool bar to
16804 xg_pack_tool_bar. Do not attach the tool bar if there are no items.
16805 (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
16806
168072008-03-01 Jason Rumney <jasonr@gnu.org>
16808
16809 * w32fns.c (w32_msg_pump): Disable debug code.
16810
168112008-03-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16812
16813 * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
16814
168152008-02-29 Chong Yidong <cyd@stupidchicken.com>
16816
16817 * xdisp.c (next_overlay_string): Don't set
16818 overlay_strings_at_end_processed_p if we're currently reading from
16819 a display string.
16820
168212008-02-29 Stefan Monnier <monnier@iro.umontreal.ca>
16822
16823 * xdisp.c (get_overlay_strings_1): Fix typo.
16824
168252008-02-29 Chong Yidong <cyd@stupidchicken.com>
16826
16827 * xdisp.c (get_overlay_strings_1): Add missing argument type.
16828
168292008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
16830
16831 * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
16832
16833 * xdisp.c (display_mode_element): Cancel the previous change.
16834 (decode_mode_spec): Likewise.
16835 (handle_auto_composed_prop): Don't make composition if it->string
16836 is a string.
16837
168382008-02-27 Kim F. Storm <storm@cua.dk>
16839
16840 * lisp.h (GLYPH): Change type from int to struct with separate char
16841 and face_id members.
16842 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
16843 (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
16844 (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
16845 (GLYPH_CHAR, GLYPH_FACE): ... these. Change users.
16846 (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove. Rewrite users to use ...
16847 (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
16848 (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
16849 (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
16850 handle new Lisp glyph code encoding, either an integer or a cons.
16851
16852 * disptab.h (GLYPH_SIMPLE_P): Rewrite.
16853 (GLYPH_ALIAS): Delete.
16854 (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
16855 (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
16856 (GLYPH_FROM_CHAR): Replace macro by ...
16857 (SET_GLYPH_FROM_CHAR): ... this macro. Change users.
16858
16859 * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
16860 (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
16861 (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro. Change users.
16862 (GLYPH_INVALID_P): New macro.
16863 (spec_glyph_lookup_face): Update prototype.
16864
16865 * dispnew.c (line_draw_cost): Adapt to new glyph type.
16866 (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
16867 new glyph code encoding.
16868 (spec_glyph_lookup_face): No return value; update passed glyph instead.
16869 (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
16870
16871 * xdisp.c (get_next_display_element, next_element_from_display_vector):
16872 Adapt to new glyph type and new glyph code encoding.
16873
16874 * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
16875
16876 * indent.c (current_column, current_column_1, Fmove_to_column)
16877 (compute_motion): Adapt to new glyph code encoding.
16878
16879 * msdos.c (IT_write_glyphs): Adapt to new glyph type.
16880
168812008-02-27 Chong Yidong <cyd@stupidchicken.com>
16882
16883 * process.c (wait_reading_process_output): Check for window
16884 changes caused by timers.
16885 Suggested by Johan Bockgård.
16886
168872008-02-27 Glenn Morris <rgm@gnu.org>
16888
16889 * emacs.c (USAGE1): Add `--disable-font-backend'.
16890
168912008-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
16892
16893 * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
16894 is made to the buffer.
16895
168962008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16897
16898 * dispextern.h (face_at_buffer_position, face_for_overlay_string)
16899 (face_at_string_position):
16900 * xfaces.c (face_at_buffer_position, face_for_overlay_string)
16901 (face_at_string_position):
16902 * xdisp.c (display_string, next_overlay_change):
16903 * buffer.h (overlays_at):
16904 * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
16905 Update callers.
16906
169072008-02-26 Chong Yidong <cyd@stupidchicken.com>
16908
16909 * editfns.c (Fformat): Doc fix.
16910
169112008-02-26 Juanma Barranquero <lekktu@gmail.com>
16912
16913 * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
16914 (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
16915 (Ffont_otf_alternates, Fquery_font): Doc fixes.
16916
169172008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16918
16919 * buffer.c (Fbuffer_swap_text): New function.
16920 (syms_of_buffer): Defsubr it.
16921
169222008-02-25 Chong Yidong <cyd@stupidchicken.com>
16923
16924 * keyboard.c (command_loop_1): Revert 2006-10-09 change.
16925
169262008-02-25 Jason Rumney <jasonr@gnu.org>
16927
16928 * w32font.c (w32font_draw): Draw one character at a time when padding.
16929
169302008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
16931
16932 * window.c (Fdelete_window, Fadjust_window_trailing_edge):
16933 Handle a nil arg. Use run_window_configuration_change_hook.
16934 (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
16935 (Fenlarge_window, Fshrink_window, Fset_window_configuration):
16936 Use run_window_configuration_change_hook.
16937
169382008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16939
16940 * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
16941 1-pixel width.
16942
169432008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
16944
16945 * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
16946 (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
16947 if the glyph in the font is zero pixel with.
16948
16949 * dispextern.h (struct glyph_string): New member padding_p.
16950
16951 * w32font.c (w32font_draw): Pay attention to s->padding_p.
16952
16953 * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
16954
16955 * xfont.c (xfont_draw): Pay attention to s->padding_p.
16956
16957 * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
16958
16959 * font.c: If the font driver doesn't have `shape' function, return Qnil.
16960
169612008-02-25 Jason Rumney <jasonr@gnu.org>
16962
16963 * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
16964
169652008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
16966
16967 Allow fine-grained image-cache flushing.
16968 * dispextern.h (struct image): Add `dependencies' field.
16969 (clear_image_caches): Change arg to Lisp_Object.
16970 * image.c (make_image): Initialize `dependencies' field.
16971 (clear_image_cache): Change arg to allow fine-grained flushing.
16972 Perform the flush even if image-cache-eviction-delay is nil.
16973 (clear_image_caches): Change arg to Lisp_Object.
16974 (Fclear_image_cache): Expand meaning of the argument.
16975 (mark_image): Mark `dependencies' field.
16976 * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
16977 (lface_hash): Use XHASH rather than XFASTINT.
16978 (face_at_buffer_position): Fix int -> EMACS_INT position.
16979 * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
16980 (select_frame_for_redisplay): Remove code duplication.
16981 (redisplay_internal): Adapt arg to call to clear_image_caches.
16982
169832008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
16984
16985 * s/vms4-0.h:
16986 * s/vms4-2.h:
16987 * s/vms4-4.h:
16988 * s/vms5-5.h: Remove, unused.
16989
16990 * s/irix5-2.h:
16991 * s/irix6-0.h:
16992 * s/riscos5.h:
16993 * s/mach-bsd4-3.h:
16994 * m/mips4.h: Remove files for obsolete systems.
16995
16996 * Makefile.in:
16997 * filelock.c:
16998 * unexmips.c:
16999 * m/hp9000s300.h:
17000 * m/iris4d.h:
17001 * s/aix3-1.h:
17002 * s/hpux.h:
17003 * s/msdos.h:
17004 * s/usg5-0.h:
17005 * s/usg5-2-2.h:
17006 * s/usg5-2.h:
17007 * s/usg5-3.h: Remove references to obsolete variables.
17008
17009 * s/irix5-0.h: Remove, move all the contents ...
17010 * s/irix6-5.h: ... here. Simplify.
17011 * config.in: Regenerate.
17012
170132008-02-24 Jason Rumney <jasonr@gnu.org>
17014
17015 * w32term.c (x_draw_glyph_string_background): Clear the background
17016 manually when cleartype is in use.
17017 (x_draw_glyph_string_foreground): Draw text transparently when
17018 cleartype is in use.
17019
17020 * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
17021 a font into it unless we have to.
17022
170232008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17024
17025 * intervals.h (INT_LISPLIKE): Remove. It may misfire.
17026 (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
d6c952f8 17027
aac0c6e3
MR
170282008-02-18 Jason Rumney <jasonr@gnu.org>
17029
17030 * w32fns.c (Fw32_shell_execute): Encode parameters.
17031
170322008-02-09 Eli Zaretskii <eliz@gnu.org>
17033
17034 * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
17035
170362008-02-05 Juanma Barranquero <lekktu@gmail.com>
17037
17038 * unexhp9k800.c (read_header): Replace `legal' with `valid'.
17039
170402008-02-24 Ulrich Neumerkel <ulrich@complang.tuwien.ac.at> (tiny change)
17041
17042 * xterm.c (x_set_offset): Don't change the gravity if
17043 CHANGE_GRAVITY is -1.
17044
170452008-02-23 Chong Yidong <cyd@stupidchicken.com>
17046
17047 * fileio.c (auto_save_error_occurred): New var.
17048 (auto_save_error): Set it.
17049 (Fdo_auto_save): Don't overwrite the error message if an auto-save
17050 error occurred.
17051
170522008-02-23 Eli Zaretskii <eliz@gnu.org>
17053
17054 * w32.c (globals_of_w32): Add initializations for
17055 g_b_init_get_sid_sub_authority and
17056 g_b_init_get_sid_sub_authority_count.
17057
170582008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
17061 (font_parse_xlfd): Use them for sanity check.
17062 (Finternal_set_font_style_table): Make sure the table is bijective.
17063
17064 Consolidate the image_cache to the terminal struct.
17065 * termhooks.h (P_): Remove redundant def.
17066 (struct terminal): New field `image_cache'.
17067 * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place
17068 of FRAME_X_IMAGE_CACHE.
17069 * xterm.h (struct x_display_info): Remove image_cache field.
17070 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17071 * w32term.h (struct w32_display_info): Remove image_cache field.
17072 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17073 * macterm.h (struct mac_display_info): Remove image_cache field.
17074 (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead.
17075 * xterm.c (x_term_init):
17076 * w32term.c (w32_term_init):
17077 * macterm.c (mac_term_init): Set the image_cache in the terminal.
17078 * dispextern.h (clear_image_cache, forall_images_in_image_cache):
17079 Remove declarations.
17080 (clear_image_caches, mark_image_cache): New declarations.
17081 * xfaces.c (clear_face_cache):
17082 * xdisp.c (redisplay_internal): Use clear_image_caches.
17083 * image.c (clear_image_cache): Don't check that a frame is on
17084 a window-system before checking if it shares the same cache.
17085 (clear_image_caches): New function.
17086 (Fclear_image_cache): Use it.
17087 (mark_image): Move from allo.c.
17088 (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
17089 * alloc.c (mark_image, mark_image_cache): Move to image.c.
17090 (mark_object): Don't call mark_image_cache for frames.
17091 (mark_terminals): Call mark_image_cache.
17092
17093 * lisp.h (Fdelete_terminal): Declare.
17094
17095 * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
17096 (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
17097 wrong_type_argument.
17098
170992008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
17100
17101 * Makefile.in (lisp): Remove devanagari.el, kannada.el,
17102 malayalam.el, and tamil.el. Add sinhala.el.
17103
171042008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
17105
17106 * xterm.c (x_connection_closed): Consolidate identical tests.
17107 (x_delete_terminal): Don't crash if called via x_connection_closed.
17108
171092008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
17110
17111 * xdisp.c (decode_mode_spec): New arg string.
17112 (display_mode_element): Adjust for the above change.
17113
171142008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17115
17116 * callint.c (Fcall_interactively): Use AREF.
17117
171182008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
17119
17120 * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
17121
171222008-02-18 Jan Djärv <jan.h.d@swipnet.se>
17123
17124 * xfns.c (Fx_show_tip): Set string to " " if empty.
17125
171262008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
17127
17128 * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
17129 with Qt.
17130
171312008-02-17 Kenichi Handa <handa@m17n.org>
17132
17133 * ftfont.c (ftfont_shape): Return Lispy number.
17134
17135 * xfaces.c (prepare_face_for_display): Use display_info->font->fid
17136 for GCs.
17137 (Finternal_set_font_selection_order): Call font_update_sort_order
17138 only when enable_font_backend is set.
17139 (realize_x_face): Set face->font_info to that of default face only
17140 when enable_font_backend is set.
17141
17142 * xdisp.c (handle_composition_prop): Set it->c to the fist
17143 character of the composed region.
17144 (fill_composite_glyph_string): Set base_face->font_info to
17145 s->font_info. Get a face for ascii from base_face->ascii_face.
17146 (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
17147 with a face already decided.
17148 (x_produce_glyphs): Be sure to set it->ascent and it->descent to
17149 non-negative.
17150 (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
17151 call font_prepare_composition unconditionally.
17152
17153 * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
17154
17155 * xterm.h (struct x_display_info): New member font.
17156
17157 * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
17158 (x_set_mouse_face_gc, x_new_font): Likewise.
17159 (x_term_init): Setup display_info->font.
17160 (x_delete_terminal): Free display_info->font.
17161
17162 * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
17163
17164 * ftxfont.c (ftxfont_default_fid): Delete it.
17165 (ftxfont_open): Set xfont->fid to 0.
17166 (ftxfont_end_for_frame): Clear data specific to the frame and the
17167 font-driver.
17168
17169 * xftfont.c (xftfont_default_fid): Delete it.
17170 (xftfont_open): Set xfont->fid to 0.
17171
17172 * fontset.c (FONTSET_OBJLIST): New macro.
17173 (fontset_find_font): Update font-object list of the fontset.
17174 (free_realized_fontset): New function.
17175 (free_face_fontset): Call free_realized_fontset.
17176 (Ffont_info): Call font_close_object only when enable_font_backend
17177 is set.
17178
17179 * font.c [HAVE_X_WINDOWS]: Include xterm.h.
17180 [HAVE_NTGUI]: Include w32term.h.
17181 [MAC_OS]: Include macterm.ch.
17182 (font_otf_ValueRecord): Use make_number.
17183 (font_finish_cache): Fix handling of reference count.
17184 (font_clear_cache): Update num_fonts.
17185 (font_open_entity): Update smallest_char_width and
17186 smallest_font_height of the frame.
17187 (font_close_object): Update num_fonts.
17188 (Fclear_font_cache): Fix finding the target cache data.
17189
171902008-02-16 Glenn Morris <rgm@gnu.org>
17191
17192 * fontset.c (Finternal_char_font): Fix compilation warning.
17193
171942008-02-16 Eli Zaretskii <eliz@gnu.org>
17195
17196 * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
17197 instead of char arrays. Enlarge the size of array passed to
17198 get_token_information.
17199
17200 * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
17201 warnings.
17202
172032008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
17204
17205 * .gdbinit: Don't set `args', it breaks gdb --args.
17206
172072008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
17208
17209 * fileio.c (Finsert_file_contents): Adjust offsets when replacing
17210 within a narrowed buffer.
17211
172122008-02-14 Kenichi Handa <handa@ni.aist.go.jp>
17213
17214 * coding.c (decode_coding_object, encode_coding_object):
17215 Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer.
17216
172172008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
17218
17219 * coding.c (coding_set_destination): Use BEG_BYTE rather than
17220 hardcoding 1.
17221 (detect_coding_system):
17222 * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
17223 (string_char_to_byte, string_byte_to_char, insert_from_gap):
17224 * insdel.c (insert_from_gap):
17225 * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
17226 (string_char_to_byte, string_byte_to_char, string_make_multibyte)
17227 (string_to_multibyte):
17228 * character.c (chars_in_text, multibyte_chars_in_text):
17229 * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
17230
17231 * character.h (FETCH_STRING_CHAR_ADVANCE)
17232 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
17233 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
17234 (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
17235
17236 * casefiddle.c (casify_region): Only call after-change and composition
17237 functions on the part of the region that was changed.
17238
17239 * keyboard.c (read_avail_input):
17240 * frame.c (Fdelete_frame): Call Fdelete_terminal.
17241
172422008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17243
17244 * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
17245 (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
17246
172472008-02-11 Juanma Barranquero <lekktu@gmail.com>
17248
17249 * w32menu.c (push_submenu_start, push_submenu_end)
17250 (push_left_right_boundary, push_menu_pane, push_menu_item):
17251 * keyboard.c (read_key_sequence): Don't pass args with side effects
17252 to AREF, it fails when compiling with -DENABLE_CHECKING.
17253
172542008-02-11 Kenichi Handa <handa@ni.aist.go.jp>
17255
17256 * Makefile.in (${lispsource}international/charprop.el):
17257 Delete this target.
17258
17259 * search.c (boyer_moore): Fix incorrect synching of the trunk and
17260 emacs-unicode-2.
17261
172622008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17263
17264 * terminal.c (Fdelete_terminal): Clean up the `force' path.
17265
172662008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17267
17268 * frame.c (Qnoelisp): New symbol.
17269 (syms_of_frame): Initialize it.
17270 (Fdelete_frame): Use it to distinguish a mere `force' passed from some
17271 harmless Elisp code, from a strong `force' from x_connection_closed.
17272 * frame.h (Qnoelisp): Declare.
17273 * xterm.c (x_connection_closed): Pass `noelisp'.
17274
17275 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
17276 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
17277 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
17278 rather than `int' for the type of `type'.
17279
172802008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
17281
17282 * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
17283
17284 * Makefile.in (GNUC): Remove support for gcc-1.x.
17285
172862008-02-10 Richard Stallman <rms@gnu.org>
17287
17288 * lisp.h (ASET): Use AREF, not ASLOT.
17289
172902008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17291
17292 * lisp.h (ASET): Check bounds.
17293
172942008-02-10 Glenn Morris <rgm@gnu.org>
17295
17296 * buffer.c (mode-name): Doc fix.
17297
172982008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
17299
17300 * Makefile.in:
17301 * emacs.c:
17302 * gmalloc.c:
17303 * keyboard.c:
17304 * lisp.h:
17305 * m/ibm370aix.h:
17306 * process.c:
17307 * regex.c:
17308 * s/hpux.h:
17309 * sysdep.c:
17310 * sysselect.h:
17311 * systty.h:
17312 * unexec.c:
17313 * w32term.c:
17314 * xsmfns.c:
17315 * xterm.c: Remove code that deals with obsolete variables.
17316
17317 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
17318
17319 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
17320 nothing else needs it anymore.
17321
173222008-02-09 Eli Zaretskii <eliz@gnu.org>
17323
17324 * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
17325 instead of unibyte_char_to_multibyte.
17326
173272008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
17328
17329 * s/gnu-linux.h: Remove commented out code.
17330
17331 * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
17332
17333 * Makefile.in: Update what RMS says about using autoconf.
17334 (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
17335 (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
17336 (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
17337 (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
17338
173392008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 * keymap.c (Fkey_description): Move side effect outside of macro call.
17342
17343 * xfaces.c (Finternal_make_lisp_face):
17344 * keyboard.c (add_command_key, parse_menu_item): Use ASET.
17345
17346 * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
17347 (syms_of_fontset): Use ASET.
17348
17349 * fns.c (concat): Move side effect outside of macro call.
17350 (hash_clear): Use ASET.
17351
173522008-02-08 Richard Stallman <rms@gnu.org>
17353
17354 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
17355 If FORCE, and frame has a surrogate minibuffer for another frame,
17356 delete the other frame first.
17357
173582008-02-07 Timo Savola <timo.savola@iki.fi>
17359
17360 * xterm.c (x_detect_focus_change): Handle embed client message.
17361 (handle_one_xevent): Ditto.
17362 (handle_one_xevent): If embedded and we get a button press/release,
17363 request focus.
17364 (xembed_set_info, xembed_send_message): New functions.
17365 (x_make_frame_visible): Call xembed_set_info if embedded.
17366 (x_make_frame_invisible): Call xembed_set_info if embedded.
17367 (x_term_init): Initialize Xatom_XEMBED.
17368 (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
17369 (x_iconify_frame): Ditto.
17370
17371 * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
17372 (enum xembed_info, enum xembed_message, enum xembed_focus)
17373 (enum xembed_modifier, enum xembed_accelerator): New.
17374 (xembed_set_info, xembed_send_message): Declare.
17375 (FRAME_X_EMBEDDED_P): New.
17376
17377 * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
17378 gtk_plug_new.
17379
17380 * xfns.c (Fx_create_frame): Do not override the explicitly set parent
17381 window ID of a frame.
17382 (x_window): Reparent frame if embedded.
17383 (Fx_create_frame): Don't set border width if embedded.
17384
17385 * emacs.c (USAGE3): Add --parent-id.
17386 (standard_args): Ditto.
17387
173882008-02-07 Jan Djärv <jan.h.d@swipnet.se>
17389
17390 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
17391
173922008-02-07 Jim Meyering <meyering@redhat.com>
17393
17394 Use "do...while (0)", not "if (1)...else" in macro definitions.
17395 The latter provokes a warning from gcc about the empty else, when
17396 followed by ";". Also, without that trailing semicolon, it would
17397 silently swallow up any following statement.
17398 * syntax.h (SETUP_SYNTAX_TABLE)
17399 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
17400 * buffer.h (DECODE_POSITION): Likewise.
17401 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
17402 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
17403 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
17404 (FETCH_CHAR_ADVANCE): Likewise.
17405 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
17406
174072008-02-07 Jim Meyering <meyering@redhat.com>
17408
17409 * lread.c [lint]: Don't include <sys/inode.h>.
17410
174112008-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
17412
17413 * xselect.c (x_handle_dnd_message):
17414 * xmenu.c (digest_single_submenu, xmenu_show):
17415 * xdisp.c (with_echo_area_buffer_unwind_data)
17416 (format_mode_line_unwind_data, unwind_format_mode_line)
17417 (display_menu_bar):
17418 * eval.c (Ffetch_bytecode):
17419 * doc.c (store_function_docstring):
17420 * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
17421 (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
17422 * buffer.c (add_overlay_mod_hooklist): Use ASET.
17423
174242008-02-07 Kenichi Handa <handa@m17n.org>
17425
17426 * ftxfont.c (ftxfont_open): Don't set
17427 dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
17428
17429 * ftfont.c (ftfont_open): Fix previous change.
17430
174312008-02-06 Jason Rumney <jasonr@gnu.org>
17432
17433 * w32font.c (w32font_text_extents): Fill in lbearing metric.
17434 Use cached metrics for ASCII characters.
17435 (w32font_open_internal): Don't set font's owning_frame.
17436 Cache metrics for ASCII characters.
17437
17438 * w32font.h (struct w32font_info): Add ascii_metrics.
17439 Remove owning_frame.
17440
174412008-02-06 Kenichi Handa <handa@ni.aist.go.jp>
17442
17443 * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
17444 to negative value.
17445
17446 * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
17447
17448 * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
17449
17450 * charset.c (syms_of_charset): Set QCtest and Qeq.
17451
174522008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17453
17454 * process.c (Fstart_process):
17455 * callproc.c (Fcall_process): Handle the case where
17456 Funhandled_file_name_directory returns nil.
17457
17458 * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
17459 (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
17460 * font.c (check_gstring): Use them and AREF to access the vector before
17461 we know it's really a gstring.
17462 (Ffont_shape_text): Fix typo.
46e722a9 17463 (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
aac0c6e3
MR
17464
17465 * composite.h (Fcompose_region_internal, Fcompose_string_internal):
17466 Declare.
17467
17468 * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
17469
174702008-02-05 Jason Rumney <jasonr@gnu.org>
17471
17472 * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
17473 Set smallest_font_height and smallest_char_width in display info.
17474
174752008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
17476
17477 * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
17478
174792008-02-05 Miles Bader <miles@gnu.org>
17480
17481 * xfaces.c (get_lface_attributes, merge_named_face)
17482 (lookup_named_face, lookup_derived_face, realize_named_face):
17483 Revert 2008-02-01 change by cyd@stupidchicken.com.
17484
174852008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
17486
17487 * fontset.c (Ffontset_info): Handle the case of inhibitting the
17488 fallback fonts.
17489 (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
17490
174912008-02-04 Jason Rumney <jasonr@gnu.org>
17492
17493 * w32font.c (w32font_open_internal): Use font_unparse_fcname to
17494 set full_name.
17495 (w32font_open_internal): Use xmalloc, xrealloc, xfree.
17496
174972008-02-03 Jason Rumney <jasonr@gnu.org>
17498
17499 * makefile.w32-in (OBJ1): Include font.o here.
17500 (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
17501
175022008-02-02 Jason Rumney <jasonr@gnu.org>
17503
17504 * makefile.w32-in (temacs): Bump EMHEAP to 21.
17505
175062008-02-01 Jason Rumney <jasonr@gnu.org>
17507
17508 * s/cygwin.h: Define VIRT_ADDR_VARIES.
17509
17510 * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
17511
175122008-02-01 Andreas Schwab <schwab@suse.de>
17513
17514 * Makefile.in (shortlisp, lisp): Update for rename of
17515 ../lisp/language/myanmar.el.
17516
175172008-02-01 Chong Yidong <cyd@stupidchicken.com>
17518
17519 * xfaces.c (get_lface_attributes): Delete function.
17520 (merge_named_face, lookup_named_face, lookup_derived_face)
17521 (realize_named_face): Call lface_from_face_name directly, and use
17522 the fact that merge_face_vectors does not alter its FROM argument.
17523
175242008-02-01 Jason Rumney <jasonr@gnu.org>
17525
17526 * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
17527 input in the default locale. Handle non-Unicode multibyte input.
17528
175292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17530
17531 * fontset.c (reorder_font_vector): Exclude nil elements from the
17532 font group. Don't try multiple fonts.
17533 (fontset_font): Adjust for the above change.
17534 (Finternal_char_font): Return nil if the found font doesn't
17535 contain the character ch.
17536
17537 * Makefile.in (lisp, shortlisp): Add cham.el.
17538
175392008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17540
17541 * font.h (FONTP): Make it return 1 also for a font-object.
17542
17543 * .gdbinit (xfontset): New function.
17544
17545 * font.c (font_find_for_lface): Check if the character C is
17546 supported or not only for the first font.
17547
17548 * fontset.c (reorder_font_vector): Fix typo.
17549 (fontset_find_font): Don't add a font-spec specifying a script.
17550 Use 0 (not Qt) for the indication of empty font-group. Change the
17551 format of RFONT-DEF. Return Qt if no font in the font-group
17552 support the character.
17553 (fontset_font): Adjust for the above change. If no font was
17554 found the character, remember that.
17555 (face_for_char): Adjust for the change of RFONT-DEF.
17556 (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
17557 no font for the target.
17558 (Finternal_char_font): Adjust for the change of RFONT-DEF.
17559
175602008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17561
17562 * font.c (font_load_for_face): Handle the case that the font in
17563 face->lface is a string.
17564
175652008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17566
17567 * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
17568
175692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17570
17571 * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
17572 Fix previous change. If the frame is not on a window system,
17573 signal an error.
17574
175752008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17576
17577 * coding.c (decode_coding_object, encode_coding_object): Adjust
17578 marker positions after conversion.
17579
17580 * lisp.h (struct Lisp_Marker): New member need_adjustment.
17581
175822008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17583
17584 * font.c (font_find_for_lface): Fix the handling of the return
17585 value of font_has_char.
17586 (Ffont_shape_text): Fix previous change.
17587
17588 * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
17589 (fontset_ref_and_range): Delete it.
17590 (fontset_find_font): Call char_table_ref_and_range instead of
17591 FONTSET_REF_AND_RANGE.
17592 (make_fontset): Don't setup font groups of Latin here.
17593 (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
17594 (new_fontset_from_font): Make the specified font the default for
17595 all Latin characters.
17596
175972008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17598
17599 * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
17600 is on a window system before accessing the fontset of the frame.
17601
176022008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17603
17604 * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
17605
17606 * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
17607 when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
17608
17609 * font.c (Ffont_shape_text): If the font driver doesn't have a
17610 shaper function, make zero-width glyphs to have at least one-pixel
17611 width. Fix setting of `to' field of glyphs.
17612
176132008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17614
17615 * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
17616 glyphs.
17617
17618 * font.h (struct font_driver): Improve docstring of member `shape'.
17619
176202008-02-01 Kenichi Handa <handa@m17n.org>
17621
17622 * composite.c (syms_of_composite): Fix docstring of
17623 auto-composition-function.
17624
17625 * font.h (LGLYPH_SIZE): New macro.
17626
17627 * font.c (Ffont_fill_gstring): Stop filling when a character not
17628 supported by the font is found.
17629 (Ffont_shape_text): When a shape callback function returns nil,
17630 try at most two more times with larger gstring.
17631 (Ffont_at): Fix getting of w. Call font_at with correct 5th argument.
17632
17633 * xdisp.c (handle_auto_composed_prop): Change the argument to
17634 auto-composition-function.
17635
17636 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
17637 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
17638 Lispy glyph and store it in the lgstring.
17639
17640 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
17641
17642 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
17643
176442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17645
17646 * font.c (Ffont_shape_text): Avoid unnecessary composition.
17647
17648 * fontset.c (Vfont_encoding_charset_alist): New variable.
17649 (syms_of_fontset): DEFVAR it.
17650 (reorder_font_vector, fontset_find_font): Optimize for the case of
17651 no need of reordering.
17652 (face_for_char): Map the charset property by
17653 Vfont_encoding_charset_alist.
17654
176552008-02-01 Jason Rumney <jasonr@gnu.org>
17656
17657 * w32font.c (logfonts_match): Don't check adstyle here.
17658 (font_matches_spec): Check here against physical font instead.
17659 (add_font_entity_to_list): Avoid some substitutions.
17660
17661 * font.c (font_parse_fcname): Default weight and slant to normal.
17662 (font_score): Prefer normal fonts if weight or slant unspecified.
17663 (font_score) [WINDOWSNT]: Scale weight difference down to closer
17664 match freetype scores.
17665
176662008-02-01 Jason Rumney <jasonr@gnu.org>
17667
17668 * w32font.c (w32font_text_extents): Don't use the frame stored in the
17669 font, as it may have been deleted.
17670 (w32_enumfont_pattern_entity): Map generic family to adstyle using
17671 most common hyphenless variation.
17672 (logfonts_match): Check generic family.
17673 (font_matches_spec): Don't check generic family here.
17674 (fill_in_logfont): Set generic family based on adstyle.
17675
17676 * w32font.h (w32font_get_cache): Update declaration.
17677
176782008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17679
17680 * ftfont.c (ftfont_get_cache): Adjust the argument type.
17681
17682 * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
17683 If none of the new drivers are available, call font_update_drivers
17684 with the old drivers.
17685
17686 * w32font.c (w32font_get_cache): Adjust the argument type.
17687
17688 * xfont.c (xfont_get_cache): Adjust the argument type.
17689
17690 * font.h (struct font_driver): Change argument type of get_cache.
17691
17692 * xftfont.c (xftfont_start_for_frame): Delete prototype.
17693
17694 * font.c (Ffont_get): Fix arguments to Fassoc.
17695 (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
17696 (font_clear_cache): New function.
17697 (font_list_entities, font_matching_entity): Use font_get_cache.
17698 (font_update_drivers): Call font_clear_cache when finishing a driver.
17699
17700 * fontset.c (fontset_find_font): Fix previous change.
17701
177022008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17703
17704 * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
17705 dpyinfo->font_table.
17706 (x_delete_display) [USE_FONT_BACKEND]: Likewise.
17707 (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
17708
17709 * font.c (font_at): Handle the case that the arg C is negative.
17710 Handle the unibyte case.
17711 (Ffont_at): Call font_at with the arg C -1.
17712
17713 * xdisp.c (handle_auto_composed_prop): Don't get a character at
17714 the position here, and call font_at with the arg C -1.
17715 Don't check the range of the existing composition at the point.
17716
177172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17718
17719 * fontset.c (fontset_add): New args charset_id and family.
17720 Change caller.
17721 (load_font_get_repertory, fontset_find_font): Assume that
17722 font_spec is always a font-spec object.
17723 (Fset_fontset_font): Always store a font-spec object in a fontset.
17724
17725 * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
17726 instead of get_property_and_range.
17727
177282008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17729
17730 * xftfont.c (struct xftfont_info): Delete the member ft_face.
17731 (xftfont_open): Don't keep locking face.
17732 (xftfont_close): Don't unlock face.
17733 (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
17734
17735 * fontset.c (fontset_find_font): Don't prefer a font of
17736 supplementary charset.
17737
177382008-02-01 Kenichi Handa <handa@m17n.org>
17739
17740 * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
17741 script, langsys_tag to langsys, new member script.
17742 (OTF_TAG_STR): Terminate by '\0'.
867d4bb3 17743 (ftfont_get_open_type_spec): If :otf prop is spec, limit the
aac0c6e3
MR
17744 listing to the script specified in that property. Fix arg to
17745 OTF_check_features.
17746
177472008-02-01 Jason Rumney <jasonr@gnu.org>
17748
17749 * w32font.h: New file.
17750
17751 * w32font.c: Include it.
17752 (struct w32font_info): Add owning_frame field. Move to w32font.h.
17753 (w32font_open): Set owning_frame.
17754 (w32font_text_extents): Use owning_frame.
17755 (struct font_callback_data): Add opentype_only field.
17756 (add_font_entity_to_list): Use it to filter fonts.
17757 Don't check against full name.
17758 (w32font_list_internal): New function.
17759 (w32font_list): Use it.
17760 (w32font_match_internal): New function.
17761 (w32font_match): Use it.
17762 (w32font_open_internal): New function.
17763 (w32font_open): Use it.
17764 (w32font_get_cache, w32font_close, w32font_has_char)
17765 (w32font_encode_char, w32font_text_extents, w32font_draw):
17766 Make non-static.
17767
17768 * makefile.w32-in (w32font.o): Depend on w32font.h.
17769
177702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17771
17772 * charset.c (Fdefine_charset_internal): Record a supplementary
17773 charset at the tail of Vcharset_order_list.
17774
17775 * font.c (Ffont_shape_text): Fix the return value.
17776
17777 * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
17778
17779 * xdisp.c (handle_auto_composed_prop): Fix previous change.
17780
177812008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17782
17783 * ftfont.c (struct OpenTypeSpec): New struct.
17784 (OTF_SYM_TAG, OTF_TAG_STR): New macros.
17785 (ftfont_get_open_type_spec): New function.
17786 (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
17787
17788 * lread.c (read1): Redo the previous change with checking Vpurify_flag.
17789
177902008-02-01 Jason Rumney <jasonr@gnu.org>
17791
17792 * w32font.c (add_font_entity_to_list): Compare only the beginning
17793 of full name.
17794
177952008-02-01 Kenichi Handa <handa@m17n.org>
17796
17797 * xdisp.c (handle_auto_composed_prop): Simplify the code.
17798 Never return HANDLED_RECOMPUTE_PROPS.
17799
178002008-02-01 Kenichi Handa <handa@m17n.org>
17801
17802 * font.c (font_gstring_produce): Delete it.
17803
17804 * composite.h (COMPOSITION_METHOD):
17805 Handle COMPOSITION_WITH_GLYPH_STRING.
17806
178072008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17808
17809 * xfont.c (Qx): Delete.
17810 (syms_of_xfont): Don't initialize Qx.
17811
17812 * composite.h (enum composition_method):
17813 Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
17814
178152008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17816
17817 * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
17818 (choose_face_font): Accept new form of font-spec.
17819
17820 * frame.h (font_driver_list): Declare it unconditionally.
17821 (struct frame): Define members font_driver_list and font_data_list
17822 unconditionally.
17823
17824 * fontset.c: Include "font.h" unconditionally.
17825 (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
17826 (Fset_fontset_font): Accept a font-spec object.
17827
17828 * font.c (font_unparse_xlfd): If pixel_size is zero, make the
17829 PIXEL_SIZE part a wild card.
17830
17831 * dispextern.h (struct glyph_string): Define members clip and
17832 num_clips unconditionally.
17833 (struct face): Define members font_info and extra unconditionally.
17834
17835 * ftfont.c (ftfont_open): Set members maybe_otf and otf of
17836 ftfont_info only when HAVE_LIBOTF is defined.
17837
178382008-02-01 Andreas Schwab <schwab@suse.de>
17839
17840 * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
17841 and end.
17842
178432008-02-01 Jason Rumney <jasonr@gnu.org>
17844
17845 * w32font.c (w32font_driver): Add new fields.
17846
178472008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17848
17849 * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
17850 (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
17851 (LIBES): Add @M17N_FLT_CFLAGS@.
17852
17853 * composite.c (compose_text): Don't treat the new style
17854 composition specially.
17855
17856 * emacs.c (main): Call syms_of_font unconditionally.
17857
17858 * font.h (FONT_ENTITY_NOT_LOADABLE)
17859 (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
17860 (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
17861 (struct font_driver): New member shape.
17862 (font_registry_charsets): Extern it.
17863 (font_find_for_lface, font_prepare_composition): Adjust prototype.
17864 (font_otf_capability, font_drive_otf): Delete their externs.
17865
17866 * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
17867 (font_charset_alist, font_registry_charsets): Move from xfont.c
17868 and rename.
17869 (font_prop_validate_otf): New function.
17870 (font_property_table): Register it for QCotf.
17871 (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
17872 (font_drive_otf): Delete.
17873 (font_prepare_composition): New arg F. Adjust for the change of
17874 lispy gstring.
17875 (font_find_for_lface): New arg C.
17876 (font_load_for_face): Adjust for the change of font_find_for_lface.
17877 (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
17878 lispy gstring.
17879 (Ffont_shape_text): New function.
17880 (Fopen_font): If the font size is not given, use 12-pixel.
17881 (Ffont_at): New arg STRING.
17882 (syms_of_font): Initalize font_charset_alist.
17883 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
17884 conditionally.
17885
17886 * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
17887 fonts of the same font-spec. Change the format of RFONT-DEF.
17888 (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
17889 Adjust for the change of RFONT-DEF.
17890 (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
17891
17892 * ftfont.h: New file.
17893
17894 * ftfont.c: Don't include Freetype headers. Include "ftfont.h".
17895 (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17896 (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17897 (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
17898 font_otf_capability and font_drive_otf, set ftfont_shape.
17899 (ftfont_list): Adjust for the change of :otf property value.
17900 (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
17901 (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
17902 (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
17903 (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17904 (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
17905 (otf_gstring, gstring, m17n_flt_initialized): New variables.
17906
17907 * w32term.c (x_draw_composite_glyph_string_foreground):
17908 Adjust for the change of lispy gstring.
17909
17910 * xdisp.c (handle_composition_prop): Adjust for the change of
17911 lispy gstring. Call a function for auto-composition with the
17912 third arg it->window.
17913 (fill_composite_glyph_string): Adjust for the change of lispy string.
17914 (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
17915
17916 * xfaces.c (set_font_frame_param): Adjust for the change of
17917 font_find_for_lface.
17918
17919 * xfont.c (x_font_charset_alist): Move to font.c and rename.
17920 (xfont_registry_charsets): Likewise. Change caller.
17921 (syms_of_xfont): Don't handle x_font_charset_alist.
17922
17923 * xftfont.c: Include "ftfont.h".
17924 (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
17925 (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
17926 (xftfont_close) [HAVE_LIBOTF]: Close otf.
17927 (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
17928 (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
17929 Set xftfont_driver.shape to xftfont_shape.
17930
17931 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
17932 the change of lispy gstring.
17933
179342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17935
17936 * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
17937
179382008-02-01 Jason Rumney <jasonr@gnu.org>
17939
17940 * w32font.c (w32font_draw): Fill background manually.
17941
179422008-02-01 Jason Rumney <jasonr@gnu.org>
17943
17944 * font.c (Qfontp): Remove unused symbol.
17945 (QCantialias): New symbol.
17946 (syms_of_font): Define it.
17947 (font_property_table): Set a validator for QCantialias.
17948
17949 * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
17950 Define if not already.
17951 (QCfamily): Share with xfaces.c.
17952 (Qstandard, Qsubpixel, Qnatural): New symbols.
17953 (syms_of_w32font): Define them. Don't define QCfamily here.
17954 (w32_antialias_type, lispy_antialias_type): New functions.
17955 (w32_enumfont_pattern_entity): New arg requested_font.
17956 Set antialias parameter if non-default was requested.
17957 (fill_in_logfont): Fill in lfQuality if :antialias specified.
17958
179592008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17960
17961 * lread.c (read1): Undo the previous change.
17962
179632008-02-01 CHENG Gao <chenggao@gmail.com> (tiny change)
17964
17965 * frame.c (Fdelete_frame): Call font_update_drivers only when
17966 USE_FONT_BACKEND is defined.
17967
179682008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
17969
17970 * font.h (struct font_bitmap): New member bits_per_pixel.
17971 (struct font_driver): New members start_for_frame and end_for_frame.
17972 (struct font_data_list): New struct.
17973 (font_put_frame_data, font_get_frame_data): Extern them.
17974
17975 * frame.h (struct frame): New member font_data_list.
17976
17977 * font.c (font_update_drivers): Call driver->start_for_frame and
17978 driver->end_for_frame at proper timings.
17979 (font_put_frame_data, font_get_frame_data): New functions.
17980 (Ffont_spec): Add usage in the docstring.
17981
17982 * frame.c (make_frame): Initialize f->font_data_list to NULL.
17983 (Fdelete_frame): Call font_update_drivers.
17984
17985 * xftfont.c (struct xftface_info): Delete the member xft_draw.
17986 (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
17987 (xftfont_get_xft_draw): New function.
17988 (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
17989 (xftfont_end_for_frame): New function.
17990 (syms_of_xftfont): Set xftfont_driver.end_for_frame.
17991
17992 * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
17993 Change argument. Cache GCs in the per-frame data.
17994 (struct ftxfont_frame_data): New struct.
17995 (ftxfont_draw_bitmap): New arg gc_fore and flush.
17996 (ftxfont_prepare_face, ftxfont_done_face): Delete them.
17997 (ftxfont_draw): Get GCs by ftxfont_get_gcs. Reflect s->clip in GCs.
17998 (ftxfont_end_for_frame): New function.
17999 (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
18000
18001 * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
18002
180032008-02-01 Kenichi Handa <handa@m17n.org>
18004
18005 * xselect.c (Vselection_coding_system)
18006 (Vnext_selection_coding_system): Delete them.
18007 (syms_of_xselect): Don't declare selection-coding-system and
18008 next-selection-coding-system. They are declared in select.el.
18009
180102008-02-01 Jason Rumney <jasonr@gnu.org>
18011
18012 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
18013
18014 * w32fns.c: Include imm.h.
18015 (get_composition_string_fn, get_ime_context_fn): New optional
18016 system functions.
18017 (globals_of_w32fns): Load them from imm32.dll.
18018 (ignore_ime_char): New flag.
18019 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
18020 WM_IME_ENDCOMPOSITION messages.
18021
18022 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
18023 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
18024
180252008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18026
18027 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
18028 (READCHAR_REPORT_MULTIBYTE): New macro.
18029 (readchar): New 2nd arg MULTIBYTE.
18030 (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
18031 Make symbol's name multibyte according to the multibyteness of the
18032 source.
18033
180342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18035
18036 * xfaces.c (face_for_overlay_string): Call lookup_face with
18037 correct arguments (fix of synching with the trunk).
18038
180392008-02-01 Kenichi Handa <handa@m17n.org>
18040
18041 * font.c (font_prop_validate_symbol, font_prop_validate_style)
18042 (font_prop_validate_non_neg, font_prop_validate_spacing):
18043 Delete argument prop_index.
18044 (font_property_table): Change arguments to validater. Change Callers.
18045 (font_lispy_object): Delete.
18046 (font_at): Use font_find_object instead fo font_lispy_object.
18047
180482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
18049
18050 * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
18051 and file names.
18052
180532008-02-01 Jason Rumney <jasonr@gnu.org>
18054
18055 * w32font.c (add_font_name_to_list): Avoid vertical fonts.
18056 (font_matches_spec): Remove debug output.
18057 (add_font_entity_to_list): Avoid using substituted fonts.
18058
180592008-02-01 Jason Rumney <jasonr@gnu.org>
18060
18061 * doc.c (Fsnarf_documentation):
18062 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
18063
180642008-02-01 Miles Bader <miles@gnu.org>
18065
18066 * dispextern.h (struct glyph_row): Only define "clip" field if
18067 HAVE_WINDOW_SYSTEM is defined.
18068
180692008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18070
18071 Fix up multi-tty merge.
18072
18073 * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
18074 and indentation.
18075
18076 * xfaces.c (free_realized_face, clear_face_gcs):
18077 Include font_done_for_face in the input_blocked section, just in case.
18078
18079 * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
18080 (get_char_face_and_encoding): Undo last change and remove the *other*
18081 duplicate definition (i.e. keep the one that's better scoped and that
18082 includes code for the font-backend).
18083
18084 * terminal.c (create_terminal): Default keyboard_coding to
18085 `no-conversion' and terminal_coding to `undecided'.
18086
18087 * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
18088
18089 * fontset.c (free_realized_fontsets): Check that the table entry does
18090 contain a fontset before trying to compare it to `base'.
18091
18092 * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
18093 syms_of_charset, and syms_of_coding earlier because init_window_once
18094 now needs Vcoding_system_hash_table to be setup.
18095
18096 * coding.h (default_buffer_file_coding): Remove.
18097
18098 * coding.c (default_buffer_file_coding): Remove.
18099 (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
18100 than ->symbol, and use the terminal-local coding system.
18101 (syms_of_coding): Don't setup the coding-systems that are not
18102 terminal-local.
18103 (Fdefine_coding_system_internal): Use XCAR/XCDR.
18104
18105 * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
18106 Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
18107
18108 * alloc.c (Fmake_char_table, make_sub_char_table): Remove. They're now
18109 in chartab.c and were re-added here by mistake.
18110 (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
18111
18112 * doc.c (Fsnarf_documentation):
18113 * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
18114 src to etc.
18115
18116 * ChangeLog.10: Add mistakenly removed entry.
18117
181182008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
18119
18120 * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
18121
181222008-02-01 Miles Bader <miles@gnu.org>
18123
18124 * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
18125 Add extra args to FACE_FOR_CHAR.
18126
181272008-02-01 Kenichi Handa <handa@m17n.org>
18128
18129 * keymap.c (where_is_internal_1): If key is a cons, store the copy
18130 in sequence.
18131
18132 * chartab.c (map_sub_char_table, map_char_table): If the range
18133 contains just one character, call the function with that character
18134 even if the depth is not 3.
18135
181362008-02-01 Jason Rumney <jasonr@gnu.org>
18137
18138 * w32font.c (w32font_text_extents): Calculate metrics for the
18139 whole string.
18140
181412008-02-01 Jason Rumney <jasonr@gnu.org>
18142
18143 * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
18144
181452008-02-01 Jason Rumney <jasonr@gnu.org>
18146
18147 * w32term.c (x_set_glyph_string_clipping): Use
18148 get_glyph_string_clip_rects.
18149 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
18150 Adjust for the change of struct glyph_string.
18151
18152 * w32font.c (w32font_draw): Do clipping here.
18153
181542008-02-01 Kenichi Handa <handa@m17n.org>
18155
18156 * xftfont.c (xftfont_draw): Adjust for the change of struct
18157 glyph_string.
18158
18159 * xterm.c (x_set_glyph_string_clipping): Use
18160 get_glyph_string_clip_rects.
18161 (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
18162 Adjust for the change of struct glyph_string.
18163
18164 * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
18165 the resulting clip(s}.
18166 (expose_overlaps): Add arg r. Change callers. Set it to
18167 row->clip temporarily.
18168 (expose_window): Redraw rows overlapping the exposed area.
18169
18170 * dispextern.h (struct glyph_row): New member clip.
18171 (struct glyph_string): Delete members clip_x, clip_y, clip_width,
18172 clip_height, new member clip, and num_clips.
18173
181742008-02-01 Kenichi Handa <handa@m17n.org>
18175
18176 * data.c (Fchar_or_string_p): Fix docstring.
18177
181782008-02-01 Kenichi Handa <handa@m17n.org>
18179
18180 * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
18181 create a temporary XftDraw object.
18182
181832008-02-01 Kenichi Handa <handa@m17n.org>
18184
18185 * font.c (Ffontp): Fix docstring.
18186
18187 * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
18188 strong evidence of ISO-2022.
18189
181902008-02-01 Kenichi Handa <handa@m17n.org>
18191
18192 * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
18193 SYNTAX_ENTRY_FOLLOW_PARENT.
18194
181952008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
18196
18197 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
18198 its type.
18199 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
18200 Update to the new type of weak_hash_tables and next_weak.
18201
18202 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
18203 a plain C pointer to Lisp_Hash_Table.
18204
18205 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
18206 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
18207 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
18208 (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
18209 (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
18210 (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
18211 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
18212 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
18213 (GC_EQ): Remove since they've been identical to their non-GC_
18214 alter-egos ever since the markbit was eradicated.
18215
18216 * alloc.c:
18217 * buffer.c:
18218 * buffer.h:
18219 * data.c:
18220 * fileio.c:
18221 * filelock.c:
18222 * fns.c:
18223 * frame.h:
18224 * lisp.h:
18225 * macterm.c:
18226 * print.c:
18227 * process.c:
18228 * w32fns.c:
18229 * w32menu.c:
18230 * w32term.c:
18231 * xfns.c:
18232 * xmenu.c:
18233 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
18234
182352008-02-01 Kenichi Handa <handa@m17n.org>
18236
18237 * chartab.c (map_sub_char_table): Make it work for the top-level
18238 char-table. Fix handling of parent char-table.
18239 (map_char_table): Adjust for the above change.
18240
182412008-02-01 Jason Rumney <jasonr@gnu.org>
18242
18243 * w32font.c (Qgdi): Rename from Qw32.
18244
182452008-02-01 Jason Rumney <jasonr@gnu.org>
18246
18247 * w32bdf.c (get_quoted_string): Make function static.
18248
182492008-02-01 Kenichi Handa <handa@m17n.org>
18250
18251 * xftfont.c (xftfont_open): If one of font's ASCII glyph has
18252 bigger ascent and descent than those of the font, use them as
18253 font's ascent and descent.
18254
182552008-02-01 Kenichi Handa <handa@m17n.org>
18256
18257 * Makefile.in (${lispsource}international/charprop.el): Move this
18258 target within "#ifdef HAVE_UNIDATA" and "#endif".
18259
182602008-02-01 Kenichi Handa <handa@m17n.org>
18261
18262 * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
18263 (shortlisp): Add ../lisp/language/tai-viet.el.
18264
182652008-02-01 Ulrich Mueller <ulm@gentoo.org>
18266
18267 * Makefile.in (${lispsource}international/charprop.el): Depend on
18268 temacs${EXEEXT}.
18269
182702008-02-01 Jason Rumney <jasonr@gnu.org>
18271
18272 * w32font.c (w32font_close): Delete the GDI font object.
18273
18274 * w32menu.c: Include character.h.
18275
18276 * w32proc.c: Likewise.
18277
18278 * w32select.c: Likewise.
18279
18280 * makefile.w32-in (w32proc.o): Depend on character.h.
18281
182822008-02-01 Jason Rumney <jasonr@gnu.org>
18283
18284 * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
18285
18286 * w32menu.c (syms_of_w32menu): Likewise.
18287
18288 * w32proc.c (syms_of_ntproc): Likewise.
18289
18290 * w32select.c (syms_of_w32select): Likewise.
18291
18292 * w32term.c (syms_of_w32term): Likewise.
18293
182942008-02-01 Jason Rumney <jasonr@gnu.org>
18295
18296 * w32font.c (w32font_draw): Delete brush after using it.
18297
182982008-02-01 Jason Rumney <jasonr@gnu.org>
18299
18300 * w32font.c (w32font_open): Don't set font_idx.
18301 (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
18302 to font settings.
18303 (w32font_draw): Fill background explicitly.
18304
183052008-02-01 Jason Rumney <jasonr@gnu.org>
18306
18307 * w32term.c (w32_initialize): Don't call w32font_initialize.
18308
18309 * w32font.c (w32font_info): Remove subranges.
18310 (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
18311 (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
18312 (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
18313 (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
18314 (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
18315 (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
18316 (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
18317 (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
18318 (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
18319 (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
18320 New symbols.
18321 (font_callback_data): New struct.
18322 (w32font_list, w32font_match): Use it.
18323 (w32font_open): Don't populate subranges.
18324 (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
18325 (w32font_encode_char): Always return unicode code-point as-is.
18326 (w32font_text_extents): Supply a transformation matrix to
18327 GetGlyphOutline. Never look up by glyph index. Avoid looping
18328 twice. Use unicode version of GetTexExtentPoint32 instead of
18329 glyph index version.
18330 (set_fonts_frame): Remove.
18331 (w32_enumfont_pattern_entity): Add frame parameter, use it to
18332 set frame parameter. Use backward compatible fake foundries.
18333 Save generic family in extra slot under QCfamily. Make width slot
18334 constant. Save QCspacing value. Save list of scripts instead of
18335 binary subranges.
18336 (w32_generic_family, logfonts_match, font_matches_spec): New functions.
18337 (add_font_entity_to_list): Use font_callback_data struct. Filter
18338 unwanted fonts.
18339 (add_one_font_entity_to_list): Use font_callback_data struct.
18340 (w32_registry): Default to iso10646_1.
18341 (fill_in_logfont): Use dpi from extra slot. Don't bother with
18342 string font registries. Don't fill in font name if it is a generic
18343 family name, fill family instead. Use spacing, family and script
18344 extra info to fill pitch, family and charset fields.
18345 (list_all_matching_fonts): Use font_callback_data struct.
18346 (unicode_range_for_char): Remove.
18347 (font_supported_scripts): New function.
18348 (w32font_initialize): Remove.
18349 (syms_of_w32font): Update which symbols are defined.
18350
183512008-02-01 Jason Rumney <jasonr@gnu.org>
18352
18353 * font.c (font_pixel_size): Reverse assq_no_quit args.
18354
18355 * w32term.h (FONT_WIDTH): Report max width, not average.
18356 (FONT_MAX_WIDTH): Remove.
18357 (FONT_AVG_WIDTH): New macro.
18358
18359 * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
18360 redefinition of FONT_WIDTH.
18361
18362 * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
18363 (w32_cache_char_metrics): Use FONT_WIDTH.
18364
18365 * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
18366
183672008-02-01 Jason Rumney <jasonr@gnu.org>
18368
18369 * w32font.c (w32font_open): Make lfHeight negative.
18370
18371 * w32fns.c (x_default_font_parameter): Use new style font name.
18372 (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
18373
183742008-02-01 Jason Rumney <jasonr@gnu.org>
18375
18376 * w32font.c (QCsubranges): New symbol.
18377 (w32font_open, w32font_has_char): Get subranges from subproperty
18378 of extra.
18379 (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
18380 (syms_of_w32font): Define :subranges symbol.
18381
18382 * font.c (font_put_extra): Expose externally.
18383
18384 * font.h (font_put_extra): Move declaration from font.c.
18385
18386 * font.c (Ffont_get): Use font driver to determine otf capability.
18387 (adjust_anchor): Check if driver defines anchor_point before using.
18388
18389 * w32font.c (w32font_open): Handle size, height and pixel_size better.
18390 (w32font_draw): Use options.
18391 (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
18392 Fix detection of truetype fonts.
18393 (registry_to_w32_charset): Handle charsets other than iso8859-1
18394 expressed as lisp symbols.
18395 (w32_registry): Express charset as lisp symbol.
18396 (fill_in_logfont): Reverse pixel and point height logic.
18397 Don't set width here. Set quality to default.
18398
18399 * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
18400 (x_to_w32_font): Fill in lfPitchAndFamily correctly.
18401
18402 * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
18403 Remove redundant loop and allocation.
18404
18405 * makefile.w32-in (font.o, w32font.o): New objects.
18406 (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
18407 (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
18408
18409 * xdisp.c (fill_composite_glyph_string): Make the first arg to
18410 STORE_XCHARB a valid l-value.
18411
18412 * w32term.c (w32_native_per_char_metric): Swap width and rbearing
18413 calculations for non-Truetype fonts.
18414 (x_draw_glyph_string): Sync with xterm.c.
18415 (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
18416 Remove redundant code.
18417 (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
18418
18419 * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
18420 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
18421
18422 * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
18423 (x_to_w32_charset, w32_to_x_charset): Expose externally.
18424
18425 * w32font.c: New file for w32 font backend.
18426
184272008-02-01 Kenichi Handa <handa@m17n.org>
18428
18429 * term.c: Don't include "buffer.h" twice.
18430
184312008-02-01 Kenichi Handa <handa@m17n.org>
18432
18433 * character.c (Funibyte_string): New function.
18434 (syms_of_character): Defsubr it.
18435
184362008-02-01 Jason Rumney <jasonr@gnu.org>
18437
18438 * w32term.c [USE_FONT_BACKEND]:
18439 (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
18440 (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
18441 (x_draw_glyph_string, x_draw_glyph_string_foreground)
18442 (x_draw_composite_glyph_string_foreground, x_new_fontset2)
18443 (x_free_frame_resources): Sync with xterm.c.
18444
184452008-02-01 Andreas Schwab <schwab@suse.de>
18446
18447 * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
18448 char-table size.
18449
184502008-02-01 Kenichi Handa <handa@m17n.org>
18451
18452 * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
18453
184542008-02-01 Kenichi Handa <handa@m17n.org>
18455
18456 * ftfont.c (ftfont_driver): Delete font_otf_gsub and
18457 font_otf_gpos, add font_drive_otf.
18458
18459 * fontset.c (fontset_find_font): Pay attention to font size
18460 specified for a font.
18461 (reorder_font_vector): Check contents of font_def.
18462
18463 * font.c (struct otf_list): Delete it.
18464 (otf_list): Make it a lisp variable.
18465 (otf_open): Use lispy otf_list.
18466 (generate_otf_features): Rename from parse_gsub_gpos_spec.
18467 (check_otf_features): New function.
18468 (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
18469 New functions.
18470 (font_drive_otf): New function merging font_otf_gsub and
18471 font_otf_gpos.
18472 (font_open_for_lface): New arg spec. Change argument order.
18473 (font_load_for_face): Adjust for the change of font_open_for_lface.
18474 (Ffont_drive_otf): New function merging Ffont_otf_gsub and
18475 Ffont_otf_gpos.
18476 (syms_of_font): Staticpro otf_list. Delete defsubr of
18477 Sfont_otf_gsub and Sfont_otf_gpos. Defsubr Sfont_drive_otf.
18478
18479 * xfaces.c (set_font_frame_param): Adjust for the change of
18480 font_open_for_lface.
18481
18482 * font.h (font_open_for_lface): Adjust prototype.
18483 (struct font_driver): Delete members otf_gsub and otf_gpos, add
18484 member otf_drive.
18485 (font_otf_gsub, font_otf_gpos): Delete externs.
18486 (font_drive_otf): Extern it.
18487
184882008-02-01 Kenichi Handa <handa@m17n.org>
18489
18490 * font.c (font_at): If the window W is not on a window system,
18491 return Qnil.
18492
18493 * coding.c (produce_chars, encode_coding): Don't call
18494 insert_from_gap if no characters to produce.
18495
184962008-02-01 Kenichi Handa <handa@m17n.org>
18497
18498 * fontset.c (free_realized_fontsets): Avoid unnecessary call of
18499 Fclear_face_cache.
18500
18501 * xfaces.c (face_for_font): Check also face->font==font->font.font.
18502
185032008-02-01 Miles Bader <miles@gnu.org>
18504
18505 * emacs.c (main): Change default value of `enable_font_backend' to 1.
18506 Parse "--disable-font-backend" option.
18507 (standard_args): Add "--disable-font-backend" option.
18508
185092008-02-01 Kenichi Handa <handa@m17n.org>
18510
18511 * fontset.c (fontset_find_font): New function.
18512 (fontset_font): Use fontset_find_font.
18513 (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
18514 Register the specified font for all Latin characters.
18515 (new_fontset_from_font): Register the specified font for all Latin
18516 characters.
18517 (dump_fontset): For a realized fontset, include the base fontset
18518 name in the returned vector.
18519
185202008-02-01 Kenichi Handa <handa@m17n.org>
18521
18522 * character.h (CHAR_STRING): Cast C to unsigned on calling
18523 char_string.
18524
18525 * character.c (char_string): Type of arg C changed to unsigned.
18526 Signal an error if C is an invalid character code.
18527
18528 * editfns.c (general_insert_function, Fchar_to_string):
18529 Use CHARACTERP, not INTEGERP.
18530
185312008-02-01 Kenichi Handa <handa@m17n.org>
18532
18533 * character.h (MIN_MULTIBYTE_LEADING_CODE)
18534 (MAX_MULTIBYTE_LEADING_CODE): New macros.
18535
18536 * regex.c (analyse_first): Fix for multibyte characters in "case
18537 charset:" and "case categoryspec:".
18538
185392008-02-01 Andreas Schwab <schwab@suse.de>
18540
18541 * Makefile.in (LIBES): Move standard libraries to the end.
18542
185432008-02-01 Kenichi Handa <handa@m17n.org>
18544
18545 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
18546 nonzero, don't shrink the buffer nextb.
18547
18548 * buffer.h (struct buffer_text): New member inhibit_shrinking.
18549
18550 * coding.c (coding_alloc_by_making_gap): New arg offset.
18551 (alloc_destination): Call coding_alloc_by_making_gap with the arg
18552 offset.
18553 (decode_coding_iso_2022): Update coding->safe_charsets.
18554 (decode_coding_gap): Temporarily set
18555 current_buffer->text->inhibit_shrinking to 1.
18556
185572008-02-01 Kenichi Handa <handa@m17n.org>
18558
18559 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
18560 indexing into elements of s->cmp and s->char2b.
18561
185622008-02-01 Juanma Barranquero <lekktu@gmail.com>
18563
18564 * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
18565
185662008-02-01 Kenichi Handa <handa@m17n.org>
18567
18568 * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
18569 target_multibyte instead of multibyte.
18570 (re_match_2_internal): Call bcmp_translate with target_multibyte.
18571 (bcmp_translate): Change the argument name from multibyte to
18572 target_multibyte.
18573
185742008-02-01 Kenichi Handa <handa@m17n.org>
18575
18576 These changes are to compile a regexp into a pattern that can be
18577 used both for multibyte and unibyte targets.
18578
18579 * Makefile.in (search.o): Depend on charset.h.
18580
18581 * character.c (multibyte_char_to_unibyte_safe): New function.
18582
18583 * search.c: Include "charset.h".
18584 (compile_pattern_1): Delete argument multibyte. Don't set
18585 cp->buf.target_multibyte here. Set cp->buf.charset_unibyte.
18586 (compile_pattern): Don't compare cp->buf.target_multibyte.
18587 Compare cp->buf.charset_unibyte.
18588 (compile_pattern): Set cp->buf.target_multibyte.
18589
18590 * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
18591
18592 * regex.h (struct re_pattern_buffer): New member charset_unibyte.
18593
18594 * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
18595 multibyte. Change callers.
18596 (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
18597 (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete. Change callers
18598 to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
18599 (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
18600 (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
18601 (regex_compile): Make the compiled pattern usable both for
18602 multibyte and unibyte targets.
18603 (analyse_first): Make the fastmap usable both for multibyte and
18604 unibyte targets.
18605 (TRANSLATE_VIA_MULTIBYTE): Delete.
18606 (re_match_2_internal): Pay attention to the case that the
18607 multibyteness of bufp and target may be different.
18608
186092008-02-01 Kenichi Handa <handa@m17n.org>
18610
18611 * xdisp.c (x_produce_glyphs): When a font is not found, make the
18612 empty box occupy at least one column width.
18613
186142008-02-01 Miles Bader <miles@gnu.org>
18615
18616 * Makefile.in: Remove redundant HAVE_XFT clause.
18617
186182008-02-01 Kenichi Handa <handa@m17n.org>
18619
18620 * xrdb.c (x_load_resources): Setup the default fontSet X resource.
18621
186222008-02-01 Kenichi Handa <handa@m17n.org>
18623
18624 * fontset.c (Finternal_char_font): Fix for the case of POSITION
18625 being nil.
18626
186272008-02-01 Kenichi Handa <handa@m17n.org>
18628
18629 * xftfont.c (xftfont_open): Call FcConfigSubstitute.
18630
186312008-02-01 Kenichi Handa <handa@m17n.org>
18632
18633 * xftfont.c (xftfont_open): Don't enable antialias explicitly.
18634
186352008-02-01 Kenichi Handa <handa@m17n.org>
18636
18637 * search.c (simple_search): Fix previous change.
18638
186392008-02-01 Kenichi Handa <handa@m17n.org>
18640
18641 * xftfont.c (ftfont_font_format): Extern declaration.
18642
18643 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
18644
18645 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
18646 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
18647
18648 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
18649 (ftfont_font_format): Fix previous change.
18650
18651 * font.h (Ffont_xlfd_name): EXFUN it.
18652
18653 * font.c (font_parse_xlfd): Fix the array size of `f'.
18654 (register_font_driver): Use EQ to compare driver->type.
18655
18656 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
18657 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
18658 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
18659
186602008-02-01 Kenichi Handa <handa@m17n.org>
18661
18662 * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
18663 (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
18664
186652008-02-01 Kenichi Handa <handa@m17n.org>
18666
18667 * xfont.c (xfont_open): Set font->format.
18668
18669 * xftfont.c (xftfont_open): Set font->format.
18670
18671 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
18672 (ftfont_list): Include FC_FONTFORMAT in FcObject.
18673 (ftfont_open): Set font->format.
18674 (ftfont_font_format): New function.
18675
18676 * font.h (struct font): New member format.
18677
18678 * font.c (Qopentype): New variable.
18679 (syms_of_font): Defsym it.
18680 (Fquery_font): Change the format of the last element of the return
18681 value.
18682
186832008-02-01 Kenichi Handa <handa@m17n.org>
18684
18685 * xfns.c (xic_create_xfontset): Try the default fontset name as a
18686 last resort.
18687
186882008-02-01 Kenichi Handa <handa@m17n.org>
18689
18690 * coding.c (detect_coding_charset): Fix detection of multi-byte
18691 charset.
18692
186932008-02-01 Bob Halley <halley@play-bow.org> (tiny change)
18694
18695 * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
18696
186972008-02-01 Kenichi Handa <handa@m17n.org>
18698
18699 * xdisp.c (get_next_display_element): Set it->face_id for the
18700 first component of a composition.
18701 (x_produce_glyphs): Check if the font is changed or not for composition.
18702
187032008-02-01 Kenichi Handa <handa@m17n.org>
18704
18705 * fontset.c (Qlatin): New variable.
18706 (syms_of_fontset): Define it as a lisp symbol.
18707 (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
18708
187092008-02-01 Kenichi Handa <handa@m17n.org>
18710
18711 * font.c (font_unparse_fcname): Pay attention to the case that
18712 some of font property is a null string.
18713
187142008-02-01 Kenichi Handa <handa@m17n.org>
18715
18716 * term.c: Include "composite.h".
18717 (encode_terminal_code): Output all components of composition.
18718 Check the size of encode_terminal_src.
18719 (produce_glyphs): For composition, call produce_composite_glyph.
18720 (append_composite_glyph, produce_composite_glyph): New functions.
18721
18722 * xdisp.c (x_produce_glyphs): In handling composition, if a font
18723 is not found, get font_info from the current ascii face.
18724
187252008-02-01 Kenichi Handa <handa@m17n.org>
18726
18727 * fileio.c (Finsert_file_contents): On replacing, temporarily bind
18728 buffer-file-name to Qnil before calling insert_from_buffer.
18729
18730 * font.c (font_unparse_fcname): Pay attention to the case that
18731 foundry is a null string.
18732
187332008-02-01 Kenichi Handa <handa@m17n.org>
18734
18735 * ftfont.c (ftfont_list): Allow registry "unicode-sip".
18736
18737 * font.c (Qunicode_sip): New variable.
18738 (syms_of_font): Declare it as a Lisp symbol.
18739
18740 * font.h (Qunicode_sip): Extern it.
18741
187422008-02-01 Kenichi Handa <handa@m17n.org>
18743
18744 * composite.c (get_composition_id): Pay attention to TAB component.
18745
18746 * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
18747 TAB. Adjust for the change of s->char2b which always points to
18748 the first element of allocated memory.
18749
18750 * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
18751
18752 * xdisp.c (handle_composition_prop): Set it->c to the first
18753 non-TAB component.
18754 (fill_composite_glyph_string): Change argument.
18755 (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
18756 (x_produce_glyphs): Fix handling of left/right padding.
18757
187582008-02-01 Kenichi Handa <handa@m17n.org>
18759
18760 * coding.c (detect_coding_system): Fix for handling off
18761 inhibit_iso_escape_detection. Fix for the case that no coding
18762 system is defined for a specific coding category.
18763
187642008-02-01 Kenichi Handa <handa@m17n.org>
18765
18766 * font.c (font_matching_entity): Delete unused local var.
18767
18768 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
18769 opening a font.
18770
18771 * fileio.c (Finsert_file_contents): On recovering a file, assume
18772 Unix-like eol.
18773 (choose_write_coding_system): On auto-saving a file, force
18774 Unix-like eol.
18775
18776 * coding.c (setup_coding_system): Fix setting of
18777 coding->common_flags based on eol_type.
18778 (coding_inherit_eol_type): If PARENT is not nil, be sure to
18779 inherit from it.
18780
187812008-02-01 Kenichi Handa <handa@m17n.org>
18782
18783 * alloc.c (NSTATICS): Increas to 0x600.
18784
187852008-02-01 Kenichi Handa <handa@m17n.org>
18786
18787 * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
18788 (ftfont_list): Don't check :name property.
18789 (ftfont_match): New function.
18790 (ftfont_pattern_entity): If the pattern doesn't contain
18791 FC_SPACING, don't assume FC_MONO.
18792
18793 * font.h (struct font_driver): New member `match'.
18794 (font_update_drivers): Adjust prototype.
18795
18796 * font.c (font_parse_fcname, font_parse_name): Don't change :name
18797 property of FONT.
18798 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
18799 them unconditionally.
18800 (font_matching_entity): New function.
18801 (font_open_by_name): Try font_matching_entity if exact match is
18802 not found.
18803 (font_update_drivers): Delete the arg FONT. Return a list of
18804 actually used backends. Don't free faces, font caches here.
18805 Don't store data in frame parameters. Don't call x_set_font.
18806 (Ffont_spec): Store :name property as is.
18807 (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
18808 (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
18809 (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
18810 (Ffont_otf_alternates): Check if the driver has otf_gsub function.
18811 Call font->driver->otf_gsub instead of font_otf_gsub.
18812
18813 * frame.c (x_set_font_backend): Do more works that were done in
18814 font_update_drivers before.
18815
18816 * xfont.c (xfont_match): New function.
18817 (xfont_driver): Set xfont_driver.match to xfont_match.
18818 (xfont_draw): Set font in GC if necessary.
18819
18820 * ftxfont.c (ftxfont_match): New function.
18821 (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
18822
18823 * xftfont.c (xftfont_match): New function.
18824 (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
18825
188262008-02-01 Kenichi Handa <handa@m17n.org>
18827
18828 * font.h (struct font): New member scalable.
18829 (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
18830 (font_otf_gsub): Adjust prototype.
18831
18832 * font.c (font_otf_capability): Fix handling of the default langsys.
18833 (parse_gsub_gpos_spec): Change type to void. New arg nbytes.
18834 Check the contents of SPEC.
18835 (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
18836 (check_gstring): New function.
18837 (REPLACEMENT_CHARACTER): New macro.
18838 (font_otf_gsub): New arg alternate_subst. Be sure to set all
18839 glyph codes of GSTRING.
18840 (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
18841 (font_prepare_composition): Set cmp->glyph_len.
18842 (font_open_entity): Set font->scalable.
18843 (Ffont_get): Handle :otf property.
18844 (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
18845 functions.
18846 (Fquery_font): Use font->font.full_name.
18847 (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
18848 Sfont_otf_alternates.
18849
18850 * ftfont.c (ftfont_open): Set font->font.full_name and
18851 font->font.name properly. Fix calculation of font->font.height
18852 and font->min_width.
18853
18854 * ftxfont.c (ftxfont_create_gcs): New function.
18855 (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
18856 (ftxfont_draw_backgrond): Fix filling region.
18857 (ftxfont_default_fid): New function.
18858 (ftxfont_open): Set xfont->fid to the return value of
18859 ftxfont_default_fid.
18860 (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
18861 (ftxfont_done_face): Free only GCs that are created by
18862 ftxfont_create_gcs.
18863 (ftxfont_draw): If face->gc != s->gc, create proper GCs.
18864
18865 * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
18866 Clip to src->width, etc (not src->clip_XXX).
18867
18868 * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
18869 FontBackend frame parameter.
18870
188712008-02-01 Kenichi Handa <handa@m17n.org>
18872
18873 * font.h (struct font_driver_list): New member `on'.
18874 (Fclear_font_cache): EXFUN it.
18875 (font_update_drivers): Extern it.
18876
18877 * font.c (font_unparse_fcname): Fix typo (swidth->width).
18878 (font_list_entities): Check driver_list->on.
18879 (register_font_driver): Initalize `on' member to 0.
18880 (font_update_drivers): New function.
18881 (Fclear_font_cache): Check driver_list->on.
18882
18883 * frame.h (Qfont_backend): Extern it.
18884 (x_set_font_backend): Extern it.
18885
18886 * frame.c (Qfont_backend): New variable.
18887 (frame_parms): New element for font-backend.
18888 (x_set_font_backend): New function.
18889
18890 * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
18891 FontBackend frame parameter.
18892 (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
18893 x_set_font_backend.
18894
18895 * xfont.c (xfont_list): Don't try listing by :name property if the
18896 name is not for XLFD.
18897
188982008-02-01 Kenichi Handa <handa@m17n.org>
18899
18900 * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
18901 (LGLYPH_SET_TO): New macros.
18902 (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
18903 element of G is vector or not.
18904 (font_at): Extern it.
18905
18906 * font.c: Include window.h.
18907 (font_lispy_object): New function.
18908 (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
18909 end of valid glyph.
18910 (font_close_object): Fix getting (struct font *).
18911 (font_at): New function.
18912 (Ffont_get): If FONT is a font-object, get entity from it.
18913 (Ffont_make_gstring): Initialize elements of glyphs with nil.
18914 (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX. Fix
18915 range check.
18916 (Ffont_at): New function.
18917 (syms_of_font): Defsubr Sfont_at.
18918
18919 * xdisp.c (it_props): Move the entry for Qauto_composed to just
18920 before the entry for Qcomposition.
18921 (handle_auto_composed_prop): Call auto-composition-function with 4 args.
18922 (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
18923 the font in gstring.
18924 (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
18925 LGLYPH_FORM (g) to detect the end of valid glyph.
18926 (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
18927 we are composing with gstring.
18928
18929 * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
18930 Check if adjustment is vector or not.
18931
18932 * Makefile.in (font.o): Make it depends on window.h.
18933
189342008-02-01 Kenichi Handa <handa@m17n.org>
18935
18936 * xterm.c (x_draw_composite_glyph_string_foreground): Check if
18937 adjustment is vector or not.
18938
189392008-02-01 Miles Bader <miles@gnu.org>
18940
18941 * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
18942
189432008-02-01 Kenichi Handa <handa@m17n.org>
18944
18945 * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
18946 (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
18947 (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
18948
18949 * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
18950 (DEVICE_DELTA): Fix typo.
18951 (font_otf_gpos, font_prepare_compositio): Adjust for the change of
18952 LGLYPH format.
18953
18954 * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
18955 the change of LGLYPH format.
18956
189572008-02-01 Kenichi Handa <handa@m17n.org>
18958
18959 * ftfont.c (ftfont_list): Fix typo.
18960 (ftfont_build_basic_charsets): Don't include letters with diacritics.
18961
189622008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18963
18964 * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
18965
18966 * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
18967 xftface_info is non-NULL.
18968
189692008-02-01 Jan Djärv <jan.h.d@swipnet.se>
18970
18971 * ftfont.c (ftfont_list): Move misplaced #endif.
18972
189732008-02-01 Kenichi Handa <handa@m17n.org>
18974
18975 * ftfont.c (ftfont_list): Pay attention to the case that
18976 FC_CAPABILITY is not defined.
18977
189782008-02-01 Kenichi Handa <handa@m17n.org>
18979
18980 * xftfont.c (xftfont_open): Set charset related members to -1.
18981
18982 * ftfont.c (ftfont_list): Handle QCotf property. Fix handling of
18983 QCname.
18984 (ftfont_open): Set charset related members to -1.
18985
18986 * fontset.c (Votf_script_alist): New variable.
18987 (syms_of_fontset): Initialize it.
18988 (fontset_font): Delete unused variable.
18989
18990 * fontset.h (Votf_script_alist): Extern it.
18991
18992 * font.c (font_find_for_lface): Optimize code.
18993
18994 * font.h (font_close_object, font_merge_old_spec): Extern them.
18995
189962008-02-01 Kenichi Handa <handa@m17n.org>
18997
18998 * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
18999 (syms_of_font): Initialize them.
19000 (font_pixel_size): Allow float value in dpi.
19001 (font_prop_validate_type): Delete.
19002 (font_prop_validate_symbol, font_prop_validate_style): Change argument.
19003 Change caller.
19004 (font_prop_validate_non_neg): Rename from font_prop_validate_size.
19005 (font_prop_validate_extra): Delete.
19006 (font_prop_validate_spacing): New function.
19007 (font_property_table): Add elements for all known properties.
19008 (get_font_prop_index): Rename from check_font_prop_name. New
19009 argument FROM. Change caller.
19010 (font_prop_validate): Validate all known properties.
19011 (font_put_extra): Delete argument force. Change caller.
19012 (font_expand_wildcards): Make it static. Fix the way of shrinking
19013 the possible range.
19014 (font_parse_xlfd): Delete argument merge. Fix handling of RESX,
19015 RESY, SPACING, and AVGWIDTH. Don't validate property values here.
19016 Change caller.
19017 (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
19018 (font_parse_fcname): Delete argument merge. Fix parsing of point
19019 size. Don't validate properties values here. Change caller.
19020 (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
19021 (font_open_by_name): Delete unused variable.
19022 (Ffont_spec): Likewise. Validate property values.
19023 (Ffont_match_p): New function.
19024
19025 * font.h (QCscalable): Extern it.
19026 (font_parse_xlfd, font_parse_fcname): Adjust prototype.
19027
19028 * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
19029
19030 * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
19031 (xfont_list_pattern): New function.
19032 (xfont_list): Use xfont_list_pattern.
19033
190342008-02-01 Kenichi Handa <handa@m17n.org>
19035
19036 * font.h (Flist_fonts): EXFUN it.
19037
190382008-02-01 Jason Rumney <jasonr@gnu.org>
19039
19040 * w32term.c (w32_initialize): Add back smoothing_type and
19041 smoothing_enabled definitions.
19042
190432008-02-01 Kenichi Handa <handa@m17n.org>
19044
19045 * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
19046 s->face->font on determining underline position.
19047
190482008-02-01 Kenichi Handa <handa@m17n.org>
19049
19050 * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
19051 (font_has_char): Accept font-object too.
19052 (font_find_for_lface): Try at first with a size specified in face.
19053
190542008-02-01 Kenichi Handa <handa@m17n.org>
19055
19056 * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
19057 font_open_by_name.
19058
190592008-02-01 Kenichi Handa <handa@m17n.org>
19060
19061 * font.h (QCspacing, QCdpi): Extern them.
19062 (enum font_spacing): New enum.
19063 (FONT_PIXEL_SIZE_QUANTUM): New macro.
19064
19065 * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
19066 (QCspacing, QCdpi): New variables.
19067 (syms_of_font): Initialize them.
19068 (font_pixel_size): New function.
19069 (font_put_extra): New function.
19070 (font_parse_xlfd): Fix handling of font size. Add QCdpi property
19071 in FONT_EXTRA.
19072 (font_parse_fcname): Handle enumerated values (e.g. bold).
19073 Fix handling font size. Add QCname property that contains only
19074 unknown properties.
19075 (font_score): Change argument. Change caller. Pay attention to
19076 FONT_PIXEL_SIZE_QUANTUM.
19077 (font_sort_entites, font_list_entities, font_find_for_lface)
19078 (font_open_for_lface, font_open_by_name): Fix handling of font size.
19079 (Ffont_spec): Add QCname property that contains only unknown properties.
19080
19081 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't
19082 include weight in listing pattern, instead check weight of each
19083 listed font. Don't include scalable in pattern. Pay attention to
19084 FONT_PIXEL_SIZE_QUANTUM.
19085
190862008-02-01 Kenichi Handa <handa@m17n.org>
19087
19088 * font.c (font_parse_fcname): Fix parsing of point-size.
19089 (font_unparse_fcname): Produce symbolic names for style properties.
19090 (font_list_entities): Handle float size correctly.
19091 (font_open_by_name): Prefer `normal' property values if the name
19092 doesn't specify them.
19093
19094 * fontset.c (Finternal_char_font): Use font_get_name, not
19095 Ffont_xlfd_name.
19096
19097 * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
19098 FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing
19099 pattern. Don't force scalable.
19100
19101 * xftfont.c (xftfont_open): For generating a name, start from
19102 96-byte buffer.
19103
191042008-02-01 Jan Djärv <jan.h.d@swipnet.se>
19105
19106 * frame.h (x_new_fontset2): Fix prototype.
19107
191082008-02-01 Kenichi Handa <handa@m17n.org>
19109
19110 * font.h (struct font_driver): Delete member parse_name.
19111 (font_match_p, font_get_spec, font_parse_fcname)
19112 (font_unparse_fcname): Extern them.
19113 (font_get_name): Adjust prototype.
19114
19115 * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
19116 (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
19117 (font_expand_wildcards): Fix handling ENCODING field. Avoid
19118 unnecessary checks for weight, slant, and swidth.
19119 (font_parse_fcname): New function.
19120 (font_unparse_fcname): New function.
19121 (font_parse_name): New function.
19122 (font_match_p): New function.
19123 (font_get_name): Change return value to Lisp string.
19124 (font_get_spec): New function.
19125 (Qunspecified, Qignore_defface): Don't extern them.
19126 (font_find_for_lface): Assume that LFACE is fully specified.
19127 (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
19128 object, use it for FACE.
19129 (font_open_by_name): Call Ffont_spec with QCname prop. Don't call
19130 driver->parse_name.
19131 (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
19132
19133 * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
19134 prototype.
19135
19136 * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
19137 argument F. Don't call Fnew_fontset. Instead, directly call
19138 make_fontset.
19139
19140 * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
19141
19142 * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
19143 of x_new_fontset2.
19144
19145 * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
19146 (Qsans__serif): New variables.
19147 (ftfont_generic_family_list): New variable.
19148 (syms_of_ftfont): Initialize the above variables.
19149 (ftfont_pattern_entity): Delete argument NAME.
19150 (ftfont_list_generic_family): New function.
19151 (ftfont_parse_name): Delete this function.
19152 (ftfont_list): Try generic family only when FcFontList found no font.
19153 (ftfont_list_family): Fix args to FcObjectSetBuild.
19154
19155 * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
19156 object in attrs[LFACE_FONT_INDEX].
19157 (set_lface_from_font_name): Cancel all changes for font-backend.
19158 (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
19159 function.
19160 (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
19161 font object in QCfont attribute.
19162 (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
19163 (realize_default_face) [USE_FONT_BACKEND]: Call
19164 set_lface_from_font_and_fontset.
19165
19166 * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
19167 "fixed", and signal error here if no suitable font was found.
19168
19169 * xfont.c (xfont_parse_name): Delete this function.
19170
19171 * xftfont.c (xftfont_open): Change coding style of error
19172 handling. Generate fontconfig's fontname pattern.
19173
19174 * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
19175 (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
19176
19177 * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
19178 Both args FONTSET and FONT_OBJECT must be existing ones.
19179
191802008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19181
19182 * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
19183
191842008-02-01 Kenichi Handa <handa@m17n.org>
19185
19186 * xfont.c (xfont_open, xfont_encode_char): Fix typo.
19187
19188 * font.h (struct font): Fix typo.
19189
19190 * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
19191 XLFD_XXX_INDEX.
19192 (enum xlfd_field_mask): New enum.
19193 (intern_font_field): Changed argument. Change caller. If digits
19194 are followed by non-digits, return a symbol.
19195 (font_expand_wildcards): New function.
19196 (font_parse_xlfd): Fix wildcard handling.
19197 (Ffont_spec): If :name is specified, reflect the info in the other
19198 properties.
19199
19200 * ftfont.c (ftfont_pattern_entity): Fix typo.
19201 (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
19202 locale.
19203
192042008-02-01 Kenichi Handa <handa@m17n.org>
19205
19206 * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
19207
19208 * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
19209 (font_unparse_xlfd): Fix argument type declaration. Append "*" if
19210 registry doesn't specify encoding part.
19211 (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
19212 (font_open_by_name): At first try parsing the name.
19213 (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
19214 as Lisp symbols.
19215
19216 * fontset.c (reorder_font_vector): Pay attention to the case that
19217 the 3rd element of font_def is nil.
19218 (fontset_font): For the default fontset, append one more fontset
19219 elements for a script-based font specification. Don't add script
19220 attribute on finding a font.
19221 (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
19222 font name.
19223 (fontset_ascii_font): If a font can't be opened, return nil.
19224
19225 * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
19226 (ftfont_pattern_entity): New function.
19227 (ftfont_get_cache): Assume that freetype_font_cache is already
19228 initialized.
19229 (ftfont_list): Handle the case that a file is specified in font
19230 name. Use ftfont_pattern_entity to generate entities.
19231 (ftfont_has_char): Check if the pattern contains FC_CHARSET.
19232 (syms_of_ftfont): Initialize freetype_font_cache.
19233
19234 * xftfont.c (xftfont_open): Make the font name fontconfig's
19235 style. Add BLOCK_INPUT and UNBLOCK_INPUT.
19236 (xftfont_close): Free font->font.name if not NULL.
19237
19238 * xfont.c (xfont_list): If script is specified for a font, return
19239 null_vector.
19240 (xfont_list_family): Declare argument type.
19241
19242 * xfaces.c (set_lface_from_font_name): If a font doesn't have a
19243 name, set LFACE_FONT (lface) to nil.
19244
19245 * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
19246 return Qnil.
19247
192482008-02-01 Kenichi Handa <handa@m17n.org>
19249
19250 * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
19251 (standard_args): Add "-enable-font-backend".
19252
192532008-02-01 Kenichi Handa <handa@m17n.org>
19254
19255 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
19256 (struct xftdraw_list, xftdraw_list): Delete them.
19257 (register_xftdraw, check_xftdraw): Delete them.
19258 (xftfont_prepare_face): Don't call register_xftdraw.
19259 (xftfont_done_face): Don't call check_xftdraw.
19260 (xftfont_draw): Get background color only when with_background is
19261 nonzero.
19262
19263 * xfont.c (xfont_encode_char): Fix calculation of char2b.
19264
192652008-02-01 Kenichi Handa <handa@m17n.org>
19266
19267 These changes are for the new font handling codes.
19268
19269 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
19270 @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
19271 (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
19272 (FONTSRC, FONTOBJ): New variables.
19273 (obj): Add $(FONTOBJ).
19274 (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
19275 (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
19276 @LIBOTF_LIBS@.
19277 (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
19278 (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
19279
19280 * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
19281
19282 * character.h (Vscript_representative_chars): Extern it.
19283
19284 * character.c (Vscript_representative_chars): New variable.
19285 (syms_of_character): Declare it as a Lisp variable.
19286
19287 * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
19288 enable_font_backend is nonzero, accept the composition method
19289 COMPOSITION_WITH_GLYPH_STRING.
19290
19291 * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
19292 enumeration COMPOSITION_WITH_GLYPH_STRING.
19293
19294 * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
19295 members clip_x, clip_y, clip_width, and clip_height.
19296 (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
19297
19298 * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
19299 --enable-font-backend. Call syms_of_font.
19300
19301 * fns.c (assoc_no_quit): New function.
19302
19303 * fontset.h (FONT_INFO_FROM_FACE): New macro.
19304 (face_for_font, new_fontset_from_font)
19305 (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
19306
19307 * fontset.c [USE_FONT_BACKEND]: Include "font.h".
19308 (fontset_font, fontset_ascii, face_for_char)
19309 (make_fontset_for_ascii_face, Ffont_info)
19310 (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
19311 is nonzero, use font-backend mechanism.
19312 (find_font_encoding): Make it non-static.
19313 (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
19314 New functions.
19315
19316 * frame.h (struct frame): New members resx and resy.
19317 (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
19318 (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
19319
19320 * frame.c [USE_FONT_BACKEND]: Include "font.h".
19321 (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
19322
19323 * lisp.h (assoc_no_quit): Extern it.
19324
19325 * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
19326 Through out the file, use FONT_INFO_FROM_FACE instead of
19327 FONT_INFO_FROM_ID, use get_per_char_metric instead of
19328 rif->per_char_metric.
19329 (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
19330 method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
19331 (get_glyph_face_and_encoding, fill_composite_glyph_string)
19332 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
19333 (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
19334 nonzero, use font-backend mechanism.
19335 (get_per_char_metric): New function.
19336
19337 * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
19338 (set_lface_from_font_name)
19339 (set_font_frame_param, free_realized_face)
19340 (prepare_face_for_display, clear_face_gcs)
19341 (Finternal_set_font_selection_order, realize_x_face)
19342 [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
19343 font-backend mechanism.
19344 (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
19345 (load_face_font) [USE_FONT_BACKEND]: Abort.
19346 (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
19347 (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
19348
19349 * xfns.c [USE_FONT_BACKEND]: Include "font.h".
19350 (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
19351 (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
19352 nonzero, register all available font drivers. Call
19353 x_default_font_parameter for deciding a font.
19354 (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
19355
19356 * xterm.c [USE_FONT_BACKEND]: Include "font.h".
19357 (x_set_mouse_face_gc, x_set_glyph_string_clipping)
19358 (x_set_glyph_string_clipping_exactly)
19359 (x_compute_glyph_string_overhangs)
19360 (x_draw_glyph_string_foreground)
19361 (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
19362 (x_free_frame_resources) [USE_FONT_BACKEND]: If
19363 enable_font_backend is nonzero, use font-backend mechanism.
19364 (x_new_fontset2) [USE_FONT_BACKEND]: New function.
19365
193662008-02-01 Kenichi Handa <handa@m17n.org>
19367
19368 * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
19369 system_eol_type.
19370 (syms_of_coding): Initialize system_eol_type.
19371
19372 * process.c (Fset_process_coding_system): Inherit system's eol
19373 format if necessary.
19374
193752008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19376
19377 * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
19378
193792008-02-01 Kenichi Handa <handa@m17n.org>
19380
19381 * coding.c (decode_eol): Pay attention to buffer relocation in
19382 del_range_2.
19383 (decode_coding): Call decode_eol before restoring undo_list.
19384
193852008-02-01 Kenichi Handa <handa@m17n.org>
19386
19387 * charset.c (Fdefine_charset_internal): Fix setting of
19388 emacs_mule_bytes.
19389
193902008-02-01 Kenichi Handa <handa@m17n.org>
19391
19392 * keyboard.c (read_char): Check if C is a character or not before
19393 looking up Vkeyboard_translate_table.
19394
193952008-02-01 Kenichi Handa <handa@m17n.org>
19396
19397 * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
19398 condition to terminate the loop.
19399
194002008-02-01 Kenichi Handa <handa@m17n.org>
19401
19402 * coding.c (produce_composition): Compare charbuf[i] instead of
19403 args[i] against 0.
19404 (Fterminal_coding_system): Use EQ to compare Lisp objects.
19405
194062008-02-01 Kenichi Handa <handa@m17n.org>
19407
19408 * coding.c (DECODE_COMPOSITION_START): If the source is short, set
19409 coding->result to CODING_RESULT_INSUFFICIENT_SRC.
19410 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
19411 detect_coding.
19412 (emacs_mule_char): Handle old style (Emacs 20) component character
19413 of a composition.
19414 (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
19415 (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
19416 composition rule.
19417 (decode_coding_emacs_mule): Handle invalid bytes correctly.
19418
194192008-02-01 Kenichi Handa <handa@m17n.org>
19420
19421 * coding.c (encode_coding_ccl): Allocate destination dynamically
19422 when necessary.
19423
194242008-02-01 Kenichi Handa <handa@m17n.org>
19425
19426 * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
19427 the loop. When quitted, show a proper error message.
19428
194292008-02-01 Kenichi Handa <handa@m17n.org>
19430
19431 * xterm.c (x_set_glyph_string_clipping_exactly): Set
19432 src->clip_head and src->clip_tail temporarily instead of src->hl.
19433
19434 * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
19435 character sequence.
19436 (Fccl_execute_on_string): Use ASET, not XSET.
19437
194382008-02-01 Kenichi Handa <handa@m17n.org>
19439
19440 * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
19441
194422008-02-01 Kenichi Handa <handa@m17n.org>
19443
19444 * coding.c (decode_coding): Fix the condition of terminating the
19445 decoding loop.
19446
194472008-02-01 Kenichi Handa <handa@m17n.org>
19448
19449 * data.c (Faset): On setting a character bigger than 255 in a
19450 unibyte string, signal an error instead of make the string multibyte.
19451
194522008-02-01 Kenichi Handa <handa@m17n.org>
19453
19454 * charset.c (map_charset_chars): Fix for ascii-compatible charset
19455 made by a mapping table.
19456
194572008-02-01 Kenichi Handa <handa@m17n.org>
19458
19459 * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
19460 not.
19461 (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
19462 (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
19463
19464 * xterm.c (x_draw_composite_glyph_string_foreground): Check
19465 s->face is NULL or not.
19466
194672008-02-01 Kenichi Handa <handa@m17n.org>
19468
19469 * xterm.c (x_set_glyph_string_clipping_exactly): New function.
19470 (x_draw_glyph_string): Fix drawing of right_overhang and
19471 left_overhang around/on cursor.
19472
19473 * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
19474
194752008-02-01 Kenichi Handa <handa@m17n.org>
19476
19477 * xdisp.c (x_produce_glyphs): Handle composition with TAB.
19478
194792008-02-01 Kenichi Handa <handa@m17n.org>
19480
19481 * coding.c (Fdefine_coding_system_internal)
19482 (Fdefine_coding_system_alias): Avoid a duplicated element in
19483 Vcoding_system_alist.
19484
194852008-02-01 Kenichi Handa <handa@m17n.org>
19486
19487 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
19488
19489 * coding.c (Qcoding_system_define_form): New variable.
19490 (syms_of_coding): Intern and staticpro it.
19491 (Fcoding_system_p): Check Qcoding_system_define_form.
19492 (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
19493
19494 * coding.h (CODING_SYSTEM_P): If ID is not available, call
19495 Fcoding_system_p.
19496 (CHECK_CODING_SYSTEM): If ID is not available, call
19497 Fcheck_coding_system.
19498 (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
19499 Try also Fcheck_coding_system.
19500
195012008-02-01 Kenichi Handa <handa@m17n.org>
19502
19503 * coding.c (code_conversion_restore): GCPRO arg.
19504
195052008-02-01 Kenichi Handa <handa@m17n.org>
19506
19507 * character.c (lisp_string_width): Check multibyteness of STRING.
19508
195092008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19510
19511 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
19512 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
19513 (decode_mac_font_name): Use decode_coding_c_string instead of
19514 decode_coding.
19515 (x_load_font): Initialize fontp->fontset to -1. Set
19516 fontp->encoding_type.
19517
195182008-02-01 Kenichi Handa <handa@m17n.org>
19519
19520 * search.c (search_buffer): Give up BM search on case-fold-search
19521 if one of a target character has a case-equivalence of different
19522 byte length even if that target charcter is an ASCII.
19523 (simple_search): Fix calculation of byte length of matched text.
19524 (boyer_moore): Fix handling of case-equivalent multibyte characters.
19525
195262008-02-01 Kenichi Handa <handa@m17n.org>
19527
19528 * coding.c (decode_coding): Fix handling of invalid bytes.
19529
195302008-02-01 Kenichi Handa <handa@m17n.org>
19531
19532 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
19533 Unicode characters.
19534
195352008-02-01 Kenichi Handa <handa@m17n.org>
19536
19537 * coding.c (encode_coding_object): If a pre-write-conversion
19538 function makes a new buffer, kill it.
19539
195402008-02-01 Kenichi Handa <handa@m17n.org>
19541
19542 * coding.c (QCascii_compatible_p): New variable.
19543 (syms_of_coding): Initialize it.
19544 (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
19545 calling string_char.
19546 (record_conversion_result): Add `default:' case.
19547 (coding_charset_list): Delete unused variable `coding_type'.
19548 (Fdefine_coding_system_internal): Add `ascii-compatible-p'
19549 property in the plist of the coding system.
19550 (Fcoding_system_put): Check QCascii_compatible_p.
19551
195522008-02-01 Miles Bader <miles@gnu.org>
19553
19554 * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
19555 removed calculation of frame `f', as it's now used.
19556
195572008-02-01 Kenichi Handa <handa@m17n.org>
19558
19559 * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
19560 (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
19561 (UNIDATA): New variable.
19562 (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
19563 (bootstrap-emacs${EXEEXT}): Depends on charprop.el. Run
19564 $(RUN_TEMACS) unconditionally.
19565
195662008-02-01 Kenichi Handa <handa@m17n.org>
19567
19568 * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
19569 (admindir): New variable.
19570 ($(lispsource)international/charprop.el): New target.
19571
195722008-02-01 Miles Bader <miles@gnu.org>
19573
19574 * character.c (chars-in-region): Remove obsolete function.
19575 (syms_of_character): Remove its initialization.
19576
195772008-02-01 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
19578
19579 * w32select.c (validate_coding_system)
19580 (setup_windows_coding_system): New functions.
19581 (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
19582 setup_windows_coding_system.
19583 (setup_config, Fw32_get_clipboard_data): Use
19584 validate_coding_system.
19585 (Fx_selection_exists): Move call to setup_config to a place
19586 where signals are allowed.
19587
19588 * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
19589 (Fcheck_coding_system): Add declarations.
19590
195912008-02-01 Kenichi Handa <handa@m17n.org>
19592
19593 * charset.c (load_charset_map_from_vector): Fix for the first iteration.
19594
195952008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19596
19597 * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
19598 string as the second argument for x_new_fontset.
19599
196002008-02-01 Kenichi Handa <handa@m17n.org>
19601
19602 * coding.c (decode_coding_object): Use safe_call1 instead of call1.
19603 (encode_coding_object): Use safe_call instead of call2.
19604
196052008-02-01 Kenichi Handa <handa@m17n.org>
19606
19607 * fontset.c (Fset_fontset_font): Check family element of a given vector.
19608
19609 * Makefile.in (lisp): Include charprop.el.
19610
196112008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19612
19613 * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
19614 Not sure if it's unnecessary.
19615
196162008-02-01 Steven Tamm <steventamm@mac.com>
19617
19618 * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
19619 some possibly unnecessary fontset checking code that crashed
19620 when creating a new frame.
19621
196222008-02-01 Kenichi Handa <handa@m17n.org>
19623
19624 * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
19625 lookup_face.
19626
19627 * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
19628
19629 * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
19630
196312008-02-01 Kenichi Handa <handa@m17n.org>
19632
19633 * coding.c: Cancel the change done in HEAD on 2008-02-01.
19634 (coding_charset_list): New function.
19635
19636 * coding.h (coding_charset_list): Extern it.
19637
196382008-02-01 Kenichi Handa <handa@m17n.org>
19639
19640 * fontset.c (Fset_fontset_font): Call find_font_encoding with
19641 concatenation of family and registry.
19642
196432008-02-01 Kenichi Handa <handa@m17n.org>
19644
19645 * character.h (BYTE8_STRING): Fix typo.
19646
19647 * editfns.c (Ftranslate_region_internal): Don't convert unibyte
19648 string to multibyte (sync to HEAD).
19649
19650 * casefiddle.c (casify_region): Handle changes in byte-length
19651 using replace_range_2 (sync to HEAD).
19652
196532008-02-01 Andreas Schwab <schwab@suse.de>
19654
19655 * chartab.c (map_char_table): GCPRO table and arg.
19656
196572008-02-01 Kenichi Handa <handa@m17n.org>
19658
19659 * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
19660 already at limit.
19661
196622008-02-01 Kenichi Handa <handa@m17n.org>
19663
19664 * fontset.c (fs_load_font): Use fast_string_match_ignore_case
19665 instead of fast_c_string_match_ignore_case.
19666 (find_font_encoding): Change argument to Lisp_Object. Use
19667 fast_string_match_ignore_case instead of
19668 fast_c_string_match_ignore_case. Change caller.
19669
196702008-02-01 Kenichi Handa <handa@m17n.org>
19671
19672 * xdisp.c (get_next_display_element): In unibyte case, decide to
19673 display in octal form by checking a character by
19674 UNIBYTE_CHAR_HAS_MULTIBYTE_P.
19675
19676 * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
19677
19678 * character.c (unibyte_has_multibyte_table): New variable.
19679
19680 * character.h (unibyte_has_multibyte_table): Extern it.
19681 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
19682
196832008-02-01 Kenichi Handa <handa@m17n.org>
19684
19685 * coding.c (encode_coding_iso_2022): Fix handling of charset
19686 annotation.
19687
196882008-02-01 Kenichi Handa <handa@m17n.org>
19689
19690 * coding.c (setup_coding_system): If coding_system is nil, use
19691 Qundecided.
19692 (Fterminal_coding_system): Return nil if terminal coding system is
19693 `undecided'.
19694 (syms_of_coding): Define coding-system `undecided' here. Setup
19695 terminal_coding as `undecided'.
19696
196972008-02-01 Kenichi Handa <handa@m17n.org>
19698
19699 * xdisp.c (message_dolog, set_message_1): Call
19700 unibyte_char_to_multibyte with arg type int.
19701
19702 * lread.c (read1): Fix reading of a char-table.
19703
19704 * print.c (print_object): Include sub char-table in circularities
19705 detection.
19706
197072008-02-01 Kenichi Handa <handa@m17n.org>
19708
19709 * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
19710 Append the found sequences in car of ARGS instead of prepending.
19711
197122008-02-01 Kenichi Handa <handa@m17n.org>
19713
19714 * fileio.c (report_file_error): Make a unibyte string from
19715 strerror (errorno).
19716 (Fsubstitute_in_file_name): Fix the arg to
19717 unibyte_char_to_multibyte. It is evaluated twice.
19718
197192008-02-01 Kenichi Handa <handa@m17n.org>
19720
19721 * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
19722
197232008-02-01 Kenichi Handa <handa@m17n.org>
19724
19725 * coding.c (detect_coding_utf_16): Don't set detect_info->found if
19726 BOM is not found.
19727 (detect_coding, detect_coding_system): Optimization for ISO-2022
19728 when no 8-bit data is found.
19729
197302008-02-01 Jason Rumney <jasonr@gnu.org>
19731
19732 * w32fns.c (x_to_w32_font): Update to use new coding struct.
19733
197342008-02-01 Kenichi Handa <handa@m17n.org>
19735
19736 * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
19737 CHARS.
19738
197392008-02-01 Steven Tamm <steventamm@mac.com>
19740
19741 * macterm.c (mac_encode_char): Add charset argument and update
19742 to use encoding_type.
19743 (x_new_font, x_new_fontset): Merge in changes from xterm.c;
19744 switch to pure fontset.
19745 (decode_mac_font_name): Temporarily remove decoding.
19746 (x_font_name_to_mac_font_name): Temporarily remove encoding.
19747 (x_load_font): Temporarily remove encoding.
19748
197492008-02-01 Kenichi Handa <handa@m17n.org>
19750
19751 * xfaces.c (Fface_font): If frame is not on a window system,
19752 ignore CHARACTER arg. If HAVE_WINDOW_SYSTEM is not defined, don't
19753 refer to face->font.
19754 (split_font_name_into_vector, build_font_name_from_vector)
19755 (lookup_non_ascii_face, realize_non_ascii_face): Define them only
19756 when HAVE_WINDOW_SYSTEM is defined.
19757
197582008-02-01 Kenichi Handa <handa@m17n.org>
19759
19760 * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
19761 (x_produce_glyphs): Fix setting of members of cmp in case
19762 cmp->glyph_len is zero.
19763
19764 * fontset.c (Fset_fontset_font): Fix docstring.
19765 (Ffontset_info): Make it backward compatible. New arg ALL.
19766
197672008-02-01 Kim F. Storm <storm@cua.dk>
19768
19769 * process.c (read_process_output): Grow decoding_buf when needed;
19770 this could cause a crash in allocate_string and compact_small_strings.
19771
197722008-02-01 Kenichi Handa <handa@m17n.org>
19773
19774 * fileio.c (WRITE_BUF_SIZE): Delete this macro.
19775
197762008-02-01 Kenichi Handa <handa@m17n.org>
19777
19778 * coding.c (setup_coding_system): Set coding->common_flags
19779 correctly for raw-text.
19780 (consume_chars): On encoding unibyte text by raw-text, don't check
19781 multibyte form.
19782 (encode_coding): On encoding by raw-text, never use translation tables.
19783
19784 * fileio.c (e_write): Short cut for the case of no encoding.
19785
197862008-02-01 Kenichi Handa <handa@m17n.org>
19787
19788 * coding.c (detect_coding, detect_coding_system): Delete unused
19789 variables.
19790
197912008-02-01 Kenichi Handa <handa@m17n.org>
19792
19793 * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
19794 (consume_chars): Fix handling of 8-bit bytes in unibyte source.
19795
197962008-02-01 Kenichi Handa <handa@m17n.org>
19797
19798 * coding.c (Ffind_coding_systems_region_internal): Include
19799 raw-text and no-conversion in the result.
19800
198012008-02-01 Kenichi Handa <handa@m17n.org>
19802
19803 * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
19804 (load_font_get_repertory): Delete unnecessary check of ENCODING of
19805 FONT_DEF.
19806 (font_def_arg, add_arg, from_arg, to_arg): New args.
19807 (set_fontset_font): Change argument.
19808 (Fset_fontset_font): Fix for the case that TARGET is a script
19809 name and charset name.
19810 (new_fontset_from_font_name): Fix argument to Fnew_fontset.
19811
198122008-02-01 Kenichi Handa <handa@m17n.org>
19813
19814 * fontset.c (fontset_font): Rename from fontset_face. Change return
19815 value.
19816 (face_suitable_for_char_p, face_for_char): Adjust for the change
19817 of fontset_font.
19818 (make_fontset_for_ascii_face): Fix setting of the fontset element
19819 for ASCII.
19820 (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
19821 to get a font name.
19822 (Ffontset_info): Adjust for the change of fontset_font.
19823
19824 * coding.c (emacs_mule_char): Check invalid code more rigidly.
19825
19826 * character.h (LEADING_CODE_LATIN_1_MIN)
19827 (LEADING_CODE_LATIN_1_MAX): Delete these macros.
19828
198292008-02-01 Kenichi Handa <handa@m17n.org>
19830
19831 * editfns.c (check_translation): New function.
19832 (Ftranslate_region_internal): Handle M:N mapping.
19833
198342008-02-01 Kenichi Handa <handa@m17n.org>
19835
19836 * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
19837
198382008-02-01 Kenichi Handa <handa@m17n.org>
19839
19840 * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
19841 goto invalid_code.
19842 (decode_coding_iso_2022): Fix handling of invalid designation.
19843
19844 * fileio.c (Finsert_file_contents): Be sure to call unbind_to
19845 after calling code_conversion_save.
19846
198472008-02-01 Kenichi Handa <handa@m17n.org>
19848
19849 * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
19850
19851 * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
19852
19853 * fontset.c: Include "intervals.h".
19854 (fontset_face): Fix comparing of Lisp_Objects.
19855 (free_face_fontset, new_fontset_from_font_name): Fix
19856 Lisp_Object/int mixup.
19857
19858 * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
19859
19860 * coding.c: Add many prototypes for static functions.
19861 (get_translation_table): Allow max_lookup to be NULL.
19862 (decode_coding, Ffind_coding_systems_region_internal)
19863 (Funencodable_char_position, Fcheck_coding_systems_region): Call
19864 get_translation_table with max_lookup NULL.
19865
198662008-02-01 Kenichi Handa <handa@m17n.org>
19867
19868 * coding.c (get_translation_table): Declare it as Lisp_Object.
19869 (LOOKUP_TRANSLATION_TABLE): New macro.
19870 (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
19871 instead of CHAR_TABLE_REF.
19872
198732008-02-01 Kenichi Handa <handa@m17n.org>
19874
19875 * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
19876 annotation data format.
19877 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
19878 Change arguments FROM and TO to single argument NCHARS. Change caller.
19879 (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
19880 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
19881 (decode_coding_ccl, decode_coding_charset): Pay attention to
19882 coding->charbuf_used.
19883 (get_translation): New function.
19884 (produce_chars): New arguments translation_table and last_block.
19885 Translate characters here. Return number of carryover chars.
19886 Change caller.
19887 (produce_composition): New argument pos. Change caller.
19888 Adjust for the change of annotation data format.
19889 (produce_charset, produce_annotation): Likewise.
19890 (decode_coding, encode_coding): Don't call translate_chars.
19891 (consume_chars): New arg translation_table. Change caller.
19892 (translate_chars): Delete.
19893 (syms_of_coding): Make translation-table's number of extra slots 2.
19894
198952008-02-01 Kenichi Handa <handa@m17n.org>
19896
19897 * search.c (simple_search): Fix setting this_pos_byte in backward
19898 search.
19899
19900 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
19901 byte sequence.
19902 (detect_coding_ccl): Fix setting of the variable valids.
19903
199042008-02-01 Kenichi Handa <handa@m17n.org>
19905
19906 * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
19907
19908 * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
19909
19910 * editfns.c (Ftranslate_region_internal): Rename from
19911 Ftranslate_region. Accept a char-table in TABLE.
19912 (syms_of_editfns): Defsubr Stranslate_region_internal.
19913
19914 * xfaces.c (set_lface_from_font_name): If a font is specified for
19915 a frame, generate a fontset from the font.
19916 (build_scalable_font_name): If the scalable font is requested for
19917 a specific size, don't change that size.
19918 (try_font_list): Try a scalable font also in the case that a
19919 pattern string is specified.
19920
199212008-02-01 Kenichi Handa <handa@m17n.org>
19922
19923 * xfaces.c (Fface_font): New optional arg CHARACTER.
19924
199252008-02-01 Kenichi Handa <handa@m17n.org>
19926
19927 * charset.h (CHARSET_OFFSET): New macro.
19928
199292008-02-01 Kenichi Handa <handa@m17n.org>
19930
19931 * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
19932
19933 * fontset.c (fontset_face): Handle the case that repertory is a
19934 char-table.
19935 (find_font_encoding): Return nil for unknown encoding.
19936 (Fset_fontset_font): Ignore a font of unknown encoding.
19937
199382008-02-01 Kenichi Handa <handa@m17n.org>
19939
19940 * keymap.c (describe_vector): Handle default value of a char table.
19941
19942 * fontset.c (fontset_face): Handle fallback fonts correctly.
19943 (Ffontset_info): Return infomation about fallback fonts.
19944
199452008-02-01 Kenichi Handa <handa@m17n.org>
19946
19947 * fontset.c (FONTSET_DEFAULT): New macro.
19948 (FONTSET_ADD, fontset_add): Handle the case that range is nil.
19949 (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
19950 the case that it is nil.
19951 (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
19952 (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
19953
19954 * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
19955 subset or superset.
19956
199572008-02-01 Kenichi Handa <handa@m17n.org>
19958
19959 * emacs.c (main): Call init_charset after syms_of_XXX.
19960
19961 * charset.c (Vcharset_map_directory): Delete.
19962 (Vcharset_map_path): New variable.
19963 (load_charset_map_from_file): Use Vcharset_map_path instead.
19964 (init_charset): Initialize Vcharset_map_path.
19965 (syms_of_charset): Delete declaration of "charset-map-directory",
19966 add declaration of "charset-map-path".
19967
199682008-02-01 Kenichi Handa <handa@m17n.org>
19969
19970 * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
19971 ASCII only string.
19972
19973 * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
19974
19975 * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
19976 (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
19977
199782008-02-01 Kenichi Handa <handa@m17n.org>
19979
19980 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
19981
19982 * coding.c (QCmnemonic, QCdefalut_char)
19983 (QCdecode_translation_table, QCencode_translation_table)
19984 (QCpost_read_conversion, QCpre_write_conversion): New variables.
19985 (get_translation_table): Return a list of translation tables if
19986 necessary.
19987 (decode_coding): Call get_translation_table with ENCODEP 0.
19988 (char_encodable_p): If translation_table is non-nil, always call
19989 translate_char.
19990 (Fdefine_coding_system_internal): Accept list of translation
19991 tables as :encode-translation-table and :decode-translation-table.
19992 (Fcoding_system_put): New function.
19993 (syms_of_coding): Declare new symbols. Defsubr
19994 Scoding_system_put.
19995 (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
19996 typically JISX0212.
19997
19998 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
19999 when the charset is superset type.
20000
20001 * character.c (translate_char): Accept list of translation tables.
20002
200032008-02-01 Kenichi Handa <handa@m17n.org>
20004
20005 * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
20006 (CODING_ATTR_TRANS_TBL): New macro.
20007
20008 * coding.c (get_translation_table): New function.
20009 (translate_chars): Fix the bug of skipping annotation data.
20010 (decode_coding, encode_coding): Utilize get_translation_table.
20011 (char_encodable_p, Funencodable_char_position): Translate char if
20012 necessary.
20013 (Ffind_coding_systems_region_internal)
20014 (Fcheck_coding_systems_region): Setup translation table for encode
20015 in a coding system attribute vector in advance.
20016 (Fdefine_coding_system_internal): Allow a symbol as translation
20017 table. For shift-jis type coding system, allow 4th charset.
20018
200192008-02-01 Kenichi Handa <handa@m17n.org>
20020
20021 * coding.c (decode_coding_sjis): Check the first byte rigidly.
20022
20023 * xdisp.c (get_next_display_element): Pass -1 as POS to
20024 FACE_FOR_CHAR if displaying a C-string.
20025
200262008-02-01 Kenichi Handa <handa@m17n.org>
20027
20028 * composite.c (get_composition_id): Handle xoff and yoff in a
20029 composition rule.
20030
20031 * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
20032 (struct composition): New member lbearing and rbearing.
20033
20034 * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
20035 (x_get_glyph_overhangs): Handle a composition glyph.
20036 (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
20037
20038 * xterm.c (x_compute_glyph_string_overhangs): Handle also a
20039 composition glyph.
20040
200412008-02-01 Kenichi Handa <handa@m17n.org>
20042
20043 * print.c: Include charset.h.
20044 (Vprint_charset_text_property): New variable.
20045 (Qdefault): Extern it.
20046 (PRINT_STRING_NON_CHARSET_FOUND)
20047 (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
20048 (print_check_string_result): New variable.
20049 (print_check_string_charset_prop): New function.
20050 (print_prune_charset_plist): New variable.
20051 (print_prune_string_charset): New function.
20052 (print_object): Call print_prune_string_charset if
20053 Vprint_charset_text_property is not t.
20054 (print_interval): Print nothing if interval->plist is nil.
20055 (syms_of_print): Declare Vprint_charset_text_property as a lisp
20056 variable. Init and staticpro print_prune_charset_plist.
20057
200582008-02-01 Kenichi Handa <handa@m17n.org>
20059
20060 * fontset.c (new_fontset_from_font_name): Use the specified font
20061 for all characters in the new fontset.
20062
20063 * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
20064 OBJECT args.
20065
20066 * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
20067 OBJECT args for composition too.
20068
20069 * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
20070 OBJECT args.
20071
200722008-02-01 Kenichi Handa <handa@m17n.org>
20073
20074 * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
20075
20076 * fontset.c (reorder_font_vector): Adjust for the change of
20077 FONT_DEF format.
20078 (fontset_face): New arg id. Change caller.
20079 (face_for_char): New args pos and object.
20080 (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
20081 (fs_query_fontset): Check NAME by Fassoc too.
20082 (Fset_fontset_font): Allow non-XLFD font name.
20083 (Ffontset_info): Adjust for the change of FONT_DEF format.
20084
20085 * fontset.h (face_for_char): Adjust prototype.
20086
20087 * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
20088 (append_space, extend_face_to_end_of_line)
20089 (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20090 (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
20091
20092 * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
20093 POS and OBJECT args.
20094
20095 * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
20096 POS and OBJECT args.
20097
200982008-02-01 Jason Rumney <jasonr@gnu.org>
20099
20100 * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
20101 of GlobalAlloc'ed memory.
20102
201032008-02-01 Kenichi Handa <handa@m17n.org>
20104
20105 * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
20106
20107 * charset.h (charset_table_used): Delete extern.
20108
20109 * charset.c (charset_table_used): Make it static.
20110 (map_charset_chars): Fix args to c_function with.
20111
20112 * chartab.c (map_sub_char_table_for_charset): Fix args to
20113 c_function with.
20114
20115 * coding.h (enum coding_result_code): Delete
20116 CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
20117
20118 * coding.c (Qinsufficient_source, Qinconsistent_eol)
20119 (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
20120 (Vlast_code_conversion_error): New variables.
20121 (syms_of_coding): DEFSYM or DEFVAR_LISP them.
20122 (ONE_MORE_BYTE): Record error if any instead of signaling an
20123 error. If non-ASCII multibyte char is found, return the negative
20124 value of the code. All callers changed to check it.
20125 (ONE_MORE_BYTE_NO_CHECK): Likewise.
20126 (record_conversion_result): New function. Change all codes setting
20127 coding->result to call this function.
20128 (detect_coding_utf_8, decode_coding_utf_8)
20129 (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
20130 Don't use the local variable incomplete.
20131 (emacs_mule_char): Change the second arg to `const'.
20132 (decode_coding): Fix of flushing out unprocessed data.
20133 (make_conversion_work_buffer): Fix making of a work buffer.
20134 (decode_coding_object): Return coding->dst_object.
20135
20136 * fontset.c (set_fontset_font): Fix args.
20137
20138 * lisp.h (CHARACTERBITS): Define as 22.
20139
20140 * process.c (send_process): Be sure to set coding->src_multibyte.
20141
20142 * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
20143
201442008-02-01 Kenichi Handa <handa@m17n.org>
20145
20146 * xdisp.c (handle_auto_composed_prop): Give limit to
20147 Fnext_single_char_property_change.
20148
201492008-02-01 Kenichi Handa <handa@m17n.org>
20150
20151 * composite.c (syms_of_composite): Don't make the composition hash
20152 table weak.
20153
20154 * fontset.c (Fset_fontset_font): Fix docstring.
20155
20156 * lisp.h (detect_coding_system): Adjust prototype.
20157
20158 * fileio.c (kill_workbuf_unwind): Delete this function.
20159 (Finsert_file_contents): Adjust the call of detect_coding_system.
20160 Get conversion_buffer by code_conversion_save. Use the macro
20161 CODING_MAY_REQUIRE_DECODING. After decoding, update
20162 coding_system.
20163
20164 * coding.h (make_conversion_work_buffer): Delete extern.
20165 (code_conversion_save): Extern it.
20166
20167 * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
20168 (CODING_GET_INFO): Delete argument eol_type. Change callers.
20169 (decode_coding_utf_8): Don't do eol converion.
20170 (detect_coding_utf_16): Check coding->src_chars, not
20171 coding->src_bytes. Add heuristics for those that have no signature.
20172 (decode_coding_emacs_mule, decode_coding_iso_2022)
20173 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
20174 Don't do eol converion.
20175 (adjust_coding_eol_type): Return a new coding system.
20176 (detect_coding): Don't detect eol. Fix for utf-16 detection.
20177 (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
20178 each change.
20179 (decode_coding): Pay attention to undo_list. Do eol conversion for
20180 all types of coding-systems (if necessary).
20181 (Vcode_conversion_work_buf_list): Delete it.
20182 (Vcode_conversion_reused_workbuf): Rename from
20183 Vcode_conversion_reused_work_buf.
20184 (Vcode_conversion_workbuf_name): New variable.
20185 (reused_workbuf_in_use): New variable.
20186 (make_conversion_work_buffer): Delete the arg DEPTH.
20187 (code_conversion_restore): Change argument to cons.
20188 (code_conversion_save): Delete the argument BUFFER. Change callers.
20189 (detect_coding_system): New argument src_chars. Change callers.
20190 Fix for utf-16 detection.
20191 (init_coding_once): Don't use ISO_carriage_return.
20192 (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
20193 reused_workbuf_in_use.
20194
201952008-02-01 Kenichi Handa <handa@m17n.org>
20196
20197 * keymap.c (store_in_keymap): Pay attention to the case that idx
20198 is a cons specifying a character range.
20199
202002008-02-01 Kenichi Handa <handa@m17n.org>
20201
20202 * xdisp.c (handle_auto_composed_prop): Fix the case of returning
20203 HANDLED_RECOMPUTE_PROPS.
20204
20205 * coding.c (Fdefine_coding_system_internal): Fix checking of
20206 ascii compatibility.
20207
202082008-02-01 Kenichi Handa <handa@m17n.org>
20209
20210 * charset.c (find_charsets_in_text): Delete unused locale variable.
20211 (Fset_charset_priority): Update Vemacs_mule_charset_list too.
20212
20213 * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
20214 Resync charset_list to Vemacs_mule_charset_list.
20215
20216 * keymap.c (store_in_keymap): Pay attention to the case that idx
20217 is a cons specifying a character range.
20218
202192008-02-01 Kenichi Handa <handa@m17n.org>
20220
20221 * composite.c (update_compositions): Bind inhibit-read-only, etc
20222 to t before calling remove-list-of-text-properties.
20223
20224 * print.c (print_object): Always print ASCII chars as is.
20225
202262008-02-01 Kenichi Handa <handa@m17n.org>
20227
20228 * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
20229
20230 * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
20231 is a char table.
20232
202332008-02-01 Kenichi Handa <handa@m17n.org>
20234
20235 * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
20236
202372008-02-01 Kenichi Handa <handa@m17n.org>
20238
20239 * xfaces.c (set_lface_from_font_name): Fix for the case that
20240 FONTNAME is not fontset name.
20241
202422008-02-01 Kenichi Handa <handa@m17n.org>
20243
20244 * fns.c (base64_encode_1): Fix previous change.
20245
202462008-02-01 Kenichi Handa <handa@m17n.org>
20247
20248 * fontset.c (set_fontset_font): New function.
20249 (Fset_fontset_font): If a font is specified for a charset, use
20250 map_charset_chars to store the font spec in a fontset.
20251
202522008-02-01 Kenichi Handa <handa@m17n.org>
20253
20254 * fontset.c (fontset_face): Create a fallback fontset on demand.
20255 (make_fontset): Don't create a fallback fontset here.
20256 (free_face_fontset): Free a fallback fontset (if any) too.
20257 (n_auto_fontsets): Delete this variable.
20258 (auto_fontset_alist): New variable.
20259 (new_fontset_from_font_name): Check auto_fontset_alist.
20260 (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
20261 (Ffontset_list_all) [FONTSET_DEBUG]: New function.
20262 (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
20263 Defsubr Sfontset_list_all.
20264
202652008-02-01 Kenichi Handa <handa@m17n.org>
20266
20267 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
20268
202692008-02-01 Kenichi Handa <handa@m17n.org>
20270
20271 * fontset.c (Fnew_fontset): Check NAME more rigidly.
20272
202732008-02-01 Kenichi Handa <handa@m17n.org>
20274
20275 * editfns.c (Fgoto_char): Fix docstring.
20276
202772008-02-01 Kenichi Handa <handa@m17n.org>
20278
20279 * insdel.c (insert_from_gap): Adjust intervals correctly.
20280
202812008-02-01 Jason Rumney <jasonr@gnu.org>
20282
20283 * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
20284 (pfnGetFontUnicodeRanges): New dynamically loaded function.
20285 (w32_initialize): Try to load it.
20286 (x_get_font_repertory): Use it if available.
20287 (w32_encode_char): Add shortcut for unicode output.
20288
20289 * w32fns.c (w32_load_system_font): Default charset to -1.
20290 (x_to_w32_charset): Match all fonts for unicode.
20291 (w32_to_x_charset): New parameter matching. Don't return partial
20292 or wildcard charsets.
20293 (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
20294 (w32_codepage_for_font): Return CP_UNICODE for unicode.
20295 (w32_to_x_font): Match charset to real charset.
20296 (enum_font_cb2): Always list unicode versions.
20297
20298 * makefile.w32-in (temacs): Increase EMHEAP.
20299
203002008-02-01 Jason Rumney <jasonr@gnu.org>
20301
20302 * w32term.c (w32_encode_char): New charset parameter.
20303 font_info.encoding becomes encoding_type.
20304 (x_get_font_repertory): New function. Warning: stub only!
20305 (x_new_font): Return quickly if font already set.
20306 (x_new_fontset): fontsetname parameter is Lisp_Object.
20307 Use new fs_query_fontset. Try new_fontset_from_font_name.
20308 Use fontset_name for return value.
20309
20310 * w32term.h: Declare x_get_font_repertory.
20311
20312 * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
20313 place of find_charset_in_text. Use encode_coding_object in place
20314 of encode_coding.
20315 (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
20316 decode_coding.
20317
20318 * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
20319 of x_new_fontset.
20320 (w32_load_system_font): Initialize charset as unicode.
20321 font_info.encoding becomes encoding_type.
20322 (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
20323 (x_to_w32_font): Use encode_coding_object in place of encode_coding.
20324 (syms_of_w32fns): Set get_font_repertory_func.
20325
20326 * w32console.c: Include character.h. Use terminal_encode_buffer
20327 from term.c.
20328 (write_glyphs): Use new version of encode_terminal_code. Use
20329 encode_coding_object in place of encode_coding.
20330
20331 * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
20332 encoding becomes encoding_type.
20333
20334 * term.c (terminal_encode_buffer): Make externally visible.
20335
20336 * makefile.w32-in: Add character.h dependancies.
20337 (character.o, chartab.o): New targets.
20338
203392008-02-01 Kenichi Handa <handa@m17n.org>
20340
20341 * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
20342 CODING_ID_EOL_TYPE.
20343
203442008-02-01 Andreas Schwab <schwab@suse.de>
20345
20346 * coding.c (produce_chars): Revert last change.
20347
203482008-02-01 Kenichi Handa <handa@m17n.org>
20349
20350 * charset.h (charset_unicode): Extern it.
20351
20352 * charset.c (string_xstring_p): Check by (C >= 0x100).
20353 (find_charsets_in_text): Change format of the arc CHARSETS. New
20354 arg MULTIBYTE.
20355 (Ffind_charset_region, Ffind_charset_string): Adjust for the
20356 change of find_charsets_in_text.
20357 (Fsplit_char): Fix doc. Never return unknown.
20358
20359 * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
20360
20361 * coding.c (Fdefine_coding_system_alias): Update
20362 Vcoding_system_list.
20363
20364 * fontset.c (load_font_get_repertory): Pay attention to the case
20365 that ENCODING of a font is specified by a char-table.
20366
20367 * xterm.c (x_get_font_repertory): Handle the case that the
20368 encoding of font is other than Unicode.
20369
203702008-02-01 Kenichi Handa <handa@m17n.org>
20371
20372 * term.c (encode_terminal_code): Don't handle glyph-table. Check
20373 if a character is encodable by the terminal coding system. If
20374 not, produces proper number of `?'s. Update
20375 terminal_encode_buffer and terminal_encode_buf_size if necessary.
20376 (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
20377
203782008-02-01 Kenichi Handa <handa@m17n.org>
20379
20380 * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
20381 variables.
20382 (encode_terminal_code): Change argument. Encode multiple
20383 characters at once. Store the result of encoding in
20384 terminal_encode_buffer.
20385 (write_glyphs, insert_glyphs): Adjust for the change of
20386 encode_terminal_code.
20387 (term_init): Initialize terminal_encode_buffer and
20388 terminal_encode_buf_size.
20389
20390 * coding.c (consume_chars): If coding->src_object is nil, don't
20391 check annotation.
20392
203932008-02-01 Kenichi Handa <handa@m17n.org>
20394
20395 * character.c (char_string): Use ASCII_CHAR_P instead of
20396 SINGLE_BYTE_CHAR_P.
20397
203982008-02-01 Kenichi Handa <handa@m17n.org>
20399
20400 * xdisp.c (handle_auto_composed_prop): Check if the last
20401 characters of auto-composed region is newly composed with the
20402 following characters.
20403 (handle_composition_prop): Fix checking of point being inside
20404 composition.
20405
204062008-02-01 Kenichi Handa <handa@m17n.org>
20407
20408 * fns.c (concat): Don't change multibyteness of the result by
20409 concatenating an 8-bit character.
20410
20411 * data.c (Faset): Check newelt by CHECK_CHARACTER. Don't change
20412 multibyteness of the result when newelt is an 8-bit character.
20413
204142008-02-01 Dave Love <fx@gnu.org>
20415
20416 * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
20417 EMACS_INT.
20418
20419 * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
20420
20421 * xfaces.c (face_numeric_value): Declare dim size_t.
20422 (Finternal_lisp_face_equal_p): Remove unused f.
20423
20424 * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
20425 (MATRIX_ROW): Remove unused vars.
20426 (draw_glyphs, x_insert_glyphs, fast_find_position)
20427 (fast_find_position, fast_find_string_pos): Use EMACS_INT for
20428 byte/char counts.
20429
20430 * regex.c (regex_compile): Remove unused var.
20431
20432 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
20433
20434 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
20435 (Faccessible_keymaps, where_is_internal): Remove unused vars.
20436
20437 * keyboard.c (cancel_hourglass_unwind): Return Qnil.
20438
20439 * frame.c (frame_name_fnn_p): Make len EMACS_INT.
20440
20441 * fileio.c (Fwrite_region): Remove unused var.
20442
20443 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
20444 (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
20445
20446 * composite.c (Fremove_list_of_text_properties): Declare.
20447
20448 * coding.c (inhibit_pre_post_conversion): Remove (unused).
20449 (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
20450 (coding_inherit_eol_type): Remove unused attrs.
20451 (detect_coding): Cast arg of detect_eol.
20452
20453 * charset.c (syms_of_charset): Remove unused var p.
20454 (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
20455 byte/char counts.
20456
20457 * casetab.c (set_case_table): Remove unused var.
20458
20459 * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
20460 unused vars.
20461
204622008-02-01 Dave Love <fx@gnu.org>
20463
20464 * xterm.c (x_bitmap_mask): Declare.
20465
204662008-02-01 Dave Love <fx@gnu.org>
20467
20468 * xterm.c (x_term_init): Fix type error.
20469
20470 * lisp.h: Add Funibyte_char_to_multibyte.
20471
20472 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
20473 (Fset_coding_system_priority): Doc fix.
20474
20475 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
20476
20477 * indent.c (check_composition): Make start and end EMACS_INT.
20478
20479 * character.c (lisp_string_width): Make ignore and end EMACS_INT.
20480
20481 * xdisp.c (handle_composition_prop, check_point_in_composition):
20482 Make buffer positions EMACS_INT.
20483
20484 * composite.c (find_composition, run_composition_function)
20485 (update_compositions, Ffind_composition_internal): Make buffer
20486 positions EMACS_INT.
20487
20488 * composite.h (find_composition, update_compositions): Make
20489 position args EMACS_INT.
20490
20491 * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
20492
20493 * intervals.c (get_property_and_range):
20494 * intervals.h (get_property_and_range): Make start and end EMACS_INT.
20495
20496 * unexalpha.c: Don't include varargs.h.
20497
204982008-02-01 Dave Love <fx@gnu.org>
20499
20500 * coding.h (ENCODE_UTF_8): New.
20501
20502 * Makefile.in (gtkutil.o): Depend on coding.h.
20503
20504 * coding.c (Fset_coding_system_priority): Doc fix.
20505
205062008-02-01 Kenichi Handa <handa@m17n.org>
20507
20508 * fileio.c (Finsert_file_contents): Call setup_coding_system in
20509 the case of auto saving.
20510
205112008-02-01 Andreas Schwab <schwab@suse.de>
20512
20513 * chartab.c (map_char_table, map_char_table_for_charset): Protect
20514 `range' from GC.
20515
205162008-02-01 Kenichi Handa <handa@m17n.org>
20517
20518 * coding.c (decode_coding_sjis): Check bytes more rigidly.
20519
205202008-02-01 Kenichi Handa <handa@m17n.org>
20521
20522 * fileio.c (choose_write_coding_system): Return a decided coding system.
20523 (Fwrite_region): Set Vlast_coding_system_used to the return value
20524 of choose_write_coding_system.
20525
205262008-02-01 Kenichi Handa <handa@m17n.org>
20527
20528 * charset.c (Fset_charset_priority): Pay attention to duplicated
20529 arguments.
20530
20531 * coding.c (QCcategory): New variable.
20532 (syms_of_coding): Defsym it. Set all elements of
20533 Vcoding_category_table and their symbol values.
20534 (Fset_coding_system_priority): Doc fix. Update symbol qvalues of
20535 coding-category-XXX, and coding-category-list.
20536 (Fdefine_coding_system_internal): Add category in the plist.
20537
205382008-02-01 Kenichi Handa <handa@m17n.org>
20539
20540 * callproc.c (Fcall_process): Handle carryover correctly.
20541
20542 * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
20543 (raw_text_coding_system): Check NILP (coding_system).
20544 (coding_inherit_eol_type): Check NILP (coding_system) and
20545 NILP (parent).
20546 (consume_chars): Fix for the case of raw-text.
20547
20548 * process.c (read_process_output): Handle carryover correctly.
20549
205502008-02-01 Dave Love <fx@gnu.org>
20551
20552 * regex.c (re_search_2): Fix last change.
20553
205542008-02-01 Kenichi Handa <handa@m17n.org>
20555
20556 * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
20557 target_multibyte. Even in a unibyte case, return a converted
20558 multibyte char.
20559 (GET_CHAR_AFTER): New macro.
20560 (PATFETCH): Translate via multibyte char.
20561 (HANDLE_UNIBYTE_RANGE): Delete this macro.
20562 (SETUP_MULTIBYTE_RANGE): New macro.
20563 (regex_compile): Setup compiled code so that its multibyteness
20564 matches that of a target. Fix the handling of "[X-YZ]" using
20565 SETUP_MULTIBYTE_RANGE.
20566 (analyse_first) <charset>: For filling fastmap for all multibyte
20567 characters, don't check by BASE_LEADING_CODE_P.
20568 (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp). It is
20569 the same as RE_MULTIBYTE_P (bufp) now.
20570 (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
20571 (TARGET_CHAR_AND_LENGTH): Delete this macro.
20572 (TRANSLATE_VIA_MULTIBYTE): New macro.
20573 (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
20574 It is the same as RE_MULTIBYTE_P (bufp) now.
20575 <exactn>: Translate via multibyte.
20576 <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH. Don't
20577 translate it.
20578 <charset, charset_not>: Fetch a character by
20579 RE_STRING_CHAR_AND_LENGTH. Translate via multibyte.
20580 <duplicate>: Call bcmp_translate with the last arg `multibyte'.
20581 <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
20582 notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
20583 by GET_CHAR_AFTER.
20584 (bcmp_translate): Likewise.
20585
20586 * search.c (compile_pattern): Check the member target_multibyte,
20587 not the member multibyte of buf.
20588
20589 * lread.c (read1): While reading a string, set force_singlebyte
20590 and force_multibyte correctly.
20591
20592 * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
20593 up of unibyte_to_multibyte_table.
20594
205952008-02-01 Kenichi Handa <handa@m17n.org>
20596
20597 * coding.c (setup_coding_system): If coding has
20598 post-read-conversion or pre-write-conversion, set
20599 CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
20600 respectively.
20601 (decode_coding_gap): Run post-read-conversion if any.
20602
20603 * fileio.c (Finsert_file_contents): Even if we read into a
20604 unibyte buffer, check if we must decode the result or not.
20605
206062008-02-01 Kenichi Handa <handa@m17n.org>
20607
20608 * coding.c (make_conversion_work_buffer): Change the work buffer
20609 name to the same one as that of Emacs 21.
20610
206112008-02-01 Kenichi Handa <handa@m17n.org>
20612
20613 * coding.h (make_conversion_work_buffer): Adjust prototype.
20614 (code_conversion_restore): Don't extern it.
20615
20616 * coding.c (detected_mask): Delete unused variable.
20617 (decode_coding_iso_2022): Pay attention to the byte sequence of
20618 CTEXT extended segment, and retain those bytes as is.
20619 (decode_coding_ccl): Delete unused variable `valids'.
20620 (setup_coding_system): Delete unused variable `category'.
20621 (consume_chars): Delete unused variable `category'. Make it work
20622 for non-multibyte case.
20623 (make_conversion_work_buffer): Change argument.
20624 (saved_coding): Delete unused variable.
20625 (code_conversion_restore): Don't check saved_coding->destination.
20626 (code_conversion_save): New function.
20627 (decode_coding_gap, encode_coding_gap): Call code_conversion_save
20628 instead of record_unwind_protect.
20629 (decode_coding_object, encode_coding_object): Likewise. Recover PT.
20630 (detect_coding_system): Delete unused variable `mask'.
20631 (Fdefine_coding_system_internal): Delete unused variable id.
20632
20633 * fileio.c (kill_workbuf_unwind): New function.
20634 (Finsert_file_contents): On replacing, call
20635 make_conversion_work_buffer with correct args, and call
20636 record_unwind_protect with the first arg kill_workbuf_unwind.
20637
20638 * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
20639
206402008-02-01 Kenichi Handa <handa@m17n.org>
20641
20642 * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
20643 (fontset_add): Fix for the case that TO is less than TO1.
20644 (Ffontset_info): Don't use fallback fontset on checking the
20645 default fontset.
20646 (dump_fontset): New function for debugging.
20647
20648 * coding.c (Fdefine_coding_system_internal): Fix for the case that
20649 coding_type is Qcharset.
20650
206512008-02-01 Kenichi Handa <handa@m17n.org>
20652
20653 * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
20654 (map_char_table): Don't inherit the value from the parent on
20655 initializing VAL. Adjust for the above change.
20656
206572008-02-01 Kenichi Handa <handa@m17n.org>
20658
20659 * coding.c (Qsignature, Qendian): Delete these variables.
20660 (syms_of_coding): Don't initialize them.
20661 (CATEGORY_MASK_UTF_16_AUTO): New macro.
20662 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
20663 detect_info->found.
20664 (decode_coding_utf_16): Don't detect BOM here.
20665 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
20666 is NOT utf_16_without_bom.
20667 (setup_coding_system): For a coding system of type utf-16, check
20668 if the attribute :endian is Qbig or not (not nil or not), and set
20669 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
20670 (detect_coding): If coding type is utf-16 and BOM detection is
20671 required, detect it.
20672 (Fdefine_coding_system_internal): For a coding system of type
20673 utf-16, check if the attribute :endian is Qbig or not (not nil or not).
20674
206752008-02-01 Kenichi Handa <handa@m17n.org>
20676
20677 * coding.c (coding_set_source): Fix for the case that the current
20678 buffer is different from coding->src_object.
20679 (decode_coding_object): Don't use the conversion work buffer if
20680 DST_OBJECT is a buffer.
20681
206822008-02-01 Dave Love <fx@gnu.org>
20683
20684 * lread.c (read_emacs_mule_char) [len==2]: Index
20685 emacs_mule_charset correctly.
20686
206872008-02-01 Dave Love <fx@gnu.org>
20688
20689 * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
20690 (detect_coding_big5, decode_coding_big5, encode_coding_big5)
20691 (Fdecode_big5_char, Fencode_big5_char): Delete. (Big5 no longer
20692 treated specially.)
20693 (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
20694 (detected_mask): Remove Big5 bits.
20695
206962008-02-01 Kenichi Handa <handa@m17n.org>
20697
20698 The following changes are to make the font rescaling facility
20699 compatible with Emacs 21.
20700
20701 * xfaces.c (Vface_font_rescale_alist): Rename from
20702 Vface_resizing_fonts.
20703 (struct font_name): Rename member resizing_ratio to rescale_ratio.
20704 (font_rescale_ratio): Rename from font_resizing_ratio.
20705 (split_font_name): Set font->rescale_ratio.
20706 (better_font_p): Pay attention to font->rescale_ratio.
20707 (build_scalable_font_name): Likewise. Change RESX, and RESY
20708 fields.
20709 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
20710
207112008-02-01 Kenichi Handa <handa@m17n.org>
20712
20713 * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
20714 (Qutf_16_le): Remove these variables.
20715 (syms_of_coding): Don't DEFSYM them.
20716 (decode_coding_utf_16): Fix handling of BOM.
20717 (encode_coding_utf_16): Fix handling of BOM.
20718
207192008-02-01 Kenichi Handa <handa@m17n.org>
20720
20721 * fileio.c (Finsert_file_contents): On replacing, before decoding
20722 the file into the work buffer, set point of the work buffer to the end.
20723
207242008-02-01 Dave Love <fx@gnu.org>
20725
20726 * coding.c (Fcheck_coding_systems_region): Fix type errors.
20727
207282008-02-01 Dave Love <fx@gnu.org>
20729
20730 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20731 and fix C types.
20732
207332008-02-01 Kenichi Handa <handa@m17n.org>
20734
20735 * xdisp.c (SKIP_GLYPHS): New macro.
20736 (set_cursor_from_row): Pay attention to string display properties.
20737
20738 * category.c (copy_category_entry): Fix for the case that RANGE
20739 is an integer.
20740
20741 * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
20742
20743 * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
20744
207452008-02-01 Kenichi Handa <handa@m17n.org>
20746
20747 * charset.c (Fcharset_id_internal): New function.
20748 (syms_of_charset): Defsubr it.
20749
20750 * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
20751 with the last arg charset_list acquired from coding.
20752 (Fdefine_coding_system_internal): For ccl-based coding system, fix
20753 the attribute coding_attr_ccl_valids.
20754
20755 * coding.h (enum define_coding_ccl_arg_index): Set the first
20756 member coding_arg_ccl_decoder to coding_arg_max.
20757
20758 * ccl.h (ccl_driver): Adjust prototype.
20759
20760 * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
20761 (ccl_driver): New arg CHARSET_LIST. Use the above macros instead
60612c8f 20762 of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
aac0c6e3
MR
20763 (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
20764 last arg Qnil.
20765
207662008-02-01 Kenichi Handa <handa@m17n.org>
20767
20768 * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
20769 call encode_char.
20770
20771 * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
20772
207732008-02-01 Dave Love <fx@gnu.org>
20774
20775 * composite.c (syms_of_composite): Make composition_hash_table weak.
20776
207772008-02-01 Kenichi Handa <handa@m17n.org>
20778
20779 * dispextern.h (check_face_attributes, generate_ascii_font_name)
20780 (font_name_registry): Don't extern them.
20781 (split_font_name_into_vector, build_font_name_from_vector): Extern them.
20782
20783 * fontset.h (Qfontset): Don't extern it.
20784 (new_fontset_from_font_name): Extern it.
20785
20786 * fontset.c: Give 8 extra slots to fontset objects.
20787 (Qfontset_info): New variable.
20788 (syms_of_fontset): Defsym it.
20789 (FONTSET_FALLBACK): New macro.
20790 (fontset_face): Try also the default fontset.
20791 (make_fontset): Realize a fallback fontset from the default fontset.
20792 (generate_ascii_font_name): Move from xfaces.c. Rewritten by
20793 using split_font_name_into_vector and build_font_name_from_vector.
20794 (Fset_fontset_font): Access the elements of font_spec by enum
20795 FONT_SPEC_INDEX. If font_spec is a string, extract the registry
20796 name by using split_font_name_into_vector.
20797 (Fnew_fontset): If no ASCII font is specified in FONTLIST,
20798 generate a proper font name from the fontset name. Update
20799 Vfontset_alias_alist.
20800 (n_auto_fontsets): New variable.
20801 (new_fontset_from_font_name): New function.
20802 (Ffont_info): Store the information about fonts generated from the
20803 default fontset in the first extra slot of the returned char-table.
20804
20805 * xfaces.c (generate_ascii_font_name): Move to fontset.c.
20806 (font_name_registry): Delete function.
20807 (split_font_name_into_vector): New function.
20808 (build_font_name_from_vector): New function.
20809 (font_list): The argument REGISTRY is now a list of registry names.
20810 (choose_face_font): If we are choosing an ASCII font, and ATTRS
20811 specifies an explicit font name, return the name as is. Make a
20812 list of registy names.
20813
20814 * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
20815 of x_new_fontset.
20816 (Fx_create_frame): Don't call x_new_fontset here. Just use
20817 x_list_fonts to check the existence of fonts.
20818
20819 * xterm.h (x_new_fontset): Adjust prototype.
20820
20821 * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
20822 string. Use new_fontset_from_font_name to create a fontset from a
20823 font name.
20824
208252008-02-01 Kenichi Handa <handa@m17n.org>
20826
20827 * syntax.c (Vfind_word_boundary_function_table): New name for
20828 Vnext_word_boundary_function_table.
20829 (find-word-boundary-function-table): New name for
20830 next-word-boundary-function-table.
20831
208322008-02-01 Dave Love <fx@gnu.org>
20833
20834 * Makefile.in: Fix some dependencies.
20835
20836 * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
20837 set it to nil before returning.
20838
20839 * composite.c (update_compositions): Fix type error.
20840
20841 * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
20842
208432008-02-01 Kenichi Handa <handa@m17n.org>
20844
20845 * xterm.c (x_new_font): Optimize for the case that the font is
20846 already set for the frame.
20847
208482008-02-01 Kenichi Handa <handa@m17n.org>
20849
20850 * chartab.c (char_table_ascii): Check if the char table contents
20851 is sub-char-table or not.
20852 (char_table_set, char_table_set_range): Fix argument to
20853 char_table_ascii.
20854
20855 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
20856 (detect_coding_utf_8, detect_coding_utf_16)
20857 (detect_coding_emacs_mule, detect_coding_iso_2022)
20858 (detect_coding_sjis, detect_coding_big5)
20859 (detect_coding_ccl, detect_coding_charset): Change argument MASK
20860 to DETECT_INFO. Update DETECT_INFO and return 1 if the byte
20861 sequence is valid in this coding system. Change callers.
20862 (MAX_ANNOTATION_LENGTH): New macro.
20863 (ADD_ANNOTATION_DATA): New macro.
20864 (ADD_COMPOSITION_DATA): Change argument. Change callers. Call
20865 ADD_ANNOTATION_DATA. Change the format of annotation data.
20866 (ADD_CHARSET_DATA): New macro.
20867 (emacs_mule_char): New argument ID. Change callers.
20868 (decode_coding_emacs_mule, decode_coding_iso_2022)
20869 (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
20870 Produce charset annotation data in coding->charbuf.
20871 (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
20872 to charset annotation data in coding->charbuf.
20873 (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
20874 coding->common_flags if the coding system is iso-2022 based and
20875 uses designation.
20876 (produce_composition): Adjust for the new annotation data format.
20877 (produce_charset): New function.
20878 (produce_annotation): Handle charset annotation.
20879 (handle_composition_annotation, handle_charset_annotation): New
20880 functions.
20881 (consume_chars): Handle charset annotation. Utilize the above two
20882 functions.
20883 (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
20884 buffer, get the deleted text as a string and set
20885 coding->src_object to that string.
20886 (detect_coding, detect_coding_system): Use the new struct
20887 coding_detection_info.
20888
20889 * coding.h (struct coding_detection_info): New structure.
20890 (struct coding_system): Adjust prototype of the member `detector'.
20891 (CODING_ANNOTATE_CHARSET_MASK): New macro.
20892
208932008-02-01 Kenichi Handa <handa@m17n.org>
20894
20895 * insdel.c (insert_from_gap): Fix argument to offset_intervals.
20896
208972008-02-01 Dave Love <fx@gnu.org>
20898
20899 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
20900 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
20901 to new local and nullify apropos_accumulate before returning.
20902 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
20903
209042008-02-01 Kenichi Handa <handa@m17n.org>
20905
20906 * charset.c (Fdefine_charset_internal): Setup charset.fast_map
20907 correctly.
e3eea1fc 20908
aac0c6e3
MR
209092008-02-01 Dave Love <fx@gnu.org>
20910
20911 * fns.c (Flanginfo): Call synchronize_system_time_locale.
20912
209132008-02-01 Kenichi Handa <handa@m17n.org>
20914
20915 The following changes are to make character composition happen
20916 automatically on displaying.
20917
20918 * Makefile.in (lisp, shortlisp): Add composite.elc.
20919
20920 * composite.h (Qauto_composed, Vauto_composition_function)
20921 (Qauto_composition_function): Extern them.
20922
20923 * composite.c (Vcomposition_function_table)
20924 (Qcomposition_function_table): Delete variables.
20925 (Qauto_composed, Vauto_composition_function)
20926 (Qauto_composition_function): New variables.
20927 (run_composition_function): Don't call
20928 compose-chars-after-function.
20929 (update_compositions): Clear `auto-composed' text property.
20930 (compose_chars_in_text): Delete this function.
20931 (syms_of_composite): Staticpro Qauto_composed and
20932 Qauto_composition_function. Declare Vauto_composition_function as
20933 a Lisp variable.
20934
20935 * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
20936
20937 * xdisp.c (it_props): Add an entry for Qauto_composed.
20938 (handle_auto_composed_prop): New function.
20939
20940 * xselect.c (selection_data_to_lisp_data): Don't call
20941 compose_chars_in_text.
20942
209432008-02-01 Dave Love <fx@gnu.org>
20944
20945 * keyboard.c (read_char): Modify checking around use of
20946 Vkeyboard_translate_table.
20947
20948 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
20949 and fix C types.
20950
209512008-02-01 Kenichi Handa <handa@m17n.org>
20952
20953 * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
20954 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20955 (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
20956 the case that the last byte is '\r' correctly.
20957 (decode_coding): Flush out the unprocessed data correctly.
20958 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
20959
209602008-02-01 Dave Love <fx@gnu.org>
20961
20962 * xterm.c (XTread_socket): Fix changes for defined keysyms.
20963 Add XK_ISO... case.
20964 (xaw_scroll_callback): Revert last change.
20965
209662008-02-01 Kenichi Handa <handa@m17n.org>
20967
20968 * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
20969
209702008-02-01 Kenichi Handa <handa@m17n.org>
20971
20972 * xfaces.c (Vface_resizing_fonts): New variable.
20973 (struct font_name): New member `resizing_ratio'.
20974 (font_resizing_ratio): New function.
20975 (split_font_name): Set font->resizing_ratio.
20976 (better_font_p): Pay attention to font->resizing_ratio.
20977 (build_scalable_font_name): Likewise. Don't change POINT_SIZE,
20978 RESX, and RESY fields.
20979 (try_alternative_families): Try scalable fonts if
20980 Vscalable_fonts_allowed is not Qt.
20981 (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
20982
209832008-02-01 Dave Love <fx@gnu.org>
20984
20985 * xterm.c (xaw_scroll_callback): Cast correctly.
20986
209872008-02-01 Dave Love <fx@gnu.org>
20988
20989 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
20990 (lispy_kana_keys): Comment out.
20991 (make_lispy_event) [XK_kana_A]: Comment out.
20992
20993 * xterm.c (xaw_scroll_callback): Cast call_data.
20994 (XTread_socket): Deal with ASCII keysyms.
20995 (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
20996
209972008-02-01 Dave Love <fx@gnu.org>
20998
20999 * xterm.c (Vx_keysym_table): New.
21000 (syms_of_xterm): Initialize it.
21001 (XTread_socket): Use it.
21002 From head: Eliminate incorrect optimization that tried to avoid
21003 decoding the output of X*LookupString.
21004 (x_get_font_repertory): Delete charset declaration.
21005
210062008-02-01 Kenichi Handa <handa@m17n.org>
21007
21008 * coding.c (detect_coding_charset): If only ASCII bytes are found,
21009 return 0.
21010 (Fdefine_coding_system_internal): Setup
21011 CODING_ATTR_ASCII_COMPAT (attrs) correctly.
21012
210132008-02-01 Dave Love <fx@gnu.org>
21014
21015 * coding.c (Fcheck_coding_system): Doc fix.
21016
21017 * editfns.c (Finsert_byte): Return a proper value.
21018
210192008-02-01 Kenichi Handa <handa@m17n.org>
21020
21021 * coding.c (decode_coding): Fix args to translate_chars. Pay
21022 attention to Vstandard_translation_table_for_decode.
21023 (encode_coding): Fix args to translate_chars. Pay attention to
21024 Vstandard_translation_table_for_encode.
21025
21026 * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
21027 SINGLE_BYTE_CHAR_P.
21028
21029 * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
21030 not by SINGLE_BYTE_CHAR_P.
21031
21032 * fns.c (concat): Check CH by ASCII_CHAR_P, not by
21033 SINGLE_BYTE_CHAR_P.
21034
21035 * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
21036 SINGLE_BYTE_CHAR_P.
21037
21038 * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
21039 by SINGLE_BYTE_CHAR_P.
21040
21041 * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
21042 SINGLE_BYTE_CHAR_P.
21043
210442008-02-01 Dave Love <fx@gnu.org>
21045
21046 * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
21047
210482008-02-01 Dave Love <fx@gnu.org>
21049
21050 * fns.c (Flanginfo): Fix typo.
21051
21052 * unexelf.c (unexec): Make last change conditional on Irix 6.5.
21053
210542008-02-01 Kenichi Handa <handa@m17n.org>
21055
21056 * coding.c (detect_coding_utf_8, detect_coding_utf_16)
21057 (detect_coding_emacs_mule, detect_coding_iso_2022)
21058 (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
21059 incomplete byte sequence. Don't update *mask when correctly detected.
21060 (decode_coding_sjis): Fix decoding of katakana-jisx0201.
21061 (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
21062 (detect_coding, detect_coding_system): Adjust for the changes above.
21063
210642008-02-01 Kenichi Handa <handa@m17n.org>
21065
21066 * character.c (char_string): Rename from
21067 char_string_with_unification. Pay attention to CHAR_MODIFIER_MASK.
21068 (string_char): Rename from string_char.
21069
21070 * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
21071 if C is greater than MAX_3_BYTE_CHAR.
21072 (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
21073 string_char instead of string_char_with_unification.
21074
210752008-02-01 Dave Love <fx@gnu.org>
21076
21077 * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
21078
210792008-02-01 Kenichi Handa <handa@m17n.org>
21080
21081 * keymap.c (push_key_description): Pay attention to force_multibyte.
21082
21083 * regex.c (re_search_2): Fix for the case of unibyte buffer.
21084
210852008-02-01 Dave Love <fx@gnu.org>
21086
21087 * charset.c (define_charset_internal): Rename `supprementary'.
21088
21089 * Makefile.in (lisp, shortlisp): Remove latin-N.
21090
210912008-02-01 Dave Love <fx@gnu.org>
21092
21093 * xfns.c (x_window, x_window): Use use_xim.
21094
21095 * xterm.c (use_xim): Initialize.
21096 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
21097 (x_term_init): Maybe set use_xim.
21098
21099 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
21100
211012008-02-01 Kenichi Handa <handa@m17n.org>
21102
21103 * search.c (search_buffer): Fix case-fold-search of multibyte
21104 characters.
21105 (boyer_moore): Rename the last argument to char_high_bits.
21106
211072008-02-01 Kenichi Handa <handa@m17n.org>
21108
21109 * xdisp.c (display_string): Fix for the case of zero width glyph.
21110
21111 * xfns.c (x_set_font): Change the error message of the case that
21112 x_new_fontset returns Qt.
21113
21114 * xfaces.c (set_lface_from_font_name): Reject the default fontset.
21115 (Finternal_set_lisp_face_attribute): Use signal_error for the
21116 error of invalid fontset.
21117
21118 * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
21119 fontset, return Qt.
21120
211212008-02-01 Dave Love <fx@gnu.org>
21122
21123 * unexelf.c (unexec): Make .got handling not SGI-specific.
21124
21125 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
21126
21127 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
21128
21129 * keyboard.c (read_key_sequence): Fix type error.
21130
21131 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
21132 type error.
21133
21134 * fontset.c (fontset_add): Return Lisp_Object.
21135
211362008-02-01 Dave Love <fx@gnu.org>
21137
21138 * charset.h (charset_ordered_list_tick): Declare extern.
21139
211402008-02-01 Kenichi Handa <handa@m17n.org>
21141
21142 The following changes (and some of 2008-02-01 changes of mine) are
21143 for handling syntax, category, and case conversion for unibyte
21144 characters by converting them to multibyte on the fly. With these
21145 changes, we don't have to setup syntax and case tables for unibyte
21146 characters in each language environment.
21147
21148 * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
21149 multibyte if necessary.
21150
21151 * bytecode.c (Fbyte_code): Likewise.
21152
21153 * character.h (LEADING_CODE_LATIN_1_MIN)
21154 (LEADING_CODE_LATIN_1_MAX): New macros.
21155 (unibyte_to_multibyte_table): Extern it.
21156 (unibyte_char_to_multibyte): New macro.
21157 (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
21158 (CHAR_LEADING_CODE): New macro.
21159 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
21160
21161 * character.c (unibyte_to_multibyte_table): New variable.
21162 (unibyte_char_to_multibyte): Move to character.h and define as macro.
21163 (multibyte_char_to_unibyte): If C is an eight-bit character,
21164 convert it to the corresponding byte value.
21165
21166 * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
21167 not 1, signals an error. Update the elements of
21168 unibyte_to_multibyte_table.
21169 (init_charset_once): Initialize unibyte_to_multibyte_table.
21170 (syms_of_charset): Define the charset `iso-8859-1'.
21171
21172 * cmds.c (internal_self_insert): In a multibyte buffer, insert C
21173 as is without converting it to unibyte. In a unibyte buffer,
21174 convert C to multibyte before checking the syntax.
21175
21176 * lisp.h (unibyte_char_to_multibyte): Delete extern.
21177
21178 * minibuf.c (Fminibuffer_complete_word): Use the macro
21179 FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
21180
21181 * regex.h (struct re_pattern_buffer): New member target_multibyte.
21182
21183 * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
21184 (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte. If
21185 that is zero, convert an eight-bit char to multibyte.
21186 (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
21187 non-emacs case.
21188 (PATFETCH): Convert an eight-bit char to multibyte.
21189 (HANDLE_UNIBYTE_RANGE): New macro.
21190 (regex_compile): Setup the compiled pattern for multibyte chars
21191 even if the given regex string is unibyte. Use PATFETCH_RAW
21192 instead of PATFETCH in many places. To handle `charset'
21193 specification of unibyte, call HANDLE_UNIBYTE_RANGE. Use bitmap
21194 only for ASCII chars.
21195 (analyse_first) <exactn>: Simplify because the compiled pattern
21196 is multibyte.
21197 <charset_not>: Setup fastmap from bitmap only for ASCII chars.
21198 <charset>: Use CHAR_LEADING_CODE to get leading codes.
21199 <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
21200 (re_compile_fastmap) [emacs]: Call analyse_first with the arg
21201 multibyte always 1.
21202 (re_search_2): In emacs, set the locale variable multibyte to 1,
21203 otherwise to 0. New local variable target_multibyte. Check it
21204 to decide the multibyteness of STR1 and STR2. If
21205 target_multibyte is zero, convert unibyte chars to multibyte
21206 before translating and checking fastmap.
21207 (TARGET_CHAR_AND_LENGTH): New macro.
21208 (re_match_2_internal): In emacs, set the locale variable multibyte
21209 to 1, otherwise to 0. New local variable target_multibyte. Check
21210 it to decide the multibyteness of STR1 and STR2. Use
21211 TARGET_CHAR_AND_LENGTH to fetch a character from D.
21212 <charset, charset_not>: If multibyte is nonzero, check fastmap
21213 only for ASCII chars. Call bcmp_translate with
21214 target_multibyte, not with multibyte.
21215 <begline>: Declare the local variable C as `unsigned'.
21216 (bcmp_translate): Change the last arg name to target_multibyte.
21217
21218 * search.c (compile_pattern_1): Don't adjust the multibyteness of
21219 the regexp pattern and the matching target. Set cp->buf.multibyte
21220 to the multibyteness of the regexp pattern. Set
21221 cp->but.target_multibyte to the multibyteness of the matching target.
21222 (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
21223 FETCH_STRING_CHAR_ADVANCE.
21224 (Freplace_match): Convert unibyte chars to multibyte.
21225
21226 * syntax.c (char_quoted, back_comment, scan_words)
21227 (Fforward_comment, scan_lists, Fbackward_prefix_chars)
21228 (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
21229 unibyte chars to multibyte.
21230 (skip_chars): Delete the arg syntaxp, and move the code for
21231 handling syntaxes to skip_syntaxes. Change callers.
21232 Fix the case that the multibyteness of STRING and the current
21233 buffer doesn't match.
21234 (skip_syntaxes): New function.
21235 (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
21236 SINGLE_BYTE_CHAR_P.
21237
212382008-02-01 Kenichi Handa <handa@m17n.org>
21239
21240 * xfaces.c (QCfontset): New variable.
21241 (LFACE_FONTSET): New macro.
21242 (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
21243 (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
21244 (Finternal_set_lisp_face_attribute)
21245 (Finternal_get_lisp_face_attribute): Handle QCfontset.
21246 (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
21247 check also LFACE_FONTSET_INDEX.
21248 (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
21249 attrs[LFACE_FONT_INDEX].
21250 (syms_of_xfaces): Intern and staticpro QCfontset.
21251
21252 * dispextern.h (enum lface_attribute_index): New member
21253 LFACE_FONTSET_INDEX.
21254
21255 * fns.c (base64_encode_1): Handle eight-bit chars correctly.
21256
212572008-02-01 Kenichi Handa <handa@m17n.org>
21258
21259 * coding.c (coding_set_destination): Fix coding->destination for
21260 the case converting a region.
21261 (encode_coding_utf_8): Encode eight-bit chars as single byte.
21262 (encode_coding_object): Fix coding->dst_pos and
21263 coding->dst_pos_byte for the case converting a region.
21264
21265 * insdel.c (insert_from_gap): Make it work even if PT != GTP.
21266
21267 * character.h (BYTE8_STRING): New macro.
21268
21269 * fns.c (base64_decode_1): Insert eight-bit chars correctly.
21270
212712008-02-01 Kenichi Handa <handa@m17n.org>
21272
21273 * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
21274 characters by octal form.
21275
21276 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
21277
21278 * buffer.h (_fetch_multibyte_char_len): Delete extern.
21279 (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
21280 _fetch_multibyte_char_len.
21281 (FETCH_CHAR_AS_MULTIBYTE): New macro.
21282
21283 * casetab.c (set_canon, set_identity, shuffle): Simplify.
21284
21285 * casefiddle.c (casify_object): Simplify. Handle the case that
21286 the case conversion change the byte length.
21287 (casify_region): Likewise.
21288
21289 * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
21290
21291 * character.c (_fetch_multibyte_char_len): Delete this variable.
21292 (syms_of_character): Setup Vprintable_chars.
21293
21294 * editfns.c (Fchar_equal): Fix for the unibyte case.
21295 (Finsert_byte): New function.
21296 (syms_of_editfns): Defsubr it.
21297
21298 * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
21299 of direct code 0x3ffff.
21300
21301 * search.c (Freplace_match): Fix for the unibyte case.
21302
213032008-02-01 Kenichi Handa <handa@m17n.org>
21304
21305 * lread.c (safe_to_load_p): Fix the logic.
21306
21307 * syntax.c (scan_words): Don't treat characters belonging to
21308 different scripts as constituting a word.
21309
21310 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
21311
21312 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
21313
21314 * emacs.c (main): In the case of --unibyte, instead of aborting on
21315 finding non-empty buffer, make it unibyte.
21316
213172008-02-01 Kenichi Handa <handa@m17n.org>
21318
21319 * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
21320 to create a fontset.
21321
213222008-02-01 Dave Love <fx@gnu.org>
21323
21324 * character.c (Funibyte_char_to_multibyte): Doc fix.
21325
21326 * xfns.c [HAVE_STDLIB_H]: Fix last change.
21327
213282008-02-01 Kenichi Handa <handa@m17n.org>
21329
21330 * fontset.c (fontset_add): Make the type `int'.
21331 (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
21332
21333 * character.c (unibyte_char_to_multibyte)
21334 (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
21335 charset_unibyte, not charset_primary.
21336
21337 * charset.h (charset_unibyte): Extern it instead of charset_primary.
21338
21339 * charset.c (charset_unibyte): Rename from charset_primary.
21340 (Funibyte_charset): Rename from Fprimary_charset.
21341 (Fset_unibyte_charset): Rename from Fset_primary_charset.
21342 (syms_of_charset): Adjust for the above changes.
21343
21344 * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
21345 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
21346 it->multibyte_p is zero.
21347
21348 * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
21349 Delete extern.
21350
213512008-02-01 Kenichi Handa <handa@m17n.org>
21352
21353 * coding.c (Fdefine_coding_system_internal): Fix category setting
21354 for a coding system of type iso-2022.
21355
213562008-02-01 Kenichi Handa <handa@m17n.org>
21357
21358 * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
21359
213602008-02-01 Kenichi Handa <handa@m17n.org>
21361
21362 * syntax.c (Vnext_word_boundary_function_table): New variable.
21363 (next-word-boundary-function-table): Declare it as a Lisp variable
21364 in syms_of_syntax.
21365 (scan_words): Call functions in Vnext_word_boundary_function_table
21366 if any.
21367
21368 * xterm.c (x_load_font): Initialize fontp->fontset to -1.
21369
21370 * fontset.c (fs_load_font): If fontp->charset is not negative,
21371 return fontp without setting its members.
21372
213732008-02-01 Dave Love <fx@gnu.org>
21374
21375 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
21376
21377 * m/sparc.h (HAVE_ALLOCA): Delete.
21378
21379 * s/irix6-5.h: Don't include strings.h.
21380 (bcopy, bzero, bcmp): Don't undef.
21381
21382 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
21383
21384 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
21385 (TIOCSIGSEND): Don't test IRIX6.
21386 (bcopy, bzero, bcmp): Define conditionally.
21387
213882008-02-01 Kenichi Handa <handa@m17n.org>
21389
21390 * buffer.c (Qas, Qmake, Qto): New variables.
21391 (Fset_buffer_multibyte): New optional arg METHOD. Change caller.
21392 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
21393
21394 * callproc.c (Fcall_process): Don't call insert_1_both directly if
21395 we are inserting a process output into a multibyte buffer.
21396
21397 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
21398 multibyte_char_to_unibyte.
21399
21400 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
21401 by the primary charset, make it eight-bit char.
21402 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
21403
21404 * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
21405 (charset_8_bit__control, charset_8_bit_graphic)
21406 (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
21407 (define_charset_internal): New function.
21408 (syms_of_charset): Call define_charset_internal for pre-defined
21409 charsets.
21410
21411 * charset.h (charset_8_bit): Extern it.
21412
21413 * coding.c (make_conversion_work_buffer): Adjust for the change
21414 of Fset_buffer_multibyte.
21415 (encode_coding_raw_text): Increment p0 in the loop.
21416
21417 * lisp.h (Fset_buffer_multibyte): Adjust prototype.
21418
21419 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
21420 for the change of Fset_buffer_multibyte.
21421
21422 * fns.c (Fstring_to_multibyte): New function.
21423 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
21424
214252008-02-01 Dave Love <fx@gnu.org>
21426
21427 * xfns.c (x_put_x_image): Declare args.
21428
21429 * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
21430 (try_font_list): Declare an arg.
21431
21432 * xdisp.c (message2_nolog, set_message): Declare an arg.
21433
21434 * terminfo.c (tparam): Declare an arg. Use P_ to declare tparm.
21435
21436 * syntax.c (scan_sexps_forward): Declare an arg.
21437
21438 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
21439 Declare an arg.
21440
21441 * lisp.h (Fnew_fontset): Declare.
21442
21443 * keymap.c (push_key_description): Call CHARACTERP correctly.
21444
21445 * fontset.c (fontset_add): Declare args. Call make_number correctly.
21446 (face_for_char): Delete unused vars.
21447 (Fset_fontset_font): Doc fix. Delete unused vars.
21448
21449 * doc.c (Fsubstitute_command_keys): Delete unused vars.
21450
21451 * composite.c (update_compositions): Declare arg.
21452
21453 * cm.c (calccost, cmgoto): Declare args.
21454
21455 * charset.c: Remove `emacs' conditional. Doc fixes.
21456 (map_char_table_for_charset): Declare.
21457
21458 * character.c (syms_of_character) <translation-table-vector>: Doc fix.
21459
21460 * ccl.c: Remove `emacs' conditional.
21461
214622008-02-01 Kenichi Handa <handa@m17n.org>
21463
21464 The following changes are to allow specifying multiple font
21465 patterns for a character range (specified by script or charset).
21466
21467 * Makefile.in (abbrev.o): Depend on syntax.h.
21468 (xfaces.o): Depend on charset.h.
21469
21470 * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
21471 SINGLE_BYTE_CHAR_P.
21472
21473 * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
21474
21475 * character.h (Vchar_script_table): Extern it.
21476
21477 * character.c (Vscript_alist): Delete.
21478 (Vchar_script_table, Qchar_script_table): New variable.
21479 (syms_of_character): Declare Vchar_script_table as a lisp variable
21480 and initialize it.
21481
21482 * chartab.c (Fmake_char_table): Doc fix. If PURPOSE doesn't
21483 have property char-table-extra-slots, make no extra slot.
21484
21485 * dispextern.h (struct face): Delete member `charset'.
21486 (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
21487 SINGLE_BYTE_CHAR_P.
21488 (choose_face_font, lookup_non_ascii_face, font_name_registry):
21489 Add prototypes.
21490 (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
21491 (generate_ascii_font_name): Rename from generate_ascii_font.
21492
21493 * fontset.h (get_font_repertory_func): New prototype.
21494 (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
21495 (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
21496
21497 * fontset.c (Qprepend, Qappend): New variables.
21498 (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
21499 (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
21500 (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
21501 (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
21502 (fontset_ref_and_range, fontset_add, reorder_font_vector)
21503 (load_font_get_repertory): New functions.
21504 (fontset_set): Delete.
21505 (fontset_face): New arg FACE. Return face ID, not face.
21506 Complete re-write to handle new fontset structure. Change caller.
21507 (free_face_fontset): Use ASET istead of AREF (X) = Y.
21508 (face_for_char): Don't call lookup_face.
21509 (make_fontset_for_ascii_face): New arg FACE.
21510 (fs_load_font): New arg CHARSET_ID. Don't check
21511 Vfont_encoding_alist here.
21512 (find_font_encoding): New function.
21513 (list_fontsets): Use STRINGP, not ! NILP.
21514 (accumulate_script_ranges): New function.
21515 (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
21516 re-written to handle new fontset structure.
21517 (Ffontset_font): Return a copy of element.
21518 (syms_of_fontset): Define symbols Qprepend and Qappend. Fix
21519 docstring of font-encoding-alist.
21520
21521 * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
21522 (Fset_fotset_font): Fix arguments to 5.
21523
21524 * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
21525
21526 * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
21527 Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
21528 (highlight_trailing_whitespace): Adjust for the change of
21529 lookup_named_face.
21530
21531 * xfaces.c: Include charset.h.
21532 (load_face_font): Delete argument C. Change caller.
21533 (generate_ascii_font_name): Rename from generate_ascii_font.
21534 (font_name_registry): New function.
21535 (cache_face): Store ascii faces before non-ascii faces in buckets.
21536 (lookup_face): Delete arguments C and BASE_FACE. Change caller.
21537 Lookup only ascii faces.
21538 (lookup_non_ascii_face): New function.
21539 (lookup_named_face): Delete argument C. Change caller.
21540 (lookup_derived_face): Delete argument C. Change caller.
21541 (try_font_list): New arg PATTERN. Change caller. If PATTERN is
21542 a string, just call font_list with it.
21543 (choose_face_font): Delete arguments FACE and C. New arg
21544 FONT_SPEC. Change caller.
21545 (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
21546 Change caller.
21547 (realize_non_ascii_face): New function.
21548 (realize_x_face): Call load_face_font here.
21549 (realize_tty_face): Delete argument C. Change caller.
21550 (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
21551 get a face ID.
21552 (dump_realized_face): Don't print charset of FACE.
21553
21554 * xfns.c (x_set_font): Always call x_new_fontset and
21555 store_frame_parameter.
21556 (Fx_create_frame): Call x_new_fontset, not x_new_font.
21557 (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
21558
21559 * xterm.h (x_get_font_repertory): Extern it.
21560
21561 * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
21562 SINGLE_BYTE_CHAR_P. Fix the logic of handling non-ASCII char when
21563 it->multibyte_p is zero.
21564 (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
21565 (x_new_fontset): If FONTSETNAME doesn't match any existing
21566 fontsets, create a new one.
21567 (x_get_font_repertory): New function.
21568
215692008-02-01 Kenichi Handa <handa@m17n.org>
21570
21571 * coding.c (Ffind_coding_systems_region_internal): Detect an
21572 ASCII only string correctly.
21573
21574 * lread.c (Fload): Don't load with Qload_force_doc_strings t if
21575 version is 0.
21576
215772008-02-01 Kenichi Handa <handa@m17n.org>
21578
21579 * lread.c: Include "coding.h".
21580 (Qget_emacs_mule_file_char, Qload_force_doc_strings)
21581 (load_each_byte, unread_char): New variables.
21582 (readchar_backlog): Delete.
21583 (readchar): Return a character unless load_each_byte is nonzero.
21584 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
21585 cons. If unread_char is not -1, simply return it.
21586 (unreadchar): Handle the case that readcharfun is
21587 Qget_emacs_mule_file_char or a cons. Set unread_char if necessary.
21588 (read_multibyte): Delete.
21589 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
21590 (read_emacs_mule_char): New functions.
21591 (Fload): Even if the file doesn't have the extension ".elc", if
21592 safe_to_load_p returns a positive version number, assume that the
21593 file contains bytecompiled code. If the version is less than 22,
21594 load the file while decoding multibyte sequences by emacs-mule.
21595 (readevalloop): Don't use readchar_backlog.
21596 (Fread): Likewise. Pay attention to the case that STREAM is a cons.
21597 (Fread_from_string): Pay attention to the case that STREAM is a cons.
21598 (read_escape): Delete the arg BYTEREP.
21599 (read1): Set load_each_byte to 1 temporarily while handling
21600 #@NUMBER. Don't call read_multibyte.
21601 (read_vector): Call Fread with a cons. If readcharfun is
21602 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
21603 (read_list): If doc_reference is 2, make the cdr part string as unibyte.
21604 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
21605 and Qload_force_doc_strings.
21606
216072008-02-01 Kenichi Handa <handa@m17n.org>
21608
21609 * xdisp.c (face_before_or_after_it_pos): Call
21610 FETCH_MULTIBYTE_CHAR with byte postion, not char position.
21611
216122008-02-01 Kenichi Handa <handa@m17n.org>
21613
21614 * character.h (TRAILING_CODE_P): New macro.
21615 (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
21616 (string_char_with_unification): Fix prototype.
21617 (Vscript_alist): Extern it.
21618
21619 * character.c (Vscript_alist): New variable.
21620 (string_char_with_unification, str_as_unibyte)
21621 (string_escape_byte8): Add `const' to local variables.
21622 (syms_of_character): Declare script-alist as a Lisp variable.
21623
21624 * charset.h (Vcharset_ordered_list): Extern it.
21625 (charset_ordered_list_tick): Extern it.
21626 (EMACS_MULE_LEADING_CODE_PRIVATE_11)
21627 (EMACS_MULE_LEADING_CODE_PRIVATE_12)
21628 (EMACS_MULE_LEADING_CODE_PRIVATE_21)
21629 (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
21630 (Funify_charset): Adjust for the change of Funify_charset.
21631
21632 * charset.c (charset_ordered_list_tick): New variable.
21633 (Fdefine_charset_internal): Increment charset_ordered_list_tick.
21634 (Funify_charset): New optional arg DEUNIFY. If it is non-nil,
6e051c0a 21635 deunify instead of unify a charset.
aac0c6e3
MR
21636 (string_xstring_p): Add `const' to local variables.
21637 (find_charsets_in_text): Add `const' to arguments and local variables.
21638 (encode_char): Adjust for the change of Funify_charset. Fix
21639 detecting of invalid code.
21640 (Fset_charset_priority): Increment charset_ordered_list_tick.
21641 (Fmap_charset_chars): Fix handling of default value for FROM_CODE
21642 and TO_CODE.
21643
21644 * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
21645 (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
21646 Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
21647 (decode_coding_ccl, consume_chars)
21648 (Ffind_coding_systems_region_internal)
21649 (Fcheck_coding_systems_region): Add `const' to local variables.
21650
21651 * print.c (print_object): Use octal form for printing the
21652 contents of a bool vector.
21653
216542008-02-01 Dave Love <fx@gnu.org>
21655
21656 * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
21657 <version == 20>: Refuse to load.
21658
216592008-02-01 Dave Love <fx@gnu.org>
21660
21661 * fns.c: Move coding.h.
21662 (Qcodeset, Qdays, Qmonths): New.
21663 (concat): Use CHARACTERP instead of INTEGERP.
21664 (Flocale_codeset): Delete.
21665 (Flanginfo): New function.
21666 (syms_of_fns): Change accordingly.
21667
21668 * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
21669
216702008-02-01 Dave Love <fx@gnu.org>
21671
21672 * casetab.c (init_casetab_once, init_casetab_once): Fix
21673 CHAR_TABLE_SET call.
21674
21675 * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
21676
21677 * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
21678
21679 * charset.c (Fmap_charset_chars): Check args. Convert Lisp types.
21680 (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
21681 (Fset_charset_priority, syms_of_charset): Convert Lisp types.
21682
21683 * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
21684
21685 * coding.c (ENCODE_DESIGNATION, decode_eol)
21686 (make_conversion_work_buffer, code_conversion_restore)
21687 (Fdefine_coding_system_internal): Convert Lisp types.
21688 (code_conversion_restore): Use EQ, not ==.
21689 (Fencode_coding_string): Fix code_convert_string call.
21690
21691 * coding.h (code_convert_region): Fix prototype.
21692
21693 * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
21694
21695 * fontset.c (fontset_ref, fontset_set, fs_load_font)
21696 (Ffontset_info): Convert Lisp types.
21697
21698 * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
21699
21700 * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
21701
21702 * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
21703
21704 * chartab.c: Include "...h", not <...h> in some cases.
21705
21706 * callproc.c (Fcall_process): Remove unused variables.
21707
217082008-02-01 Dave Love <fx@gnu.org>
21709
21710 * coding.c (Fset_coding_system_priority): Allow null arg list.
21711
217122008-02-01 Dave Love <fx@gnu.org>
21713
21714 * minibuf.c (Fminibuffer_complete_word): Remove unused var.
21715 (Fself_insert_and_exit): Use CHARACTERP.
21716
21717 * callproc.c (Fcall_process): Remove unused vars.
21718
21719 * xterm.c (XTread_socket): Add extra dead keysyms.
21720
21721 * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
21722
21723 * dispextern.h: Remove prototypes for redraw_frame,
21724 redraw_garbaged_frames.
21725
21726 * cmds.c (Fself_insert_command): Use CHARACTERP.
21727
21728 * chartab.c (make_sub_char_table): Remove unused var.
21729 (Fset_char_table_default, Fmap_char_table): Doc fix.
21730
21731 * keymap.c (access_keymap): Remove generic char code.
21732 (push_key_description): Use CHARACTERP.
21733
217342008-02-01 Dave Love <fx@gnu.org>
21735
21736 * charset.c: Doc fixes.
21737 (Funify_charset): Extra checking.
21738
217392008-02-01 Dave Love <fx@gnu.org>
21740
21741 * lread.c: Remove some unused variables.
21742 (safe_to_load_p): If safe, return the magic number version byte.
21743 (Fload): Maybe use load-with-code-conversion.
21744
217452008-02-01 Kenichi Handa <handa@m17n.org>
21746
21747 * category.c (Fmodify_category_entry): Don't modify the contents
21748 of category_set for characters out of the range. Avoid
21749 unnecessary modification.
21750
21751 * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
21752 Vchar_unify_table. The default value of the table is now nil.
21753
21754 * character.c (syms_of_character): Setup Vchar_width_table for
21755 eight-bit-control and raw-byte chars.
21756
21757 * charset.h (enum define_charset_arg_index): Delete
21758 charset_arg_parents and add charset_arg_subset and
21759 charset_arg_superset.
21760 (enum charset_attr_index): Delete charset_parents and add
21761 charset_subset and charset_superset.
21762 (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
21763 CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
21764 (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
21765 (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
21766 (CHARSET_SUPERSET): New macros.
21767 (charset_work): Extern it.
21768 (ENCODE_CHAR): Use charset_work.
21769 (CHAR_CHARSET_P): Adjust for the change of encoder format.
21770 (map_charset_chars): Extern it.
21771
21772 * charset.c (load_charset_map): Set the default value of encoder
21773 and deunifier char-tables to nil.
21774 (map_charset_chars): Change argument. Change callers. Use
21775 map_char_table_for_charset instead of map_char_table.
21776 (Fmap_charset_chars): New optional args from_code and to_code.
21777 (Fdefine_charset_internal): Adjust for the change of
21778 `define-charset' (:parents -> :subset or :superset).
21779 (charset_work): New variable.
21780 (encode_char, syms_of_charset): Adjust for the change of
21781 Fdefine_charset_internal.
21782 (Ffind_charset_string): Setup the vector `charsets' correctly.
21783
21784 * chartab.c (sub_char_table_ref_and_range): New arg default. Fix
21785 the previous change.
21786 (char_table_ref_and_range): Adjust for the above change.
21787 (map_sub_char_table_for_charset): New function.
21788 (map_char_table_for_charset): New function.
21789
21790 * keymap.c (describe_vector): Handle a char-table directly here.
21791 (describe_char_table): Delete.
21792
21793 * lisp.h (map_charset_chars): Delete.
21794
217952008-02-01 Dave Love <fx@gnu.org>
21796
21797 * fns.c (count_combining): Comment out (unused).
21798 (Flocale_codeset): New.
21799 (syms_of_fns): Defsubr it.
21800
21801 * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
21802 (size_t): Remove.
21803
218042008-02-01 Dave Love <fx@gnu.org>
21805
21806 * Makefile.in (chartab.o): Depend on charset.h.
21807
218082008-02-01 Kenichi Handa <handa@m17n.org>
21809
21810 * character.c (syms_of_character): Set the default value of
21811 Vprintable_chars to Qnil.
21812
218132008-02-01 Dave Love <fx@gnu.org>
21814
21815 * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
21816
218172008-02-01 Kenichi Handa <handa@m17n.org>
21818
21819 * charset.c (load_charset_map): Handle the case that from < to
21820 correctly.
21821
21822 * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
21823 (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
21824 Pay attention to raw-8-bit chars.
21825
218262008-02-01 Kenichi Handa <handa@m17n.org>
21827
21828 * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
21829 It is not bytecompiled now.
21830
21831 * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
21832 (charset_jisx0208): New variables.
21833 (Fdefine_charset_internal): Setup them if appropriate.
21834 (init_charset_once): Initialize them to -1.
21835
21836 * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
21837 (charset_jisx0208): Extern them.
21838
21839 * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
21840 (CODING_ISO_FLAG_USE_OLDJIS): New macro.
21841 (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
21842 (setup_iso_safe_charsets): Fix arguments to Fassq.
21843 (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
21844 (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
21845 CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
21846 (encode_coding_iso_2022): Change the 1st arg to
21847 ENCODE_ISO_CHARACTER to a variable.
21848
218492008-02-01 Kenichi Handa <handa@m17n.org>
21850
21851 * charset.h (enum define_charset_arg_index): New enums
21852 charset_arg_min_code and charset_arg_max_code.
21853 (struct charset): New member char_index_offset.
21854
21855 * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
21856 Take charset->char_index_offset into account.
21857 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
21858 args[charset_arg_max_code]. Setup charset.char_index_offset.
21859 (syms_of_charset): Fix args to Fdefine_charset_internal.
21860
218612008-02-01 Dave Love <fx@gnu.org>
21862
21863 * coding.c (decode_coding_utf_8): Reject overlong sequences.
21864
218652008-02-01 Dave Love <fx@gnu.org>
21866
21867 * coding.c: Doc fixes.
21868 (Fcoding_system_aliases): Fix return value.
21869 (Qmac): Remove (duplicated) definition.
21870
218712008-02-01 Dave Love <fx@gnu.org>
21872
362654a6
JB
21873 * charset.c (Fcharset_priority_list, Fset_charset_priority):
21874 New functions.
aac0c6e3
MR
21875
21876 * character.c (Fstring): Doc fix.
21877
21878 * charset.c (Fdefine_charset_alias): Update Vcharset_list.
21879
362654a6 21880 * fontset.c (Ffontset_info): Doc fix. Return charset names, not ids.
aac0c6e3
MR
21881 (font-encoding-alist): Doc fix.
21882
218832008-02-01 Dave Love <fx@gnu.org>
21884
21885 * term.c (costs_set): Declare static, non-initialized for pcc.
21886 (encode_terminal_code): Remove unused var.
21887
21888 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
21889 for K&R.
21890
21891 * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
21892
21893 * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
21894 (suffixes): Move out of make_subsidiaries for K&R.
21895
21896 * charset.c (map_charset_chars): Fix c_function declaration for K&R.
21897
21898 * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
21899
219002008-02-01 Dave Love <fx@gnu.org>
21901
21902 * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP.
21903
21904 * category.c (Fmodify_category_entry): Doc fix. Remove unused vars.
21905
219062008-02-01 Yong Lu <lyongu@asia-infonet.com>
21907
21908 * charset.c (Fdefine_charset_internal): Fix argument to bzero.
21909
21910 * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
21911
219122008-02-01 Kenichi Handa <handa@m17n.org>
21913
21914 * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
21915 vietnamese.elc to vietnamese.el. They are not bytecompiled now.
21916
219172008-02-01 Kenichi Handa <handa@m17n.org>
21918
21919 * coding.c (decode_coding_charset): Adjust for the change of
21920 Fdefine_coding_system_internal.
21921 (Fdefine_coding_system_internal): For a coding system of
21922 `charset' type, store a list of charset IDs in
21923 `charset_attr_charset_valids' element of coding attributes.
21924
219252008-02-01 Kenichi Handa <handa@m17n.org>
21926
21927 * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
21928 (emacs_mule_char): New arg src. Delete arg `composition'. Change
21929 caller. Handle 2-byte and 3-byte charsets correctly.
21930 (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
21931 DECODE_EMACS_MULE_COMPOSITION_RULE. Change caller.
21932 (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
21933 (DECODE_EMACS_MULE_21_COMPOSITION): Call
21934 DECODE_EMACS_MULE_COMPOSITION_RULE_21. Produce correct annotation
21935 sequence.
21936 (decode_coding_emacs_mule): Handle composition correctly. Rewind
21937 `src' and `consumed_chars' correctly before calling emacs_mule_char.
21938 (DECODE_COMPOSITION_START): Correctly handle the case of altchar
21939 and alt&rule composition.
21940 (decode_coding_iso_2022): Handle composition correctly.
21941 (init_coding_once): Setup emacs_mule_bytes for private charsets.
21942
21943 * charset.c (Fdefine_charset_internal): Fix bug for the case of
21944 re-defining a charset. If the charset has :emacs-mule-id, setup
21945 emacs_mule_bytes.
21946 (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
21947
219482008-02-01 Kenichi Handa <handa@m17n.org>
21949
21950 * coding.c (encode_coding_iso_2022, encode_coding_sjis)
21951 (encode_coding_big5, encode_coding_charset): If coding requires safe
21952 encoding, produce a character specified by
21953 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
21954
219552008-02-01 Dave Love <fx@gnu.org>
21956
21957 * xterm.c (XSetIMValues): Declare.
21958
21959 * process.c: Conditionally include sys/wait.h, pty.h.
21960
21961 * print.c (print_object): Fix print format for 64-bit systems.
21962
21963 * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
21964
21965 * buffer.c (emacs_strerror): Declare.
21966
21967 * fontset.c (Fclear_face_cache): Declare.
21968 (accumulate_font_info): Comment-out (unused).
21969 (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
21970 variables.
21971
21972 * character.h (string_escape_byte8): Declare.
21973
21974 * charset.c (load_charset_map, load_charset_map_from_file): Remove
21975 unused vars.
21976 (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
21977 (Fmap_charset_chars): Doc fix.
21978
21979 * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
21980 (Fset_coding_system_priority, Fset_coding_system_priority)
21981 (Fdefine_coding_system_internal): Doc fix.
21982
219832008-02-01 Dave Love <fx@gnu.org>
21984
21985 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
21986
219872008-02-01 Kenichi Handa <handa@m17n.org>
21988
21989 * character.c (string_escape_byte8): Make multibyte string with
21990 correct size.
21991
21992 * charset.c (Fmake_char): Delete unnecessary code.
21993
219942008-02-01 Kenichi Handa <handa@m17n.org>
21995
21996 * xfns.c (x_encode_text): Allocate coding.destination here, and
21997 call encode_coding_object with dst_object Qnil.
21998
21999 * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
22000 multibyte form correctly.
22001
22002 * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
22003 against Vfont_encoding_alist.
22004
22005 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
22006 handling of charset list.
22007 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
22008 (decode_coding_object): Move point to coding->dst_pos before
22009 calling post-read-conversion function.
22010 (encode_coding_object): Give correct arguments to
22011 pre-write-conversion. Ignore the return value of
22012 pre-write-conversion function. Pay attention to the case that
22013 pre-write-conversion changes the current buffer. If dst_object is
22014 Qt, even if coding->src_bytes is zero, allocate at least one byte
22015 to coding->destination.
22016
22017 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
22018
22019 * charset.c (Fmake_char): Make it more backward compatible.
22020 (Fmap_charset_chars): Fix docstring.
22021
220222008-02-01 Dave Love <fx@gnu.org>
22023
22024 * coding.c: Doc fixes.
22025 (Fdefine_coding_system_alias): Use names, not symbols, in
22026 coding-system-alist.
22027
220282008-02-01 Kenichi Handa <handa@m17n.org>
22029
22030 * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
22031 of calling free_realized_face.
22032
220332008-02-01 Yong Lu <lyongu@asia-infonet.com>
22034
22035 * charset.c (read_hex): Don't treat SPC as a comment starter.
22036 (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
22037 (Fdecode_char): Fix typo.
22038
220392008-02-01 Kenichi Handa <handa@m17n.org>
22040
22041 * charset.h (struct charset): New member `code_space_mask'.
22042
22043 * coding.c (coding_set_source): Delete the local variable beg_byte.
22044 (encode_coding_charset, Fdefine_coding_system_internal):
22045 Delete the local variable charset.
22046 (Fdefine_coding_system_internal): Setup
22047 attrs[coding_attr_charset_valids] correctly.
22048
22049 * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
22050 member to check if CODE is valid or not.
22051 (Fdefine_charset_internal): Initialize `code_space_mask' member.
22052 (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
22053 is within the range of charset->min_code and carset->max_code.
22054
220552008-02-01 Dave Love <fx@gnu.org>
22056
22057 * syntax.h (syntax_temp) [!__GNUC__]: Declare.
22058
22059 * dispextern.h (generate_ascii_font): Fix return type.
22060
22061 * xfaces.c (generate_ascii_font): Fix arg declaration.
22062
22063 * coding.c (coding_inherit_eol_type)
22064 (Fset_terminal_coding_system_internal)
22065 (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
22066
220672008-02-01 Kenichi Handa <handa@m17n.org>
22068
22069 * coding.c (decode_coding_charset, encode_coding_charset): Handle
22070 multiple charsets correctly.
22071
220722008-02-01 Kenichi Handa <handa@m17n.org>
22073
22074 * search.c (boyer_moore): Fix handling of multibyte character
22075 translation.
22076
22077 * xdisp.c (display_mode_element): When the variable `elt' is
22078 changed, update `this' and `lisp_string'.
22079
220802008-02-01 Kenichi Handa <handa@m17n.org>
22081
22082 * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
22083
22084 * callproc.c (Fcall_process): Be sure to give the current buffer
22085 to decode_coding_c_string. Update PT and PT_BYTE after the insertion.
22086
22087 * charset.c (struct charset_map_entries): New struct.
22088 (load_charset_map): Rename from parse_charset_map. New args
22089 entries and n_entries. Change caller.
22090 (load_charset_map_from_file): Rename from load_charset_map.
22091 Change caller. New arg control_flag. Call load_charset_map at
22092 the tail.
22093 (load_charset_map_from_vector): New function.
22094 (Fdefine_charset_internal): Setup charset.compact_codes_p.
22095 (encode_char): If the charset is compact, change a character index
22096 to a code point.
22097
22098 * coding.c (coding_alloc_by_making_gap): Check the case that the
22099 source and destination are the same correctly.
22100 (decode_coding_raw_text): Set coding->consumed_char and
22101 coding->consumed to 0.
22102 (produce_chars): If coding->chars_at_source is nonzero, update
22103 coding->consumed_char and coding->consumed before calling
22104 alloc_destination.
22105 (Fdefine_coding_system_alias): Register ALIAS in
22106 Vcoding_system_alist.
22107 (syms_of_coding): Define `no-conversion' coding system at the tail.
22108
22109 * fileio.c (Finsert_file_contents): Set coding_system instead of
22110 val. If the current buffer is multibyte, always call
22111 decode_coding_gap.
22112
22113 * xfaces.c (try_font_list): Give higher priority to fontset's
22114 family than face's family.
22115
221162008-02-01 Kenichi Handa <handa@m17n.org>
22117
22118 * callproc.c (Fcall_process): Be sure to give the current buffer
22119 to decode_coding_c_string.
22120
22121 * xfaces.c (try_font_list): Give a family specified in a fontset
22122 higher priority than a family specified in a face.
22123
221242008-02-01 Kenichi Handa <handa@m17n.org>
22125
22126 * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
22127 Fix arguments to insert_from_buffer.
22128
22129 * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
22130
221312008-02-01 Kenichi Handa <handa@m17n.org>
22132
22133 * coding.c (produce_chars): Set the variable `multibytep' correctly.
22134 (decode_coding_gap): Set coding->dst_multibyte correctly.
22135
221362008-02-01 Kenichi Handa <handa@m17n.org>
22137
22138 * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
22139 (decode_coding_utf_16): Fix converting high and low bytes to code-point.
22140 (encode_coding_utf_16): Substitute coding->default_char for
22141 non-Unicode characters.
22142 (decode_coding): Don't call record_insert here.
22143 (setup_coding_system): Initialize `surrogate' of
22144 coding->spec.utf_16 to 0.
22145 (EMIT_ONE_BYTE): Fix for multibyte case.
22146
22147 * insdel.c (insert_from_gap): Call record_insert.
22148
221492008-02-01 Kenichi Handa <handa@m17n.org>
22150
22151 * casefiddle.c (casify_region): Fix multibyte case.
22152
22153 * character.c (c_string_width): Add return type `int'.
22154 (char_string_with_unification): Delete arg ADVANCED.
22155
22156 * character.h (CHAR_VALID_P): Don't call CHARACTERP.
22157 (CHAR_STRING): Adjust for the change of char_string_with_unification.
22158 (CHAR_STRING_ADVANCE): Make it do-while statement.
22159
22160 * chartab.c (sub_char_table_set_range): Optimize for the case
22161 DEPTH == 3. Add workaround code for a GCC optimization bug.
22162
22163 * charset.c (parse_charset_map): Remove an unused variable.
22164
22165 * coding.c: Delete unused variables.
22166
22167 * fileio.c (Finsert_file_contents): Set coding_system to Qnil
22168 earlier. If inserted is zero and the coding system doesn't
22169 require flushing, don't call decode_coding_gap.
22170
22171 * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
22172
221732008-02-01 Kenichi Handa <handa@m17n.org>
22174
22175 The following changes are for using Unicode as an internal
22176 character model, and use UTF-8 format for buffer/string
22177 representation.
22178
22179 * .gdbinit (xchartable): Adjust for the change of char table structure.
22180 (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
22181
22182 * Makefile.in (obj): Add character.o and chartab.o.
22183 (lisp, shortlisp): Remove utf-8.elc.
22184 (*.o): For many files, change dependency on charset.h to
22185 character.h, and add dependency on character.h.
22186 (character.o, chartab.o): New targets.
22187
22188 * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
22189 * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
22190 * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
22191 of "charset.h".
22192
22193 * dired.c, filelock.c: Include "character.h".
22194
22195 * alloc.c: Include "character.h" instead of "charset.h".
22196 (Fmake_char_table, make_sub_char_table): Move to chartab.c.
22197 (syms_of_alloc): Remove defsubr for Smake_char_table.
22198
22199 * buffer.c: Include "character.h" instead of "charset.h", don't
22200 include "coding.h".
22201 (Fset_buffer_multibyte): Adjust for UTF-8.
22202
22203 * buffer.h: EXFUN Fbuffer_live_p.
22204
22205 * callproc.c: Include "character.h" instead of "charset.h".
22206 (Fcall_process): Big change for the new code-conversion APIs.
22207
22208 * casetab.c: Include "character.h" instead of "charset.h".
22209 (set_canon, set_identity, shuffle): Adjust for the new
22210 map_char_table spec.
22211 (init_casetab_once): Call CHAR_TABLE_SET instead of directly
22212 accessing the char table structure.
22213
22214 * chartab.c: New file that implements char table.
22215
22216 * category.c: Include "character.h".
22217 (copy_category_entry): New function.
22218 (copy_category_table): Call map_char_table and copy_category_entry.
22219 (Fmake_category_table): Initialize all top-level slots.
22220 (char_category_set): New function.
22221 (modify_lower_category_set): Delete.
22222 (Fmodify_category_entry): Call char_table_ref_and_range.
22223
22224 * category.h (CATEGORY_SET): Just call char_category_set.
22225
22226 * ccl.c: Include "character.h".
22227 (Qccl, Qcclp): New variables.
22228 (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
22229 it's less than 256.
22230 (CCL_WRITE_MULTIBYTE_CHAR): Delete.
22231 (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
22232 and DST type.
22233 (ccl_driver): Change types of argument, adjust code accordingly.
22234 (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
22235 ccl_driver.
22236 (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
22237
22238 * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
22239 New members src_multibyte, dst_multibyte, consumed, and produced.
22240 (struct ccl_spec): Delete members decoder and encoder. New member ccl.
22241 (CODING_SPEC_CCL_PROGRAM): New macro.
22242 (ccl_driver): Update prototype.
22243 (Qccl, Qcclp, Fccl_program_p): Extern them.
22244 (CHECK_CCL_PROGRAM): New macro.
22245
22246 * character.c, character.h, chartab.c: New files.
22247
22248 * charset.c: Mostly re-written. Move character and multibyte sequence
22249 handling codes to character.c.
22250
22251 * charset.h: Mostly re-written. Move character and multibyte sequence
22252 handling codes to character.h.
22253
22254 * coding.c, coding.h: Mostly re-written.
22255
22256 * composite.c: Include "character.h" instead of "charset.h".
22257 (CHAR_WIDTH): Move to character.h.
22258 (HASH_KEY, HASH_VALUE): Delete.
22259
22260 * composite.h (enum composition_method): Change order of enumeration
22261 symbols.
22262
22263 * data.c: Include "character.h" instead of "charset.h".
22264 (Faref): Call CHAR_TABLE_REF for a char table.
22265 (Faset): Call CHAR_TABLE_SET for a char table.
22266
22267 * dispextern.h (free_realized_face, check_face_attribytes)
22268 (generate_ascii_font): Extern them.
22269 (free_realized_multibyte_face): Delete extern.
22270
22271 * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
22272 table structure.
22273
22274 * editfns.c: Include "character.h" instead of "charset.h".
22275 (Fchar_to_string): Always call CHAR_STRING.
22276
22277 * emacs.c (main): Call init_charset_once, init_charset,
22278 syms_of_chartab, and syms_of_character.
22279
22280 * fileio.c: Include "character.h" instead of "charset.h".
22281 (Finsert_file_contents): Big change for the new code-conversion API.
22282 (choose_write_coding_system, Fwrite_region): Likewise.
22283 (build_annotations_2): Delete.
22284 (e_write): Big change for the new code-conversion API.
22285
22286 * fns.c: Include "character.h" instead of "charset.h".
22287 (copy_sub_char_table): Move to chartab.c.
22288 (Fcopy_sequence): Call copy_char_table for a char table.
22289 (concat): Delete codes calling count_multibyte.
22290 (string_char_to_byte, string_byte_to_char): Adjust for the new
22291 multibyte form.
22292 (internal_equal): Adjust for the change of char table structure.
22293 (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
22294 (Fchar_table_extra_slot, Fset_char_table_extra_slot)
22295 (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
22296 (char_table_translate, optimize_sub_char_table)
22297 (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
22298 chartab.c.
22299 (char_table_ref_and_index): Delete.
22300 (HASH_KEY, HASH_VALUE): Move to lisp.h.
22301 (Fmd5): Call preferred_coding_system instead of accessing
22302 Vcoding_category_list. Adjust for the new code-conversion API.
22303 (syms_of_fns): Move defsubr for char table related functions to
22304 chartab.c.
22305
22306 * fontset.c: Mostly re-written.
22307
22308 * fontset.h (struct font_info): Change type of the member encoding_type.
22309 (enum FONT_SPEC_INDEX): New enum.
22310 (fontset_font_pattern, fs_load_font): Update prototype.
22311 (FS_LOAD_FONT): Adjust for the change of fs_load_font.
22312
22313 * indent.c: Include "character.h" instead of "charset.h".
22314 (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
22315
22316 * insdel.c: Include "character.h" instead of "charset.h".
22317 (copy_text): Don't refer to Vnonascii_translation_table.
22318 (insert_from_gap): New function.
22319
22320 * keyboard.c: Include "character.h" instead of "charset.h".
22321 (command_loop_1): Never call direct_output_forward_char before
22322 a non-ASCII character.
22323 (read_char): If Vkeyboard_translate_table is a char table, always
22324 translate a character.
22325
22326 * keymap.c: Include "character.h".
22327 (store_in_keymap): Handle the case that IDX is a cons.
22328 (Fdefine_key): Handle the case that KEY is a cons and the car part
22329 is also a cons (range).
22330 (push_key_description): Adjust for the new character code.
22331 (describe_vector): Call describe_char_table for a char table.
22332 (describe_char_table): New function.
22333
22334 * keymap.h (describe_char_table): Extern it.
22335
22336 * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
22337 (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
22338 (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
22339 (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
22340 Delete.
22341 (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
22342 structure.
22343 (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
22344 (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
22345 (CHARTAB_SIZE_BITS_3): New macros.
22346 (chartab_size): Extern it.
22347 (struct Lisp_Char_Table): Re-design.
22348 (struct Lisp_Sub_Char_Table): New structure.
22349 (HASH_KEY, HASH_VALUE): Move from fns.c.
22350 (CHARACTERBITS): Define as 22.
22351 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
22352 (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
22353 (GC_SUB_CHAR_TABLE_P): New macro.
22354 (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
22355 (code_convert_string_norecord): Deleted extern.
22356 (init_character_once, syms_of_character, init_charset)
22357 (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
22358
22359 * lread.c: Include "character.h".
22360 (read_multibyte): New arg NBYTES.
22361 (read_escape): Change the meaning of returned *BYTEREP.
22362 (to_multibyte): Delete.
22363 (read1): Adjust the handling of char table and string.
22364
22365 * print.c: Include "character.h" instead of "charset.h".
22366 (print_string): Convert 8-bit raw bytes to octal form by
22367 string_escape_byte8.
22368 (print_object): Adjust for the new multibyte form. Print 8-bit
22369 raw bytes always in octal form. Handle sub char table correctly.
22370
22371 * process.c: Include "character.h" instead of "charset.h".
22372 (read_process_output, send_process): Adjust for the new
22373 code-conversion API.
22374
22375 * puresize.h (BASE_PURESIZE): Increase.
22376
22377 * regex.c: Include "character.h" instead of "charset.h".
22378 (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
22379 (regex_compile): Accept a range whose starting and ending
22380 character have different leading bytes.
22381 (analyse_first): Adjust for the above change.
22382
22383 * search.c: Include "character.h" instead of "charset.h".
22384 (search_buffer, boyer_moore): Adjust for the new multibyte form.
22385 (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
22386
22387 * syntax.c: Include "character.h" instead of "charset.h".
22388 (syntax_parent_lookup): Delete.
22389 (Fmodify_syntax_entry): Accept a cons as CHAR.
22390 (skip_chars): Adjust for the new multibyte form.
22391 (init_syntax_once): Call char_table_set_range instead of directly
22392 accessing the structure of a char table.
22393
22394 * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
22395 (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
22396 (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
22397 (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
22398
22399 * term.c: Include "buffer.h" and "character.h".
22400 (encode_terminal_code, write_glyphs): Adjust for the new
22401 code-conversion API.
22402 (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
22403
22404 * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
22405
22406 * xdisp.c: Include "character.h".
22407 (get_next_display_element): Adjust for the new multibyte form.
22408 (disp_char_vector): Adjust for the new char table structure.
22409 (decode_mode_spec_coding): Adjust for the new structure of
22410 coding system.
22411 (decode_mode_spec): Adjust for the new code-conversion API.
22412
22413 * xfaces.c: Include "character.h" instead of "charset.h".
22414 (load_face_font): Adjust for the change of choose_face_font and
22415 FS_LOAD_FONT.
22416 (generate_ascii_font): New function.
22417 (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
22418 (set_font_frame_param): Adjust for the change of choose_face_font.
22419 (free_realized_face): Make it public.
22420 (free_realized_faces_for_fontset): Rename from
22421 free_realized_multibyte_face. Free also faces realized for ASCII.
22422 (choose_face_font): Change arguments. Adjust for the change of
22423 fontset_font_pattern and FS_LOAD_FONT.
22424
22425 * xfns.c: Include "character.h".
22426 (x_encode_text): Adjust for the new code-conversion API.
22427
22428 * xselect.c: Don't include "charset.h".
22429 (selection_data_to_lisp_data): Adjust for the new code conversion API.
22430
22431 * xterm.c: Include "character.h".
22432 (x_encode_char): New argument CHARSET. Change caller.
22433 (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
22434 Call ENCODE_CHAR instead of SPLIT_CHAR.
22435 (x_produce_glyphs): Don't check Vnonascii_translation_table Call
22436 CHAR_WIDTH instead of CHARSET_WIDTH.
22437 (XTread_socket): Adjust for the new code-conversion API.
22438 (x_new_font): Adjust for the change of FS_LOAD_FONT.
22439 (x_load_font): Adjust for the change of struct font.
22440
224412008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
22442
22443 * xfaces.c (face_at_buffer_position): Remove unused vars.
22444
224452008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22446
22447 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
22448 Fix overflow checking.
22449
224502008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
22451
22452 * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
22453 Cancel previous change.
22454
224552008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
22456
22457 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
22458 ccl->eight_bit_control. Fix check for buffer overflow.
22459 (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
22460 (ccl_driver): Initialize extra_bytes to 0.
22461
224622008-01-31 Kenichi Handa <handa@ni.aist.go.jp>
22463
22464 * keyboard.c (make_ctrl_char): If C is a multibyte character, just
22465 return it ORed with ctrl_modifier.
22466
224672008-01-29 Miles Bader <miles@gnu.org>
22468
22469 * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
22470
224712008-01-28 Jason Rumney <jasonr@gnu.org>
22472
22473 * w32.c (stat): Don't double check for networked drive.
22474
224752008-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22476
22477 * window.c (run_window_configuration_change_hook): New function.
22478 Code extracted from set_window_buffer. Set the selected frame.
22479 (set_window_buffer): Use it.
22480 * window.h (run_window_configuration_change_hook): Declare.
22481 * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
22482
22483 * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
22484
224852008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
22486
22487 * Makefile.in: Remove references to unused macros.
22488
224892008-01-26 Eli Zaretskii <eliz@gnu.org>
22490
22491 * w32.c (g_b_init_get_sid_sub_authority)
22492 (g_b_init_get_sid_sub_authority_count): New static variables.
22493 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
22494 (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
22495 (init_user_info): Use them to retrieve uid and gid.
22496 Use 500/513, the Windows defaults, as Administrator's uid/gid.
22497 (fstat): Use pw_uid and pw_gid from the_passwd structure for
22498 st_uid and st_gid of the file.
22499
225002008-01-26 Jason Rumney <jasonr@gnu.org>
22501
22502 * w32.c (logon_network_drive): New function.
22503 (stat): Use it.
22504
225052008-01-26 Chong Yidong <cyd@stupidchicken.com>
22506
22507 * xdisp.c (pos_visible_p): Handle the case where charpos falls on
22508 invisible text covered with an ellipsis.
22509
225102008-01-25 Richard Stallman <rms@gnu.org>
22511
22512 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
22513 jump back to beginning. Move some other initializations after that.
22514 (Qwindow_text_change_functions, Vwindow_text_change_functions):
22515 New variables.
22516 (syms_of_xdisp): Init them.
22517
22518 * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
22519
22520 * buffer.c (reset_buffer_local_variables):
22521 Implement `permanent-local-hook'.
22522 (Qpermanent_local_hook): New variable.
22523 (syms_of_buffer): Init and staticpro it.
22524
225252008-01-25 Michael Albinus <michael.albinus@gmx.de>
22526
22527 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
22528
225292008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org>
22530
22531 * fns.c (Fclrhash): Return TABLE.
22532
225332008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22534
22535 * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
22536 (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
22537 is set even without positional changes.
22538 (x_scroll_bar_clear): Set bar->redraw_needed_p.
22539
22540 * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
22541
225422008-01-23 Jason Rumney <jasonr@gnu.org>
22543
22544 * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
22545
22546 * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
22547 the unicode range available in MULE by locale-coding-system.
22548 Improve dbcs lead byte detection. Set event timestamp and modifiers
22549 earlier.
22550
225512008-01-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22552
22553 * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
22554 [MAC_OSX] (init_mac_osx_environment): Initialize it.
22555 [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
22556 when used on child processes.
22557
225582008-01-21 Michael Albinus <michael.albinus@gmx.de>
22559
22560 * dbusbind.c (Fdbus_method_return_internal): Rename from
22561 Fdbus_method_return.
22562 (Fdbus_unregister_object): Move to dbus.el.
22563 (Fdbus_call_method, Fdbus_method_return_internal)
22564 (Fdbus_send_signal): Improve debug messages.
22565
225662008-01-20 Martin Rudalics <rudalics@gmx.at>
22567
22568 * undo.c (undo_inhibit_record_point): New variable.
22569 (syms_of_undo): Initialize it.
22570 (record_point): Don't record point when undo_inhibit_record_point
22571 is set.
22572
225732008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
22574
22575 * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
22576
22577 * xdisp.c (Qauto_hscroll_mode): New var.
22578 (syms_of_xdisp): Initialize it.
22579 (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
22580 window's buffer.
22581 (hscroll_windows): Don't check automatic_hscrolling_p here.
22582
22583 * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
22584 vscroll if we're setting window-buffer to the value it already has.
22585
225862008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
22587
22588 * m/intel386.h: Remove references to XENIX.
22589
225902008-01-17 Andreas Schwab <schwab@suse.de>
22591
22592 * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
22593 instead of HAVE_X86_64_LIB64_DIR.
22594 * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
22595
225962008-01-17 Glenn Morris <rgm@gnu.org>
22597
22598 * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
22599 to HAVE_X86_64_LIB64_DIR.
22600
226012008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
22602
22603 * s/irix3-3.h:
22604 * s/irix4-0.h:
22605 * s/386-ix.h:
22606 * s/domain.h:
22607 * s/hpux9-x11r4.h:
22608 * s/hpux9shxr4.h: Remove files for systems no longer supported.
22609
22610 * sysdep.c: Remove code containing references to symbols defined
22611 by unsupported systems.
22612
226132008-01-16 Glenn Morris <rgm@gnu.org>
22614
22615 * coding.c (select-safe-coding-system-function): Doc fix.
22616
226172008-01-15 Glenn Morris <rgm@gnu.org>
22618
22619 * config.in: Revert 2008-01-13 change: this is a generated file.
22620
226212008-01-13 Tom Tromey <tromey@redhat.com>
22622
22623 * lisp.h: Fix typo.
22624
226252008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
22626
22627 * m/sequent-ptx.h:
22628 * m/sequent.h:
22629 * s/ptx.h:
22630 * s/ptx4-2.h:
22631 * s/ptx4.h: Remove files for systems no longer supported.
22632
22633 * callproc.c (Fcall_process): Fix previous change.
22634
226352008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
22636
22637 * unexsunos4.c: Remove file, system not supported anymore.
22638
22639 * m/mips.h:
22640 * m/intel386.h:
22641 * callproc.c:
22642 * config.in:
22643 * ecrt0.c:
22644 * emacs.c:
22645 * fileio.c:
22646 * frame.c:
22647 * getpagesize.h:
22648 * keyboard.c:
22649 * lread.c:
22650 * process.c:
22651 * puresize.h:
22652 * sysdep.c:
22653 * systty.h:
22654 * syswait.h:
22655 * unexec.c:
22656 * xdisp.c:
22657 * alloc.c: Remove code containing references to symbols defined by
22658 unsupported systems.
22659
226602008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
22661
22662 * coding.c (detect_coding_mask): Fix previous change.
22663
226642008-01-09 Kenichi Handa <handa@ni.aist.go.jp>
22665
22666 * coding.c (detect_coding_iso2022): New arg
22667 latin_extra_code_state. Allow Latin extra codes only
22668 when *latin_extra_code_state is nonzero.
22669 (detect_coding_mask): If there is a NULL byte, detect the encoding
22670 as UTF-16 or binary. If Latin extra codes exist, detect the
22671 encoding as ISO-2022 only when there's no other proper encoding is
22672 found.
22673
226742008-01-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22675
22676 * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
22677 #ifdef MAC_OS.
22678
226792008-01-08 Richard Stallman <rms@gnu.org>
22680
22681 * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
22682
226832008-01-06 Nick Roberts <nickrob@snap.net.nz>
22684
22685 * keyboard.c (parse_menu_item): Don't enclose key bindings on
22686 menu bar in parentheses.
22687
226882008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
22689
22690 * m/7300.h:
22691 * m/acorn.h:
22692 * m/alliant-2800.h:
22693 * m/alliant.h:
22694 * m/alliant1.h:
22695 * m/alliant4.h:
22696 * m/altos.h:
22697 * m/amdahl.h:
22698 * m/apollo.h:
22699 * m/att3b.h:
22700 * m/aviion-intel.h:
22701 * m/aviion.h:
22702 * m/celerity.h:
22703 * m/clipper.h:
22704 * m/cnvrgnt.h:
22705 * m/convex.h:
22706 * m/cydra5.h:
22707 * m/delta88k.h:
22708 * m/dpx2.h:
22709 * m/dual.h:
22710 * m/elxsi.h:
22711 * m/f301.h:
22712 * m/gould-np1.h:
22713 * m/gould.h:
22714 * m/i860.h:
22715 * m/ibmps2-aix.h:
22716 * m/ibmrt-aix.h:
22717 * m/ibmrt.h:
22718 * m/irist.h:
22719 * m/is386.h:
22720 * m/isi-ov.h:
22721 * m/mega68.h:
22722 * m/mg1.h:
22723 * m/news-r6.h:
22724 * m/news-risc.h:
22725 * m/news.h:
22726 * m/nh3000.h:
22727 * m/nh4000.h:
22728 * m/ns16000.h:
22729 * m/ns32000.h:
22730 * m/nu.h:
22731 * m/orion.h:
22732 * m/orion105.h:
22733 * m/paragon.h:
22734 * m/pfa50.h:
22735 * m/plexus.h:
22736 * m/pyramid.h:
22737 * m/pyrmips.h:
22738 * m/sh3el.h:
22739 * m/sps7.h:
22740 * m/sr2k.h:
22741 * m/stride.h:
22742 * m/sun1.h:
22743 * m/sun2.h:
22744 * m/sun3-68881.h:
22745 * m/sun3-fpa.h:
22746 * m/sun3-soft.h:
22747 * m/sun3.h:
22748 * m/sun386.h:
22749 * m/symmetry.h:
22750 * m/tad68k.h:
22751 * m/tahoe.h:
22752 * m/targon31.h:
22753 * m/tek4300.h:
22754 * m/tekxd88.h:
22755 * m/tower32.h:
22756 * m/tower32v3.h:
22757 * m/ustation.h:
22758 * m/wicat.h:
22759 * m/xps100.h:
22760 * s/cxux.h:
22761 * s/cxux7.h:
22762 * s/dgux.h:
22763 * s/dgux4.h:
22764 * s/dgux5-4-3.h:
22765 * s/dgux5-4r2.h:
22766 * s/esix.h:
22767 * s/esix5r4.h:
22768 * s/hiuxmpp.h:
22769 * s/hiuxwe2.h:
22770 * s/iris3-5.h:
22771 * s/iris3-6.h:
22772 * s/isc2-2.h:
22773 * s/isc3-0.h:
22774 * s/isc4-0.h:
22775 * s/isc4-1.h:
22776 * s/newsos5.h:
22777 * s/newsos6.h:
22778 * s/osf1.h:
22779 * s/osf5-0.h:
22780 * s/riscix1-1.h:
22781 * s/riscix12.h:
22782 * s/sco4.h:
22783 * s/sco5.h:
22784 * s/sunos4-0.h:
22785 * s/sunos4-1.h:
22786 * s/sunos413.h:
22787 * s/sunos4shr.h:
22788 * s/umax.h:
22789 * s/unipl5-2.h:
22790 * s/xenix.h:
22791 * cxux-crt0.s:
22792 * unexapollo.c:
22793 * unexconvex.c:
22794 * unexenix.c:
22795 * unexsni.c: Remove files for systems no longer supported.
22796
22797 * m/intel386.h: Remove references to unsupported systems.
22798
22799 * w32.c (get_emacs_configuration): Remove reference to i860.
22800
22801 * sysdep.c: Remove dead code.
22802
228032008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
22804
22805 * s/rtu.h:
22806 * m/masscomp.h: Remove files. Platform is obsolete.
22807
228082008-01-04 Michael Albinus <michael.albinus@gmx.de>
22809
22810 * dbusbind.c (Fdbus_method_return): New function.
22811 (xd_read_message): Add the serial number to the event.
22812 (Fdbus_register_method): Activate the function.
22813
228142008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22815
22816 * keyboard.c (read_key_sequence): Fix typo.
22817
228182008-01-03 Michael Albinus <michael.albinus@gmx.de>
22819
22820 * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
22821 (xd_signature, xd_append_arg): Handle element type detection for
22822 empty arrays.
22823 (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
22824 SDATA () calls; this must be solved more general.
22825 (Fdbus_register_signal): Use SBYTES instead of strlen.
22826
228272008-01-03 Magnus Henoch <magnus@zemdatav>
22828
22829 * dbusbind.c (xd_append_arg): Use unsigned char instead of
22830 unsigned int for byte values (necessary for big-endian platform).
22831 (Fdbus_call_method): Handle the case of no returned arguments.
22832
228332007-12-31 Tom Tromey <tromey@redhat.com> (tiny change)
22834
22835 * dbusbind.c (xd_read_message): Use non-static input_event struct.
22836
228372007-12-31 Magnus Henoch <mange@freemail.hu>
22838
22839 * dbusbind.c (xd_signature): Signature of variant is just "v".
22840
228412007-12-30 Michael Albinus <michael.albinus@gmx.de>
22842
22843 * dbusbind.c: Fix several errors and compiler warnings.
22844 Reported by Tom Tromey <tromey@redhat.com>.
22845 (XD_ERROR, XD_DEBUG_MESSAGE)
22846 (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
22847 (xd_append_arg): Part for basic D-Bus types rewritten.
22848 (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
22849 DBUS_TYPE_(U)INT16. Don't call XD_DEBUG_MESSAGE with "%f" if not
22850 appropriate.
22851 (xd_read_message): Return Qnil. Don't signal an error; it is not
22852 useful during event reading.
22853 (Fdbus_register_signal): Signal an error if the check for
22854 FUNCTIONP fails.
22855 (Fdbus_register_method): New function. The implementation is not
22856 complete, the call of the function signals an error therefore.
22857 (Fdbus_unregister_object): New function, renamed from
22858 Fdbus_unregister_signal. The initial check signals an error, if
22859 the object is not well formed.
22860
228612007-12-30 Richard Stallman <rms@gnu.org>
22862
22863 * textprop.c (get_char_property_and_overlay):
22864 Signal error if POSITION is out of range in a buffer.
22865
228662007-12-29 Martin Rudalics <rudalics@gmx.at>
22867
22868 * w32fns.c (Fx_create_frame): Make copy of frame parameters
22869 because the original parameters are in pure storage now.
22870
228712007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22872
22873 * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
22874
228752007-12-22 Eli Zaretskii <eliz@gnu.org>
22876
22877 * callint.c (syms_of_callint) <command-history>: Add reference to
22878 history-length in the doc string.
22879
228802007-12-17 Jason Rumney <jasonr@gnu.org>
22881
22882 * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
22883 before passing as wParam.
22884
228852007-12-22 Michael Albinus <michael.albinus@gmx.de>
22886
22887 * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
22888 DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
22889 DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
22890 Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
22891 as number.
22892 (Fdbus_call_method): Fix docstring.
22893
228942007-12-21 Michael Albinus <michael.albinus@gmx.de>
22895
22896 * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
22897 New macros.
22898 (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
22899 (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
22900 Simplify.
22901 (xd_signature): New function.
22902 (xd_append_arg): Compute also signatures. Major rewrite.
22903 (xd_retrieve_arg): Make debug messages friendly.
22904 (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
22905 Check for signatures of arguments.
22906
229072007-12-19 Michael Albinus <michael.albinus@gmx.de>
22908
22909 * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
22910 (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
22911 (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
22912 (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
22913 (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
22914 (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
22915 (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
22916 (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
22917 (xd_retrieve_value): Remove. Functionality included in ...
22918 (xd_append_arg): New function.
22919 (Fdbus_call_method, Fdbus_send_signal): Apply it.
22920
229212007-12-16 Michael Albinus <michael.albinus@gmx.de>
22922
22923 * dbusbind.c (top): Include <stdio.h>.
22924 (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
22925 dbus_message_new_method_call and dbus_message_new_signal.
22926 (Fdbus_register_signal): Rename unique_name to uname.
22927 Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of
22928 non-existing unique name. Fix typos in matching rule. Return an
22929 object which is useful in Fdbus_unregister_signal.
22930 (Fdbus_unregister_signal): Reimplementation, in order to remove
22931 only the corresponding entry.
22932 (Vdbus_registered_functions_table): Change the order of entries.
22933 Apply these changes in xd_read_message and Fdbus_register_signal.
22934
229352007-12-16 Andreas Schwab <schwab@suse.de>
22936
22937 * fileio.c (Finsert_file_contents): Fix overflow check to not
22938 depend on undefined integer overflow.
22939
229402007-12-14 Jason Rumney <jasonr@gnu.org>
22941
22942 * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
22943 for characters above 127.
22944
229452007-12-13 Jason Rumney <jasonr@gnu.org>
22946
22947 * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
22948 before dereferencing array.
22949 (lookup_vk_code): Remove zero comparison.
22950
229512007-12-14 Michael Albinus <michael.albinus@gmx.de>
22952
22953 * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
22954 (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
22955 Use `unsigned int' instead of `uint'.
22956 (xd_read_message, Fdbus_register_signal): Split expressions into
22957 multiple lines before operators "&&" and "||", according to the
22958 GNU Coding Standards.
22959
229602007-12-14 Eli Zaretskii <eliz@gnu.org>
22961
22962 * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
22963
229642007-12-12 Juri Linkov <juri@jurta.org>
22965
22966 * buffer.c (Frename_buffer): In interactive spec replace
22967 `read-buffer' with `read-string' that uses `buffer-name-history'
22968 as history, and the current buffer's name as default.
22969
229702007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
22971
22972 * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
22973 manipulating the backtrace manually.
22974 (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
22975 (struct backtrace, backtrace_list): Remove.
22976 (command_loop_1): Remove dead var `no_direct'.
22977
22978 * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
22979 preserve non-built-in buffer-local variables.
22980 (Fkill_all_local_variables): Don't re-create&re-set permanent
22981 buffer-local variables.
22982
229832007-12-09 Juri Linkov <juri@jurta.org>
22984
22985 * buffer.c (Frename_buffer): Change interactive spec from "s" to
22986 Lisp code that uses `read-buffer' with current buffer as default.
22987
229882007-12-08 Michael Albinus <michael.albinus@gmx.de>
22989
22990 * dbusbind.c (xd_read_message): Generate an event for every
22991 registered handler. There might be several handlers registered
22992 for the same signal.
22993 (Fdbus_register_signal): Don't overwrite a registration for the
22994 same signal. Add a new registration if handlers are different.
22995 (Vdbus_registered_functions_table): Rework doc string.
22996
229972007-12-07 Michael Albinus <michael.albinus@gmx.de>
22998
22999 * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
23000 (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
23001 DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
23002 (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
23003 Unify argument lists.
23004 (xd_read_message, Fdbus_register_signal): Reorder and extend event
23005 arguments and hash table keys. Use unique name for service.
23006 (Fdbus_unregister_signal): Remove checks.
23007 (Vdbus_registered_functions_table): Fix doc string.
23008
230092007-12-05 Magnus Henoch <mange@freemail.hu>
23010
23011 * process.c (make_process): Initialize pty_flag to 0.
23012
230132007-12-05 Jason Rumney <jasonr@gnu.org>
23014
23015 * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
23016 specified XBMs.
23017
230182007-12-05 Richard Stallman <rms@gnu.org>
23019
23020 * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
23021
230222007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23023
23024 * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
23025 New variable.
23026 (mac_try_close_socket) [MAC_OSX]: New function.
23027 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
23028 Update cfsockets_for_select. Replace invalid CFRunLoop source.
23029
23030 * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
23031 Use mac_try_close_socket.
23032
230332007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23034
23035 * unexmacosx.c (unrelocate): New argument BASE. Use it instead of
23036 reloc_base.
23037 (copy_dysymtab): Compute relocation base here.
23038 (rebase_reloc_address) [__ppc64__]: New function.
23039 (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
23040 changed.
23041
230422007-12-05 Jason Rumney <jasonr@gnu.org>
23043
23044 * w32proc.c (sys_spawnve): Quote args with wildcards.
23045
230462007-12-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23047
23048 * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
23049 __objc_* sections.
23050 (unrelocate) [_LP64]: Set relocation base to address of data segment.
23051
230522007-12-05 Michael Albinus <michael.albinus@gmx.de>
23053
23054 * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
23055 Move check for Vdbus_registered_functions_table to
23056 xd_read_queued_messages.
23057 (xd_read_queued_messages): Protect xd_read_message calls by
23058 internal_condition_case_1.
23059
230602007-12-04 Michael Albinus <michael.albinus@gmx.de>
23061
23062 * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
23063 Qdbus_system_bus and Qdbus_session_bus, respectively.
23064 (Vdbus_intern_symbols): Remove.
23065 (Vdbus_registered_functions_table): New hash table.
23066 (XD_SYMBOL_INTERN_SYMBOL): Remove.
23067 (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
23068 Rewrite in order to manage registered functions by hash table
23069 Vdbus_registered_functions_table.
23070
230712007-12-03 Jan Djärv <jan.h.d@swipnet.se>
23072
23073 * xterm.c: Update URL to Window Manager Specification in comment.
23074
230752007-12-02 Michael Albinus <michael.albinus@gmx.de>
23076
23077 * config.in (HAVE_DBUS): Add.
23078
23079 * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
23080 (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
23081 (obj): Add $(DBUS_OBJ).
23082 (LIBES): Add $(DBUS_LIBS).
23083 (dbusbind.o): New target.
23084
23085 * dbusbind.c: New file.
23086
23087 * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
23088
23089 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
23090 (Qdbus_event): New Lisp symbol.
23091 (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
23092 (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
b97439ce 23093 (keys_of_keyboard): Define dbus-event.
aac0c6e3
MR
23094
23095 * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
23096
230972007-12-01 Richard Stallman <rms@gnu.org>
23098
23099 * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
23100
231012007-11-30 Jason Rumney <jasonr@gnu.org>
23102
23103 * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
23104 (w32con_reset_terminal_modes): Clear screen buffer.
23105 (w32_face_attributes): Don't use color indexes that are out of range.
23106 Only reverse the default colors.
23107
23108 * xfaces.c (map_tty_color, tty_color_name): Remove special case for
23109 WINDOWSNT.
23110
23111 * w32console.c, w32term.h (vga_stdcolor_name): Remove.
23112
231132007-11-29 Jason Rumney <jasonr@gnu.org>
23114
23115 * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
23116 (w32_face_attributes): Use Vtty_defined_color_alist to determine
23117 if the terminal colors are initialized.
23118 (unspecified_fg, unspecified_bg): Remove unused declarations.
23119
231202007-11-29 Andreas Schwab <schwab@suse.de>
23121
23122 * keyboard.c (apply_modifiers): Fix typo.
23123
231242007-11-29 Richard Stallman <rms@gnu.org>
23125
23126 * keymap.c (Fcurrent_local_map): Doc fix.
23127
231282007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
23129
23130 * s/gnu-kfreebsd.h: New file.
23131
231322007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
23133
23134 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
23135 Don't cast redundantly.
23136
23137 * keyboard.c (KEY_TO_CHAR): New macro.
23138 (parse_modifiers, apply_modifiers): Accept integer arguments.
23139 (read_key_sequence): Use them to unify the "shift->unshift" mapping
23140 for chars and symbol keys.
23141 After doing such remapping, apply function-key-map again.
23142
231432007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
23144
23145 * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
23146 compiled anymore.
23147
231482007-11-26 Andreas Schwab <schwab@suse.de>
23149
23150 * process.c (list_processes_1): Fix indentation level of the
23151 command column.
23152
231532007-11-23 Andreas Schwab <schwab@suse.de>
23154
23155 * editfns.c (Fformat): Handle %c specially since it requires the
23156 argument to be of type int.
23157
231582007-11-23 Markus Triska <markus.triska@gmx.at>
23159
23160 * emacs.c (main): Call init_editfns before init_process, since
23161 init_process sets Vprocess_connection_type depending on OS release.
23162
231632007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
23164
23165 * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
23166 (find_symbol_value): Use do_symval_forwarding.
23167
23168 * data.c (set_internal): Set the value in the `cons-cell' (for
23169 Buffer_Local_values) not only for frame-local variables.
23170
231712007-11-22 Andreas Schwab <schwab@suse.de>
23172
23173 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
23174 values to sprintf.
23175 * keymap.c (Fsingle_key_description): Likewise.
23176 * print.c (print_object): Likewise.
23177
231782007-11-22 Jan Djärv <jan.h.d@swipnet.se>
23179
23180 * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
23181 file for image is nil.
23182
231832007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
23184
23185 * term.c: Include stdarg.h.
23186 (fatal): Implement using varargs.
23187 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
23188
231892007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
23190
23191 * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
23192 * data.c (store_symval_forwarding): Get type from buffer_objfwd.
23193 Update call to buffer_slot_type_mismatch.
23194 * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
23195 (buffer_slot_type_mismatch): Update.
23196 * buffer.c (buffer_local_types): Remove.
23197 (buffer_slot_type_mismatch): Get the symbol and type as arguments.
23198 (defvar_per_buffer): Set the type in the buffer_objfwd.
23199
232002007-11-21 Jason Rumney <jasonr@gnu.org>
23201
23202 * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
23203 CreateFileMapping returns NULL on failure.
23204
232052007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
23206
23207 * search.c (Fset_match_data): Remove the `evaporate' feature.
23208 (unwind_set_match_data): Don't use the `evaporate' feature.
23209
232102007-11-21 Jason Rumney <jasonr@gnu.org>
23211
23212 * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
23213
23214 * w32console.c (w32con_write_glyphs): Remove unused variables.
23215
232162007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
23217
23218 * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
23219
23220 * s/darwin.h (MULTI_KBOARD): Remove.
23221
23222 * macfns.c (x_create_tip_frame, Fx_create_frame)
23223 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
23224
232252007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
23226
23227 * buffer.c (Fbuffer_local_value): Remove redundant test.
23228 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
23229 than in `current-buffer' to match the comment.
23230 Do the swap using swap_in_global_binding.
23231
23232 * data.c (store_symval_forwarding, set_internal):
23233 * eval.c (specbind): Remove dead code.
23234
23235 * coding.c (detect_coding, Fupdate_coding_systems_internal):
23236 * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
23237 Since we do not want to see internal Lisp_*fwd objects here.
23238
232392007-11-18 Jan Djärv <jan.h.d@swipnet.se>
23240
23241 * sysdep.c (init_system_name): Use getaddrinfo if available.
23242
23243 * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
23244 (x_scroll_bar_note_movement): start, end, with, height in struct
23245 scroll_bar are integers and not Lisp_Object, so remove XINT for them.
23246
232472007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
23248
23249 * puresize.h (BASE_PURESIZE): Increase to 1190000.
23250
232512007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
23252
23253 * buffer.h (struct buffer): Move `undo_list' back to before `name'.
23254 This undoes Richard's change of 14-Oct-2002.
23255
23256 * alloc.c (allocate_other_vector):
23257 * lisp.h (allocate_other_vector): Remove.
23258
23259 * window.c (struct save_window_data): Move non-lisp data to the end
23260 and make it `int' rather than Lisp_Object.
23261 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
23262 Done wrap/unwrap integer values.
23263 (Fset_window_configuration, compare_window_configurations):
23264 Update use of fields to their new types.
23265
23266 * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
23267 Turn integer fields into `int'. Merge x_window_low and x_window_high.
23268 (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
23269 (SET_SCROLL_BAR_X_WINDOW): Remove.
23270 (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
23271 Access the new x_window field directly.
23272 * xterm.c (x_scroll_bar_create): Use a pseudovector.
23273 Don't wrap/unwrap integers into Lisp_Objects.
23274 (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
23275 (x_scroll_bar_report_motion):
23276 Don't wrap/unwrap integers into Lisp_Objects.
23277 (x_term_init): Use SDATA.
23278 (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
23279 (x_scroll_bar_set_handle, x_scroll_bar_remove)
23280 (XTset_vertical_scroll_bar, x_scroll_bar_expose)
23281 (x_scroll_bar_report_motion, x_scroll_bar_clear):
23282 * xfns.c (x_set_background_color):
23283 * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
23284 Access the new x_window field directly.
23285
23286 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
23287 (allocate_pseudovector): Make non-static.
23288
23289 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
23290 (allocate_pseudovector): Declare.
23291 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
23292
232932007-11-15 Andreas Schwab <schwab@suse.de>
23294
23295 * editfns.c (Fformat): Correctly format EMACS_INT values.
23296 Also take precision into account when formatting an integer.
23297
23298 * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
23299
233002007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
23301
23302 * keyboard.c (Fevent_symbol_parse_modifiers): New function.
23303 (syms_of_keyboard): Defsubr it.
23304
23305 * data.c (swap_in_global_binding): Fix longstanding bug where
23306 store_symval_forwarding was not called with the right second argument,
23307 thus causing objfwd-ing from being dropped.
23308
233092007-11-14 Juanma Barranquero <lekktu@gmail.com>
23310
23311 * macfns.c (Fx_create_frame, Fx_display_pixel_width)
23312 (Fx_display_pixel_height, Fx_display_planes)
23313 (Fx_display_color_cells, Fx_server_max_request_size)
23314 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
23315 (Fx_display_visual_class, Fx_display_save_under):
23316 * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
23317 (Fx_display_pixel_height, Fx_display_planes)
23318 (Fx_display_color_cells, Fx_server_max_request_size)
23319 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
23320 (Fx_display_mm_height, Fx_display_mm_width)
23321 (Fx_display_backing_store, Fx_display_visual_class)
23322 (Fw32_select_font, Fx_display_save_under):
23323 * xfns.c (Fx_create_frame, Fx_display_pixel_width)
23324 (Fx_display_pixel_height, Fx_display_planes)
23325 (Fx_display_color_cells, Fx_server_max_request_size)
23326 (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
23327 (Fx_display_save_under): Fix typos in docstrings.
23328
233292007-11-14 Juanma Barranquero <lekktu@gmail.com>
23330
23331 * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
23332 corresponding to deleted entries; they are an implementation detail.
23333 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
23334 Remove variables.
23335 (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
23336 (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
23337 (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
23338 (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
23339 (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
23340 (Fw32_define_rgb_color, Fw32_load_color_file)
23341 (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
23342 Fix typos in docstrings.
23343 (Fx_server_version): Reflow docstring.
23344 (Fw32_shell_execute): Doc fixes.
23345
233462007-11-13 Juanma Barranquero <lekktu@gmail.com>
23347
23348 * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
23349 if w32_parse_hot_key returned nil.
23350
233512007-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
23352
23353 * xdisp.c (load_overlay_strings): Fix copy&paste typo.
23354
233552007-11-09 Jason Rumney <jasonr@gnu.org>
d6c952f8 23356
aac0c6e3
MR
23357 * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
23358
23359 * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
23360
23361 * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
23362 Remove W32_SCROLL_BAR_CLICK_EVENT.
23363
23364 * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
23365 Add MULTIMEDIA_KEY_EVENT.
23366
23367 * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
23368 (lispy_multimedia_keys) [WINDOWSNT]: New array.
23369 (make_lispy_event) [WINDOWSNT]: Use it to translate
23370 MULTIMEDIA_KEY_EVENT.
23371
23372 * w32term.h (WM_APPCOMMAND): Define if not already.
23373 (GET_APPCOMMAND_LPARAM): Likewise.
23374
23375 * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
23376 WM_APPCOMMAND.
23377
23378 * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
23379 (syms_of_w32fns): Export and initialize it.
23380 (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
23381
233822007-11-09 Chong Yidong <cyd@stupidchicken.com>
23383
23384 * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
23385 twice.
23386
23387 * xdisp.c (handle_face_prop): Fix last change.
23388
233892007-11-09 Richard Stallman <rms@gnu.org>
23390
23391 * xdisp.c (handle_face_prop): Test for strings that came from overlays,
23392 not just for after-strings and before-strings.
23393 Call face_for_overlay_string and pass the overlay to it.
23394 (handle_display_prop): Determine whether property came from an overlay.
23395 Pass OVERLAY arg to handle_single_display_spec.
23396 (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
23397 (load_overlay_strings): Fill in it->string_overlays.
23398 (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
23399
23400 * xfaces.c (face_for_overlay_string): Function renamed from
23401 face_at_buffer_position_no_overlays, and add arg OVERLAY.
23402
23403 * dispextern.h (struct it): New elt string_overlays.
23404 New elt from_overlay, also in stack.
23405 Rearrange a few elements.
23406 (face_for_overlay_string): Decl renamed from
23407 face_at_buffer_position_no_overlays, and add argument.
23408
234092007-11-09 Richard Stallman <rms@gnu.org>
23410
23411 * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
23412 to get the base face for an overlay string.
23413
23414 * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
23415
23416 * xfaces.c (face_at_buffer_position_no_overlays): New function.
23417
23418 * xdisp.c (handle_stop): Move some code out of loop.
23419
234202007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23421
23422 * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
23423 Fix conversion from Lisp object to ATSUFontID.
23424
234252007-11-09 Jason Rumney <jasonr@gnu.org>
23426
23427 * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
23428
234292007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23430
23431 * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
23432 Don't assume regions are aligned to page boundary.
23433 (print_load_command_name): Add LC_UUID if defined.
23434
234352007-11-09 Richard Stallman <rms@gnu.org>
23436
23437 * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
23438
234392007-11-07 Jason Rumney <jasonr@gnu.org>
23440
23441 * s/windows95.h: Remove.
23442
234432007-11-06 Jan Djärv <jan.h.d@swipnet.se>
23444
23445 * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
23446 abort with a message on unhandled store_type values.
23447
234482007-11-01 Jan Djärv <jan.h.d@swipnet.se>
23449
23450 * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
23451 Remove HAVE_X11R5 and HAVE_X11R4.
23452
234532007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
23454
23455 * Makefile.in: Remove references to sunfns.c and sunfns.o.
23456
234572007-11-01 Johan Bockgård <bojohan@gnu.org>
23458
23459 * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
23460 Don't set s->stippled_p here, since it has already been set by
23461 x_set_glyph_string_gc from x_draw_glyph_string.
23462
234632007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
23464
23465 * sunfns.c: Remove file.
23466
23467 * m/sun386.h:
23468 * m/sun2.h:
23469 * m/sparc.h: Remove Sun windows code.
23470
234712007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
23472
23473 * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
23474 (init_keyboard): Set current_kboard's window-system to nil.
23475 (tty_read_avail_input): Typo.
23476 * frame.c (make_initial_frame): Don't initialize the initial_kboard.
23477
234782007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
23479
23480 * s/usg5-4.h:
23481 * s/usg5-3.h:
23482 * s/ptx.h:
23483 * m/is386.h:
23484 * m/ibmps2-aix.h:
23485 * Makefile.in: Remove all mentions of X10.
23486
23487 * dispnew.c (syms_of_display): Don't mention version 10.
23488
234892007-10-28 Juanma Barranquero <lekktu@gmail.com>
23490
23491 * makefile.w32-in (OBJ1): Remove abbrev.$(O).
23492 ($(BLD)/abbrev.$(O)): Remove.
23493
234942007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
23495
23496 Rewrite abbrev.c in Elisp.
23497 * image.c (Qcount): Don't declare as extern.
23498 (syms_of_image): Initialize and staticpro `Qcount'.
23499 * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
23500 * emacs.c (main): Don't call syms_of_abbrev.
23501 * Makefile.in (obj): Remove abbrev.o.
23502 (abbrev.o): Remove.
23503 * abbrev.c: Remove.
23504
235052007-10-26 Martin Rudalics <rudalics@gmx.at>
23506
23507 * window.c (window_min_size_2): Don't count header-line.
23508
235092007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
23510
23511 * frame.h (struct frame): Move all bit fields after the first bit
23512 field to take advantage of the available space. Group all the
23513 chars together to reduce wasted space due to padding.
23514
235152007-10-26 Juanma Barranquero <lekktu@gmail.com>
23516
23517 * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
23518
23519 * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
23520 (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
23521 (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
23522 (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
23523 (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
23524 (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
23525 (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
23526 (last_marked, mark_object_loop_halt): Make static.
23527
23528 * frame.c (syms_of_frame) <delete-frame-functions>:
23529 Fix typo in docstring.
23530
235312007-10-25 Juanma Barranquero <lekktu@gmail.com>
23532
23533 * w32.c (init_environment): Fix tiny memory leak.
23534 (w32_get_resource): Remove unused variable `ok'.
23535
235362007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23537
23538 Make `window-system' into a keyboard-local variable (rather than
23539 frame-local as done originally by multi-tty).
23540
23541 * keyboard.h (struct kboard): Add Vwindow_system.
23542 * keyboard.c (init_kboard): Set a default for Vwindow_system.
23543 (mark_kboards): Mark Vwindow_system.
23544
23545 * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
23546 (init_display): Don't set the obsolete `window-system' frame-param.
23547
23548 * xterm.c (x_term_init):
23549 * w32term.c (w32_create_terminal):
23550 * term.c (init_tty): Set Vwindow_system.
23551 * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
23552 multi-tty merge maybe?), copied from w32term.c. Set Vwindow_system.
23553
23554 * xfns.c (Fx_create_frame, x_create_tip_frame):
23555 * w32fns.c (Fx_create_frame, x_create_tip_frame):
23556 * macfns.c (Fx_create_frame):
23557 Don't set the obsolete `window-system' frame-param.
23558
23559 * frame.h (Qwindow_system): Remove.
23560 * frame.c (Qwindow_system): Remove. In `syms_of_frame' as well.
23561 (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
23562
235632007-10-24 Richard Stallman <rms@gnu.org>
23564
23565 * frame.c (x_figure_window_size): For fullscreen case,
23566 set USPosition | PPosition without clobbering rest of window_prompting.
23567
23568 * keyboard.c (Fcurrent_idle_time): Doc fix.
23569
23570 * print.c (Fwith_output_to_temp_buffer): Doc fix.
23571
235722007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23573
23574 * process.c (unwind_request_sigio): Only define if __ultrix__.
23575
23576 * callproc.c (child_setup): Remove spurious *.
23577
23578 * lisp.h (Fget_text_property): Declare.
23579 (have_menus_p): Declare it here rather than in sys-dep header files.
23580 * macterm.h (have_menus_p):
23581 * msdos.h (have_menus_p):
23582 * xterm.h (have_menus_p): Remove.
23583
23584 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
23585 (Fmake_variable_frame_local): Just check the variable's const-ness
23586 rather than checking nil or t.
23587
235882007-10-22 Jason Rumney <jasonr@gnu.org>
23589
23590 * w32fns.c: Include math.h.
23591 (w32_abort): Declaration moved to nt/config.nt.
23592
23593 * s/ms-w32.h (HAVE_STDLIB_H): Define.
23594 (abort): Redefinition moved to nt/config.nt.
23595
23596 * m/windowsnt.h: Remove.
23597
235982007-10-22 Juanma Barranquero <lekktu@gmail.com>
23599
23600 * emacs.c (Fdump_emacs): Fix typo in message.
23601 (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
23602 <installation-directory>: Reflow docstring.
23603
236042007-10-22 Juri Linkov <juri@jurta.org>
23605
23606 * minibuf.c: Allow minibuffer default to be a list of default values.
23607 With empty input use the first element of this list as returned default.
23608 (string_to_object)
23609 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
23610 (read_minibuf): If defalt is cons, set histstring to its car.
23611 (Fread_string): If default_value is cons, set val to its car.
23612 (Fread_buffer): If def is cons, use its car.
23613 (Fcompleting_read): If defalt is cons, set val to its car.
23614
236152007-10-21 Michael Albinus <michael.albinus@gmx.de>
23616
23617 * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
23618
236192007-10-20 Juanma Barranquero <lekktu@gmail.com>
23620
23621 * doc.c (Fdocumentation): Check for advice in all cases.
23622
236232007-10-19 Chong Yidong <cyd@stupidchicken.com>
23624
23625 * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
23626
236272007-10-19 Richard Stallman <rms@gnu.org>
23628
23629 * doc.c (Fdocumentation): Check for and handle an advised function.
23630
236312007-10-19 Juanma Barranquero <lekktu@gmail.com>
23632
23633 * process.c (Fset_process_filter): Doc fix.
23634
236352007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23636
23637 * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
23638 which caused key-translation-map to applied repeatedly (thus breaking
23639 double-mode).
23640
236412007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23642
23643 * xselect.c (x_own_selection, x_handle_selection_clear)
23644 (x_clear_frame_selections):
23645 * w32menu.c (list_of_panes, list_of_items):
23646 * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
23647 * textprop.c (validate_plist, interval_has_all_properties)
23648 (interval_has_some_properties, interval_has_some_properties_list)
23649 (add_properties, text_property_list):
23650 * process.c (Fget_buffer_process, list_processes_1, status_notify):
23651 * minibuf.c (Fassoc_string):
23652 * macselect.c (x_own_selection, x_clear_frame_selections)
23653 (Fx_disown_selection_internal):
23654 * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
23655 Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
23656
236572007-10-17 Chong Yidong <cyd@stupidchicken.com>
23658
23659 * process.c: Link to libs for calling res_init() if available.
23660 (Fmake_network_process): Call res_init() before getaddrinfo or
23661 gethostbyname, if possible.
23662
236632007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23664
23665 * lread.c (read1): Set pvectype for char_tables.
23666
23667 * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
23668 (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
23669 Add type checks.
23670 (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
23671
23672 * alloc.c (free_misc): Use XMISCTYPE.
23673 (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
23674
236752007-10-17 Glenn Morris <rgm@gnu.org>
23676
23677 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
23678 (syms_of_minibuf): Add Qcompletion_ignore_case.
23679 * dired.c (Qcompletion_ignore_case): Change to external.
23680 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
23681 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
23682 (Fread_file_name): Use it rather than intern'ing.
23683
23684 * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
23685 (Fread_coding_system): Ignore case of user input.
23686
236872007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23688
23689 * xdisp.c (handle_display_prop): Ignore display specs after
23690 replacing one when string text is being replaced.
23691 (handle_single_display_spec): Pretend as if characters with display
23692 property haven't been consumed only when buffer text is being replaced.
23693
236942007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23695
23696 * xfns.c (Fx_create_frame, Fx_display_list):
23697 * window.c (window_fixed_size_p, enlarge_window)
23698 (shrink_window_lowest_first):
23699 * macterm.c (init_font_name_table):
23700 * macfns.c (Fx_create_frame, Fx_display_list):
23701 * lread.c (close_load_descs):
23702 * keyboard.c (read_char_x_menu_prompt):
23703 * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
23704 * coding.c (code_convert_region_unwind): Test the type of an object
23705 rather than just !NILP before extracting data from it.
23706
23707 * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
23708
23709 * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
23710 (XMISCANY): New macro.
23711 (XMISCTYPE): Use it.
23712 (struct Lisp_Misc_Any): New type.
23713 (union Lisp_Misc): Use it.
23714 (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
23715 * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
23716 (find_symbol_value, set_internal, default_value, Fset_default)
23717 (Fmake_variable_buffer_local, Fmake_local_variable)
23718 (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
23719 (Flocal_variable_if_set_p, Fvariable_binding_locus):
23720 The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
23721 * alloc.c (allocate_buffer): Set the size and tag.
23722 (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
23723 Use XMISCANY.
23724 (die): Follow the GNU convention for error messages.
23725 * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
23726 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
23727 tag any more.
23728 (set_buffer_internal_1):
23729 * frame.c (store_frame_param):
23730 * eval.c (specbind):
23731 * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
23732
23733 * doc.c (Fsnarf_documentation): Simplify.
23734
237352007-10-14 Juanma Barranquero <lekktu@gmail.com>
23736
23737 * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
23738 (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
23739
237402007-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
23741
23742 * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
23743
237442007-10-14 Juanma Barranquero <lekktu@gmail.com>
23745
23746 * eval.c (do_autoload): Don't save autoloads.
23747
23748 * data.c (Ffset): Save autoload of the function being set.
23749
237502007-10-07 John Paul Wallington <jpw@pobox.com>
23751
23752 * xfns.c (x_create_tip_frame): Set the `display-type' frame
23753 parameter before setting up faces.
23754
237552007-10-13 Eli Zaretskii <eliz@gnu.org>
23756
23757 * ccl.c (Fregister_code_conversion_map):
23758 * keyboard.c (append_tool_bar_item): Reformat last change.
23759
23760 * lisp.h (eabs): Rename from `abs'. All callers changed.
23761
237622007-10-05 Dmitry Antipov <dmantipov@yandex.ru>
23763
23764 * buffer.c (add_overlay_mod_hooklist):
23765 * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
23766 * fontset.c (make_fontset):
23767 * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
23768 (append_tool_bar_item):
23769 * macmenu.c (grow_menu_items):
23770 * w32menu.c (grow_menu_items):
23771 * xmenu.c (grow_menu_items): Use larger_vector.
23772
237732007-10-13 Eli Zaretskii <eliz@gnu.org>
23774
23775 * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
23776 selected frame'' on MSDOS).
23777
237782007-10-12 Martin Rudalics <rudalics@gmx.at>
23779
23780 * frame.c (Qexplicit_name): New variable.
23781 (x_report_frame_params): Report it in parameter alist.
23782 (syms_of_frame): Intern and staticpro it.
23783
237842007-10-10 Patrick Mahan <mahan@mahan.org> (tiny change)
23785
23786 * macfns.c (x_create_tip_frame): Set terminal for frame.
23787
237882007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23789
23790 * frame.c (Qenvironment): Remove.
23791 (syms_of_frame) <Qenvironment>: Don't initialize.
23792 (Fdelete_frame): Don't treat the `environment' param specially.
23793 * frame.h (Qenvironment): Don't declare.
23794 * callproc.c (set_initial_environment): Don't set unused frame param.
23795
23796 * frame.c (Fframe_with_environment): Remove.
23797 (syms_of_frame) <Sframe_with_environment>: Don't declare.
23798
23799 * lisp.h (Fframe_with_environment): Don't declare.
23800
238012007-10-10 Juanma Barranquero <lekktu@gmail.com>
23802
23803 * indent.c (indent_tabs_mode, last_known_column)
23804 (last_known_column_modified): Make static.
23805 (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
23806
238072007-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
23808
23809 * puresize.h (BASE_PURESIZE): Increase to 1170000.
23810
238112007-10-09 Jason Rumney <jasonr@gnu.org>
23812
23813 * w32term.c (x_set_window_size): Disable code that attempts to tell
23814 Lisp code about a size change before it actually happens.
23815
238162007-10-09 Richard Stallman <rms@gnu.org>
23817
23818 * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
23819 return HANDLED_RETURN.
23820
238212007-10-08 Martin Rudalics <rudalics@gmx.at>
23822
23823 * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
23824 when there's an unread command event.
23825
23826 * frame.c (focus_follows_mouse): Move here from frame.el to allow
23827 window autoselection act appropriately when leaving selected frame.
23828 (syms_of_frame): Initialize focus_follows_mouse.
23829 * frame.h (focus_follows_mouse): Extern it.
23830 * macterm.c (XTread_socket): When focus_follows_mouse is nil
23831 make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
23832 * msdos.c (dos_rawgetc): Likewise.
23833 * w32term.c (w32_read_socket): Likewise.
23834 * xterm.c (handle_one_xevent): Likewise.
23835 * xdisp.c (syms_of_xdisp): In doc-string of
23836 mouse-autoselect-window mention focus-follows-mouse.
23837
238382007-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23839
23840 * macterm.c (mac_load_query_font): Fix missing return value.
23841 [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
23842 Add BLOCK_INPUT.
23843
238442007-10-08 Richard Stallman <rms@gnu.org>
23845
23846 * xdisp.c (get_window_cursor_type): Implement documented behavior
23847 for cursor-in-non-selected-windows = t.
23848
238492007-10-08 Jason Rumney <jasonr@gnu.org>
23850
23851 * w32.c (w32_get_resource): Always close registry keys.
23852
238532007-10-08 Jason Rumney <jasonr@gnu.org>
23854
23855 * makefile.w32-in (LIBS): Add COMCTL32.
23856
23857 * w32fns.c (globals_of_w32fns): Init common controls.
23858
238592007-10-08 Richard Stallman <rms@gnu.org>
23860
23861 * image.c (our_memory_buffer): Rename from omfib_buffer.
23862
238632007-10-08 Richard Stallman <rms@gnu.org>
23864
23865 * buffer.c (Foverlays_at): Doc fix.
23866
238672007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
23868
23869 * fns.c (Fplist_put): Preserve uneven tail data.
23870
238712007-10-08 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
23872
23873 * termhooks.h (enum event_kind): Remove trailing comma.
23874
23875 * frame.h (enum): Remove trailing comma.
23876
238772007-10-08 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
23878
23879 * w32proc.c (delete_child): Don't terminate threads of zombies.
23880
238812007-10-08 Martin Rudalics <rudalics@gmx.at>
23882
23883 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
23884
23885 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
23886 last-repeatable-command.
23887 (init_kboard): Initialize Vlast_repeatable_command.
23888 (command_loop_1): Set it to real_this_command unless that was
23889 bound to an input event.
23890 (mark_kboards): Mark it.
23891
238922007-10-08 Richard Stallman <rms@gnu.org>
23893
23894 * eval.c (condition-case): Doc fix.
23895
238962007-10-08 Masatake YAMATO <jet@gyve.org>
23897
23898 * xfaces.c (tty_supports_face_attributes_p): Fix code
23899 for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
23900 was copied and not edited.
23901
239022007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
23903
23904 Add new `input-decode-map' keymap and use it for terminal
23905 escape sequences.
23906 * keyboard.h (struct kboard): Add Vinput_decode_map.
23907 Remove Vlocal_key_translation_map.
23908 * keyboard.c (read_key_sequence): Add support for input-decode-map.
23909 (init_kboard): Init input-decode-map.
23910 Replace local-key-translation-map back with key-translation-map.
23911 (syms_of_keyboard): Declare input-decode-map.
23912 Remove local-key-translation-map. Update docstrings.
23913 (mark_kboards): Mark Vinput_decode_map.
23914 Don't mark Vlocal_key_translation_map.
23915 * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
23916 Replace local-key-translation-map back with key-translation-map.
23917 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
23918 Bind in input-decode-map rather than function-key-map.
23919
23920 * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
23921 This was made redundant by the previous introduction of XSETPVECTYPE.
23922
239232007-10-09 Richard Stallman <rms@gnu.org>
23924
23925 * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
23926
239272007-09-29 Richard Stallman <rms@gnu.org>
23928
23929 * eval.c (internal_condition_case_2, internal_condition_case_1)
23930 (internal_condition_case): Reenable abort if x_catching_errors ()
23931 to see if that really happens and why.
23932
239332007-10-06 Andreas Schwab <schwab@suse.de>
23934
23935 * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
23936
239372007-10-04 Juanma Barranquero <lekktu@gmail.com>
23938
23939 * image.c (syms_of_image) <image-types>: Fix typo in docstring.
23940
239412007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23942
23943 * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
23944
239452007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23946
23947 * window.h (struct window):
23948 * window.c (struct save_window_data, struct saved_window):
23949 * termhooks.h (struct terminal):
23950 * process.h (struct Lisp_Process):
23951 * frame.h (struct frame):
23952 * buffer.h (struct buffer):
23953 * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
23954 (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
23955 The size field of (pseudo)vectors is now unsigned.
23956 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
23957
23958 * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
23959 Turn `count' into an integer.
23960
23961 * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
23962 (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
23963 * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
23964 * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
23965 (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
23966
23967 * alloc.c (allocate_pseudovector): New fun.
23968 (ALLOCATE_PSEUDOVECTOR): New macro.
23969 (allocate_window, allocate_terminal, allocate_frame)
23970 (allocate_process): Use it.
23971 (mark_vectorlike): New function.
23972 (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
23973 (mark_terminals): Use it.
23974 (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
23975 (Fmake_byte_code): Use XSETPVECTYPE.
23976
23977 * frame.c (Fframe_parameters): Minor simplification.
23978
23979 * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
23980
23981 * marker.c (Fmarker_buffer): Make test for odd case into a failure.
23982
23983 * buffer.c (Fget_buffer_create, init_buffer_once):
23984 * lread.c (defsubr):
23985 * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
23986
23987 * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
23988 defined differently in the m/*.h files.
23989 (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
23990 (XSETPVECTYPE): New macro.
23991 (XSETPSEUDOVECTOR): Use it.
23992
23993 * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
23994 (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
23995
23996 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
23997 * lread.c (defvar_per_buffer):
23998 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
23999
24000 * window.c (candidate_window_p): Only consider as visible frames that
24001 are on the same terminal.
24002
24003 * m/ibms390x.h (MARKBIT): Remove unused macro.
24004
240052007-10-01 Juanma Barranquero <lekktu@gmail.com>
24006
24007 * lread.c (Fload): Fix typo in docstring.
24008
240092007-10-01 Michaël Cadilhac <michael@cadilhac.name>
24010
24011 * floatfns.c (Fexpt): Manually check for overflows, so that a power
24012 of a non-zero value can't yield zero.
24013
240142007-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
24015
24016 * term.c (term_clear_mouse_face, term_mouse_highlight)
24017 (tty_write_glyphs_with_face): Only define is HAVE_GPM.
24018
24019 * print.c (safe_debug_print): Use XHASH.
24020
24021 * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
24022 Lisp elements such as tags.
24023 (XHASH): New macro.
24024 (EQ): Use it.
24025 (SREF, SSET, STRING_COPYIN): Use SDATA.
24026 (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
24027
24028 * alloc.c (mark_terminal): Remove left-over declaration.
24029 (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
24030 (allocate_vectorlike): Remove type argument. Adjust callers.
24031 (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
24032 Only handle the one remaining MEM_TYPE_VECTORLIKE.
24033
24034 * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
24035 to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
24036 (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
24037 (lisp_align_free, make_interval, allocate_string, allocate_string_data)
24038 (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
24039 Use them.
24040
24041 * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
24042 Don't let signal handlers run when a GC is freed but not yet NULL'ed.
24043 (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
24044
240452007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
24046
24047 * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
24048 loaded by default.
24049
240502007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
24051
24052 * term.c (Fgpm_mouse_start): Don't signal an error if already activated
24053 on this tty.
24054 (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
24055
24056 * term.c (mouse_face_window): Rename from Qmouse_face_window.
24057 Update all users.
24058 (handle_one_term_event): Use Gpm_DrawPointer.
24059 (Fgpm_mouse_start): Rename from Fterm_open_connection.
24060 Signal errors instead of returning nil. Always return nil.
24061 (Fgpm_mouse_stop): Rename from Fterm_close_connection.
24062 Make it a noop if gpm-mouse was not activated.
24063 (syms_of_term): Update names.
24064
240652007-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
24066
24067 * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
24068 (init_sys_modes): Check that gpm_tty is the current tty.
24069
24070 * alloc.c (allocate_terminal): Set the vector size to only count the
24071 lisp fields. Initialize those to nil.
24072 (mark_object): Don't treat terminals specially.
24073 (mark_terminal): Remove.
24074 (mark_terminals): Use mark_object instead.
24075
24076 * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
24077 the GC to the beginning.
24078
24079 * indent.h:
24080 * indent.c: Use EMACS_INT for ints coming from Elisp data.
24081
24082 * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
24083
240842007-09-25 Jason Rumney <jasonr@gnu.org>
24085
24086 * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
24087
24088 * w32console.c (create_w32cons_output): Remove.
24089
24090 * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
24091
24092 * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
24093 (reset_sys_modes): Use reset_terminal_modes_hook.
24094
240952007-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24096
24097 * eval.c (do_autoload): Don't output any message.
24098
240992007-09-24 Juri Linkov <juri@jurta.org>
24100
24101 * emacs.c (standard_args): Change priority of "--no-splash"
24102 from 40 to 3. Add "--no-desktop" with the same priority.
24103
241042007-09-23 Dmitry Antipov <dmantipov@yandex.ru>
24105
24106 * alloc.c (gc_sweep): Check cons cell mark bits word by word
24107 and optimize the case where they are all 1.
24108
241092007-09-23 Johannes Weiner <hannes@saeurebad.de>
24110
24111 * lisp.h (abs): Define if not defined.
24112 * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
24113 Don't define `abs', since it's defined in lisp.h.
24114
241152007-09-22 Eli Zaretskii <eliz@gnu.org>
24116
24117 * term.c (DEV_TTY): New macro. Provide a definition for MS-Windows.
24118 (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
24119 (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
24120 (init_tty): Use DEV_TTY instead of "/dev/tty".
24121 [WINDOWSNT]: No need to protect from NAME arg being null.
24122
241232007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24124
24125 * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
24126 up the tty state.
24127
241282007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24129
24130 * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
24131 (gpm_tty): Change its type.
24132 * term.c (term_gpm): Delete. Use gpm_tty's NULLness instead.
24133 (gpm_tty): Change its type and initialize it.
24134 (Fterm_open_connection): Check the frame is indeed a tty.
24135 Use the new gpm_tty.
24136 (Fterm_close_connection): Use the new gpm_tty.
24137 * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
24138 * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
24139
241402007-09-21 Juanma Barranquero <lekktu@gmail.com>
24141
24142 * w32term.c (x_draw_glyph_string): Use strike_through_color, not
24143 underline_color, to draw strike-through.
24144
241452007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24146
24147 * lisp.h (allocate_terminal): Declare.
24148
24149 * window.c (candidate_window_p): Consider frames that are being placed
24150 by the user as somewhere between visible and iconified.
24151 (window_loop): Prefer windows on the current frame.
24152 (Fselect_window): Move the use of select-frame to the beginning so we
24153 can just delegate all the work (it'll call us back anyway).
24154
24155 * frame.c (Qdisplay_environment_variable):
24156 * frame.h (Qdisplay_environment_variable): Delete.
24157
24158 * .gdbinit (xbacktrace): Print the arg's address rather than the value
24159 of the first arg, since that value may be a union.
24160
24161 * callproc.c (child_setup, getenv_internal): Use the frame's `display'
24162 parameter rather than Qdisplay_environment_variable. If all else
24163 fails, look for DISPLAY in initial-environment.
24164
241652007-09-21 Glenn Morris <rgm@gnu.org>
24166
24167 * Makefile.in (emacstool): Remove target.
24168 (lisp, shortlisp): Remove termdev.elc.
24169
241702007-09-21 Markus Triska <markus.triska@gmx.at>
24171
24172 * xterm.c (x_delete_display): Compile session management conditionally.
24173
241742007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
24175
24176 * callproc.c (getenv_internal_1): New function.
24177 (getenv_internal): Use it.
24178 (Fgetenv_internal): Use it. Accept an env-list as optional arg.
24179
24180 * terminal.c (get_terminal): Don't accept ints to represent terminals.
24181 (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
24182 (Fset_terminal_parameter): Work with dead terminals as well.
24183 (Fmodify_terminal_parameters): Remove.
24184
24185 * terminal.c (get_terminal): Handle terminals.
24186 Make sure the terminal returned is live.
24187 (create_terminal): Use allocate_terminal.
24188 (mark_terminals): Move to alloc.c.
24189 (delete_terminal): Use terminal->name as liveness status.
24190 NULL out fields after freeing their contents.
24191 Don't deallocate the object.
24192 (Fframe_terminal): Use FRAME_TERMINAL. Return the terminal object
24193 rather than an int.
24194 (Fterminal_live_p): Accept non-integer arguments.
24195 (Fterminal_list): Return terminal objects rather than an ints.
24196
24197 * alloc.c (enum mem_type): New member for `terminal' objects.
24198 (allocate_terminal): New function.
24199 (mark_maybe_pointer, valid_lisp_object_p, mark_object):
24200 Handle terminals.
24201 (mark_terminal): New fun.
24202 (mark_terminals): Move from terminal.c.
24203
24204 * term.c (get_tty_terminal): Don't treat output_initial specially.
24205 (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
24206 (delete_tty): Use terminal->name as liveness status.
24207
24208 * termhooks.h (struct terminal): Make it into a pseudovector.
24209 Remove `deleted' replaced by checking `name's nullness.
24210
24211 * print.c (print_object): Handle terminals.
24212
24213 * lisp.h (enum pvec_type): New `terminal' pseudovector.
24214 (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
24215
24216 * frame.c (make_terminal_frame):
24217 * keyboard.c (tty_read_avail_input):
24218 * w32term.c (x_delete_terminal):
24219 * xfns.c (Fx_create_frame, x_create_tip_frame):
24220 * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
24221
242222007-09-20 Glenn Morris <rgm@gnu.org>
24223
24224 * process.c (Fmake_network_process): Doc fix.
24225
242262007-09-19 Jason Rumney <jasonr@gnu.org>
24227
24228 * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
24229
242302007-09-19 Michaël Cadilhac <michael@cadilhac.name>
24231
24232 * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
24233 Fix a C warning regarding variable constness.
24234
24235 * xterm.c (handle_one_xevent): Fix a C warning.
24236
242372007-09-18 Jason Rumney <jasonr@gnu.org>
24238
24239 * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
24240
242412007-09-17 Jan Djärv <jan.h.d@swipnet.se>
24242
24243 * gtkutil.c (gdpy_def): New variable.
24244 (xg_initialize): Initialize gdpy_def.
24245 (xg_display_close): If no other display exists, set gdpy_def to a
24246 new connection.
24247
242482007-09-16 Jan Djärv <jan.h.d@swipnet.se>
24249
24250 * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
24251 when we have no file name for the icon.
24252 (xg_tool_bar_expose_callback): Remove.
24253 (xg_create_tool_bar): Don't connect expose signal to
24254 xg_tool_bar_expose_callback.
24255 (xg_get_file_with_chooser): Move GCPRO1 after declarations.
24256
242572007-09-16 Andreas Schwab <schwab@suse.de>
24258
24259 * alloc.c (reset_malloc_hooks): Set the hooks to the previous
24260 values instead of zapping them.
24261
242622007-09-14 Glenn Morris <rgm@gnu.org>
24263
24264 * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
24265 * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
24266 * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
24267 scope and rename to omfib_buffer for clarity.
24268 (gif_load) <interlace_start, interlace_increment>: Move to file scope.
24269
242702007-09-14 Kenichi Handa <handa@m17n.org>
24271
24272 * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
24273
242742007-09-13 Jason Rumney <jasonr@gnu.org>
24275
24276 * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
24277
24278 * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
24279
24280 * macterm.c (mac_initialize): Don't call mac_init_fringe here.
24281 (mac_term_init): Call here instead, passing rif.
24282
242832007-09-13 Glenn Morris <rgm@gnu.org>
24284
24285 * s/hpux.h: No longer define `static' as nothing.
24286
242872007-09-13 Johan Bockgård <bojohan@gnu.org>
24288
24289 * callint.c (Fcall_interactively): Remove unused var `fun'.
24290
242912007-09-12 Romain Francoise <romain@orebokech.com>
24292
24293 * window.c (prefer_window_split_horizontally, display_buffer):
24294 Revert 2007-09-08 change.
24295
242962007-09-12 Glenn Morris <rgm@gnu.org>
24297
24298 * alloca.c: Remove file.
24299 * Makefile.in (alloca): Do not undef.
24300 (allocaobj, alloca.o): Remove.
24301 (otherobj): Remove allocaobj.
24302 * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
24303 * regex.c (C_ALLOCA): Remove all references and code that was only
24304 used when this was defined.
24305 * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
24306 * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
24307 * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
24308
24309 * Makefile.in (SOURCES, unlock, relock): Delete.
24310
24311 * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
24312 (menu_grab_callback): All uses changed.
24313
24314 * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
24315 (x_reply_selection_request): All uses changed.
24316
243172007-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
24318
24319 * lread.c (load_warn_old_style_backquotes): Change message to look
24320 better when it appears in the middle of byte-compiler messages.
24321
243222007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
24323
24324 * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
24325
24326 * xterm.c (x_create_terminal): Add comment.
24327
24328 * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
24329
243302007-09-10 Richard Stallman <rms@gnu.org>
24331
24332 * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
24333
243342007-09-10 Michaël Cadilhac <michael@cadilhac.name>
24335
24336 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
24337 (DEFUN): Document `intspec', use it instead of `prompt'.
24338
24339 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
24340
24341 * data.c (Finteractive_form): If the interactive specification starts
24342 with a `(', use it as a Lisp form.
24343
24344 * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
24345 name and file modes.
24346
24347 * callint.c (Fcall_interactively): Comment fixes.
24348
243492007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
24350
24351 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
24352 and compiled functions.
24353
243542007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
24355
24356 * window.c (prefer_window_split_horizontally): New variable.
24357 (display_buffer): Consider splitting window horizontally depending
24358 on prefer_window_split_horizontally.
24359
243602007-09-08 Eli Zaretskii <eliz@gnu.org>
24361
24362 * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
24363
243642007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24365
24366 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
24367
24368 * frame.c (x_set_frame_parameters): Check number is positive before
24369 using XFASTINT.
24370
24371 * window.c (freeze_window_start): Don't presume selected_window holds
24372 a window object.
24373 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
24374
243752007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
24376
24377 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
24378
243792007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24380
24381 * window.c (Vsplit_window_preferred_function): New var.
24382 (Fdisplay_buffer): Use it.
24383 (syms_of_window): Export, and initialize it.
24384
243852007-09-06 Pixel <pixel@mandriva.com> (tiny change)
24386
24387 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
24388
243892007-09-06 Glenn Morris <rgm@gnu.org>
24390
24391 * gtkutil.c (menu_grab_callback) <cnt>:
24392 * xselect.c (x_reply_selection_request) <cnt>: Move static
24393 variable to file scope.
24394
243952007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24396
24397 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
24398 consistent values of selected_frame and selected_window.
24399
244002007-09-04 Jason Rumney <jasonr@gnu.org>
24401
24402 * w32console.c (initialize_w32_display): Zero unused hooks.
24403
244042007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
24405
24406 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
24407 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
24408
244092007-09-04 Jason Rumney <jasonr@gnu.org>
24410
24411 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
24412 in w32console.c. Set up input. Remove XXX comments that have been
24413 confirmed as correct.
24414
24415 * s/ms-w32.h (MULTI_KBOARD): Define.
24416
24417 * w32console.c (one_and_only_w32cons): Remove.
24418 (initialize_w32_display): Take terminal argument.
24419
24420 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
24421 initialize_w32_display.
24422 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
24423
24424 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
24425
24426 * keyboard.c (discard_mouse_events): Discard it.
24427 (make_lispy_event): Translate it to a lisp event.
24428 (lispy_wheel_names): Add wheel-left and right events.
24429 (syms_of_keyboard): Enlarge wheel_syms.
24430
24431 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
24432 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
24433
24434 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
24435
24436 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
24437 from WM_MOUSEHWHEEL.
24438 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
24439
24440 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
24441 terminal.
24442
24443 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
24444 keyboard for the terminal.
24445
244462007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
24447
24448 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
24449 (Vresume_tty_hook): Rename from Vresume_tty_functions.
24450 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
24451 and resume-tty-function to resume-tty-hook.
24452 (Fsuspend_tty, Fresume_tty): Use new names.
24453
244542007-09-02 Jan Djärv <jan.h.d@swipnet.se>
24455
24456 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
24457 if it starts with "n:".
24458
244592007-08-31 Jan Djärv <jan.h.d@swipnet.se>
24460
24461 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
24462
244632007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
24464
24465 * frame.h:
24466 * frame.c (Qterm_environment_variable): Remove.
24467 (syms_of_frame): Don't init and staticpro it.
24468
24469 * callproc.c (getenv_internal): Remove special case for $TERM.
24470
24471 * callproc.c (Vinitial_environment): New variable.
24472 (set_initial_environment): Initialize it.
24473 (syms_of_callproc): Declare it.
24474 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
24475 TERM under which a process runs is never related to the TERM in which
24476 Emacs is running.
24477
244782007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
24479
24480 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
24481 * s/darwin.h: ... do it here.
24482
244832007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
24484
24485 * lisp.h (set_initial_environment): Rename from set_global_environment.
24486
24487 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
24488 removed by mistake on the multi-tty branch.
24489
24490 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
24491 (Fmodify_frame_parameters): Return a value.
24492
24493 * image.c (png_load): Comment-out var only used in commented-out code.
24494
24495 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
24496 before passing it to mark_object.
24497
24498 * xfaces.c (internal_resolve_face_name): Return a value.
24499 (internal_resolve_face_name, resolve_face_name_error): Comment out.
24500
24501 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
24502 (x_icon): Comment-out var only used in commented-out code.
24503
245042007-08-29 Romain Francoise <romain@orebokech.com>
24505
24506 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
24507 QUIT hasn't been provided.
24508
245092007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
24510
24511 * callproc.c (child_setup, getenv_internal): Use the
24512 display-environment-variable and term-environment-variable frame params.
24513 (set_initial_environment): Initialise Vprocess_environment.
24514
24515 * config.in: Disable multi-keyboard support on a mac.
24516
24517 * frame.c (Qterm_environment_variable)
24518 (Qdisplay_environment_variable): New variables.
24519 (syms_of_frame): Intern and staticpro them.
24520 (Fmake_terminal_frame): Disable output method test.
24521
24522 * frame.h: Declare them here.
24523
24524 * macfns.c (x_set_mouse_color): Get rif from the frame.
24525 (x_set_tool_bar_lines): Don't use updating_frame.
24526 (mac_window): Add 2 new parameters for consistency with other systems.
24527 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
24528 frame parameters following what is done in X11 and w32. Don't use
24529 FRAME_MAC_DISPLAY_INFO.
24530 (Fx_open_connection, start_hourglass): Remove window-system check.
24531 (x_create_tip_frame): Get the keyboard from the terminal.
24532
24533 * macmenu.c: Reorder includes.
24534 (Fx_popup_menu): Use terminal specific mouse_position_hook.
24535
24536 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
24537 terminal parameter.
24538 (x_clear_frame): Add a frame parameter.
24539 (note_mouse_movement): Get rif from the frame.
24540 (mac_term_init): Initialize the terminal.
24541 (mac_initialize): Make static and move terminal initialization ...
24542 (mac_create_terminal): ... to this new function.
24543
24544 * macterm.h (struct mac_display_info): Add terminal.
24545 (mac_initialize): Delete declaration.
24546
24547 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
24548
24549 * sysdep.c: Comment out text after #endif.
24550
24551 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
24552 is defined. Better initialize ttys in windows. Use terminal
24553 specific mouse_position_hook.
24554
24555 * termhooks.h (union display_info): Add mac_display_info.
24556
24557 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
24558 Set the default minibuffer frame, window_system and the rest of the
24559 frame parameters following what is done in X11.
24560
24561 * w32term.c (w32_initialize): Make static.
24562
24563 * xselect.c (x_handle_selection_clear): Only access
24564 terminal->kboard when MULTI_KBOARD is defined.
24565
24566 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
24567 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
24568
245692007-08-29 Jason Rumney <jasonr@gnu.org>
24570
24571 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
24572 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
24573
24574 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
24575 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
24576
24577 * keyboard.c (restore_kboard_configuration): Only define when
24578 MULTI_KBOARD defined.
24579
24580 * makefile.w32-in: Update dependancies from Makefile.in.
24581 (OBJ1): Add terminal.$(O)
24582
24583 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
24584 Don't define function body.
24585 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
24586
24587 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
24588
24589 * w32.c (request_sigio, unrequest_sigio): Remove.
24590
24591 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
24592 (w32con_clear_frame, w32con_clear_end_of_line)
24593 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
24594 (w32con_delete_glyphs, w32con_set_terminal_window)
24595 (scroll_line, w32_sys_ring_bell): Add frame arg.
24596 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
24597 Add terminal arg.
24598 (PICK_FRAME): Remove.
24599 (w32con_write_glyphs): Use frame specific terminal coding.
24600 (one_and_only_w32cons): New global variable.
24601 (initialize_w32_display): Use it for storing hooks.
24602 (create_w32cons_output): New function.
24603
24604 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
24605 arg a frame.
24606
24607 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
24608 Set window_system.
24609 (x_set_tool_bar_lines): Don't use updating_frame.
24610 (Fx_create_frame): Set terminal and ref count.
24611 (Fx_open_connection): Remove window-system check.
24612
24613 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
24614
24615 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
24616 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
24617 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
24618 Add frame arg.
24619 (x_delete_terminal, w32_create_terminal): New functions.
24620 (w32_term_init): Create a terminal.
24621 (w32_initialize): Move terminal specific initialization to
24622 w32_create_terminal.
24623
24624 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
24625 (w32_clear_rect, w32_clear_area): Use background from frame.
24626 (w32_display_info): Add terminal.
24627 (w32_sys_ring_bell, x_delete_display): Declare here.
24628
24629 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
24630
24631 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
24632
246332007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
24634
24635 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
24636 Fix get_named_tty calls for the controlling tty.
24637
246382007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
24639
194d44e7 24640 * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
aac0c6e3
MR
24641
246422007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
24643
24644 * term.c (tty_insert_glyphs): Add missing first parameter.
24645
246462007-08-29 Károly Lőrentey <karoly@lorentey.hu>
24647
24648 * buffer.c (Fbuffer_list, Fbury_buffer):
24649 Take frame->buried_buffer_list into account.
24650
24651 * cm.c (current_tty): New variable, for cmputc().
24652 (cmputc): Use it.
24653 (cmcheckmagic): Add tty parameter, look up terminal streams there.
24654 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
24655 (cmgoto): Add tty parameter. Pass it on to calccost().
24656 Use emacs_tputs() instead of tputs().
24657
24658 * cm.h (emacs_tputs): New macro to set current_tty, and then call
24659 tputs().
24660 (current_tty): New variable, for cmputc().
24661 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
24662
24663 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
24664 (internal_condition_case, internal_condition_case_1)
24665 (internal_condition_case_2): Don't abort when x_catching_errors.
24666
24667 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
24668 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
24669 prevent crashes caused by bogus longjmps in read_char.
24670
24671 * keymap.h (Fset_keymap_parent): Add EXFUN.
24672
24673 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
24674 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
24675 Remove redundant definition.
24676
24677 * macfns.c (x_set_mouse_color, x_make_gc):
24678 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24679
24680 * w32term.c (x_free_frame_resources):
24681 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24682 (w32_initialize): Use the accessor macros for terminal characteristics.
24683
24684 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
24685 Use the accessor macros for terminal characteristics.
24686 * msdos.c (internal_terminal_init): Use the accessor macros for
24687 terminal characteristics.
24688 (ScreenVisualBell, internal_terminal_init):
24689 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24690
24691 * termopts.h (no_redraw_on_reenter): Declare.
24692
24693 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
24694 (mark_terminals, mark_ttys): Declare.
24695 (Fgarbage_collect): Call them.
24696 (mark_object): Mark buried_buffer_list.
24697
24698 * prefix-args.c: Include stdlib.h for exit.
24699
24700 * syssignal.h: Add comment.
24701
24702 * indent.c: Include stdio.h.
24703
24704 * window.h (Vinitial_window_system): Declare.
24705 (Vwindow_system): Delete declaration.
24706
24707 * fontset.c (Finternal_char_font): Use FRAME_RIF.
24708
24709 * image.c (lookup_image): Don't initialize `c' until the xasserts
24710 have been run.
24711
24712 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
24713 FRAME_FOREGROUND_PIXEL.
24714
24715 * print.c (print_preprocess): Don't lose print_depth levels while
24716 iterating.
24717
24718 * widget.c (update_from_various_frame_slots):
24719 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24720
24721 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
24722 frames.
24723 (window_internal_height): Remove bogus make_number call.
24724 (init_window_once): Call make_terminal_frame with two zero parameters.
24725
24726 * fileio.c (Fread_file_name): Update comment.
24727
24728 * callint.c (Fcall_interactively):
24729 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
24730 Make sure it is correctly unwound.
24731
24732 * xsmfns.c (x_session_close): New function.
24733
24734 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
24735 Delete declarations.
24736
24737 * xterm.h: Remove declaration for x_fully_uncatch_errors.
24738 (x_output): Remove background_pixel and foreground_pixel fields.
24739 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
24740 (x_delete_device, x_session_close): Declare.
24741
24742 * lread.c: Include setjmp.h. Update declaration of `read_char'.
24743 (read_filtered_event): Call `read_char' with a local
24744 `wrong_kboard_jmpbuf'.
24745
24746 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
24747 Don't call single_kboard_state. Use FRAME_RIF.
24748
24749 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
24750 systems.
24751
24752 * lisp.h (set_process_environment): Rename to `set_global_environment'.
24753 (Fframe_with_environment, Fset_input_meta_mode)
24754 (Fset_quit_char): EXFUN.
24755 (x_create_device, tty_output, terminal, tty_display_info): Declare.
24756 (init_sys_modes, reset_sys_modes): Update prototypes.
24757 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
24758
24759 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
24760 Vlocal_key_translation_map, and Vkeyboard_translate_table.
24761 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
24762 Delete declarations.
24763 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
24764 (temporarily_switch_to_single_kboard, tty_read_avail_input):
24765 New declarations.
24766
24767 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
24768 already does that during init_display(). Call syms_of_keymap
24769 before syms_of_keyboard. Call `syms_of_terminal'.
24770 Call set_initial_environment, not set_process_environment.
24771 (shut_down_emacs): Call reset_all_sys_modes() instead of
24772 reset_sys_modes().
24773
24774 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
24775 (internal_resolve_face_name, resolve_face_name_error): New functions.
24776 (resolve_face_name): Protect against loops and errors thrown by Fget.
24777 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
24778 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
24779
24780 * scroll.c: Replace CURTTY() with local variables throughout the
24781 file (where applicable).
24782 (calculate_scrolling, calculate_direct_scrolling)
24783 (scrolling_1, scroll_cost): Use the accessor macros for terminal
24784 characteristics.
24785
24786 * keymap.c (Vfunction_key_map): Remove.
24787 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
24788 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
24789 (Vkey_translation_map): Remove.
24790 (syms_of_keymap): Remove DEFVAR for key-translation-map.
24791 (Fdescribe_buffer_bindings)
24792 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
24793 Update for terminal-local key-translation-map.
24794
24795 * Makefile.in (callproc.o): Update dependencies.
24796 (lisp, shortlisp): Add termdev.elc.
24797 (obj): Add terminal.o.
24798 (terminal.o): Add dependencies.
24799 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
24800 (data.o, fns.o): Add termhooks.h dependency.
24801 (SOME_MACHINE_LISP): Add dnd.elc.
24802 (minibuf.o): Fix typo.
24803 Update dependencies.
24804
24805 * data.c (do_symval_forwarding, store_symval_forwarding)
24806 (find_symbol_value): Use the selected frame's keyboard, not
24807 current_kboard.
24808
24809 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
24810 Vwindow_system.
24811
24812 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
24813 Fmenu_bar_open.
24814 (syms_of_xmenu): Update defsubr.
24815 (mouse_position_for_popup, Fx_popup_menu)
24816 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
24817 (set_frame_menubar, free_frame_menubar)
b97439ce 24818 (create_and_show_popup_menu, xmenu_show)
aac0c6e3
MR
24819 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
24820 an X frame.
24821
24822 * xselect.c (x_own_selection): Abort if not an X frame.
24823 (some_frame_on_display): Check if it is an X frame.
24824 (x_handle_selection_clear): Deal with MULTI_KBOARD.
24825
24826 * coding.c: Include frame.h and termhooks.h.
24827 (terminal_coding, keyboard_coding): Delete.
24828 (Fset_terminal_coding_system_internal)
24829 (Fset_keyboard_coding_system_internal)
24830 (Fkeyboard_coding_system)
24831 (Fterminal_coding_system): Add a terminal parameter.
24832 Get terminal_coding from the terminal.
24833 (init_coding_once): Don't call setup_coding_system here.
24834
24835 * dispextern.h (set_scroll_region, turn_off_insert)
24836 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
24837 (tty_clear_end_of_line, tty_setup_colors)
24838 (delete_tty, updating_frame)
24839 (produce_special_glyphs, produce_glyphs, write_glyphs)
24840 (insert_glyphs): Remove.
24841 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
24842 (tty_turn_off_highlight, get_tty_size): Add declaration.
24843 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
24844
24845 * frame.h (enum output_method): Add output_initial.
24846 (struct x_output): Delete.
24847 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
24848 Access foreground_pixel and background_pixel directly from the frame.
24849 (tty_display): Delete.
24850 (struct frame): Add buried_buffer_list, foreground_pixel,
24851 background_pixel and terminal. Delete kboard.
24852 (union output_data): Add tty.
24853 (FRAME_KBOARD): Get the kboard from the terminal.
24854 (FRAME_INITIAL_P): New macro.
24855 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
24856 (Qterm_environment_variable, Qdisplay_environment_variable)
24857 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
24858 New declarations.
24859
24860 * termchar.h (tty_output, tty_display_info): New structures.
24861 (tty_list): Declare.
24862 (FRAME_TTY, CURTTY): New macros.
24863 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
24864 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
24865 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
24866 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
24867
24868 * callproc.c: Include frame.h and termhooks.h, for terminal
24869 parameters.
24870 (add_env): New function.
24871 (child_setup): Use it.
24872 (child_setup, getenv_internal): Handle the new Vprocess_environment.
24873 (getenv_internal): Fix get_terminal_param call.
24874 (Fgetenv_internal, egetenv): Update doc.
24875 (syms_of_callproc): Initialize Vprocess_environment to nil.
24876 Register and initialize them. Remove obsolete defvars. Update doc
24877 strings.
24878 (child_setup): Handle Vlocal_environment_variables.
24879 (getenv_internal): Add terminal parameter.
24880 Handle Vlocal_environment_variables.
24881 (Fgetenv_internal): Add terminal parameter.
24882 (child_setup, getenv_internal, Fgetenv_internal): Store the local
24883 environment in a frame (not terminal) parameter. Update doc strings.
24884 (set_initial_environment): Rename from set_global_environment.
24885 Store Emacs environment in initial frame parameter.
24886
24887 * xdisp.c (redisplay_internal): Update references to
24888 `previous_terminal_frame'.
24889 (display_mode_line, Fformat_mode_line): Replace calls to
24890 `push_frame_kboard' with `push_kboard'.
24891 (get_glyph_string_clip_rects): Add extra parentheses and
24892 braces to prevent compiler warnings.
24893 (calc_pixel_width_or_height): Add xassert to check that the
24894 frame is alive. Don't call `lookup_image' on a termcap frame.
24895 (message2_nolog, message3_nolog, redisplay_internal)
24896 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
24897 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
24898 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
24899 (Fx_display_pixel_width, Fx_display_pixel_height)
24900 (Fx_display_planes, Fx_display_color_cells)
24901 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
24902 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
24903 (Fx_display_backing_store, Fx_display_visual_class)
24904 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
24905 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
24906
24907 * xfns.c (x_set_foreground_color x_set_background_color)
24908 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
24909 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24910 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
24911 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
24912 terminal that is being deleted.
24913 (Fx_create_frame): Use `store_frame_param' to set `window-system'
24914 frame parameter, and make sure it overrides any user-supplied setting.
24915 (Fx_close_connection, Fx_synchronize): Unify argument names with
24916 the rest of the DEFUNs.
24917
24918 * dispnew.c (Fsend_string_to_terminal): Update call to
24919 `get_tty_terminal'.
24920 (Fredraw_frame, Fsend_string_to_terminal)
24921 (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
24922 FRAME_TERMCAP_P and FRAME_TTY.
24923 (window_change_signal): Don't believe width/height values that are
24924 impossibly small.
24925 (Vinitial_window_system): Rename from Vwindow_system.
24926 (termscript, Wcm, rif): Delete.
24927
24928 * termhooks.h (struct terminal): New struct containing the
24929 previously global text display hooks and new members NAME,
24930 DELETED and PARAM_ALIST.
24931 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
24932 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
24933 (FRAME_RIF): New macros.
24934 (get_terminal_param, get_device): New declarations.
24935 (termscript): Delete declaration.
24936
24937 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
24938 (XTflash, x_free_frame_resources, x_scroll_bar_create)
24939 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
24940 FRAME_FOREGROUND_PIXEL.
24941 (x_fully_uncatch_errors): Disable definition.
24942 (x_scroll_bar_expose): Fix reference to foreground pixel.
24943 (XTread_socket): Disable loop on all X displays.
24944 (x_delete_terminal): Don't set terminal->deleted and let
24945 delete_terminal delete the frames on the terminal.
24946 (x_delete_display): Doc update to reflect changes in
24947 delete_terminal.
24948 (x_display_info) <terminal>: Move member earlier in the struct.
24949 (deleting_tty): Remove old variable.
24950 (Fsuspend_tty): Call clear_tty_hooks.
24951 (Fresume_tty, init_tty): Call set_tty_hooks.
24952 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
24953 errors on X frames.
24954 (x_catch_errors_unwind): Abort if x_error_message is NULL.
24955 (handle_one_xevent): Initialize `f' to NULL.
24956 (x_delete_terminal, x_create_terminal): New functions.
24957 (XTset_terminal_modes, XTreset_terminal_modes)
24958 (XTread_socket, x_connection_closed, x_term_init)
24959 (x_term_init, x_delete_display): Add terminal parameter.
24960 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
24961 X connections.
24962
24963 * frame.c: Include termchar.h.
24964 (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
24965 (Qwindow_system, Qenvironment, Qterm_environment_variable)
24966 (Qdisplay_environment_variable): New vars.
24967 (Fframep): Deal with output_initial.
24968 (Fframe-live-p): Doc fix.
24969 (Fwindow-system): New function.
24970 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
24971 (make_terminal_frame): Don't create frames on a terminal that is
24972 being deleted. Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
24973 (store_frame_param): Check for found_for_frame before calling XFRAME.
24974 (Fmake_terminal_frame): Handle NULL tty names correctly.
24975 (syms_of_frame): Enhance doc string of `default-frame-alist'.
24976 (Fdelete_frame): Remove unused variable `count'. Don't allow other
24977 frames to refer to a deleted frame in their 'environment parameter.
24978 (Fframe_with_environment): New function.
24979 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
24980 (get_future_frame_param): New function.
24981 (Fmake_terminal_frame): Use it.
24982 (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
24983
24984 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
24985 * sysdep.c (reset_sys_modes): Update for renames.
24986
24987 * keyboard.c (tty_read_avail_input): New function.
24988 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
24989 (syms_of_keyboard): Defsubr them.
24990 (Fset_input_meta_mode, Fset_quit_char): New functions.
24991 (Fset_input_mode): Split to above functions.
24992 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
24993 parameter. Use it in call to `read_char'.
24994 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
24995 Set wrong_kboard_jmpbuf correctly in recursive calls.
24996 Use current_kboard to access Vkeyboard_translate_table.
24997 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
24998 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
24999 Update longjmp invocations. Remember the original current_kboard,
25000 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
25001 changes it. Comment out unnecessary calls to
25002 `record_single_kboard_state' and `any_kboard_state'.
25003 Update recursive calls.
25004 (wrong_kboard_jmpbuf): Remove global variable.
25005 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
25006 Handle deleted interrupted_kboards correctly; that is a legal
25007 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
25008 and read_char calls. Abort if interrupted_kboard died in read_char.
25009 (any_kboard_state, single_kboard_state)
25010 (push_frame_kboard): Remove function.
25011 (pop_kboard): Switch out of single_kboard mode if the kboard has
25012 been deleted. Remove unused variable. Help debugging by not
25013 changing current_kboard unnecessarily. Set current_kboard to the
25014 kboard of the selected frame when the stored kboard object has
25015 been deleted before pop_kboard.
25016 (temporarily_switch_to_single_kboard): Change first parameter to a
25017 frame pointer. Throw an error when caller wants to change kboards
25018 while in single_kboard mode. Don't push_kboard if we weren't in
25019 single kboard state. Don't pop_kboard if we popped into any
25020 kboard state.
25021 (restore_kboard_configuration): Abort if pop_kboard changed the
25022 kboard in single_kboard mode. Call pop_kboard only after setting
25023 up single_kboard mode.
25024 (Frecursive_edit): Switch to single_kboard mode only in nested
25025 command loops.
25026 (cmd_error, command_loop, command_loop_1, timer_check):
25027 Comment out unnecessary call to `any_kboard_state' and
25028 `record_single_kboard_state'.
25029 (delete_kboard): Exit single_kboard mode if we have just deleted
25030 that kboard. Use FRAME_KBOARD.
25031 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
25032 `fatal_error_signal'.
25033 (record_single_kboard_state): Don't push_kboard if we weren't in
25034 single kboard state. Don't pop_kboard if we popped into any
25035 kboard state.
25036 (push_frame_kboard): Rename to push_kboard.
25037 (kbd_buffer_get_event): Use FRAME_TERMINAL.
25038 (read_avail_input): Read input from all terminals.
25039 (mark_kboards): Also mark Vkeyboard_translate_table.
25040 (kbd_buffer_store_event_hold): Simplify condition.
25041 (read_key_sequence): Reinitialize fkey and keytran at each replay.
25042 (Vkeyboard_translate_table): Move to struct kboard.
25043 (init_kboard): Initialize Vkeyboard_translate_table.
25044 (syms_of_keyboard): Use DEFVAR_KBOARD to define
25045 Vkeyboard_translate_table. Update doc strings. Update docs of
25046 local-function-key-map and function-key-map.
25047
25048 * terminal.c: New file.
25049
25050 * term.c: Include errno.h.
25051 (Vring_bell_function, device_list, initial_device)
25052 (next_device_id, ring_bell, update_begin, update_end)
25053 (set_terminal_window, cursor_to, raw_cursor_to)
25054 (clear_to_end, clear_frame, clear_end_of_line)
25055 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
25056 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
25057 (syms_of_term): Move their initialization to terminal.c.
25058 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
25059 (Ftty_display_color_cells)
25060 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
25061 (clear_tty_hooks, set_tty_hooks)
25062 (init_tty, maybe_fatal): New functions.
25063 (Ftty_type): Return nil if terminal is not on a tty instead of
25064 throwing an error. Doc update.
25065 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
25066 Doc update. Initialize new subrs and variables.
25067 (delete_tty): Use terminal->deleted.
25068 (tty_set_terminal_modes): Rename from set_terminal_modes.
25069 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
25070 (set_scroll_region): Rename to `tty_set_scroll_region'.
25071 (turn_on_insert): Rename to `tty_turn_on_insert'.
25072 (turn_off_insert): Rename to `tty_turn_off_insert'.
25073 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
25074 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
25075 (toggle_highligh): Rename to `tty_toggle_highlight'.
25076 (background_highlight): Rename to `tty_background_highlight'.
25077 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
25078 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
25079 (tty_set_scroll_region, tty_background_highlight)
25080 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
25081 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
25082 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
25083 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
25084 Add static modifier.
25085 (tty_reset_terminal_modes, tty_set_terminal_window)
25086 (tty_set_scroll_region, tty_background_highlight)
25087 (tty_highlight_if_desired, tty_cursor_to)
25088 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
25089 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
25090 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
25091 renames.
25092
250932007-08-28 Jan Djärv <jan.h.d@swipnet.se>
25094
25095 * keyboard.c: Qrtl is new.
25096 (parse_tool_bar_item): Handle :rtl keyword.
25097 (syms_of_keyboard): Intern :rtl keyword.
25098
25099 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
25100
25101 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
25102 so no Lisp code is executed.
25103 (file_for_image, find_rtl_image): New functions.
25104 (xg_get_image_for_pixmap): Use file_for_image.
25105 (update_frame_tool_bar): If direction is RTL, use RTL image if
25106 defined. Use Gtk stock images if defined.
25107
251082007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25109
25110 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
25111 for nonexistent or zero-width glyph in composition glyph.
25112
251132007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25114
25115 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
25116
25117 * xdisp.c (Finvisible_p): New function.
25118 (syms_of_xdisp): defsubr it.
25119
251202007-08-24 Juanma Barranquero <lekktu@gmail.com>
25121
25122 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
25123 Doc fixes.
25124
251252007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25126
25127 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
25128
251292007-08-24 Martin Rudalics <rudalics@gmx.at>
25130
25131 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
25132 whether decoding has modified buffer contents.
25133
251342007-08-24 Jason Rumney <jasonr@gnu.org>
25135
25136 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
25137 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
25138 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
25139 (init_svg_functions) [HAVE_NTGUI]: New function.
25140 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
25141 (svg_load_image): Use them.
25142 (svg_load_image) [HAVE_NTGUI]: Implement background.
25143
251442007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25145
25146 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
25147 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
25148 (LIBX): Remove @RSVG_LIBS@.
25149 (LIBES): Add $(RSVG_LIBS).
25150
25151 * image.c (svg_load_image): Blend with specified background if exists.
25152 Use IMAGE_BACKGROUND. Add Mac OS Support.
25153
25154 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
25155 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
25156 Remove macros.
25157 [MAC_OSX] (socket_callback): Do nothing.
25158 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
25159 ReceiveNextEvent.
25160 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
25161 socket_callback.
25162 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
25163
251642007-08-22 Glenn Morris <rgm@gnu.org>
25165
25166 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
25167
251682007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
25169
25170 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
25171
25172 * image.c: Add support for SVG images. Some additional comments
25173 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
25174 (svg_image_p): New function to test for SVG image.
25175 (svg_load): New function to load SVG image.
25176 (svg_load_image): New function, helper for svg_load.
25177 (Qsvg): New Lisp_object.
25178 (svg_keyword_index): New enum.
25179 (svg_format): New static `image_keyword' struct.
25180 (svg_type): New static `image_type' struct.
25181 (librsvg/rsvg.h): Include it.
25182
251832007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
25184
25185 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
25186
251872007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25188
25189 * lread.c (Qold_style_backquotes): New var.
25190 (syms_of_lread): Init and staticpro it.
25191 (load_warn_old_style_backquotes): New fun.
25192 (Fload): Use them to warn about old style backquotes.
25193 (end_of_file_error, Fload): Remove unused vars.
25194
25195 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
25196
25197 * lread.c (Vold_style_backquotes): New var.
25198 (syms_of_lread): Init and export it to Elisp.
25199 (read1): Set it when we find an old-style (back)quote.
25200
252012007-08-22 Jason Rumney <jasonr@gnu.org>
25202
25203 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
25204
252052007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
25206
25207 * puresize.h (BASE_PURESIZE): Increase to 1140000.
25208
252092007-08-19 Richard Stallman <rms@gnu.org>
25210
25211 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
25212
252132007-08-19 Andreas Schwab <schwab@suse.de>
25214
25215 * alloc.c (pure): Round PURESIZE up.
25216
252172007-08-17 Jan Djärv <jan.h.d@swipnet.se>
25218
25219 * xterm.c (handle_one_xevent): Remove check that mouse click is in
25220 active frame.
25221
252222007-08-16 Richard Stallman <rms@gnu.org>
25223
25224 * eval.c (Fcommandp): Add parens to clarify.
25225
25226 * minibuf.c (Fall_completions): Use enum for type of table.
25227
25228 * emacs.c (USAGE2): Improve text.
25229
252302007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
25231
25232 * term.c (tty_default_color_capabilities): Declare static
25233 variables in file scope, to avoid HPUX compiler problem.
25234
252352007-08-13 Jan Djärv <jan.h.d@swipnet.se>
25236
25237 * gtkutil.c (update_frame_tool_bar): Use -1 as index
25238 to gtk_toolbar_insert.
25239
252402007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
25241
25242 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
25243
25244 * insdel.c (reset_var_on_error): New fun.
25245 (signal_before_change, signal_after_change):
25246 Use it to reset (after|before)-change-functions to nil in case of error.
25247 Bind inhibit-modification-hooks to t.
25248 Don't bind (after|before)-change-functions to nil while they run.
25249
252502007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25251
25252 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
25253 filling pixmap with stippled background.
25254
252552007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25256
25257 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
25258 Don't use invisible frame as parent window for repositioning.
25259
252602007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
25261
25262 * print.c (new_backquote_output): Rename from old_backquote_output.
25263 (print): Inverse its logic (according to its name) so as to match the
25264 behavior of new_backquote_flag in lread.c.
25265
252662007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25267
25268 * gmalloc.c (posix_memalign): New function.
25269
25270 * macterm.c (frame_highlight, frame_unhighlight): Don't call
25271 ActivateControl/DeactivateControl here.
25272 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
25273 frame-notice-user-settings is non-nil.
25274 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
25275 for kEventParamFMFontStyle.
25276 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
25277 mac_pass_command_to_system and mac_pass_control_to_system here.
25278 (XTread_socket): Call ActivateControl/DeactivateControl here.
25279 (XTread_socket) [TARGET_API_MAC_CARBON]:
25280 Check mac_pass_command_to_system and mac_pass_control_to_system here.
25281 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
25282 for window repositioning.
25283
252842007-08-08 Glenn Morris <rgm@gnu.org>
25285
25286 * Replace `iff' in doc-strings and comments.
25287
252882007-08-07 Chong Yidong <cyd@stupidchicken.com>
25289
25290 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
25291
252922007-08-07 Martin Rudalics <rudalics@gmx.at>
25293
25294 * fileio.c (Finsert_file_contents): Run format-decode and
25295 after_insert_file_functions on entire buffer when REPLACE is
25296 non-nil and inhibit modification_hooks and point_motion_hooks.
25297 For consistency, run after_insert_file_functions iff something
25298 got inserted. Move signal_after_change and update_compositions
25299 after code running after_insert_file_functions. Make sure that
25300 undo_list doesn't record intermediate steps of the decoding process.
25301
253022007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25303
25304 * emacs.c (main)
25305 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
25306 Call malloc_enable_thread on interactive startup.
25307
25308 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
25309 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
25310 [USE_PTHREAD]: Conditionalize with it.
25311 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
25312 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
25313 New functions.
25314
253152007-08-06 Chong Yidong <cyd@stupidchicken.com>
25316
25317 * xdisp.c (redisplay_window): When restoring original buffer
25318 position, make sure it is still valid.
25319
25320 * image.c (png_load): Ignore png-supplied background color.
25321
253222007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25323
25324 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
25325 Use kCFAbsoluteTimeIntervalSince1970.
25326
25327 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
25328 New variable.
25329 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
25330 event loop should be quit.
25331 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
25332 Quit dialog event loop if quit_dialog_event_loop is set.
25333
25334 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
25335 (Selection): New typedef. Use instead of ScrapRef.
25336 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
25337 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
25338 (mac_clear_selection): Rename from clear_scrap.
25339 (get_flavor_type_from_symbol): New argument SEL and subsume function of
25340 scrap_has_target_type. All uses changed.
25341 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
25342 (mac_selection_has_target_p): New functions.
25343 (mac_put_selection_value): Rename from put_scrap_string.
25344 (mac_get_selection_value): Rename from get_scrap_string.
25345 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
25346 (put_scrap_private_timestamp, scrap_has_target_type)
25347 (get_scrap_private_timestamp): Remove functions.
25348 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
25349 (x_own_selection, x_get_local_selection):
25350 Use mac_valid_selection_value_p.
25351 (x_own_selection): Don't use put_scrap_private_timestamp.
25352 Record OWNERSHIP-INFO into Vselection_alist instead.
25353 (x_get_local_selection): Don't check type if request is local.
25354 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
25355 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
25356
253572007-08-04 Jan Djärv <jan.h.d@swipnet.se>
25358
25359 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
25360 add comment explaining why.
25361
253622007-08-03 Richard Stallman <rms@gnu.org>
25363
25364 * fileio.c (Fvisited_file_modtime): Use make_time.
25365
253662007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
25367
25368 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
25369 build.
25370
253712007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
25372
25373 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
25374
253752007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
25376
25377 * puresize.h (BASE_PURESIZE): Increase to 1130000.
25378
253792007-07-30 Richard Stallman <rms@gnu.org>
25380
25381 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
25382
253832007-07-29 Jan Djärv <jan.h.d@swipnet.se>
25384
25385 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
25386
253872007-07-28 Nick Roberts <nickrob@snap.net.nz>
25388
25389 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
25390 remote default-directory.
25391
25392 * buffer.c (mode-line-format): Update doc string.
25393
253942007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25395
25396 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
25397 scroll bar gap.
25398 (x_scroll_bar_create): Set bar->fringe_extended_p.
25399 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
25400 on frame edge. Check fringe background extension. Don't clear
25401 extended fringe background area.
25402
25403 * w32term.h (struct scroll_bar): New member fringe_extended_p.
25404 (w32_fill_area): Enclose multiple statements with do ... while (0).
25405
25406 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
25407 Extend fringe background to scroll bar gap.
25408 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
25409 Set bar->fringe_extended_p.
25410 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
25411 Put leftmost/rightmost scroll bars on frame edge. Check fringe
25412 background extension. Don't clear extended fringe background area.
25413
25414 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
25415 New member fringe_extended_p.
25416
254172007-07-25 Glenn Morris <rgm@gnu.org>
25418
25419 * Relicense all FSF files to GPLv3 or later.
25420
25421 * COPYING: Switch to GPLv3.
25422
254232007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
25424
25425 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
25426
25427 * data.c (Finteractive_form): Check for the presence of an
25428 `interactive-form' symbol property more thoroughly.
25429
25430 * data.c (Finteractive_form): Use an `interactive-form' property if
25431 present, analogous to the function-documentation property.
25432
254332007-07-24 Jason Rumney <jasonr@gnu.org>
25434
25435 * w32fns.c (x_real_positions): Get real position from OS instead of
25436 calculating it.
25437
254382007-07-23 Jason Rumney <jasonr@gnu.org>
25439
25440 * filelock.c (current_lock_owner): Allow for @ sign in username.
25441
254422007-07-22 Nick Roberts <nickrob@snap.net.nz>
25443
25444 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
25445 remote default-directory.
25446
25447 * buffer.c (mode-line-format): Describe above case in doc string.
25448
254492007-07-20 Eli Zaretskii <eliz@gnu.org>
25450
25451 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
25452 Define if not defined.
25453
254542007-07-18 Jason Rumney <jasonr@gnu.org>
25455
25456 * w32proc.c (w32_executable_type): Handle 64 bit executables.
25457
254582007-07-18 Richard Stallman <rms@gnu.org>
25459
25460 * data.c (Fsetq_default): Doc fix.
25461
25462 * eval.c (Fsetq): Doc fix.
25463
254642007-07-18 Juanma Barranquero <lekktu@gmail.com>
25465
25466 * coding.c (Ffind_operation_coding_system):
25467 * eval.c (For, Fand): Doc fixes.
25468 Reported by Johan Bockgård.
25469
254702007-07-18 Jan Djärv <jan.h.d@swipnet.se>
25471
25472 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
25473
25474 * xterm.h: Declare x_ewmh_activate_frame.
25475
25476 * xterm.c (x_ewmh_activate_frame): New function.
25477 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
25478
254792007-07-17 Martin Rudalics <rudalics@gmx.at>
25480
25481 * window.c (Fdisplay_buffer): If largest or LRU window is the
25482 only window, split it even if it is not eligible for splitting.
25483 This restores the original behavior broken by the 2007-07-15
25484 change.
25485
254862007-07-17 Glenn Morris <rgm@gnu.org>
25487
25488 * abbrev.c (abbrev_check_chars): New function.
25489 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
25490 Call abbrev_check_chars to check abbrev characters are word
25491 constituents. Doc fix.
25492
254932007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
25494
25495 * process.c (Fstart_process, Fmake_network_process)
25496 (read_process_output): Fix up last changes.
25497
254982007-07-16 Eli Zaretskii <eliz@gnu.org>
25499
25500 * makefile.w32-in (clean): Don't delete *~.
25501
255022007-07-16 Andreas Schwab <schwab@suse.de>
25503
25504 * window.c (Fdisplay_buffer): Use NILP.
25505 (Fset_window_scroll_bars): Likewise.
25506
255072007-07-15 Martin Rudalics <rudalics@gmx.at>
25508
25509 * window.c (window_min_size_2): New function.
25510 (window_min_size_1, size_window, Fdisplay_buffer)
25511 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
25512 windows without mode- or header-lines when window-min-height is
25513 too small.
25514 (size_window): Reset nodelete_p after testing it, following an
25515 earlier note by Kim F. Storm.
25516 (display_buffer): Do not set split_height_threshold to twice the
25517 value of window_min_height to avoid changing the value of a
25518 customizable variable. Rather explicitly check whether the
25519 height of the window that shall be splitted is at least as large
25520 as split_height_threshold.
25521 (Fwindow_full_width_p): New defun.
25522 (syms_of_window): Defsubr it.
25523
25524 * window.h: Add EXFUN for Fwindow_full_width_p.
25525
255262007-07-14 Jason Rumney <jasonr@gnu.org>
25527
25528 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
25529
255302007-07-14 Richard Stallman <rms@gnu.org>
25531
25532 * eval.c (maybe_call_debugger): New function.
25533 (find_handler_clause): Use maybe_call_debugger.
25534 Call it when the handler says `debug'.
25535 Eliminate DEBUGGER_VALUE_PTR.
25536 (Fsignal): Eliminate debugger_value.
25537 (Qdebug): New variable.
25538 (syms_of_eval): Initialize it.
25539
255402007-07-14 Juanma Barranquero <lekktu@gmail.com>
25541
25542 * eval.c (Fprogn):
25543 * keyboard.c (Ftrack_mouse):
25544 * print.c (Fwith_output_to_temp_buffer):
25545 * window.c (Fsave_window_excursion): Doc fix.
25546
255472007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
25548
25549 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
25550
255512007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
25552
25553 * process.h (struct Lisp_Process): Turn slots infd, outfd,
25554 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
25555 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
25556 read_output_delay, and read_output_skip from Lisp_Objects to ints.
25557 Remove unused encoding_carryover.
25558 * process.c: Adjust all functions accordingly.
25559
255602007-07-12 Richard Stallman <rms@gnu.org>
25561
25562 * term.c: Include unistd.h only if HAVE_UNISTD_H.
25563
255642007-07-11 Jason Rumney <jasonr@gnu.org>
25565
25566 * makefile.w32-in (LIBS): Include OLE32.
25567
25568 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
25569 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
25570
255712007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
25572
25573 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
25574 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
25575 from a Lisp_Object into a bare pointer.
25576 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
25577 Adjust the code correspondingly.
25578
25579 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
25580
25581 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
25582 (term_show_mouse_face): Remove unused var `j'.
25583 (handle_one_term_event): Remove unused vars `i' and `j'.
25584 Don't cast return value of ttyname since it's not necessary.
25585
255862007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
25587
25588 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
25589 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
25590
25591 * fns.c (map_char_table): Use an array of int for `indices' rather than
25592 an array of Lisp_Objects (which are only ever integers anyway).
25593 (Fmap_char_table): Update caller.
25594 * lisp.h: Update prototype.
25595 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
25596 * fontset.c (Ffontset_info):
25597 * casetab.c (set_case_table): Update callers.
25598
25599 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
25600
25601 * keymap.c (struct accessible_keymaps_data)
25602 (struct where_is_internal_data): New structures.
25603 (accessible_keymaps_1, where_is_internal_1): Use them to change
25604 interface to adhere to the one used by map_keymap.
25605 (Faccessible_keymaps, where_is_internal): Use map_keymap.
25606 (accessible_keymaps_char_table, where_is_internal_2): Remove.
25607
25608 * keymap.h (map_keymap_function_t): More informative prototype.
25609
256102007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
25611
25612 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
25613 (looking_at_1): Don't change search_regs and last_thing_searched
25614 if `inhibit-changing-match-data' is non-nil.
25615 (string_match_1, search_buffer, set_search_regs): Likewise.
25616 (syms_of_search): Add Lisp level definition for
25617 `inhibit-changing-match-data' and set it to nil.
25618 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
25619 start and end of the match, instead of using values in search_regs.
25620
256212007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
25622
25623 * minibuf.c (Fcompleting_read): New value `confirm-only'
25624 for `require-match'.
25625
256262007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
25627
25628 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
25629 part of the 2007-06-27 change to syms_of_fileio.
25630
256312007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25632
25633 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
25634 Check WINDOWP before using XWINDOW. Consolidate return statements.
25635
256362007-06-27 Richard Stallman <rms@gnu.org>
25637
25638 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
25639
256402007-06-27 Juanma Barranquero <lekktu@gmail.com>
25641
25642 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
25643
256442007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25645
25646 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
25647 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
25648 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
25649 (_free_internal, memalign): Use them.
25650 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
25651 Initialize to PTHREAD_MUTEX_INITIALIZER.
25652 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
25653 (morecore_nolock): Rename from morecore. All uses changed.
25654 Use only nolock versions of internal allocation functions.
25655 (_malloc_internal_nolock, _realloc_internal_nolock)
25656 (_free_internal_nolock): New functions created from
25657 _malloc_internal, _realloc_internal, and _free_internal.
25658 (_malloc_internal, _realloc_internal, _free_internal): Use them.
25659 Copy hook value to automatic variable before its use.
25660 (memalign): Copy hook value to automatic variable before its use.
25661
256622007-06-26 Kenichi Handa <handa@m17n.org>
25663
25664 * coding.c (Ffind_operation_coding_system): Docstring improved.
25665 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
25666
256672007-06-25 David Kastrup <dak@gnu.org>
25668
25669 * keymap.c (Fcurrent_active_maps): Add `position' argument.
25670 (Fwhere_is_internal): Adjust call to `current-active-maps' to
25671 cater for additional parameter.
25672
25673 * keymap.h: Adjust number of parameters to `current-active-maps'.
25674
25675 * doc.c (Fsubstitute_command_keys): Adjust call of
25676 `current-active-maps'.
25677
256782007-06-25 David Kastrup <dak@gnu.org>
25679
25680 * callint.c (Fcall_interactively): Make the parsing of interactive
25681 specs somewhat more readable.
25682
256832007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25684
25685 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
25686 to scroll bar gap also when bitmap fills fringe. Draw only foreground
25687 if extended background has already been filled.
25688
256892007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25690
25691 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
25692 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
25693
25694 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
25695 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
25696 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
25697 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
25698 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
25699 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
25700 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
25701 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
25702 Run timers during dialog popup.
25703 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
25704
257052007-06-21 Jason Rumney <jasonr@gnu.org>
25706
25707 * image.c (convert_mono_to_color_image): Swap fore and background.
25708
257092007-06-20 Jason Rumney <jasonr@gnu.org>
25710
25711 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
25712 (w32_free_bdf_font): Unmap memory not handle.
25713
257142007-06-20 Sam Steingold <sds@gnu.org>
25715
25716 * gmalloc.c (__morecore): Fix the declaration to comply with the
25717 definition.
25718
257192007-06-20 Juanma Barranquero <lekktu@gmail.com>
25720
25721 * w32term.c (w32_delete_display): Remove leftover declaration.
25722 (w32_define_cursor, w32_initialize): Make static.
25723
25724 * w32.c (_wsa_errlist): Fix typo in error message.
25725 (init_environment): Ignore any environment variable from the
25726 registry having a null value.
25727
257282007-06-20 Glenn Morris <rgm@gnu.org>
25729
25730 * Makefile.in (LIBGIF): Default to -lgif.
25731
257322007-06-17 Jason Rumney <jasonr@gnu.org>
25733
25734 * w32menu.c (add_menu_item): Don't use multibyte string functions on
25735 unicode strings.
25736
257372007-06-16 Juanma Barranquero <lekktu@gmail.com>
25738
25739 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
25740 Fix typo in docstring.
25741
257422007-06-16 Eli Zaretskii <eliz@gnu.org>
25743
25744 * w32menu.c (add_menu_item): Escape `&' characters in menu items
25745 and their keybindings.
25746
257472007-06-15 Chong Yidong <cyd@stupidchicken.com>
25748
25749 * composite.c (update_compositions): Fix last fix.
25750
257512007-06-14 Jason Rumney <jasonr@gnu.org>
25752
25753 * w32.c (get_process_times_fn): New function pointer.
25754 (globals_of_w32): Intialize it if present in kernel32.dll.
25755 (w32_get_internal_run_time): New function.
25756
25757 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
25758
257592007-06-14 Kenichi Handa <handa@etlken.m17n.org>
25760
25761 * composite.c (update_compositions): Check the validness of
25762 compositions.
25763
257642007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25765
25766 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
25767 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
25768
25769 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
25770 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
25771
25772 * macgui.h (USE_MAC_TOOLBAR): New define.
25773
25774 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
25775 Return immediately unless popup is activated.
25776
25777 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
25778 background to scroll bar gap.
25779 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
25780 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
25781 scroll bars on frame edge. Check fringe background extension.
25782 Don't clear extended fringe background area.
25783 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
25784 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
25785 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
25786 [USE_MAC_TOOLBAR]: New macros.
25787 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
25788 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
25789 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
25790 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
25791 [USE_MAC_TOOLBAR]: New functions.
25792 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
25793 manually if previous repositioning has failed.
25794 (mac_handle_keyboard_event): Use precomputed event kind.
25795 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
25796 as tool bar item click. Handle mouse movement over tool bar items.
25797
25798 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
25799 toolbar_win_gravity.
25800 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
25801 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
25802 Add externs.
25803
25804 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
25805 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
25806
258072007-06-14 Chong Yidong <cyd@stupidchicken.com>
25808
25809 * image.c (search_image_cache): Remove unused variable.
25810
258112007-06-13 Chong Yidong <cyd@stupidchicken.com>
25812
25813 * xfns.c, xmenu.c: Link to xaw3d if available.
25814
258152007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25816
25817 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
25818 frame_foreground and frame_background.
25819
25820 * image.c (lookup_image): Save frame foreground and background colors.
25821 (search_image_cache): Check if saved and current frame colors match.
25822
258232007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
25824
25825 * regex.c (regex_compile): Remove the `regnum' counter.
25826 Use bufp->re_nsub instead. Add support for \(?N:RE\).
25827
258282007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
25829
25830 * term.c: Include intervals.h to declare Fget_text_property.
25831
258322007-06-10 Jason Rumney <jasonr@gnu.org>
25833
25834 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
25835
258362007-06-08 Juanma Barranquero <lekktu@gmail.com>
25837
25838 * callint.c (Fcall_interactively):
25839 * editfns.c (Fdelete_and_extract_region):
25840 * fileio.c (Fread_file_name):
25841 * fns.c (Fmapconcat):
25842 * keyboard.c (cmd_error_internal):
25843 * keymap.c (Fkey_description):
25844 * lread.c (openp):
25845 * minibuf.c (read_minibuf):
25846 * search.c (wordify):
25847 * sunfns.c (sel_read):
25848 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
25849 * xfns.c (x_default_scroll_bar_color_parameter):
25850 * xmenu.c (menu_help_callback):
25851 * xselect.c (Fx_get_atom_name):
25852 * xterm.c (x_term_init): Use empty_unibyte_string.
25853
258542007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
25855
25856 * alloc.c (init_strings): Initialize canonical empty strings.
25857 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
25858 canonical empty string when the requested size is 0.
25859
25860 * emacs.c (empty_unibyte_string): Rename from empty_string.
25861 (empty_multibyte_string): New canonical empty string.
25862 (syms_of_emacs): Don't initialize empty_string.
25863
25864 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
25865 string, if appropriate.
25866 (empty_unibyte_string, empty_multibyte_string): New externs.
25867 (empty_string): Remove extern.
25868
25869 * lread.c (syms_of_lread): Use empty_unibyte_string.
25870
258712007-06-07 Jason Rumney <jasonr@gnu.org>
25872
25873 * s/ms-w32.h: Don't define HAVE_TZNAME.
25874
25875 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
25876
258772007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25878
25879 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
25880
25881 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
25882 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
25883
25884 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
25885 Don't call next handler.
25886 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
25887 Remove argument. Install handler to application.
25888 (set_frame_menubar): Don't change deep_p.
25889 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
25890 FRAME_OUTER_TO_INNER_DIFF_Y.
25891 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
25892 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
25893 [HAVE_DIALOGS]: New macros.
25894 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
25895 Use them.
25896 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
25897
25898 * macselect.c [MAC_OSX] (install_service_handler): Rename from
25899 init_service_handler. All callers changed. Return OSStatus value.
25900
25901 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
25902 All callers changed so as not to call SetPortWindowPort.
25903 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
25904 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
25905 mac_draw_string_common.
25906 (mac_draw_image_string_qd): Likewise.
25907 (mac_draw_string_common): Use them. Add INLINE.
25908 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
25909 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
25910 GetGlobalMouse.
25911 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
25912 and FRAME_OUTER_TO_INNER_DIFF_Y.
25913 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
25914 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
25915 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
25916 repositioning window to mac_handle_window_event.
25917 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
25918 saving window location to mac_handle_window_event
25919 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
25920 (install_menu_target_item_handler): Remove argument in extern.
25921 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
25922 Also accept command events.
25923 (do_keystroke): New function created from XTread_socket.
25924 (init_command_handler): Remove functions.
25925 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
25926 and save window location by kEventWindowShowing and kEventWindowHiding
25927 handlers here. Don't call next handler for window state change and
25928 focus events.
25929 (mac_handle_application_event, mac_handle_keyboard_event)
25930 [TARGET_API_MAC_CARBON]: New functions.
25931 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
25932 kEventWindowShowing and kEventWindowHiding events. Move installation
25933 of mouse, font, text input and menu target item handlers to
25934 install_application_handler.
25935 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
25936 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25937 New function.
25938 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
25939 Register it.
25940 (XTread_socket) [TARGET_API_MAC_CARBON]:
25941 Consolidate SendEventToEventTarget calls.
25942 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
25943 Move application activation handler to mac_handle_application_event.
25944 Move keyboard handler to mac_handle_keyboard_event.
25945 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
25946 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
25947 init_command_handler. Call install_application_handler.
25948
25949 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
25950 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
25951
259522007-06-07 Glenn Morris <rgm@gnu.org>
25953
25954 * emacs.c (main): Use `emacs-copyright' in --version output.
25955
259562007-06-06 Chong Yidong <cyd@stupidchicken.com>
25957
25958 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
25959
259602007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25961
25962 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
25963
25964 * macgui.h: Replace WindowPtr with WindowRef.
25965
25966 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25967 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25968 Replace ControlHandle with ControlRef.
25969 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
25970
25971 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
25972 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
25973 Replace ControlHandle with ControlRef.
25974 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
25975 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
25976
25977 * macterm.h (struct scroll_bar): Rename member control_handle_low
25978 and control_handle_high to control_ref_low and control_ref_high.
25979 All uses changed.
25980 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
25981 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
25982 respectively. All uses changed.
25983 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
25984 (install_window_handler, remove_window_handler): Replace WindowPtr
25985 with WindowRef in externs.
25986
259872007-06-05 Juanma Barranquero <lekktu@gmail.com>
25988
25989 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
25990
259912007-06-03 Nick Roberts <nickrob@snap.net.nz>
25992
25993 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
25994
25995 * frame.c (Fmouse_position, Fmouse_pixel_position):
25996 Condition on HAVE_GPM too.
25997
25998 * term.c (term_mouse_highlight): Remove unused variables.
25999 (Fterm_open_connection): Set gpm_zerobased to 1.
26000 (term_mouse_movement, term_mouse_click, handle_one_term_event):
26001 Use zero based co-ordinates.
26002 (handle_one_term_event): Report a drag as mouse movement too.
26003
26004 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
26005
260062007-06-03 Chong Yidong <cyd@stupidchicken.com>
26007
26008 * image.c (search_image_cache): New function. Require background
26009 color match if background color is unspecified in the image spec.
26010 (uncache_image, lookup_image): Use it.
26011
260122007-06-01 Juanma Barranquero <lekktu@gmail.com>
26013
26014 * window.c (Fshrink_window): Reflow docstring.
26015
260162007-06-02 Chong Yidong <cyd@stupidchicken.com>
26017
26018 * Version 22.1 released.
26019
260202007-06-01 Richard Stallman <rms@gnu.org>
26021
26022 * xfns.c (x_encode_text): Add GCPRO.
26023
260242007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26025
26026 * xfns.c (x_set_name_internal): Save encoded name before
26027 x_encode_text in case string data is relocated.
26028
260292007-05-31 Richard Stallman <rms@gnu.org>
26030
26031 * buffer.c (syms_of_buffer): Doc fix.
26032
260332007-05-30 Nick Roberts <nickrob@snap.net.nz>
26034
26035 * sysdep.c (init_sys_modes): Add rather than replace with
26036 O_NONBLOCK.
26037
26038 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
26039 term_mouse_moveto.
26040
26041 * termhooks.h (term_mouse_moveto): New extern.
26042
26043 * term.c (mouse_face_window): Rename...
26044 (Qmouse_face_window): ...to this.
26045 (term_show_mouse_face, term_clear_mouse_face)
26046 (term_mouse_highlight): Use Qmouse_face_window.
26047 (term_mouse_moveto): New function.
26048 (term_mouse_position): Make it work.
26049 (syms_of_term): Uncomment assignment to mouse_position_hook.
26050 Staticpro Qmouse_face_window.
26051
260522007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26053
26054 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
26055 around current_column call.
26056
260572007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
26058
26059 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
26060 * xdisp.c (next_element_from_buffer):
26061 * window.c (delete_window):
26062 * term.c (term_mouse_highlight):
26063 * msdos.c (getdefdir):
26064 * macterm.c (mac_create_bitmap_from_bitmap_data)
26065 (init_font_name_table):
26066 * fns.c (Fsxhash):
26067 * data.c (Fmake_local_variable):
26068 * ccl.c (ccl_driver): Likewise.
26069
260702007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26071
26072 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
26073 Call mac_wakeup_from_rne on window size change.
26074
260752007-05-25 Chong Yidong <cyd@stupidchicken.com>
26076
26077 * image.c (uncache_image): Fix typo.
26078
260792007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
26080
26081 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
26082
260832007-05-22 Richard Stallman <rms@gnu.org>
26084
26085 * xterm.c (x_connection_closed): Remove NO_RETURN.
26086
260872007-05-22 Martin Rudalics <rudalics@gmx.at>
26088
26089 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
26090
260912007-05-21 Chong Yidong <cyd@stupidchicken.com>
26092
26093 * image.c (uncache_image): New function.
26094 (Fimage_refresh): New function.
26095
260962007-05-20 Jan Djärv <jan.h.d@swipnet.se>
26097
26098 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
26099
261002007-05-20 Nick Roberts <nickrob@snap.net.nz>
26101
26102 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
26103 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
26104
261052007-05-20 Nick Roberts <nickrob@snap.net.nz>
26106
26107 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
26108 conditional on [HAVE_GPM_H].
26109
261102007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
26111
26112 * syntax.c (skip_chars): Update syntax-table only after we checked that
26113 the new location is valid.
26114
261152007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26116
26117 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
26118 mac_get_window_bounds.
26119
261202007-05-20 Nick Roberts <nickrob@snap.net.nz>
26121
26122 * Makefile.in (LIBGPM): Allow it to be set from configure.
26123 If set then link Emacs with it.
26124
26125 * config.in: Regenerate.
26126
26127 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
26128 New externs.
26129
26130 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
26131 Include gpm.h.
26132 (handle_one_term_event, term_gpm): New externs.
26133
26134 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
26135 and allow it to be interrupted by SIGIO.
26136
26137 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
26138 (wait_reading_process_output): Wait on gpm_fd too.
26139 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
26140 (add_gpm_wait_descriptor_called_flag): New variable.
26141 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
26142
26143 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
26144 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
26145 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
26146 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
26147 (make_lispy_event): Add case GPM_CLICK_EVENT.
26148 (read_avail_input): Handle mouse input.
26149
26150 * term.c (write_glyphs_with_face): New function.
26151 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
26152 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
26153 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
26154 (mouse_face_face_id, term_gpm, pos_x, pos_y)
26155 (last_mouse_x, last_mouse_y): New variables.
26156 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
26157 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
26158 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
26159 (Fterm_close_connection): New functions.
26160 (term_init): Initialise mouse_face_window.
26161
261622007-05-19 Chong Yidong <cyd@stupidchicken.com>
26163
26164 * xdisp.c (redisplay_window): If first window line is a
26165 continuation line, recompute the new window start instead of
26166 recentering.
26167
261682007-05-18 Glenn Morris <rgm@gnu.org>
26169
26170 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
26171 Suggested by Alfred M. Szmidt <ams@gnu.org>.
26172
261732007-05-17 Glenn Morris <rgm@gnu.org>
26174
26175 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
26176
261772007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26178
26179 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
26180 dead key repeat and up events.
26181
261822007-05-14 Chong Yidong <cyd@stupidchicken.com>
26183
26184 * image.c (pbm_load): Check image size for monochrome pbm.
26185
261862007-05-13 Chong Yidong <cyd@stupidchicken.com>
26187
26188 * xterm.c (XTread_socket): Revert last change.
26189
261902007-05-12 Chong Yidong <cyd@stupidchicken.com>
26191
26192 * image.c (pbm_load): Correctly check image size for greyscale pbm.
26193
26194 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
26195
261962007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
26197
26198 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
26199 mixup (YAILOM).
26200
262012007-05-07 Andreas Schwab <schwab@suse.de>
26202
26203 * keymap.c (Flookup_key): Fix typo in last change.
26204
262052007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
26206
26207 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
26208 mapping for unibyte strings.
26209
262102007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26211
26212 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
26213 (Fx_popup_dialog) [MAC_OSX]: Likewise.
26214
262152007-04-29 Richard Stallman <rms@gnu.org>
26216
26217 * insdel.c (replace_range): For undo, record insertion first.
26218
262192007-04-29 Andreas Schwab <schwab@suse.de>
26220
26221 * lisp.h (VECSIZE): Use OFFSETOF.
26222
262232007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26224
26225 * xdisp.c (try_window_reusing_current_matrix): Fix number of
26226 disabled lines.
26227
262282007-04-28 Richard Stallman <rms@gnu.org>
26229
26230 * lread.c (read_escape): In a string, \s is always space.
26231
262322007-04-27 Jan Djärv <jan.h.d@swipnet.se>
26233
26234 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
26235
26236 * gtkutil.c (xg_update_menubar, create_menus): Create empty
26237 submenu for menu bar items.
26238
26239See ChangeLog.10 for earlier changes.
26240
26241;; Local Variables:
26242;; coding: utf-8
26243;; add-log-time-zone-rule: t
aac0c6e3
MR
26244;; End:
26245
e3eb1dae 26246 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
aac0c6e3
MR
26247
26248 This file is part of GNU Emacs.
26249
26250 GNU Emacs is free software: you can redistribute it and/or modify
26251 it under the terms of the GNU General Public License as published by
26252 the Free Software Foundation, either version 3 of the License, or
26253 (at your option) any later version.
26254
26255 GNU Emacs is distributed in the hope that it will be useful,
26256 but WITHOUT ANY WARRANTY; without even the implied warranty of
26257 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26258 GNU General Public License for more details.
26259
26260 You should have received a copy of the GNU General Public License
26261 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26262
26263;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40