Merge changes from emacs-23 branch
[emacs.git] / src / ChangeLog
blob2353116c8bd5116e4acb5791b31f651c69e7b9b7
1 2011-01-31  Andreas Schwab  <schwab@linux-m68k.org>
3         * image.c (DEF_IMGLIB_FN): Add parameter rettype, use it instead
4         of int.  All uses adjusted.
5         (PNG_JMPBUF, png_load, jpeg_load, tiff_load, gif_load)
6         (svg_load_image): Remove casts.
8 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
10         * image.c (fn_png_longjmp, fn_png_set_longjmp_fn): New png
11         function definitions for compiling with libpng-1.5.
12         (PNG_LONGJMP, PNG_JMPBUF): New macros for libpng-1.5.
13         (my_png_error, png_load): Use them.  Suggested by Thomas Klausner
14         (Bug#7908).
16 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
18         * s/ms-w32.h (HAVE_STRFTIME): Don't define.
20         * makefile.w32-in (OBJ2): Remove strftime.$(O).
21         ($(BLD)/strftime.$(O)): Remove prerequisites.
23 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
25         src/emacs.c now gets version number from configure.in
26         * emacs.c (emacs_version): Set to VERSION so that it
27         is determined automatically from ../configure.in.
29 2011-01-31  Jim Meyering  <meyering@redhat.com>
31         * charset.c (load_charset_map): Don't deref NULL on failed malloc.
32         Use xmalloc rather than malloc.
34 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
36         strftime: import from gnulib
37         * Makefile.in (obj): Remove strftime.o, as gnulib now does this for us.
38         * deps.mk (strftime.o): Remove.
39         * editfns.c: Include <strftime.h>, supplied by gnulib.
40         (emacs_strftimeu): Remove decl.
41         (emacs_memftimeu): Use nstrftime (the gnulib name) rather than
42         emacs_strftimeu.
43         * config.in: Regenerate.
44         * strftime.c: Remove; we now use strftime from gnulib.
46         Use SSDATA when the context wants char *.
47         * alloc.c, buffer.c, bytecode.c, callproc.c, dired.c:
48         * dispnew.c, doc.c, editfns.c, emacs.c, fileio.c, filelock.c:
49         * fns.c, font.c, frame.c, image.c, indent.c, keyboard.c:
50         * lread.c, minibuf.c, print.c, process.c, search.c, widget.c:
51         * xdisp.c, xfaces.c, xfns.c, xml.c, xselect.c, xterm.c:
52         Use SSDATA (not SDATA) when the context of the expression wants
53         char * (not unsigned char *).
55 2011-01-30  Jan Djärv  <jan.h.d@swipnet.se>
57         * .gdbinit: Read global lisp variables as globals.f_V*.
59 2011-01-30  Andreas Schwab  <schwab@linux-m68k.org>
61         * font.c (PROP_MATCH): Remove parameter N and use strlen instead.
62         All uses changed.
63         (PROP_SAVE): Likewise.
65 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
67         * keyboard.c (make_lispy_position): Fix typo in last change
68         (Bug#7935).
70 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
72         * s/ms-w32.h (HAVE_MKTIME): Remove.
74         * makefile.w32-in (LOCAL_FLAGS): Add -I../lib.
75         (GNULIB): New variable.
76         (LIBS): Add $(GNULIB).
77         $(TEMACS): Depend on $(GNULIB).
78         <top-level>: Fix font-lock disrupted by a lone `"'.
80 2011-01-29  Jan Djärv  <jan.h.d@swipnet.se>
82         * nsselect.m (ns_string_from_pasteboard): Get length of string
83         and use make_string instead of build_string (Bug#7934).
84         (ns_string_to_pasteboard_internal): Use initWithBytesNoCopy
85         instead of stringWithUTF8String  (Bug#7934).
87 2011-01-29  Anders Lindgren  <andlind@gmail.com> (tiny change)
89         * nsfont.m (nsfont_open): Ensure that fonts with inexact
90         descenders would not become one pixel too tall (Bug#7887).
92 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
94         * keyboard.c (make_lispy_position): For clicks on right fringe or
95         margin, compute text position using the X coordinate relative to
96         the left of the text area (Bug#7839).
98 2011-01-28  Kenichi Handa  <handa@m17n.org>
100         * ftfont.c (ftfont_spec_pattern): Check each extra property
101         value.
103 2011-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
105         * xdisp.c (safe_eval_handler): Distinguish symbols and strings.
107 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
109         * font.c (font_parse_fcname): Undefine a temporary macro.
111 2011-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
113         Let the debugger continue to the normal handler (bug#7825).
114         * eval.c (maybe_call_debugger): Declare before new use.
115         (find_handler_clause): Don't call debugger any more.
116         Ignore Vstack_trace_on_error.
117         Use XCAR/XCDR.
118         (syms_of_eval): Remove Vstack_trace_on_error.
119         (Fsignal): Only modify handlerlist when we know we need to do it.
120         Call the debugger when necessary.
121         * globals.h (Vstack_trace_on_error): Remove.
123 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
125         * font.c (font_parse_fcname): Rewrite GTK font name parser.
127 2011-01-25  Stefan Monnier  <monnier@iro.umontreal.ca>
129         * xdisp.c (handle_fontified_prop): Be careful with font-lock changing
130         the buffer's point-max (bug#7876).
132 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
134         * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases.
135         Remove unused case (Bug#6811).
137 2011-01-23  Jan Djärv  <jan.h.d@swipnet.se>
139         * nsterm.m (x_set_offset): Set dont_constrain to 0 so the call to
140         setFrameTopLeftPoint is constrained.
142 2011-01-23  Paul Eggert  <eggert@cs.ucla.edu>
144         Check return values of some library calls.
145         * emacs.c (main): Check dup result.
146         * frame.c: Include <limits.h>, for INT_MIN and INT_MAX.
147         (frame_name_fnn_p): Check strtol result.
149         * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash
150         when calling XpmCreatePixmapFromData.
152         Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
153         * lisp.h (SSDATA): New macro.
154         All uses of (char *) SDATA (x) replaced with SSDATA (x),
155         and all uses of (unsigned char *) SDATA (x) replaced with SDATA (x).
156         * gtkutil.c (SSDATA): Remove, as lisp.h now defines this.
157         * xsmfns.c (SSDATA): Likewise.
159 2011-01-22  Martin Rudalics  <rudalics@gmx.at>
161         * window.c (select_window): New function.
162         (Fselect_window): Call it.
163         (inhibit_point_swap): Variable deleted.
164         (Fset_window_configuration): Call select_window directly.
166 2011-01-22  Jan Djärv  <jan.h.d@swipnet.se>
168         * nsterm.m (constrainFrameRect): Only constrain the first time called.
170 2011-01-21  Jan Djärv  <jan.h.d@swipnet.se>
172         * nsterm.m (x_set_offset, windowDidMove): When calculating y, use first
173         screen, not the window screen.
174         (x_set_window_size): Remove constraints.
175         Calculate origin.y only if zooming is 0 and without referring to a
176         screen.
177         (windowWillResize): Don't modify frameSize.
178         (windowDidBecomeKey, mouseDown): Set dont_constrain to 1.
179         (initFrameFromEmacs): Initialize ns_userRect.
180         (windowShouldZoom): Set zooming to one.  Remove all other code.
181         (windowWillUseStandardFrame): Move static ns_userRect to EmacsView.
182         Zero it after restore.
183         (constrainFrameRect): New method for EmacsWindow.
184         (mouseDragged): Always post NSWindowDidResizeNotification after call to
185         windowWillResize.
187         * nsterm.h (ns_output): Add dont_constrain and zooming.
188         (EmacsView): Add ns_userRect.
190         * nsterm.m (keyDown): If ns_right_alternate_modifier is Qleft, check
191         if ns_alternate_modifier is none.
193 2011-01-20  Jan Djärv  <jan.h.d@swipnet.se>
195         * unexmacosx.c: Add comment about include order.
197 2011-01-20  Glenn Morris  <rgm@gnu.org>
199         * minibuf.c (syms_of_minibuf) <read-expression-history>:
200         Give it a doc string.
201         * globals.h: Add Vread_expression_history.
203         * macros.c (syms_of_macros) <kbd-macro-termination-hook>:
204         Give it a doc string.
205         * globals.h: Add Vkbd_macro_termination_hook.
207 2011-01-20  Chong Yidong  <cyd@stupidchicken.com>
209         * fns.c (Fyes_or_no_p): Revert 2011-01-07 change, removing ARGS.
211 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
213         Fix X11 compilation failure.
214         * globals.h (struct emacs_globals): Document f_Vselection_alist.
215         * xselect.c (Vselection_alist): Remove declaration, moving its
216         documentation to globals.h.  This fixes a compilation failure
217         induced by the earlier change to globals.h today.
219 2011-01-19  Jan Djärv  <jan.h.d@swipnet.se>
221         * unexmacosx.c: Include config.h before unistd.h (Bug#7859).
223         * nsterm.m (ns_input_file, ns_input_font, ns_input_fontsize)
224         (ns_input_line, ns_input_color, ns_input_text, ns_working_text)
225         (ns_input_spi_name, ns_input_spi_arg)
226         (ns_alternate_modifier, ns_right_alternate_modifier)
227         (ns_command_modifier, ns_right_command_modifier, ns_control_modifier)
228         (ns_right_control_modifier, ns_function_modifier)
229         (ns_antialias_text, ns_confirm_quit): Move to globals.h.
230         (Vx_toolkit_scroll_bars, x_use_underline_position_properties)
231         (x_underline_at_descent_line): Remove declaration.
232         (syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL.
234         * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks
235         (Vselection_alist, Vselection_converter_alist): Move to globals.h.
236         (syms_of_nsselect): Remove & from DEFVAR_LISP.
238         * nsmenu.m (Voverriding_local_map, Voverriding_local_map_menu_flag):
239         Remove declaration.
241         * nsfont.m (Vns_reg_to_script, ns_antialias_text): Move to
242         globals.h.
243         (syms_of_nsfont): Remove & from DEFVAR_LISP.
245         * nsfns.m (Vmenu_bar_mode, Vtool_bar_mode): Remove declaration.
246         (Vns_icon_type_alist, Vns_version_string): Move to globals.h.
247         (syms_of_nsfns): Remove & from DEFVAR_LISP calls.
249         * globals.h (struct emacs_globals): Add f_ns_input_file,
250         f_ns_input_font, f_ns_input_fontsize, f_ns_input_line,
251         f_ns_input_color, f_ns_input_text, f_ns_working_text,
252         f_ns_input_spi_name, f_ns_input_spi_arg, f_ns_alternate_modifier,
253         f_ns_right_alternate_modifier, f_ns_command_modifier,
254         f_ns_right_command_modifier, f_ns_control_modifier,
255         f_ns_right_control_modifier, f_ns_function_modifier,
256         f_ns_antialias_text, f_ns_confirm_quit, f_Vns_icon_type_alist,
257         f_Vns_version_string, f_Vns_sent_selection_hooks,
258         f_Vns_lost_selection_hooks, f_Vselection_alist, f_Vns_reg_to_script
259         and corresponding defines.
262 2011-01-19  Sam Steingold  <sds@gnu.org>
264         * w32.c (check_windows_init_file): Remove declarations of
265         Vwindow_system, Vload_path, Qfile_exists_p to fix compilation.
266         * w32fns.c: Fix an error introduced by the previous patch.
268 2011-01-19  Tom Tromey  <tromey@redhat.com>
270         * window.c: Fix error introduced by previous patch.
272 2011-01-18  Tom Tromey  <tromey@parfait>
274         * globals.h: New file.
275         * xterm.h (Vx_pixel_size_width_font_regexp): Remove declaration.
276         * window.h (Vinitial_window_system, Vminibuf_scroll_window)
277         (Vwindow_system_version): Remove declaration.
278         * w32term.h (Vw32_enable_palette)
279         (Vx_pixel_size_width_font_regexp): Remove declaration.
280         * w32menu.c (Voverriding_local_map)
281         (Voverriding_local_map_menu_flag): Remove declaration.
282         * w32inevt.c (Vw32_alt_is_meta, Vw32_apps_modifier)
283         (Vw32_capslock_is_shiftlock, Vw32_enable_caps_lock)
284         (Vw32_enable_num_lock, Vw32_lwindow_modifier)
285         (Vw32_pass_lwindow_to_system, Vw32_pass_rwindow_to_system)
286         (Vw32_phantom_key_code, Vw32_recognize_altgr)
287         (Vw32_rwindow_modifier, Vw32_scroll_lock_modifier)
288         (w32_use_full_screen_buffer): Remove declaration.
289         * w32.c (Vsystem_configuration, Vw32_downcase_file_names)
290         (Vw32_generate_fake_inodes, Vw32_get_true_file_attributes)
291         (w32_num_mouse_buttons, w32_pipe_read_delay): Remove declaration.
292         * termopts.h (Vtruncate_partial_width_windows, inverse_video)
293         (no_redraw_on_reenter, visible_bell): Remove declaration.
294         * sysdep.c (Vsystem_name): Remove declaration.
295         * syntax.h (parse_sexp_lookup_properties): Remove declaration.
296         * menu.h (Vmenu_updating_frame): Remove declaration.
297         * macros.h (Vexecuting_kbd_macro, executing_kbd_macro_index):
298         Remove declaration.
299         * lisp.h (Vafter_init_time, Vafter_load_alist)
300         (Vauto_save_list_file_name, Vbefore_init_time, Vcommand_history)
301         (Vcompletion_regexp_list, Vcurrent_load_list)
302         (Vcurrent_prefix_arg, Vdata_directory, Vdebug_on_error)
303         (Vdoc_directory, Vdoc_file_name, Vdynamic_library_alist)
304         (Vexec_directory, Vexec_path, Vexec_suffixes)
305         (Vface_font_rescale_alist, Vface_ignored_fonts, Vfeatures)
306         (Vhelp_form, Vhistory_length, Vinhibit_field_text_motion)
307         (Vinhibit_quit, Vinhibit_read_only, Vinhibit_redisplay)
308         (Vinstallation_directory, Vinvocation_directory)
309         (Vinvocation_name, Vload_file_rep_suffixes, Vload_history)
310         (Vload_suffixes, Vmark_even_if_inactive, Vmemory_full)
311         (Vmessage_log_max, Vobarray, Vprint_length, Vprint_level)
312         (Vpurify_flag, Vquit_flag, Vsaved_region_selection)
313         (Vscalable_fonts_allowed, Vselect_active_regions)
314         (Vshell_file_name, Vstandard_input, Vstandard_output)
315         (Vsystem_name, Vtemporary_file_directory, Vthrow_on_input)
316         (Vtop_level, Vtty_erase_char, Vundo_outer_limit)
317         (Vuser_login_name, Vwindow_scroll_functions)
318         (Vwindow_system_version, Vx_no_window_manager)
319         (Vx_resource_class, Vx_resource_name, baud_rate)
320         (completion_ignore_case, debug_on_next_call, gc_cons_threshold)
321         (history_delete_duplicates, inhibit_x_resources)
322         (last_nonmenu_event, load_in_progress, max_specpdl_size)
323         (minibuffer_auto_raise, print_escape_newlines, scroll_margin)
324         (use_dialog_box, use_file_dialog): Remove declaration.  Include
325         globals.h.
326         * keymap.h (Voverriding_local_map)
327         (Voverriding_local_map_menu_flag, meta_prefix_char): Remove
328         declaration.
329         * keyboard.h (Vdouble_click_time, Vfunction_key_map)
330         (Vinput_method_function, Vkey_translation_map)
331         (Vlucid_menu_bar_dirty_flag, Vthis_original_command)
332         (do_mouse_tracking, extra_keyboard_modifiers)
333         (num_nonmacro_input_events): Remove declaration.
334         * intervals.h (Vchar_property_alias_alist)
335         (Vdefault_text_properties, Vinhibit_point_motion_hooks)
336         (Vtext_property_default_nonsticky): Remove declaration.
337         * gtkutil.h (x_gtk_file_dialog_help_text)
338         (x_gtk_show_hidden_files, x_gtk_use_old_file_dialog)
339         (x_gtk_whole_detached_tool_bar): Remove declaration.
340         * frame.h (Vdefault_frame_alist, Vframe_alpha_lower_limit)
341         (Vmenu_bar_mode, Vmouse_highlight, Vterminal_frame)
342         (Vtool_bar_mode, Vx_resource_class, Vx_resource_name)
343         (focus_follows_mouse): Remove declaration.
344         * fontset.h (Valternate_fontname_alist, Vfontset_alias_alist)
345         (Vignore_relative_composition, Votf_script_alist)
346         (Vuse_default_ascent, Vvertical_centering_font_regexp): Remove
347         declaration.
348         * font.h (Vfont_log): Remove declaration.
349         * dosfns.h (Vdos_display_scancodes, Vdos_version)
350         (Vdos_windows_version, dos_codepage, dos_country_code)
351         (dos_decimal_point, dos_hyper_key, dos_keyboard_layout)
352         (dos_keypad_mode, dos_super_key, dos_timezone_offset): Remove
353         declaration.
354         * disptab.h (Vglyph_table, Vstandard_display_table): Remove
355         declaration.
356         * dispextern.h (Vface_remapping_alist, Vglyphless_char_display)
357         (Vmouse_autoselect_window, Voverflow_newline_into_fringe)
358         (Vshow_trailing_whitespace, Vtool_bar_button_margin)
359         (Vtool_bar_style, cursor_in_echo_area, display_hourglass_p)
360         (inverse_video, mode_line_in_non_selected_windows)
361         (tool_bar_button_relief, tool_bar_max_label_size)
362         (underline_minimum_offset)
363         (unibyte_display_via_language_environment, x_stretch_cursor_p):
364         Remove declaration.
365         * composite.h (Vauto_composition_function)
366         (Vcomposition_function_table): Remove declaration.
367         * commands.h (Vexecuting_kbd_macro)
368         (Vminibuffer_local_completion_map)
369         (Vminibuffer_local_filename_completion_map)
370         (Vminibuffer_local_filename_must_match_map)
371         (Vminibuffer_local_map, Vminibuffer_local_must_match_map)
372         (Vminibuffer_local_ns_map, Vthis_command)
373         (Vunread_command_events, cursor_in_echo_area)
374         (last_command_event, last_nonmenu_event, unread_command_char):
375         Remove declaration.
376         * coding.h (Vcoding_system_for_read, Vcoding_system_for_write)
377         (Vdefault_file_name_coding_system)
378         (Vdefault_process_coding_system, Vfile_name_coding_system)
379         (Vlast_coding_system_used, Vlocale_coding_system)
380         (Vselect_safe_coding_system_function)
381         (Vtranslation_table_for_input, coding_system_require_warning)
382         (eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided)
383         (eol_mnemonic_unix, inherit_process_coding_system): Remove
384         declaration.
385         * charset.h (Vcharset_list, Vcurrent_iso639_language): Remove
386         declaration.
387         * character.h (Vauto_fill_chars, Vchar_direction_table)
388         (Vchar_script_table, Vchar_width_table, Vprintable_chars)
389         (Vscript_representative_chars, Vtranslation_table_vector)
390         (Vunicode_category_table): Remove declaration.
391         * ccl.h (Vfont_ccl_encoder_alist): Remove declaration.
392         * buffer.h (Vafter_change_functions, Vbefore_change_functions)
393         (Vdeactivate_mark, Vfirst_change_hook, Vtransient_mark_mode)
394         (inhibit_modification_hooks): Remove declaration.
395         * xterm.c (syms_of_xterm): Update.
396         (Vx_alt_keysym, Vx_hyper_keysym, Vx_keysym_table)
397         (Vx_meta_keysym, Vx_super_keysym, Vx_toolkit_scroll_bars)
398         (x_mouse_click_focus_ignore_position)
399         (x_underline_at_descent_line)
400         (x_use_underline_position_properties): Remove.
401         * xsmfns.c (syms_of_xsmfns): Update.
402         (Vx_session_id, Vx_session_previous_id): Remove.
403         * xsettings.c (syms_of_xsettings): Update.
404         (Vxft_settings, use_system_font): Remove.
405         * xselect.c (syms_of_xselect): Update.
406         (Vselection_converter_alist, Vx_lost_selection_functions)
407         (Vx_sent_selection_functions, x_selection_timeout): Remove.
408         * xfns.c (syms_of_xfns): Update.
409         (Vgtk_version_string, Vmotif_version_string)
410         (Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape)
411         (Vx_max_tooltip_size, Vx_mode_pointer_shape)
412         (Vx_no_window_manager, Vx_nontext_pointer_shape)
413         (Vx_pixel_size_width_font_regexp, Vx_pointer_shape)
414         (Vx_sensitive_text_pointer_shape)
415         (Vx_window_horizontal_drag_shape, x_gtk_file_dialog_help_text)
416         (x_gtk_show_hidden_files, x_gtk_use_old_file_dialog)
417         (x_gtk_use_system_tooltips, x_gtk_whole_detached_tool_bar):
418         Remove.
419         * xfaces.c (syms_of_xfaces): Update.
420         (Vface_default_stipple, Vface_font_rescale_alist)
421         (Vface_ignored_fonts, Vface_new_frame_defaults)
422         (Vface_remapping_alist, Vfont_list_limit)
423         (Vscalable_fonts_allowed, Vtty_defined_color_alist): Remove.
424         * xdisp.c (syms_of_xdisp): Update.
425         (Vauto_resize_tool_bars, Vblink_cursor_alist)
426         (Vdisplay_pixels_per_inch, Vfontification_functions)
427         (Vframe_title_format, Vglobal_mode_string)
428         (Vglyphless_char_display, Vhourglass_delay, Vhscroll_step)
429         (Vicon_title_format, Vinhibit_redisplay)
430         (Vline_number_display_limit, Vline_prefix)
431         (Vmax_mini_window_height, Vmenu_bar_update_hook)
432         (Vmenu_updating_frame, Vmessage_log_max)
433         (Vmouse_autoselect_window, Vnobreak_char_display)
434         (Voverlay_arrow_position, Voverlay_arrow_string)
435         (Voverlay_arrow_variable_list, Vredisplay_end_trigger_functions)
436         (Vresize_mini_windows, Vshow_trailing_whitespace)
437         (Vtool_bar_border, Vtool_bar_button_margin, Vtool_bar_style)
438         (Vtruncate_partial_width_windows, Vvoid_text_area_pointer)
439         (Vwindow_scroll_functions, Vwindow_size_change_functions)
440         (Vwindow_text_change_functions, Vwrap_prefix)
441         (auto_raise_tool_bar_buttons_p, automatic_hscrolling_p)
442         (debug_end_pos, display_hourglass_p, emacs_scroll_step)
443         (highlight_nonselected_windows, hscroll_margin)
444         (inhibit_eval_during_redisplay, inhibit_free_realized_faces)
445         (inhibit_menubar_update, inhibit_try_cursor_movement)
446         (inhibit_try_window_id, inhibit_try_window_reusing)
447         (line_number_display_limit_width)
448         (make_cursor_line_fully_visible_p, message_truncate_lines)
449         (mode_line_inverse_video, multiple_frames, overline_margin)
450         (scroll_conservatively, scroll_margin, tool_bar_button_relief)
451         (tool_bar_max_label_size, underline_minimum_offset)
452         (unibyte_display_via_language_environment, x_stretch_cursor_p):
453         Remove.
454         * window.c (syms_of_window): Update.
455         (Vminibuf_scroll_window, Vother_window_scroll_buffer)
456         (Vrecenter_redisplay, Vscroll_preserve_screen_position)
457         (Vtemp_buffer_show_function, Vwindow_configuration_change_hook)
458         (Vwindow_point_insertion_type, auto_window_vscroll_p)
459         (mode_line_in_non_selected_windows, next_screen_context_lines)
460         (window_min_height, window_min_width): Remove.
461         (scroll_margin): Remove declaration.
462         * w32term.c (syms_of_w32term): Update.
463         (Vw32_capslock_is_shiftlock, Vw32_grab_focus_on_raise)
464         (Vw32_recognize_altgr, Vw32_swap_mouse_buttons)
465         (Vx_toolkit_scroll_bars, w32_num_mouse_buttons)
466         (w32_use_visible_system_caret, x_underline_at_descent_line)
467         (x_use_underline_position_properties): Remove.
468         (Vcommand_line_args, Vsystem_name, extra_keyboard_modifiers):
469         Remove declaration.
470         * w32select.c (syms_of_w32select): Update.
471         (Vnext_selection_coding_system, Vselection_coding_system): Remove.
472         * w32proc.c (syms_of_ntproc): Update.
473         (Vw32_downcase_file_names, Vw32_generate_fake_inodes)
474         (Vw32_get_true_file_attributes, Vw32_quote_process_args)
475         (Vw32_start_process_inherit_error_mode)
476         (Vw32_start_process_share_console)
477         (Vw32_start_process_show_window, w32_pipe_read_delay): Remove.
478         (Vsystem_name): Remove declaration.
479         * w32font.c (syms_of_w32font): Update.
480         (Vw32_charset_info_alist): Remove.
481         * w32fns.c (globals_of_w32fns, syms_of_w32fns): Update.
482         (Vw32_alt_is_meta, Vw32_apps_modifier, Vw32_bdf_filename_alist)
483         (Vw32_color_map, Vw32_enable_caps_lock, Vw32_enable_num_lock)
484         (Vw32_enable_palette, Vw32_lwindow_modifier)
485         (Vw32_pass_alt_to_system, Vw32_pass_lwindow_to_system)
486         (Vw32_pass_rwindow_to_system, Vw32_phantom_key_code)
487         (Vw32_rwindow_modifier, Vw32_scroll_lock_modifier)
488         (Vx_cursor_fore_pixel, Vx_hourglass_pointer_shape)
489         (Vx_max_tooltip_size, Vx_mode_pointer_shape)
490         (Vx_no_window_manager, Vx_nontext_pointer_shape)
491         (Vx_pixel_size_width_font_regexp, Vx_pointer_shape)
492         (Vx_sensitive_text_pointer_shape)
493         (Vx_window_horizontal_drag_shape, w32_ansi_code_page)
494         (w32_enable_synthesized_fonts, w32_mouse_button_tolerance)
495         (w32_mouse_move_interval)
496         (w32_pass_extra_mouse_buttons_to_system)
497         (w32_pass_multimedia_buttons_to_system, w32_quit_key)
498         (w32_strict_fontnames, w32_strict_painting): Remove.
499         (Vhourglass_delay, Vmenu_bar_mode, Vtool_bar_mode)
500         (Vw32_recognize_altgr, Vwindow_system_version)
501         (w32_num_mouse_buttons, w32_use_visible_system_caret): Remove
502         declaration.
503         * w32console.c (syms_of_ntterm): Update.
504         (w32_use_full_screen_buffer): Remove.
505         (Vtty_defined_color_alist): Remove declaration.
506         * w16select.c (syms_of_win16select): Update.
507         (Vnext_selection_coding_system, Vselection_coding_system): Remove.
508         * undo.c (syms_of_undo): Update.
509         (Vundo_outer_limit, Vundo_outer_limit_function)
510         (undo_inhibit_record_point, undo_limit, undo_strong_limit):
511         Remove.
512         * textprop.c (syms_of_textprop): Update.
513         (Vchar_property_alias_alist, Vdefault_text_properties)
514         (Vinhibit_point_motion_hooks, Vtext_property_default_nonsticky):
515         Remove.
516         * terminal.c (syms_of_terminal): Update.
517         (Vdelete_terminal_functions, Vring_bell_function): Remove.
518         * term.c (syms_of_term): Update.
519         (Vresume_tty_functions, Vsuspend_tty_functions)
520         (no_redraw_on_reenter, system_uses_terminfo, visible_cursor):
521         Remove.
522         * syntax.c (syms_of_syntax): Update.
523         (Vfind_word_boundary_function_table, multibyte_syntax_as_symbol)
524         (open_paren_in_column_0_is_defun_start)
525         (parse_sexp_ignore_comments, parse_sexp_lookup_properties)
526         (words_include_escapes): Remove.
527         * search.c (syms_of_search): Update.
528         (Vinhibit_changing_match_data, Vsearch_spaces_regexp): Remove.
529         * process.c (syms_of_process): Update.
530         (Vprocess_adaptive_read_buffering, Vprocess_connection_type)
531         (delete_exited_processes): Remove.
532         * print.c (syms_of_print): Update.
533         (Vfloat_output_format, Vprint_charset_text_property)
534         (Vprint_circle, Vprint_continuous_numbering, Vprint_gensym)
535         (Vprint_length, Vprint_level, Vprint_number_table)
536         (Vstandard_output, print_escape_multibyte)
537         (print_escape_newlines, print_escape_nonascii, print_quoted):
538         Remove.
539         * msdos.c (syms_of_msdos): Update.
540         (Vdos_unsupported_char_glyph): Remove.
541         (unibyte_display_via_language_environment): Remove declaration.
542         * minibuf.c (syms_of_minibuf): Update.
543         (Vcompletion_regexp_list, Vhistory_add_new_input)
544         (Vhistory_length, Vminibuffer_completing_file_name)
545         (Vminibuffer_completion_confirm)
546         (Vminibuffer_completion_predicate, Vminibuffer_completion_table)
547         (Vminibuffer_exit_hook, Vminibuffer_help_form)
548         (Vminibuffer_history_position, Vminibuffer_history_variable)
549         (Vminibuffer_prompt_properties, Vminibuffer_setup_hook)
550         (Vread_buffer_function, Vread_expression_map)
551         (completion_ignore_case, enable_recursive_minibuffers)
552         (history_delete_duplicates, minibuffer_allow_text_properties)
553         (minibuffer_auto_raise, read_buffer_completion_ignore_case):
554         Remove.
555         * marker.c (syms_of_marker): Update.
556         (byte_debug_flag): Remove.
557         * macros.c (syms_of_macros): Update.
558         (Vexecuting_kbd_macro, executing_kbd_macro_index): Remove.
559         * lread.c (syms_of_lread): Update.
560         (Vafter_load_alist, Vbyte_boolean_vars)
561         (Vbytecomp_version_regexp, Vcurrent_load_list)
562         (Veval_buffer_list, Vload_file_name, Vload_file_rep_suffixes)
563         (Vload_history, Vload_path, Vload_read_function)
564         (Vload_source_file_function, Vload_suffixes, Vobarray)
565         (Vold_style_backquotes, Vpreloaded_file_list, Vread_circle)
566         (Vread_symbol_positions_list, Vread_with_symbol_positions)
567         (Vsource_directory, Vstandard_input, Vuser_init_file, Vvalues)
568         (force_load_messages, load_convert_to_unibyte)
569         (load_dangerous_libraries, load_force_doc_strings)
570         (load_in_progress): Remove.
571         * keymap.c (syms_of_keymap): Update.
572         (Vdefine_key_rebound_commands, Vemulation_mode_map_alists)
573         (Vminibuffer_local_completion_map)
574         (Vminibuffer_local_filename_completion_map)
575         (Vminibuffer_local_filename_must_match_map)
576         (Vminibuffer_local_map, Vminibuffer_local_must_match_map)
577         (Vminibuffer_local_ns_map, Vminor_mode_map_alist)
578         (Vminor_mode_overriding_map_alist, Vwhere_is_preferred_modifier):
579         Remove.
580         * keyboard.c (syms_of_keyboard): Update.
581         (Vauto_save_timeout, Vcommand_error_function)
582         (Vcommand_hook_internal, Vdeactivate_mark)
583         (Vdeferred_action_function, Vdeferred_action_list)
584         (Vdisable_point_adjustment, Vdouble_click_time)
585         (Vecho_keystrokes, Venable_disabled_menus_and_buttons)
586         (Vfunction_key_map, Vglobal_disable_point_adjustment)
587         (Vhelp_char, Vhelp_event_list, Vhelp_form)
588         (Vinput_method_function, Vinput_method_previous_message)
589         (Vkey_translation_map, Vlast_event_frame)
590         (Vlucid_menu_bar_dirty_flag, Vmenu_bar_final_items)
591         (Vminibuffer_message_timeout, Voverriding_local_map)
592         (Voverriding_local_map_menu_flag, Vpost_command_hook)
593         (Vpre_command_hook, Vprefix_help_command)
594         (Vsaved_region_selection, Vselect_active_regions)
595         (Vshow_help_function, Vspecial_event_map, Vsuggest_key_bindings)
596         (Vthis_command, Vthis_command_keys_shift_translated)
597         (Vthis_original_command, Vthrow_on_input, Vtimer_idle_list)
598         (Vtimer_list, Vtool_bar_separator_image_expression, Vtop_level)
599         (Vtty_erase_char, Vunread_command_events)
600         (Vunread_input_method_events, Vunread_post_input_method_events)
601         (auto_save_interval, cannot_suspend, do_mouse_tracking)
602         (double_click_fuzz, extra_keyboard_modifiers)
603         (inhibit_local_menu_bar_menus, last_command_event)
604         (last_input_event, last_nonmenu_event, menu_prompt_more_char)
605         (menu_prompting, meta_prefix_char, num_input_keys)
606         (num_nonmacro_input_events, polling_period, unread_command_char):
607         Remove.
608         * insdel.c (syms_of_insdel): Update.
609         (Vcombine_after_change_calls, check_markers_debug_flag): Remove.
610         * indent.c (syms_of_indent): Update.
611         (indent_tabs_mode): Remove.
612         * image.c (syms_of_image): Update.
613         (Vimage_cache_eviction_delay, Vimage_types)
614         (Vimagemagick_render_type, Vmax_image_size, Vx_bitmap_file_path)
615         (cross_disabled_images): Remove.
616         * fringe.c (syms_of_fringe): Update.
617         (Vfringe_bitmaps, Voverflow_newline_into_fringe): Remove.
618         * frame.c (syms_of_frame): Update.
619         (Vdefault_frame_alist, Vdefault_frame_scroll_bars)
620         (Vdelete_frame_functions, Vframe_alpha_lower_limit)
621         (Vmake_pointer_invisible, Vmenu_bar_mode, Vmouse_highlight)
622         (Vmouse_position_function, Vterminal_frame, Vtool_bar_mode)
623         (Vx_resource_class, Vx_resource_name, focus_follows_mouse):
624         Remove.
625         * fontset.c (syms_of_fontset): Update.
626         (Valternate_fontname_alist, Vfont_encoding_charset_alist)
627         (Vfontset_alias_alist, Vignore_relative_composition)
628         (Votf_script_alist, Vuse_default_ascent)
629         (Vvertical_centering_font_regexp): Remove.
630         * font.c (syms_of_font): Update.
631         (Vfont_encoding_alist, Vfont_log, Vfont_slant_table)
632         (Vfont_weight_table, Vfont_width_table): Remove.
633         * fns.c (syms_of_fns): Update.
634         (Vfeatures, use_dialog_box, use_file_dialog): Remove.
635         * filelock.c (syms_of_filelock): Update.
636         (Vtemporary_file_directory): Remove.
637         * fileio.c (syms_of_fileio): Update.
638         (Vafter_insert_file_functions, Vauto_save_include_big_deletions)
639         (Vauto_save_list_file_name, Vauto_save_visited_file_name)
640         (Vdefault_file_name_coding_system, Vfile_name_coding_system)
641         (Vfile_name_handler_alist, Vinhibit_file_name_handlers)
642         (Vinhibit_file_name_operation, Vset_auto_coding_function)
643         (Vwrite_region_annotate_functions)
644         (Vwrite_region_annotations_so_far)
645         (Vwrite_region_post_annotation_function)
646         (delete_by_moving_to_trash, write_region_inhibit_fsync): Remove.
647         (Vw32_get_true_file_attributes): Remove declaration.
648         * eval.c (syms_of_eval): Update.
649         (Vdebug_ignored_errors, Vdebug_on_error, Vdebug_on_signal)
650         (Vdebugger, Vinhibit_quit, Vmacro_declaration_function)
651         (Vquit_flag, Vsignal_hook_function, Vstack_trace_on_error)
652         (debug_on_next_call, debug_on_quit, debugger_may_continue)
653         (max_lisp_eval_depth, max_specpdl_size): Remove.
654         * emacs.c (syms_of_emacs): Update.
655         (Vafter_init_time, Vbefore_init_time, Vcommand_line_args)
656         (Vdynamic_library_alist, Vemacs_copyright, Vemacs_version)
657         (Vinstallation_directory, Vinvocation_directory)
658         (Vinvocation_name, Vkill_emacs_hook, Vpath_separator)
659         (Vprevious_system_messages_locale, Vprevious_system_time_locale)
660         (Vsystem_configuration, Vsystem_configuration_options)
661         (Vsystem_messages_locale, Vsystem_time_locale, Vsystem_type)
662         (inhibit_x_resources, noninteractive1): Remove.
663         * editfns.c (syms_of_editfns): Update.
664         (Vbuffer_access_fontified_property)
665         (Vbuffer_access_fontify_functions, Vinhibit_field_text_motion)
666         (Voperating_system_release, Vsystem_name, Vuser_full_name)
667         (Vuser_login_name, Vuser_real_login_name): Remove.
668         * dosfns.c (syms_of_dosfns): Update.
669         (Vdos_display_scancodes, Vdos_version, Vdos_windows_version)
670         (dos_codepage, dos_country_code, dos_decimal_point)
671         (dos_hyper_key, dos_keyboard_layout, dos_keypad_mode)
672         (dos_super_key, dos_timezone_offset): Remove.
673         * doc.c (syms_of_doc): Update.
674         (Vbuild_files, Vdoc_file_name): Remove.
675         * dispnew.c (syms_of_display): Update.
676         (Vglyph_table, Vinitial_window_system)
677         (Vredisplay_preemption_period, Vstandard_display_table)
678         (Vwindow_system_version, baud_rate, cursor_in_echo_area)
679         (inverse_video, redisplay_dont_pause, visible_bell): Remove.
680         * dired.c (syms_of_dired): Update.
681         (Vcompletion_ignored_extensions): Remove.
682         (Vw32_get_true_file_attributes): Remove declaration.
683         * dbusbind.c (syms_of_dbusbind): Update.
684         (Vdbus_debug, Vdbus_registered_buses)
685         (Vdbus_registered_objects_table): Remove.
686         * data.c (syms_of_data): Update.
687         (Vmost_negative_fixnum, Vmost_positive_fixnum): Remove.
688         * composite.c (syms_of_composite): Update.
689         (Vauto_composition_function, Vauto_composition_mode)
690         (Vcompose_chars_after_function, Vcomposition_function_table):
691         Remove.
692         * coding.c (syms_of_coding): Update.
693         (Vcharset_revision_table, Vcoding_category_list)
694         (Vcoding_system_alist, Vcoding_system_for_read)
695         (Vcoding_system_for_write, Vcoding_system_list)
696         (Vdefault_process_coding_system, Venable_character_translation)
697         (Vfile_coding_system_alist, Vlast_code_conversion_error)
698         (Vlast_coding_system_used, Vlatin_extra_code_table)
699         (Vlocale_coding_system, Vnetwork_coding_system_alist)
700         (Vprocess_coding_system_alist)
701         (Vselect_safe_coding_system_function)
702         (Vstandard_translation_table_for_decode)
703         (Vstandard_translation_table_for_encode)
704         (Vtranslation_table_for_input, coding_system_require_warning)
705         (eol_mnemonic_dos, eol_mnemonic_mac, eol_mnemonic_undecided)
706         (eol_mnemonic_unix, inherit_process_coding_system)
707         (inhibit_eol_conversion, inhibit_iso_escape_detection)
708         (inhibit_null_byte_detection): Remove.
709         * cmds.c (syms_of_cmds): Update.
710         (Vpost_self_insert_hook): Remove.
711         * charset.c (syms_of_charset): Update.
712         (Vcharset_list, Vcharset_map_path, Vcurrent_iso639_language)
713         (inhibit_load_charset_map): Remove.
714         * character.c (syms_of_character): Update.
715         (Vauto_fill_chars, Vchar_direction_table, Vchar_script_table)
716         (Vchar_width_table, Vprintable_chars)
717         (Vscript_representative_chars, Vtranslation_table_vector)
718         (Vunicode_category_table): Remove.
719         * ccl.c (syms_of_ccl): Update.
720         (Vcode_conversion_map_vector, Vfont_ccl_encoder_alist)
721         (Vtranslation_hash_table_vector): Remove.
722         * category.c (syms_of_category): Update.
723         (Vword_combining_categories, Vword_separating_categories): Remove.
724         * callproc.c (syms_of_callproc): Update.
725         (Vconfigure_info_directory, Vdata_directory, Vdoc_directory)
726         (Vexec_directory, Vexec_path, Vexec_suffixes)
727         (Vinitial_environment, Vprocess_environment)
728         (Vshared_game_score_directory, Vshell_file_name): Remove.
729         * callint.c (syms_of_callint): Update.
730         (Vcommand_debug_status, Vcommand_history, Vcurrent_prefix_arg)
731         (Vmark_even_if_inactive, Vmouse_leave_buffer_hook): Remove.
732         * bytecode.c (syms_of_bytecode): Update.
733         (Vbyte_code_meter, byte_metering_on): Remove.
734         * buffer.c (syms_of_buffer): Update.
735         (Vafter_change_functions, Vbefore_change_functions)
736         (Vchange_major_mode_hook, Vfirst_change_hook)
737         (Vinhibit_read_only, Vkill_buffer_query_functions)
738         (Vtransient_mark_mode, inhibit_modification_hooks): Remove.
739         * alloc.c (syms_of_alloc): Update.
740         (Vgc_cons_percentage, Vgc_elapsed, Vmemory_full)
741         (Vmemory_signal_data, Vpost_gc_hook, Vpurify_flag)
742         (cons_cells_consed, floats_consed, garbage_collection_messages)
743         (gc_cons_threshold, gcs_done, intervals_consed)
744         (misc_objects_consed, pure_bytes_used, string_chars_consed)
745         (strings_consed, symbols_consed, vector_cells_consed): Remove.
747         * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
748         (DEFVAR_INT): Assume global is in `globals'.
749         * alloc.c (globals): Define.
751 2011-01-18  Tom Tromey  <tromey@redhat.com>
753         * image.c (Vimagemagick_render_type): Remove redundant
754         definition.
756 2011-01-18  Tom Tromey  <tromey@redhat.com>
758         * xdisp.c (emacs_scroll_step): Rename from scroll_step.
759         (try_scrolling): Rename argument to 'arg_scroll_conservatively'.
760         (redisplay_window): Update.
761         (syms_of_xdisp): Update.
763 2011-01-18  Tom Tromey  <tromey@redhat.com>
765         * gtkutil.h (x_gtk_use_old_file_dialog, x_gtk_show_hidden_files)
766         (x_gtk_file_dialog_help_text, x_gtk_whole_detached_tool_bar):
767         Declare.
768         * gtkutil.c (xg_uses_old_file_dialog):
769         (xg_get_file_with_chooser):
770         (xg_tool_bar_detach_callback): Don't redeclare globals.
772 2011-01-18  Tom Tromey  <tromey@redhat.com>
774         * lisp.h (DEFVAR_BUFFER_DEFAULTS): New macro.
775         * buffer.c (syms_of_buffer): Use DEFVAR_BUFFER_DEFAULTS.
777 2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
779         * lisp.h (DECL_ALIGN): Define if HAVE_ATTRIBUTE_ALIGNED, not if
780         defined __GNUC__.  ../configure now checks for this GCC feature,
781         which is now also supported by IBM and Oracle compilers.
782         (USE_LSB_TAG) [defined DECL_ALIGN]: Also define if defined __sun,
783         since Solaris malloc returns mult-of-8.
785 2011-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
787         * image.c (syms_of_image): Don't access XSYMBOL's internals directly.
789 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
791         Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
792         * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro.
793         * data.c (Fnumber_to_string): Use it.
794         * print.c (float_to_string, print_object): Likewise.
796         Include <unistd.h> unilaterally.
797         * alloc.c, atimer.c, buffer.c, callproc.c, dired.c, dispnew.c, doc.c:
798         * doprnt.c, editfns.c, emacs.c, fileio.c, filelock.c, fns.c:
799         * getloadavg.c, getpagesize.h, gmalloc.c, image.c, keyboard.c:
800         * lread.c, process.c, process.h, ralloc.c, regex.c, sysdep.c:
801         * systty.h, term.c, termcap.c, xfns.c, xrdb.c, xselect.c, xsmfns.c:
802         * xterm.c:
803         Include <unistd.h> without worrying about HAVE_UNISTD_H, since
804         unistd.h is always present now, possibly supplied by gnulib.
806         * mktime.c: Remove; moving to ../lib.
808         Use gnulib's mktime module.
809         * deps.mk (mktime.o): Remove rule.
811         Use gnulib's ftoastr module.
812         * print.c: Include ftoastr.h.
813         (FLT_RADIX, DBL_MANT_DIG, DBL_DIG, DBL_MIN, DOUBLE_DIGITS_BOUND):
814         Remove; no longer needed.
815         (float_to_string): Use dtoastr rather than rolling our own code,
816         which had an off-by-one bug on non-IEEE hosts.
818         Automate syncing from gnulib.
819         * Makefile.in (lib): New macro.
820         (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib.
821         ($(lib)/libgnu.a): New rule.
822         (temacs$(EXEEXT)): Also link $(lib)/libgnu.a.
824         * xfns.c (x_real_positions): Fix signedness of local var 'ign'.
825         XGetGeometry wants unsigned int *, not int *, for its last 4 args,
826         so change the type of 'ign' to unsigned int from int.
828         * regex.c (analyse_first): Remove unreachable 'continue' statement.
830         * xterm.h (struct x_display_info): Remove stray semicolon.
831         The extra semicolon didn't conform to the C standard.
832         Problem reported by Sun cc.
834         * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
835         These changes make compilation easier to follow with Sun cc.
836         (ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to
837         EMACS_INT values without provoking overflow diagnostics.
838         (PSEUDOVECTOR_FLAG): Likewise, for consistency.
839         (XSET) [! USE_LSB_TAG]: Use unsigned left shift to avoid overflow
840         diagnostic with signed left shift.
842         * fileio.c (make_temp_name): Remove unreachable code.
844         * fontset.c (free_realized_fontset): Mark unreachable code with if (0).
845         Previously it was marked by preceding it with "return;", but
846         Sun cc complains about this.
848         * coding.c (decode_coding_emacs_mule): Remove unreachable code.
849         This is a typo left over from 2009-03-06T07:51:52Z!handa@m17n.org,
850         which fixed Bug#2370.  Caught by Sun cc.
852 2011-01-15  Martin Rudalics  <rudalics@gmx.at>
854         * window.c (inhibit_point_swap): New variable.
855         (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
856         point this time.
857         (Fset_window_configuration): Set inhibit_point_swap to 1 instead
858         of setting selected_window to nil (Bug#7728).
860 2011-01-11  Tassilo Horn  <tassilo@member.fsf.org>
862         * image.c (imagemagick_load_image, Finit_image_library):
863         Free intermediate image after creating a MagickWand from it.
864         Terminate MagickWand environment after image loading.
866 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
868         * dbusbind.c (Fdbus_register_service): Raise an error in case of
869         unexpected return values.
870         (Fdbus_register_method): Remove connection initialization.
872 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
874         * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;
875         used by Fdbus_register_service.
876         (QCdbus_request_name_replace_existing): Likewise.
877         (QCdbus_request_name_do_not_queue): Likewise.
878         (QCdbus_request_name_reply_primary_owner): Likewise.
879         (QCdbus_request_name_reply_in_queue): Likewise.
880         (QCdbus_request_name_reply_exists): Likewise.
881         (QCdbus_request_name_reply_already_owner): Likewise.
882         (Fdbus_register_service): New function.
883         (Fdbus_register_method): Use Fdbus_register_service to do the name
884         registration.
885         (syms_of_dbusbind): Add symbols dbus-register-service,
886         :allow-replacement, :replace-existing, :do-not-queue,
887         :primary-owner, :existing, :in-queue and :already-owner.
889 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
891         * gtkutil.c (update_frame_tool_bar): Don't advance tool-bar index
892         when removing extra buttons.
894 2011-01-08  Chong Yidong  <cyd@stupidchicken.com>
896         * fns.c (Fyes_or_no_p): Doc fix.
898 2011-01-08  Andreas Schwab  <schwab@linux-m68k.org>
900         * fns.c (Fyes_or_no_p): Add usage.
902 2011-01-08  Glenn Morris  <rgm@gnu.org>
904         * makefile.w32-in ($(EMACS)):
905         * Makefile.in (emacs$(EXEEXT)): -batch implies -q.
907         * xdisp.c (syms_of_xdisp) <Qrisky_local_variable>: Move from here...
908         * emacs.c (syms_of_emacs) <Qrisky_local_variable>: ...to here.
910 2011-01-07  Andreas Schwab  <schwab@linux-m68k.org>
912         * image.c (imagemagick_load_image): Fix some resource leaks and
913         error handling.
915 2011-01-07  Chong Yidong  <cyd@stupidchicken.com>
917         * fns.c (Fyes_or_no_p): Accept format string args.
919 2011-01-07  Glenn Morris  <rgm@gnu.org>
921         * emacs.c (no_site_lisp): New int.
922         (USAGE1): Add --no-site-lisp, mention -Q uses it.
923         (main): Set no_site_lisp.
924         (standard_args): Add --no-site-lisp.
925         * lisp.h (no_site_lisp): New int.
926         * lread.c (init_lread): If no_site_lisp, don't re-add site-lisp
927         directories to Vload_path.
929 2011-01-05  Andreas Schwab  <schwab@linux-m68k.org>
931         * alloc.c (mark_stack): Use __builtin_unwind_init if available.
933 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
935         * dbusbind.c (Fdbus_register_method): Add optional parameter
936         dont_register_service.  Updated docstring accordingly.
938 2011-01-04  Glenn Morris  <rgm@gnu.org>
940         * emacs.c (emacs_copyright): Update short copyright year to 2011.
942 2011-01-03  Eli Zaretskii  <eliz@gnu.org>
944         * image.c (png_jmpbuf): Remove definition.
945         (my_png_error, png_load): Don't use png_jmpbuf.
947 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
949         * keyboard.c (Vselect_active_regions): Doc fix.  (Bug#7702)
951 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
953         * image.c <Qlibpng_version>: New variable.
954         (syms_of_image): Intern and staticpro it.  Set its value to the
955         version of PNG library we were compiled with.
956         (my_png_error, png_load): Avoid GCC warnings about direct access
957         to png_ptr->jmpbuf.  (Bug#7716)
958         (png_jmpbuf): New macro.
959         (my_png_error, png_load): Use it instead of #ifdef'ing according
960         to PNG_LIBPNG_VER_MAJOR and PNG_LIBPNG_VER_MINOR.
962 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
964         * .gdbinit (xgetptr): Fix the union+lsb case.
965         (xbacktrace): Fix the union case.
967 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
969         * window.c (Fmove_to_window_line): Avoid abort when called in a buffer
970         different from selected-window's.
972 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
974         * keyboard.c (parse_menu_item): Prepend "  " to the key sequence
975         equivalent of a menu item when the key sequence is given by the
976         `:keys' attribute.  (Bug#7662)
978         * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
979         the basic faces are supported.
981 2011-01-02  Jan Djärv  <jan.h.d@swipnet.se>
983         * xterm.c (x_check_fullscreen): Fix pixel/character mixup.
985 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
987         * xdisp.c (Fformat_mode_line): Fix last change.
989 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
991         * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic
992         faces (Bug#7587).
994 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
996         * fileio.c (Fexpand_file_name): One more doc fix.
998 2011-01-01  Chong Yidong  <cyd@stupidchicken.com>
1000         * gtkutil.c (xg_get_tool_bar_widgets): Use NULL for a missing
1001         image or label in the container.
1002         (xg_make_tool_item): Replace VERT_ONLY arg with HORIZ, TEXT_IMAGE.
1003         (xg_show_toolbar_item): Function deleted.
1004         (xg_tool_item_stale_p): New function.
1005         (update_frame_tool_bar): Calculate tool-bar style once per call.
1006         Instead of hiding text labels, omit them.  Don't use
1007         xg_show_toolbar_item; create new GtkToolItems from scratch if
1008         necessary, instead of trying to re-use them.  This avoids an
1009         annoying animation when changing tool-bars.
1011 2010-12-31  Jan Djärv  <jan.h.d@swipnet.se>
1013         * nsfns.m (ns_set_name_as_filename): Always use buffer name for
1014         title and buffer filename only for RepresentedFilename.
1015         Handle bad UTF-8 in buffer name (Bug#7517).
1017 2010-12-30  Jan Djärv  <jan.h.d@swipnet.se>
1019         * coding.h (ENCODE_UTF_8): Remove "Used by ..." comment.
1021         * nsfns.m (ns_set_name_iconic): Remove.
1022         (ns_set_name_internal): New function (Bug#7517).
1023         (Vicon_title_format): Extern declare.
1024         (ns_set_name): Call ns_set_name_internal.
1025         (x_explicitly_set_name): Remove call to ns_set_name_iconic.
1026         (x_implicitly_set_name): Ditto.
1027         (x_set_title): Remove commet about EXPLICIT.  Call ns_set_name_internal.
1028         (ns_set_name_as_filename): Encode name with ENCODE_UTF_8 (Bug#7517).
1030 2010-12-29  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1032         * window.c (syms_of_window): Add missing defsubr for
1033         window-use-time.
1035 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
1037         * xterm.h (x_alloc_lighter_color_for_widget): Restore declaration.
1038         * xterm.c (x_alloc_lighter_color_for_widget): Restore.
1040 2010-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1042         * buffer.c: Remove unused declarations.
1043         * buffer.h: Likewise.
1044         * charset.h: Likewise.
1045         * composite.h: Likewise.
1046         * dispextern.h: Likewise.
1047         * dispnew.c: Likewise.
1048         * font.h: Likewise.
1049         * fontset.c: Likewise.
1050         * fontset.h: Likewise.
1051         * intervals.h: Likewise.
1052         * keymap.h: Likewise.
1053         * lisp.h: Likewise.
1054         * syntax.c: Likewise.
1055         * syntax.h: Likewise.
1056         * termhooks.h: Likewise.
1057         * window.h: Likewise.
1058         * xsettings.h: Likewise.
1059         * xterm.c: Likewise.
1060         * xterm.h: Likewise.
1062         * chartab.c (sub_char_table_ref): Make static.
1063         * dispnew.c (line_hash_code, required_matrix_height)
1064         (required_matrix_width): Likewise.
1065         * eval.c (interactive_p, apply_lambda): Likewise.
1066         * fns.c (string_make_multibyte, copy_hash_table, hash_clear):
1067         Likewise.
1068         * font.c (QCadstyle, QCregistry, font_make_spec)
1069         (font_parse_fcname, font_encode_char, font_at): Likewise.
1070         * frame.c (x_frame_get_arg): Likewise.
1071         * keymap.c (get_keyelt): Likewise.
1072         * lread.c (read_filtered_event): Likewise.
1073         * print.c (write_string_1): Likewise.
1074         * window.c (delete_window, window_height, window_width)
1075         (foreach_window): Likewise.
1076         * xrdb.c (x_get_customization_string, x_get_resource): Likewise.
1077         * xterm.c (x_scroll_bar_clear, xembed_set_info)
1078         (xembed_send_message): Likewise.
1080         * eval.c (run_hook_list_with_args): Delete.
1081         * font.c (font_unparse_gtkname, font_update_lface): Likewise.
1082         * terminal.c (get_terminal_param): Likewise.
1083         * xterm.c (x_alloc_lighter_color_for_widget): Likewise.
1085         * scroll.c: Fix comment.
1087         * dispnew.c (add_window_display_history)
1088         (add_frame_display_history, glyph_row_slice_p)
1089         (find_glyph_row_slice, flush_stdout)
1090         (check_matrix_pointer_lossage, matrix_row)
1091         (check_matrix_invariants, check_window_matrix_pointers)
1092         (check_matrix_pointers, window_to_frame_vpos)
1093         (window_to_frame_hpos): Prototize.
1094         * textprop.c (erase_properties): Likewise.
1096 2010-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
1099         (print_preprocess): Fix handling of uninterned symbols in last change.
1101         * print.c (print, print_preprocess, print_object): Use a hash table
1102         rather than a linear table for Vprint_number_table.
1104 2010-12-20  Chong Yidong  <cyd@stupidchicken.com>
1106         * frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
1108 2010-12-20  Chong Yidong  <cyd@stupidchicken.com>
1110         * keyboard.c (Vtool_bar_separator_image_expression): New variable.
1111         (parse_tool_bar_item): Use it to obtain image separators for
1112         displays not using native tool-bar separators.
1114         * xdisp.c (build_desired_tool_bar_string): Don't handle separators
1115         specially, since this is now done in parse_tool_bar_item.
1117 2010-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         Minor clean up to silence some gcc warnings.
1120         * window.c (Fset_window_buffer):
1121         * xterm.c (x_set_frame_alpha): Restructure code to silence
1122         compiler warning.
1123         (handle_one_xevent): Remove unused var `p'.
1124         (do_ewmh_fullscreen): Remove unused var `lval'.
1125         (xembed_set_info): Remove unused var `atom'.
1126         * textprop.c (Fremove_list_of_text_properties): Add braces to silence
1127         compiler warning.
1128         * fontset.c (fontset_id_valid_p, dump_fontset):
1129         * ftfont.c (ftfont_drive_otf): Modernize k&r declaration.
1130         * eval.c (Feval, Ffuncall): Avoid unneeded gotos.
1131         * dispnew.c (update_frame, update_frame_1): Compile the `do_pause'
1132         label only when it's used.
1133         * image.c (x_create_bitmap_from_xpm_data):
1134         * dispextern.h (x_create_bitmap_from_xpm_data): Use const char** like
1135         its callers.
1136         * coding.c (detect_coding_utf_16): Remove unused vars `src_base' and
1137         `consumed_chars'.
1138         (DECODE_EMACS_MULE_21_COMPOSITION): Remove unused var `charbuf_base'.
1139         (decode_coding_emacs_mule): Remove unused label `retry'.
1140         (detect_eol): Add parens to silence compiler warning.
1141         * alloc.c (bytes_used_when_reconsidered): Move to the #ifdef where
1142         it's used to silence the compiler.
1143         (make_number): Modernize k&r declaration.
1144         (mark_char_table): Add parens to silence compiler warning.
1146 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1148         * keyboard.c (parse_tool_bar_item): Allow menu separators in
1149         tool-bar maps.
1150         (menu_separator_name_p): New function, from gtkutil.c.
1151         (separator_names): Move from gtkutil.c.
1153         * keyboard.h (menu_separator_name_p): Add prototype.
1155         * gtkutil.c (XG_BIN_CHILD): New macro.
1156         (xg_get_menu_item_label, xg_update_menubar)
1157         (xg_update_menu_item, xg_tool_bar_menu_proxy)
1158         (xg_show_toolbar_item, update_frame_tool_bar): Use it.
1159         (separator_names, xg_separator_p): Move to keyboard.c.
1160         (create_menus, xg_update_submenu, update_frame_tool_bar):
1161         Use menu_separator_name_p.
1163         * nsmenu.m (name_is_separator): Function deleted.
1164         (addItemWithWidgetValue): Use menu_separator_name_p.
1166         * w32menu.c (name_is_separator): Function deleted.
1167         (add_menu_item): Use menu_separator_name_p.
1169 2010-12-16  Jan Djärv  <jan.h.d@swipnet.se>
1171         * nsterm.m (ns_draw_window_cursor): If the cursor color is the
1172         same as the background, use the face forground as cursor.
1174 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1176         * fileio.c (Fexpand_file_name): Doc fix.  (Bug#7617)
1178 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1180         * xdisp.c (string_pos_nchars_ahead, c_string_pos)
1181         (face_before_or_after_it_pos, next_element_from_string)
1182         (next_element_from_c_string, produce_stretch_glyph): Remove unused
1183         calculations of maximum string length before calling
1184         string_char_and_length and STRING_CHAR_AND_LENGTH.
1185         (string_char_and_length): Update commentary: MAXLEN is no longer
1186         needed.
1188 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
1190         * keyboard.c (kbd_buffer_get_event): Construct SAVE_SESSION_EVENT
1191         as (Qsave_session arg).
1193         * xsmfns.c (smc_interact_CB): Set arg to Qnil.
1194         (smc_die_CB): Make an event with arg Qt.
1195         (Fhandle_save_session): If event has Qt as argument,
1196         call Fkill_emacs (Bug#7552).
1198 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1200         * buffer.c (transient-mark-mode): Doc fix (Bug#7465).
1202 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
1204         * xsmfns.c (smc_die_CB): Call Fkill_emacs (Bug#7552).
1206 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1208         * dispextern.h (struct it): New member overlay_strings_charpos.
1210         * xdisp.c (next_overlay_string, load_overlay_strings): Record the
1211         charpos where we computed n_overlay_strings.
1212         (next_overlay_string): Load overlay strings at recorded position,
1213         which may not be the same as the iterator's charpos (Bug#7016).
1215 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1217         * xdisp.c (try_scrolling): Avoid infloop if the first line is
1218         obscured due to a vscroll (Bug#7537).
1220 2010-12-13  Jan Djärv  <jhd@zeplinf.localdomain>
1222         * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
1224         * nsterm.m (x_set_window_size, windowWillResize, initFrameFromEmacs):
1225         Use FRAME_TOOLBAR_HEIGHT.
1226         (x_set_offset): Handle XNegative and YNegative in
1227         f->size_hint_flags (Bug#7510).
1229 2010-12-11  Eli Zaretskii  <eliz@gnu.org>
1231         * w32fns.c (Fx_show_tip): Call try_window with last argument
1232         TRY_WINDOW_IGNORE_FONTS_CHANGE.  Delete the TODO ifdef: problem
1233         solved.  Round up the tip height to an integral multiple of the
1234         frame's line height.  Add FRAME_COLUMN_WIDTH to the tip width.
1235         (Bug#7398)
1237 2010-12-08  Glenn Morris  <rgm@gnu.org>
1239         * fileio.c (Fverify_visited_file_modtime): Default to current buffer.
1241 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243         * xml.c (parse_region): Ignore blank HTML nodes.
1244         (make_dom): Return CDATA sections (like <style>foo</style>) as
1245         text nodes.
1247 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1249         * lread.c (read1): Allow newstyle unquote outside of backquote.
1250         Disallow old-style backquotes inside new-style backquotes.
1251         Don't count unquotes to figure out when we're "syntactically inside
1252         but semantically outside of a backquote" any more.
1253         Extend the restriction no-unescaped-commas-and-backquotes-in-symbols
1254         to all contexts.
1256 2010-12-05  Chong Yidong  <cyd@stupidchicken.com>
1258         * process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
1260 2010-12-04  Andreas Schwab  <schwab@linux-m68k.org>
1262         * Makefile.in (M_FILE): Substitute @M_FILE@ instead of @machfile@.
1263         (S_FILE): Substitute @S_FILE@ instead of @opsysfile@.
1264         * m/arm.h, m/sh3.h, m/xtensa.h: Remove files.
1266 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1268         * lisp.h (union Lisp_Object): Explicitly declare signedness of
1269         bit-field.
1270         (XINT): Remove variant for EXPLICIT_SIGN_EXTEND.
1271         * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define.
1272         * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise.
1273         * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise.
1274         * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise.
1275         * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise.
1276         * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise.
1277         * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise.
1278         * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise.
1279         * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise.
1280         * m/hp800.h: Remove file.
1281         * m/mips.h: Remove file.
1283 2010-12-03  Jan Djärv  <jan.h.d@swipnet.se>
1285         * nsterm.m (ns_dumpglyphs_image): If drawing cursor, fill background
1286         with cursor color and draw a rectangle around the image (Bug#7412).
1288 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1290         * frame.c (x_set_font): Remove unused variable.
1292 2010-12-02  Jan Djärv  <jan.h.d@swipnet.se>
1294         * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image.
1296         * nsterm.m (ns_draw_glyph_string): Switch fore- and background if
1297         drawing text under filled box cursor (Bug#7479).
1299 2010-11-27  Kenichi Handa  <handa@m17n.org>
1301         * charset.c (emacs_mule_charset): Make it an array of charset ID;
1302         i.e. integer.
1303         (Fdefine_charset_internal): Adjust for the above change.
1304         (init_charset_once): Likewise.
1306         * charset.h (emacs_mule_charset): Adjust the prototype.
1307         Delete duplicated extern.
1309         * coding.c (emacs_mule_char): Adjust for the change of
1310         emacs_mule_charset.
1312         * lread.c (read_emacs_mule_char): Adjust for the change of
1313         emacs_mule_charset.
1315 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
1317         * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
1318         of w32api >= 3.15.  (Bug#6989)  (Bug#7452)
1320 2010-11-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1322         * alloc.c (mark_terminals): Ensure that the image cache is marked
1323         even if the terminal object was marked earlier (Bug#6301).
1325 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
1327         * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
1329 2010-11-27  Jan Djärv  <jan.h.d@swipnet.se>
1331         * gtkutil.c (menubar_map_cb): New function (Bug#7425).
1332         (xg_update_frame_menubar): Connect signal map to menubar_map_cb.
1333         Use 23 as menubar height if 0. (Bug#7425).
1335 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1337         * xdisp.c (set_message_1): Force paragraph direction in echo area
1338         be left-to-right.
1340         * keyboard.c (make_lispy_position): Put a meaningful value in yret
1341         when the click is on the header or mode line.
1343 2010-11-25  Eli Zaretskii  <eliz@gnu.org>
1345         * xdisp.c (set_cursor_from_row): Don't forget to consider the
1346         `cursor' property of the first character in overlay strings.
1347         (Bug#7474)  (Bug#7481)
1349 2010-11-24  Jan Djärv  <jan.h.d@swipnet.se>
1351         * nsterm.m (NSLeftControlKeyMask, NSLeftCommandKeyMask)
1352         (NSLeftAlternateKeyMask): New defines.
1353         (keyDown): Parse left and right keys separately (Bug#7458).
1354         Compare Left key masks exactly (Bug#7458).
1356 2010-11-23  Eli Zaretskii  <eliz@gnu.org>
1358         * intervals.c (temp_set_point_both): Define before calling, to
1359         avoid GCC warnings.
1361 2010-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
1363         * nsmenu.m: Use #include <config.h> instead of "config.h".
1365         * term.c (Qglyphless_char,last_glyphless_glyph_frame)
1366         (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
1367         Move declarations ...
1368         * lisp.h (Qglyphless_char,last_glyphless_glyph_frame)
1369         (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id):
1370         ... here.
1372         * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits)
1373         (gdb_data_seg_bits, gdb_array_mark_flag, PVEC_FLAG)
1374         (gdb_pvec_type):
1375         * print.c (print_output_debug_flag):
1376         * lisp.h (debug_print): Mark as EXTERNALLY_VISIBLE.
1377         (safe_debug_print): New declaration.
1379         * xterm.c:
1380         * systty.h:
1381         * sound.c: Include <sys/ioctl.h> unconditionally.
1383 2010-11-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1385         * alloc.c (mark_maybe_object): Return early if given a Lisp
1386         integer (Bug#6301).
1388 2010-11-21  Ken Brown  <kbrown@cornell.edu>
1390         * sheap.c (STATIC_HEAP_SIZE): Revert previous change.
1392 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1394         * nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
1395         Define (Bug#7458).
1396         (NSRightCommandKeyMask, NSRightControlKeyMask): Define (Bug#7458).
1397         (EV_MODIFIERS): Check for NSRightCommandKeyMask and
1398         NSRightControlKeyMask also (Bug#7458).
1399         (keyDown): Ditto (Bug#7458).
1400         (syms_of_nsterm): Defvar ns-right-command-modifier and
1401         ns-right-control-modifier (Bug#7458).
1403 2010-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
1405         * sysdep.c (sys_subshell): Remove SET_EMACS_PRIORITY.
1406         * emacs.c (emacs_priority, syms_of_emacs): Remove emacs_priority.
1408         * intervals.h (temp_set_point, temp_set_point_both):
1409         * buffer.h (offset_intervals, copy_intervals): Remove INLINE.
1411 2010-11-20  Ken Brown  <kbrown@cornell.edu>
1413         * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.
1415 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1417         * term.c (produce_glyphless_glyph): Use \uNNNN, \UNNNNNN, or
1418         \xNNNNNN for hex-code display of glyphless characters.
1420 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
1422         * gtkutil.c (xg_make_tool_item): Take vert_only as argument.
1423         Set important to ! vert_only.
1424         (xg_show_toolbar_item): Don't show label horizontally if
1425         tool item isn't important.
1426         (update_frame_tool_bar): Get TOOL_BAR_ITEM_VERT_ONLY and pass it to
1427         xg_make_tool_item, or update important on existing tool item.
1429         * keyboard.c (QCvert_only): New variable.
1430         (parse_tool_bar_item): Check for QCvert_only.
1431         (syms_of_keyboard): Initialize QCvert_only.
1433         * dispextern.h (tool_bar_item_idx): Add TOOL_BAR_ITEM_VERT_ONLY.
1435 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1437         * msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the
1438         same in-line.
1440 2010-11-20  Andreas Schwab  <schwab@linux-m68k.org>
1442         * xfaces.c (lookup_face): Make static.
1443         * dispnew.c (copy_row_except_pointers): Likewise.
1444         * syntax.c (dec_bytepos): Likewise.
1445         (inc_bytepos): Remove.
1446         * dispextern.h (lookup_face): Remove declaration.
1448 2010-11-19  Eli Zaretskii  <eliz@gnu.org>
1450         * xdisp.c (set_cursor_from_row): Display cursor after all the
1451         glyphs that come from an overlay.  Don't overstep the last glyph
1452         when skipping glyphs from an overlay.  (Bug#6687)
1454 2010-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
1456         * alloc.c (refill_memory_reserve): Move declaration ...
1457         * lisp.h (refill_memory_reserve): ... here.
1459         * strftime.c (_strftime_copytm): Add declaration.
1461         * callproc.c (syms_of_callproc): Use intern_c_string.
1463         Move declarations from .c files to .h files.
1464         * process.c (timers_run):
1465         * minibuf.c (quit_char):
1466         * lread.c (read_emacs_mule_char):
1467         * keyboard.c (minibuf_level, message_enable_multibyte)
1468         (pending_malloc_warning):
1469         * insdel.c (Vselect_active_regions, Vsaved_region_selection)
1470         (Qonly): Remove declarations.
1471         * lisp.h (pending_malloc_warning, Vsaved_region_selection)
1472         (Vselect_active_regions):
1473         * keyboard.h (timers_run):  Add declarations.
1475         * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r)
1476         (tm_diff): Convert definitions to standard C.
1477         (extra_args_spec_iso): Remove, unused.
1479 2010-11-18  Jan Djärv  <jan.h.d@swipnet.se>
1481         * xsettings.c (init_gconf): Check HAVE_G_TYPE_INIT.
1483         * config.in (HAVE_G_TYPE_INIT): New symbol.
1485 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
1487         * lread.c (Fload): Mention `load-in-progress' and
1488         `load-file-name'.  (Bug#7346)
1490         * keyboard.c (kbd_buffer_nr_stored): Define only ifdef subprocesses.
1491         (kbd_buffer_store_event_hold, kbd_buffer_get_event)
1492         (tty_read_avail_input): Call kbd_buffer_nr_stored only ifdef
1493         subprocesses.  Use buffer_free only ifdef subprocesses.
1495         * process.c (init_process) [subprocesses]: Init kbd_is_on_hold in
1496         the subprocesses version, not in the non-subprocesses one.
1498         * Makefile.in: Don't use ## comment, it breaks the MSDOS build.
1500 2010-11-17  Eli Zaretskii  <eliz@gnu.org>
1502         * xdisp.c (set_cursor_from_row): Fix cursor positioning in empty
1503         lines on text-mode terminals.  (bug#7417)
1505 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         * xterm.c (get_current_wm_state): Rename from get_current_vm_state.
1508         (do_ewmh_fullscreen, x_handle_net_wm_state): Update callers.
1510 2010-11-17  Kenichi Handa  <handa@m17n.org>
1512         * coding.c (Fset_terminal_coding_system_internal): Fix previous
1513         change (set charset-ID list instead of charset-symbol list).
1515 2010-11-16  Chong Yidong  <cyd@stupidchicken.com>
1517         * keyboard.c (make_lispy_position): For text area clicks, record Y
1518         pixel position relative to the text area, excluding header line.
1519         Also change X and Y to Lisp_Objects, not pointers; don't return
1520         coordinate values via pointers.  Pass ON_TEXT_AREA coordinate to
1521         buffer_posn_from_coords counting from the start of the text area.
1522         (Fposn_at_x_y, make_lispy_event): Callers changed.
1524         * window.c (coordinates_in_window): Change X and Y to ints rather
1525         than pointers; don't return coordinates via pointers.
1526         (struct check_window_data): Change X and Y from pointers to ints.
1527         (window_from_coordinates): Remove args WX and WY; don't return
1528         coordinates via pointers.
1529         (Fcoordinates_in_window_p, window_from_coordinates):
1530         (check_window_containing, Fwindow_at): Callers changed.
1531         (window_relative_x_coord): New function.
1533         * window.h (window_from_coordinates, window_relative_x_coord):
1534         Update prototypes.
1536         * dispnew.c (buffer_posn_from_coords): Assume that X counts from
1537         the start of the text area.
1539         * xdisp.c (remember_mouse_glyph): Change window_from_coordinates
1540         call.  Use window_relative_x_coord.
1541         (note_mouse_highlight): Change window_from_coordinates call.
1543         * w32term.c (w32_read_socket):
1544         * msdos.c (dos_rawgetc):
1545         * xterm.c (handle_one_xevent): Likewise.
1547 2010-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1549         * strftime.c (LOCALE_PARAM_DECL): Update for standard C.
1550         (LOCALE_PARAM, LOCALE_PARAM_PROTO): Remove, unused.
1551         (memcpy_lowcase, so_week_days, extra_args_spec, emacs_strftimeu):
1552         Convert definitions to standard C.
1553         * regex.c: Do not include <stdlib.h>, config.h does it.
1554         Include unistd.h.
1555         (xrealloc, init_syntax_once, re_match, regcomp, regexec)
1556         (regerror, regfree): Convert definitions to standard C.
1557         * mktime.c (my_mktime_localtime_r, ydhms_tm_diff, ranged_convert)
1558         (__mktime_internal): Convert definitions to standard C.
1560 2010-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
1562         * w32proc.c:
1563         * w32inevt.c:
1564         * w32heap.c:
1565         * w32.c: Remove config.h include guards.
1567         * callproc.c (child_setup): Reorder code to simplify #ifdefs.
1568         No code changes.
1570         * process.c: Include <sys/ioctl.h> unconditionally,
1571         keyboard.c already does it.
1573         * keyboard.c (pending_malloc_warning): Add const to match
1574         definition in alloc.c.
1575         (Fset_input_interrupt_mode): Simplify #ifdefs.
1577 2010-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
1579         Clean up systty.h macros.
1580         * systty.h (EMACS_GET_TTY_PGRP, EMACS_SET_TTY_PGRP, EMACS_GET_TTY)
1581         (EMACS_SET_TTY): Remove unneeded abstraction, instead inline the
1582         definition in all uses.
1583         (EMACS_TTY_TABS_OK): Remove, it has a single user.
1584         * sysdep.c (discard_tty_input, child_setup_tty)
1585         (init_sys_modes, tabs_safe_p, reset_sys_modes):
1586         * emacs.c (shut_down_emacs):
1587         * callproc.c (child_setup):
1588         * term.c (dissociate_if_controlling_tty): Inline removed macros.
1590         * data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.
1592 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
1594         * w32fns.c (Fx_create_frame):
1595         * nsfns.m (Fx_create_frame): Don't check for the cursorColor
1596         resource here; it's now done at startup.
1598 2010-11-14  Jan Djärv  <jan.h.d@swipnet.se>
1600         * xterm.c (set_wm_state): Add Qnil to final cons.
1602         * xselect.c (x_send_client_event): Remove unused variables cons and
1603         size.
1605 2010-11-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1607         * keyboard.c (modify_event_symbol) : Add const to array elements of
1608         arg NAME_TABLE.
1609         (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys)
1610         (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names)
1611         (lispy_wheel_names, lispy_drag_n_drop_names, modifier_names):
1612         Add const to array elements.
1613         (scroll_bar_parts): Make static.  Fix position of const.
1615         * w32fns.c (lispy_function_keys): Add const to extern.
1617         * w32inevt.c (lispy_function_keys): Likewise.
1619 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
1621         * xfns.c (Fx_create_frame): Don't check for the cursorColor
1622         resource here; it's now done at startup.
1624 2010-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1626         * xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
1628         Fix compilation on Solaris.
1629         * sysdep.c: Do not #include <term.h>.
1630         (tputs): Add declaration, similar to what cm.c does.  (Bug#7178)
1632         * s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
1634 2010-11-13  Jan Djärv  <jan.h.d@swipnet.se>
1636         * xterm.c (set_wm_state): Don't put Atom in cons, call
1637         make_fixnum_or_float on them first.
1638         (x_term_init): Initialize Xatom_net_supporting_wm_check and
1639         Xatom_net_supported correctly.
1641         * xselect.c (x_send_client_event): Move CHECK_STRING ...
1642         (Fx_send_client_event): to here.
1644 2010-11-13  Martin Rudalics  <rudalics@gmx.at>
1646         * window.c (Fwindow_use_time): New function.
1648 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
1650         * xdisp.c (set_cursor_from_row): Fix cursor positioning on
1651         zero-width characters.
1653         * .gdbinit (pgx): Adapt to latest changes in `struct glyph'.
1655         * w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the
1656         box before drawing the glyphs inside it.
1658         * xdisp.c (syms_of_xdisp) <glyphless-char-display>: Doc fix.
1660         * dispextern.h (enum glyphless_display_method):
1661         Rename GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE.
1662         All users changed.
1664         * term.c (append_glyphless_glyph, produce_glyphless_glyph):
1665         Fix comments.
1666         (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box"
1667         whitespace in "[]", to simulate a box.  Don't use uninitialized
1668         variable `width'.
1670 2010-11-11  Julien Danjou  <julien@danjou.info>
1672         * xsettings.c (init_xsettings): Use already fetch atoms.
1674         * xsmfns.c (create_client_leader_window): Use SM_CLIENT_ID atom
1675         from dpyinfo.
1677         * xselect.c (Fx_send_client_event): Split and create
1678         x_send_client_event.
1680         * lisp.h: Do not EXFUN Fx_send_client_event.
1682         * xterm.c (x_set_frame_alpha): Use _NET_WM_WINDOW_OPACITY atom
1683         from dpyinfo.
1684         (wm_supports): Use atoms from dpyinfo.
1685         (do_ewmh_fullscreen): Use atoms from dpyinfo.
1686         (x_ewmh_activate_frame): Use atoms from dpyinfo.
1687         (xembed_set_info): Use atoms from dpyinfo.
1688         (x_term_init): Fetch _XEMBED_INFO, _NET_SUPPORTED,
1689         _NET_SUPPORTING_WM_CHECK, _NET_WM_WINDOW_OPACITY and
1690         _NET_ACTIVE_WINDOW, XSETTINGS  atoms.
1691         Get all atoms in one round-trip.
1692         (set_wm_state): Use x_send_client_event rather than
1693         Fx_send_client_event, using Atom directly.
1694         (x_ewmh_activate_frame): Ditto.
1695         (x_set_sticky): Pass atoms to set_wm_state.
1696         (do_ewmh_fullscreen): Ditto.
1699         * xterm.h (x_display_info): Add Xatom_net_supported,
1700         Xatom_net_supporting_wm_check, Xatom_net_active_window,
1701         Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID.
1703         * xfns.c (Fx_show_tip): Fix typo in docstring.
1705 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1707         * cmds.c (Fself_insert_command): Don't call XFASTINT without checking
1708         it's not negative.
1710 2010-11-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1712         * font.c (font_filter_properties): Add const to array elements of
1713         properties args.
1715         * font.h (font_filter_properties): Likewise.
1717         * ftfont.c (ftfont_booleans, ftfont_non_booleans): Add const to array
1718         elements.
1720         * w32font.c (w32font_booleans, w32font_non_booleans): Likewise.
1722 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
1724         * dbusbind.c (QCdbus_type_unix_fd): New Lisp object.
1725         (XD_BASIC_DBUS_TYPE, xd_symbol_to_dbus_type, xd_signature)
1726         (xd_append_arg, xd_retrieve_arg): Support DBUS_TYPE_UNIX_FD.
1727         (Fdbus_call_method): Add DBUS_TYPE_UNIX_FD type mapping to doc string.
1728         (syms_of_dbusbind): Initialize QCdbus_type_unix_fd).
1730 2010-11-10  Glenn Morris  <rgm@gnu.org>
1732         * emacs.c (syms_of_emacs) <system-type>: Doc fix.
1734 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
1736         * xfns.c (x_real_positions): Fix declaration-after-statement problem.
1738 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
1740         * image.c (free_image): Don't garbage the frame here, since this
1741         function can be called while redisplaying (Bug#7210).
1742         (uncache_image): Garbage the frame here (Bug#6426).
1744 2010-11-09  Jan Djärv  <jan.h.d@swipnet.se>
1746         * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
1747         parent is the root window.  Check this after traversing window tree.
1749         * xterm.c (x_term_init): Initialize Xatom_net_frame_extents.
1751         * xterm.h (struct x_display_info): Xatom_net_frame_extents is new.
1753         * xfns.c (x_real_positions): Try to get _NET_FRAME_EXTENTS first
1754         before traversing window tree (Bug#5721).
1756 2010-11-07  Jan Djärv  <jan.h.d@swipnet.se>
1758         * xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
1760         * xdisp.c (note_mode_line_or_margin_highlight):
1761         Initialize Cursor to No_Cursor for HAVE_WINDOW_SYSTEM also.
1763 2010-11-06  Eli Zaretskii  <eliz@gnu.org>
1765         * xfns.c (Fx_show_tip): If any of the tool-tip text lines is R2L,
1766         adjust width of tool-tip frame to the width of text, excluding the
1767         stretch glyph at the beginning of R2L glyph rows.
1769         * w32fns.c (Fx_show_tip): Likewise.
1771 2010-11-06  Jan Djärv  <jan.h.d@swipnet.se>
1773         * nsfont.m: Include termchar for new mouse-highlight.
1774         (nsfont_draw): Use MOUSE_HL_INFO.
1776 2010-11-05  Eli Zaretskii  <eliz@gnu.org>
1778         Unify mouse-highlight code for all GUI and TTY sessions.
1780         * term.c: Remove static mouse_face_* variables.  All users
1781         changed.
1782         (term_show_mouse_face, term_clear_mouse_face)
1783         (fast_find_position, term_mouse_highlight): Functions deleted.
1784         (tty_draw_row_with_mouse_face): New function.
1785         (term_mouse_movement): Call note_mouse_highlight instead of
1786         term_mouse_highlight.
1788         * nsterm.m (ns_update_window_begin, ns_update_window_end)
1789         (ns_update_end, x_destroy_window, ns_frame_up_to_date)
1790         (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background)
1791         (ns_dumpglyphs_image, ns_dumpglyphs_stretch)
1792         (ns_initialize_display_info, keyDown, mouseMoved, mouseExited):
1793         Replace Display_Info with Mouse_HLInfo everywhere where
1794         mouse_face_* members were accessed for mouse highlight purposes.
1796         * xterm.c (x_update_window_begin, x_update_window_end)
1797         (x_update_end, XTframe_up_to_date, x_set_mouse_face_gc)
1798         (handle_one_xevent, x_free_frame_resources, x_term_init):
1799         Replace Display_Info with Mouse_HLInfo everywhere where mouse_face_*
1800         members were accessed for mouse highlight purposes.
1802         * w32term.c (x_update_window_begin, x_update_window_end)
1803         (x_update_end, w32_read_socket, x_free_frame_resources)
1804         (w32_initialize_display_info): Replace Display_Info with
1805         Mouse_HLInfo everywhere where mouse_face_* members were accessed
1806         for mouse highlight purposes.
1808         * xdisp.c (show_mouse_face, note_mode_line_or_margin_highlight)
1809         (note_mouse_highlight) [HAVE_WINDOW_SYSTEM]: Don't run GUI code
1810         unless the frame is on a window-system.
1811         (get_tool_bar_item, handle_tool_bar_click)
1812         (note_tool_bar_highlight, draw_glyphs, erase_phys_cursor)
1813         (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
1814         (note_mode_line_or_margin_highlight, note_mouse_highlight)
1815         (x_clear_window_mouse_face, cancel_mouse_face, expose_frame):
1816         Replace Display_Info with Mouse_HLInfo everywhere where
1817         mouse_face_* members were accessed for mouse highlight purposes.
1818         (coords_in_mouse_face_p): Move prototype out of the
1819         HAVE_WINDOW_SYSTEM conditional.
1820         (x_y_to_hpos_vpos, frame_to_window_pixel_xy): Move out of the
1821         HAVE_WINDOW_SYSTEM block.
1822         (try_window_id) [HAVE_GPM || MSDOS]:
1823         Call x_clear_window_mouse_face.
1824         (draw_row_with_mouse_face): Implementation for HAVE_WINDOW_SYSTEM
1825         systems.  Call tty_draw_row_with_mouse_face for TTY systems.
1826         (show_mouse_face): Call draw_row_with_mouse_face, instead of
1827         calling draw_glyphs directly.
1828         (show_mouse_face, clear_mouse_face, coords_in_mouse_face_p)
1829         (cursor_in_mouse_face_p, rows_from_pos_range)
1830         (mouse_face_from_buffer_pos, mouse_face_from_string_pos)
1831         (note_mode_line_or_margin_highlight, note_mouse_highlight)
1832         (x_clear_window_mouse_face, cancel_mouse_face): Move out of the
1833         HAVE_WINDOW_SYSTEM block.  Ifdef away window-system specific
1834         fragments.
1835         (note_mouse_highlight): Call popup_activated for MSDOS as well.
1836         Clear mouse highlight if pointer is over glyphs whose OBJECT is an
1837         integer.
1838         (mouse_face_from_buffer_pos): Add parentheses around && within ||.
1839         (x_consider_frame_title, tool_bar_lines_needed):
1840         Move prototypes to HAVE_WINDOW_SYSTEM-only part.
1841         (get_window_cursor_type): Move inside a HAVE_WINDOW_SYSTEM-only
1842         part.  Remove "#ifdef HAVE_WINDOW_SYSTEM" from body of function.
1843         (null_glyph_slice): Move declaration into HAVE_WINDOW_SYSTEM-only
1844         part.
1846         * dispnew.c (mirror_make_current): Set Y coordinate of the
1847         mode-line and header-line rows.
1848         (init_display): Setup initial frame's output_data for text
1849         terminal frames.
1851         * xmenu.c (popup_activated): Don't define on MSDOS, which now has
1852         its own definition on msdos.c.
1854         * msdos.c (show_mouse_face, clear_mouse_face)
1855         (fast_find_position, IT_note_mode_line_highlight)
1856         (IT_note_mouse_highlight): Functions deleted.
1857         (IT_frame_up_to_date, dos_rawgetc): Call note_mouse_highlight
1858         instead of IT_note_mouse_highlight.
1859         (draw_row_with_mouse_face, popup_activated): New functions.
1860         (dos_set_window_size, draw_row_with_mouse_face, IT_update_begin)
1861         (IT_update_end, IT_frame_up_to_date, internal_terminal_init)
1862         (dos_rawgetc): Replace Display_Info with Mouse_HLInfo everywhere
1863         where mouse_face_* members were accessed for mouse highlight
1864         purposes.
1866         * msdos.h (initialize_msdos_display): Add prototype.
1868         * frame.h (MOUSE_HL_INFO): New macro.
1870         * lisp.h (Mouse_HLInfo): New data type.
1872         * xterm.h (struct x_display_info):
1873         * w32term.h (struct w32_display_info):
1874         * nsterm.h (struct ns_display_info):
1875         * termchar.h (struct tty_display_info): Use it instead of
1876         mouse_face_* members.
1878         * dispextern.h (show_mouse_face, clear_mouse_face): Update type of
1879         1st argument.
1880         (frame_to_window_pixel_xy, note_mouse_highlight)
1881         (x_clear_window_mouse_face, cancel_mouse_face, clear_mouse_face)
1882         (show_mouse_face, cursor_in_mouse_face_p): Move prototypes out of
1883         HAVE_WINDOW_SYSTEM conditional.
1884         (draw_row_with_mouse_face): Declare prototype.
1885         (tty_draw_row_with_mouse_face): Declare prototype.
1887 2010-11-05  Eli Zaretskii  <eliz@gnu.org>
1889         * term.c (append_glyphless_glyph, produce_glyphless_glyph):
1890         Remove unused variables.
1892 2010-11-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
1894         * nsterm.m (EmacsView-mouseExited:): Correct error in conditional
1895         logic pointed out by Eli Zaretskii.
1897 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899         * coding.c (coding-category-list): Refer to set-coding-system-priority
1900         instead of the obsolete set-coding-priority in the doc string.
1903 2010-11-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
1905         * nsfont.m (nsfont_draw):  Correct previous patch to return
1906         correct value.
1907         * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
1908         don't change the method signature, change the return.
1910 2010-11-04  Ismail Donmez  <ismail@namtrac.org>  (tiny change)
1912         * nsfont.m (nsfont_draw)
1913         * nsimage.m (EmacsImage-setXBMColor:)
1914         * nsterm.m (EmacsView-performDragOperation:): Correct empty return.
1916 2010-11-03  Julien Danjou  <julien@danjou.info>
1918         * image.c (gif_load): Add support for transparency and specified
1919         :background.
1921 2010-11-01  Kenichi Handa  <handa@m17n.org>
1923         * dispextern.h (lookup_glyphless_char_display): Extern it.
1925         * termhooks.h (struct terminal): New member charset_list.
1927         * coding.c (Fset_terminal_coding_system_internal): Set the
1928         `charset_list' member of struct terminal.
1930         * term.c (produce_glyphs): Handle the case it->what == IT_GLYPHLESS.
1931         (append_glyphless_glyph, produce_glyphless_glyph): New functions.
1933         * xdisp.c (lookup_glyphless_char_display): Make it non-static.
1934         (lookup_glyphless_char_display): Set it->what at the end.
1935         (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
1936         (last_glyphless_glyph_merged_face_id): Make them non-static.
1938         * w32term.c (x_draw_glyphless_glyph_string_foreground):
1939         Fix the arg with_background for font->driver->draw.
1941 2010-11-01  Kenichi Handa  <handa@m17n.org>
1943         * w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
1944         Surround chp by parentheses.
1946 2010-11-01  Kenichi Handa  <handa@m17n.org>
1948         Implement various display methods for glyphless characters.
1950         * xdisp.c (Qglyphless_char, Vglyphless_char_display)
1951         (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space)
1952         (Qzero_width): New variables.
1953         (THIN_SPACE_WIDTH): New macro.
1954         (lookup_glyphless_char_display): New funciton.
1955         (last_glyphless_glyph_frame, last_glyphless_glyph_face_id)
1956         (last_glyphless_glyph_merged_face_id): New variables.
1957         (get_next_display_element): Check glyphless characters.
1958         (redisplay_internal): Initialize last_glyphless_glyph_frame and
1959         last_glyphless_glyph_face_id.
1960         (fill_glyphless_glyph_string): New function.
1961         (BUILD_GLYPHLESS_GLYPH_STRING): New macro.
1962         (BUILD_GLYPH_STRINGS): Handle the case GLYPHLESS_GLYPH.
1963         (append_glyphless_glyph, produce_glyphless_glyph): New functions.
1964         (x_produce_glyphs): If a suitable font is not found, produce a
1965         glyphless glyph.  Handle the case it->what == IT_GLYPHLESS.
1966         (syms_of_xdisp): Intern and staticpro Qglyphless_char,
1967         Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space, and
1968         Qzero_width.
1969         (Vglyphless_char_display): Declare it as a Lisp variable.
1971         * dispextern.h (enum glyph_type): Add GLYPHLESS_GLYPH.
1972         (struct glyph): Change the size of the member "type" to 3.
1973         Add glyphless to the union slice and u.
1974         (enum display_element_type): Add IT_GLYPHLESS.
1975         (enum glyphless_display_method): New enum.
1976         (struct it): New member glyphless_method.
1977         (Vglyphless_char_display): Extern it.
1979         * xterm.c (x_draw_glyphless_glyph_string_foreground): New function.
1980         (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
1982         * w32term.c (x_draw_glyphless_glyph_string_foreground): New function.
1983         (x_draw_glyph_string): Handle the case GLYPHLESS_GLYPH.
1985         * nsterm.m (ns_draw_glyph_string): Handle the case
1986         GLYPHLESS_GLYPH (the detail is not yet implemented).
1988 2010-10-31  Glenn Morris  <rgm@gnu.org>
1990         * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
1992         * frame.c (syms_of_frame) <tool-bar-mode>:
1993         Default to nil if !HAVE_WINDOW_SYSTEM.  (Bug#7299)
1995 2010-10-31  Chong Yidong  <cyd@stupidchicken.com>
1997         * xterm.c (x_connection_closed): Print informative error message
1998         when aborting on GTK.  This requires using shut_down_emacs
1999         directly instead of Fkill_emacs.
2001 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
2003         * emacs.c (main): Call syms_of_filelock unconditionally.
2005         * filelock.c (syms_of_filelock): Move out of #ifdef CLASH_DETECTION
2006         clause, but keep part of it conditioned on CLASH_DETECTION.
2008 2010-10-29  Glenn Morris  <rgm@gnu.org>
2010         * nsfns.m (Fx-display-save-under, Fx-open-connection)
2011         (Fxw-color-defined-p, Fxw-display-color-p, Fx-show-tip):
2012         * w32fns.c (Fxw_color_defined_p, Fx_open_connection):
2013         * xfns.c (Fxw_color_defined_p, Fx_open_connection):
2014         Sync docs between X, W32, NS.
2016         * buffer.c (syms_of_buffer) <abbrev-mode, transient-mark-mode>:
2017         * frame.c (syms_of_frame) <tool-bar-mode>: Move doc here from Lisp.
2019 2010-10-26  Juanma Barranquero  <lekktu@gmail.com>
2021         * eval.c (init_eval_once): Set max_lisp_eval_depth to 600;
2022         otherwise, bootstrapping on Windows fails to compile macroexp.el.
2024 2010-10-26  Eli Zaretskii  <eliz@gnu.org>
2026         * cmds.c (internal_self_insert): Don't insert if argument N is
2027         zero or negative.  (Bug#7281)
2029 2010-10-26  Jan Djärv  <jan.h.d@swipnet.se>
2031         * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
2033 2010-10-25  Glenn Morris  <rgm@gnu.org>
2035         * Makefile.in (SOME_MACHINE_LISP): Remove easymenu.elc.
2037 2010-10-24  Glenn Morris  <rgm@gnu.org>
2039         * w32fns.c (Fx_synchronize, Fx_change_window_property)
2040         (Fx_window_property, Fx_file_dialog):
2041         * xfns.c (Fx_synchronize, Fx_change_window_property)
2042         (Fx_window_property, Fx_file_dialog): Sync docs between w32 and X.
2044 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
2046         * xterm.c (x_connection_closed): Kill Emacs unconditionally.
2048 2010-10-24  Eli Zaretskii  <eliz@gnu.org>
2050         * frame.c (Fframep, Fwindow_system): Deprecate use as a predicate.
2052         * dispnew.c (syms_of_display) <initial-window-system, window-system>:
2053         Deprecate use as a boolean flag.
2055 2010-10-24  Jim Meyering  <jim@meyering.net>
2057         * emacs.c (argmatch): Don't treat "--" as "--chdir".
2059 2010-10-24  Glenn Morris  <rgm@gnu.org>
2061         * w16select.c (syms_of_win16select) <selection-coding-system>:
2062         <next-selection-coding-system>:
2063         * w32select.c (syms_of_w32select) <selection-coding-system>:
2064         <next-selection-coding-system>:
2065         Sync docs with select.el.
2067         * xfaces.c (syms_of_xfaces) <tty-defined-color-alist>: Sync doc with
2068         Lisp version.
2070         * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
2071         Sync doc with the xterm.c version.
2073         * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>:
2074         * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
2076 2010-10-23  Glenn Morris  <rgm@gnu.org>
2078         * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
2079         * frame.c (syms_of_frame) <menu-bar-mode>:
2080         * xdisp.c (syms_of_xdisp) <auto-hscroll-mode, display-hourglass>:
2081         <hourglass-delay>: Sync docs with Lisp.
2083 2010-10-23  Eli Zaretskii  <eliz@gnu.org>
2085         Implement mouse highlight for bidi-reordered lines.
2087         * xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
2088         (mouse_face_from_string_pos): New function, replaces
2089         fast_find_string_pos.
2090         (note_mouse_highlight): Call it instead of fast_find_string_pos.
2091         (note_mode_line_or_margin_highlight): Support bidi-reordered
2092         strings and R2L glyph rows.  Fix comments.
2093         (note_mouse_highlight): When bidi reordering is turned on in a
2094         buffer, call next-single-property-change and
2095         previous-single-property-change with last argument nil.
2096         Clear mouse highlight when mouse pointer is in a R2L row on the stretch
2097         glyph that stands for no text beyond the line end.
2098         (row_containing_pos): Don't return too early when CHARPOS is in a
2099         bidi-reordered continued line.  Return immediately when the first
2100         hit is found in a line that is not continued, or when an exact
2101         match for CHARPOS is found.
2102         (rows_from_pos_range): New function.
2103         (mouse_face_from_buffer_pos): Use it instead of calling
2104         row_containing_pos for START_CHARPOS and END_CHARPOS.  Rewrite the
2105         function to support mouse highlight in bidi-reordered lines and
2106         not to assume that START_CHARPOS is always in mouse_face_beg_row.
2107         If necessary, swap mouse_face_beg_row and mouse_face_end_row so
2108         that the former is always above the latter or identical to it.
2109         (show_mouse_face): Support drawing highlighted R2L lines.
2110         (coords_in_mouse_face_p): New function, bidi-aware.
2111         (cursor_in_mouse_face_p, note_mouse_highlight, erase_phys_cursor):
2112         Call it instead of comparing with mouse-face members of dpyinfo.
2113         (note_mode_line_or_margin_highlight): Fix confusingly swapped
2114         usage of hpos and vpos.
2116 2010-10-22  Jan Djärv  <jan.h.d@swipnet.se>
2118         * xrdb.c: Include keyboard.h for MOTIF.
2120         * xmenu.c: Revert 2010-07-27 change: lwlib.h is needed for
2121         MOTIF (Bug#7263).
2123         * xfns.c: Include Xm/TextF and Xm/List.
2124         (file_dialog_cb, file_dialog_unmap_cb, clean_up_file_dialog):
2125         Make ANSI prototypes.
2127 2010-10-22  Glenn Morris  <rgm@gnu.org>
2129         * Makefile.in (SOME_MACHINE_LISP): Add w32-vars.
2130         Remove ccl and duplicate mouse.
2132 2010-10-21  Chong Yidong  <cyd@stupidchicken.com>
2134         * insdel.c (prepare_to_modify_buffer): Don't set
2135         saved-region-selection if modification hooks are disabled.
2137 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
2139         * cmds.c (Fdelete_char): Doc fix.
2141 2010-10-19  Ken Brown  <kbrown@cornell.edu>
2143         * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
2145 2010-10-19  Kenichi Handa  <handa@m17n.org>
2147         Fix incorrect font metrics when the same font is opened with
2148         different pixelsizes.
2150         * xftfont.c: Include composite.h.
2151         (xftfont_shape): New function.
2152         (syms_of_xftfont): Set xftfont_driver.shape.
2154 2010-10-18  Julien Danjou  <julien@danjou.info>
2156         * frame.c (Fframe_pointer_visible_p):
2157         Add `frame-pointer-visible-p' to get the pointer visibility.
2159 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161         * gnutls.c (emacs_gnutls_read): Return 0 if we get a
2162         non-"EAGAIN"-like error to signal to Emacs that the socket should
2163         be closed.
2165 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2167         * unexcoff.c (make_hdr): Fix prototype according to changes in
2168         2010-10-03T13:59:56Z!dann@ics.uci.edu.
2170         * image.c (tiff_load): Cast 3rd argument to avoid compiler warning.
2172 2010-10-15  Tassilo Horn  <tassilo@member.fsf.org>
2174         * Makefile.in (really-oldXMenu): Fix typo in variable name that
2175         made building the X menu fail.
2176         (really-oldXMenu): Fix my previous fix.
2178 2010-10-14  Damyan Pepper  <damyanp@gmail.com>
2180         Fix handling of font properties on Windows (bug#6303).
2181         * font.c (font_filter_properties): New function, refactored from
2182         ftfont_filter_properties.
2183         * font.h (font_filter_properties): Declare.
2184         * ftfont.c (ftfont_filter_properties): Use font_filter_properties.
2185         * w32font.c (w32font_booleans, w32font_non_booleans): New variables.
2186         (w32font_filter_properties): New function.
2187         (w32font_driver): Add w32font_filter_properties.
2189 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
2191         * font.c (Ffont_variation_glyphs):
2192         * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
2194 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
2196         * w32fns.c (w32_wnd_proc, file_dialog_callback):
2197         * w32font.c (w32_generic_family):
2198         * w32inevt.c (key_event):
2199         * w32menu.c (fill_in_menu):
2200         * w32proc.c (reader_thread, w32_executable_type, compare_env)
2201         (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn):
2202         * w32term.c (w32_read_socket): Make static.
2204 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
2206         * image.c (DEF_IMGLIB_FN): Add argument to adapt to strict
2207         prototypes; all callers changed.
2209 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
2211         * makefile.w32-in (TLIB2): Rename from TLIBW32.
2212         (OBJ2): New macro.
2213         (WIN32OBJ, FONTOBJ): Remove.
2214         (OBJ1): Redistribute object files with OBJ2.
2215         (LIBS, $(TEMACS)): Use TLIB2.
2216         (make-buildobj-CMD, make-buildobj-SH): Use OBJ2.
2217         ($(TLIB2), TAGS, TAGS-LISP, TAGS-gmake): Depend on OBJ2.
2219 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
2221         * emacs.c (Vdynamic_library_alist)
2222         (syms_of_emacs) <dynamic-library-alist>: Move from image.c and rename.
2223         Doc fix.
2225         * lisp.h (Vdynamic_library_alist): Declare extern.
2227         * image.c (Vimage_library_alist)
2228         (syms_of_image) <image-library-alist>: Move to emacs.c and rename.
2229         (lookup_image_type): Use Vdynamic_library_alist.
2230         (Finit_image_library): Doc fix.
2232 2010-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
2234         * Makefile.in (lispsource, libsrc, etc, oldxmenudir, lwlibdir)
2235         (lispdir): Remove trailing /, update all uses.
2237 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
2239         * nsterm.m (Qleft): Declare.
2240         (ns_right_alternate_modifier): New variable
2241         (NSRightAlternateKeyMask): New define.
2242         (EV_MODIFIERS): Parse NSRightAlternateKeyMask if
2243         ns_right_alternate_modifier isn't Qleft.
2244         (keyDown): If ns_right_alternate_modifier isn't Qleft, use it
2245         as emacs modifier for NSRightAlternateKeyMask.
2246         (syms_of_nsterm): DEFVAR_LISP ns-right-alternate-modifier.
2248 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250         * gnutls.c (emacs_gnutls_write): If we're trying to write before
2251         gnutls is ready, return EAGAIN as the errno.
2253 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2255         * vm-limit.c:
2256         * unexhp9k800.c:
2257         * unexelf.c:
2258         * unexaix.c:
2259         * termcap.c: Remove #ifdef emacs / #ifndef emacs code, unused.
2261         * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
2262         (PROFILING_LDFLAGS): Remove, not needed anymore.
2264         * Makefile.in: Use $(...) everywhere instead of ${...}
2265         (CRT_DIR): Move near potential user.
2266         (START_FILE): Move near CRT_DIR, it might use it.
2268         * sysdep.c (LPASS8): Remove, unused.
2269         (emacs_ospeed): Change from being a global to a local in the only
2270         user: init_baud_rate.
2272 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274         * gnutls.c (syms_of_gnutls): All the bootprops are keywords.
2275         (emacs_gnutls_write): Remove the debuggin fsync call.
2276         (emacs_gnutls_read): Return -1 if we got an error from
2277         gnutls_read.  This allows us to actually read lots of data from
2278         the GnuTLS stream.
2279         (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.
2280         According to the documentation, this is correct, and it seems to
2281         make things work.
2283 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
2285         * xterm.c (x_draw_relief_rect): Clear corner pixels.
2287 2010-10-08  Michael Albinus  <michael.albinus@gmx.de>
2289         * keyboard.c: Revert last change; it was not intended to be
2290         synchronized with the trunk.
2292 2010-10-08  Kenichi Handa  <handa@m17n.org>
2294         * coding.c (complement_process_encoding_system): Fix previous change.
2296 2010-10-08  Michael Albinus  <michael.albinus@gmx.de>
2298         * dbusbind.c (syms_of_dbusbind): Move putenv call ...
2299         (Fdbus_init_bus): ... here.  (Bug#7113)
2301 2010-10-08  Glenn Morris  <rgm@gnu.org>
2303         * buffer.c (before-change-functions, after-change-functions):
2304         Three-year overdue doc fix following 2007-08-13 change.
2306 2010-10-08  Kenichi Handa  <handa@m17n.org>
2308         * coding.c (coding_inherit_eol_type): If parent doesn't specify
2309         eol-format, inherit from the system's default.
2310         (complement_process_encoding_system): Make a new coding system
2311         inherit the original eol-format.
2313 2010-10-08  Kenichi Handa  <handa@m17n.org>
2315         * coding.c (complement_process_encoding_system): New function.
2317         * coding.h (complement_process_encoding_system): Extern it.
2319         * callproc.c (Fcall_process): Complement the coding system for
2320         encoding arguments.
2321         (Fcall_process_region): Complement the coding system for encoding
2322         the input to the process.
2324         * process.c (Fstart_process): Complement the coding system for
2325         encoding arguments.
2326         (send_process): Complement the coding system for encoding what
2327         sent to the process.
2329 2010-10-08  Kenichi Handa  <handa@m17n.org>
2331         * xfont.c (xfont_open): Fix setting of font->average_width from
2332         :avgwidth property (Bug#7123).
2334 2010-10-08  Michael Albinus  <michael.albinus@gmx.de>
2336         * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
2337         is more portable.
2339         * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
2340         (kbd_buffer_get_event): ... here. This is needed for cygwin, which
2341         has not defined SIGIO.
2343 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
2345         * xterm.c (x_draw_relief_rect): If box width is larger than 1,
2346         draw the outermost line using the black relief, for legibility.
2347         Omit drawing the four corner pixels.
2349 2010-10-04  Chong Yidong  <cyd@stupidchicken.com>
2351         * keyboard.c (echo_prompt): Function moved into read_key_sequence.
2352         (read_key_sequence): Inline echo_prompt.
2353         (echo_dash): Add a dash only if key is continued (Bug#7137).
2355 2010-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
2357         Remove O_RDONLY, O_WRONLY definitions, not needed.
2358         * unexcoff.c:
2359         * lread.c:
2360         * fileio.c:
2361         * doc.c:
2362         * callproc.c:
2363         * alloc.c:
2364         * termcap.c: Remove O_RDONLY O_WRONLY definitions.
2366 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
2368         * gnutls.h (GNUTLS_LOG2): Convenience macro.
2370         * gnutls.c: Add property list symbol holders.
2371         (emacs_gnutls_handshake): Clarify how sockets are passed to
2372         GnuTLS.
2373         (gnutls_log_function2): Convenience function using GNUTLS_LOG2.
2374         (Fgnutls_boot): Get all parameters from a plist.  Require trustfiles
2375         and keyfiles to be a list of file names.  Default to "NORMAL" for
2376         the priority string.  Improve logging.
2378 2010-10-03  Glenn Morris  <rgm@gnu.org>
2380         * fileio.c (Vdirectory_sep_char): Remove.
2382 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2384         * termhooks.h: Remove #ifdef CONSP.
2386         * xterm.c (NO_INLINE, noinline): Move definitions to ../configure.in.
2388         Include <fcntl.h> unconditionally.
2389         * termcap.c:
2390         * sysdep.c:
2391         * lread.c:
2392         * keyboard.c:
2393         * filelock.c:
2394         * fileio.c:
2395         * doc.c:
2396         * callproc.c:
2397         * alloc.c: Remove include guards for <fcntl.h>, process.c already
2398         does it.
2400         * process.c: Do not include <sys/wait.h>, syswait.h does it.
2402         * sysdep.c (flush_pending_output): Remove code, does not do
2403         anything on any platform.
2405         Remove unused code.
2406         * sysdep.c (select_alarm, sys_select, read_input_waiting):
2407         Remove select emulation, all systems support select.
2408         (set_exclusive_use): Remove, the only user is in an #if 0 block.
2409         * process.c (create_process): Remove #if 0 code.
2411         Remove unused arguments for unexec.
2412         The third one is never used, and the last two are always passed as zero.
2413         * emacs.c (unexec): Add declaration.
2414         (Fdump_emacs): Only pass the first two arguments to unexec.
2415         Simplify #ifdef.
2416         * unexw32.c (unexec):
2417         * unexsol.c (unexec):
2418         * unexhp9k800.c (unexec):
2419         * unexcw.c (unexec): Remove the last 3 arguments, unused.
2420         * unexelf.c (unexec): Remove the last 3 arguments, unused.
2421         (find_section): Use const.
2422         * unexmacosx.c (unexec): Remove the last 3 arguments, unused.
2423         (unexec_error): Declare it NO_RETURN.
2424         * unexcoff.c (make_hdr): Assume bss_start is always zero, remove
2425         it as an argument, remove data_start and entry_address arguments, unused.
2426         (unexec): Remove bss_start, data_start and
2427         entry_address arguments.
2428         * unexaix.c (make_hdr): Assume bss_start is always zero, remove
2429         it as an argument, remove data_start and entry_address arguments, unused.
2430         (unexec): Remove bss_start, data_start and
2431         entry_address arguments.
2433 2010-10-03  Juanma Barranquero  <lekktu@gmail.com>
2435         * makefile.w32-in (TAGS, TAGS-LISP, TAGS-gmake): Add $(FONTOBJ).
2437         * gnutls.c (emacs_gnutls_handshake, gnutls_make_error)
2438         (gnutls_emacs_global_init, gnutls_emacs_global_deinit): Make static.
2439         (Fgnutls_get_initstage, Fgnutls_deinit, Fgnutls_boot, Fgnutls_bye):
2440         Fix typos in docstrings.
2441         (Fgnutls_error_fatalp, Fgnutls_error_string): Doc fixes.
2442         (Fgnutls_errorp): Doc fix; use ERR for the argument name.
2444 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2446         * keyboard.c (command_loop_1): Make sure the mark is really alive
2447         before using it (Bug#7044).
2449 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2451         * makefile.w32-in (tags): Rename target to full-tags.
2453 2010-10-02  Eli Zaretskii  <eliz@gnu.org>
2455         * emacs.c (main): Remove !WINDOWSNT conditional.
2456         (Fkill_emacs): Don't mention exemption on MS-Windows.
2458 2010-10-02  Glenn Morris  <rgm@gnu.org>
2460         * character.c (Fchar_bytes): Remove obsolete function.
2461         (syms_of_character): Remove Schar_bytes.
2463         * emacs.c (fatal_error_signal): Also run Fkill_emacs on SIGINT.
2464         (main) [!WINDOWSNT]: Handle SIGINT with fatal_error_signal
2465         in batch-mode.
2466         (Fkill_emacs): Doc fix.  Also run the hook in batch mode.
2467         (kill-emacs-hook): Doc fix.
2469 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471         * xml.c (Flibxml_parse_xml_region, Flibxml_parse_html_region)
2472         (parse_region): Rework to take regions instead of strings, and
2473         renamed to reflect that these are the libxml functions.
2475 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
2477         * term.c (init_tty) [DOS_NT]: Don't call Wcm_clear after setting
2478         screen dimensions in tty->Wcm.
2480         * xdisp.c (set_cursor_from_row): When the row is truncated and
2481         point is outside the range of displayed characters, position the
2482         cursor inside the scroll margin.  (Bug#6349)
2484 2010-10-01  Dan Nicolaescu  <dann@ics.uci.edu>
2486         Do not include stdlib.h and string.h, config.h does it.
2487         * xfont.c:
2488         * w32term.c:
2489         * w32reg.c:
2490         * w32inevt.c:
2491         * w32heap.c:
2492         * w32console.c:
2493         * w16select.c:
2494         * unexsol.c:
2495         * term.c:
2496         * sound.c:
2497         * scroll.c (m):
2498         * gtkutil.c:
2499         * font.c:
2500         * filelock.c:
2501         * fileio.c:
2502         * dosfns.c:
2503         * dbusbind.c:
2504         * bidi.c:
2505         * callproc.c:
2506         * process.c:
2507         * msdos.c:
2508         * charset.c: Do not include stdlib.h and string.h, config.h does it.
2510         * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h
2511         defines it.
2513         * process.c: Move #include <pty.h> earlier.
2514         (SIGCHLD): Remove conditional definition, syssignal.h defines it.
2515         (pty_name): Move definition later.
2517         * nsselect.m (syms_of_nsselect):
2518         * nsmenu.m (syms_of_nsmenu):
2519         * nsfns.m (syms_of_nsfns):
2520         * msdos.c (syms_of_msdos):
2522         * image.c (syms_of_image):
2523         * charset.c (syms_of_charset): Use intern_c_string instead of intern.
2525         * point.h: Remove, unused.
2527 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
2529         * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
2530         (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
2531         (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
2533 2010-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
2535         * xml.c (parse_string): Use const.
2537 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539         * eval.c (Fbacktrace): Don't overwrite print-level on exit.
2540         Also only override Vprint_level if it isn't already bound, and increase
2541         the level to 8 to produce more useful backtraces for bug reports.
2543 2010-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
2545         * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
2547 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
2549         * w32console.c (vga_stdcolor_name): Remove unused function;
2550         presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
2552 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554         * gnutls.c (emacs_gnutls_handshake): Made into internal function.
2555         (Fgnutls_boot): Start the handshake.
2556         (emacs_gnutls_read): Perform the handshake from the reader loop.
2557         (Fgnutls_boot): Remove some debugging messages.
2558         Change indentation throughout to use the Emacs style.
2559         (emacs_gnutls_handshake): Cast the fds to something that's
2560         possibly the expected length.
2561         (emacs_gnutls_write): Return -1 if we try to write before handshake.
2563         * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
2565         * process.c (make_process): Set the gnutls_p field to zero by
2566         default.
2567         (read_process_output): Always call the gnutls_read function if the
2568         stream is a gnutls stream.
2569         (send_process): Ditto for writes.
2571         * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
2572         or write anything until the state is GNUTLS_STAGE_READY.
2573         (Fgnutls_boot): Mark the stream as being a gnutls stream.
2575 2010-09-29  Eli Zaretskii  <eliz@gnu.org>
2577         * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
2578         NEUTRAL_DIR.
2579         (handle_invisible_prop, iterate_out_of_display_property)
2580         (next_element_from_buffer): If bidi_it.first_elt is set, call
2581         bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
2582         (Bug#7128)
2584         * print.c (print_object): Fix format string and argument types for
2585         printing a Lisp_Misc_Marker.
2587         * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
2588         (load_overlay_strings, get_overlay_strings_1)
2589         (get_overlay_strings, forward_to_next_line_start)
2590         (back_to_previous_visible_line_start, reseat, reseat_to_string)
2591         (get_next_display_element, next_element_from_string)
2592         (next_element_from_c_string, next_element_from_buffer)
2593         (move_it_vertically_backward, move_it_by_lines, add_to_log)
2594         (message_dolog, message_log_check_duplicate, message2_nolog)
2595         (message3, message3_nolog, vmessage, set_message, set_message_1)
2596         (hscroll_window_tree, text_outside_line_unchanged_p)
2597         (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
2598         (find_last_unchanged_at_beg_row)
2599         (find_first_unchanged_at_end_row, row_containing_pos)
2600         (trailing_whitespace_p, display_mode_element, decode_mode_spec)
2601         (display_count_lines, x_produce_glyphs, note_mouse_highlight):
2602         Use EMACS_INT for buffer and string positions.
2604         * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
2605         (row_containing_pos): Adjust prototype.
2607         * lisp.h (pos_visible_p, message2, message2_nolog, message3)
2608         (message2_nolog, set_message): Adjust prototypes.
2610 2010-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2612         * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
2613         (Fgnutls_boot): Use SDATA.
2614         (Fgnutls_handshake): Remove unused var `max_log_level'.
2616 2010-09-27  Michael Albinus  <michael.albinus@gmx.de>
2618         * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
2619         (Bug#7113)
2621 2010-09-27  Jan Djärv  <jan.h.d@swipnet.se>
2623         * xgselect.c (xg_select): Clear file descriptors not set from
2624         rfds and wfds.
2626         * process.c (wait_reading_process_output): Add missing FD_CLR
2627         for write_mask (must mirror connect_wait_mask).
2629 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2631         * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
2632         prefix.
2633         (Fgnutls_boot): Use changed process members.  Use log level with a
2634         function parameter to set it.  Bring back Emacs-level debugging
2635         messages at log level 1 and 2.
2637         * process.c (make_process): Initialize gnutls_log_level.
2639         * process.h: Add gnutls_log_level and rename x509_cred and
2640         anon_cred to have the gnutls_ prefix for consistency.
2642         * gnutls.h (GNUTLS_LOG): Add convenience macro.
2644 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2646         * w32.c (g_b_init_get_sid_identifier_authority)
2647         (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
2648         Remove, not used.
2649         (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
2650         (init_winsock): Remove useless assignment.
2651         (open_process_token, get_token_information, lookup_account_sid)
2652         (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
2653         (get_security_descriptor_owner, get_security_descriptor_group)
2654         (is_valid_sid, equal_sid, get_length_sid, copy_sid)
2655         (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
2656         (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
2657         (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
2658         (unc_volume_file_attributes, convert_from_time_t)
2659         (create_toolhelp32_snapshot, process32_first, process32_next)
2660         (open_thread_token, impersonate_self, revert_to_self)
2661         (get_process_memory_info, get_process_working_set_size)
2662         (global_memory_status, global_memory_status_ex, socket_to_fd)
2663         (shutdown_handler): Make static.
2665 2010-09-27  Michael Albinus  <michael.albinus@gmx.de>
2667         * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
2668         (xd_pending_messages): Functions removed.
2669         (xd_read_queued_messages): Add parameters fd, *data, for_read in
2670         order to be compatible with add_read_fd.  Determine bus from data,
2671         and call xd_read_message just for this bus.
2672         (xd_add_watch): Use xd_read_queued_messages as callback function.
2673         Add data.
2675         * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
2677 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679         * gnutls.c (gnutls_log_function): Add more debugging.
2680         (emacs_gnutls_read): Don't infloop while reading.
2682 2010-09-27  Kenichi Handa  <handa@m17n.org>
2684         These changes are to remove restriction on the number of glyphs in
2685         one composition.
2687         * dispextern.h (struct glyph): Change the member "slice" to union.
2688         Remove u.cmp.from and u.cmp.to.  Give more bits to u.cmp.id.
2689         (GLYPH_SLICE_EQUAL_P): Adjust for the above change.
2691         * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
2692         instead of glyph->slice.
2693         (marginal_area_string): Likewise.
2695         * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
2696         glyph->u.cmp.
2697         (append_composite_glyph): Likewise.
2699         * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
2700         glyph->u.cmp.
2701         (fill_gstring_glyph_string, x_get_glyph_overhangs)
2702         (append_composite_glyph): Likewise.
2703         (fill_image_glyph_string): Use glyph->slice.img instead of
2704         glyph->slice.
2705         (append_glyph, produce_image_glyph, append_stretch_glyph)
2706         (note_mouse_highlight): Likewise.
2708 2010-09-26  Jan Djärv  <jan.h.d@swipnet.se>
2710         * process.c (add_keyboard_wait_descriptor)
2711         (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
2712         (wait_reading_process_output): Don't pass write_mask to select
2713         if SELECT_CANT_DO_WRITE_MASK is defined.
2714         (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
2716         * process.h (add_read_fd, delete_read_fd, add_write_fd)
2717         (delete_write_fd): Declare.
2719         * process.c (gpm_wait_mask, max_gpm_desc): Remove.
2720         (write_mask): New variable.
2721         (max_input_desc): Rename from max_keyboard_desc.
2722         (fd_callback_info): New variable.
2723         (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
2724         New functions.
2725         (Fmake_network_process): FD_SET write_mask.
2726         (deactivate_process): FD_CLR write_mask.
2727         (wait_reading_process_output): Connecting renamed to Writeok.
2728         check_connect removed.  check_write is new.  Remove references to gpm.
2729         Use Writeok/check_write unconditionally (i.e. no #ifdef
2730         NON_BLOCKING_CONNECT) instead of Connecting.
2731         Loop over file descriptors and call callbacks in fd_callback_info
2732         if file descriptor is ready for I/O.
2733         (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
2734         (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
2735         (keyboard_bit_set): Use max_input_desc.
2736         (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
2737         Remove #ifdef subprocesses.  Use max_input_desc.
2738         (init_process): Initialize write_mask and fd_callback_info.
2740         * keyboard.c (readable_events, gobble_input): Remove DBUS code.
2742         * dbusbind.c: Include process.h.
2743         (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
2744         (xd_read_message_1): New functions.
2745         (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
2746         Handle watch for both read and write.
2747         (Fdbus_init_bus): Also register xd_toggle_watch.
2748         (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2749         (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
2750         to dbus_connection_flush.
2751         (xd_read_message): Move most of the code to xd_read_message_1.
2752         Call xd_read_message_1 until status is COMPLETE.
2754 2010-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2756         * term.c: Do not include sys/ioctl.h, not needed.
2757         (init_tty): Reorder code to reduce the number of #ifdefs.
2758         No code changes.
2760 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
2762         * process.h: Set up GnuTLS support.
2764         * process.c (make_process, Fstart_process)
2765         (read_process_output, send_process): Set up GnuTLS support for
2766         process input/output file descriptors.
2768         * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
2770         * gnutls.c: The source code for GnuTLS support in Emacs.
2772         * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
2774         * config.in: Set up GnuTLS support.
2776         * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
2777         (obj, LIBES): Set up GnuTLS support.
2779 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
2781         * w32.c (get_emacs_configuration_options): Fix previous change.
2783 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
2785         * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
2786         alive before using it (Bug#6977).
2788 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790         * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
2792         * dispextern.h: EMACS_INT/int fixup.
2794         * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
2795         fixup.
2797         * xrdb.c (magic_file_p): EMACS_INT/int fixup.
2799 2010-09-25  Eli Zaretskii  <eliz@gnu.org>
2801         * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
2802         (Fselect_window, window_scroll_pixel_based)
2803         (window_scroll_line_based, Frecenter, Fset_window_configuration):
2804         Use EMACS_INT for buffer positions.
2806         * textprop.c (validate_interval_range, interval_of)
2807         (property_change_between_p, Fadd_text_properties)
2808         (set_text_properties_1, Fremove_text_properties)
2809         (Fremove_list_of_text_properties, Ftext_property_any)
2810         (Ftext_property_not_all, copy_text_properties)
2811         (text_property_list, extend_property_ranges)
2812         (verify_interval_modification): Use EMACS_INT for buffer
2813         positions.
2815         * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
2816         for buffer positions.
2818         * process.c (read_process_output, send_process)
2819         (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
2820         and string positions and size.
2822         * print.c (print_object, print_string, strout): Use EMACS_INT for
2823         string indices.
2825         * minibuf.c (string_to_object): Use EMACS_INT for string position
2826         and size.
2828         * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
2830         * lread.c <read_from_string_index, read_from_string_index_byte>
2831         <read_from_string_limit, readchar_count>: Define EMACS_INT.
2832         (readchar, unreadchar, read_internal_start): Use EMACS_INT for
2833         buffer positions and string length.
2835         * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
2836         EMACS_INT.
2837         (echo_truncate, adjust_point_for_property, read_char)
2838         (gen_help_event, make_lispy_event, modify_event_symbol)
2839         (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
2840         for buffer positions and string length.
2842         * keyboard.h (gen_help_event): Adjust prototype.
2844         * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
2846         * commands.h <last_point_position>: Declare EMACS_INT.
2848         * xdisp.c <help_echo_pos>: Define as EMACS_INT.
2849         (truncate_echo_area): Accept EMACS_INT argument.
2851         * dispextern.h <help_echo_pos>: Declare EMACS_INT.
2853         * lisp.h (truncate_echo_area): Adjust prototype.
2855         * composite.c (composition_adjust_point): Return EMACS_INT.
2857         * composite.h (composition_adjust_point): Adjust prototype.
2859 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
2861         * process.c (Fmake_network_process): When arg :host is 'local,
2862         use address 127.0.0.1, not name "localhost".  (Bug#6781)
2864 2010-09-24  Eli Zaretskii  <eliz@gnu.org>
2866         * indent.c (Fcurrent_indentation, indented_beyond_p)
2867         (compute_motion): Use EMACS_INT for buffer position variables.
2869         * lisp.h (indented_beyond_p): Adjust prototype.
2871         * buffer.c (overlay_strings): Return EMACS_INT.
2873         * buffer.h (overlay_strings): Adjust prototype.
2875         * region-cache.c (pp_cache): Adjust format to arguments.
2877         * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
2878         (call_debugger): Use EMACS_INT for specpdl_size related variables.
2879         (verror): Use EMACS_INT for size of allocated buffer.
2881         * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
2882         positions.
2884         * xdisp.c (redisplay_internal, try_window_id)
2885         (set_cursor_from_row, find_first_unchanged_at_end_row):
2886         Use EMACS_INT for buffer positions.
2888         * dispextern.h (set_cursor_from_row): Adjust prototype.
2890         * dispnew.c (increment_matrix_positions)
2891         (increment_row_positions, copy_glyph_row_contents)
2892         (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
2893         positions.
2895         * dispextern.h (mode_line_string, marginal_area_string)
2896         (increment_matrix_positions, increment_row_positions):
2897         Adjust prototypes.
2899         * data.c (Faref, Faset): Use EMACS_INT for string length and
2900         positions.
2902         * cmds.c (internal_self_insert): Use EMACS_INT for the count of
2903         characters to insert.
2905         * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
2906         position and size.
2908         * syntax.c (scan_words, update_syntax_table)
2909         (prev_char_comend_first, back_comment, skip_chars)
2910         (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars):
2911         Use EMACS_INT for buffer and string positions.
2913         * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
2915         * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
2916         positions.
2918 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920         * scroll.c (calculate_scrolling, line_ins_del)
2921         (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
2922         conversion.
2924         * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
2925         (region_cache_backward, region_cache_forward)
2926         (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
2927         conversion.
2929         * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
2931         * eval.c (verror): Fix EMACS_INT/int conversion.
2933         * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
2934         (print_preprocess, print_check_string_charset_prop)
2935         (print_object): Fix EMACS_INT/int conversion.
2937         * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
2939 2010-09-24  Eli Zaretskii  <eliz@gnu.org>
2941         * callproc.c (Fcall_process): Use EMACS_INT for count of
2942         characters read from the subprocess.
2944         * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
2945         positions.
2946         (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
2947         positions.
2949         * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
2950         (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
2951         length.
2952         (advance_to_char_boundary, Fset_buffer_multibyte)
2953         (overlays_at, overlays_in, mouse_face_overlay_overlaps)
2954         (overlay_touches_p, record_overlay_string, overlay_strings)
2955         (recenter_overlay_lists, fix_start_end_in_overlays)
2956         (modify_overlay, Fmove_overlay, report_overlay_modification)
2957         (evaporate_overlays): Use EMACS_INT for buffer positions.
2959         * lisp.h (fix_start_end_in_overlays, overlay_touches_p):
2960         Adjust prototypes.
2962         * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
2963         positions.
2965         * fns.c (Fcompare_strings, Fstring_lessp, concat)
2966         (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
2967         (Fsubstring_no_properties, substring_both, Ffillarray)
2968         (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
2969         (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
2970         (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
2971         (Fmd5): Use EMACS_INT for buffer and string positions and length
2972         variables and arguments.
2974         * lisp.h (substring_both): Adjust prototype.
2976 2010-09-24  Juanma Barranquero  <lekktu@gmail.com>
2978         Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
2979         * w32fns.c (clipboard_sequence_fn): Don't declare.
2980         (globals_of_w32fns): Don't initialize it.
2982 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2984         * syntax.c (back_comment): Detect the case where a 1-char comment
2985         starter is also the 2nd char of a 2-char comment ender.
2987 2010-09-23  Jan Djärv  <jan.h.d@swipnet.se>
2989         * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
2991 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993         * eval.c (verror): EMACS_INT/int cleanup.
2995         * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
2996         unwind_protect more than 2GB worth of functions.
2998         * editfns.c (Finsert_char): EMACS_INT/int cleanup.
3000         * lisp.h: Have oblookup take EMACS_INT to allow interning big
3001         string and avoid compiler warnings.
3002         (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
3003         all users.
3005         * lread.c (oblookup): EMACS_INT/int cleanup.
3007         * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
3009 2010-09-23  Eli Zaretskii  <eliz@gnu.org>
3011         * editfns.c (clip_to_bounds): Return an EMACS_INT value.
3013         * lisp.h (clip_to_bounds): Adjust prototype.
3015         * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
3017 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019         * lisp.h: doprnt.c EMACS_INT/int cleanup.
3021         * doprnt.c (doprnt): EMACS_INT/int cleanup.
3023         * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
3024         cleanup.
3026         * lisp.h: Change the definition of all marker.c functions that
3027         take and return buffer stuff to be EMACS_INT instead of int.
3029         * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
3030         (buf_charpos_to_bytepos, bytepos_to_charpos)
3031         (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
3032         (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
3033         for all buffer positions.
3035 2010-09-23  Chong Yidong  <cyd@stupidchicken.com>
3037         * intervals.c (traverse_intervals, rotate_right, rotate_left)
3038         (split_interval_right, find_interval, next_interval)
3039         (delete_node, delete_interval, interval_deletion_adjustment)
3040         (adjust_intervals_for_deletion, merge_interval_right)
3041         (merge_interval_left, graft_intervals_into_buffer)
3042         (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
3044         * intervals.h (traverse_intervals): Update prototype.
3046 2010-09-23  Eli Zaretskii  <eliz@gnu.org>
3048         * indent.c (compute_motion): Use EMACS_INT for arguments to
3049         region_cache_forward.
3051         * region-cache.c (struct boundary, struct region_cache):
3052         Use EMACS_INT for positions.
3053         (find_cache_boundary, move_cache_gap, insert_cache_boundary)
3054         (delete_cache_boundaries, set_cache_region)
3055         (invalidate_region_cache, know_region_cache)
3056         (region_cache_forward, region_cache_backward, pp_cache):
3057         Use EMACS_INT for buffer positions.
3059         * region-cache.h (know_region_cache, invalidate_region_cache)
3060         (region_cache_forward, region_cache_backward): Adjust prototypes.
3062         * search.c (string_match_1, fast_c_string_match_ignore_case)
3063         (looking_at_1, scan_buffer, scan_newline)
3064         (find_next_newline_no_quit, find_before_next_newline)
3065         (search_command, trivial_regexp_p, search_buffer, simple_search)
3066         (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
3067         and string positions and length.
3069         * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
3070         (find_before_next_newline): Adjust prototypes.
3072         * editfns.c (transpose_markers, update_buffer_properties)
3073         (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
3074         (get_pos_property, Fconstrain_to_field)
3075         (Fline_beginning_position, Fline_end_position, Fprevious_char)
3076         (Fchar_after, Fchar_before, Finsert_char)
3077         (Finsert_buffer_substring, Fcompare_buffer_substrings)
3078         (Fsubst_char_in_region, Fformat, Ftranspose_regions):
3079         Use EMACS_INT for buffer and string position variables.
3080         (Finsert_char): Protect against too large insertions.
3082         * lisp.h (clip_to_bounds): Adjust prototype.
3084         * intervals.c (traverse_intervals, rotate_right, rotate_left)
3085         (balance_an_interval, split_interval_right, split_interval_left)
3086         (find_interval, next_interval, update_interval)
3087         (adjust_intervals_for_insertion, delete_node, delete_interval)
3088         (interval_deletion_adjustment, adjust_intervals_for_deletion)
3089         (offset_intervals, merge_interval_right, merge_interval_left)
3090         (graft_intervals_into_buffer, adjust_for_invis_intang)
3091         (move_if_not_intangible, get_local_map, copy_intervals)
3092         (copy_intervals_to_string, compare_string_intervals)
3093         (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
3094         and for interval tree size.
3096         * intervals.h (traverse_intervals, split_interval_right)
3097         (split_interval_left, find_interval, offset_intervals)
3098         (graft_intervals_into_buffer, copy_intervals)
3099         (copy_intervals_to_string, move_if_not_intangible, get_local_map)
3100         (update_interval): Adjust prototypes.
3102         * xdisp.c (check_point_in_composition, reconsider_clip_changes):
3103         Use EMACS_INT for buffer position variables and arguments.
3105         * composite.c (get_composition_id, find_composition)
3106         (run_composition_function, compose_text)
3107         (composition_gstring_width, autocmp_chars)
3108         (composition_update_it, Ffind_composition_internal): Use EMACS_INT
3109         for buffer positions and string length variables and arguments.
3111         * composite.h (get_composition_id, find_composition, compose_text)
3112         (composition_gstring_width): Adjust prototypes.
3114         * editfns.c (Fformat): Use EMACS_INT for string size variables.
3116         * xdisp.c (store_mode_line_noprop, display_mode_element):
3117         Use EMACS_INT for string positions.
3119         * intervals.c (get_property_and_range): Use EMACS_INT for buffer
3120         position arguments.
3122         * intervals.h (get_property_and_range): Adjust prototype.
3124         * character.c (parse_str_as_multibyte, str_as_multibyte)
3125         (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
3126         (string_count_byte8, string_escape_byte8, c_string_width)
3127         (strwidth, lisp_string_width, multibyte_chars_in_text):
3128         Use EMACS_INT for string length variables and arguments.
3130         * character.h (parse_str_as_multibyte, str_as_multibyte)
3131         (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
3132         (c_string_width, strwidth, lisp_string_width):
3133         Adjust prototypes.
3135         * font.c (font_intern_prop): Use EMACS_INT for string length
3136         variables.
3138         * font.c (font_intern_prop): Use EMACS_INT for string length
3139         variables.
3141         * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
3142         variables.
3144         * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
3145         (Fmake_string): Protect against too large strings.
3146         (live_string_p, live_cons_p, live_symbol_p, live_float_p)
3147         (live_misc_p): Use ptrdiff_t instead of int for pointer
3148         differences.
3149         (string_bytes, check_sblock, check_string_free_list)
3150         (allocate_string_data, compact_small_strings, Fmake_string)
3151         (Fmake_bool_vector, make_string, make_unibyte_string)
3152         (make_multibyte_string, make_string_from_bytes)
3153         (make_specified_string_string, Fmake_list, Fmake_vector):
3154         Use EMACS_INT for string length variables and arguments.
3155         (find_string_data_in_pure, make_pure_string, make_pure_c_string)
3156         (Fpurecopy): Use EMACS_INT for string size.
3157         (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
3158         for vector size.
3160         * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
3161         (make_string_from_bytes, make_specified_string_string)
3162         (make_pure_string, string_bytes, check_point_in_composition):
3163         Adjust prototypes.
3165 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
3167         * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
3168         (check_translation): Use EMACS_INT for buffer positions and
3169         length.
3171         * undo.c (record_marker_adjustment, record_delete)
3172         (record_change, record_point, record_insert)
3173         (record_property_change, Fprimitive_undo): Use EMACS_INT for
3174         buffer positions.
3176         * lisp.h (record_marker_adjustment, record_delete)
3177         (record_change, record_point, record_insert)
3178         (record_property_change, Fprimitive_undo): Adjust prototypes.
3180 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
3181             Eli Zaretskii  <eliz@gnu.org>
3183         * w32.c (get_emacs_configuration_options): Fix buffer overrun.
3185 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
3187         * minibuf.c (Fminibuffer_contents)
3188         (Fminibuffer_contents_no_properties)
3189         (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
3190         positions.
3192         * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
3193         mark.
3195         * alloc.c (make_uninit_string, make_uninit_multibyte_string)
3196         (allocate_string_data): Accept EMACS_INT for string length.
3198         * editfns.c (Ffield_string, Ffield_string_no_properties)
3199         (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
3200         (Fbuffer_substring_no_properties, find_field, Fdelete_field)
3201         (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
3202         (Ffield_end): Use EMACS_INT for buffer positions.
3204         * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
3205         point with mark.
3207         * lisp.h (allocate_string_data, make_uninit_string)
3208         (make_uninit_multibyte_string, make_buffer_string)
3209         (make_buffer_string_both): Adjust prototypes.
3211 2010-09-22  Chong Yidong  <cyd@stupidchicken.com>
3213         * xml.c: Switch to GNU indentation.
3214         (make_dom): Change parse tree format to match xml.el.
3215         (Fxml_parse_html_string_internal): Rename from html-parse-string.
3216         (Fxml_parse_string_internal): Rename from xml-parse-string.
3218 2010-09-22  Kenichi Handa  <handa@m17n.org>
3220         * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
3221         only if we are not at a composition.
3222         (set_iterator_to_next): Give it->end_charpos to
3223         composition_compute_stop_pos.
3224         (set_iterator_to_next, next_element_from_buffer): Likewise.
3226         * dispnew.c (buffer_posn_from_coords): Fix position when the
3227         current display element is a grapheme cluster in bidi-reordered
3228         region.
3230 2010-09-21  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
3232         * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
3233         the regions may overlap.
3235 2010-09-21  Juanma Barranquero  <lekktu@gmail.com>
3237         * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
3239 2010-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3241         * emacs.c: Do not include sys/ioctl.h, not needed.
3243         * doprnt.c: Do not include stdlib.h, config.h does it.
3244         Move #include before macro definition.
3246 2010-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
3248         * Makefile.in (temacs): Link using $(CC) not $(LD).
3249         (LD_FIRSTFLAG): Define using autoconf.
3250         (LD): Remove.
3252         Remove HAVE_TERMIOS definitions.
3253         * s/usg5-4-common.h (HAVE_TERMIOS):
3254         * s/template.h (HAVE_TERMIOS):
3255         * s/gnu-linux.h (HAVE_TERMIOS):
3256         * s/darwin.h (HAVE_TERMIOS):
3257         * s/cygwin.h (HAVE_TERMIOS):
3258         * s/bsd-common.h (HAVE_TERMIOS):
3259         * s/aix4-2.h (HAVE_TERMIOS):
3260         * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
3261         defined on all non-MS platforms.
3262         (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
3264         * xterm.c (xt_action_hook): Use const.
3266 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
3268         Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
3269         * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
3270         (gethostname) [!HAVE_SOCKETS]: Remove.
3271         (SOCK_REPLACE_HANDLE): Remove macro.
3272         (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
3273         (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
3274         * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
3275         (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
3277 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
3279         * deps.mk (xml.o): Add dependencies.
3281         * xdisp.c (Fcurrent_bidi_paragraph_direction):
3282         Call bidi_paragraph_init with NO_DEFAULT_P non-zero.  (Bug#7038)
3284         * bidi.c (bidi_paragraph_init): Accept an additional argument
3285         NO_DEFAULT_P; all callers changed.  If NO_DEFAULT_P is non-zero,
3286         search back until a paragraph with a strong directional character
3287         is found, and use that to determine paragraph's base direction.
3289         * dispextern.h (bidi_paragraph_init): Update prototype.
3291 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
3293         * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
3294         of w32api >= 3.15.  (Bug#6989)
3296 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298         * process.c (wait_reading_process_output): Don't message about
3299         accept-process-output unless the time limit really is zero.
3301 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3303         * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
3304         int/Lisp_Object mixup).
3306 2010-09-17  Jan Djärv  <jan.h.d@swipnet.se>
3308         * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
3309         not HELP.
3311 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
3313         * frame.c (Ftool_bar_pixel_width): New function to expose tool
3314         bar's pixel width to Lisp (Bug#7048).
3316 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3318         * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
3320 2010-09-17  Jan Djärv  <jan.h.d@swipnet.se>
3322         * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
3323         with argument top/left if tool bar is vertical/horizontal (Bug#7051).
3325 2010-09-17  Kenichi Handa  <handa@m17n.org>
3327         * ftfont.c (ftfont_check_otf): Fix previous change.
3329 2010-09-14  Kenichi Handa  <handa@m17n.org>
3331         * ftfont.c (ftfont_check_otf): Fix the case of checking just
3332         existence of GSUB or GPOS.
3334 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3336         * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
3338 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340         * xml.c (parse_buffer): Rename to parse_string(), since that's
3341         what it does.
3342         (parse_string): Return nil when the document can't be parsed.
3344 2010-09-14  Jan Djärv  <jan.h.d@swipnet.se>
3346         * xterm.c (get_current_vm_state): New function.
3347         (do_ewmh_fullscreen): Call get_current_vm_state and compare with
3348         want_fullscreen so set_wm_state calls are few (Bug#7013).
3349         (x_handle_net_wm_state): Move code to get_current_vm_state and
3350         call that function.
3352 2010-09-14  Courtney Bane  <emacs-bugs-7626@cbane.org>  (tiny change)
3354         * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
3356 2010-09-14  Kenichi Handa  <handa@m17n.org>
3358         * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
3359         we may use designation or locking-shift.
3361 2010-09-14  Kenichi Handa  <handa@m17n.org>
3363         * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
3364         sequence when the source is multibyte.
3366 2010-09-14  Andreas Schwab  <schwab@linux-m68k.org>
3368         * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
3369         Don't make first argument optional.  Doc fix.
3371 2010-09-14  Leo  <sdl.web@gmail.com>  (tiny change)
3373         * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
3374         parameters for the doc string.
3376 2010-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378         * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
3380 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3382         * fns.c (Fy_or_n_p): Move to lisp/subr.el.
3383         (syms_of_fns): Don't defsubr Sy_or_n_p.
3384         * lisp.h: Don't declare Fy_or_n_p.
3385         * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
3387 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389         * xml.c (Fxml_parse_buffer): New function to parse XML files.
3391 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393         * xml.c: New file.
3394         (Fhtml_parse_buffer): New function to interface to the libxml2
3395         html parsing function.
3397 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
3399         * biditype.h: Regenerate.
3401 2010-09-04  Andreas Schwab  <schwab@linux-m68k.org>
3403         * nsimage.m (ns_load_image): Check argument types.
3405         * image.c: Remove all uses of gcpro.
3406         (xpm_load): Check all lisp types.
3407         (pbm_load): Likewise.
3408         (png_load): Likewise.
3409         (jpeg_load): Likewise.
3410         (tiff_load): Likewise.
3411         (gif_load): Likewise.
3412         (imagemagick_load_image): Likewise.
3413         (imagemagick_load): Likewise.
3414         (svg_load): Likewise.
3415         (gs_load): Likewise.
3417 2010-09-04  Eli Zaretskii  <eliz@gnu.org>
3419         * w32uniscribe.c (uniscribe_shape): Update commentary.
3420         Don't try to reorder grapheme clusters, since LGSTRING should always
3421         hold them in the logical order.
3422         (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
3423         return glyph codes in the logical order.
3425 2010-09-04  Andreas Schwab  <schwab@linux-m68k.org>
3427         * image.c (imagemagick_image_p): Replace bcopy by memcpy.
3428         (imagemagick_load_image): Fix type mismatch.
3429         (Fimagemagick_types): Likewise.  Doc fix.
3431 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
3433         * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
3435         * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
3437         * xselect.c: Remove declaration of cut-buffer objects and functions.
3438         (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
3439         (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
3440         (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
3441         (Fx_rotate_cut_buffers_internal): Remove.
3442         (syms_of_xselect): Remove defsubr of above.
3443         Remove intern of QCUT_BUFFERn.
3445 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3447         * cmds.c (Vblink_paren_function): Remove.
3448         (internal_self_insert): Make it insert N chars at a time.
3449         Don't call blink-paren-function.
3450         (Fself_insert_command): Adjust accordingly.
3451         (syms_of_cmds): Don't declare blink-paren-function.
3453 2010-08-31  Kenichi Handa  <handa@m17n.org>
3455         * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
3456         characters.
3458         * term.c (encode_terminal_code): Fix the previous change.
3459         (produce_glyphs): Don't set it->char_to_display here.
3460         Don't handle unibyte-display-via-language-environment here.
3461         (produce_special_glyphs): Set temp_it.char_to_display before
3462         calling produce_glyphs.
3464         * xdisp.c (get_next_display_element): Set it->char_to_display
3465         here.  Convert all 8-bit bytes from unibyte buffer/string to 8-bit
3466         characters.
3467         (get_overlay_arrow_glyph_row): Set it.char_to_display too before
3468         calling PRODUCE_GLYPHS.
3469         (append_space_for_newline): Save and store it->char_to_display.
3470         Set it->char_to_display before calling PRODUCE_GLYPHS.
3471         (extend_face_to_end_of_line): Set it->char_to_display before
3472         calling PRODUCE_GLYPHS.
3473         (get_glyph_face_and_encoding): Set the glyph code an 8-bit
3474         character to its byte value.
3475         (get_char_glyph_code): New function.
3476         (produce_stretch_glyph): Set it2.char_to_display too before
3477         calling x_produce_glyphs.
3478         (x_produce_glyphs): Simplify by using the same code for ASCII and
3479         non-ASCII characters.  Don't set it->char_to_display here.
3480         Don't handle unibyte-display-via-language-environment here.  For a
3481         character of no glyph, use font->space_width instead of FONT_WIDTH.
3483 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3485         * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
3487 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
3489         * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
3491 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3493         * marker.c (Fcopy_marker): Make the first arg optional.
3495 2010-08-30  Kenichi Handa  <handa@m17n.org>
3497         * composite.c (composition_update_it): Fix computing of
3498         cmp_it->width.
3500 2010-08-29  Kenichi Handa  <handa@m17n.org>
3502         * term.c (encode_terminal_code): Encode byte chars to the
3503         corresponding bytes.
3505 2010-08-29  Jan Djärv  <jan.h.d@swipnet.se>
3507         * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
3509 2010-08-26  Kenichi Handa  <handa@m17n.org>
3511         * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
3512         on calling composition_compute_stop_pos.
3514 2010-08-25  Kenichi Handa  <handa@m17n.org>
3516         * fontset.c (reorder_font_vector): Prefer a font-spec specifying
3517         :otf.
3519         * composite.c (composition_compute_stop_pos): Don't break
3520         composition at PT.
3521         (composition_reseat_it): Likewise.  Fix calculation of character
3522         position starting a composition.
3523         (Fcomposition_get_gstring): Don't limit the number of components
3524         for automatic composition.
3526 2010-08-25  Kenichi Handa  <handa@m17n.org>
3528         * composite.c (composition_compute_stop_pos): In forward search,
3529         pay attention to the possibility that some character after ENDPOS
3530         will be composed with charactrs before ENDPOS.
3532 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3534         * keyboard.c (command_loop_1): Don't clobber primary selection
3535         during handle-switch-frame (Bug#6872).
3537 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
3539         * dbusbind.c: Accept UNIX domain sockets as bus address.
3540         (Fdbus_close_bus): New function.
3541         (Vdbus_registered_buses): New variable.
3542         (xd_initialize): Implement string as bus address.
3543         (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
3544         (Fdbus_get_unique_name, Fdbus_call_method)
3545         (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
3546         (Fdbus_method_error_internal, Fdbus_send_signal)
3547         (Fdbus_register_signal, Fdbus_register_method): Remove bus type
3548         check.  This is done in xd_initialize_bus.  Adapt doc string, if
3549         necessary.
3550         (xd_pending_messages, xd_read_queued_messages): Loop over buses in
3551         Vdbus_registered_buses.
3552         (Vdbus_registered_objects_table): Create hash.
3554 2010-08-22  Juri Linkov  <juri@jurta.org>
3556         * keyboard.c (Fexecute_extended_command): Move reading a command name
3557         with `completing-read' to a new Elisp function `read-extended-command'.
3558         Call it to read a command to `function'  (bug#5364, bug#5214).
3560 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3562         * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
3564 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
3566         * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
3567         instead of SAFE_ALLOCA.
3569 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3571         * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
3572         (Bug#6214).
3574 2010-08-22  Jan Djärv  <jan.h.d@swipnet.se>
3576         * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
3578 2010-08-22  Jan Djärv  <jan.h.d@swipnet.se>
3580         * doc.c (Fsnarf_documentation): Initialize skip_file before
3581         build-files test.
3583 2010-08-22  Peter O'Gorman  <pogma@thewrittenword.com>  (tiny change)
3585         * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
3586         New definitions.
3587         (HAVE_TERMIO): Remove.
3589 2010-08-22  Eli Zaretskii  <eliz@gnu.org>
3591         * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
3593         * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
3594         for w32.
3596         * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
3597         it's done in nt/config.nt.
3599         * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
3601         * unexcoff.c (report_error, make_hdr, write_segment)
3602         (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
3603         Convert argument lists and prototypes to ANSI C.
3604         (make_hdr, write_segment): Remove unused variables.
3605         (unexec): Remove commented-out line.  Initialize `new' to shut up
3606         compiler warnings.
3608 2010-08-22  Dan Nicolaescu  <dann@ics.uci.edu>
3610         Simplify termio code.
3611         All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
3612         HAVE_TERMIO code is obsolete.
3613         Replace HAVE_TERMIOS conditionals with !DOS_NT.
3614         * systty.h: Do not define HAVE_TCATTR.
3615         Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
3616         Do not define EMACS_HAVE_TTY_PGRP.  Only define
3617         EMACS_GET_TTY_PGRP for !DOS_NT.
3618         * sysdep.c: Include sysselect.h unconditionally.  Do not include
3619         sys/ioctl.h and termios.h, systty.h does it.
3620         Use HAVE_SYS_UTSNAME_H instead of USG as an include guard.
3621         (init_baud_rate): Remove HAVE_TERMIO code.
3622         (child_setup_tty): Remove HAVE_TERMIO code.
3623         (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
3624         and HAVE_LTCHARS code.  Use !DOS_NT instead of HAVE_TCATTR.
3625         (new_ltchars, new_tchars): Remove, unused.
3626         (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
3627         code.  Remove special casing for __mips__, it was a no-op.
3628         Remove HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
3629         (init_sys_modes): Remove HPUX special case.
3630         * process.c: Include stdlib.h unconditionally.  Do not include
3631         fcntl.h, systty.h does it.  Remove conditional code for
3632         HAVE_SERIAL, it is always true.
3633         (process_send_signal): Remove HAVE_TERMIOS conditional, it's
3634         always true when SIGNALS_VIA_CHARACTERS is true.
3635         (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
3636         !WINDOWSNT means HAVE_TERMIOS.
3637         (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
3638         conditional, which is true for all HAVE_TERMIOS systems.
3639         * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
3640         instead of HAVE_TERMIOS.
3641         * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
3642         EMACS_HAVE_TTY_PGRP.
3643         * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
3644         non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
3645         anyway.
3647 2010-08-21  Eli Zaretskii  <eliz@gnu.org>
3649         * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
3650         mirroring pixel positions.
3652 2010-08-20  Dan Nicolaescu  <dann@ics.uci.edu>
3654         * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
3655         write only.
3656         (init_alloc_once): Remove writes to malloc_sbrk_unused, and
3657         malloc_sbrk_used, nothing uses them.
3659         * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
3660         defined, unconditionally defined in lisp.h.
3662         * term.c: Do not include <termios.h>, systty.h does it.
3664         * s/unixware.h (HAVE_TCATTR):
3665         * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
3666         systty.h defines it when HAVE_TERMIOS is defined.
3668 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
3670         * dispnew.c (buffer_posn_from_coords): Fix last change for text
3671         terminals: add one-character offset for R2L lines.
3673         * emacs.c <emacs_version>: Add a comment regarding
3674         msdos/mainmake.v2's dependency on the syntax of this declaration.
3676 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
3678         * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
3679         position for R2L lines by mirroring the pixel position wrt the
3680         text are box.  Improve commentary.
3682 2010-08-20  Andreas Schwab  <schwab@linux-m68k.org>
3684         * image.c (imagemagick_clear_image): Remove debugging output.
3686 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3688         * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
3689         (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
3690         (internal_self_insert): Run Qpost_self_insert_hook rather than handle
3691         self-insert-face.
3692         (syms_of_cmds): Initialize the new vars.
3694 2010-08-19  Jason Rumney  <jasonr@gnu.org>
3696         * w32menu.c (set_frame_menubar): Remove call to undefined function.
3698         * w32fns.c (w32_wnd_proc): Don't check context before initializing.
3700 2010-08-19  Jan Djärv  <jan.h.d@swipnet.se>
3702         * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
3704 2010-08-18  Eli Zaretskii  <eliz@gnu.org>
3706         * xterm.c (x_draw_bar_cursor):
3707         * w32term.c (x_draw_bar_cursor): If the character under cursor is
3708         R2L, draw the bar cursor on its right rather than on its left.
3710 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3712         * eval.c (Fdefmacro): Only obey one declaration.
3714         * casefiddle.c (casify_region): Setup gl_state.
3716 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
3718         * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
3720 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
3722         * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
3724 2010-08-18  David De La Harpe Golden  <david@harpegolden.net>
3726         * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
3727         (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
3728         QPRIMARY => NXPrimaryPboard.
3729         (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
3730         NXPrimaryPboard => QPRIMARY.
3731         (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
3732         NXSecondaryPboard = SecondarySelection.
3733         (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
3735 2010-08-18  Joakim Verona  <joakim@verona.se>
3737         * image.c: Add support for ImageMagick.  When HAVE_IMAGEMAGICK is
3738         defined:
3739         (imagemagick_image_p): New function to test for ImageMagic image.
3740         (imagemagick_load): New function to load ImageMagick image.
3741         (imagemagick_load_image): New function, helper for imagemagick_load.
3742         (imagemagick-types): New function.
3743         (Qimagemagick): New Lisp_object.
3744         (imagemagick-render-type): New variable, decides which renderer to use.
3746 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3748         * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
3749         is a string.
3751 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
3753         * nsfns.m (ns_frame_parm_handlers): Add a slot for the
3754         x_set_tool_bar_position handler.
3756 2010-08-17  Eli Zaretskii  <eliz@gnu.org>
3758         * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
3759         x_set_tool_bar_position handler, needed to support changes from
3760         2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar.  (Bug#6796)
3762 2010-08-16  Jan Djärv  <jan.h.d@swipnet.se>
3764         * nsselect.m: include keyboard.h for QPRIMARY, remove its
3765         declaration (Bug#6863).
3766         (syms_of_nsselect): Don't intern QPRIMARY.
3768         * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
3770         * keyboard.h (QPRIMARY): Declare (Bug#6864).
3772 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
3774         * keyboard.c (command_loop_1): Avoid setting selection twice,
3775         since it's done in deactivate-mark as well.
3776         (Vselect_active_regions): Change default to t.  Replace `lazy'
3777         with non-default value `only', meaning only set PRIMARY for
3778         temporarily active regions.
3780         * insdel.c (prepare_to_modify_buffer): Handle `only' value of
3781         select-active-regions.
3783 2010-08-15  Jan Djärv  <jan.h.d@swipnet.se>
3785         * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
3786         isn't a string.
3788 2010-08-15  Andreas Schwab  <schwab@linux-m68k.org>
3790         * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
3792 2010-08-15  Jan Djärv  <jan.h.d@swipnet.se>
3794         * keyboard.c (parse_tool_bar_item): malloc buf.
3795         Set TOOL_BAR_ITEM_LABEL to empty string if not set to
3796         new_lbl (Bug#6855).
3798 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
3800         * xterm.c (x_draw_stretch_glyph_string):
3801         * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
3802         the cursor on the right edge of the stretch glyph.
3804         * xdisp.c (window_box_right_offset, window_box_right):
3805         Fix commentary.
3807         * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
3808         direction when point is inside a run of whitespace characters.
3810         * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
3812 2010-08-14  Jason Rumney  <jasonr@gnu.org>
3814         * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
3816 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
3818         * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
3820 2010-08-13  Jason Rumney  <jasonr@gnu.org>
3822         * w32menu.c (simple_dialog_show): Use unicode message box if available.
3823         (MessageBoxW_Proc): New function typedef.
3824         (unicode-message-box): New function pointer.
3825         (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
3827 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
3829         * frame.h (Qtool_bar_position): Declare.
3831         * xfns.c (Fx_create_frame): Call x_default_parameter for
3832         Qtool_bar_position.
3834 2010-08-13  Eli Zaretskii  <eliz@gnu.org>
3836         * unexcoff.c: Remove the parts used when "emacs" is not defined.
3837         (report_error, report_error_1): Ditto.
3838         (write_segment): Remove "#if 0" unused code.
3839         (make_hdr): Remove code that was "#ifndef NO_REMAP" before
3840         NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
3841         (start_of_text): Remove unused function (was used only if NO_REMAP
3842         was NOT defined).
3844         * msdos.c (IT_set_face): Fix format string to match argument
3845         types.
3846         (IT_write_glyphs, IT_note_mode_line_highlight)
3847         (IT_set_frame_parameters): Remove unused variables.
3848         (x_set_menu_bar_lines): Declare set_menu_bar_lines.
3849         (IT_set_terminal_modes): Disambiguate expression in if clause.
3850         (Fmsdos_remember_default_colors): Return Qnil.
3851         (IT_set_frame_parameters): Add parens to disambiguate boolean
3852         expression for logging the cursor type to termscript.
3853         (keyboard_layout_list, keypad_translate_map)
3854         (grey_key_translate_map): Add braces in inner initializers.
3855         (dos_rawgetc): Add parens in condition for mouse-3 button-press.
3856         (dos_rawgetc): Remove unused label.
3857         (XMenuActivate): Add braces to remove ambiguous `else'.
3858         (dos_ttraw): Always return a value.
3859         (spawnve): Declare.
3860         (run_msdos_command): Cast 3rd arg of spawnve to "char **".
3862         * dosfns.h (x_set_title): Declare.
3864         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
3865         Remove unused variables.
3867         * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
3868         variables.
3869         (init_dosfns): Declare get_lim_data.
3870         (system_process_attributes): Declare Fget_internal_run_time.
3872         * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
3873         list to be consistent with menu.h.
3875         * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
3876         warnings due to mixing of "char *" and "const char *".
3878 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3880         Introduce a new comment style "c" flag.
3881         * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
3882         (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
3883         (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
3884         (syntax_prefix_flag_p): New function.
3885         (Fstring_to_syntax): Understand new "c" flag.
3886         (Finternal_describe_syntax_value): Recognize new flag; use the
3887         SYNTAX_FLAGS_* macros.
3888         (scan_sexps_forward, Fparse_partial_sexp): Change representation of
3889         comment style to accomodate the new styles.
3890         (back_comment, forw_comment, Fforward_comment, scan_lists)
3891         (scan_sexps_forward): Update code to obey the new comment style flag.
3893         * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
3895         * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
3897 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
3899         * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
3900         first.
3901         (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
3903         * gtkutil.h (xg_check_special_colors): Declare.
3905         * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
3906         (xg_create_frame_widgets): Connect theme name changes to
3907         style_changed_cb.
3909         * xterm.c (emacs_class): New char[] for EMACS_CLASS.
3910         (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
3911         (x_term_init): Use char[] display_opt and name_opt instead of
3912         string literal.  file is const char*.
3914         * xsmfns.c (NOSPLASH_OPT): Change to char[].
3915         (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
3916         props.  Free them at the end.
3918         * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
3920         * xrdb.c (get_system_app): Make path const and use char *p for
3921         non-const char.
3923         * xmenu.c (Fx_popup_dialog): error_name is const char*.
3924         (xmenu_show): error parameter is const char **.  pane_string is const
3925         char *.
3926         (button_names): Is const char *.
3927         (xdialog_show): error_name and pane_string is const.
3929         * process.h (synch_process_death): Is const char*.
3931         * w32menu.c (w32_menu_show):
3932         * nsmenu.m (ns_menu_show): error parameter is const char **.
3934         * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
3935         is const char **.
3937         * menu.c (Fx_popup_menu): error_name is const.
3939         * keyboard.h (_widget_value): Add defined USE_GTK.  Replace Boolean
3940         with unsigned char and XtPointer with void *.
3942         * gtkutil.h: Replace widget_value with struct _widget_value.
3943         (enum button_type, struct _widget_value): Remove and use the one from
3944         keyboard.h.
3946         * gtkutil.c (get_utf8_string): Always return an allocated string.
3947         Parameter is const.
3948         (create_dialog, xg_create_one_menuitem, create_menus)
3949         (xg_item_label_same_p, xg_update_menu_item): Free result from
3950         get_utf8_string.
3951         (xg_separator_p, xg_item_label_same_p): label is const.
3953         * font.h (font_open_by_name): Make name const.
3955         * font.c (font_open_by_name): Make name const.
3957         * floatfns.c (matherr): Use a const char* variable for x->name.
3959         * emacs.c (main): Pass char[] to putenv instead of literal.
3961         * callproc.c (synch_process_death): Make const.
3962         (Fcall_process): Make signame const.
3964         * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
3965         (addDisplayItemWithImage): Use const char*.
3967         * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
3968         (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
3970         * nsfont.m (ns_descriptor_to_entity): Use const char*.
3972         * keyboard.h (_widget_value): name, value and key are const char*.
3974         * unexmacosx.c (unexec_error): Use const char *.
3976 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
3978         * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
3979         (font_parse_name, font_open_by_name):
3980         * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
3981         (font_parse_name, font_open_by_name): Remove const.
3983 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
3985         Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
3986         definition.
3988         * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
3989         * m/amdx86-64.h: Likewise.
3990         * m/arm.h: Likewise.
3991         * m/hp800.h: Likewise.
3992         * m/ia64.h: Likewise.
3993         * m/ibmrs6000.h: Likewise.
3994         * m/ibms390.h: Likewise.
3995         * m/intel386.h: Likewise.
3996         * m/iris4d.h: Likewise.
3997         * m/m68k.h: Likewise.
3998         * m/macppc.h: Likewise.
3999         * m/mips.h: Likewise.
4000         * m/sh3.h: Likewise.
4001         * m/sparc.h: Likewise.
4002         * m/template.h: Likewise.
4003         * m/vax.h: Likewise.
4004         * m/xtensa.h: Likewise.
4005         * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
4006         WORDS_BIG_ENDIAN.
4007         * lisp.h: Likewise.
4008         * md5.c: Likewise.
4009         * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
4011 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
4013         Use const char* instead of char*.
4014         Reduce the number of warnings with -Wwrite-strings.
4015         * xrdb.c (get_environ_db, get_system_name):
4016         * unexelf.c (find_section):
4017         * term.c (string_cost, string_cost_one_line, per_line_cost)
4018         (get_named_tty, init_tty):
4019         * sysdep.c (sys_subshell):
4020         * sound.c (sound_perror, sound_warning, vox_open, vox_init)
4021         (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
4022         * search.c (Freplace_match):
4023         * process.c (Fmake_network_process, send_process, init_process):
4024         * lread.c (Fload, init_lread):
4025         * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
4026         * keyboard.c (parse_tool_bar_item, struct event_head):
4027         * gtkutil.h (xg_get_font_name):
4028         * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
4029         (make_widget_for_menu_item, make_menu_item, create_menus)
4030         (xg_make_tool_item):
4031         * font.c (parse_matrix, font_parse_name):
4032         * floatfns.c (rounding_driver, float_error_fn_name):
4033         * filelock.c (get_boot_time_1, lock_file_1):
4034         * fileio.c (barf_or_query_if_file_exists, check_writable):
4035         * editfns.c (get_system_name, get_operating_system_release)
4036         (Fencode_time, Fset_time_zone_rule):
4037         * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
4038         * buffer.c (defvar_per_buffer): Use const.
4040 2010-08-08  Kenichi Handa  <handa@m17n.org>
4042         * charset.c: Include <stdlib.h>.
4043         (struct charset_sort_data): New struct.
4044         (charset_compare): New function.
4045         (Fsort_charsets): New function.
4046         (syms_of_charset): Declare Fsort_charsets as a Lisp function.
4048         * coding.c (decode_coding_iso_2022): Fix checking of dimension
4049         number in CTEXT extended segment.
4051 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4053         * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
4054         * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
4056 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4058         * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
4059         (Fhash_table_size): Fix typos in docstrings.
4060         (Fmake_hash_table): Doc fix.
4062 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4064         * minibuf.c (syms_of_minibuf) <read-buffer-function>:
4065         Doc fix (bug#5625).
4067 2010-08-08  Ken Brown  <kbrown@cornell.edu>
4069         * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
4070         the MSDOS definition.
4072 2010-08-08  Dan Nicolaescu  <dann@ics.uci.edu>
4074         Use const char* instead of char*.
4075         * xterm.c (x_create_toolkit_scroll_bar):
4076         * xfont.c (xfont_list_pattern):
4077         * xfns.c (x_default_scroll_bar_color_parameter)
4078         (xic_create_fontsetname, x_default_font_parameter)
4079         (x_screen_planes):
4080         * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
4081         (store_mode_line_string, decode_mode_spec, display_string):
4082         * menu.c (digest_single_submenu):
4083         * keymap.h (initial_define_key, initial_define_lispy_key):
4084         * keymap.c (initial_define_key, initial_define_lispy_key):
4085         * image.c (image_error, image_keyword):
4086         * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
4087         * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
4088         * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
4089         (ftfont_list, ftfont_match):
4090         * frame.c (frame_parm_table):
4091         * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
4092         (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
4093         (font_add_log, font_deferred_log):
4094         * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
4095         (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
4096         (font_add_log, font_deferred_log):
4097         * emacs.c (argmatch):
4098         * dispextern.h (struct it):
4099         * coding.c (ENCODE_DESIGNATION):
4100         * charset.c (define_charset_internal): Use const.
4102         * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
4104         * xrdb.c: Remove include guard.
4105         Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
4106         Remove #if 0 code.  Replace malloc->xmalloc, free->xfree,
4107         realloc->xrealloc instead of using #defines.
4109 2010-08-08  Eli Zaretskii  <eliz@gnu.org>
4111         * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
4112         * editfns.c (Fline_beginning_position, Fline_end_position):
4113         State in the doc strings that start and end of line are in the
4114         logical order.
4116         * xdisp.c (display_line): Move the handling of overlay arrow after
4117         the call to find_row_edges.  (Bug#6699)
4119 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
4121         * keyboard.c (command_loop_1):
4122         * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
4124 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
4126         * insdel.c (prepare_to_modify_buffer): Save active region text to
4127         Vsaved_region_selection.
4129         * xselect.c (QPRIMARY): Move to keyboard.c.
4131         * keyboard.c (Vselect_active_regions): Move from simple.el.
4132         (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
4133         (command_loop_1): Set window selection prior to deactivating the mark.
4135 2010-08-07  Juanma Barranquero  <lekktu@gmail.com>
4137         * alloc.c (lisp_malloc):
4138         * buffer.c (set_buffer_internal, set_buffer_internal_1):
4139         * charset.h (emacs_mule_charset):
4140         * dispextern.h (inhibit_free_realized_faces, redraw_frame)
4141         (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
4142         (bitch_at_user):
4143         * lisp.h (Fcheck_coding_system, Fget_text_property)
4144         (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
4145         Remove duplicate declarations.
4147 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4149         * process.c: Simplify include logic.
4151         * keyboard.h (quit_char): Add declaration.
4152         * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
4153         (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
4154         Add declarations.
4155         * sysdep.c:
4156         * w32.c: Remove the above declarations.
4158         Remove extern declarations in .c files, .h files have them.
4159         * xterm.c:
4160         * xdisp.c:
4161         * msdos.c:
4162         * image.c:
4163         * gtkutil.c:
4164         * fileio.c:
4165         * eval.c: Remove declarations.
4167         * frame.c (frame_params): Make const.
4169         * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
4171         * emacs.c (emacs_copyright, emacs_version): Make static.
4172         (Vinitial_window_system, Vauto_save_list_file_name)
4173         (Vinhibit_redisplay): Remove declarations.
4174         (main): Remove HAVE_SHM code, unused.  Remove _I386 conditional
4175         for AIX.
4177         Use const for some arrays and functions.
4178         * xterm.h (xg_set_icon_from_xpm_data):
4179         * xfns.c (xg_set_icon_from_xpm_data):
4180         * term.c (fkeys):
4181         * keyboard.c (lispy_accent_keys, lispy_function_keys)
4182         (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
4183         (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
4184         (frame.c frame_parms):
4185         * emacs-icon.h (gnu_xpm_bits):
4186         * callint.c (callint_argfuns): Use const.
4188 2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
4190         * sysdep.c: Move include term.h last of includes (Bug#6812).
4192 2010-08-06  Eli Zaretskii  <eliz@gnu.org>
4194         * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
4196         * msdos.c (IT_display_cursor): Log cursor position on termscript.
4198         * .gdbinit (pgx): Display the avoid_cursor_p flag.
4200 2010-08-06  Juanma Barranquero  <lekktu@gmail.com>
4202         * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
4204 2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
4206         * xterm.h (x_get_focus_frame): Declare.
4208         * keyboard.h (poll_for_input_1): Unconditionally declare.
4210         * nsterm.h (x_set_menu_bar_lines): Declare.
4212         * window.c: Don't include menu.h, it depends on lots of other .h-files.
4214         * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
4216         * window.c: Include menu.h.
4218         * unexmacosx.c (print_region_list, print_regions)
4219         (build_region_list, find_emacs_zone_regions)
4220         (unexec_regions_merge, read_load_commands, dump_it)
4221         (unexec_init_emacs_zone): Convert to ANSI C prototypes.
4223         * term.c: Check HAVE_SYS_IOCTL_H.
4225         * sysdep.c: Check HAVE_TERM_H.
4227         * process.c: Check HAVE_UTIL_H.  Include nsterm.h if HAVE_NS.
4229         * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
4230         (ns_ring_bell, ns_defined_color, hide_hourglass)
4231         (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
4232         Convert to ANSI C prototypes.
4233         (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
4234         before code.
4236         * nsterm.h : Include sysselect.h.
4237         (x_sync, x_get_focus_frame, x_set_mouse_position)
4238         (x_set_mouse_pixel_position, x_make_frame_visible)
4239         (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
4240         (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
4241         (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
4242         (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
4243         Declare.
4245         * nsmenu.m (popup_activated, name_is_separator)
4246         (syms_of_nsmenu): Convert to ANSI C prototypes.
4247         (runMenuAt): Prototypes and move declarations before code.
4249         * nsimage.m (ns_load_image): Move NSTRACE after declarations.
4251         * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
4252         prototypes.
4254         * nsfns.m (have_menus_p, ns_display_info_for_name)
4255         (x_set_cursor_type, ns_appkit_version_str)
4256         (ns_appkit_version_int, ns_do_applescript)
4257         (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
4258         (syms_of_nsfns): Convert to ANSI C prototypes.
4260         * menu.h (x_set_menu_bar_line): Declare.
4261         (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
4263         * lisp.h (fmod_float): Declare.
4265         * image.c (xpm_scan, xpm_make_color_table_v)
4266         (xpm_put_color_table_v, xpm_get_color_table_v)
4267         (xpm_make_color_table_h, xpm_put_color_table_h)
4268         (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
4269         (xpm_load): Convert to ANSI C prototypes.
4271         * emacs.c: Include nsterm.h if HAVE_NS.
4273         * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
4275 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4277         * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
4278         subprocesses, only MSDOS does not define HAVE_SOCKETS.
4279         (socket_options): Use const char* for name.
4281 2010-08-06  Juanma Barranquero  <lekktu@gmail.com>
4283         Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
4285         * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
4286         Don't declare xmalloc_widget_value and digest_single_submenu.
4288         * w32font.c (Qlatin): Remove declaration.
4290         * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
4292         * dired.c (compile_pattern): Restore declaration.
4294 2010-08-05  Dan Nicolaescu  <dann@ics.uci.edu>
4296         Remove extern declarations in .c files, .h files have them.
4297         * data.c:
4298         * dired.c:
4299         * editfns.c:
4300         * filelock.c:
4301         * fns.c:
4302         * font.c:
4303         * fontset.c:
4304         * frame.c:
4305         * fringe.c:
4306         * ftfont.c:
4307         * gtkutil.c:
4308         * indent.c:
4309         * keyboard.c:
4310         * keymap.c:
4311         * lread.c:
4312         * menu.c:
4313         * print.c:
4314         * search.c:
4315         * sound.c:
4316         * window.c:
4317         * xdisp.c:
4318         * xfaces.c:
4319         * xfns.c:
4320         * xfont.c:
4321         * xftfont.c:
4322         * xmenu.c:
4323         * xterm.c: Remove declarations.
4325         Cleanup syssignal.h.
4326         * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
4327         (main_thread): Move down to remove #ifdef.
4328         (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
4329         Remove conditional definition following unconditional ones.
4331         * lisp.h: Remove HAVE_SHM code, unused.
4332         (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
4333         (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
4334         (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
4335         (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
4336         (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
4337         (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
4338         (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
4339         (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
4340         (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
4341         (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
4342         (Qwindow_scroll_functions, Vafter_load_alist)
4343         (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
4344         (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
4345         (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
4346         (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
4347         (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
4348         (Vwindow_system_version, Vx_no_window_manager, initial_argc)
4349         (initial_argv, last_nonmenu_event, load_in_progress)
4350         (noninteractive_need_newline, scroll_margin): Add declarations.
4352         * keyboard.h (xmalloc_widget_value, digest_single_submenu):
4353         Remove declarations, menu.h has them.
4354         (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
4355         (Vinput_method_function, Qinput_method_function)
4356         (Qevent_symbol_element_mask, last_event_timestamp):
4357         * dispextern.h (Voverflow_newline_into_fringe):
4358         * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
4359         (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
4360         (syms_of_w32font, syms_of_nsfont):
4361         * fontset.h (find_font_encoding, Qlatin):
4362         * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
4363         (Vtool_bar_mode, set_frame_menubar):
4364         * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
4365         * xterm.h (Qx_gtk_map_stock):
4366         * keymap.h (meta_prefix_char): Add declarations.
4368         * term.c: Remove dead code.
4370         Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
4371         * term.c (dissociate_if_controlling_tty): Use USG5 instead of
4372         USG.  This is equivalent to defined (USG) && !defined (BSD_PGRPS),
4373         which is what was there before BSD_PGRPS was removed.
4375 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
4377         * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
4379         * unexcoff.c: Renamed from unexec.c.
4381 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4383         * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
4385 2010-08-03  Johan Bockgård  <bojohan@gnu.org>
4387         * data.c (Flocal_variable_p): Handle variable aliases correctly.
4388         (Bug#6744)
4390 2010-08-02  Jan Djärv  <jan.h.d@swipnet.se>
4392         * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
4393         to TRUE if depth of screen is < 16.
4395         * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
4396         USE_GTK_TOOLTIP.
4397         (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
4398         (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
4399         (xg_create_frame_widgets): Surround tooltip-related code with ifdef
4400         USE_GTK_TOOLTIP.
4401         (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
4403         * xterm.h (USE_GTK_TOOLTIP): New define.
4404         (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
4406         * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
4407         to Control-D (Bug#6771).
4409 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
4411         * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
4412         Wording by Drew Adams <drew.adams@oracle.com>.
4414 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
4416         * xterm.h (struct x_output): Add ttip_widget, ttip_window and
4417         ttip_lbl.
4419         * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
4420         calling gtk_widget_queue_draw.
4421         (x_free_frame_resources): Call xg_free_frame_widgets.
4423         * xfns.c (x_gtk_use_system_tooltips): New variable.
4424         (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
4425         new gtkutil tooltip functions to show the tooltip.
4426         (Fx_hide_tip): Call xg_hide_tooltip.
4427         (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
4429         * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
4430         (xg_show_tooltip, xg_hide_tooltip): Declare.
4432         * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
4433         (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
4434         New functions.
4435         (xg_create_frame_widgets): Set ttip_* to 0.  Set a dummy tooltip
4436         text so qttip_cb is called.  Connect query-tooltip to qttip_cb.
4437         Remove code that is commented out.
4439 2010-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4441         * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
4443 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
4445         * xselect.c (x_own_selection): Use list4.
4447 2010-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4449         * buffer.c (Qwindow): Do not define, already defined in data.c.
4450         (syms_of_buffer): Do not intern and staticpro Qwindow.  (Bug#6760)
4452 2010-07-29  Chad Brown  <yandros@mit.edu>
4454         Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
4455         * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
4456         * config.in: Undef HAVE_DIRENT_H.
4457         * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
4458         * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
4460 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
4462         Rename s/usg5-4.h -> s/usg5-4-common.h.
4463         * s/usg5-4.h: Rename file to ...
4464         * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
4465         * s/unixware.h:
4466         * s/sol2-6.h:
4467         * s/irix6-5.h: Update includes accordingly.
4469 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
4471         * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
4473         * xterm.h (struct x_output): Add toolbar_top_height,
4474         toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
4475         Remove toolbar_height.
4476         If USE_GTK: Add hbox_widget and toolbar_in_hbox.
4477         (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
4478         (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
4479         (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
4481         * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
4483         * xfns.c (x_set_tool_bar_position): New function.
4484         (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
4485         (x_frame_parm_handlers): Add x_set_tool_bar_position.
4486         (syms_of_xfns): If USE_GTK, provide move-toolbar.
4488         * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
4489         and FRAME_TOOLBAR_LEFT_WIDTH.
4491         * gtkutil.h (xg_change_toolbar_position): Declare.
4493         * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
4494         (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
4495         (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
4496         (xg_create_frame_widgets): Create a hobox for placing widgets
4497         vertically.  Use gtk_box_pack_start.
4498         (xg_height_or_width_changed): Rename from xg_height_changed.
4499         (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
4500         (xg_update_frame_menubar, free_frame_menubar): Change to
4501         xg_height_or_width_changed.
4502         (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
4503         size correctly.  Remove hardcoded 4, instead use handlebox size -
4504         toolbar size.
4505         (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
4506         size correctly.  Use handlebox size + toolbar size as additional size.
4507         (xg_pack_tool_bar): POS is a new parameter.
4508         Set orientation of tool bar based on pos.
4509         Only make handlebox_widget if NULL.
4510         Check if tool bar goes to vbox or hbox depending on pos.
4511         (xg_update_tool_bar_sizes): New function.
4512         (update_frame_tool_bar): Remove old_req, new_req.  Do not get tool bar
4513         height, call xg_update_tool_bar_sizes instead.
4514         (free_frame_tool_bar): Remove from hbox or vbox depending on
4515         toolbar_in_hbox,  Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
4516         (xg_change_toolbar_position): New function.
4518         * frame.h (struct frame): Add tool_bar_position.
4519         (Qbottom): Declare.
4521         * frame.c (Qtool_bar_position): New variable.
4522         (make_frame): Set tool_bar_position to Qtop.
4523         (frame_parms): Add tool-bar-position.
4524         (x_report_frame_params): Store tool_bar_position.
4525         (x_set_fringe_width): Reset wm size hint after fringe changes.
4527 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
4529         Make lisp_time_argument declaration work on all systems.
4530         * lisp.h (lisp_time_argument): Move declaration ...
4531         * systime.h (lisp_time_argument): ... here
4532         * editfns.c (lisp_time_argument): Remove declaration.  (Bug#6751)
4534 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
4536         * vm-limit.c (POINTER): Add typedef for it.
4537         (start_of_data): Change return type from POINTER to char *.
4539         * frame.h (Qtty_color_mode): Move declaration out of ifdef
4540         HAVE_WINDOW_SYSTEM.
4542 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
4544         * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
4545         Remove reference to __osf__, unused.
4547         * mem-limits.h: Remove duplicated includes.
4548         (NULL): Remove definition, unused.
4549         (POINTER): Remove definition.
4550         (start_of_data): Use char* in prototype, as the function
4551         definition does.
4553         Remove extern declarations from .c files, and them to .h files.
4554         * keyboard.h (Qhelp_echo, waiting_for_input)
4555         (input_available_clear_time, ignore_mouse_drag_p)
4556         (Vdouble_click_time, real_this_command, Vthis_original_command):
4557         * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
4558         (Voverriding_local_map_menu_flag):
4559         * lisp.h (Qinteractive_form, use_file_dialog)
4560         (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
4561         (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
4562         (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4563         (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
4564         (Qfunction, debug_on_next_call, Qfield)
4565         (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
4566         (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
4567         (Qfile_directory_p, Qinsert_file_contents)
4568         (Qcompletion_ignore_case, Qcompletion_ignore_case)
4569         (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
4570         (history_delete_duplicates, minibuffer_auto_raise, Qonly)
4571         (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
4572         (Qminibuffer_prompt)
4573         (Vtemporary_file_directory,char_ins_del_vector, Qface):
4574         * xterm.h (gray_bitmap_width, gray_bitmap_height)
4575         (gray_bitmap_bits, xic_create_fontsetname):
4576         * coding.h (Vtranslation_table_for_input): Add extern declarations.
4578         * xsmfns.c (Vuser_login_name):
4579         * xrdb.c (Vdouble_click_time):
4580         * xfaces.c (xic_create_fontsetname):
4581         * w32select.c (waiting_for_input):
4582         * print.c (minibuffer_auto_raise):
4583         * msdos.c (Qhelp_echo):
4584         * macros.c (real_this_command):
4585         * keymap.c (Voverriding_local_map):
4586         * xterm.c (poll_for_input_1, gray_bitmap_width)
4587         (gray_bitmap_height, gray_bitmap_bits;
4588         * xmenu.c ( Voverriding_local_map)
4589         (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
4590         (use_file_dialog, Xt_app_con):
4591         * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
4592         (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
4593         (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
4594         (Qtool_bar_lines, ignore_mouse_drag_p):
4595         * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
4596         (Qrear_nonsticky, nconc2):
4597         * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
4598         (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
4599         (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
4600         * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
4601         (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
4602         * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
4603         (gc_in_progress):
4604         * doc.c (Voverriding_local_map, Qremap):
4605         * dired.c (completion_ignore_case, Qcompletion_ignore_case)
4606         (Vcompletion_regexp_list):
4607         * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
4608         (Qcompletion_ignore_case):
4609         * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
4610         (Vhistory_length, Vthis_original_command, real_this_command)
4611         (Qface, Qminibuffer_prompt, history_delete_duplicates):
4612         * image.c (Qrisky_local_variable):
4613         * fontset.c (QCname):
4614         * fns.c (minibuffer_auto_raise, QCname):
4615         * dispnew.c (char_ins_del_cost):
4616         * composite.c (font_fill_lglyph_metrics):
4617         * cmds.c (Qface, Vtranslation_table_for_input):
4618         * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
4619         * ccl.c (charset_unicode):
4620         * callproc.c (Vtemporary_file_directory):
4621         * buffer.c (emacs_strerror): Remove extern declarations.
4623         * data.c (Qwindow): Make non-static, used from other files too.
4624         * frame.c (validate_x_resource_name): Remove shadow definition for i.
4626         * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
4627         SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
4628         * s/usg5-4.h (COFF):
4629         * s/template.h:
4630         * s/msdos.h (COFF, NO_REMAP):
4631         * s/ms-w32.h (NO_REMAP):
4632         * s/hpux10-20.h (NO_REMAP):
4633         * m/sparc.h (SEGMENT_MASK):
4634         * m/m68k.h (NO_REMAP):
4635         * m/intel386.h (SEGMENT_MASK):
4636         * m/arm.h (NO_REMAP):
4637         * m/alpha.h (COFF):
4638         * m/template.h: Remove references to unused defines.
4640 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
4642         * xsettings.c (Ftool_bar_get_system_style): Also check for
4643         Qtext_image_horiz.
4645         * xdisp.c (Qtext_image_horiz): Define.
4646         (syms_of_xdisp): Initialize Qtext_image_horiz.  Add text-image-horiz
4647         to documentation of tool-bar-style.
4649         * lisp.h (Qtext_image_horiz): Declare.
4651         * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
4652         style text_image_horiz.
4654 2010-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4656         * emacs.c (Fkill_emacs): Remove return statement.
4658         * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
4659         (encode_terminal_code, produce_composite_glyph): Remove unused variables.
4660         (set_tty_color_mode, term_mouse_highlight, term_get_fkeys):
4661         Remove local extern declarations.
4663         * xmenu.c: Do not included lwlib.h, not needed.
4665         * m/iris4d.h (XUINT, XSET): Remove, not needed.
4667         * process.c: Move definitions earlier to minimize #ifdefs.
4669         * xterm.h (x_get_customization_string, x_load_resources)
4670         (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
4671         (x_check_errors, x_property_data_to_lisp, defined_color)
4672         (xic_set_xfontset, x_defined_color): Use const.
4674         * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
4675         (x_text_icon, x_check_errors, x_connection_closed): Use const.
4677         * xselect.c (selection_data_to_lisp_data)
4678         (x_property_data_to_lisp):
4679         * xrdb.c (x_get_string_resource, file_p)
4680         (x_get_customization_string, magic_file_p, search_magic_path)
4681         (get_system_app, get_user_app, x_load_resources, x_get_resource)
4682         (x_get_string_resource): Use const.
4684         * xfns.c: Include xlwmenu.h when USE_LUCID.
4685         (x_defined_color, xic_set_xfontset): Use const.
4686         (Fx_hide_tip): Remove local extern declaration.
4688         * xfaces.c (Qmouse_face): Remove declaration.
4689         (face_color_gray_p, tty_defined_color, defined_color)
4690         (face_color_gray_p, face_color_supported_p): Add const.
4692         * xdisp.c (do_mouse_tracking): Remove declaration.
4693         (add_to_log): Use const.
4695         * minibuf.c (Qmouse_face): Remove declaration.
4697         * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
4699         * keyboard.h (do_mouse_tracking): Add declaration.
4701         * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
4702         (QCdata, QCtype, Qcenter): Remove declarations.
4704         * frame.c (x_get_resource_string, x_get_string_resource)
4705         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
4706         (x_default_parameter): Use const.
4708         * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
4709         (QCheight, QCsize, QCname): Remove declarations.
4711         * emacs.c (main): Remove local extern declaration.
4713         * editfns.c (region_limit, syms_of_editfns): Remove local extern
4714         declarations.
4716         * dispnew.c: Remove duplicate #include <unistd.h>.
4717         (update_window, update_frame_1, init_display): Remove local extern
4718         declarations.
4720         * dispextern.h (add_to_log): Remove declaration.
4721         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
4722         (x_frame_get_and_record_arg, x_default_parameter): Add const.
4724         * dired.c (scmp): Add const.
4725         (directory_files_internal): Remove local extern declaration.
4727         * data.c (Finteractive_form): Use const.
4729         * composite.c (syms_of_composite): Remove local extern declarations.
4731         * charset.c (add_to_log): Remove declaration.
4733         * character.c (strwidth, parse_str_to_multibyte): Add const.
4735         * character.h (strwidth, parse_str_to_multibyte): Likewise.
4737         * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
4739         * lisp.h (Fkill_emacs): Mark as NO_RETURN.
4740         (Lisp_Subr): Make doc and intspec constant.
4741         (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
4742         (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
4743         (QCheight, QCsize, QCname, QCwidth, QCforeground)
4744         (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
4745         (display_arg): Add declarations.
4747 2010-07-27  Christoph Scholtes  <cschol2112@gmail.com>
4749         * minibuf.c (Fread_buffer): Doc fix (bug#6528).
4751         * window.c (Fwindow_height): Doc fix (bug#6518).
4753 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
4755         * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
4757 2010-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
4759         * keyboard.c (Ftop_level, Fexit_recursive_edit)
4760         (Fabort_recursive_edit): Remove return statements in NO_RETURN
4761         functions.
4763         * frame.h (Qtty_color_mode): Add declaration.
4765         * lisp.h (Ftop_level, Fexit_recursive_edit)
4766         (Fabort_recursive_edit): Mark as NO_RETURN.
4768 2010-07-26  Kenichi Handa  <handa@m17n.org>
4770         * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
4771         number of glyphs gets smaller than the original length.  (Bug#6621)
4773 2010-07-26  Juanma Barranquero  <lekktu@gmail.com>
4775         * lread.c (unreadpure, mapatoms_1): Make static.
4777 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
4779         * terminfo.c (tparam): Fix prototype of tparm.
4781 2010-07-25  Andreas Schwab  <schwab@linux-m68k.org>
4783         * emacs.c (main) [PROFILING]: Use __executable_start if defined to
4784         find start of text segment.
4785         * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
4786         is defined.
4788         * callproc.c (set_initial_environment): Avoid unbalanced braces.
4790 2010-07-25  Ken Brown  <kbrown@cornell.edu>
4792         * vm-limit.c (check_memory_limits): Fix previous change;
4793         accidentally reverted an earlier change.
4795 2010-07-25  Ken Brown  <kbrown@cornell.edu>
4797         * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
4798         * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
4800 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
4802         * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
4803         * dired.c (opendir, readdir): Fix prototypes.
4804         * editfns.c (w32_get_internal_run_time): Fix prototypes.
4805         * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
4806         * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
4807         (telldir): Remove declaration.
4808         * ralloc.c (real_morecore, __morecore): Fix prototypes.
4809         * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
4810         * syssignal.h (strsignal): Fix prototype.
4811         * term.c (tparam): Fix prototype.
4812         (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
4813         (term_get_fkeys): Set inside "#ifndef DOS_NT".
4814         * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
4815         and __morecore.
4816         * w32gui.h (XParseGeometry): Fix prototype.
4817         * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
4818         * w32term.c (my_set_focus): Declare inside #if 0.
4819         * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
4820         (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
4821         (drain_message_queue, get_next_msg, post_msg, parse_button)
4822         (ClipboardSequence_Proc): Fix prototypes.
4823         (wait_for_sync): Remove declaration.
4825 2010-07-24  Juanma Barranquero  <lekktu@gmail.com>
4827         * w32fns.c (w32_to_x_color): Remove, unused.
4829 2010-07-24  Andreas Schwab  <schwab@linux-m68k.org>
4831         * lisp.h: Remove leftover P_.
4833 2010-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4835         * ecrt0.c, unexalpha.c: Remove files, unused.
4837 2010-07-24  Andreas Schwab  <schwab@linux-m68k.org>
4839         * cmds.c (internal_self_insert): Make static.
4840         * lisp.h (internal_self_insert): Remove declaration.
4842 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
4844         * alloc.c (free_float):
4845         * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
4846         * frame.c (delete_frame_handler):
4847         * ralloc.c (reorder_bloc):
4848         * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
4849         Remove unused static functions.
4851         * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
4852         it is called only from NS code.
4854         * w32term.c (my_set_focus): #ifdef away; it is called only from
4855         "#ifdef 0" code.
4857         * w32fns.c (x_edge_detection):
4858         * xfaces.c (may_use_scalable_font_p):
4859         Remove obsolete static declarations.
4861 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
4863         * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
4864         (emacs_blocked_realloc, uninterrupt_malloc):
4865         * fringe.c (w32_reset_fringes):
4866         * image.c (convert_mono_to_color_image, lookup_rgb_color)
4867         (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
4868         * sound.c (be2hs, do_play_sound):
4869         * vm-limit.c (get_lim_data, ret_lim_data):
4870         * w32term.c (x_free_frame_resources):
4871         * xfaces.c (x_create_gc, x_free_gc):
4872         Convert definitions to standard C.
4874 2010-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4876         * eval.c (Feval, Ffuncall): Use the new names.
4878         * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
4879         (DEFUN): Add braces around the union initialisation and use ## to
4880         specify the right union alternative and avoid a cast.
4882 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
4884         * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
4886 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4888         * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
4890 2010-07-17  Jan Djärv  <jan.h.d@swipnet.se>
4892         * gtkutil.c (xg_event_is_for_menubar): Also check that event window
4893         is related to the menu bar (Bug#6499).
4894         (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
4896 2010-07-16  Jan Djärv  <jan.h.d@swipnet.se>
4898         * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
4900         * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
4902         * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
4903         i.e. don't put back ButtonRelease (Bug#6608).
4905         * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
4906         instead of Window.  Call xg_event_is_for_menubar when
4907         USE_GTK (Bug#6499).
4909         * gtkutil.h (xg_event_is_for_menubar): Declare.
4911         * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
4913 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
4915         * w32fns.c (x_set_foreground_color): Fix setting the cursor color
4916         when it's the same as the old foreground.  (Bug#6609)
4918 2010-07-16  Jan Djärv  <jan.h.d@swipnet.se>
4920         * xmenu.c (free_frame_menubar): Only call x_set_window_size if
4921         widget is non-null (Bug#6645).
4923 2010-07-15  Andreas Schwab  <schwab@linux-m68k.org>
4925         * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
4926         Convert old-style definition.
4928         * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
4929         timestamp argument.
4931 2010-07-15  Eli Zaretskii  <eliz@gnu.org>
4933         * fringe.c (update_window_fringes): Restore mistakenly reverted
4934         code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
4936 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
4938         * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
4939         (SET_SAVED_KEY_EVENT): Remove (not used).
4940         (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
4941         remove size parameter.
4942         (handle_one_xevent): Check popup_activated () for menu for Xt also.
4943         Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
4944         Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
4945         ButtonRelease.
4946         (x_set_window_size_1): scroll_bar_actual_width is always
4947         SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
4949         * xdisp.c (pending_menu_activation): Remove extern declaration.
4950         (prepare_menu_bars): Remove setting of pending_menu_activation.
4952         * xmenu.c (pending_menu_activation): Remove.
4953         (x_activate_menubar): Set popup_activated_flag for Xt also.
4954         Remove setting of pending_menu_activation.
4955         (set_frame_menubar): Remove check of pending_menu_activation.
4956         Declare menubar_size before code.  Correct spelling in comment.
4958 2010-07-14  Kenichi Handa  <handa@m17n.org>
4960         * font.c (font_open_entity): Cancel previous change.
4961         (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
4963 2010-07-13  Eli Zaretskii  <eliz@gnu.org>
4965         Remove subprocesses #ifdefs.
4966         * process.c <inhibit_sentinels>: Move to the common part.
4967         (Fwaiting_for_user_input_p): Move to the common part; return nil
4968         if async subprocesses aren't supported.
4969         * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
4970         MS-DOS.  Remove "#ifdef subprocesses".
4971         (sys_subshell, sys_select): Remove "#ifdef subprocesses".
4972         (gettimeofday): Remove "#ifdef subprocesses".
4973         (wait_without_blocking): Remove function.
4974         (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
4975         Remove "#ifdef subprocesses".
4976         (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
4977         compiled on MS-DOS.
4978         * callproc.c (Fcall_process) [!MSDOS]: Don't call
4979         wait_for_termination on MS-DOS.
4980         * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
4981         initialization of inhibit_sentinels.
4982         * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
4983         subprocesses" conditional.
4984         * callproc.c (Fcall_process) [!subprocesses]: Don't call
4985         wait_for_termination, since `buffer' cannot be an integer when
4986         async subprocesses are not supported
4987         * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
4988         for ifdefing away the call to Fprocess_status.
4990         * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
4991         away the entire body of the function.
4993 2010-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
4995         Remove subprocesses #ifdefs from term.c.
4996         * process.c (add_keyboard_wait_descriptor)
4997         (delete_keyboard_wait_descriptor): Move to common section, do
4998         nothing when subprocesses is not defined.
4999         * term.c (Fsuspend_tty, Fresume_tty, init_tty):
5000         Remove subprocesses #ifdefs.
5002         Convert maybe_fatal to standard C.
5003         * lisp.h (verror): Declare.
5004         * eval.c (verror): New function containing the code from ...
5005         (error): ... this.  Call verror.
5006         * term.c (vfatal): New function containing the code from ...
5007         (fatal): ... this.  Call vfatal.
5008         (maybe_fatal): Convert to standard C, use variable number of
5009         arguments.  Declare as non-return.
5010         (init_tty): Fix maybe_fatal call.
5012 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
5014         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
5015         (_scroll_bar_note_movement): Convert definitions to standard C.
5016         * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
5017         * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
5019 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
5021         * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
5022         (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
5023         (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
5024         (xaw_jump_callback, xaw_scroll_callback)
5025         (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
5026         (x_wm_set_size_hint, x_activate_timeout_atimer):
5027         Convert definitions to standard C.
5028         * xmenu.c (menubar_id_to_frame, popup_get_selection)
5029         (popup_activate_callback, popup_deactivate_callback)
5030         (menu_highlight_callback, menubar_selection_callback)
5031         (apply_systemfont_to_dialog, apply_systemfont_to_menu)
5032         (free_frame_menubar, popup_selection_callback, as)
5033         (create_and_show_popup_menu, dialog_selection_callback)
5034         (create_and_show_dialog):
5035         * xfns.c (hack_wm_protocols, x_window):
5036         * xfaces.c (x_update_menu_appearance):
5037         * widget.c (get_default_char_pixel_size, pixel_to_char_size)
5038         (char_to_pixel_size, round_size_to_char, get_wm_shell)
5039         (set_frame_size, update_wm_hints, setup_frame_gcs)
5040         (update_various_frame_slots, update_from_various_frame_slots)
5041         (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
5042         (EmacsFrameSetValues, EmacsFrameQueryGeometry)
5043         (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
5045 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
5047         * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
5049 2010-07-12  Eli Zaretskii  <eliz@gnu.org>
5051         * process.c (setup_process_coding_systems): Move to the part
5052         shared by non-subprocesses systems, and make its body empty when
5053         subprocesses is not defined.
5054         (close_process_descs): Move to the part shared by non-subprocesses
5055         systems.
5056         (wait_reading_process_output) [!subprocesses]: Convert arg list to
5057         ANSI C.
5059 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
5061         * editfns.c (transpose_markers): Convert old-style definition.
5062         * emacs.c (abort, shut_down_emacs, fixup_locale)
5063         (synchronize_system_time_locale)
5064         (synchronize_system_messages_locale, syms_of_emacs): Likewise.
5065         * floatfns.c (extract_float, matherr, init_floatfns)
5066         (syms_of_floatfns): Likewise.
5067         * fns.c (make_hash_table): Likewise.
5068         * ftfont.c (ftfont_get_otf, ftfont_otf_features)
5069         (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
5070         (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
5071         (ftfont_variation_glyphs): Likewise.
5072         * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
5073         * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
5074         * lread.c (read_filtered_event): Likewise.
5075         * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
5076         * process.c (wait_reading_process_output): Likewise.
5077         * scroll.c (do_line_insertion_deletion_costs): Likewise.
5078         * search.c (search_buffer, boyer_moore): Likewise.
5079         * syntax.c (scan_sexps_forward): Likewise.
5080         * xdisp.c (try_scrolling): Likewise.
5081         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
5082         (face_at_string_position): Likewise.
5083         * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
5084         * xselect.c (x_get_window_property, receive_incremental_selection)
5085         (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
5086         Likewise.
5087         * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
5089 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
5091         * callproc.c (child_setup): Remove subprocesses conditional.
5092         Remove code dealing with SET_EMACS_PRIORITY, unused.
5094         * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
5095         * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
5097         * emacs.c (__do_global_ctors, __do_global_ctors_aux)
5098         (__do_global_dtors, __main): Use void in definition.
5099         (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
5100         Remove SYMS_MACHINE code, unused.  Remove SYMS_SYSTEM, inline
5101         the only users from ...
5102         * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
5103         * s/msdos.h (SYMS_SYSTEM): ... here.  Remove.
5104         (HAVE_VOLATILE): Remove, unused.
5106         Convert more function definitions to standard C.
5107         * xdisp.c (window_box_edges, handle_single_display_spec)
5108         (display_string): Convert definition to standard C.
5109         * scroll.c (do_direct_scrolling, scrolling_1):
5110         * dispnew.c (allocate_matrices_for_frame_redisplay)
5111         (mirrored_line_dance):
5112         * coding.c (code_convert_string):
5113         * charset.c (map_charset_chars):
5114         * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
5115         (Fregister_ccl_program, Fregister_code_conversion_map):
5116         * keyboard.c (kbd_buffer_nr_stored): Likewise.
5117         (head_table): Make static and const.
5119 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
5121         * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5122         (PROFILING_LDFLAGS): Set from substitution.
5123         (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
5124         CFLAGS last.
5126 2010-07-12  Kenichi Handa  <handa@m17n.org>
5128         * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
5129         (shortlisp): Likewise.
5131         * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
5133         * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
5134         of FONT_ENTITY_INDEX.
5135         (Ffont_get): If KEY is :otf and the font-object doesn't have the
5136         property, get the property value dynamically.
5137         (Ffont_put): Accept font-entity and font-object too.
5138         (Ffont_get_glyhphs): Rename from Fget_font_glyphs.  Arguments and
5139         return value changed.
5140         (syms_of_font): Adjust for the above change.
5142 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
5144         * blockinput.h: Remove obsolete comment.
5146         * lisp.h: Include <stddef.h>.
5147         (OFFSETOF): Don't define.
5148         (VECSIZE): Use offsetof instead of OFFSETOF.
5149         (PSEUDOVECSIZE): Likewise.
5150         * process.c (conv_sockaddr_to_lisp): Likewise.
5151         * alloc.c: Don't include <stddef.h>.
5152         * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
5154         * process.c: Remove obsolete comment.
5156 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
5158         * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
5160 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
5162         * callint.c (Fcall_interactively): Use strchr, strrchr instead of
5163         index, rindex.
5164         * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
5165         * editfns.c (Fuser_full_name, Fformat): Likewise.
5166         * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
5167         * fileio.c (Ffile_symlink_p): Likewise.
5168         * filelock.c (current_lock_owner): Likewise.
5169         * font.c (font_parse_name, font_parse_family_registry): Likewise.
5170         * fontset.c (fontset_pattern_regexp): Likewise.
5171         * lread.c (read1): Likewise.
5172         * sysdep.c (init_system_name): Likewise.
5173         * xfns.c (select_visual): Likewise.
5174         * s/hpux10-20.h (index, rindex): Don't define.
5175         * s/ms-w32.h (index): Likewise.
5176         * s/usg5-4.h: Likewise.
5178         * callproc.c (relocate_fd): Use F_DUPFD if defined.
5180         * alloc.c (pending_malloc_warning, malloc_warning): Add const.
5181         * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
5182         (egetenv): Likewise.
5183         * doprnt.c (doprnt): Likewise.
5184         * editfns.c (set_time_zone_rule, format2): Likewise.
5185         * emacs.c (decode_env_path): Likewise.
5186         * eval.c (signal_error, error): Likewise.
5187         * insdel.c (replace_range_2): Likewise.
5188         * keyboard.c (cmd_error_internal): Likewise.
5189         * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
5190         * print.c (write_string, write_string_1, print_error_message):
5191         Likewise.
5192         * vm-limit.c (warn_function, memory_warnings): Likewise.
5193         * xdisp.c (message1, message1_nolog, message_with_string)
5194         (vmessage, message, message_nolog): Likewise.
5195         * emacs.c: Remove duplicate declaration.
5196         * keyboard.h: Likewise.
5197         * lisp.h: Update prototypes.
5199         * eval.c: Fix indentation problem.
5201         * keyboard.c: Include "process.h"
5203         * eval.c: Remove obsolete noinline declaration.
5204         * fns.c: Likewise.
5206 2010-07-11  Ken Raeburn  <raeburn@raeburn.org>
5208         * doprnt.c (doprnt): Take a va_list argument instead of count and
5209         pointer.
5210         * eval.c (error): Change to a standard-C variadic function.
5211         * xdisp.c (vmessage): Rename from message, made static, and
5212         changed to take a va_list argument.
5213         (message): New variadic wrapper.
5214         (message_nolog): Now a variadic function, calling vmessage.
5215         * lisp.h: Include stdarg.h for va_list.
5216         (doprnt, error, message, message_nolog): Decls updated.
5218 2010-07-11  Eli Zaretskii  <eliz@gnu.org>
5220         * process.c (syms_of_process) <delete-exited-processes>: Define
5221         even if !subprocesses.
5222         (delete_exited_processes): Ditto.
5224         * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
5225         (delete_exited_processes): Don't define.
5227 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
5229         * frame.c (make_frame): Initialize menu_bar_lines and
5230         tool_bar_lines members.
5231         (make_initial_frame, make_terminal_frame):
5232         Initialize menu_bar_lines using value of menu-bar-mode.
5234         * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
5236 2010-07-10  Eli Zaretskii  <eliz@gnu.org>
5238         * process.c: Reshuffle #include's.  Condition some of the global
5239         and static variables on `subprocesses'.
5240         (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
5241         Leave only one implementation.
5242         (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
5243         (kill_buffer_processes, Flist_system_processes)
5244         (Fprocess_attributes, init_process, syms_of_process): Unify the
5245         implementations for with subprocesses and without them.
5247 2010-07-09  Jan Djärv  <jan.h.d@swipnet.se>
5249         * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
5250         correct size for Motif.
5251         (free_frame_menubar): Call x_set_window_size to update frame size.
5253         * xfns.c (x_window): Set borderWidth to 0 for pane and
5254         EmacsFrame.  Frame size calculation is wrong otherwise.
5256 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
5258         * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
5259         allows to suppress errors when polling in Emacs' main loop.
5260         (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
5261         (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
5262         (Fdbus_method_error_internal, Fdbus_send_signal)
5263         (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
5264         (Fdbus_register_method): Use it.  (Bug#6579)
5266 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
5268         * alloc.c: Convert DEFUNs to standard C.
5269         * buffer.c:
5270         * bytecode.c:
5271         * callint.c:
5272         * callproc.c:
5273         * casefiddle.c:
5274         * casetab.c:
5275         * category.c:
5276         * character.c:
5277         * charset.c:
5278         * chartab.c:
5279         * cmds.c:
5280         * coding.c:
5281         * composite.c:
5282         * data.c:
5283         * dbusbind.c:
5284         * dired.c:
5285         * dispnew.c:
5286         * doc.c:
5287         * dosfns.c:
5288         * editfns.c:
5289         * emacs.c:
5290         * eval.c:
5291         * fileio.c:
5292         * filelock.c:
5293         * floatfns.c:
5294         * fns.c:
5295         * font.c:
5296         * fontset.c:
5297         * frame.c:
5298         * fringe.c:
5299         * image.c:
5300         * indent.c:
5301         * insdel.c:
5302         * keyboard.c:
5303         * keymap.c:
5304         * lread.c:
5305         * macros.c:
5306         * marker.c:
5307         * menu.c:
5308         * minibuf.c:
5309         * msdos.c:
5310         * nsfns.m:
5311         * nsmenu.m:
5312         * nsselect.m:
5313         * print.c:
5314         * process.c:
5315         * search.c:
5316         * sound.c:
5317         * syntax.c:
5318         * term.c:
5319         * terminal.c:
5320         * textprop.c:
5321         * undo.c:
5322         * w16select.c:
5323         * w32console.c:
5324         * w32fns.c:
5325         * w32font.c:
5326         * w32menu.c:
5327         * w32proc.c:
5328         * w32select.c:
5329         * window.c:
5330         * xdisp.c:
5331         * xfaces.c:
5332         * xfns.c:
5333         * xmenu.c:
5334         * xselect.c:
5335         * xsettings.c:
5336         * xsmfns.c: Likewise.
5338 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
5340         * process.c (kbd_is_on_hold, hold_keyboard_input)
5341         (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
5343 2010-07-08  Jan Djärv  <jan.h.d@swipnet.se>
5345         * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
5346         (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
5347         unless USE_LUCID.
5349 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
5351         * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
5352         declaration.
5354         Clean up include guards.
5355         * tparam.c: Remove include guards for config.h, string.h and code
5356         that assumes #ifndef emacs.
5357         * termcap.c:
5358         * unexalpha.c:
5359         * sysdep.c:
5360         * filemode.c:
5361         * filelock.c:
5362         * bidi.c: Likewise.
5364         Remove prefix-args.c
5365         * prefix-args.c: Remove file.
5366         * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
5367         * Makefile.in (temacs${EXEEXT}): Remove references to
5368         PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
5369         (mostlyclean): Remove reference to prefix-args.
5370         (prefix-args): Remove.
5372         Simplify cstart_of_data, start_of_code and related code.
5373         * mem-limits.h: Remove !emacs and _LIBC conditional code.
5374         (start_of_data): Merge into start_of_data function.
5375         * sysdep.c (start_of_text): Remove.  Move simplified versions of
5376         it in the only users: unexaix.c and unexec.c.
5377         (read_input_waiting): Remove local declaration of quit_char.
5378         (start, etext): Remove declarations.
5379         (start_of_data): Merge with the version in mem-limits.h and move
5380         to vm-limits.c.
5381         * vm-limit.c (start_of_data): Merged and simplified version of the
5382         code formerly in mem-limits.h and sysdep.c.
5383         * unexec.c (start): New declaration, moved from sysdep.c.
5384         (start_of_text): Simplified version of the code formerly in sysdep.c.
5385         * unexaix.c (start_of_text): Simplified version of the code
5386         formerly in sysdep.c.
5387         * m/alpha.h (HAVE_TEXT_START): Remove.
5388         (TEXT_START): Move ...
5389         * unexalpha.c (TEXT_START): ... here.
5390         * s/hpux10-20.h (TEXT_START): Remove.
5391         * s/darwin.h (TEXT_START):
5392         * m/mips.h (TEXT_START):
5393         * m/macppc.h (HAVE_TEXT_START):
5394         * m/m68k.h (TEXT_START):
5395         * m/iris4d.h (TEXT_START):
5396         * m/intel386.h (TEXT_START):
5397         * m/ibmrs6000.h (TEXT_START):
5398         * m/ia64.h (HAVE_TEXT_START):
5399         * s/msdos.h (TEXT_START): Likewise.
5401 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
5403         * alloc.c (overrun_check_malloc, overrun_check_realloc)
5404         (overrun_check_free, xstrdup, allocate_string)
5405         (allocate_string_data, compact_small_strings, Fmake_string)
5406         (make_unibyte_string, make_multibyte_string)
5407         (make_string_from_bytes, make_specified_string, make_float)
5408         (Fcons, allocate_terminal, allocate_frame, make_pure_string)
5409         (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
5410         memcpy, memmove, memset, memcmp.
5411         * atimer.c (start_atimer, set_alarm): Likewise.
5412         * buffer.c (clone_per_buffer_values, report_overlay_modification)
5413         (mmap_realloc, init_buffer_once): Likewise.
5414         * callint.c (Fcall_interactively): Likewise.
5415         * callproc.c (Fcall_process, Fcall_process_region, child_setup)
5416         (getenv_internal_1): Likewise.
5417         * casefiddle.c (casify_object): Likewise.
5418         * ccl.c (ccl_driver): Likewise.
5419         * character.c (str_as_multibyte, str_to_multibyte): Likewise.
5420         * charset.c (load_charset_map_from_file)
5421         (load_charset_map_from_file, load_charset_map_from_vector)
5422         (Fdefine_charset_internal): Likewise.
5423         * cm.c (Wcm_clear): Likewise.
5424         * coding.c (decode_eol, decode_coding_object)
5425         (Fset_coding_system_priority, make_subsidiaries): Likewise.
5426         * data.c (Faset): Likewise.
5427         * dired.c (directory_files_internal, file_name_completion_stat):
5428         Likewise.
5429         * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
5430         (clear_glyph_row, copy_row_except_pointers)
5431         (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
5432         (save_current_matrix, restore_current_matrix)
5433         (build_frame_matrix_from_leaf_window, mirrored_line_dance)
5434         (mirror_line_dance, scrolling_window): Likewise.
5435         * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
5436         Likewise.
5437         * doprnt.c (doprnt): Likewise.
5438         * editfns.c (Fuser_full_name, make_buffer_string_both)
5439         (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
5440         * emacs.c (sort_args): Likewise.
5441         * eval.c (Fapply, Ffuncall): Likewise.
5442         * fileio.c (Ffile_name_directory, make_temp_name)
5443         (Fexpand_file_name, search_embedded_absfilename)
5444         (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
5445         (auto_save_error): Likewise.
5446         * fns.c (Fstring_equal, Fcopy_sequence, concat)
5447         (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
5448         (internal_equal, Fclear_string, larger_vector, copy_hash_table)
5449         (Fmake_hash_table): Likewise.
5450         * fringe.c (Fdefine_fringe_bitmap): Likewise.
5451         * ftfont.c (ftfont_text_extents): Likewise.
5452         * getloadavg.c (getloadavg): Likewise.
5453         * image.c (define_image_type, make_image, make_image_cache)
5454         (x_create_x_image_and_pixmap, xbm_image_p)
5455         (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
5456         (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
5457         (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
5458         (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
5459         (tiff_image_p, tiff_read_from_memory, gif_image_p)
5460         (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
5461         Likewise.
5462         * indent.c (scan_for_column, compute_motion): Likewise.
5463         * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
5464         (insert_1_both, insert_from_gap, replace_range_2): Likewise.
5465         * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
5466         * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
5467         (kbd_buffer_store_event_hold, apply_modifiers_uncached)
5468         (store_user_signal_events, menu_bar_items, tool_bar_items)
5469         (process_tool_bar_item, append_tool_bar_item)
5470         (read_char_minibuf_menu_prompt, read_key_sequence)
5471         (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
5472         Likewise.
5473         * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
5474         Likewise.
5475         * lisp.h (STRING_COPYIN): Likewise.
5476         * lread.c (Fload, read1, oblookup): Likewise.
5477         * msdos.c (Frecent_doskeys): Likewise.
5478         * nsfns.m (Fx_create_frame): Likewise.
5479         * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
5480         Likewise.
5481         * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
5482         (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
5483         Likewise.
5484         * nsmenu.m (ns_update_menubar): Likewise.
5485         * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
5486         * print.c (print_unwind, printchar, strout, print_string)
5487         (print_error_message): Likewise.
5488         * process.c (conv_lisp_to_sockaddr, set_socket_option)
5489         (Fmake_network_process, Fnetwork_interface_list)
5490         (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
5491         (init_process): Likewise.
5492         * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
5493         * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
5494         Likewise.
5495         * scroll.c (do_scrolling, do_direct_scrolling)
5496         (scrolling_max_lines_saved): Likewise.
5497         * search.c (search_buffer, wordify, Freplace_match): Likewise.
5498         * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
5499         * syntax.c (skip_chars, skip_syntaxes): Likewise.
5500         * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
5501         (emacs_set_tty): Likewise.
5502         * term.c (encode_terminal_code, calculate_costs)
5503         (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
5504         Likewise.
5505         * termcap.c (tgetst1, gobble_line): Likewise.
5506         * termhooks.h (EVENT_INIT): Likewise.
5507         * tparam.c (tparam1): Likewise.
5508         * unexalpha.c (unexec): Likewise.
5509         * unexec.c (write_segment): Likewise.
5510         * unexmacosx.c (unexec_write_zero): Likewise.
5511         * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
5512         (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
5513         * w32font.c (w32font_list_family, w32font_text_extents)
5514         (w32font_list_internal, w32font_match_internal)
5515         (w32font_open_internal, compute_metrics, Fx_select_font):
5516         Likewise.
5517         * w32menu.c (set_frame_menubar, add_menu_item)
5518         (w32_menu_display_help, w32_free_submenu_strings): Likewise.
5519         * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
5520         * w32uniscribe.c (uniscribe_list_family): Likewise.
5521         * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
5522         * window.c (make_window, replace_window, set_window_buffer)
5523         (Fsplit_window): Likewise.
5524         * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
5525         (add_to_log, message3, x_consider_frame_title)
5526         (append_space_for_newline, extend_face_to_end_of_line)
5527         (decode_mode_spec_coding, init_glyph_string): Likewise.
5528         * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
5529         (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
5530         (face_attr_equal_p, make_realized_face, make_face_cache)
5531         (free_realized_faces, lookup_named_face, smaller_face)
5532         (face_with_height, lookup_derived_face)
5533         (x_supports_face_attributes_p, Finternal_set_font_selection_order)
5534         (Finternal_set_font_selection_order, realize_default_face)
5535         (compute_char_face, face_at_buffer_position)
5536         (face_for_overlay_string, face_at_string_position, merge_faces):
5537         Likewise.
5538         * xfns.c (xic_create_fontsetname, Fx_create_frame)
5539         (Fx_window_property, x_create_tip_frame)
5540         (Fx_backspace_delete_keys_p): Likewise.
5541         * xfont.c (xfont_list, xfont_match, xfont_list_family)
5542         (xfont_text_extents): Likewise.
5543         * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
5544         * xrdb.c (magic_file_p, x_get_resource): Likewise.
5545         * xselect.c (x_queue_event, x_get_window_property)
5546         (receive_incremental_selection): Likewise.
5547         * xsmfns.c (x_session_check_input): Likewise.
5548         * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
5549         (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
5550         Likewise.
5551         * character.h (BCOPY_SHORT): Removed.
5552         * config.in: Regenerate.
5553         * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
5554         * emacs.c (main) [PROFILING]: Don't declare
5555         dump_opcode_frequencies.
5556         * lisp.h (safe_bcopy): Remove declaration.
5557         (memset) [!HAVE_MEMSET]: Declare.
5558         (memcpy) [!HAVE_MEMCPY]: Likewise.
5559         (memmove) [!HAVE_MEMMOVE]: Likewise.
5560         (memcmp) [!HAVE_MEMCMP]: Likewise.
5561         * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
5562         (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
5563         Don't define.
5564         (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
5565         * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
5566         (BCOPY_DOWNWARD_SAFE): Don't define.
5567         * sysdep.c (memset) [!HAVE_MEMSET]: Define.
5568         (memcpy) [!HAVE_MEMCPY]: Define.
5569         (memmove) [!HAVE_MEMMOVE]: Define.
5570         (memcmp) [!HAVE_MEMCMP]: Define.
5572 2010-07-07  Jan Djärv  <jan.h.d@swipnet.se>
5574         * process.c (kbd_is_on_hold): New variable.
5575         (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
5576         New functions.
5577         (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
5578         select on empty input mask.
5579         (init_process): Initialize kbd_is_on_hold to 0.
5581         * process.h (hold_keyboard_input, unhold_keyboard_input)
5582         (kbd_on_hold_p): Declare.
5584         * keyboard.c (input_available_signal): Declare.
5585         (kbd_buffer_nr_stored): New function.
5586         (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
5587         more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
5588         (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
5589         returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
5590         (tty_read_avail_input): If input is on hold, return.
5591         Don't read more that free slots in kbd_buffer (Bug#6571).
5593 2010-07-07  Eli Zaretskii  <eliz@gnu.org>
5595         * msdos.h:
5596         * msdos.c:
5597         * dosfns.c:
5598         * w16select.c: Convert function definitions to ANSI C.
5600         * msdos.h (ctrl_break_func, install_ctrl_break_check):
5601         Remove unused prototypes.
5603 2010-07-07  Juanma Barranquero  <lekktu@gmail.com>
5605         * coding.c, sysdep.c: Convert some more functions to standard C.
5607 2010-07-07  Juanma Barranquero  <lekktu@gmail.com>
5609         * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
5610         (encode_coding_object): Use SPECPDL_INDEX.
5611         (syms_of_coding): Use DOS_NT.
5613 2010-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5615         * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
5617         Make the function member of Lisp_Subr use standard C prototypes.
5618         * lisp.h (struct Lisp_Subr): Use a union for the function member.
5619         (DECL_ALIGN): Add a cast for the function.
5620         * eval.c (Feval, Ffuncall): Use the proper type for each type
5621         function call.
5623 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
5625         * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
5626         fringe face id, so face-remapping-alist works (Bug#6091).
5628 2010-07-06  Juanma Barranquero  <lekktu@gmail.com>
5630         * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
5631         * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
5632         * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
5634 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
5636         * xterm.c (x_get_keysym_name): Change type of parameter to int.
5637         * lisp.h: Declare x_get_keysym_name.
5638         * keyboard.c (modify_event_symbol): Don't declare
5639         x_get_keysym_name here.
5641 2010-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
5643         * ecrt0.c: Revert conversion to standard C.
5645 2010-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5647         * vm-limit.c (memory_warnings):
5648         * keyboard.c (modify_event_symbol):
5649         * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
5650         (round2, emacs_rint):
5651         * process.c (send_process, old_sigpipe): Convert function
5652         definitions and declarations to standard C.
5654 2010-07-05  Juanma Barranquero  <lekktu@gmail.com>
5656         * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
5657         * xdisp.c: Convert function definitions to standard C.
5659         * cm.c (cmputc): Arg C is now int, not char.
5660         * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
5662 2010-07-05  James Cloos  <cloos@jhcloos.com>
5664         * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
5666         * xterm.c (x_term_init): Intern the _NET_WM_NAME and
5667         _NET_WM_ICON_NAME atoms.
5669         * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
5670         and _NET_WM_ICON_NAME properties, too, matching what is
5671         done in the Gtk+ case.
5673 2010-07-05  Jan Djärv  <jan.h.d@swipnet.se>
5675         * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
5677         * xsmfns.c (SSDATA): New macro.
5678         (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
5679         passed to strlen/strcpy/strcat.
5680         (create_client_leader_window): Surround with #ifndef USE_GTK.
5681         Cast 7:th arg to XChangeProperty to (unsigned char *).
5683         * xsettings.c (something_changedCB, parse_settings)
5684         (apply_xft_settings): Reformat prototype.
5685         (something_changedCB, init_gconf): Remove unused variable i.
5686         (read_settings): Remove unused variable long_len.
5688         * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
5689         (xg_get_image_for_pixmap, create_dialog)
5690         (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
5691         (menuitem_highlight_callback, make_menu_item)
5692         (xg_create_one_menuitem, create_menus, xg_update_menu_item)
5693         (xg_create_scroll_bar, xg_update_scrollbar_pos)
5694         (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
5695         (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
5696         (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
5697         (xg_tool_bar_item_expose_callback): Reformat prototype.
5698         (xg_update_menubar): GList *group => GSList *group.
5699         (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
5700         before use.
5701         (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
5702         to GTK_IMAGE (wimage).
5704 2010-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5706         * atimer.c: Use "" instead of <> for local includes for
5707         consistency with the rest of the code.
5709         * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
5710         * xrdb.c (get_system_name):
5711         * window.c (shrink_windows):
5712         * syntax.c (forw_comment):
5713         * scroll.c (calculate_scrolling, calculate_direct_scrolling)
5714         (ins_del_costs):
5715         * mem-limits.h (start_of_data):
5716         * lread.c (readevalloop):
5717         * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
5718         (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
5719         * frame.c (x_get_focus_frame):
5720         * floatfns.c (fmod_float):
5721         * fileio.c (choose_write_coding_system):
5722         * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
5723         (malloc_initialize_hook, sort_args, synchronize_locale):
5724         * doprnt.c (doprnt):
5725         * dired.c (compile_pattern):
5726         * data.c (fmod_float):
5727         * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
5728         (map_char_table_for_charset):
5729         * charset.c (define_charset_internal):
5730         * alloc.c (Fgarbage_collect): Convert declarations or definitions
5731         to standard C.
5733 2010-07-04  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
5734             Stefan Monnier  <monnier@iro.umontreal.ca>
5736         * lread.c (read1): Fix up last change to not mess up `c'.
5738 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
5740         * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
5742 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
5744         Fix prototypes.
5746         * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
5747         * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
5748         * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
5749         arg, as required by internal_condition_case_1.
5750         * print.c (strout): Use const char* for arg PTR.
5751         * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
5752         (analyse_first): Fix "const const".
5753         * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
5754         * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
5755         * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
5757 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
5759         * alloc.c: Convert function definitions to standard C.
5760         * atimer.c:
5761         * bidi.c:
5762         * bytecode.c:
5763         * callint.c:
5764         * callproc.c:
5765         * casefiddle.c:
5766         * casetab.c:
5767         * category.c:
5768         * ccl.c:
5769         * character.c:
5770         * charset.c:
5771         * chartab.c:
5772         * cmds.c:
5773         * coding.c:
5774         * composite.c:
5775         * data.c:
5776         * dbusbind.c:
5777         * dired.c:
5778         * dispnew.c:
5779         * doc.c:
5780         * doprnt.c:
5781         * ecrt0.c:
5782         * editfns.c:
5783         * fileio.c:
5784         * filelock.c:
5785         * filemode.c:
5786         * fns.c:
5787         * font.c:
5788         * fontset.c:
5789         * frame.c:
5790         * fringe.c:
5791         * ftfont.c:
5792         * ftxfont.c:
5793         * gtkutil.c:
5794         * indent.c:
5795         * insdel.c:
5796         * intervals.c:
5797         * keymap.c:
5798         * lread.c:
5799         * macros.c:
5800         * marker.c:
5801         * md5.c:
5802         * menu.c:
5803         * minibuf.c:
5804         * prefix-args.c:
5805         * print.c:
5806         * ralloc.c:
5807         * regex.c:
5808         * region-cache.c:
5809         * scroll.c:
5810         * search.c:
5811         * sound.c:
5812         * strftime.c:
5813         * syntax.c:
5814         * sysdep.c:
5815         * termcap.c:
5816         * terminal.c:
5817         * terminfo.c:
5818         * textprop.c:
5819         * tparam.c:
5820         * undo.c:
5821         * unexelf.c:
5822         * window.c:
5823         * xfaces.c:
5824         * xfns.c:
5825         * xfont.c:
5826         * xftfont.c:
5827         * xgselect.c:
5828         * xmenu.c:
5829         * xrdb.c:
5830         * xselect.c:
5831         * xsettings.c:
5832         * xsmfns.c:
5833         * xterm.c: Likewise.
5835 2010-07-03  Eli Zaretskii  <eliz@gnu.org>
5837         * msdos.c (IT_set_frame_parameters): Fix setting of colors in
5838         frames other than the initial one.  Fix reversal of colors when
5839         `reverse' is specified in the frame parameters.
5840         Call update_face_from_frame_parameter instead of
5841         internal-set-lisp-face-attribute.  Initialize screen colors from
5842         initial_screen_colors[] when f->default_face_done_p is zero,
5843         instead of depending on being called with default-frame-alist as
5844         the alist argument.
5846         * xfaces.c (update_face_from_frame_parameter): Move out of
5847         HAVE_WINDOW_SYSTEM portion.  Condition window-system only parts
5848         with HAVE_WINDOW_SYSTEM.
5850         * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
5851         to menu-bar-mode, if not set in the frame parameters or in
5852         default-frame-alist.
5854         * w32console.c (sys_tputs): Adjust argument list to prototype in
5855         term.c.
5857 2010-07-03  Juanma Barranquero  <lekktu@gmail.com>
5859         * lisp.h (memory_warnings): Fix prototype.
5861         * cm.h (evalcost): Fix prototype.
5863         * cm.c (evalcost): Fix arg type.
5865 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
5867         * term.c (term_clear_mouse_face, Fidentity):
5868         * syssignal.h (signal_handler_t):
5869         * lisp.h (memory_warnings):
5870         * coding.h (preferred_coding_system):
5871         * cm.h (evalcost):
5872         * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
5874 2010-07-02  Eli Zaretskii  <eliz@gnu.org>
5876         * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
5877         from prototypes.
5879         * msdos.h (load_pixmap): Don't define away.
5881 2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
5883         * lisp.h:
5884         * atimer.h: Remove define for P_.
5886         * alloc.c: Remove __P and P_ from .c and .m files.
5887         * atimer.c:
5888         * buffer.c:
5889         * callint.c:
5890         * category.c:
5891         * charset.c:
5892         * chartab.c:
5893         * cm.c:
5894         * coding.c:
5895         * composite.c:
5896         * data.c:
5897         * dired.c:
5898         * dispnew.c:
5899         * doc.c:
5900         * editfns.c:
5901         * emacs.c:
5902         * eval.c:
5903         * fileio.c:
5904         * filelock.c:
5905         * fns.c:
5906         * font.c:
5907         * fontset.c:
5908         * frame.c:
5909         * ftfont.c:
5910         * ftxfont.c:
5911         * gmalloc.c:
5912         * gtkutil.c:
5913         * image.c:
5914         * indent.c:
5915         * intervals.c:
5916         * keyboard.c:
5917         * keymap.c:
5918         * lread.c:
5919         * marker.c:
5920         * menu.c:
5921         * minibuf.c:
5922         * print.c:
5923         * process.c:
5924         * scroll.c:
5925         * search.c:
5926         * sound.c:
5927         * strftime.c:
5928         * syntax.c:
5929         * sysdep.c:
5930         * term.c:
5931         * terminal.c:
5932         * textprop.c:
5933         * unexalpha.c:
5934         * w32console.c:
5935         * w32fns.c:
5936         * w32font.c:
5937         * w32menu.c:
5938         * w32term.c:
5939         * w32uniscribe.c:
5940         * window.c:
5941         * xdisp.c:
5942         * xfaces.c:
5943         * xfns.c:
5944         * xfont.c:
5945         * xftfont.c:
5946         * xmenu.c:
5947         * xselect.c:
5948         * xterm.c: Likewise.
5950         Remove P_ and __P macros.
5951         * atimer.h: Remove P_ and __P macros.
5952         * buffer.h:
5953         * category.h:
5954         * ccl.h:
5955         * character.h:
5956         * charset.h:
5957         * cm.h:
5958         * coding.h:
5959         * composite.h:
5960         * dispextern.h:
5961         * disptab.h:
5962         * dosfns.h:
5963         * font.h:
5964         * fontset.h:
5965         * frame.h:
5966         * gtkutil.h:
5967         * indent.h:
5968         * intervals.h:
5969         * keyboard.h:
5970         * keymap.h:
5971         * lisp.h:
5972         * macros.h:
5973         * md5.h:
5974         * menu.h:
5975         * msdos.h:
5976         * nsterm.h:
5977         * puresize.h:
5978         * region-cache.h:
5979         * syntax.h:
5980         * syssignal.h:
5981         * systime.h:
5982         * termhooks.h:
5983         * w32font.h:
5984         * w32term.h:
5985         * widget.h:
5986         * window.h:
5987         * xgselect.h:
5988         * xsettings.h:
5989         * xterm.h: Likewise.
5991 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
5993         * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
5995         Cleanup old code.
5996         * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
5997         * syssignal.h: Remove code for Lynx, not supported anymore.
5998         * vm-limit.c: Remove unused code the depends on emacs not being
5999         defined and NO_LIM_DATA being defined.
6000         * mem-limits.h: Remove dead code.
6002 2010-07-01  Jan Djärv  <jan.h.d@swipnet.se>
6004         * window.c (Fwindow_absolute_pixel_edges): Doc fix.
6006         * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
6007         (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
6009         * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
6010         parameters, they are already absolute.
6012         * nsterm.m (x_set_window_size, initFrameFromEmacs):
6013         Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
6015         * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
6017         * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
6018         Update FRAME_TOOLBAR_HEIGHT.
6020         * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
6021         Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
6023 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
6025         * frame.c (get_future_frame_param, Fmake_terminal_frame):
6026         Don't check default-frame-alist.
6028 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
6030         * process.c (create_process): Avoid using invalid file descriptors.
6032         * callproc.c (child_setup): Avoid closing a file descriptor twice.
6034 2010-06-30  Jan Djärv  <jan.h.d@swipnet.se>
6036         * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
6037         Improve documentation.  Return font regardless of use_system_font.
6038         (syms_of_xsettings): Improve documentation for font-use-system-font.
6040 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
6042         * xfaces.c (realize_face): Garbage the frame if a face is removed
6043         (Bug#6593).
6045 2010-07-05  Andreas Schwab  <schwab@linux-m68k.org>
6047         * keyboard.c: Remove duplicate <setjmp.h>.
6048         (read_key_sequence): Remove volatile qualifiers.
6050 2010-07-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6052         * dispextern.h (FRINGE_HEIGHT_BITS): New define.
6053         (struct glyph_row): New members left_fringe_offset and
6054         right_fringe_offset.
6056         * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
6057         specially.
6058         * w32term.c (w32_draw_fringe_bitmap): Likewise.
6059         * nsterm.m (ns_draw_fringe_bitmap): Likewise.
6061         * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
6062         Take account of bitmap offset.
6063         (draw_window_fringes): Take account of window vscroll.
6064         (update_window_fringes): Likewise.  Extend top-aligned top indicator
6065         or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
6066         in one row.  Don't set redraw_fringe_bitmaps_p outside row comparison.
6067         Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
6069 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
6071         * w32fns.c (Qtooltip): Declare.
6072         Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
6074 2010-07-03  Jan Djärv  <jan.h.d@swipnet.se>
6076         * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
6077         grab on just Press (Bug#6499).
6079 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
6081         * frame.c (Qtooltip): New var.
6082         (delete_frame): Use it.  Fix faulty if statement.  Don't update
6083         mode line for tooltip frames.  Suggested by Martin Rudalics.
6085         * xfns.c (x_create_tip_frame):
6086         * w32fns.c (x_create_tip_frame): Use it.
6088 2010-06-17  Naohiro Aota  <naota@elisp.net>  (tiny change)
6090         * xftfont.c (xftfont_open): Check font width one by one also when
6091         spacing is dual.
6093         * ftfont.c (ftfont_open): Ditto.
6095 2010-06-30  Glenn Morris  <rgm@gnu.org>
6097         * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
6099         * Makefile.in (CANNOT_DUMP): Update for configure name change.
6101         * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
6102         * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
6103         * s/darwin.h (SYSTEM_MALLOC):
6104         * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
6106 2010-06-29  Jan Djärv  <jan.h.d@swipnet.se>
6108         * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
6109         (ns_get_screen): Don't assign integer to f.
6110         (Fx_display_color_cells): Declarations before statements.
6112 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
6114         * xfns.c (x_default_font_parameter): Remove got_from_system
6115         (Bug#6526).
6117         * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
6118         (gtk_adjustment_get_page_size, gtk_adjustment_get_upper):
6119         New defines based on what configure finds.
6121         * xterm.c (XTflash): Use gtk_widget_get_window.
6122         (xg_scroll_callback): Use gtk_adjustment_get_upper and
6123         gtk_adjustment_get_page_size.
6124         (handle_one_xevent): Use gtk_widget_get_mapped.
6125         (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
6126         messages.
6128         * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
6130         * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
6131         HAVE_GTK_FILE_SELECTION_NEW.
6133         * gtkutil.c (xg_display_open, xg_display_close):
6134         Remove HAVE_GTK_MULTIDISPLAY, it is always defined.
6135         (xg_display_open): Return type is void.
6136         (gtk_widget_set_has_window)
6137         (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
6138         (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
6139         (gtk_adjustment_set_page_increment)
6140         (gtk_adjustment_get_step_increment): #define these if not found
6141         by configure.
6142         (remove_submenu): New define based on Gtk+ version.
6143         (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar):
6144         Use gtk_widget_get_window.
6145         (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
6146         (xg_create_frame_widgets): Use gtk_widget_set_has_window.
6147         (create_dialog): Use gtk_dialog_get_action_area and
6148         gtk_dialog_get_content_area.
6149         (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
6150         and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW.  File chooser is always
6151         available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
6152         (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item):
6153         Use g_object_ref and g_object_unref.
6154         (xg_update_menu_item, xg_tool_bar_menu_proxy):
6155         Use gtk_widget_get_sensitive.
6156         (xg_update_submenu): Use remove_submenu.
6157         (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
6158         properties instead to get old x and y position.
6159         (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
6160         gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
6161         gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
6162         (xg_get_tool_bar_widgets): New function.
6163         (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
6164         (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
6165         (toolbar_set_orientation): New #define based on if configure
6166         finds gtk_orientable_set_orientation.
6167         (xg_create_tool_bar): Call toolbar_set_orientation.
6168         (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
6169         instead of gtk_box_pack_start_defaults.
6171 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
6173         * cmds.c (Fdelete_backward_char): Move into Lisp.
6175 2010-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
6177         * s/freebsd.h (BSD4_2): Remove redundant definition.
6178         bsd-common.h defines it already.
6180 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
6182         * xfns.c (Fx_create_frame): Don't consult X resouces when setting
6183         menu-bar-lines and tool-bar-lines.  Use menu-bar-mode and
6184         tool-bar-mode, which are now set using these X resources at
6185         startup, to determine the defaults (Bug#2249).
6187         * w32fns.c (Fx_create_frame):
6188         * nsfns.m (Fx_create_frame): Likewise.
6190         * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
6192 2010-06-24  Juanma Barranquero  <lekktu@gmail.com>
6194         * gtkutil.c (xg_update_scrollbar_pos):
6195         Avoid C99 mid-block variable declaration.
6197 2010-06-22  Jan Djärv  <jan.h.d@swipnet.se>
6199         * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
6201         * gtkutil.h (xg_show_scroll_bar): Remove.
6203         * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
6204         if height is less than scroll bar min size.
6205         (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
6207         * xfns.c (x_default_font_parameter): Try to open font from system
6208         before using it (bug#6478).  Rename got_from_gconf to got_from_system.
6210 2010-06-22  Keith Packard  <keithp@keithp.com>  (tiny change)
6212         * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
6214 2010-06-20  Eli Zaretskii  <eliz@gnu.org>
6216         * xdisp.c (try_scrolling): When scroll-conservatively is set to
6217         most-positive-fixnum, be extra accurate when scrolling window
6218         start, to avoid missing the cursor line.
6220 2010-06-19  Eli Zaretskii  <eliz@gnu.org>
6222         * xdisp.c (try_scrolling): Compute the limit for searching point
6223         in forward scroll from scroll_max, instead of an arbitrary limit
6224         of 10 screen lines.
6225         See http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
6226         and
6227         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
6228         for details.
6230 2010-06-16  Glenn Morris  <rgm@gnu.org>
6232         * editfns.c (Fbyte_to_string): Pacify compiler.
6234 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6236         * lread.c (read1): Phase out old-style backquotes a bit more.
6238 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
6240         * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
6241         bidimirror.h.
6243         * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
6245         * bidi.c (bidi_initialize): Remove explicit initialization of
6246         bidi_type_table; include biditype.h instead.  Don't support
6247         entries whose second codepoint is zero.  Initialize bidi_mirror_table.
6248         (bidi_mirror_char): Use bidi_mirror_table.
6250         * biditype.h: New file.
6252         * bidimirror.h: New file.
6254         * window.c (syms_of_window): Doc fix (bug#6409).
6256 2010-06-12  Romain Francoise  <romain@orebokech.com>
6258         * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
6259         ediff-hook.
6261 2010-06-10  Glenn Morris  <rgm@gnu.org>
6263         * editfns.c (Fbyte_to_string): Pacify compiler.
6265         * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
6267 2010-06-26  Andreas Schwab  <schwab@linux-m68k.org>
6269         * alloc.c (Fmake_byte_code): Don't access undefined argument
6270         (Bug#6517).
6272 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
6274         * xdisp.c (next_element_from_image): Ensure that after-strings are
6275         read the next time we hit handle_stop (Bug#1336).
6277 2010-06-23  Andreas Schwab  <schwab@linux-m68k.org>
6279         * lread.c (read1): Signal error if #s is not followed by paren.
6281 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
6283         * image.c (free_image): Mark frame as garbaged (Bug#6426).
6285         * keymap.c (Fdefine_key): Doc fix (Bug#6460).
6287 2010-06-15  Glenn Morris  <rgm@gnu.org>
6289         * editfns.c (Fbyte_to_string): Pacify compiler.
6291 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6293         * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
6294         Check `object's type before accessing its guts.
6296 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
6298         * s/usg5-4.h: Fix previous change.
6299         Suggested by Lawrence Mitchell <wence@gmx.li>
6301 2010-06-08  Andreas Schwab  <schwab@linux-m68k.org>
6303         * minibuf.c (Fall_completions): Add more checks.
6305 2010-06-08  Juanma Barranquero  <lekktu@gmail.com>
6307         * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
6309 2010-06-08  Dan Nicolaescu  <dann@ics.uci.edu>
6311         * lread.c (X_OK): Remove, unused.
6313         * dispnew.c: Remove obsolete comment.
6315         Remove INCLUDED_FCNTL.
6316         * xterm.c (INCLUDED_FCNTL):
6317         * callproc.c (INCLUDED_FCNTL):
6318         * alloc.c (INCLUDED_FCNTL):
6319         * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
6320         (emacs_get_tty, emacs_set_tty): Declare unconditionally.
6322 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
6324         * window.c (Fselect_window): Move `record_buffer' up to the
6325         beginning of this function, so the buffer gets recorded
6326         even if the selected window does not change.
6327         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
6329 2010-06-07  Juanma Barranquero  <lekktu@gmail.com>
6331         * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
6332         (Fforward_line, Fbeginning_of_line): Reflow docstrings.
6334 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
6336         Remove BSTRING related code, all platforms define it.
6337         * s/usg5-4.h (BSTRING): Remove definition.
6338         * s/template.h (BSTRING):
6339         * s/msdos.h (BSTRING):
6340         * s/ms-w32.h (BSTRING):
6341         * s/hpux10-20.h (BSTRING):
6342         * s/gnu-linux.h (BSTRING):
6343         * s/darwin.h (BSTRING):
6344         * s/cygwin.h (BSTRING):
6345         * s/bsd-common.h (BSTRING):
6346         * s/aix4-2.h (BSTRING): Likewise.
6347         * sysdep.c: Remove code depending on BSTRING not being defined.
6349 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
6351         Remove obsolete macro BASE_LEADING_CODE_P.
6352         * character.h (BASE_LEADING_CODE_P): Remove.
6353         * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
6354         * buffer.c (Fset_buffer_multibyte):
6355         * indent.c (scan_for_column, compute_motion):
6356         * insdel.c (count_combining_before, count_combining_after):
6357         Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
6359 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
6361         Turn `directory-sep-char' into a noop.
6363         * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
6364         (DIRECTORY_SEP): Define unconditionally.
6366         * s/ms-w32.h (DIRECTORY_SEP): Remove.
6368         * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
6369         call dostounix_filename directly.
6371         * fileio.c (CORRECT_DIR_SEPS): Remove.
6372         (Ffile_name_directory, directory_file_name, Fexpand_file_name)
6373         (Fsubstitute_in_file_name): Use dostounix_filename instead.
6374         (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
6375         (syms_of_fileio) <directory-sep-char>: Move to subr.el.
6377         * w32proc.c (CORRECT_DIR_SEPS): Remove.
6378         (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
6380 2010-06-03  Andreas Schwab  <schwab@linux-m68k.org>
6382         * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
6383         (Bug#6346)
6385 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
6387         * ccl.c (Fccl_program_p): Fix typo in docstring.
6389 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
6391         Move UNEXEC definition to autoconf.
6392         * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
6393         * s/sol2-10.h (UNEXEC):
6394         * s/irix6-5.h (UNEXEC):
6395         * s/hpux10-20.h (UNEXEC):
6396         * s/gnu-linux.h (UNEXEC):
6397         * s/darwin.h (UNEXEC):
6398         * s/cygwin.h (UNEXEC):
6399         * s/bsd-common.h (UNEXEC):
6400         * s/aix4-2.h (UNEXEC):
6401         * m/alpha.h (UNEXEC): Likewise.
6402         * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
6404 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
6406         Remove obsolete pre-unicode2 macros.
6407         * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
6408         * composite.c (composition_reseat_it):
6409         * data.c (Faset):
6410         * fns.c (Ffillarray):
6411         * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
6412         [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
6414 2010-06-03  Juri Linkov  <juri@jurta.org>
6416         * buffer.c (Fother_buffer): Add CHECK_FRAME.
6417         (Fswitch_to_buffer): Remove unused variable `err'.
6419 2010-06-03  Glenn Morris  <rgm@gnu.org>
6421         * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
6423         * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
6424         now that AH_BOTTOM does it.
6426         * m/hp800.h (HAVE_ALLOCA):
6427         * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
6429         * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
6430         Remove NOT_C_CODE tests, it is always true now.
6432 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
6434         Fix config.h includes.
6435         * xsettings.c:
6436         * xgselect.c:
6437         * nsterm.m:
6438         * nsselect.m:
6439         * nsimage.m:
6440         * nsfont.m:
6441         * nsfns.m:
6442         * dbusbind.c: Use #include <config.h> instead of "config.h" as all
6443         other files do.
6445         * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
6447         * s/sol2-6.h: Remove obsolete comments.
6449         Remove unnecessary alloca.h includes.
6450         * keymap.c: Do not include alloca.h, config.h does that.
6451         * sysdep.c: Likewise.  Do not define fwrite, not used.
6453 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6455         * sysdep.c (child_setup_tty): Move the non-canonical initialization to
6456         the HAVE_TERMIO where it belongs (bug#6149).
6458 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6460         * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
6461         of bug#6305).
6463 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
6465         * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
6466         state is always cached (bug#6306).
6468 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
6470         Fix cursor motion in bidi-reordered continued lines.
6471         * xdisp.c (try_cursor_movement): Backup to non-continuation line
6472         only after finding point's row.  Fix the logic.  Rewrite the loop
6473         over continuation lines in bidi-reordered buffers.
6474         Return CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
6475         rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
6477 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
6479         * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
6481 2010-05-28  Kenichi Handa  <handa@m17n.org>
6483         * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
6484         Don't sheck SPEC if it is nil.
6485         (font_list_entities): Call font_delete_unmatched if
6486         Vface_ignored_fonts is non-nil.  (Bug#6287)
6488 2010-05-28  Glenn Morris  <rgm@gnu.org>
6490         * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
6492 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6494         * fileio.c (Fdelete_file): Change meaning of optional arg to mean
6495         whether to trash.
6496         (internal_delete_file, Frename_file): Callers changed.
6497         (delete_by_moving_to_trash): Doc fix.
6498         (Fdelete_directory_internal): Don't move to trash.
6500         * callproc.c (delete_temp_file):
6501         * buffer.c (Fkill_buffer): Callers changed.
6503         * lisp.h: Update prototype.
6505 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6507         * xdisp.c (redisplay_window): After redisplay, check if point is
6508         still valid before setting it (Bug#6177).
6510 2010-05-27  Glenn Morris  <rgm@gnu.org>
6512         * Makefile.in, autodeps.mk, deps.mk, ns.mk:
6513         Convert comments to Makefile format.
6515         * Makefile.in (bootstrap-clean): No more Makefile.c.
6517 2010-05-26  Glenn Morris  <rgm@gnu.org>
6519         * Makefile.in (YMF_PASS_LDFLAGS): Remove.
6520         (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
6522         * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
6523         Remove.
6524         (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
6526 2010-05-26  Kenichi Handa  <handa@m17n.org>
6528         * composite.c (composition_compute_stop_pos): Fix condition for
6529         backward scanning.
6531 2010-05-25  Glenn Morris  <rgm@gnu.org>
6533         * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
6534         Move before TEMACS_LDFLAGS.
6535         (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
6536         (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
6538         * Makefile.in (NOT_C_CODE): No longer define.
6539         (config.h): No longer include.
6541         * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
6542         variables it may reference.
6544         * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
6545         (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
6547 2010-05-25  Kenichi Handa  <handa@m17n.org>
6549         * dispextern.h (struct composition_it): New members rule_idx and
6550         charpos.
6552         * xdisp.c (set_iterator_to_next): While scanning backward, assume
6553         that the character positions of IT point the last character of the
6554         current grapheme cluster.
6555         (next_element_from_composition): Don't change character positions
6556         of IT.
6557         (append_composite_glyph): Set glyph->charpos to
6558         it->cmp_it.charpos.
6560         * composite.c (autocmp_chars): Change the first argument to RULE,
6561         and try composition with RULE only.
6562         (composition_compute_stop_pos): Record the index number of the
6563         composition rule in CMP_IT->rule_idx.
6564         (composition_reseat_it): Call autocmp_chars repeatedly until the
6565         correct rule of the composition is found.
6566         (composition_update_it): Set CMP_IT->charpos.  Assume the CHARPOS
6567         is at the last character of the current grapheme cluster when
6568         CMP_IT->reversed_p is nonzero.
6570 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6572         * editfns.c (Fbyte_to_string): New function.
6574 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6576         * process.c (Fmake_network_process): Set :host to nil if it's not used.
6577         Suggested by Masatake YAMATO <yamato@redhat.com>.
6579 2010-05-23  Eli Zaretskii  <eliz@gnu.org>
6581         * dispextern.h (init_iterator): Sync prototype with changed definition.
6583 2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
6585         * s/netbsd.h: If terminfo is found, use it in preference to
6586         termcap.  (Bug#6190)  [Backport from trunk]
6588 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
6590         Redesign and reimplement bidi-aware edge positions of glyph rows.
6592         * dispextern.h (struct glyph_row): New members minpos and maxpos.
6593         (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
6594         (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
6595         and maxpos members instead of start.pos and end.pos, respectively.
6597         * xdisp.c (display_line): Compare IT_CHARPOS with the position in
6598         row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
6599         (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
6600         (try_window_reusing_current_matrix, try_window_id):
6601         Use ROW->minpos rather than ROW->start.pos.
6602         (init_from_display_pos, init_iterator): Use EMACS_INT for
6603         character and byte positions.
6604         (find_row_edges): Rename from find_row_end.  Accept additional
6605         arguments for minimum and maximum buffer positions seen by
6606         display_line for this row.  Don't use iterator to find the
6607         position following the maximum one; instead, increment the
6608         position found by display_line directly.  Fix logic; eol_pos
6609         should be tested before the rest.  Handle the case of characters
6610         delivered from display vector (bug#6036).  Fix tests related to
6611         it->method.  Handle the truncated_on_right_p rows.
6612         (RECORD_MAX_MIN_POS): New macro.
6613         (display_line): Use it to record the minimum and maximum buffer
6614         positions for glyphs in the row being assembled.  Record the
6615         position of the newline that terminates the line.  If word wrap is
6616         in effect, restore minimum and maximum positions seen up to the
6617         wrap point, when iterator returns to it.
6618         (try_window_reusing_current_matrix): Give up if in bidi-reordered
6619         row and cursor not already at point.  Restore original pre-bidi
6620         code for unidirectional buffers.
6622         * dispnew.c (increment_row_positions, check_matrix_invariants):
6623         Increment and check row->start.pos and row->end.pos, in addition
6624         to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
6626         * .gdbinit (prowlims): Display row->minpos and row->maxpos.
6627         Display truncated_on_left_p and truncated_on_right_p flags.
6628         Formatting fixes.
6629         (pmtxrows): Display the ordinal number of each row.  Don't display
6630         rows beyond the last one.
6632         * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
6633         it is not copied by bidi_copy_it.
6635 2010-05-22  Eli Zaretskii  <eliz@gnu.org>
6637         * w32.c (sys_write): Break writes into chunks smaller than 32MB.
6638         (Bug#6237)
6640 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
6642         * image.c (Fimage_flush): Rename from image-refresh.
6644 2010-05-21  Chong Yidong  <cyd@stupidchicken.com>
6646         * xdisp.c (redisplay_internal): Clear caches even if redisplaying
6647         just one window.
6649         * image.c (Vimage_cache_eviction_delay): Decrease to 300.
6650         (clear_image_cache): If the number of cached images is unusually
6651         large, decrease the cache eviction delay (Bug#6230).
6653 2010-05-21  Glenn Morris  <rgm@gnu.org>
6655         * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
6656         Move these rules to ns.mk.
6657         * ns.mk: New file.
6659         * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
6661         * Makefile.in (CANNOT_DUMP): New, set by configure.
6662         (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
6664 2010-05-20  Juri Linkov  <juri@jurta.org>
6666         * fileio.c (Fdelete_file): Change interative spec to use
6667         `read-file-name' like in `find-file-read-args' where the default
6668         value is `default-directory' instead of `buffer-file-name'.
6669         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
6671 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6673         * keyboard.c (Vlast_command, Vkeyboard_translate_table)
6674         (Voverriding_terminal_local_map, Vsystem_key_alist)
6675         (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
6677 2010-05-20  Glenn Morris  <rgm@gnu.org>
6679         * Makefile.in (DEPDIR): New constant.
6680         (DEPFLAGS): Set with configure, not cpp.
6681         (MKDEPDIR): New, set by configure.
6682         (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
6683         (clean): Use $DEPDIR.
6684         (deps_frag): Include from configure.
6685         Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
6686         * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
6688         * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state):
6689         Fix reallocation of the cache.  (Bug#6210)
6691 2010-05-19  Glenn Morris  <rgm@gnu.org>
6693         * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
6695         * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
6696         (GNULIB_VAR): Remove.
6697         (LIBES): Use LIB_GCC instead of GNULIB_VAR.
6699         * m/ibms390x.h (LINKER):
6700         * m/macppc.h (LINKER) [GNU_LINUX]:
6701         * s/aix4-2.h (ORDINARY_LINK):
6702         * s/cygwin.h (LINKER):
6703         * s/darwin.h (ORDINARY_LINK):
6704         * s/gnu.h (ORDINARY_LINK):
6705         * s/netbsd.h (LINKER):
6706         * s/usg5-4.h (ORDINARY_LINK):
6707         Move to configure.
6709         * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
6711 2010-05-18  Chong Yidong  <cyd@stupidchicken.com>
6713         * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
6714         prevent stack overflow if number of arguments is too large
6715         (Bug#6214).
6717 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
6719         * charset.c (load_charset_map_from_file): Don't call close after fclose.
6721 2010-05-18  Glenn Morris  <rgm@gnu.org>
6723         * s/gnu-linux.h: Combine two conditionals.
6725         * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
6726         $(POST_ALLOC_OBJ).
6728         * Makefile.in (RALLOC_OBJ): New, set by configure.
6729         (rallocobj): Replace with the previous variable.
6730         (otherobj): Use $RALLOC_OBJ.
6732         * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
6733         * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
6735         * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
6736         (gmallocobj, vmlimitobj): Replace with previous two variables.
6737         (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
6739 2010-05-17  Glenn Morris  <rgm@gnu.org>
6741         * Makefile.in (OLDXMENU_DEPS): New, set by configure.
6742         (stamp-oldxmenu): Use $OLDXMENU_DEPS.
6744 2010-05-16  Glenn Morris  <rgm@gnu.org>
6746         * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
6748         * Makefile.in (clean): Get rid of HAVE_NS conditional.
6750         * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
6751         trailing "/".
6753         * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
6754         (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
6756         * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
6757         (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
6758         (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
6759         (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
6760         Make most of the NS_IMPL_GNUSTEP case the same as the default case.
6762         * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
6763         Remove ${STARTFLAGS}, nothing ever sets it.
6765 2010-05-16  Dan Nicolaescu  <dann@ics.uci.edu>
6767         * m/ia64.h (UNEXEC): Remove, set in s/*.h.
6769 2010-05-16  Glenn Morris  <rgm@gnu.org>
6771         * Makefile.in (LIBX_BASE): Always define.
6773         * Makefile.in (LIBX_OTHER): Move out of cpp section.
6775         * Makefile.in (LIBXT): Always define.
6777 2010-05-15  Glenn Morris  <rgm@gnu.org>
6779         * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
6781         * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
6782         (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
6784 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
6786         * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue.  (Bug#5916)
6787         (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
6789         * emacs.c (main): Initialize initial-environment and
6790         process-environment before generating from env, not after.
6792         Handle --version reasonably in CANNOT_DUMP configuration.
6793         * emacs.c (emacs_version, emacs_copyright): New string variables.
6794         (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
6795         (syms_of_emacs): Defvar them, and initialize them from the C
6796         string variables.
6797         (main): If initialization hasn't been done, print initial version
6798         info from the C strings, instead of starting an interactive session.
6800 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
6802         * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
6803         of bidi_it->paragraph_dir.  Call bidi_initialize if needed.
6804         (bidi_paragraph_init): Remove redundant assertion that we are at
6805         the beginning of a line after call to bidi_find_paragraph_start.
6807         * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
6808         (syms_of_xdisp): Defsubr it.
6810         * cmds.c (Fforward_char, Fbackward_char): Doc fix.
6812         * Makefile.in: Fix MSDOS-related comments.
6814 2010-05-15  Glenn Morris  <rgm@gnu.org>
6816         * Makefile.in (OLDXMENU_TARGET): New, set by configure.
6817         (really-lwlib, really-oldXMenu): Always define.
6818         ($OLDXMENU): Depend on $OLDXMENU_TARGET.
6820         * Makefile.in: Simplify cpp conditional.
6822         * Makefile.in (${ns_appdir}): Simplify using umask.
6824         * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
6826 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6828         * eval.c (specbind): Remove left-over duplicate test.
6829         Disallow let-binding frame-local vars.  Add comment.
6831 2010-05-14  Eli Zaretskii  <eliz@gnu.org>
6833         Make the cache of bidi iterator states dynamically allocated.
6834         * bidi.c (bidi_cache_shrink): New function.
6835         (bidi_init_it): Call it.
6836         (bidi_cache_iterator_state): Enlarge the cache if needed.
6838         * bidi.c (bidi_move_to_visually_next): Rename from
6839         bidi_get_next_char_visually.  All callers changed.
6841 2010-05-14  Kenichi Handa  <handa@m17n.org>
6843         * dispextern.h (struct composition_it): New member reversed_p.
6845         * composite.c (composition_compute_stop_pos): Search backward if
6846         ENDPOS < CHARPOS.
6847         (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
6848         Set CMP_IT->reversed_p.
6849         (composition_update_it): Pay attention to CMP_IT->reversed_p.
6851         * xdisp.c (set_iterator_to_next):
6852         Call composition_compute_stop_pos with negative ENDPOS if we are
6853         scanning backward.  Call composition_compute_stop_pos if scan
6854         direction is changed.
6855         (next_element_from_buffer): Call composition_compute_stop_pos with
6856         negative ENDPOS if we are scanning backward.
6857         (next_element_from_composition): Pay attention to
6858         IT->cmp_it.reversed_p.
6860 2010-05-14  Kenichi Handa  <handa@m17n.org>
6862         * font.c (font_range): Return the range for the font found at first.
6864 2010-05-14  Glenn Morris  <rgm@gnu.org>
6866         * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
6868         * Makefile.in (mktime, X11, register): Move undefs to configure.
6870         * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
6871         (MSDOS_X_OBJ): New variable.
6872         (MSDOS_SUPPORT_REAL): New constant.
6873         (MSDOS_SUPPORT): Set as a variable, not with cpp.
6874         (obj): Use MSDOS_X_OBJ.
6875         (lisp): Use MSDOS_SUPPORT as a variable.
6877         * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
6878         (GPM_MOUSE_SUPPORT): Now it's a constant.
6879         (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
6880         not cpp.
6882         * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
6883         (ns_appresdir): Remove, unused.
6885         * Makefile.in (SHELL): Move outside cpp section.
6887         * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
6889 2010-05-13  Glenn Morris  <rgm@gnu.org>
6891         * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
6892         (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
6894         * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
6895         HAVE_WINDOW_SYSTEM must be too.
6897         * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
6898         (lisp): Remove WINNT_SUPPORT.
6900         * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
6901         Let configure set these variables (to empty) in this case as well.
6903         * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
6904         (LIBX_BASE): Use $LD_SWITCH_X_SITE.
6906         * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
6907         (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
6908         (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
6909         (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
6910         (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
6911         the values output by configure.
6912         (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
6914 2010-05-12  Glenn Morris  <rgm@gnu.org>
6916         * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
6917         (LINKER_WAS_SPECIFIED): Remove.
6919         * Makefile.in (LIB_GCC): Set using configure, not cpp.
6920         (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
6921         * m/arm.h (LIB_GCC) [GNU_LINUX]:
6922         * s/cygwin.h (LIB_GCC):
6923         * s/freebsd.h (LIB_GCC):
6924         * s/gnu-linux.h (LIB_GCC):
6925         * s/msdos.h (LIB_GCC):
6926         * s/netbsd.h (LIB_GCC):
6927         Move to configure.
6929 2010-05-11  Karel Klíč  <kklic@redhat.com>
6931         * ftfont.c: Fix incorrect parentheses of #if condition for
6932         definining M17N_FLT_USE_NEW_FEATURE.
6934 2010-05-11  Glenn Morris  <rgm@gnu.org>
6936         * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
6937         * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
6939 2010-05-10  Eli Zaretskii  <eliz@gnu.org>
6941         * xdisp.c (init_iterator): Don't turn on bidi reordering in
6942         unibyte buffers.  See
6943         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
6945 2010-05-10  Glenn Morris  <rgm@gnu.org>
6947         * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
6948         (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
6949         (LIBES): Use LIBS_SYSTEM as a variable.
6950         * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM.  Always define.
6951         * s/aix4-2.h (LIBS_SYSTEM):
6952         * s/freebsd.h (LIBS_SYSTEM):
6953         * s/hpux10-20.h (LIBS_SYSTEM):
6954         * s/sol2-6.h (LIBS_SYSTEM):
6955         * s/unixware.h (LIBS_SYSTEM):
6956         Move to configure.
6958         * s/aix4-2.h (MAIL_USE_LOCKF):
6959         * s/bsd-common.h (MAIL_USE_FLOCK):
6960         * s/darwin.h (MAIL_USE_FLOCK):
6961         * s/gnu-linux.h (MAIL_USE_FLOCK):
6962         * s/irix6-5.h (MAIL_USE_FLOCK):
6963         * s/template.h (MAIL_USE_FLOCK):
6964         Move to configure.
6966 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6968         * Version 23.2 released.
6970 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
6972         * composite.c (autocmp_chars): Save point as marker before calling
6973         auto-composition-function (Bug#5984).
6975         * lisp.h (restore_point_unwind): Add prototype.
6977         * fileio.c (restore_point_unwind): Remove static attribute.
6979 2010-05-08  Kenichi Handa  <handa@m17n.org>
6981         * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
6982         new feature of libotf and m17n-flt.
6983         (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
6984         Call OTF_check_features even if no specific feature is given.
6985         (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
6986         (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
6987         that OUT is NULL.  Use OTF_drive_gsub_with_log and
6988         OTF_drive_gpos_with_log instead of OTF_drive_gsub and
6989         OTF_drive_gpos.
6990         (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
6991         (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
6992         Setup mflt_enable_new_feature and mflt_try_otf.
6994 2010-05-08  Jan Djärv  <jan.h.d@swipnet.se>
6996         * xsettings.c (Ftool_bar_get_system_style): Correct comment.
6998         * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
6999         box and toolbar (Bug #6139).
7000         (xg_create_tool_bar): Remove comment (Bug #6139).
7001         (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
7002         (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
7004 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
7006         * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
7007         Update dependencies.
7009 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
7011         * fringe.c (update_window_fringes): Set up truncation bitmaps for
7012         R2L lines.
7014 2010-05-08  Glenn Morris  <rgm@gnu.org>
7016         * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
7018         * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
7019         (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
7020         (termcapobj): Replace with TERMCAP_OBJ.
7021         (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
7022         (LIBES): Use LIBS_TERMCAP as a variable.
7024         * s/freebsd.h (osreldate.h): No longer include, since this file
7025         does not use __FreeBSD_version any more.
7027         * s/aix4-2.h (TERMINFO):
7028         * s/cygwin.h (TERMINFO):
7029         * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
7030         * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
7031         * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
7032         * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
7033         * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
7034         * s/irix6-5.h (TERMINFO):
7035         * s/netbsd.h (LIBS_TERMCAP):
7036         * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
7037         * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
7038         * s/usg5-4.h (TERMINFO):
7039         Move to configure.
7041 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7043         * eval.c (unbind_to): Don't unbind a local binding into the global
7044         binding when the local binding disappeared.  Inversely, don't unbind
7045         a global binding into a newly created local binding.
7046         * data.c (set_internal): Make its `buf' arg into a `where' arg so we
7047         can specify the frame to use, when applicable.  Adjust callers.
7049 2010-05-07  Vincent Belaïche  <vincent.belaiche@gmail.com>
7050             Stefan Monnier  <monnier@iro.umontreal.ca>
7052         * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
7054 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
7056         * w32fns.c: Include w32.h.
7057         (Fw32_shell_execute): Decode the error message before passing it
7058         to `error'.  (Bug#6126)
7060         * msdos.c (dos_set_window_size):
7061         * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
7062         instead of `XSYMBOL (foo)->value'.
7064 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
7066         Fix the MS-DOS build, broken by autoconfiscation.
7068         * Makefile.in: Don't use Make-style comments past the "start of
7069         cpp stuff" line.
7070         (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
7072         * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
7073         edited directly by msdos/sed1v2.inp).
7075 2010-05-07  Glenn Morris  <rgm@gnu.org>
7077         * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
7078         (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
7079         (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
7080         move out of cpp section.
7081         * s/freebsd.h (LD_SWITCH_SYSTEM):
7082         * s/gnu-linux.h (LD_SWITCH_SYSTEM):
7083         * s/netbsd.h (LD_SWITCH_SYSTEM):
7084         * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
7086 2010-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
7088         Define LIB_STANDARD and START_FILES using autoconf.
7089         * s/usg5-4.h (LIB_STANDARD):
7090         * s/netbsd.h (START_FILES):
7091         * s/irix6-5.h (LIB_STANDARD):
7092         * s/hpux10-20.h (LIB_STANDARD, START_FILES):
7093         * s/gnu-linux.h (START_FILES, LIB_STANDARD):
7094         * s/freebsd.h (START_FILES):
7095         * s/darwin.h (START_FILES):
7096         * s/cygwin.h (START_FILES):
7097         * s/aix4-2.h (LIB_STANDARD):
7098         * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
7099         * Makefile.in (STARTFILES): Rename to START_FILES, define using
7100         autoconf, not cpp.
7102 2010-05-06  Dan Nicolaescu  <dann@ics.uci.edu>
7104         Remove NEED_BSDTTY and NEED_UNISTD_H.
7105         * s/hpux10-20.h (NEED_BSDTTY): Remove.
7106         * s/aix4-2.h (NEED_UNISTD_H): Remove.
7107         * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
7108         <sys/ptyio.h> and <unistd.h>.
7110         * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
7112         * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
7113         * s/gnu.h (START_FILES): Remove empty definition.
7115 2010-05-06  Jan Djärv  <jan.h.d@swipnet.se>
7117         * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
7119 2010-05-06  Glenn Morris  <rgm@gnu.org>
7121         * Makefile.in (CPP, LN_S): Remove unused variables.
7123 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7125         * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
7127 2010-05-05  Lawrence Mitchell  <wence@gmx.li>
7129         * m/sparc.h: Fix typo in earlier change.
7131 2010-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7133         Misc tweaks.
7134         * eval.c (Fdefvaralias): Remove unintended nested if.
7135         (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
7137 2010-05-04  Bernhard Herzog  <bh@intevation.de>  (tiny change)
7139         * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
7141 2010-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
7143         Remove BSD_PGRPS.
7144         * s/bsd-common.h (BSD_PGRPS): Remove undef.
7145         * s/gnu-linux.h (BSD_PGRPS): Remove.
7146         * term.c (dissociate_if_controlling_tty):
7147         * sysdep.c (narrow_foreground_group, widen_foreground_group)
7148         (init_sys_modes, reset_sys_modes):
7149         * emacs.c (main):
7150         * callproc.c (Fcall_process, child_setup): Remove code depending
7151         on BSD_PGRPS.
7153         Remove POSIX_SIGNALS.
7154         * s/usg5-4.h (POSIX_SIGNALS):
7155         * s/netbsd.h (POSIX_SIGNALS):
7156         * s/msdos.h (POSIX_SIGNALS):
7157         * s/ms-w32.h (POSIX_SIGNALS):
7158         * s/hpux11.h (POSIX_SIGNALS):
7159         * s/gnu.h (POSIX_SIGNALS):
7160         * s/gnu-linux.h (POSIX_SIGNALS):
7161         * s/freebsd.h (POSIX_SIGNALS):
7162         * s/darwin.h (POSIX_SIGNALS):
7163         * s/cygwin.h (POSIX_SIGNALS):
7164         * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
7165         * s/unixware.h:
7166         * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
7167         * process.c (create_process):
7168         * syssignal.h:
7169         * sysdep.c (wait_for_termination, init_signals):
7170         * process.c (create_process):
7171         * msdos.c: POSIX_SIGNALS is always defined on all platforms,
7172         remove all code that assumes the contrary.
7174 2010-05-04  Glenn Morris  <rgm@gnu.org>
7176         * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
7177         variable.
7178         * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
7179         (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
7180         * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
7181         (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
7182         LD_SWITCH_SYSTEM_tmp.
7183         * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
7184         New variables, set by configure.
7186         * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
7187         * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
7188         (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
7189         * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
7190         (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
7192         * s/aix4-2.h (C_SWITCH_SYSTEM):
7193         * m/alpha.h (C_SWITCH_MACHINE):
7194         Move to configure.in.
7195         * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
7196         New variables, set by configure.
7197         (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
7198         $c_switch_machine and $c_switch_system.
7200 2010-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
7202         * s/hpux10-20.h (LIB_STANDARD): New definition.
7203         * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
7204         on it, not used anymore.
7206 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
7208         * eval.c (internal_condition_case_n): Rename from
7209         internal_condition_case_2.
7210         (internal_condition_case_2): New function.
7212         * xdisp.c (safe_call): Use internal_condition_case_n.
7214         * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
7215         (internal_delete_file, Frename_file): Callers changed.
7217         * buffer.c (Fkill_buffer):
7218         * callproc.c (delete_temp_file): Callers changed (Bug#6070).
7220         * lisp.h: Update prototypes.
7222 2010-05-03  Glenn Morris  <rgm@gnu.org>
7224         * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
7225         (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
7226         (LIBXT): Set with configure, not cpp.
7227         (LIBX): Remove.
7228         (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
7230 2010-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
7232         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
7233         The FreeBSD is not needed, the default works, Solaris version is
7234         not needed, and the remaining case is not supported by configure.
7236 2010-05-02  Jan Djärv  <jan.h.d@swipnet.se>
7238         * xsmfns.c (CHDIR_OPT): New define.
7239         (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
7240         restarting emacs.
7242         * xterm.c (x_connection_closed): Call Fkill_emacs instead of
7243         shut_down_emacs.
7245         * emacs.c (USAGE1): Mention --chdir.
7246         (main): Handle --chdir.
7247         (standard_args): Add --chdir.
7248         (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
7249         #5552).
7251 2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
7253         Remove LD_SWITCH_MACHINE.
7254         * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
7255         (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
7257         Clean up IRIX code.
7258         * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
7259         * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
7261         Clean up AIX code.
7262         * m/ibmrs6000.inp: Remove file, unused.
7263         * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
7264         (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
7265         definition ...
7266         * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
7268         * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
7269         unused.
7271 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
7273         Emulate POSIX_SIGNALS on MS-Windows.
7275         * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
7276         (SIG_SETMASK, SIG_UNBLOCK): Define.
7278         * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
7279         (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
7280         from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
7282         * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
7283         New stubs.
7285         Miscellaneous fixes of bidi display.
7287         * xdisp.c (find_row_end): New function, refactored from display_line.
7288         (display_line): Use it.
7289         (extend_face_to_end_of_line): In almost-filled rows, extend only
7290         if the row is R2L and not continued.
7291         (display_line): Fix prepending of truncation glyphs to R2L rows.
7292         Preserve overlay and string info in row->end.
7293         (insert_left_trunc_glyphs): Support addition of left truncation
7294         glyphs to R2L rows.
7295         (set_cursor_from_row): Don't place cursor on the vertical border
7296         glyph between adjacent windows.  Fix a crash when a display string
7297         is continued to the next line.  Don't return zero if cursor was
7298         found by `cursor' property of a display string.
7299         (try_cursor_movement): Don't assume that row->end == (row+1)->start,
7300         test for that explicitly.
7302 2010-05-01  Glenn Morris  <rgm@gnu.org>
7304         * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
7305         for clarity.
7306         (OTHER_OBJ): Remove.
7307         (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
7308         (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
7310 2010-05-01  Karel Klíč  <kklic@redhat.com>
7312         * fileio.c (Ffile_selinux_context): Context functions may return null.
7314 2010-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
7316         * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
7318 2010-04-30  Glenn Morris  <rgm@gnu.org>
7320         * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable.  (Bug#6065)
7321         (OTHER_OBJ): Define as a separate variable, for clarity.
7323 2010-04-30  Jan Djärv  <jan.h.d@swipnet.se>
7325         * xsettings.c: include limits.h and update file comment.
7327 2010-04-30  Glenn Morris  <rgm@gnu.org>
7329         * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
7330         Set with configure, not cpp.
7331         (LIBW): Remove, replace with $TOOLKIT_LIBW.
7333         * Makefile.in (mallocobj): Remove.
7334         (otherobj): Simplify using @OTHER_OBJ@.
7336         * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
7337         (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
7338         Don't bother making nsgui.h dependency platform-specific.
7340         * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
7342 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7344         * process.c (read_process_output, exec_sentinel): Don't burp if the
7345         sentinel/filter kills the current buffer (bug#6060).
7347         Fix wrong-docstring problem introduced with hash-consing.  (Bug#6008)
7348         * eval.c (Fautoload): Set doc to a unique number rather than to 0.
7349         Remove unused var `args'.
7350         * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
7351         (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
7352         * doc.c (store_function_docstring): Use XSETCAR.
7354 2010-04-28  Glenn Morris  <rgm@gnu.org>
7356         * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
7357         (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
7359         * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
7361         * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
7362         (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
7364         * Makefile.in (FONT_OBJ): New, set by configure.
7365         (FONT_DRIVERS): Use $FONT_OBJ.
7367         * Makefile.in (LIBXMU): Set with configure, not cpp.
7368         * s/aix4-2.h (LIBXMU):
7369         * s/hpux10-20.h (LIBXMU):
7370         Remove definition, now set in configure.
7372         * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
7374         * m/amdx86-64.h [i386]: Move this test to configure.in.
7376 2010-04-27  Glenn Morris  <rgm@gnu.org>
7378         * Makefile.in (LIBXTR6): Set with configure, not cpp.
7379         * s/unixware.h (NEED_LIBW): Remove definition.
7381         * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
7382         (TOOLKIT_LIBW): New, set by configure.
7383         (@X_TOOLKIT_TYPE@): No longer define it.
7385         * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
7386         (MOTIF_LIBW): Set with configure, not cpp.
7387         * s/aix4-2.h (LIB_MOTIF):
7388         * s/gnu-linux.h (LIB_MOTIF):
7389         * s/unixware.h (LIB_MOTIF): Move to configure.in.
7391 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
7393         Reduce CPP usage.
7394         * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
7395         (obj): Use autoconf for unexec instead of cpp.
7396         (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE):
7397         Remove definitions and undefs.  Inline definitions in the only user.
7398         (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
7400 2010-04-27  Glenn Morris  <rgm@gnu.org>
7402         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
7403         since the defaults (set by the system file) are fine in most cases.
7404         [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
7405         * m/ibms390x.h (START_FILES, LIB_STANDARD):
7406         * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
7407         * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
7408         Remove definitions, since they are set correctly in s/gnu-linux.h.
7409         * s/freebsd.h (START_FILES, LIB_STANDARD):
7410         * s/gnu-linux.h (START_FILES, LIB_STANDARD):
7411         * s/hpux10-20.h (START_FILES):
7412         * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
7413         Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
7415         * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
7416         (MOTIF_LIBW): Use $LIBXP.
7417         (otherobj): Use $WIDGET_OBJ.
7419 2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
7421         * Makefile.in (LIBS_MACHINE): Remove, unused.
7423         Use autoconf instead of cpp for LIB_MATH.
7424         * s/darwin.h (LIB_MATH): Do not define here, move to configure.
7425         * s/cygwin.h (LIB_MATH): Likewise.
7426         * Makefile.in (LIB_MATH): Do not define with cpp.
7427         (LIBES): Use autoconf for LIB_MATH.
7429 2010-04-26  Kenichi Handa  <handa@m17n.org>
7431         * composite.c (Ffind_composition_internal): Fix the return value
7432         for an automatic composition.
7434 2010-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
7436         Remove all NO_ARG_ARRAY uses.
7437         * fns.c (concat2, concat3, nconc2):
7438         * eval.c (apply1, call1, call2, call3, call4, call5, call6)
7439         (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
7440         * m/xtensa.h (NO_ARG_ARRAY):
7441         * m/template.h (NO_ARG_ARRAY):
7442         * m/sparc.h (NO_ARG_ARRAY):
7443         * m/sh3.h (NO_ARG_ARRAY):
7444         * m/mips.h (NO_ARG_ARRAY):
7445         * m/macppc.h (NO_ARG_ARRAY):
7446         * m/iris4d.h (NO_ARG_ARRAY):
7447         * m/intel386.h (NO_ARG_ARRAY):
7448         * m/ibms390x.h (NO_ARG_ARRAY):
7449         * m/ibms390.h (NO_ARG_ARRAY):
7450         * m/ibmrs6000.h (NO_ARG_ARRAY):
7451         * m/ia64.h (NO_ARG_ARRAY):
7452         * m/hp800.h (NO_ARG_ARRAY):
7453         * m/arm.h (NO_ARG_ARRAY):
7454         * m/amdx86-64.h (NO_ARG_ARRAY):
7455         * m/alpha.h (NO_ARG_ARRAY): Remove definition.
7457 2010-04-25  Eli Zaretskii  <eliz@gnu.org>
7459         * xdisp.c (display_line): Don't assume 2nd call to
7460         get_next_display_element cannot return zero.  (Bug#6030)
7461         (iterate_out_of_display_property): New function, body from pop_it.
7462         (pop_it): Use it.
7464 2010-04-24  Glenn Morris  <rgm@gnu.org>
7466         * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
7467         For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
7468         (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
7469         since CRT_DIR defaults to /usr/lib.  Suggested by Dan Nicolaescu.
7471 2010-04-24  Eli Zaretskii  <eliz@gnu.org>
7473         * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
7474         use `get_next_display_element' and `set_iterator_to_next' to
7475         advance to the next character, when looking for the character that
7476         begins the next row.
7478         * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
7479         definition of "struct Lisp_Symbol".
7481 2010-04-24  Glenn Morris  <rgm@gnu.org>
7483         * Makefile.in (CRT_DIR): New variable, set by configure.
7484         * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
7485         Use $CRT_DIR rather than HAVE_LIB64_DIR.  (Bug#5655)
7487 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
7489         * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
7491         * s/cygwin.h (LIBS_DEBUG): Remove, unused.
7493         Remove redundant flags.
7494         * s/freebsd.h (C_SWITCH_SYSTEM):
7495         * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
7496         * s/netbsd.h (C_SWITCH_SYSTEM):
7497         * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
7498         of these.
7500         Simplify m/intel386.h.
7501         * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
7502         user: ecrt0.c.
7503         (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
7504         (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
7505         the only user: s/unixware.h.
7506         * ecrt0.c: Remove #ifndef static.  Inline CRT0_DUMMIES definition
7507         from m/intel386.h.
7508         * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE):
7509         Definitions moved here from m/intel386.h.
7511         * m/mips.h: Remove #if 0 code.
7513 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
7515         Fix display of composed characters from L2R scripts in bidi buffers.
7516         * xdisp.c (set_iterator_to_next, next_element_from_composition):
7517         After advancing IT past the composition, resync the bidi iterator
7518         with IT's position.  (Bug#5977)
7520 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
7522         * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
7523         (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
7525 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7527         * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
7529 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
7531         Support `display' text properties and overlay strings in bidi buffers.
7532         * xdisp.c (pop_it): When the stack is popped after displaying
7533         from a string, bidi-iterate to exit from the text portion covered
7534         by the `display' property or overlay.  (Bug#5988, bug#5920)
7536 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
7538         * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
7539         (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
7541         * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
7542         * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
7544         Simplify STARTFILES definition.
7545         * s/hpux10-20.h (START_FILES): Explicitly define here instead of
7546         relying on Makefile.in to define it.
7547         * s/cygwin.h (START_FILES): Likewise.
7548         * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
7550         Clean up Solaris code.
7551         * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
7552         (LIB_MOTIF): Remove, configure takes care of this.
7553         (NOT_USING_MOTIF): Remove, unused.
7554         * xrdb.c: Remove #if 0-ed #include.
7555         (SYSV): Remove conditional for old SysV.
7556         * sysdep.c (closedir): Remove conditional code for Solaris,
7557         Solaris has closedir.
7559 2010-04-22  Jan Djärv  <jan.h.d@swipnet.se>
7561         * xsettings.c (read_and_apply_settings): Check if current_font is
7562         NULL before strcmp (Bug#6001).
7564 2010-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
7566         Clean up HP-UX files.
7567         * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
7568         (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
7569         (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
7570         * s/hpux10-20.h: ... to the only user, here.
7572 2010-04-21  Eli Zaretskii  <eliz@gnu.org>
7574         * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
7575         use buffer-local values of paragraph-start and paragraph-separate.
7576         <paragraph_start_re, paragraph_separate_re>: Rename from
7577         fallback_paragraph_start_re and fallback_paragraph_separate_re.
7578         (Bug#5992)
7580 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
7582         * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
7583         current_tool_bar_style are new.
7584         (store_config_changed_event): Rename from store_font_changed_event.
7585         (XSETTINGS_TOOL_BAR_STYLE): New define.
7586         (SEEN_FONT, SEEN_TB_STYLE): New enum values.
7587         (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
7588         HAVE_XFT.
7589         (something_changedCB): store_font_changed_event is now
7590         store_config_changed_event.
7591         (parse_settings): Rename from parse_xft_settings.
7592         Read non-xft xsettings outside #ifdef HAVE_XFT.
7593         (read_settings): Rename from read_xft_settings.
7594         (apply_xft_settings): Take current settings as parameter.  Do not
7595         call read_(xft)_settings.
7596         (read_and_apply_settings): New function.
7597         (xft_settings_event): Do non-xft stuff out of HAVE_XFT.
7598         Call read_and_apply_settings if there are settings to be read.
7599         (init_xsettings): Rename from init_xfd_settings.
7600         Call read_and_apply_settings unconditionally.
7601         (xsettings_initialize): Call init_xsettings.
7602         (Ftool_bar_get_system_style): New function.
7603         (syms_of_xsettings): Define Qmonospace_font_name and
7604         Qtool_bar_style.  Initialize current_tool_bar_style to nil.
7605         defsubr Stool_bar_get_system_style.  Fprovide on
7606         dynamic-setting.
7607         Move misplaced HAVE_GCONF
7609         * xsettings.h (Ftool_bar_get_system_style): Declare.
7611         * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
7612         Qtext, Qboth, Qboth_horiz are new.
7613         (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
7614         Vtool_bar_style, tool_bar_max_label_size.
7616         * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
7618         * keyboard.c: QClabel is new.
7619         (parse_tool_bar_item): Take out QClabel from tool bar items.
7620         Try to construct a label if ther is no QClabel.
7621         (syms_of_keyboard): Intern :label as QClabel.
7623         * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
7624         (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
7625         New.
7627         * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
7628         dynamic-setting.el.
7630         * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
7631         (xg_make_tool_item, xg_show_toolbar_item): New function.
7632         (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
7633         Call xg_make_tool_item to make a tool bar item.
7634         Call xg_show_toolbar_item.  Use wtoolbar instead of x->toolbar_widget.
7636         * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
7637         into account for toolbars.
7639 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
7641         * data.c (make_blv): Declarations before code (Bug#5993).
7643 2010-04-21  Glenn Morris  <rgm@gnu.org>
7645         * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
7646         Define using autoconf, not cpp.
7647         (LIBXSM): New variable, set by autoconf.
7648         (LIBXT): Use $LIBXSM.
7650 2010-04-21  Dan Nicolaescu  <local_user@dannlt>
7652         Remove NOMULTIPLEJOBS, unused.
7653         * s/template.h (NOMULTIPLEJOBS):
7654         * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
7656         Simplify LD_SWITCH_SYSTEM_TEMACS usage.
7657         * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
7658         * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
7659         detects -znocombreloc and passes it to the linker
7660         * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
7662 2010-04-21  Glenn Morris  <rgm@gnu.org>
7664         * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
7666 2010-04-21  Karel Klíč  <kklic@redhat.com>
7668         * Makefile.in (LIBSELINUX_LIBS): New.
7669         (LIBES): Add $LIBSELINUX_LIBS.
7670         * eval.c, lisp.h (call7): New function.
7671         * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
7672         (Ffile_selinux_context, Fset_file_selinux_context):
7673         New functions.
7674         (Fcopy_file): New parameter preserve-selinux-context.
7675         (Frename_file): Preserve selinux context when renaming by copy-file.
7677 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
7678             Eli Zaretskii  <eliz@gnu.org>
7680         Don't depend on cm.c or termcap.c on Windows, use stubs.
7681         * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
7682         ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
7683         * w32console.c (current_tty, cost): New vars; lifted from cm.c.
7684         (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
7685         (sys_tputs, sys_tgetstr): New stubs.
7686         * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
7687         (tputs, tgetstr): New; define to sys_*.
7689 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
7691         * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
7693 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7695         * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
7696         Just signal a warning rather than an error when inside a let.
7697         (Fmake_variable_frame_local): Add the same test.
7699         * font.c (syms_of_font): Make the style table vars read-only.
7701         * buffer.h (struct buffer): Remove unused var `direction_reversed'.
7702         * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
7704         * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
7706 2010-04-20  Eli Zaretskii  <eliz@gnu.org>
7708         Fix R2L paragraph display on TTY.
7710         * xdisp.c (unproduce_glyphs): New function.
7711         (display_line): Use it when produced glyphs are discarded from R2L
7712         glyph rows.
7713         (append_composite_glyph): In R2L rows, prepend the glyph rather
7714         than appending it.
7716         * term.c (append_composite_glyph): In R2L rows, prepend the glyph
7717         rather than append it.  Set up the resolved_level and bidi_type
7718         attributes of the appended glyph.
7719         (produce_special_glyphs): Mirror the backslash continuation
7720         character in R2L lines.
7722         Implement display of R2L paragraphs in GUI sessions.
7724         * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
7725         append_stretch_glyph.
7726         (set_cursor_from_row) <cursor_x>: Remove unused variable.
7727         Fix off-by-one error in computing x at end of text in the row.
7728         (append_stretch_glyph): In reversed row, prepend the glyph rather
7729         than append it.  Set resolved_level and bidi_type of the glyph.
7730         (extend_face_to_end_of_line): If the row is reversed, prepend a
7731         stretch glyph whose width is such that the rightmost glyph will be
7732         drawn at the right margin of the window.  Fix off-by-one error on
7733         TTY frames in testing whether a line needs face extension.
7734         Fix face extension at ZV.  If this is the last glyph row, use
7735         DEFAULT_FACE_ID, to avoid painting the rest of the window with the
7736         region face.
7737         (set_cursor_from_row, display_line):
7738         Use MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
7739         row->continuation_lines_width.
7740         (next_element_from_buffer): Don't call bidi_paragraph_init if we
7741         are at ZV.  Fixes a crash when reseated to ZV by
7742         try_window_reusing_current_matrix.
7743         (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
7744         which happens with R2L glyph rows.  Fixes a crash when inserting a
7745         character at end of an R2L line.
7746         (set_cursor_from_row): Don't be fooled by truncated rows: don't
7747         treat them as having zero-width characters.  Improve comments.
7748         Don't reverse pos_before and pos_after for reversed glyph rows.
7749         Set cursor.x to negative value when the cursor might be on the
7750         left fringe.
7751         (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
7752         left fringe, not the right one.
7753         (notice_overwritten_cursor, draw_phys_cursor_glyph)
7754         (erase_phys_cursor): For reversed cursor_row, support cursor on
7755         the left fringe.
7757         * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
7758         of continuation indicators on the fringes.
7759         (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
7760         left fringe.
7762         * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
7763         draw cursor on the left fringe.
7765         * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
7766         cursor on the left fringe.
7768         * dispnew.c (update_text_area): Handle reversed desired rows when
7769         the cursor is on the left fringe.
7770         (set_window_cursor_after_update): Limit cursor's hpos by -1 from
7771         below, not by 0, for when the cursor is on the left fringe.
7773 2010-04-20  Jan Djärv  <jan.h.d@swipnet.se>
7775         * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
7776         widget is a scrollbar.
7778 2010-04-20  Kenichi Handa  <handa@m17n.org>
7780         * charset.c (char_charset): Consider Vcharset_non_preferred_head
7781         only when the arg CHARSET_LIST is nil.
7783 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7785         Make variable forwarding explicit rather the using special values.
7786         Basically, this makes the structure of buffer-local values and object
7787         forwarding explicit in the type of Lisp_Symbols rather than use
7788         special Lisp_Objects for that.  This tends to lead to slightly more
7789         verbose code, but is more C-like, simpler, and makes it easier to make
7790         sure we handled all cases, among other things by letting the compiler
7791         help us check it.
7792         * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
7793         Removing forwarding objects.
7794         (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
7795         (struct Lisp_Symbol): Make the various forms of variable-forwarding
7796         explicit rather than hiding them inside Lisp_Object "values".
7797         (XFWDTYPE): New macro.
7798         (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
7799         (XBUFFER_LOCAL_VALUE): Remove.
7800         (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
7801         (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
7802         (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
7803         (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
7804         (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
7805         Remove the Lisp_Misc_* header.
7806         (struct Lisp_Buffer_Local_Value): Redefine.
7807         (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
7808         (struct Lisp_Misc_Any): Add filler to get the right size.
7809         (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
7810         Lisp_Intfwd.
7811         (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
7812         (DEFVAR_KBOARD): Allocate a forwarding object.
7813         * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
7814         (let_shadows_global_binding_p): New function.
7815         (union Lisp_Val_Fwd): New type.
7816         (make_blv): New function.
7817         (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
7818         (store_symval_forwarding, swap_in_global_binding, Fboundp)
7819         (swap_in_symval_forwarding, find_symbol_value, Fset)
7820         (let_shadows_buffer_binding_p, set_internal, default_value)
7821         (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
7822         (Fkill_local_variable, Fmake_variable_frame_local)
7823         (Flocal_variable_p, Flocal_variable_if_set_p)
7824         (Fvariable_binding_locus):
7825         * xdisp.c (select_frame_for_redisplay):
7826         * lread.c (Fintern, Funintern, init_obarray, defvar_int)
7827         (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
7828         * frame.c (store_frame_param):
7829         * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
7830         * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
7831         value structure.
7832         * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
7833         (clone_per_buffer_values): Only adjust markers into the current buffer.
7834         (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
7835         (Fbuffer_local_value, set_buffer_internal_1)
7836         (swap_out_buffer_local_variables):
7837         Adapt to the new symbol value structure.
7838         (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
7839         (defvar_per_buffer): Take a new arg for the fwd object.
7840         (buffer_lisp_local_variables): Return a proper alist (different fix
7841         for bug#4138).
7842         * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
7843         (Fgarbage_collect): Don't handle buffer_defaults specially.
7844         (mark_object): Handle new symbol value structure rather than the old
7845         special Lisp_Misc_* objects.
7846         (gc_sweep) <symbols>: Free also the buffer-local-value objects.
7847         * term.c (set_tty_color_mode):
7848         * bidi.c (bidi_initialize): Don't access the ->value field directly.
7849         * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
7850         a buffer_local_flags.
7851         * print.c (print_object): Get rid of impossible forwarding objects.
7853 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
7855         * bidi.c (bidi_get_type, bidi_get_category)
7856         (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
7857         (bidi_type_of_next_char, bidi_level_of_next_char):
7858         Declare static.  Use `INLINE' rather than `inline'.
7860 2010-04-19  Juanma Barranquero  <lekktu@gmail.com>
7862         * dired.c (Ffile_attributes): Fix typo in docstring.
7864 2010-04-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
7866         * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
7867         NSInteger (Bug#5811).
7869 2010-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7871         * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
7872         (PTY_OPEN): New defines.  Use openpty (Bug#726, Bug#5819).
7874 2010-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7876         * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
7878 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
7880         * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
7881         terminal frames (Bug#5837).
7883 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
7885         * .gdbinit (xsubchartable): New command.
7887 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
7889         * xdisp.c (display_line): Don't write beyond the last glyph row in
7890         the desired matrix.  Fixes a crash in "emacs -nw" (bug#5972), see
7891         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
7892         and
7893         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
7895 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7897         * alloc.c (Fpurecopy): Hash-cons if requested.
7898         (syms_of_alloc): Update purify-flag docstring.
7900 2010-04-18  Jan Djärv  <jan.h.d@swipnet.se>
7902         * gtkutil.c (xg_set_geometry): Set size in geometry string also.
7903         (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
7905 2010-04-17  Eli Zaretskii  <eliz@gnu.org>
7907         Fix a crash when an NSM character is inserted at BEGV.
7909         * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
7910         (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
7911         NEUTRAL_B or UNKNOWN_BT.
7913 2010-04-16  Eli Zaretskii  <eliz@gnu.org>
7915         * xdisp.c (set_cursor_from_row): Don't consider possibility of
7916         other rows with cursor unless they are different from this row and
7917         this row is part of a continued line.  (Bug#5943)
7919 2010-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
7921         * s/freebsd.h: Restore osreldate.h include.
7922         Suggested by Naohiro Aota.
7924 2010-04-16  Jan Djärv  <jan.h.d@swipnet.se>
7926         * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
7928 2010-04-16  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7930         * s/cygwin.h: Avoid linking against static libgcc.
7932 2010-04-15  Juri Linkov  <juri@jurta.org>
7934         * window.c: Add Qscroll_command.
7935         Remove Vscroll_preserve_screen_position_commands.
7936         (window_scroll_pixel_based, window_scroll_line_based): Check the
7937         `scroll-command' property on the last command instead of searching
7938         the last command in Vscroll_preserve_screen_position_commands.
7939         (syms_of_window): Initialize and staticpro `Qscroll_command'.
7940         Put Qscroll_command property on Qscroll_up and Qscroll_down.
7941         (scroll-preserve-screen-position): Doc fix.
7942         (Vscroll_preserve_screen_position_commands): Remove variable.
7944 2010-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
7946         * xdisp.c (message): Do not use NO_ARG_ARRAY.
7948 2010-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
7950         Reduce cpp use in Makefile.in.
7951         * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
7952         (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
7953         (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
7954         (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
7955         (CRT0_COMPILE): Remove, inline it in the only user.
7957 2010-04-14  Juri Linkov  <juri@jurta.org>
7959         * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
7960         `scroll-up-command' and `M-v' from `scroll-down' to
7961         `scroll-down-command'.
7963 2010-04-14  Juri Linkov  <juri@jurta.org>
7965         * window.c (Vscroll_preserve_screen_position_commands): New variable
7966         with the default value as the list of Qscroll_down and Qscroll_up.
7967         (window_scroll_pixel_based, window_scroll_line_based): Search the
7968         last command in the list Vscroll_preserve_screen_position_commands
7969         instead of comparing with Qscroll_up and Qscroll_down.
7971 2010-04-13  Jan Djärv  <jan.h.d@swipnet.se>
7973         * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
7974         (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
7975         does that.
7977         * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
7978         to zero.
7980 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7982         * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
7984         Try to solve the problem of spurious EOF chars in long lines of text
7985         sent to interactive subprocesses.
7986         * sysdep.c (child_setup_tty): Do not enable ICANON any more.
7987         (system_process_attributes): Remove unused var `ttotal'.
7988         * process.c (send_process): Don't bother breaking long line with EOF
7989         chars when talking to ttys any more.
7990         (wait_reading_process_output): Output a warning when called in such
7991         a way that it could block without being interruptible.
7993         Try to detect file modification within the same second.
7994         * buffer.h (struct buffer): New field modtime_size.
7995         * buffer.c (reset_buffer): Initialize it.
7996         * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
7997         (Fverify_visited_file_modtime): Check it.
7998         (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
7999         (Fset_visited_file_modtime): Set (or clear) it.
8001 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8003         * process.c (status_notify): Remove unused var `ro'.
8005 2010-04-12  Jan Djärv  <jan.h.d@swipnet.se>
8007         * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
8008         more than one visual (Bug#5938).
8010 2010-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
8012         * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
8013         Undefine.
8015 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
8017         Remove C_SWITCH_SYSTEM_TEMACS.
8018         * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
8019         (malloc, realloc, free): Use emacs, not temacs for conditional
8020         definition.
8022         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
8023         (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
8025         Use autoconf, not cpp for some variables.
8026         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
8027         (C_SWITCH_X_SITE): Define using autoconf, not cpp.
8028         (ALL_CFLAGS): Use them as make variables.
8029         (really-lwlib, really-oldXMenu): Do not pass them.
8031 2010-04-11  Jan Djärv  <jan.h.d@swipnet.se>
8033         * xmenu.c (apply_systemfont_to_dialog): New.
8034         (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
8036 2010-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8038         * process.c (exec_sentinel): Preserve current-buffer.
8040         * process.c (read_process_output): Move the save-current-buffer to
8041         apply to both the filter and the non-filter branches.
8043 2010-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
8045         * s/msdos.h (UNEXEC): New definition.
8047 2010-04-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8049         * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
8050         (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
8052         * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
8053         Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
8054         set in FLAGS.  Callers with non-zero CHECK_MARGINS changed to use
8055         TRY_WINDOW_CHECK_MARGINS.
8057         * xfns.c (Fx_show_tip): Undo last change.  Call try_window with
8058         TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423).  Subtract last glyph's
8059         width only when it is for padding.
8061 2010-04-09  Jan Djärv  <jan.h.d@swipnet.se>
8063         * xfns.c (Fx_show_tip): Call try_window in a loop until
8064         fonts_changed_p is zero (Bug#2423).
8066 2010-04-08  Eli Zaretskii  <eliz@gnu.org>
8068         * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
8069         the end of TEXT_AREA.  (Bug#5856)
8071 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
8073         * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
8074         HAVE_GCONF.
8076 2010-04-08  Eli Zaretskii  <eliz@gnu.org>
8078         * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
8079         prev.orig_type, for resolving type of NSM.  (Bug#5858)
8081 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
8083         * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
8084         (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
8085         in current_font.
8086         (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
8087         (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
8088         New functions.
8089         (syms_of_xsettings): Initialize current_font.
8090         defsubr Sfont_get_system_normal_font.
8092         * xsettings.h (Ffont_get_system_normal_font)
8093         (xsettings_get_system_normal_font): Declare.
8095         * xfns.c (extern xlwmenu_default_font): Remove.
8096         (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
8097         to xlwmenu.c.
8099         * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
8100         menu items in UTF-8.
8102         * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
8103         (apply_systemfont_to_menu): New function.
8104         (set_frame_menubar, create_and_show_popup_menu):
8105         Call apply_systemfont_to_menu.
8107 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
8109         * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
8110         FRAME_LINE_TO_PIXEL_Y.
8112         * xterm.c (x_set_window_size_1): Don't add border_width/height to
8113         pixelwidth/height.
8115 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
8117         Simplify code for HP machines.
8118         * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
8119         for GNU_LINUX, not needed.
8120         (UNEXEC, NEED_BSDTTY): Move definitions...
8121         * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
8123         * m/iris4d.h (UNEXEC): Move definition ...
8124         * s/irix6-5.h (UNEXEC): ... here.
8126 2010-04-04  Jan Djärv  <jan.h.d@swipnet.se>
8128         * xfns.c (set_machine_and_pid_properties): New function.
8129         (Fx_create_frame): Call set_machine_and_pid_properties.
8131 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
8133         * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char):
8134         Check bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
8135         BIDI_EOB.  Fixes infloop with vertical cursor motion at ZV.
8137         * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
8138         in this function.  (Bug#5703)
8140 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
8142         * nsterm.h: Fix last change.
8144 2010-04-03  Dan Nicolaescu  <dann@ics.uci.edu>
8146         * m/intel386.h (NO_REMAP): Move definition ...
8147         * s/msdos.h (NO_REMAP): ... here.
8149         * m/vax.h (CRT0_DUMMIES): Remove, unused.
8151         * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
8152         used on those platforms.
8154 2010-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
8156         Remove extern errno declarations.
8157         * xterm.c:
8158         * xrdb.c:
8159         * w32term.c:
8160         * unexec.c:
8161         * unexaix.c:
8162         * sysdep.c:
8163         * process.c:
8164         * lread.c:
8165         * keyboard.c:
8166         * floatfns.c:
8167         * filelock.c:
8168         * fileio.c:
8169         * emacs.c (main):
8170         * ecrt0.c:
8171         * dispnew.c:
8172         * callproc.c:
8173         * buffer.c: Remove errno extern declarations.
8174         * s/netbsd.h (NEED_ERRNO): Remove.
8176 2010-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
8178         Remove all uses of LIBX11_SYSTEM.
8179         * Makefile.in (LIBX11_SYSTEM): Remove.
8180         * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
8181         instead.
8183 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
8185         Remove support for DJGPP v1.x (bug#5813).
8187         * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
8188         * s/msdos.h:
8189         * unexec.c (make_hdr, copy_text_and_data):
8190         * sysdep.c (wait_for_termination, sys_subshell):
8191         * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
8192         (IT_set_terminal_modes, __write, _rename, gethostname)
8193         (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
8194         (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
8195         the value of __DJGPP__.
8196         (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
8197         compatibility code.
8198         * lread.c:
8199         * gmalloc.c (memalign):
8200         * fileio.c (Fcopy_file, check_executable, Ffile_modes):
8201         * emacs.c (main):
8202         * dosfns.c (init_dosfns):
8203         * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
8205 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
8207         * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
8208         string with `cursor' property comes from an `after-string'
8209         overlay.  (Bug#5816)
8211 2010-04-01  Glenn Morris  <rgm@gnu.org>
8213         * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
8214         Define as Makefile variables.
8215         (LIBX): Use above variables rather than directly using autoconf.
8217 2010-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
8219         Clean up BSD_SYSTEM use.
8220         * xterm.c:
8221         * process.c:
8222         * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
8223         for including <sys/ioctl.h>.
8224         * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
8225         code is only used for MSDOS.
8227 2010-03-31  Juri Linkov  <juri@jurta.org>
8229         * image.c: Add `Qextension_data'.
8230         (syms_of_image): Initialize and staticpro `Qextension_data'.
8231         (Fimage_metadata): Rename from `Fimage_extension_data'.
8232         (gif_load): Put GIF extension data to the property
8233         `Qextension_data'.
8235 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8237         * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
8238         * nsterm.h: Fix prototype.
8240 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
8242         * xdisp.c (highlight_trailing_whitespace): Support highlight of
8243         trailing whitespace in right-to-left rows.
8245 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8247         Get rid of the direct_output optimizations.
8248         * keyboard.c (nonundocount): Remove extern declaration.
8249         (command_loop_1): Remove brittle optimisation for cheap and
8250         common operations.
8251         * xdisp.c (redisplay_internal): Don't bother checking
8252         redisplay_performed_directly_p any more.
8253         * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
8254         any more.
8255         * dispnew.c (redisplay_performed_directly_p)
8256         (direct_output_for_insert, direct_output_forward_char):
8257         * dispextern.h (redisplay_performed_directly_p)
8258         (direct_output_for_insert, direct_output_forward_char): Remove.
8259         * cmds.c (nonundocount): Make it static.
8261 2010-03-31  Bernhard Herzog  <bh@intevation.de>  (tiny change)
8263         * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
8265 2010-03-31  Jan Djärv  <jan.h.d@swipnet.se>
8267         * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
8268         invisible (Bug#5766).
8270 2010-03-31  Adrian Robert  <adrian.b.robert@gmail.com>
8272         * xdisp.c (x_consider_frame_title, update_window_cursor):
8273         Remove HAVE_NS conditionals.
8274         (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
8276         * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
8277         filename for the title.
8278         (ns_set_doc_edited): Do nothing if the selected window is a
8279         minibuffer window.
8281         * nsterm.h: Add prototypes for ns_set_name_as_filename and
8282         ns_set_doc_edited.
8284         * nsterm.m: Remove unneeded prototype.
8286 2010-03-31  Glenn Morris  <rgm@gnu.org>
8288         * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
8289         in the DOC file.  (Bug#5336)
8291 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8293         * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
8295 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8297         * window.c (keys_of_window): Remove redundant/overridden bindings.
8299 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
8301         * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
8302         Restore original behavior when the iterator is not bidi_p.
8304 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
8306         * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
8308 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
8310         * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
8311         are outside the range of cached character positions.
8313 2010-03-30  Juanma Barranquero  <lekktu@gmail.com>
8315         * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
8317 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
8319         Initial support for bidirectional editing.
8321         * Makefile.in (obj): Include bidi.o.
8322         (bidi.o): New target.
8324         * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
8325         ($(BLD)/bidi.$(O)): New target.
8327         * bidi.c: New file.
8329         * buffer.h (struct buffer): New members bidi_display_reordering
8330         and bidi_paragraph_direction.
8332         * buffer.c (init_buffer_once): Initialize bidi_display_reordering
8333         and bidi_paragraph_direction.
8334         (syms_of_buffer): Declare Lisp variables bidi-display-reordering
8335         and bidi-paragraph-direction.
8336         (Fbuffer_swap_text): Swap the values of
8337         bidi_display_reordering and bidi_paragraph_direction.
8339         * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
8340         (bidi_type_t, bidi_dir_t): New types.
8341         (bidi_saved_info, bidi_stack, bidi_it): New structures.
8342         (struct it): New members bidi_p, bidi_it, paragraph_embedding,
8343         prev_stop, base_level_stop, and eol_pos.
8344         (bidi_init_it, bidi_get_next_char_visually): New prototypes.
8345         (IT_STACK_SIZE): Enlarge to 5.
8346         (struct glyph_row): New member reversed_p.
8347         <string_buffer_position>: Update prototype.
8348         (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
8349         glyph_row if bidi_it.paragraph_dir == R2L.
8350         (struct glyph): New members resolved_level and bidi_type.
8352         * dispnew.c (direct_output_forward_char): Give up if we need bidi
8353         processing or buffer's direction is right-to-left.
8354         (prepare_desired_row): Preserve the reversed_p flag.
8355         (row_equal_p): Compare the reversed_p attributes as well.
8357         * xdisp.c (init_iterator): Initialize it->bidi_p.
8358         Call bidi_init_it and set it->paragraph_embedding from the current
8359         buffer's value of bidi_paragraph_direction.
8360         (reseat_1): Initialize bidi_it.first_elt.
8361         (set_iterator_to_next, next_element_from_buffer): Use the value of
8362         paragraph_embedding to determine the paragraph direction.
8363         (set_iterator_to_next): Under bidi reordering, call
8364         bidi_get_next_char_visually.  Call bidi_paragraph_init if the
8365         new_paragraph flag is set in the bidi iterator.
8366         (next_element_from_buffer): If bidi_it.first_elt is set,
8367         initialize paragraph direction and find the first character to
8368         display in the visual order.  If reseated to a middle of a line,
8369         prime the bidi iterator starting at the line's beginning.
8370         Handle the situation where we overstepped stop_charpos due to
8371         non-linearity of the bidi iteration.  Likewise for when we back up
8372         beyond the previous stop_charpos.  When moving across stop_charpos,
8373         record it in prev_stop.
8374         (display_line): Set row->end and it->start for the next row to the
8375         next character in logical order.  Always extend reversed_p rows to
8376         the end of line, even if they end at ZV.  Copy the reversed_p flag
8377         to the next glyph row.  Keep calling set_cursor_from_row for
8378         bidi-reordered rows even if we already have a possible candidate
8379         for cursor position.  Set row_end after all the row's glyphs have
8380         been produced, by looping over the glyphs.  Record the position
8381         after EOL in it->eol_pos, and use it to set end_pos of the last
8382         row produced for a continued line.
8383         <Qright_to_left, Qleft_to_right>: New variables.
8384         (syms_of_xdisp): Initialize and staticpro them.
8385         (string_buffer_position_lim): New function.
8386         (string_buffer_position): Most of code moved to
8387         string_buffer_position_lim.  Last argument and return value are
8388         now EMACS_INT; all callers changed.
8389         (set_cursor_from_row): Rewritten to support bidirectional text and
8390         reversed glyph rows.
8391         (text_outside_line_unchanged_p, try_window_id):
8392         Disable optimizations if we are reordering bidirectional text and the
8393         paragraph direction can be affected by the change.
8394         (append_glyph, append_composite_glyph)
8395         (produce_image_glyph, append_stretch_glyph): Set the
8396         resolved_level and bidi_type members of each glyph.
8397         (append_glyph): If the glyph row is reversed, prepend the glyph
8398         rather than appending it.
8399         (handle_stop_backwards): New function.
8400         (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
8401         (reseat): call handle_stop_backwards to recompute prev_stop and
8402         base_level_stop for the new position.
8403         (handle_invisible_prop): Under bidi iteration, skip invisible text
8404         using bidi_get_next_char_visually.  If we are `reseat'ed, init the
8405         paragraph direction.  Update IT->prev_stop after skipping
8406         invisible text.
8407         (move_it_in_display_line_to): New variables prev_method
8408         and prev_pos.  Compare for strict equality in
8409         BUFFER_POS_REACHED_P.
8410         (try_cursor_movement): Examine all the candidate rows that occlude
8411         point, to return the best match.  If rows are bidi-reordered
8412         and point moved backwards, back up to the row that is not a
8413         continuation line, and start looking for a suitable row from
8414         there.
8416         * term.c (append_glyph): Reverse glyphs by pre-pending them,
8417         rather than appending, if the glyph_row's reversed_p flag is set.
8418         Set the resolved_level and bidi_type members of each glyph.
8420         * .gdbinit (pbiditype): New command.
8421         (pgx): Use it to display bidi level and type of the glyph.
8422         (pitx): Display some bidi information about the iterator.
8423         (prowlims, pmtxrows): New commands.
8425 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
8427         Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
8428         * s/usg5-4.h (LIBS_DEBUG):
8429         * s/irix6-5.h (C_DEBUG_SWITCH):
8430         * s/gnu-linux.h (LIBS_DEBUG):
8431         * s/darwin.h (LIBS_DEBUG):
8432         * s/bsd-common.h (LIBS_DEBUG):
8433         * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
8434         * m/iris4d.h (LIBS_DEBUG):
8435         * m/hp800.h (LIBS_DEBUG): Remove definitions.
8437         * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
8438         (LIBS_DEBUG): Remove definition.
8440 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
8442         * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
8443         Windows.
8445 2010-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8447         * process.c (Fmake_network_process): Don't call turn_on_atimers around
8448         `connect' (Bug#5723).
8450 2010-03-25  Helmut Eller  <eller.helmut@gmail.com>
8452         * process.c (Fmake_network_process): Call `select' for interrupted
8453         `connect' rather than creating new socket (Bug#5173).
8455 2010-03-24  Jan Djärv  <jan.h.d@swipnet.se>
8457         * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
8459         * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
8461         * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
8463 2010-03-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8465         * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
8466         XLoadQueryFont.
8468 2010-03-24  Kenichi Handa  <handa@m17n.org>
8470         * coding.c (decode_coding_ccl): Fix previous change for the
8471         multibyte case.
8472         (encode_coding_ccl): Don't setup ccl program here.  Fix for the
8473         case that the output buffer is fullfilled.
8474         (encode_coding): Setup ccl program here.
8476 2010-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
8478         * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
8480         Simplify LIBS_MACHINE definitions.
8481         * m/hp800.h (LIBS_MACHINE): Remove, same as default.
8482         * m/iris4d.h (LIBS_MACHINE): Likewise.
8483         * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
8484         * s/aix4-2.h (LIBS_SYSTEM): ... here.
8485         * s/netbsd.h: Remove commented out code.
8487 2010-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
8489         Remove dead code dealing with POSIX_SIGNALS.
8490         * atimer.c (set_alarm): Remove dead code, all USG systems define
8491         POSIX_SIGNALS.
8492         * data.c (arith_error): Likewise.
8493         * keyboard.c (input_available_signal, handle_user_signal)
8494         (interrupt_signal): Likewise.
8495         * process.c (sigchld_handler): Likewise.
8496         (create_process): Remove if 0 code.  Remove HPUX conditional when
8497         !defined (POSIX_SIGNALS), it cannot be true.
8498         * syssignal.h: Remove USG5_4 and USG conditionals when
8499         !POSIX_SIGNALS, they cannot be true.
8501         * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
8502         NO_SOCK_SIGIO, not used anymore.
8504 2010-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
8506         * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
8507         support vax on BSDs.
8509         * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
8510         * s/aix4-2.h (ORDINARY_LINK): ... here.
8512 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
8514         * Makefile.in (abs_builddir): Define.
8515         (bootstrap_exe): Use it.
8516         (VPATH): Use $(srcdir) instead of @srcdir@.
8518 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8520         * Makefile.in (bootstrap_exe): Use an absolute name.
8522 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
8524         Remove support for old GNU/Linux using libc version 5.
8525         * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
8526         * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
8528         Consolidate redundant definitions in s/bsd-common.h.
8529         * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
8530         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
8531         (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
8532         doing it in all files that include this one.
8533         * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
8534         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
8535         (LDAV_SYMBOL, KERNEL_FILE): Remove.
8536         * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
8537         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
8538         (LDAV_SYMBOL, KERNEL_FILE): Remove.
8539         * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
8540         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
8541         (LDAV_SYMBOL, KERNEL_FILE): Remove.
8543         Consolidate redundant definitions.
8544         * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
8545         it's undefined in all files that include this one.
8546         (POSIX_SIGNALS): Define here instead of doing it in all files that
8547         include this one.
8548         * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
8549         (POSIX_SIGNALS): Do not define.
8550         * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
8551         (POSIX_SIGNALS): Do not define.
8552         * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
8553         (POSIX_SIGNALS): Do not define.
8555         Remove support for old UNIX System V systems.
8556         * s/unixware.h: Add the contents of s/usg-5-4-2.h.
8557         * s/usg-5-4-2.h: Remove.
8559         Remove support for Solaris on PPC and for old versions.
8560         * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
8561         (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
8562         that cancel each other.
8563         * s/sol2-3.h:
8564         * s/sol2-4.h:
8565         * s/sol2-5.h: Remove.
8566         * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
8567         (NO_REMAP): Remove, unused.
8568         (UNEXEC): Move definition ...
8569         * s/aix4-2.h (UNEXEC): ... here.
8571         * s/openbsd.h: Remove support for non-ELF and for systems that do
8572         not support shared libraries.
8573         * s/netbsd.h:
8574         * s/freebsd.h: Likewise.
8576 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
8578         Remove non-working support for lynxos 3.0.
8579         * s/lynxos.h: Remove file.
8581         * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
8582         COFF_BSD_SYMBOLS, nothing defines it anymore.
8584 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
8586         Remove obsolete uses of HAVE_SHM.
8587         * emacs.c (standard_args):
8588         (Fdump_emacs):
8589         (syms_of_emacs): Remove code depending on HAVE_SHM.
8591         * alloc.c: Remove HAVE_SHM dependent definition.
8593         * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
8595 2010-03-18  Glenn Morris  <rgm@gnu.org>
8597         * emacs.c (USAGE4): Hard-code bug address.
8598         (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
8599         (bug_reporting_address): Remove.
8600         (main): Don't call bug_reporting_address.
8602         * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
8603         (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
8605 2010-03-15  Chong Yidong  <cyd@stupidchicken.com>
8607         * xfns.c (Fx_create_frame):
8608         * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
8609         on left.
8611 2010-03-13  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8613         * editfns.c (Fformat): Account for string precision when computing
8614         field width (Bug#5710).
8616 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
8618         * xfns.c (Fx_create_frame): Set default to Qright.
8620         * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
8621         all window systems.
8623 2010-03-12  Eli Zaretskii  <eliz@gnu.org>
8625         These changes remove termcap.c from the build on Posix platforms.
8626         * Makefile.in (termcapobj): Move termcap.o from here...
8627         (MSDOS_OBJ): ...to here.
8628         (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
8629         now identical to when LIBS_TERMCAP is defined.
8631         * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
8633         * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
8635         * config.in: Regenerated.  (See top-level ChangeLog.)
8637 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
8639         * Branch for 23.2.
8641 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8643         Cleanup setup of gl_state in various parts of the code.
8644         * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
8645         (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
8646         * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
8647         (skip_chars):
8648         * regex.c (regex_compile): Use it.
8649         (re_compile_pattern): Don't set gl_state.current_syntax_table since
8650         it's now set in regex_compile when/if we need it.
8652 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8654         Make it possible to C-g in a tight bytecode loop again (bug#5680).
8655         * lisp.h (ELSE_PENDING_SIGNALS): New macro.
8656         (QUIT): Use it to consolidate code and remove redundancy.
8657         * bytecode.c (BYTE_CODE_QUIT): Use it as well.
8659         * regex.c (regex_compile): Setup gl_state as well.
8661         * syntax.c (skip_chars): Setup gl_state (bug#3823).
8662         (in_classes): Use CONSP before XCAR/XCDR.
8664 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
8666         * keymap.c (Fwhere_is_internal): Use Fequal to compare
8667         definitions, so that keyboard macros are correctly handled
8668         (Bug#5481).
8670 2010-03-02  Eli Zaretskii  <eliz@gnu.org>
8672         * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
8673         text that could be relocated inside the call to emacs_mule_char.
8674         (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
8675         (CODING_DECODE_CHAR): Add a comment describing its purpose.
8677 2010-03-02  Kenichi Handa  <handa@m17n.org>
8679         * character.c (parse_str_as_multibyte): Fix handling of the
8680         multibyte form of raw-bytes.
8681         (str_as_multibyte): Likewise.
8683         * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
8684         form of raw-bytes.
8686 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
8688         * charset.c (load_charset_map_from_file)
8689         (load_charset_map_from_vector): Zero out allocated
8690         charset_map_entries before using them.
8692 2010-02-27  Andreas Schwab  <schwab@linux-m68k.org>
8694         * w32uniscribe.c (uniscribe_check_otf): Fix length check.
8696 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
8698         * font.c (font_parse_fcname): Recognize "Book", "Condensed",
8699         "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
8701 2010-02-26  Kenichi Handa  <handa@m17n.org>
8703         * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
8705         * xdisp.c (reseat_to_string): Fix previous change.
8707 2010-02-26  David Reitter  <david.reitter@gmail.com>
8709         * nsfont.m (nsfont_draw): ns_antialias_text should be a
8710         Lisp_Object (Bug#4736).
8712 2010-02-25  Kenichi Handa  <handa@m17n.org>
8714         * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
8716 2010-02-24  Jan Djärv  <jan.h.d@swipnet.se>
8718         * xterm.c (XTflash): Move declarations before statements.
8720         * gtkutil.c (xg_get_gdk_display): Remove (unused).
8721         (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
8722         (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
8723         (xg_create_tool_bar): Remove unused variables.
8724         (x_wm_set_size_hint): Move declarations before statements.
8725         (xg_create_frame_widgets): Remove variable grav.
8727 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
8729         * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
8731 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8733         * term.c (fatal): Add a final \n if needed (bug#5596).
8735 2010-02-18  Chong Yidong  <cyd@stupidchicken.com>
8737         * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
8739 2010-02-18  Glenn Morris  <rgm@gnu.org>
8741         * callint.c (Finteractive): Doc fix.
8743 2010-02-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
8745         * coding.c (record_conversion_result):
8746         Handle CODING_RESULT_INSUFFICIENT_DST.
8747         (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
8748         memory allocation error.
8750 2010-02-17  Kenichi Handa  <handa@m17n.org>
8752         * coding.c (decode_coding_ccl): Don't setup ccl program here.
8753         Fix for the case that the output buffer is fullfilled.
8754         (decode_coding): Setup ccl program here.  Keep looping when the
8755         decoder stopped because the output buffer is
8756         fullfilled (bug#5534).
8758         * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
8760 2010-02-13  Jan Djärv  <jan.h.d@swipnet.se>
8762         * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
8763         bug #5571.
8764         (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
8765         overdrawn.
8767 2010-02-10  Jan Djärv  <jan.h.d@swipnet.se>
8769         * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
8770         doing_interact here.
8771         (ice_connection_closed): New function.
8772         (x_session_check_input, smc_die_CB, ice_io_error_handler)
8773         (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
8774         (x_session_check_input): Call IceCloseConnection if IceProcessMessages
8775         returns I/O error.
8776         (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
8777         bug #5512.
8779 2010-02-08  Francis Devereux  <francis@devrx.org>  (tiny change)
8781         * nsfont.m (nsfont_open): The system's value for the font descent
8782         is negative, so round it down to avoid clipping.
8784 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
8786         * charset.c (load_charset_map_from_file)
8787         (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
8788         instead of xmalloc (Bug#5526).  Suggested by Vivek Dasmohapatra.
8790 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
8792         * charset.c (load_charset_map_from_file): Allocate large
8793         charset_map_entries structure on the heap rather than the stack.
8794         (Bug#5526).
8796 2010-01-31  Kenichi Handa  <handa@m17n.org>
8798         * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
8799         size in NAME is invalid, return -1 (Bug#5396).
8801 2010-01-31  Chong Yidong  <cyd@stupidchicken.com>
8803         * nsterm.m (ns_defined_color): Block input.  Suggested by Mike
8804         <deactivated@gmail.com> (Bug#3605).
8806 2010-01-31  David De La Harpe Golden  <david@harpegolden.net>
8808         * fileio.c (Frename_file): Correctly rename symlinks to
8809         directories (Bug#5496).
8811 2010-01-31  Filipe Cabecinhas  <filcab@gmail.com>  (tiny change)
8813         * nsterm.m (ns_ring_bell): Handle visible bell like X.
8815 2010-01-30  Andreas Schwab  <schwab@linux-m68k.org>
8817         * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
8819 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
8821         * frame.c (DEFAULT_ROWS): Change default to 35.
8823         * xfns.c (x_default_font_parameter): Change default XFT font to
8824         monospace-10 (Bug#3643).
8826 2010-01-29  Eli Zaretskii  <eliz@gnu.org>
8828         * w32inevt.c (key_event): Remove unnecessary comparison of
8829         event->uChar.AsciiChar with 128.
8831 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
8833         * fileio.c (Frename_file): Fix last change (Bug#5487).
8835         * m/mips.h: Remove DATA_START.  Suggested by Dan Nicolaescu.
8837         * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
8839 2010-01-28  Jan Djärv  <jan.h.d@swipnet.se>
8841         * xfns.c (Fx_create_frame): Remove window size matching code from
8842         2010-01-15.
8843         (x_get_current_desktop, x_get_desktop_workarea): Remove.
8845 2010-01-27  Jason Rumney  <jasonr@gnu.org>
8847         * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
8848         (key_event): Use unicode for characters 128 and higher (Bug#4567).
8850 2010-01-27  Kenichi Handa  <handa@m17n.org>
8852         * regex.c (analyse_first): Fix setting of fastmap for unibyte
8853         pattern string (Bug#4209).
8855 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
8857         * fileio.c (Frename_file): Call copy-directory and
8858         delete-directory for directories, in order to handle cross-device
8859         renaming (Bug#3353).
8861 2010-01-25  Jan Djärv  <jan.h.d@swipnet.se>
8863         * xfns.c (Fx_create_frame): If frame height is too big, try
8864         sizes 24 and 10.  Bug #3643.
8866 2010-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8868         Try and fix bug#788, hopefully for real this time.
8869         * keymap.c (shadow_lookup): Add `remap' arg.
8870         (describe_map, describe_vector): Update calls to shadow_lookup.
8871         (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
8872         `remapped' so this flag is applicable to `sequence'.  Be careful to
8873         perform remapping during shadow_lookup check of remapped_sequences.
8875 2010-01-24  Eric Bélanger  <snowmaniscool@gmail.com>  (tiny change)
8877         * image.c (png_load): Use png_sig_cmp instead of the obsolete
8878         png_check_sig, which has been removed in libpng 1.4.
8880 2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
8882         * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
8883         lacks this header file).
8885 2010-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8887         * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
8888         as in Emacs 22.
8890 2010-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8892         * lisp.h (make_pure_string): String pointer arg now points to const.
8894         * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
8895         args now point to const.
8897 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
8899         * lread.c (Fload): Don't treat files without .elc extension as
8900         byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
8901         them.  (bug#5303)
8903 2010-01-20  Kenichi Handa  <handa@m17n.org>
8905         * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
8906         treat the source as actual byte sequence.
8908 2010-01-19  Alan Mackenzie  <acm@muc.de>
8910         Fix spurious before-change-functions invocation from (insert ?\n).
8911         * textprop.c (set_text_properties): Rename parameter
8912         `signal_after_change_p' to `coherent_change_p', and make the
8913         invocation of `modify_region' conditional on it.
8915 2010-01-19  Jan Djärv  <jan.h.d@swipnet.se>
8917         * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
8918         for debug purpose.
8919         (syms_of_xsettings): Declare xft-settings.
8921 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8923         * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
8925 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8927         * xterm.c (event_handler_gdk): Block input (Bug#5037).
8929 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
8931         * emacs.c (standard_args): Adjust arg priorities to reflect how
8932         they are processed in startup.el.
8934 2010-01-16  Andreas Schwab  <schwab@linux-m68k.org>
8936         * Makefile.in (lisp, shortlisp): Update.
8938 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8940         * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
8941         code, link the new kboard into all_kboard before running Lisp code,
8942         and protect the new terminal with GCPRO (Bug#5365).
8943         (x_term_init): Remove unused var `atom'.
8944         (x_delete_display, x_delete_terminal): Remove unused var `i'.
8946 2010-01-15  Jan Djärv  <jan.h.d@swipnet.se>
8948         * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
8949         (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
8950         to find out usable size of the desktop.  Don't make frames larger than
8951         this.  Bug #3643.
8953 2010-01-15  Kenichi Handa  <handa@m17n.org>
8955         * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS.  Callers changed.
8957 2010-01-15  Chong Yidong  <cyd@stupidchicken.com>
8959         * nsterm.m (Qnone): Define.
8961         * nsfns.m (Qnone): Move definition to nsterm.m.
8963 2010-01-14  Kenichi Handa  <handa@m17n.org>
8965         * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
8966         systems.
8968 2010-01-14  Kenichi Handa  <handa@m17n.org>
8970         Make auto-composition work on all buffers even if they are
8971         fundamental mode.
8973         * composite.c (Vauto_composition_mode): New variable.
8974         (composition_compute_stop_pos): Check Vauto_composition_mode
8975         instead of Vauto_composition_function.
8976         (composition_adjust_point, Ffind_composition_internal): Likewise.
8977         (syms_of_composite): Declare Lisp variable
8978         "auto-composition-mode" here.
8980 2010-01-13  Chong Yidong  <cyd@stupidchicken.com>
8982         * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
8983         during call to vendor-specific-keysyms (Bug#5365).
8985 2010-01-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8987         * keyboard.c (input_available_signal) [SYNC_INPUT]:
8988         Call SIGNAL_THREAD_CHECK (Bug#5333).
8990         * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
8991         Call SIGNAL_THREAD_CHECK.
8993 2010-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8995         Try to fix bug#5314.  This is probably not the final word, tho.
8996         * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
8997         recent-auto-save-p as a side-effect.
8998         * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
8999         * buffer.c (Fkill_buffer, reset_buffer):
9000         * editfns.c (Fsubst_char_in_region):
9001         * fileio.c (Finsert_file_contents, Fdo_auto_save)
9002         (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
9004 2010-01-13  Kenichi Handa  <handa@m17n.org>
9006         Display buffer name, etc. in mode line by composing correctly.
9008         * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
9009         STRING is not nil.
9010         (display_mode_element): Adjust for the change of
9011         decode_mode_spec and display_line.
9012         (decode_mode_spec): Change arg MULTIBYTE to STRING.
9013         (display_string): Handle the case that STRING is non-null and
9014         LISP_STRING is not nil.
9016         * xterm.c (x_draw_composite_glyph_string_foreground):
9017         Pay attention to s->face->overstrike.
9019         * composite.c (composition_reseat_it): Don't check PT if STRING is
9020         non nil.
9022 2010-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9024         * keyboard.c (read_char): Don't apply previous change when current
9025         buffer is unchanged by command execution.
9027 2010-01-12  Jan Djärv  <jan.h.d@swipnet.se>
9029         * keyboard.c (read_char): Return after executing from special map.
9031 2010-01-12  Glenn Morris  <rgm@gnu.org>
9033         * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
9034         bug-gnu-emacs rather than emacs-pretest-bug.
9036 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
9038         * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
9039         initializing the Lisp variables that depend on them.
9041 2010-01-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9043         * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
9044         Clear areas that will not be updated after change of menu bar lines.
9045         Clear the menu bar window's current matrix when the window gets empty.
9047 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9049         * intervals.h, textprop.c (extend_property_ranges): Return value
9050         and args changed.  Discard properties that begin at or after the
9051         new end (Bug#5306).
9053         * editfns.c (Fformat): Caller changed.
9055         * nsterm.m (ns_set_default_prefs): Delete function.
9056         (syms_of_nsterm): Initialize ns_command_modifier,
9057         ns_control_modifier, ns_function_modifier, ns_antialias_text, and
9058         ns_antialias_threshold here, not in ns_term_init (Bug#4113).
9060         * xdisp.c (pos_visible_p): Check for invisible text at the correct
9061         position (Bug#4040).
9063 2010-01-09  Eli Zaretskii  <eliz@gnu.org>
9065         * editfns.c (Ffloat_time): Doc fix.
9067 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
9069         * xfns.c (Fx_create_frame): Don't create frame larger than display
9070         by default bug#3643.
9072 2010-01-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9074         * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
9075         (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
9076         windows above internal border.
9078         * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
9079         (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
9080         windows above internal border.
9082         * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
9083         tool bar windows specially.
9085         * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
9087         * xterm.c (x_after_update_window_line): Don't treat tool bar windows
9088         specially.
9089         (XTflash): Take account of menu bar height.
9091         * w32term.c (x_after_update_window_line): Don't treat tool bar windows
9092         specially.
9094 2010-01-08  Jan Djärv  <jan.h.d@swipnet.se>
9096         * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
9097         also be true before we can return early (bug #5339).
9099 2010-01-06  David Reitter  <david.reitter@gmail.com>
9101         * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
9102         (Fns_display_usable_bounds): Rewrite, computing bounds properly
9103         (Bug#3233).
9105 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
9107         * font.c (font_open_entity): Enable chache and call cached_font_ok
9108         for the driver if defined.
9109         (QCuser_spec): New symbol.
9110         (font_spec_from_name): Save name as user-spec.
9111         (font_load_for_lface): Keep user-spec instead of name.
9112         (font_open_by_name): Save name as user-spec.
9113         (syms_of_font): Initialize QCuser_spec.
9114         (font_clear_prop): Clear name if it exists in font (bug#5157).
9116         * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
9117         (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
9118         (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
9120         * font.h (struct font_driver): Add cached_font_ok.
9122         * xterm.c (x_clear_frame): Queue draw for scroll bars.
9124 2010-01-05  Jan Djärv  <jan.h.d@swipnet.se>
9126         * xterm.c (x_new_font): Move code for setting rows/cols before
9127         resizing ...
9128         (x_set_window_size): ... to here.  Bug #2568.
9130         * gtkutil.c (xg_clear_under_internal_border): New function.
9131         (xg_frame_resized, xg_frame_set_char_size):
9132         Call xg_clear_under_internal_border.
9133         (xg_update_scrollbar_pos): Clear under old scroll bar position.
9135 2010-01-05  Chong Yidong  <cyd@stupidchicken.com>
9137         * keyboard.c (read_key_sequence): Catch keyboard switch after
9138         making a new tty frame (Bug#5095).
9140 2010-01-05  Kenichi Handa  <handa@m17n.org>
9142         * fontset.c (fontset_find_font): Fix getting the frame pointer.
9144 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9146         * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
9147         Lisp_Object, preferring to convert a lisp_Object to a void* instead.
9148         (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
9150 2010-01-03  Michael Albinus  <michael.albinus@gmx.de>
9152         * dbusbind.c (xd_add_watch): Improve debug message.
9153         (xd_remove_watch): Improve debug message.  If DATA is the session
9154         bus, unset D-Bus session environment.
9155         (Fdbus_init_bus): Pass the bus as argument to
9156         dbus_connection_set_watch_functions.  (Bug#5283)
9158 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9160         * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
9162         * lread.c (syms_of_lread): Make it clearer that these are the
9163         names of loaded files (Bug#5068).
9165         * eval.c (run_hook_with_args): Handle the case where the global
9166         value has the obsolete single-function form (Bug#5026).
9168 2009-12-27  Chong Yidong  <cyd@stupidchicken.com>
9170         * minibuf.c (Fall_completions): Minor optimization.
9172 2009-12-26  Eli Zaretskii  <eliz@gnu.org>
9174         * .gdbinit (pgx): Fix display of composite glyphs.
9175         Display cmp.from and cmp.to as well.
9176         (pitx): Fix last change.
9178 2009-12-25  Kenichi Handa  <handa@m17n.org>
9180         * composite.h (composition_adjust_point): Update prototype.
9182         * composite.c (composition_reseat_it): Don't make a composition
9183         spanning over point.
9184         (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
9185         composable characters.
9186         (composition_adjust_point): New arg NEW_PT.  Callers changed.
9188         * keyboard.c (command_loop_1): Force redisplay if the last point
9189         was within a composition.
9190         (adjust_point_for_property): Don't adjust point for automatic
9191         composition when called after buffer modification.
9193 2009-12-19  Eli Zaretskii  <eliz@gnu.org>
9195         * .gdbinit (pitx): Don't use enum names, use their values.
9196         Remove reference to non-existing value GET_FROM_COMPOSITION.
9197         (pgx): Don't use enum names, use their values.
9198         (pitmethod): New helper command.
9199         (pitx): Use it to display iteration method.
9200         (pgrowit): New command.
9202         * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
9204         Update dependencies in Makefile.in.
9206         * Makefile.in (alloc.o): Depend on termhooks.h.
9207         (atimer.o): Depend on blockinput.h.
9208         (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
9209         and frame.h.
9210         (callint.o): Depend on systime.h, coding.h, and composite.h.
9211         (callproc.o): Depend on buffer.h.
9212         (casefiddle.o): Don't depend on charset.h.
9213         (casetab.o): Depend on character.h.
9214         (ccl.o): Depend on composite.h.
9215         (chartab.o): Depend on ccl.h.
9216         (cm.o): Depend on dispextern.h.
9217         (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
9218         (coding.o): Don't depend on $(INTERVALS_H).
9219         (composite.o): Don't depend on dispextern.h explicitly (it's in
9220         $(INTERVALS_H)).  Depend on ccl.h.
9221         (data.o): Depend on systime.h, coding.h, composite.h,
9222         dispextern.h, font.h, and ccl.h.
9223         (dired.o): Depend on composite.h.
9224         (dispnew.o): Depend on coding.h.  Don't depend explicitly on
9225         composite.h (it's in $(INTERVALS_H)).
9226         (doc.o): Depend on systime.h, coding.h, and composite.h.
9227         (editfns.o): Don't depend explicitly on dispextern.h.
9228         (emacs.o): Depend on frame.h and coding.h.
9229         (eval.o): Depend on coding.h, composite.h, and xterm.h.
9230         (fileio.o): Depend on frame.h and commands.h.  Don't depend
9231         explicitly on dispextern.h.
9232         (filelock.o): Don't depend on epaths.h and charset.h.  Depend on
9233         composite.h.
9234         (fns.o): Don't depend on termhooks.h.
9235         (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
9236         (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
9237         coding.h, $(INTERVALS_H), window.h, xterm.h.
9238         (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
9239         (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
9240         (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
9241         fontset.h, ccl.h, and ftfont.h.
9242         (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
9243         (gtkutil.o): Depend on dispextern.h and composite.h.
9244         (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
9245         termhooks.h, and ccl.h.
9246         (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
9247         (intervals.o): Depend on systime.h and coding.h.
9248         (keyboard.o): Depend on composite.h and coding.h.
9249         (keymap.o): Depend on coding.h and frame.h.
9250         (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
9251         (macros.o): Depend on systime.h, coding.h, and composite.h.
9252         (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
9253         and atimer.h.
9254         (minibuf.o): Depend on systime.h and coding.h.  Don't depend on
9255         dispextern.h explicitly.
9256         (print.o): Depend on termhooks.h, coding.h, and ccl.h.
9257         Don't depend explicitly on dispextern.h and composite.h.
9258         (process.o): Depend on character.h, xgselect.h, and sysselect.h.
9259         (regex.o): Don't depend on charset.h.
9260         (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
9261         (search.o): Don't depend explicitly on composite.h.
9262         (sound.o): Depend on atimer.h and systime.h.
9263         (syntax.o): Don't depend explicitly on composite.h.
9264         (sysdep.o): Depend on coding.h and composite.h.
9265         (term.o): Depend on xterm.h and buffer.h.
9266         (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
9267         (textprop.o): Don't depend on dispextern.h explicitly.
9268         (undo.o): Depend on dispextern.h.
9269         (window.o): Depend on coding.h and termhooks.h.  Don't depend on
9270         dispextern.h and composite.h explicitly.
9271         (xdisp.o): Depend on ccl.h.
9272         (xfaces.o): Depend on coding.h and ccl.h.
9273         (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
9274         (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
9275         (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
9276         ftfont.h.
9277         (xgselect.o): New dependency.
9278         (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
9279         (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
9280         (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
9281         coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
9282         (xsmfns.o): Depend on frame.h and dispextern.h.
9283         (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
9284         sysselect.h.
9286 2009-12-19  Andreas Schwab  <schwab@linux-m68k.org>
9288         * font.c (Fclear_font_cache): Pass correct cache argument to
9289         font_clear_cache.
9291 2009-12-16  Andreas Schwab  <schwab@linux-m68k.org>
9293         * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
9294         twice.
9296 2009-12-15  Chong Yidong  <cyd@stupidchicken.com>
9298         * xdisp.c (decode_mode_spec): Inhibit garbage collection when
9299         calling file-remote-p.  Reported by Jim Meyering.
9301 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
9303         * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
9304         avoid compiler warnings.  (Bug #5217)
9306 2009-12-14  Kenichi Handa  <handa@m17n.org>
9308         * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
9309         in 8-bit encoding.
9311 2009-12-13  Pat Thoyts  <patthoyts@users.sourceforge.net>  (tiny change)
9313         * xfns.c (x_create_tip_frame): Set the extended window manager hint for
9314         tooltip windows.
9316 2009-12-13  Jan Djärv  <jan.h.d@swipnet.se>
9318         * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
9319         Xatom_net_window_type.
9321         * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
9322         Xatom_net_window_type.
9324         * xterm.c (my_log_handler): New function.
9325         (x_term_init): Set my_log_handler as log handler during gtk_init
9326         so we can filter out buggy messages.  (Bug #5120).
9328         * xterm.c (xg_scroll_callback): Parameter list changed,
9329         use parameter GtkScrollType to determine scroll/line/page.
9330         Only allow dragging if a button < 4 is grabbed (bug #5177).
9331         (xg_end_scroll_callback): New function.
9332         (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
9333         xg_create_scroll_bar.
9335         * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
9336         (scroll_end_callback): Remove.
9337         (xg_create_scroll_bar): Add parameter end_callback, bind it to
9338         button-release-event.  Replace value-changed event with change-value,
9339         bug #5177.
9340         (xg_event_is_for_scrollbar): Only return true if button is less than 4,
9341         bug #5177.
9343         * gtkutil.h (XG_LAST_SB_DATA): Remove.
9344         (xg_create_scroll_bar): Add GCallback end_callback.
9346         * xftfont.c (QClcdfilter): New variable.
9347         (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
9348         (syms_of_xftfont): Initialize QClcdfilter.
9350 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
9352         * xsettings.c (struct xsettings): Add member seen.
9353         (parse_xft_settings): Update member seen with what we have read.
9354         Return non-zero if Xft-settings have been parsed, 0 otherwise.
9355         (apply_xft_settings): Only update Xft settings with what member seen
9356         indicates as new.
9358 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
9360         * dispextern.h (struct text_pos): Use EMACS_INT.
9361         (struct glyph): Use EMACS_INT for charpos.
9362         (struct it): Use EMACS_INT for stop_charpos, end_charpos,
9363         region_beg_charpos, region_end_charpos,
9364         redisplay_end_trigger_charpos, and also for
9365         iterator_stack_entry.end_charpos and
9366         iterator_stack_entry.stop_charpos.
9368 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
9370         * gtkutil.c (scroll_end_callback): New function (bug #5177).
9371         (xg_create_scroll_bar): Call scroll_end_callback on button release
9372         event (bug #5177).
9373         (xg_event_is_for_scrollbar): != replaced with ==.
9375 2009-12-12  Kenichi Handa  <handa@m17n.org>
9377         * ftfont.c (struct ftfont_info): New member matrix.
9378         (ftfont_open): Setup xftfont_info->matrix.
9379         (MFLTFontFT): New member matrix.
9380         (FLOOR, CEIL, ROUND): New macros.
9381         (ftfont_get_metrics): Handle matrix transformation.
9382         (ftfont_shape_by_flt): New arg matrix.  Callers changed.
9384         * xftfont.c (struct xftfont_info): New member matrix.
9385         (xftfont_open): Setup xftfont_info->matrix.
9387 2009-12-10  Kenichi Handa  <handa@m17n.org>
9389         * xdisp.c (append_space_for_newline): Consider face-remapping.
9391 2009-12-09  Andreas Schwab  <schwab@linux-m68k.org>
9393         * xsettings.c: Include "keyboard.h".
9395         * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
9397         Fix implicit function declarations.
9398         * cmds.c: Include "frame.h".
9399         * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
9400         * frame.h: Move declaration of delete_frame outside of
9401         HAVE_WINDOW_SYSTEM.
9403 2009-12-09  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9405         * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
9407         * emacs.c (main): Set the G_SLICE environment variable for Cygwin
9408         GTK builds.
9410 2009-12-07  Andreas Schwab  <schwab@linux-m68k.org>
9412         * unexelf.c (unexec): Don't search for .data twice.
9414 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
9416         * xdisp.c (push_display_prop): Don't set avoid_cursor_p.  Return 0
9417         if push failed.
9418         (handle_line_prefix): Set avoid_cursor_p here.  Check return value
9419         of push_display_prop (Bug#5000).
9421         * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
9422         value of font_list_entities (Bug#5085).
9424 2009-12-04  Juanma Barranquero  <lekktu@gmail.com>
9426         Fix `string-to-number' to deal consistently with integers and floats.
9427         * lread.c (isfloat_string): New argument ignore_trailing to accept all
9428         trailing characters, not just whitespace.
9429         (read1): Pass new arg 0 to keep old behavior.
9430         * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
9431         trailing chars, as it is already done for integers.  Doc fixes.
9432         * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
9434 2009-12-04  Eli Zaretskii  <eliz@gnu.org>
9436         * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
9437         Delete unused enumeration value.
9439 2009-12-03  Eli Zaretskii  <eliz@gnu.org>
9441         * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
9443 2009-12-03  Daniel Hackney  <dan@haxney.org>  (tiny change)
9445         * process.c (Fmake_network_process): Fix up the tests for
9446         "connectionless socket", so they DTRT for seqpacket sockets as well.
9448 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9450         * process.c (Qseqpacket): New symbol.
9451         (HAVE_SEQPACKET): New macro.
9452         (Fmake_network_process): Accept new :type `seqpacket'.
9453         (init_process): Add `seqpacket' feature when applicable.
9454         (syms_of_process): Initialize Qseqpacket.
9456 2009-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9458         * font.c (font_load_for_lface, font_open_by_name): Don't store name
9459         if entity is Qnil.
9461 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9463         * print.c (print_preprocess): Preprocess the key_and_value table of
9464         hashtables, even tho they're "hidden" (bug#5082).
9466 2009-11-29  Jan Djärv  <jan.h.d@swipnet.se>
9468         * frame.c (frame_make_pointer_invisible)
9469         (frame_make_pointer_visible): Declare f before statements.
9471 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
9473         * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
9474         omitted dependencies on lisp.h.
9476 2009-11-27  Jan Djärv  <jan.h.d@swipnet.se>
9478         * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
9479         is NULL.
9481         * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
9483         * frame.c (frame_make_pointer_invisible)
9484         (frame_make_pointer_visible): Just return if there isn't any selected
9485         frame.
9487         * search.c (simple_search): Remove warning by making *p const.
9489 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
9491         * xdisp.c (power_letter): Remove duplicate const.
9493 2009-11-25  Jan Djärv  <jan.h.d@swipnet.se>
9495         * term.c (delete_tty): Remove check for last terminal (bug#4970).
9497         * xsettings.c: Revert changes from 2009-11-23.  Just use Xft
9498         defaults (bug #5025).
9500 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9502         * insdel.c (adjust_markers_for_delete): Move it in the
9503         right direction!  (bug#4803)
9505 2009-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9507         * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
9509         * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
9511 2009-11-24  Glenn Morris  <rgm@gnu.org>
9513         * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
9515 2009-11-23  Jan Djärv  <jan.h.d@swipnet.se>
9517         * Makefile.in: Must create deps for ecrt0.o in its rule.
9519         * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
9520         because that is what Gtk+ font dialog understands.
9522         * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
9523         of Fcopy_sequence.
9524         (font_open_by_name): Put name given into QCname for font-object returned.
9526         * frame.c (x_set_font): Save original font name as frame parameter
9527         font-parameter.
9529         * xsettings.c (set_default_xft_settings): New function.
9530         (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
9531         is found.
9533 2009-11-22  Andreas Schwab  <schwab@linux-m68k.org>
9535         * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
9536         searching backwards through multibyte buffer.
9538 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
9540         * xterm.c: #include xgselect.h.
9541         (x_initialize): Call xgselect_initialize.
9543         * xsettings.c (something_changedCB): C++ comments => C comments.
9544         (init_gconf): Do not deal with any GLib file descriptors, xg_select
9545         does that now.
9547         * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
9548         (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
9549         (scroll_bar_button_cb): Remove.
9550         (create_menus): C++ comments => C comments.  Don't bind grab-notify
9551         event.
9552         (xg_create_scroll_bar): Don't bind button-press-event and
9553         button-release-event.
9555         * process.c: Include xgselect.h if defined (USE_GTK) ||
9556         defined (HAVE_GCONF).
9557         (wait_reading_process_output): Call xg_select for the same condition.
9559         * xgselect.c (xg_select): New function to better integrate with
9560         GLib/Gtk event handling.  Needed if GConf daemon dies/restarts.
9562         * xgselect.h: New file, declare xg_select, xgselect_initialize.
9564         * Makefile.in (XOBJ): Add xgselect.o.
9566 2009-11-21  Andreas Schwab  <schwab@linux-m68k.org>
9568         * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
9569         Remove ignored second argument.  All callers changed.
9570         * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
9571         (RE_STRING_CHAR_AND_LENGTH): Likewise.
9572         * xdisp.c (string_char_and_length): Likewise.
9574 2009-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
9576         * xterm.c (x_new_font):
9577         * print.c (print_object):
9578         * cmds.c (Fself_insert_command): Move declarations before statements.
9580 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
9582         * s/cygwin.h: Remove unneeded linker flags.
9584 2009-11-20  Jan Djärv  <jan.h.d@swipnet.se>
9586         * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
9588         * xsettings.h: Declare xsettings_get_system_font.
9590         * xsettings.c (xsettings_get_system_font): New function.
9591         (init_gconf): No use initiating gconf unless we have Xft also.
9592         (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
9593         HAVE_GCONF.
9595         * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
9596         add a blank entry so it doesn't collapse into nothing.
9598 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9600         * lread.c (Funintern): Comment out last change.
9602 2009-11-19  Richard Stallman  <rms@gnu.org>
9604         * lread.c (Funintern): Error if symbol is t or nil.
9606 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9608         * insdel.c (make_gap_larger): Don't make as many assumptions about the
9609         representation of Lisp integers.
9610         Reported by MJ Chan <mjchan.inbox@gmail.com>.
9612 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
9614         * lisp.h: Remove declaration of Ffont_get_system_font.
9615         * xfns.c: Move include of "xsettings.h".
9616         * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
9618 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9620         * xsettings.c (something_changedCB, Ffont_get_system_font):
9621         Check use_system_font.
9622         (syms_of_xsettings): DEFVAR font-use-system-font.
9624 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
9626         * xfns.c (x_default_font_parameter): Remove dead assignment.
9628         * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
9630 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
9632         * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
9633         not have FC_LCD_*.  #define them if not there.
9635         * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
9637         * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
9639         * xterm.c (handle_one_xevent): Call xft_settings_event for
9640         ClientMessage, PropertyNotify and DestroyNotify.
9641         (x_term_init): If we have XFT, get DPI from Xft.dpi.
9642         Call xsettings_initialize.
9644         * xftfont.c (xftfont_fix_match): New function.
9645         (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
9646         Call xftfont_fix_match after XftFontMatch.
9648         * xfont.c (xfont_driver): Initialize all members.
9650         * xfns.c (x_default_font_parameter):
9651         Try font from Ffont_get_system_font.
9652         Do not get font from x_default_parameter if we got one from
9653         Ffont_get_system_font.
9654         (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
9656         * w32font.c (w32font_driver): Initialize all members.
9658         * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
9660         * lisp.h: Declare syms_of_xsettings.
9662         * keyboard.c (kbd_buffer_get_event, make_lispy_event):
9663         Handle CONFIG_CHANGED_EVENT.
9665         * ftfont.c (ftfont_filter_properties): New function.
9667         * frame.c (x_set_font): Remove unused variable lval.
9669         * font.h (struct font_driver): Add filter_properties.
9671         * font.c (font_put_extra): Don't return if val is nil, it means
9672         boolean option is off.
9673         (font_parse_fcname): Collect all extra properties in extra_props
9674         and call filter_properties for all drivers with extra_props and
9675         font as parameter.
9676         (font_open_entity): Do not use cache, it does not pick up new
9677         fontconfig settings like hinting.
9678         (font_load_for_lface): If spec had a name in it, store it in entity.
9680         * emacs.c (main): Call syms_of_xsettings.
9682         * config.in: HAVE_GCONF is new.
9684         * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
9685         xsettings.o is new.
9687 2009-11-17  Kenichi Handa  <handa@m17n.org>
9689         * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
9690         back to the default font in case that no suitable font is found.
9692 2009-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9694         * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
9695         Suggested by Chad Brown <yandros@mit.edu>.
9696         (push_menu_item): Use MENU_ITEMS_ITEM_* names.
9698 2009-11-16  Jan Djärv  <jan.h.d@swipnet.se>
9700         * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
9702 2009-11-14  Andreas Schwab  <schwab@linux-m68k.org>
9704         * Makefile.in: Ignore errors from mkdir when creating deps directory.
9706 2009-11-14  Jan Djärv  <jan.h.d@swipnet.se>
9708         * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
9709         has a parent.
9711         * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
9712         dependency files in deps/.  Include those files into Makefile.
9714         * config.in: Generated (AUTO_DEPEND).
9716 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
9718         * dbusbind.c (Vdbus_registered_objects_table): Rename from
9719         Vdbus_registered_functions_table, because it contains also
9720         properties.  Fix docstring.
9721         (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
9723 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9725         * alloc.c (mark_object): Don't reprocess marked strings.
9726         Check vector's markbit earlier.  Adjust calls to mark_vectorlike.
9727         (mark_vectorlike, mark_char_table): Assume the object is unmarked.
9729 2009-11-13  Kenichi Handa  <handa@m17n.org>
9731         * category.c (word_boundary_p): Adjust for the change of the
9732         semantics of Vword_combining_categories.
9733         (Vword_combining_categories): Describe the slight change of the
9734         semantics.
9736 2009-11-13  Eli Zaretskii  <eliz@gnu.org>
9738         * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
9740         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
9742 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9744         * xdisp.c (syms_of_xdisp): Fix typo in last change.
9746 2009-11-12  Juanma Barranquero  <lekktu@gmail.com>
9748         * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
9750 2009-11-11  David Reitter  <david.reitter@gmail.com>
9752         * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
9753         variables to fix 2009-11-09 change.
9755 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
9757         * process.c (ifflag_def): Make flag_sym constant.
9758         (Fnetwork_interface_info): Use a constant pointer.
9759         (ifflag_table):
9760         * xfns.c (cursor_bits):
9761         * xdisp.c (power_letter):
9762         * termcap.c (speeds, esctab):
9763         * sysdep.c (baud_convert):
9764         * keyboard.c (lispy_accent_codes, modifier_names):
9765         * image.c (xbm_format, xpm_format, pbm_format, png_format)
9766         (jpeg_format, tiff_format, gif_format, svg_format)
9767         (interlace_start, interlace_increment, gs_format):
9768         * gtkutil.c (separator_names):
9769         * fringe.c (swap_nibble):
9770         * fns.c (base64_value_to_char, base64_char_to_value):
9771         * fileio.c (make_temp_name_tbl):
9772         * coding.c (suffixes): Make constant.
9774         * frame.c (make_initial_frame):
9775         * buffer.c (init_buffer_once): Use make_pure_c_string instead of
9776         build_string.
9777         * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
9779         * s/freebsd.h:
9780         * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
9782         * Makefile.in: Add dependencies to lisp.h.  Remove dependencies
9783         for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
9785         * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
9786         * xterm.c (syms_of_xterm):
9787         * xfaces.c (syms_of_xfaces):
9788         * xdisp.c (syms_of_xdisp):
9789         * lread.c (syms_of_lread):
9790         * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
9791         build_string.
9793         * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
9795 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9797         * fns.c (Fplist_get): Merge the active and the commented out code.
9799 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
9801         * keyboard.h: Declare timer_check.
9803         * keyboard.c (timer_check_2): New function that does what the old
9804         timer_check did.
9805         (timer_check): Call timer_check_2 until -1 or a non-zero time is
9806         returned, i.e. don't return -1 with timers pending.
9808         * process.c: Remove extern declaration of timer_check.
9810         * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
9811         even if timer_check returned -1.
9813         * gtkutil.c (xg_dialog_response_cb): Data is now a struct
9814         xg_dialog_data.
9815         (pop_down_dialog): Destroy widget (if any), cancel timer and unref
9816         the event loop.
9817         (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
9818         (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
9819         Destroy the dialog after xg_dialog_run.
9821 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9823         * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
9825 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
9827         * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
9829 2009-11-09  Juanma Barranquero  <lekktu@gmail.com>
9831         * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
9833 2009-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9835         * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
9836         w32menu.c, and nsmenu.m.
9837         Simplify the obsolete case where position is nil.
9838         (cleanup_popup_menu): New function, moved from nsmenu.m.
9839         (struct skp): Remove slot `notreal'.
9840         (single_keymap_panes, keymap_panes): Remove arg `notreal' and
9841         adjust callers.
9842         (single_menu_item): Adjust call to parse_menu_item.
9843         (syms_of_menu): Defsubr x-popup-menu.
9844         * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
9845         (keymap_panes): Don't export any more.
9846         (mouse_position_for_popup, w32_menu_show, ns_menu_show)
9847         (xmenu_show): Declare.
9848         * keyboard.c (parse_menu_item): Remove arg `notreal'.
9849         (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
9850         * keyboard.h (parse_menu_item): Update declaration.
9851         * xmenu.c (Fx_popup_menu): Remove.
9852         (syms_of_xmenu): Don't defsubr x-popup-menu.
9853         * w32menu.c (Fx_popup_menu): Remove.
9854         (syms_of_w32menu): Don't defsubr x-popup-menu.
9855         * nsmenu.m (cleanup_popup_menu): Remove.
9856         (ns_menu_show): Rename from ns_popup_menu and remove all the code
9857         moved to menu.c's Fx_popup_menu.
9858         (Fx_popup_menu): Remove.
9859         (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
9860         menu_items (it's done in menu.c already).
9862 2009-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9864         * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
9865         Use `tem' less.  Make sure KEYEQ holds a string or nil (bug#4879).
9867 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
9869         * xmenu.c (Fx_popup_menu): Extract event timestamp.  Pass it to
9870         xmenu_show.  Hide any tooltip before opening a menu.
9871         (xmenu_show): New arg.  Pass it to create_and_show_popup_menu.
9872         (create_and_show_popup_menu): New arg.  Pass it to gtk_menu_popup.
9874 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9876         Let integers use up 2 tags to give them one extra bit and thus double
9877         their range.
9878         * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
9879         (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
9880         New macros.
9881         (enum Lisp_Type): Use them.  Give explicit values.
9882         (Lisp_Type_Limit): Remove.
9883         (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
9884         (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
9885         Pay attention to USE_2_TAGS_FOR_INTS.
9886         (INTEGERP): Use LISP_INT_TAG_P.
9887         * fns.c (internal_equal): Simplify the default case.
9888         (sxhash): Use case_Lisp_Int.
9889         * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
9890         any more.
9891         (Ftype_of): Use case_Lisp_Int.
9892         (store_symval_forwarding): Take into account the fact that Ints can
9893         now have more than one tag.
9894         * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
9895         (buffer_slot_type_mismatch):
9896         * xfaces.c (face_attr_equal_p):
9897         * print.c (print_object):
9898         * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
9899         Use case_Lisp_Int.
9901 2009-11-06  Eli Zaretskii  <eliz@gnu.org>
9903         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
9905         * alloc.c (make_pure_c_string): Fix last change to avoid compiler
9906         warning.
9908 2009-11-06  Jan Djärv  <jan.h.d@swipnet.se>
9910         * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
9912         * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
9914         * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
9915         ButtonPressRelease and MotionNotify (bug#4870).
9917 2009-11-06  Dan Nicolaescu  <dann@ics.uci.edu>
9919         * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
9921         * xterm.c (syms_of_xterm):
9922         * xselect.c (syms_of_xselect):
9923         * xmenu.c (syms_of_xmenu):
9924         * xfns.c (syms_of_xfns):
9925         * xfaces.c (syms_of_xfaces):
9926         * xdisp.c (syms_of_xdisp):
9927         * window.c (syms_of_window):
9928         * w32fns.c (syms_of_w32fns):
9929         * undo.c (syms_of_undo):
9930         * textprop.c (syms_of_textprop):
9931         * terminal.c (syms_of_terminal):
9932         * syntax.c (syms_of_syntax):
9933         * sound.c (syms_of_sound):
9934         * search.c (syms_of_search):
9935         * print.c (syms_of_print):
9936         * minibuf.c (syms_of_minibuf):
9937         * macros.c (syms_of_macros):
9938         * keymap.c (syms_of_keymap, initial_define_key)
9939         (initial_define_lispy_key):
9940         * keyboard.c (syms_of_keyboard):
9941         * insdel.c (syms_of_insdel):
9942         * image.c (syms_of_image):
9943         * fringe.c (syms_of_fringe):
9944         * frame.c (syms_of_frame):
9945         * fontset.c (syms_of_fontset):
9946         * fns.c (syms_of_fns):
9947         * fns.c (syms_of_fns):
9948         * fileio.c (syms_of_fileio):
9949         * fileio.c (syms_of_fileio):
9950         * eval.c (syms_of_eval):
9951         * doc.c (syms_of_doc):
9952         * dispnew.c (syms_of_display):
9953         * dired.c (syms_of_dired):
9954         * dbusbind.c (syms_of_dbusbind):
9955         * data.c (syms_of_data):
9956         * composite.c (syms_of_composite):
9957         * coding.c (syms_of_coding):
9958         * cmds.c (syms_of_cmds):
9959         * charset.c (define_charset_internal, syms_of_character):
9960         * ccl.c (syms_of_ccl):
9961         * category.c (syms_of_category, init_category_once):
9962         * casetab.c (syms_of_casetab):
9963         * casefiddle.c (syms_of_casefiddle):
9964         * callint.c (syms_of_callint):
9965         * bytecode.c (syms_of_bytecode):
9966         * buffer.c (keys_of_buffer, syms_of_buffer):
9967         * alloc.c (syms_of_alloc):
9968         * process.c (syms_of_process, init_process):
9969         * lread.c (syms_of_lread, init_obarray):
9970         * font.c (build_style_table):
9971         * emacs.c (syms_of_emacs, main): Replace calls to intern with
9972         intern_c_string, calls to make_pure_string with
9973         make_pure_c_string.  Use pure_cons instead of Fcons.
9975         * process.c (socket_options): Make it const.
9976         (set_socket_option, init_process): Use a const pointer.
9978         * lread.c (intern_c_string): New function.
9979         (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
9980         (defvar_int): Uset it.  Make the name const char*.
9982         * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
9983         (defvar_int): Update prototypes.
9984         (DEFUN, EXFUN): Support for prototypes is now required.
9985         (intern_c_string): New prototype.
9986         (struct Lisp_Subr): Make symbol_name constant.
9988         * font.c (struct table_entry): Remove unused member.  Make NAMES
9989         constant.
9990         (weight_table, slant_table, width_table): Make constant.
9992         * emacs.c (struct standard_args): Make name and longname constant.
9994         * character.h (DEFSYM): Use intern_c_string.
9996 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9998         * alloc.c (make_pure_c_string): New function.
10000         * eval.c (Fautoload): Purecopy all arguments.
10002 2009-11-05  Kenichi Handa  <handa@m17n.org>
10004         * fileio.c (Finsert_file_contents): Be sure set coding-system of
10005         the buffer in case of replace.
10007 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10009         * puresize.h (BASE_PURESIZE): Increase to 1620000.
10011 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10013         * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
10014         when applicable (bug#4851).
10016         * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
10017         (P_): Support for prototypes is now required.
10019 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
10021         * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
10022         (Bug#4827).
10024 2009-10-30  Eli Zaretskii  <eliz@gnu.org>
10026         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
10028 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
10030         * puresize.h (BASE_PURESIZE): Increase to 1470000.
10032         * lread.c (Fload): Purecopy the file name when building
10033         Vpreloaded_file_list.
10035 2009-10-29  Jason Rumney  <jasonr@wanchan.jasonrumney.net>
10037         * w32fns.c (syms_of_w32fns): Change default value of
10038         w32-scroll-lock-modifier to nil.  (Bug#2827)
10040 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
10042         * minibuf.c (Fall_completions): Fix typos in docstring.
10044 2009-10-26  Andreas Schwab  <schwab@redhat.com>
10046         * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
10048 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
10050         * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
10051         For delta < 0, skip check that only makes sense when the mini-window
10052         is going to be enlarged.  (Bug#4534)
10054 2009-10-25  Chong Yidong  <cyd@stupidchicken.com>
10056         * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
10057         string in menu maps (Bug#4471).
10059 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
10061         * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
10062         FRAME_NS_VIEW on terminal frames (Bug#4765).
10064 2009-10-24  Andreas Schwab  <schwab@linux-m68k.org>
10066         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
10067         DBUS_TYPE_UINTnn separately to get proper sign extension.
10069         * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
10070         can properly handle unsigned types.
10071         (make_uid, make_gid): Remove.
10073         * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
10074         types again.
10076         * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
10077         (system_process_attributes): Likewise.
10079 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
10081         * keymap.c (Fmake_sparse_keymap): Purecopy the name.
10083         * eval.c (Fautoload): Purecopy the filename.  Simplify.
10085         * category.c (Fdefine_category): Purecopy docstring.
10087 2009-10-23  Andreas Schwab  <schwab@linux-m68k.org>
10089         * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
10091         * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
10093 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
10095         * window.c (Fwindow_edges, Fwindow_pixel_edges)
10096         (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
10097         (Bug#4775).
10099 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10101         * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
10102         (init_fileio_once):
10103         * lisp.h (init_fileio_once): Remove.
10104         * emacs.c (main): Don't call init_fileio_once.
10106 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
10108         * puresize.h (BASE_PURESIZE): Increase to 1430000.
10110 2009-10-21  Andreas Schwab  <schwab@linux-m68k.org>
10112         * doprnt.c (doprnt): Fix overflow check.
10114 2009-10-21  Jan Djärv  <jan.h.d@swipnet.se>
10116         * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
10118         * xterm.h (x_wait_for_event): Declare it.
10120         * xterm.c (pending_event_wait): New variable.
10121         (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
10122         see pending_event_wait.eventtype.
10123         (handle_one_xevent): Don't change gravity when parent changes.
10124         (x_new_font): Call change_frame_size with new rows/columns before we
10125         try to resize the frame.
10126         (x_wait_for_event): New function.
10127         (x_set_window_size_1): Don't change gravity unless change_gravity
10128         is set.
10129         Call XResizeWindow with FRAME_OUTER_WINDOW.  If we are visible,
10130         don't change frame size, instead wait for the ConfigureNotify.
10131         (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
10132         (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
10133         (x_initialize): Initialize pending_event_wait.
10135         * xmenu.c (set_frame_menubar): Add internal border width to menu bar
10136         size.
10138         * widget.c (EmacsFrameSetValues): Add comment.
10139         (EmacsFrameSetCharSize): Just call x_set_window_size.
10141         * gtkutil.c (xg_frame_set_char_size): Flush events and call
10142         x_wait_for_event.
10143         (flush_and_sync): Remove again.
10144         (xg_get_font_name): Suggest monospace if no previous font is known.
10146 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10148         * character.c (char_resolve_modifier_mask): Don't resolve meta to the
10149         8th bit, since that only made sense in the ASCII world (bug#4751).
10151 2009-10-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10153         * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
10154         processing pending events when event is filtered for input method.
10155         (Bug#3681)
10157 2009-10-20  Juanma Barranquero  <lekktu@gmail.com>
10159         * fns.c: Add #endif accidentally removed in previous change.
10161 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
10163         * fns.c: Remove code for unsupported system: MAC_OS.
10164         * image.c: Likewise.  Include setjmp.h.
10166 2009-10-19  Jan Djärv  <jan.h.d@swipnet.se>
10168         * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
10169         pixel -1 (bug #4742).
10171 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
10173         * process.c (create_pty): Remove conditionals for no longer
10174         supported systems: UNIPLUS and RTU.
10176         * xterm.c:
10177         * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
10179         * alloc.c: Do not define struct catchtag.
10180         * eval.c: Move struct catchtag definition ...
10181         * lisp.h: ... here.
10183         * image.c: Move png.h #include earlier to avoid warnings.
10185         * xterm.c:
10186         * xsmfns.c:
10187         * xselect.c:
10188         * xrdb.c:
10189         * xmenu.c:
10190         * xftfont.c:
10191         * xfont.c:
10192         * xfns.c:
10193         * xfaces.c:
10194         * xdisp.c:
10195         * window.c:
10196         * widget.c:
10197         * w32xfns.c:
10198         * w32uniscribe.c:
10199         * w32term.c:
10200         * w32select.c:
10201         * w32reg.c:
10202         * w32proc.c:
10203         * w32menu.c:
10204         * w32inevt.c:
10205         * w32heap.c:
10206         * w32font.c:
10207         * w32fns.c:
10208         * w32console.c:
10209         * w32.c:
10210         * w16select.c:
10211         * vm-limit.c:
10212         * unexsol.c:
10213         * unexec.c:
10214         * unexcw.c:
10215         * unexaix.c:
10216         * undo.c:
10217         * tparam.c:
10218         * textprop.c:
10219         * terminfo.c:
10220         * terminal.c:
10221         * termcap.c:
10222         * term.c:
10223         * syntax.c:
10224         * sound.c:
10225         * sheap.c:
10226         * search.c:
10227         * scroll.c:
10228         * region-cache.c:
10229         * regex.c:
10230         * ralloc.c:
10231         * process.c:
10232         * print.c:
10233         * nsterm.m:
10234         * nsselect.m:
10235         * nsmenu.m:
10236         * nsimage.m:
10237         * nsfont.m:
10238         * nsfns.m:
10239         * msdos.c:
10240         * minibuf.c:
10241         * menu.c:
10242         * marker.c:
10243         * macros.c:
10244         * keymap.c:
10245         * keyboard.c:
10246         * intervals.c:
10247         * insdel.c:
10248         * indent.c:
10249         * gtkutil.c:
10250         * ftxfont.c:
10251         * ftfont.c:
10252         * fringe.c:
10253         * frame.c:
10254         * fontset.c:
10255         * font.c:
10256         * fns.c:
10257         * floatfns.c:
10258         * filelock.c:
10259         * fileio.c:
10260         * emacs.c:
10261         * editfns.c:
10262         * dosfns.c:
10263         * doprnt.c:
10264         * doc.c:
10265         * dispnew.c:
10266         * dired.c:
10267         * dbusbind.c:
10268         * data.c:
10269         * composite.c:
10270         * coding.c:
10271         * cmds.c:
10272         * cm.c:
10273         * chartab.c:
10274         * charset.c:
10275         * character.c:
10276         * ccl.c:
10277         * category.c:
10278         * casetab.c:
10279         * casefiddle.c:
10280         * callproc.c:
10281         * callint.c:
10282         * bytecode.c:
10283         * buffer.c:
10284         * atimer.c: Include setjmp.h.  (Bug#4643)
10286 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10288         Remove leftover table unibyte_to_multibyte_table.
10289         * character.c (unibyte_to_multibyte_table): Remove.
10290         (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
10291         * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
10292         * character.h (UNIBYTE_TO_CHAR): New macro.
10293         (MAKE_CHAR_MULTIBYTE): Use it.
10294         (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
10295         * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
10296         (message_dolog, set_message_1):
10297         * search.c (Freplace_match):
10298         * editfns.c (Fcompare_buffer_substrings):
10299         * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
10300         (concat):
10301         * insdel.c (copy_text, count_size_as_multibyte):
10302         Use ASCII_CHAR_P and BYTE8_TO_CHAR.
10303         * term.c (produce_glyphs):
10304         * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
10305         * regex.c (RE_CHAR_TO_MULTIBYTE):
10306         * cmds.c (internal_self_insert):
10307         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
10309         * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
10311 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
10313         * puresize.h (BASE_PURESIZE): Increase to 1310000.
10315 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
10317         * buffer.c (Fbuffer_name): Doc fix.  (Bug#4728)
10319 2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
10321         * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
10322         still needed under Tiger.
10324         * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
10326         * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
10327         __Apple__.
10329         * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
10331 2009-10-15  Kenichi Handa  <handa@m17n.org>
10333         * print.c (print_object): Escape a symbol like "2E10" too.
10335 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
10337         Cleanups and changes for 64-bit compile under Snow Leopard.
10338         Based on suggestions by Erik Charlebois.
10340         * nsfns.m (xw-color-values): Use CGFloat where appropriate.
10342         * nsfont.m (ns_char_width): Replace deprecated call.
10343         (ns_findfonts, nsfont_list_family): Use long format in printf, and
10344         cast argument.
10345         (nsfont_open): Use ns_char_width() everywhere.
10346         (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
10348         * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
10350         * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
10351         where appropriate.
10353         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
10354         where appropriate.
10355         (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
10356         Use stringWithUTF8String.
10357         (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
10359         * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
10360         Add formal protocol mention to inheritance.
10361         [NS_HAVE_NSINTEGER]: Drop conditional and contents.
10363         * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
10364         Fix printf format.
10365         (ns_query_color): Use CGFloat where appropriate.
10366         (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
10367         (EmacsScroller-mouseDown:): Use long format in printf, and cast
10368         argument.
10370         * config.in (NS_HAVE_NSINTEGER): Drop.
10372         * dbusbind.c (dbus-method-return-internal)
10373         (dbus-method-error-internal): Use long format in printf, and cast
10374         argument.
10376         * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
10377         in printf, and cast argument.
10379         * process.c (list_processes_1): Use long format in printf, and
10380         cast argument.
10382 2009-10-11  Glenn Morris  <rgm@gnu.org>
10384         * frame.c (Fframe_pixel_height): Doc fix.  (Bug#4535)
10386 2009-10-08  Jan Djärv  <jan.h.d@swipnet.se>
10388         * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
10389         menu bar with a small width so it doesn't enlarge the frame.
10391 2009-10-08  Juanma Barranquero  <lekktu@gmail.com>
10393         * fontset.c (Fset_fontset_font): Fix typos in error messages.
10395 2009-10-06  Glenn Morris  <rgm@gnu.org>
10397         * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
10398         SOME_MACHINE_LISP (this enters indirectly via DOC).
10400 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
10402         * dired.c (Ffile_attributes): Doc fix.  (Bug#4638)
10404 2009-10-04  Eli Zaretskii  <eliz@gnu.org>
10406         * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
10407         Doc fix.
10409 2009-10-03  Martin Rudalics  <rudalics@gmx.at>
10411         * window.c (Fdelete_window): Check WINDOW argument.  (Bug#4618)
10413 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
10415         * lisp.h (Qdelete_directory_internal): Remove, because it is not
10416         used anymore outside fileio.c.
10418         * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
10420 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
10422         * lisp.h (Qdelete_directory_internal):
10423         Declare, instead of Qdelete_directory.
10425         * w32fns.c (Fsystem_move_file_to_trash): Use it.
10427 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10429         * eval.c (Fcalled_interactively_p): Add `kind' argument.
10431 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
10433         * fileio.c (Fdelete_directory_internal): Rename from
10434         Fdelete_directory.  It is not a command anymore.  It has no file
10435         name handler.
10437 2009-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10439         * xdisp.c (get_next_display_element): Use an enum in last change.
10441 2009-09-28  Kenichi Handa  <handa@m17n.org>
10443         * xdisp.c (get_next_display_element): Pay attention to
10444         unibyte_display_via_language_environment in handling
10445         Vnobreak_char_display.
10447 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10449         * nsterm.h (ns_app_name): New extern variable.
10451         * nsterm.m (ns_app_name): New variable.
10452         (ns_term_init): Set and use it.
10453         (ns_term_shutdown): Use it.
10455         * nsmenu.m (ns_update_menubar): Use ns_app_name.  Sync with xmenu.c.
10456         (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
10458         * nsfns.m (ns_set_name_iconic, ns_set_name)
10459         (ns_set_name_as_filename, x-create-frame, ns-get-resource)
10460         (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
10462         * menu.c (find_and_return_menu_selection) [HAVE_NS]:
10463         Remove double-casting in client_data comparison.
10465 2009-09-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10467         * keyboard.c (make_lispy_event): Remember last wheel direction.
10468         (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
10470 2009-09-26  Glenn Morris  <rgm@gnu.org>
10472         * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
10473         internal.elc.  Add term/pc-win.elc.
10474         (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
10475         term/x-win.elc.
10476         (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
10477         term/w32-win.elc.
10478         (NS_SUPPORT): New.
10479         (lisp): Add NS_SUPPORT.
10480         (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
10482 2009-09-25  David Reitter  <david.reitter@gmail.com>
10484         * nsmenu.m (EmacsMenu-clear): Recognize application menu
10485         on Mac OS X 10.6+ (bug#4513).
10487 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10489         * frame.c (xrdb_get_resource): Return nil for empty string resources;
10490         some parts of Emacs code (like font selection) don't grok them.
10491         See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
10493 2009-09-24  Andreas Schwab  <schwab@redhat.com>
10495         * coding.c (decode_coding_iso_2022): Fix operator precedence.
10497 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10499         * dired.c (Fdirectory_files): Fix typo in docstring.
10501 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
10503         * nsterm.m (EV_TIMESTAMP, x_set_window_size)
10504         (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
10505         (EmacsScroller-setPosition:portion:whole:): Remove -display call
10506         under GNUstep.
10507         (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
10509         * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
10510         glyph advancement.
10512 2009-09-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
10514         * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
10515         (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
10517         * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
10518         deleted (bug #4492).
10520         * nsfont.m (Vns_reg_to_script): New lisp variable.
10521         (syms_of_nsfont): Declare it.
10522         (ns_registry_to_script): New function.
10523         (ns_get_req_script): Call it.
10524         (ns_findfonts): Don't give up on non-unicode registry.
10526         * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
10528 2009-09-20  Tom Tromey  <tromey@redhat.com>
10530         * eval.c (find_handler_clause): Make stack-trace-on-error work in
10531         batch mode (bug#4228).
10533 2009-09-18  Rob Christie  <robchristie@gmail.com>  (tiny change)
10535         * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
10536         carefully.  (Bug #4339)
10538 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
10540         * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
10542 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
10544         * emacs.c (inhibit_x_resources): Update doc string for NS.
10545         (main) [HAVE_NS]: Don't process --no-init-file option.
10546         Remove legacy code for -NXHost.  Fix error printf in daemon case.
10548         * nsterm.h (ns_no_defaults): Remove.
10550         * nsterm.m (ns_no_defaults): Remove.
10551         (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
10552         (ns_use_qd_smoothing): Remove legacy variable.
10553         (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
10554         don't update the NSWindow itself.
10555         (EmacsView-windowWillUseStandardFrame:defaultFrame:):
10556         Improve state detection and store user rect ourselves.  (Bug #3581)
10558         * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
10559         ns_use_qd_smoothing.
10561         * nsfns.m (x_get_string_resource): Ape just-previous changes to other
10562         platform versions.  Drop support for emacs-20-style face specs.
10563         (x-close-connection): Drop PSFlush() under OS X.
10564         (x-focus-frame): Activate the app first.  (Bug #4180)
10566 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
10568         * emacs.c (inhibit_x_resources): New variable.
10569         (main) [HAVE_NS]: Don't process --quick command line option.
10570         (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
10572         * lisp.h (inhibit_x_resources): Declare it extern.
10574         * w32reg.c (x_get_string_resource):
10575         * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
10577 2009-09-17  Eli Zaretskii  <eliz@gnu.org>
10579         * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
10580         Add lisp/term/internal.elc.
10582 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10584         * frame.c (x_get_resource_string): Re-add for non-toolkit builds
10585         (bug#4461).
10587 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10589         * puresize.h (BASE_PURESIZE): Increase to 1290000.
10591         * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
10592         (OBJECTS_MACHINE): Remove, unused.
10594 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10596         * frame.c (x_get_resource_string): Remove unused.
10598 2009-09-15  Jan Djärv  <jan.h.d@swipnet.se>
10600         * xterm.c (x_new_font): Call change_frame_size before calling
10601         x_set_window_size, in case frame size won't change.
10603         * frame.c (x_set_font): Remove dead code.
10605 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * lread.c (Fload): Also run do-after-load-evaluation while dumping.
10609 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10611         * lread.c (Fload): Don't output a message after loading an obsolete
10612         package any more (done in Lisp now).
10614 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
10616         * fns.c (syms_of_fns): Doc fix (Bug#4227).
10618 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10620         * keymap.c (Fwhere_is_internal): Use nconc2.
10622 2009-09-11  Alan Mackenzie  <acm@muc.de>
10624         * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
10625         batch mode.
10627 2009-09-11  Andreas Schwab  <schwab@linux-m68k.org>
10629         * xdisp.c (display_mode_element): Detect cycles.
10631 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10633         * keymap.c (where_is_internal): Don't erroneously return nil right after
10634         filling the cache.
10635         (where_is_internal_1): Fix up typo.
10637 2009-09-11  Glenn Morris  <rgm@gnu.org>
10639         * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
10640         share a common doc-string.
10642 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10644         * keymap.c (get_keymap): Return the actual keymap symbol rather than
10645         t for autoloaded keymaps when autoloading is not allowed (bug#4393).
10647         * keymap.c (QCadvertised_binding): New constant.
10648         (syms_of_keymap): Initialize it.
10649         (Fwhere_is_internal): Try and use bindings from :advertised-binding
10650         if applicable.
10652 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10654         * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
10655         (parse_menu_item): Streamline since bindings are recomputed all the
10656         time anyway.  Don't bother checking Vdefine_key_rebound_commands any
10657         more and don't support lmenu's menu-alias any more either.
10659         * keymap.c (where_is_internal_data): Make noindirect a boolean.
10660         (where_is_internal): Strip it down to only traverse the keymaps.
10661         Move the cache handling from Fwhere_is_internal to here.
10662         (Fwhere_is_internal): Move the handling of remapping and the choice of
10663         the best binding from where_is_internal to here.
10664         Unify the cached/noncached paths, so remapping is also handled
10665         correctly when the cache is used, and so the cache can be used to
10666         speed up remap-handling when applicable.
10667         Give preference to non-remapped bindings.
10668         * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
10669         non-remapped bindings.
10670         * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
10671         command remapping.
10673         * xdisp.c (display_mode_element): Move list length limit from 50 to
10674         5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
10676 2009-09-09  Adrian Robert  <Adrian.B.Robert@gmail.com>
10678         * nsfont.m (ns_get_family): Don't force first letter to uppercase.
10680 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10682         * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
10683         (Bug#4334)
10685         * keymap.c (where_is_internal): Filter out shadowed remappings.
10686         Assume that where_is_internal returns unshadowed bindings to simplify
10687         the code and get rid of the gotos.  Use ASIZE.
10689 2009-09-04  Jan Djärv  <jan.h.d@swipnet.se>
10691         * xterm.c (x_focus_changed): If we get a focusout and pointer
10692         is invisible, make it visible.
10694         * xterm.h: Remove condition for declaration of
10695         x_*_window_to_frame.
10697 2009-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10699         * dispnew.c (Fsend_string_to_terminal): Make it work again on the
10700         initial terminal as well.
10702 2009-09-02  Jan Djärv  <jan.h.d@swipnet.se>
10704         * xterm.h: Rename x_non_menubar_window_to_frame to
10705         x_menubar_window_to_frame.
10707         * xterm.c: Remove declarations also in xterm.h.
10708         (XTmouse_position): Do not return valid positions
10709         for clicks in the menubar and the toolbar for Gtk+.
10711         * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
10712         if the widget for the event has the same top level as a frame,
10713         return the frame.
10714         (x_menubar_window_to_frame): Detect menu bar even with Gtk+
10715         internal windows, bug #4122.
10716         (x_non_menubar_window_to_frame): Remove.
10718 2009-09-02  Glenn Morris  <rgm@gnu.org>
10720         * buffer.c (default-major-mode): Move most of the doc from here...
10721         (major-mode): ... to here.
10723 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
10725         * process.c (wait_reading_process_output): Keep the descriptor
10726         when pty is used by a non-child process, e.g., in I/O buffer of
10727         GDB this allows inferior to be restarted.
10729 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
10731         * xdisp.c (redisplay_internal): Remove redundant test and collapse
10732         both branches into one.
10734 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10736         * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
10737         (main): Use enable-multibyte-characters rather than
10738         default-enable-multibyte-characters.  Output a warning message when
10739         running a unibyte session.
10741 2009-08-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10743         * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
10744         LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
10745         (copy_data_segment): Also copy __program_vars section.
10746         (copy_dyld_info) [LC_DYLD_INFO]: New function.
10747         (dump_it) [LC_DYLD_INFO]: Use it.
10749         * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
10751 2009-08-28  Eli Zaretskii  <eliz@gnu.org>
10753         * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
10754         $(SRC)/buildobj.h.
10755         (buildobj.h): Rename from $(SRC)/buildobj.h.
10756         (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
10757         $(SRC)/buildobj.h.
10758         (clean): Add buildobj.h.
10760 2009-08-28  Teodor Zlatanov  <tzz@lifelogs.com>
10762         * print.c (print_object): Set escapeflag to 1 when printing
10763         hashtable keys and values.
10765 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10767         * lread.c (read_integer): Use doubles (and potentially return a float
10768         number) as we do in string-to-number.
10769         (read1): Use strtol to read integers, signal errors on strtol's
10770         overflow and use floats if strtol's output is too large for
10771         Elisp integers.
10773 2009-08-27  Eli Zaretskii  <eliz@gnu.org>
10775         * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
10776         (make-buildobj-SH): Fix last change.
10777         (SRC): Move to before where it's first used.
10779 2009-08-27  Kenichi Handa  <handa@m17n.org>
10781         * process.c (send_process): Use encode_coding_object instead of
10782         encode_coding_string to perform eol-conversion even if the string
10783         is unibyte.
10785         * coding.c (encode_coding_utf_16): Fix checking of a Unicode
10786         character.
10788         * cmds.c (Fself_insert_command): Avoid unnecessay
10789         unibyte->multibyte conversion.  (Bug#4240)  (Bug#4037)
10791 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10793         * callproc.c (Fcall_process): Remove always true #if.
10795         * lisp.h: Replace #if 0 code for checking with text pointing to
10796         the --enable-checking configure flag.
10798         * emacs.c (main): Mention the --enable-profiling configure flag
10799         instead of using CFLAGS.
10801 2009-08-26  Ken Raeburn  <raeburn@raeburn.org>
10803         * Makefile.in (buildobj.h): New target.
10804         (doc.o): Depend on it.
10805         (temacs${EXEEXT}): Don't generate buildobj.lst.
10806         (mostlyclean): Delete buildobj.h, not buildobj.lst.
10807         * makefile.w32-in ($(SRC)/buildobj.h): New target.
10808         ($(BLD)/doc.$(O)): Depend on it.
10809         (make-buildobj-CMD, make-buildobj-SH): New targets.  (Syntax help
10810         provided by Eli Zaretskii.)
10811         ($(TEMACS)): Don't generate buildobj.lst.
10812         * doc.c: Include buildobj.h.
10813         (buildobj): New static variable.
10814         (Fsnarf_documentation): Use it, instead of opening and reading
10815         buildobj.lst.
10817 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10819         * dbusbind.c (Fdbus_call_method)
10820         (Fdbus_call_method_asynchronously): Use English numeric format for
10821         timeout values in doc string.
10823 2009-08-25  Kenichi Handa  <handa@m17n.org>
10825         * alloc.c (mark_char_table): New function.
10826         (mark_object): Use mark_char_table for a char-table.
10828         * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
10829         (CHAR_TABLE_REF): Use it.
10831 2009-08-23  Ken Raeburn  <raeburn@raeburn.org>
10833         * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
10834         before invoking the newly build emacs to check for load-path
10835         shadowing.
10837 2009-08-22  Glenn Morris  <rgm@gnu.org>
10839         * Makefile.in (bootstrap_exe): New variable.
10840         (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
10841         Use ${bootstrap_exe}.
10843 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
10845         * coding.h (encode_coding_string): Don't encode unibyte strings.
10846         (Bug#4047)
10848 2009-08-22  Michael Albinus  <michael.albinus@gmx.de>
10850         * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
10852         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove.  It was
10853         intended as hotfix only.
10854         (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
10856 2009-08-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
10858         * nsterm.m (ns_get_color): Update documentation properly for last
10859         change, and clean up loose ends in the code left by it.
10860         Fix longstanding bug with 16-bit hex parsing, and add support for
10861         yet another X11 format (rgb:r/g/b) for compatibility.
10862         * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
10863         timer_check() to avoid crash on Leopard/PPC.  Bug #2154.
10865 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10867         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
10869 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
10871         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
10872         (xd_add_watch, xd_remove_watch): Use it.  Print debug messages.
10873         (xd_initialize, xd_pending_messages): Check, whether
10874         $DBUS_SESSION_BUS_ADDRESS is set.
10876 2009-08-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10878         * nsfns.m (Fxw_color_values): Return 3-element list.  Doc fix.
10880         * nsterm.m (ns_get_color): Remove incompatible color formats again.
10882 2009-08-20  Glenn Morris  <rgm@gnu.org>
10884         * emacs.c (system-type): Doc fix.
10886 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10888         * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
10889         enough for the most common situations.  Avoid SET_SYMBOL_VALUE.
10891 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
10893         * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
10894         New functions.
10895         (xd_initialize): Revert change from 2009-08-16.
10897 2009-08-18  Kenichi Handa  <handa@m17n.org>
10899         * fontset.c (Ffontset_font): If a nil element is found in a
10900         font-group vector, return nil.
10902 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
10904         * process.c (status_notify): Don't perform redisplay.
10905         (Fdelete_process, list_processes_1, process_send_signal):
10906         Expliticly perform redisplay.
10907         (wait_reading_process_output): Always check process status, but
10908         don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
10910 2009-08-17  Ken Raeburn  <raeburn@raeburn.org>
10912         * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
10913         (XFLOAT_INIT): New macro for storing a float value.
10914         * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
10915         * fns.c (sxhash): Copy out the value of a float in order to
10916         examine its bytes.
10917         * dbusbind.c (xd_append_arg): Likewise.
10919         * emacs.c (main): Don't call syms_of_data twice.
10921 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
10923         * dbusbind.c (xd_initialize): Add connection file descriptor to
10924         input_wait_mask, in order to let select() detect, whether a new
10925         message has been arrived.
10926         (Fdbus_call_method_asynchronously): Allow nil HANDLER.
10928 2009-08-15  Michael Albinus  <michael.albinus@gmx.de>
10930         * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
10931         New functions.
10933         * lisp.h (xd_pending_messages): Declare.
10935         * keyboard.c (readable_events): Call xd_pending_messages.
10937 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
10939         * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
10941         * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
10943         * buffer.c (set_buffer_internal_1)
10944         (swap_out_buffer_local_variables): Check for unbound local
10945         variables (Bug#4138).
10947 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
10949         * process.c (create_pty): Fix last change.
10951 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
10953         * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
10954         (xbm_load_image): Caller changed.
10955         (xbm_file_p): Avoid signalling an image_error (Bug#4107).
10957 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
10959         * process.c (create_pty): New function.
10960         (Fstart_process): Use it to allow Emacs to just associate a pty
10961         with the buffer.  See associated change in gdb-mi.el.
10962         (list_processes_1): Deal with no program name.
10963         (start_process_unwind): Use pid == -2 to mean no process.
10965 2009-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10967         * cmds.c (nonundocount): New global variable.
10968         (keys_of_cmds): Initialize it.
10969         (Fself_insert_command): Use it to combine upto 20 sequential chars
10970         into a single undo entry, just like the Qself_insert_command code in
10971         keyboard.c does.
10972         Call frame_make_pointer_invisible, also like the Qself_insert_command
10973         code in keyboard.c does.
10974         * keyboard.c (command_loop_1): Use the new global nonundocount rather
10975         than its own local replacement for it.
10977 2009-08-10  Ken Raeburn  <raeburn@raeburn.org>
10979         * fns.c (concat): Don't re-set string length to its current value.
10981         * coding.h (decode_coding_string, encode_coding_string):
10982         Use SBYTES macro.
10984         * doprnt.c (doprnt_lisp): Delete unused function.
10985         (doprnt): Merge with doprnt1, discarding lispstrings code.
10986         * lisp.h (doprnt_lisp): Don't declare.
10988 2009-08-07  Juri Linkov  <juri@jurta.org>
10990         * puresize.h (BASE_PURESIZE): Increase to 1270000.
10992 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10994         * print.c (syms_of_print): Undo previous change.
10996 2009-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
10998         * lread.c (read1, syms_of_lread): Read hashtables back from the
10999         readable format.
11001         * print.c (print_preprocess, print_object): Print hashtables fully
11002         and readably.
11003         (syms_of_print): Provide 'hashtable-print-readable.
11005 2009-08-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
11007         * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
11008         no family set.
11009         (nsfont_open): Handle case when entity has no family.
11011 2009-07-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
11013         * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
11014         element, not a list, for match case.
11016 2009-07-28  Kenichi Handa  <handa@m17n.org>
11018         * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
11019         rigidly.
11021         * xfont.c (xfont_list_pattern): Don't ignore the return value of
11022         font_parse_xlfd.  Check font properties more rigidly.
11024 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11026         * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
11027         bsd-common.h.
11029 2009-07-27  Kenichi Handa  <handa@m17n.org>
11031         * xfaces.c (face_with_height): Call font_clear_prop.
11033 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11035         * dispnew.c (init_display): Use Qx, Qw32, and Qns.
11037         * xterm.c (x_term_init): Use Qx.
11039         * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
11041         * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
11042         (ns_get_color): Revert 2009-07-16 change.
11044 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11046         * lread.c (syms_of_lread) <force_load_messages>: New variable.
11047         (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
11049 2009-07-25  Ken Raeburn  <raeburn@raeburn.org>
11051         * coding.h (decode_coding_string, encode_coding_string):
11052         Use SCHARS macro.
11054         * lread.c: Rewrite 2009-07-21 changes.
11055         (load_depth): Delete.
11056         (Qload_in_progress): New variable.
11057         (load_unwind): Don't reference load_depth or load_in_progress.
11058         (Fload): Likewise; specbind Qload_in_progress instead.
11059         (init_lread): Don't initialize load_depth.
11060         (syms_of_lread): Initialize and protect Qload_in_progress.
11062 2009-07-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
11064         * nsfont.m (ns_findfonts): Correctly return fallback in match case.
11066 2009-07-23  Yavor Doganov  <yavor@gnu.org>
11068         * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
11070 2009-07-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
11072         * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
11073         Bugs 3792, 3720, 2402.
11074         (ns_lookup_indexed_color): Check for bad index.
11075         (ns_index_color): Init unused slot to 0.
11076         (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
11077         Bug 3714, possibly 3082.
11079 2009-07-22  Jason Rumney  <jasonr@gnu.org>
11081         * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
11082         Position IME window at cursor (Bug#2570).
11083         (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
11084         (globals_of_w32fns): Dynamically load functions required above.
11086         * w32term.c (w32_draw_window_cursor): Send message to reposition
11087         any IME window.
11089 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11091         * fileio.c: Revert 2009-07-16 changes.
11092         (Vauto_save_include_big_deletions): New variable.
11093         (Fdo_auto_save): Disable auto-save only if
11094         auto-save-include-big-deletions is nil.
11096 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
11098         * xdisp.c (move_it_to): For continued lines ending in a tab, take
11099         the overflowed pixels into account (Bug#3879).
11101 2009-07-21  Ken Raeburn  <raeburn@raeburn.org>
11103         * lread.c (load_depth): New variable.
11104         (Fload, load_unwind, init_lread): Set it to the load recursion
11105         depth; set load_in_progress as a simple boolean based on the
11106         current load_depth.  (Bug#3892)
11108 2009-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
11110         * nsfont.m (ns_has_attribute): Remove.
11111         (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
11113 2009-07-18  Juri Linkov  <juri@jurta.org>
11115         * process.c (Fset_process_query_on_exit_flag): Mention killing
11116         a buffer in docstring.
11118 2009-07-17  Kenichi Handa  <handa@m17n.org>
11120         * casetab.c (shuffle): Fix the logic of setting up the cycle.
11122 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11124         * nsfns.m (Fns_set_alpha): Remove function.
11125         (syms_of_nsfns): Don't defsubr it.
11127         * nsterm.m (ns_get_color): Remove incompatible color formats.
11128         (ns_color_to_lisp): Generate #rrggbb color format string.
11130 2009-07-16  Richard Stallman  <rms@gnu.org>
11132         * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
11133         (Fset_buffer_auto_saved): Handle save_length = -2.
11135 2009-07-16  Chong Yidong  <cyd@stupidchicken.com>
11137         * xterm.c (Qx_gtk_map_stock): New var.
11139         * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
11140         of calling intern each time.
11142 2009-07-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11144         * nsfont.m (nsfont_draw): Remove code for stippling, which actually
11145         does tiling.
11147         * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
11149 2009-07-14  Kenichi Handa  <handa@m17n.org>
11151         * font.c (font_vconcat_entity_vectors): New function.
11152         (struct font_sort_data): New member font_driver_preference.
11153         (font_compare): Check font_driver_preference.
11154         (font_sort_entities): The format of the first argument changed.
11155         (font_delete_unmatched): Likewise.
11156         (font_list_entities): The return type changed.
11157         (font_select_entity): The format of the second argument changed.
11158         (font_find_for_lface): Adjuste for the above changes.
11159         Don't suppress the checking of C even if the repertory supports it.
11160         (Flist_fonts): Adjust for the above changes.
11162         * ftfont.c (ftfont_spec_pattern): New arg langname.  Change caller.
11163         (ftfont_list): Adjust for the change of ftfont_spec_pattern.
11164         Reject a font who has adstyle property that is different from a
11165         langname derived from registry property.
11166         (ftfont_match): Adjust for the change of ftfont_spec_pattern.
11168 2009-07-13  Eli Zaretskii  <eliz@gnu.org>
11170         * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
11171         local copy of dirfilename.
11173 2009-07-13  Kenichi Handa  <handa@m17n.org>
11175         * chartab.c (sub_char_table_ref_and_range): Fix the range check
11176         against max_char.
11178         * cmds.c (internal_self_insert): Check sym by SYMBOLP before
11179         calling XSYMBOL (sym).
11181 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
11183         * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
11184         New function.
11185         (directory_files_internal) [WINDOWSNT]:
11186         Bind w32-get-true-file-attributes to either t or nil, depending whether
11187         the filesystem of the directory is fast or slow.
11189         * w32.c (logon_network_drive): Don't assume PATH is an absolute
11190         file name.
11191         (is_slow_fs): New function.
11192         (stat): Use it to determine whether to issue more system calls to
11193         get accurate file attributes, when w32-get-true-file-attributes is
11194         `local'.
11196 2009-07-10  Jan Djärv  <jan.h.d@swipnet.se>
11198         * xfns.c (Fx_select_font): Remember last font selected in
11199         x_last_font_name and use that the next time.  Also try the frame
11200         parameter font-parameter as default to the font dialog.
11202 2009-07-10  Kenichi Handa  <handa@m17n.org>
11204         * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
11206 2009-07-09  Eli Zaretskii  <eliz@gnu.org>
11208         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
11210         * w32.c (stat): Treat UNC file names as residing on remote
11211         drives.  (Bug#3542)
11213 2009-07-09  Kenichi Handa  <handa@m17n.org>
11215         * fontset.c (fontset_find_font): Fix previous change.
11217 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
11219         * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
11220         (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
11221         error flag.
11223 2009-07-08  Kenichi Handa  <handa@m17n.org>
11225         * fontset.c (fontset_find_font): Fix the logic of handling
11226         charset_matched.
11227         (font_for_char): Delete unused var.
11228         (generate_ascii_font_name): Delete it.
11230         * coding.h (JIS_TO_SJIS2): Fix the code range check.
11232         * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
11233         (encode_coding_sjis): Fix the code range check.
11235 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
11237         * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
11238         (Fexpand_file_name): Copy string data properly (Bug#3772).
11240 2009-07-07  Jan Djärv  <jan.h.d@swipnet.se>
11242         * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
11243         first MapNotify.
11245 2009-07-07  Kenichi Handa  <handa@m17n.org>
11247         * character.h (unibyte_has_multibyte_table): Delete extern.
11248         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
11250         * charset.c (Fset_charset_priority): Update charset_unibyte.
11251         (syms_of_charset): Initialize charset_unibyte.
11253         * character.c (unibyte_has_multibyte_table): Delete it.
11254         (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
11255         charset_unibyte.
11256         (multibyte_char_to_unibyte_safe): Likewise.
11257         (Funibyte_char_to_multibyte): Don't check charset_unibyte.
11259         * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
11260         (x_produce_glyphs): Likewise.
11262         * .gdbinit (xcharset): Fix the treating $arg0.
11264 2009-07-04  Eli Zaretskii  <eliz@gnu.org>
11266         Emulation of `getloadavg' on MS-Windows.
11267         * w32.c: Include float.h.
11268         (g_b_init_get_native_system_info, g_b_init_get_system_times)
11269         (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
11270         (get_native_system_info, get_system_times): New functions.
11271         (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
11272         (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
11273         (globals_of_w32): Initialize g_b_init_get_native_system_info,
11274         g_b_init_get_system_times, and num_of_processors.
11276 2009-07-03  Jason Rumney  <jasonr@gnu.org>
11278         * w32term.c (w32_initialize): Use standard types.
11280 2009-07-03  Eli Zaretskii  <eliz@gnu.org>
11282         * dired.c (Ffile_attributes): Decode user and group names by the
11283         locale's encoding.  (Bug#3443)
11285 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
11287         * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
11288         (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
11290         * callproc.c (child_setup): Use #else instead of a separate #ifdef.
11292         * term.c (init_tty): Remove spurious #ifdef.
11294         * m/mips.h: Mention this file is also used for netbsd.
11295         * m/pmax.h: Remove file.
11297 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11299         * xterm.h (struct x_display_info): Add invisible_cursor.
11300         (struct x_output): Add current_cursor.
11302         * xterm.c (XTtoggle_invisible_pointer): New function.
11303         (x_define_frame_cursor): Don't define cursor if invisible or the
11304         same as before.  Set current_cursor.
11305         (x_create_terminal): Set toggle_invisible_pointer_hook.
11307         * xfns.c (make_invisible_cursor): New function.
11308         (x_set_mouse_color): Call make_invisible_cursor.
11309         Set current_cursor.
11310         (x_window): Set current_cursor.
11312         * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
11314         * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
11315         inserting a character.
11316         (read_avail_input): Call frame_make_pointer_visible.
11318         * frame.c (Vmake_pointer_invisible): New variable.
11319         (frame_make_pointer_invisible, frame_make_pointer_visible):
11320         New functions.
11321         (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
11323         * frame.h: Declare frame_make_pointer_invisible and
11324         frame_make_pointer_visible.
11325         (struct frame): Add pointer_invisible.
11327 2009-07-02  Jan Djärv  <jan.h.d@swipnet.se>
11329         * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
11330         frame isn't visible.
11331         (xg_frame_resized): If width/height is -1, get size of window
11332         from X server.
11334         * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
11335         for MapNotify.
11337         * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
11338         here or call change_frame_size.  Just call flush_and_sync.
11339         (flush_and_sync): Reintroduce.
11341 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11343         * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
11345         * xterm.c (x_handle_net_wm_state): Also look for sticky.
11346         (x_term_init): Initialize Xatom_net_wm_state_sticky.
11348         * frame.h: Declare Qsticky.
11350         * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
11352         * nsfns.m (ns_frame_parm_handlers): Ditto.
11354         * frame.c: Declare Qsticky.
11355         (frame_parms): Add sticky.
11357         * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
11359         * xterm.h: Declare x_set_sticky.
11361         * xterm.c (x_set_sticky): New function.
11363         * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
11364         (xg_tool_bar_menu_proxy): Attach enter/leave events to
11365         xg_tool_bar_proxy_help_callback.
11367         * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
11369         * frame.c: Qmaximized is new.
11370         (x_set_frame_parameters): Do not handle fullscreen specially.
11371         Only set width and height if explicitly set.
11372         (x_set_fullscreen): Handle Qmaximized.
11373         (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
11374         (syms_of_frame): Initialize Qmaximized.
11376         * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
11377         Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
11379         * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
11380         for Expose event.  Add call to x_check_fullscreen for MapNotify event.
11381         Remove all code w.r.t. fullscreen from ConfigureNotify event.  Do not
11382         set gravity to NorthWestGravity when USE_GTK.
11383         (set_wm_state): New function.
11384         (do_ewmh_fullscreen): Use set_wm_state.  Also handle FULLSCREEN_MAXIMIZED.
11385         (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
11386         (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
11387         or the case when no window manager is running.  That means remove calls
11388         to x_real_positions and x_fullscreen_adjust.
11390         * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
11391         (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
11392         flush_and_sync.
11393         (xg_height_changed): New function.
11394         (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
11395         and gtk_window_set_policy.  Set frame gravity after parsing the
11396         geometry string.
11397         (xg_update_frame_menubar, free_frame_menubar)
11398         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
11399         (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
11400         Remove calls to xg_frame_set_char_size.
11402 2009-07-01  Kenichi Handa  <handa@m17n.org>
11404         * keyboard.c (decode_keyboard_code): New function.
11405         (tty_read_avail_input): Decode the input bytes if necessary.
11407         * coding.c (setup_coding_system):
11408         Initialize coding->carryover_bytes to 0.
11409         (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
11410         use Qno_conversion.
11412 2009-07-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11414         * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
11416 2009-06-30  Chong Yidong  <cyd@stupidchicken.com>
11418         * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
11420 2009-06-30  Jason Rumney  <jasonr@gnu.org>
11422         * w32term.c (w32_initialize): Use GetModuleHandle for library that
11423         is already loaded.
11424         Set user model ID if supported (bug#1849).
11426 2009-06-29  Jim Meyering  <meyering@redhat.com>
11428         Remove useless if-before-xfree test.
11429         * nsfont.m (nsfont_close): Remove useless test.
11430         * term.c (delete_tty): Likewise.
11431         * w32.c (system_process_attributes): Likewise.
11432         * w32font.c (w32font_close): Likewise.
11433         * xfaces.c (x_free_gc): Likewise.
11434         * xselect.c (buffer): Likewise.
11436 2009-06-28  Andreas Schwab  <schwab@linux-m68k.org>
11438         * process.c (send_process): Keep decoded string in a local
11439         variable and protect it from GC.  (Bug#3521)
11441 2009-06-28  Eli Zaretskii  <eliz@gnu.org>
11443         * term.c (create_tty_output) [MSDOS]: #ifdef away.
11444         (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
11446 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11448         * xdisp.c (start_display, handle_face_prop)
11449         (move_it_vertically_backward, cursor_row_fully_visible_p)
11450         (redisplay_window, try_window_id, produce_image_glyph):
11451         Delete some #ifdef-ed out code chunks that are now obsolete.
11453         * xterm.c (x_update_window_begin, x_new_focus_frame)
11454         (x_scroll_bar_handle_click, handle_one_xevent)
11455         (handle_one_xevent, XTread_socket, x_focus_on_frame)
11456         (x_make_frame_visible, x_make_frame_invisible)
11457         (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
11458         code chunks that are now obsolete.
11460 2009-06-28  Michael Albinus  <michael.albinus@gmx.de>
11462         * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
11463         xd_symbol_to_dbus_type.  With Solaris 2.11, it was said to compile
11464         for hours, when optimzation is enabled.
11465         (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
11466         (xd_read_message): Make them static.
11468 2009-06-27  Chuck Blake  <cblake@pdos.csail.mit.edu>  (tiny change)
11470         * term.c (turn_on_face): Allow simultaneously bold and dim
11471         terminal faces (Bug#3530).
11473 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11475         * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
11477         * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
11478         truncation glyphs (Bug#3686).
11480 2009-06-27  Glenn Morris  <rgm@gnu.org>
11482         * m/pmax.h: Restore file, with only netbsd portions.
11484 2009-06-26  David Reitter  <david.reitter@gmail.com>
11486         * nsterm.m (keydown): Avoid infinite loop.
11488 2009-06-26  Peter Jolly  <peter@jollys.org>  (tiny change)
11490         * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
11491         the arg FORCE_SYMBOL.
11493 2009-06-25  Kenichi Handa  <handa@m17n.org>
11495         * fontset.c (fontset_find_font): When a usable rfont_def is found
11496         in a fallback font-group, make it the first element of the group.
11498 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
11500         * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
11502 2009-06-24  Kenichi Handa  <handa@m17n.org>
11504         * fontset.c (fontset_get_font_group): Return 0 if no font-group is
11505         set for C.
11506         (fontset_font): Record the availability of a font for C both in
11507         the realized fontsets of the current one and the default one.
11509 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11511         * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
11512         conditional, it is always defined on AIX.
11514 2009-06-23  Miles Bader  <miles@gnu.org>
11516         * window.c (Vrecenter_redisplay): New variable.
11517         (syms_of_window): Initialize it.
11518         (Qtty): New extern declaration.
11519         (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
11521 2009-06-23  Jim Meyering  <meyering@redhat.com>
11523         * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
11524         Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
11525         pointer dereferences are guaranteed to be valid.
11527 2009-06-23  Kenichi Handa  <handa@m17n.org>
11529         * emacs.c (main): Call init_font ().
11531         * font.h (Vfont_log): Extern it.
11532         (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
11534         * font.c (font_sort_entities, font_list_entities)
11535         (font_matching_entity, font_open_entity)
11536         (font_close_object): Change font_add_log to FONT_ADD_LOG.
11537         (Vfont_log): Delete static.
11538         (font_log_env_checked): Delete this variable.
11539         (font_add_log): Don't check font_log_env_checked.
11540         (font_deferred_log): Check Vfont_log.
11541         (init_font): New function.
11543         * ftfont.c: Change font_add_log to FONT_ADD_LOG.
11545         * w32font.c: Change font_add_log to FONT_ADD_LOG.
11547         * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
11549         * xfont.c: Change font_add_log to FONT_ADD_LOG.
11551         * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
11552         (face_for_char): Don't call font_deferred_log here.
11553         (font_for_char): Likewise.
11555 2009-06-22  Chong Yidong  <cyd@stupidchicken.com>
11557         * w32term.c (x_draw_glyph_string): Use the glyph string's width
11558         rather than its background_width for drawing the overline and
11559         underline (Bug#489).
11561         * xterm.c (x_draw_glyph_string): Use the glyph string's width
11562         rather than its background_width for drawing the overline and
11563         underline (Bug#489).
11564         (xg_default_icon_file): New variable.
11565         (syms_of_xterm): Initialize it to the Emacs SVG icon file.
11566         (x_bitmap_icon): Under GTK, use xg_default_icon_file.
11568         * xdisp.c (Qbefore_string, Qafter_string): Add externs.
11569         (load_overlay_strings): Remove externs.
11570         (fast_find_position): Function deleted.
11571         (mouse_face_from_buffer_pos): New function, based on
11572         fast_find_position.  Correctly handle before-strings,
11573         display-strings, and after-strings (Bug#1220).
11574         (note_mouse_highlight): Use mouse_face_from_buffer_pos.
11576 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
11578         * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
11579         (move_it_in_display_line_to, move_it_in_display_line_to)
11580         (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
11582 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
11584         * Branch for 23.1.
11586 2009-06-21  Jason Rumney  <jasonr@gnu.org>
11588         * w32term.c (keyboard_codepage): New static variable.
11589         (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
11590         (w32_read_socket) [WM_CHAR]: Use it to decode character
11591         input (bug#3237).
11592         (w32_initialize): Initialize it.
11593         (codepage_for_locale): New function.
11595 2009-06-20  Ken Raeburn  <raeburn@raeburn.org>
11597         * process.c (status_message): Pass Faset index argument as a lisp
11598         object, so as to work with USE_LISP_UNION_TYPE.
11600 2009-06-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11602         * coding.c (Ffind_coding_systems_region_internal):
11603         Cache checked characters.
11605 2009-06-18  Kenichi Handa  <handa@m17n.org>
11607         * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
11609 2009-06-18  Andreas Schwab  <aschwab@redhat.com>
11611         * xdisp.c (redisplay_internal): Check that the frame is still
11612         live after redisplay of its windows.
11613         (redisplay_windows): Check that the window is still live.
11615 2009-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11617         * coding.c (detect_coding_utf_16): Fix previous change.
11619 2009-06-16  Kenichi Handa  <handa@m17n.org>
11621         * coding.c (detect_coding_utf_16): Fix the logic of rejecting
11622         UTF-16 by checking the dispersion of Eth and Oth bytes.
11624 2009-06-15  Andreas Schwab  <schwab@linux-m68k.org>
11626         * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
11628 2009-06-15  Kenichi Handa  <handa@m17n.org>
11630         * process.c (status_message): Fix previous change.  Be sure to
11631         decode a localized string.
11633 2009-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11635         * xterm.c (x_delete_terminal): Put previous change in #if 0 and
11636         add comment explaining why.
11638 2009-06-14  Sidney Markowitz  <sidney@sidney.com>
11640         * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
11642 2009-06-14  Adrian Robert  <Adrian.B.Robert@gmail.com>
11644         * nsfont.m (ns_attribute_value): Remove.
11645         (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
11646         (ns_has_attribute): Shrink the normal range.
11647         (ns_findfonts): Don't worry about requested spec in determining
11648         need for synthItal.
11649         (ns_get_covering_families): Retain scriptToFamilies.
11651 2009-06-14  Seiji Zenitani  <zenitani@mac.com>
11653         * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
11655 2009-06-11  Kenichi Handa  <handa@m17n.org>
11657         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
11658         overhang for the static composition case.
11660 2009-06-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11662         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
11663         overhang for the automatic composition case.
11665         * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
11666         composition case.
11668 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
11670         * xdisp.c (get_next_display_element): When handling wrap-prefix
11671         and line-prefix, treat \n as a control character (bug#3502).
11673 2009-06-10  Kenichi Handa  <handa@m17n.org>
11675         * font.c (font_parse_family_registry): Fix for one-char foundry.
11676         (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
11678 2009-06-09  Dmitry Dzhus  <dima@sphinx.net.ru>  (tiny change)
11680         * process.c (status_message): Fix handling of multibyte signal
11681         string (Bug#3499).
11683 2009-06-09  Jim Meyering  <meyering@redhat.com>
11685         * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
11686         color name is missing.
11688 2009-06-09  Kenichi Handa  <handa@m17n.org>
11690         * charset.c (Fmap_charset_chars): In docstring, state clearly that
11691         FROM-CODE and TO-CODE are codepoints of CHARSET.
11693 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
11695         * nsterm.m (ns_use_system_highlight_color): Drop, unused.
11697 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
11699         Changes to support :script/:lang/:otf in NS font driver.
11700         * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
11701         (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
11702         indicate not part of font driver interface, and change callers.
11703         (ns_get_family): Remove pointless null check.
11704         (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
11705         ns_spec_to_descriptor, ns_descriptor_to_entity.
11706         (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
11707         (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
11708         (ns_spec_to_descriptor, ns_descriptor_to_entity)
11709         (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
11710         (ns_get_req_script, ns_accumulate_script_ranges)
11711         (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
11712         New functions.
11713         (nsfont_list, nsfont_match): Use ns_findfonts.
11714         (nsfont_open): Use font descriptor instead of traits.
11715         (nsfont_draw): Handle "automatic" (lookup-table) compositions.
11716         (dump_glyphstring): Rename to ns_dump_glyphstring.
11718         * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
11720         * nsfns.m (Fns_popup_font_panel): Use shared font manager.
11722         * fontset.c (fontset_from_font): Remove NS-specific code.
11724 2009-06-08  Peter Jones  <pjones@pmade.com>  (tiny change)
11726         * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
11727         nonactive windows.
11729 2009-06-08  Felix Mueller  <felix@enqueue.eu>  (tiny change)
11731         * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
11733 2009-06-08  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
11735         * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
11737 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
11739         * xdisp.c (move_it_in_display_line_to): On text-only terminals,
11740         account for the overflowing of newlines into the last glyph on the
11741         display line (Bug#3482).
11743 2009-06-05  David Reitter  <david.reitter@gmail.com>
11745         * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
11746         (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
11747         Fns_selection_exists_p, Fns_selection_owner_p.
11749 2009-06-03  Jason Rumney  <jasonr@gnu.org>
11751         * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
11752         available.  (Bug#3379)
11754 2009-05-29  Kenichi Handa  <handa@m17n.org>
11756         * coding.c (get_translation_table):
11757         Check Venable_character_translation.
11759 2009-05-26  David Reitter  <david.reitter@gmail.com>
11761         * nsterm.m (ns_raise_frame): Only raise frame if visible.
11762         (x_make_frame_visible): Move frame to front rather than calling
11763         ns_raise_frame().
11764         (keyDown:): Do not swallow events that aren't re-sent if frame
11765         isn't key window.
11766         (drawRect:): Do not set visibility/iconified flags because
11767         drawRect may be called by NSView even if the frame is hidden.
11769         * nsfns.m (Fx_create_frame): Follow other ports in
11770         determining visibility; default to t.  Ensure async_visible is set.
11772 2009-05-23  Eli Zaretskii  <eliz@gnu.org>
11774         * dired.c (Ffile_attributes): Doc fix.
11776 2009-05-22  Chong Yidong  <cyd@stupidchicken.com>
11778         * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
11780 2009-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11782         * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
11783         and xfont_scratch_props.
11784         (syms_of_xfont): Do it here instead.
11785         (xfont_find_ccl_program): Delete, unused.
11786         (xfont_open): Delete unused var `i'.
11788 2009-05-21  Kenichi Handa  <handa@m17n.org>
11790         * fontset.c (Qlatin): Don't make it static.
11792         * xfont.c (xfont_chars_supported, xfont_supported_scripts):
11793         New functions.
11794         (xfont_scripts_cache, xfont_scratch_props): New variables.
11795         (Qlatin, Vscalable_fonts_allowed): Extern it.
11796         (xfont_list_pattern): Argument changed.  Callers changed.
11797         Check Vscalable_fonts_allowed.  Check the support of a script.
11798         (xfont_list): Don't reject a font spec with :script property.
11799         (xfont_has_char): Fix setting of encoding.
11800         (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
11801         xfont_scratch_props.
11803 2009-05-19  Kenichi Handa  <handa@m17n.org>
11805         * font.c (font_sort_entities): Rename from font_sort_entites.
11806         Callers changed.
11808 2009-05-18  Kenichi Handa  <handa@m17n.org>
11810         * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
11812 2009-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11814         * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
11815         (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
11817 2009-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11819         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
11820         (x_delete_terminal): Dissociate resource database from display and
11821         then call XrmDestroyDatabase before closing display.
11823 2009-05-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
11825         * nsterm.m (ns_read_socket): Remove unused variable.
11826         * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
11827         whether selected frame is viable before raising it (based on patch
11828         by David Reitter), and improve commentary.
11829         * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
11831 2009-05-15  Kenichi Handa  <handa@m17n.org>
11833         * font.c (Ffont_spec): Check arguments.
11835 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
11837         * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
11838         weight when testing attributes (Bug#3282).
11840 2009-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11842         * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
11843         what we expect to get in the next ConfigureNotify event.
11845         * xftfont.c (xftfont_open): Make sure that Xrender extension is added
11846         before Xft one (Bug#1696).
11848 2009-05-07  David Reitter  <david.reitter@gmail.com>
11850         * nsfns.m (Fx_display_planes): Compute bitplanes using
11851         NSBitsPerPixelFromDepth (Bug#3207).
11853 2009-05-10  Chong Yidong  <cyd@stupidchicken.com>
11855         * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
11857 2009-05-10  Ulrich Mueller  <ulm@gentoo.org>
11859         * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
11861 2009-05-07  David Reitter  <david.reitter@gmail.com>
11863         * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
11864         Respect mouse face background.
11866 2009-05-07  David Reitter  <david.reitter@gmail.com>
11868         * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
11869         Mouse movement/highlight: bracket drawing operations
11870         in ns_update_begin and ns_update_end.
11872 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11874         * nsfns.m (ns_get_screen): Rewrite.
11875         Don't presume selected-frame is of type `ns'.
11877         * font.c (font_update_drivers): Sanity fallback to avoid disabling
11878         all drivers.
11880         * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
11882 2009-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11884         * keyboard.h (add_user_signal): Fix typo in extern.
11886         * lisp.h (add_user_signal): Remove extern.
11888         * unexelf.c (unexec): Consider a section to precede the .bss section
11889         if its addresses overlap that of .bss.
11890         (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
11891         instead of dumping process.
11893 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11895         * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
11897 2009-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11899         * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
11901 2009-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
11903         * xterm.c (x_handle_net_wm_state): Move declaration of lval before
11904         any statements.
11906 2009-05-02  Andreas Schwab  <schwab@linux-m68k.org>
11908         * process.c (read_process_output): Make sure the current buffer is
11909         always restored.
11911         * coding.c (record_conversion_result): Don't modify
11912         Vlast_code_conversion_error for successful result.
11913         (alloc_destination): Don't clobber conversion result.  (Bug#1650)
11915 2009-05-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
11917         * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
11918         (load_charset_map): Remove unnecessary code.
11920 2009-04-30  David Reitter  <david.reitter@gmail.com>
11922         * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
11923         through f24.
11925 2009-04-30  Chong Yidong  <cyd@stupidchicken.com>
11927         * xfaces.c (face_at_buffer_position): New arg base_face_id.
11929         * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
11930         face_at_buffer_position.
11931         (face_before_or_after_it_pos, get_next_display_element)
11932         (note_mouse_highlight): Update face_at_buffer_position call.
11934         * term.c (term_mouse_highlight):
11935         * msdos.c (IT_note_mouse_highlight):
11936         * fontset.c (Finternal_char_font):
11937         * font.c (font_at, font_range): Update face_at_buffer_position call.
11939         * dispextern.h (face_at_buffer_position): Update prototype.
11941 2009-04-30  Kenichi Handa  <handa@m17n.org>
11943         * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
11945 2009-04-29  Andreas Schwab  <schwab@linux-m68k.org>
11947         * callproc.c (Fcall_process): Fix GC protection.  Make sure
11948         current buffer is always restored.
11950 2009-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11952         * atimer.c (init_atimer): Also clear stopped_atimers.
11954         * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
11956         * process.c (create_process): Clean up merger residues of
11957         2008-07-17 change.
11959 2009-04-29  Ulrich Mueller  <ulm@gentoo.org>
11961         * lread.c (Vread_circle): New variable.
11962         (read1): Disable recursive read if Vread_circle is nil.
11964 2009-04-29  Kenichi Handa  <handa@m17n.org>
11966         * fontset.h (set_default_ascii_font): Delete extern.
11968         * fontset.c (set_default_ascii_font): Delete this unused function.
11970         * frame.c (x_set_font): When ARG is a font-object, check if the
11971         font-object matches with the ASCII font-spec of the frame's
11972         fontset.  If not, create a new fontset for the frame.  (Bug #3075)
11974 2009-04-28  Andreas Schwab  <schwab@linux-m68k.org>
11976         * fns.c (Flocale_info): Protect vector from GC during decoding.
11978         * process.c (Fstart_process): Protect argv strings from GC during
11979         encoding.
11981 2009-04-27  Andreas Schwab  <schwab@linux-m68k.org>
11983         * sysdep.c: Include <ctype.h>.
11985 2009-04-27  David Reitter  <david.reitter@gmail.com>
11987         * nsfont.m (nsfont_open): Remove unused variable shrink.
11988         Remove commented-out code.
11990 2009-04-26  Johan Bockgård  <bojohan@gnu.org>
11992         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
11994 2009-04-25  Jason Rumney  <jasonr@gnu.org>
11996         * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
11998 2009-04-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12000         * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
12001         Swap bytes in short integer if fringe bitmap width > 8.
12003 2009-04-23  Kenichi Handa  <handa@m17n.org>
12005         * xfaces.c (Fx_list_fonts): If a font size is specified in
12006         PATTERN, set it in returned scalable fonts.
12008 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
12010         * keyboard.c (Fset_input_meta_mode): Doc fix.
12012         * dispnew.c (Fsend_string_to_terminal): Doc fix.
12014         * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
12016         * coding.c (Fterminal_coding_system): Doc fix.
12018         * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
12019         (Fx_display_pixel_height, Fx_display_planes)
12020         (Fx_display_color_cells, Fx_server_max_request_size)
12021         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
12022         (Fx_display_mm_height, Fx_display_mm_width)
12023         (Fx_display_backing_store, Fx_display_visual_class)
12024         (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
12025         Doc fixes, replacing "terminal id" with "terminal object".
12026         (check_x_display_info): Handle terminal objects instead of
12027         terminal ids.
12029         * term.c (Ftty_display_color_p, Ftty_display_color_cells)
12030         (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
12031         (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
12032         Doc fixes, replacing "terminal id" with "terminal object".
12034 2009-04-21  Kenichi Handa  <handa@m17n.org>
12036         * font.c (font_load_for_lface): Cancel previous change (bug#2994).
12037         (font_score): Check AVGWIDTH too.
12039         * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
12040         worst case.
12041         (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
12042         (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
12044 2009-04-19  Jason Rumney  <jasonr@gnu.org>
12046         The following changes fix Bug#3005 for wide glyphs on each platform,
12047         without reintroducing Bug#1258 for stretch glyphs.
12049         * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
12050         BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR using
12051         get_phys_cursor_geometry.
12053         * w32term.c (x_draw_bar_cursor): Limit cursor width differently
12054         for BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR
12055         using get_phys_cursor_geometry.
12057         * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
12058         correctly calculated.
12060 2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
12062         * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
12063         Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
12064         (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
12065         is deprecated.
12067 2009-04-18  Andreas Schwab  <schwab@linux-m68k.org>
12069         * font.c (font_put_frame_data): Use xfree instead of free.
12071 2009-04-17  Juanma Barranquero  <lekktu@gmail.com>
12073         * w32font.c (Qja, Qko): Remove declarations.
12074         (syms_of_w32font): Don't DEFSYM them.
12076 2009-04-17  Chong Yidong  <cyd@stupidchicken.com>
12078         * font.c (Qja, Qko): Move definitions here from ftfont.c.
12080         * font.h (Qja, Qko): Extern them.
12082         * ftfont.c (Qja, Qko): Remove declarations.
12084         * xfont.c (Qja, Qko): Remove declarations.
12086 2009-04-17  Kenichi Handa  <handa@m17n.org>
12088         * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
12089         string from a vector to handle Latin-1 characters correctly.
12091         * ftfont.c (ftfont_pattern_entity): Return a newly allocated
12092         entity even if the cache hits.
12094 2009-04-16  Andreas Schwab  <schwab@linux-m68k.org>
12096         * search.c (boyer_moore): Use zero as marker value for a possible
12097         match instead of depending on overflow behavior.  (Bug#2844)
12099         * search.c: Use EMACS_INT for buffer positions.  Add prototypes.
12100         * lisp.h: Adjust prototypes.
12102 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
12104         * keyboard.c (adjust_point_for_property): Disable 2009-02-12
12105         change (Bug#3003).
12107 2009-04-16  Kenichi Handa  <handa@m17n.org>
12109         * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
12111         * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
12112         adstyle.
12114         * ftfont.c (Qja, Qko): Don't make them static.
12115         (enum ftfont_cache_for): New enum.
12116         (fc_charset_table): Undo the previous change.
12117         (ftfont_get_latin1_charset): Delete it.
12118         (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
12119         Set FONT_SIZE_INDEX of the entity to 0 for a scalable font.  For a
12120         non-scarable font, try to get AVERAGE_WIDTH.
12121         (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
12122         Change ft_face_cache from a list of a hash-table.  Don't check
12123         `ja' and `ko' adstyle here.
12124         (ftfont_get_fc_charset): Call ftfont_lookup_cache with
12125         FTFONT_CACHE_FOR_CHARET.
12126         (ftfont_get_charset): Undo the previous change.
12127         (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
12128         (ftfont_close): Likewise.
12129         (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
12131         * font.c (font_sort_entites): Change the meaning of the arg
12132         BEST-ONLY.  Don't optimize for VEC of lenght 1.
12133         (font_select_entity): Just return the value of font_sort_entites.
12135         * xfaces.c (merge_face_vectors): Reflect font properties in
12136         to[LFACE_FONT_INDEX] to the other face attributes.  Don't call
12137         font_clear_prop if a face attribute doesn't change.
12139         * charset.h (charset_ksc5601): Extern it.
12141         * charset.c (charset_ksc5601): New variable.
12142         (Fdefine_charset_internal): Set charset_ksc5601.
12143         (init_charset_once): Initialize charset_ksc5601 to -1.
12145 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
12147         * fileio.c (history_delete_duplicates): Remove unused declaration.
12149         * callint.c (history_delete_duplicates): New declaration.
12150         (Fcall_interactively): Remove command history duplicates when
12151         history_delete_duplicates is true.
12153 2009-04-14  Eli Zaretskii  <eliz@gnu.org>
12155         * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
12157 2009-04-14  Kenichi Handa  <handa@m17n.org>
12159         * font.c (Ffont_info): Fix docstring.  Fix the second element of
12160         the returned value (bug#2949).
12162 2009-04-14  Chong Yidong  <cyd@stupidchicken.com>
12164         * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
12166 2009-04-14  Kenichi Handa  <handa@m17n.org>
12168         * xfont.c (xfont_has_char): The font has C if C is ASCII and the
12169         encoding charset is ascii_compatible.
12171         * charset.c (Fdefine_charset_internal): Make charset
12172         ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
12173         code_offset is 0, and covers all ASCII characters.
12175 2009-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12177         * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
12178         (ns_string_to_pasteboard_internal):
12179         * nsmenu.m (process_dialog):
12180         * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
12181         * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
12182         * lisp.h (Fx_load_color_file): Declare.
12184 2009-04-13  Kenichi Handa  <handa@m17n.org>
12186         * font.c (font_delete_unmatched): Preserve the order of list elements.
12187         (font_select_entity): Suppress the code to optimize for the same
12188         kind of fonts.
12189         (font_load_for_lface): Get a font that supports at least ASCII
12190         characters.
12192         * ftfont.c (Qja, Qko): New variables.
12193         (fc_charset_table): Delete uniquifier data for iso8859-1.
12194         (ftfont_get_latin1_charset): New function.
12195         (get_adstyle_property): New function.
12196         (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
12197         bitmap fonts.
12198         (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
12199         Delete iso-8859-1 range from the charset of fonts whose adstyle is
12200         `ko' or `ja'.
12201         (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
12202         (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
12203         (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
12204         property.
12205         (ftfont_open): Call ftfont_lookup_cache with ENTITY.
12206         (syms_of_ftfont): DEFSYM Qja and Qko.
12208 2009-04-09  Kenichi Handa  <handa@m17n.org>
12210         * charset.c (map_charset_chars): For a charset of `superset'
12211         method, fix calculation of code range.
12213         * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
12214         from the list of extra properties.
12215         (font_clear_prop): Be sure to delete `:name' font property.
12217 2009-04-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12219         * dispnew.c (redraw_overlapping_rows): Fix detection of
12220         overlapping for topmost and bottommost rows.
12222         * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
12224 2009-04-06  Jason Rumney  <jasonr@gnu.org>
12226         * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
12228 2009-04-06  Kenichi Handa  <handa@m17n.org>
12230         * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
12232         * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
12234 2009-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12236         * ftfont.c (ftfont_open): Fix checking of the return value of
12237         FT_Load_Char.  Fix setting font->underline_thickness.
12239 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
12241         * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
12242         (Fterminal_parameters, Fterminal_parameter)
12243         (Fset_terminal_parameter): In doc string, refer to terminal
12244         objects rather than terminal ids.
12246 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
12248         * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
12249         ret_lim_data.  (Bug#2867)
12251 2009-04-03  Chong Yidong  <cyd@stupidchicken.com>
12253         * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
12254         so they don't get wider than the window, matching 2006-01-23
12255         change to the partner function in xdisp.c (Bug#2800).
12257 2009-04-03  Kenichi Handa  <handa@m17n.org>
12259         * print.c (print_object): Make each lowest sub_char_table start a
12260         new line (Bug#2866).
12262 2009-04-02  Kenichi Handa  <handa@m17n.org>
12264         * fontset.c (fontset_font): Record no-font when a fontset
12265         explicitly tells not to try another font-specs.
12267 2009-03-30  Pierre Poissinger  <pierre.poissinger@gmail.com>  (tiny change)
12269         * charset.c (map_charset_for_dump): Add missing UNGCPRO.
12271 2009-03-30  Kenichi Handa  <handa@m17n.org>
12273         * fontset.c (fontset_from_font): Specify only registry in a
12274         font-spec for all characters supported by that registry.
12276         * ftfont.c: Fix previous change.  Define ftfont_variation_glyphs
12277         even if HAVE_M17N_FLT is not defined.
12279 2009-03-29  Sebastian Rose  <sebastian_rose@gmx.de>  (tiny change)
12281         * ftfont.c: Conditionalize prototyping and use of
12282         ftfont_variation_glyphs.
12284 2009-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12286         * frame.c (delete_frame): Work around compiler bug.
12288         * editfns.c (general_insert_function): Adjust to insdel.c changes.
12289         * insdel.c (prepare_to_modify_buffer, signal_before_change):
12290         Some more EMACS_INT.
12291         * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
12293         * xdisp.c (dump_glyph): Fix typo.
12295         * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
12296         (adjust_markers_gap_motion, adjust_markers_for_delete)
12297         (adjust_markers_for_insert, adjust_point)
12298         (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
12299         (make_gap, copy_text, count_size_as_multibyte, insert)
12300         (insert_and_inherit, insert_before_markers)
12301         (insert_before_markers_and_inherit, insert_1)
12302         (count_combining_before, count_combining_after, insert_1_both)
12303         (insert_from_string, insert_from_string_before_markers)
12304         (insert_from_string_1, insert_from_gap, insert_from_buffer)
12305         (insert_from_buffer_1, adjust_after_replace)
12306         (adjust_after_replace_noundo, adjust_after_insert, replace_range)
12307         (replace_range_2, del_range, del_range_1, del_range_byte)
12308         (del_range_both, del_range_2, modify_region)
12309         (prepare_to_modify_buffer, signal_before_change)
12310         (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
12311         for buffer positions and sizes.
12312         * lisp.h: Adjust prototypes accordingly.
12314         * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
12315         (non_regular_inserted, non_regular_nbytes, read_non_regular)
12316         (Finsert_file_contents): Use EMACS_INT for buffer positions.
12318         * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
12320 2009-03-27  Jan Djärv  <jan.h.d@swipnet.se>
12322         * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
12323         lines and columns so we keep the same pixel height and width.
12325         * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
12326         the property _NET_WM_STATE has changed.
12327         (x_handle_net_wm_state): New function to update frame parameter
12328         fullscreen.
12329         (x_term_init): Initialize atoms for _NET_WM_STATE.
12331         * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
12333 2009-03-27  Kevin Ryde  <user42@zip.com.au>
12335         * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
12336         Gpm_GetEvent as an error that justifies closing the filedescriptor.
12337         * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
12338         (Fgpm_mouse_stop): Pass that new parameter.
12339         * termhooks.h (close_gpm): Adjust prototype.
12341 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12343         * lisp.h (Fx_focus_frame): Declare.
12345         * callint.c (Fcall_interactively): For '^' just delegate the work to
12346         handle-shift-selection.
12347         (syms_of_callint): Move declaration of shift-select-mode to simple.el.
12349 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
12351         * editfns.c (Ffloat_time): Doc fix (Bug#2768).
12353         * data.c (Qinteractive_form): New variable.
12354         (Finteractive_form): Use it.
12356         * eval.c (Fcommandp): Use Qinteractive_form.
12358 2009-03-24  Jason Rumney  <jasonr@gnu.org>
12360         * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
12361         Calculate total size precisely.  Decode environment variables
12362         before substituting.  (Bug#38)
12364 2009-03-24  Kenichi Handa  <handa@m17n.org>
12366         * font.c (find_font_encoding): Return Qnil for unsupported
12367         encoding (Bug#2722).
12369 2009-03-23  Jan Djärv  <jan.h.d@swipnet.se>
12371         * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
12372         that gdpy is set.
12374 2009-03-22  Alan Mackenzie  <acm@muc.de>
12376         * callint.c (Finteractive): Clarify the doc string - even
12377         promptless elements need \n separators.
12379 2009-03-22  Jason Rumney  <jasonr@gnu.org>
12381         * w32term.c (syms_of_w32term): Doc fix for
12382         x-use-underline-position-properties.
12384 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
12386         * w32.c (getpwuid): Change argument type to unsigned.
12387         (struct w32_id): Change type of `rid' member to unsigned.
12388         (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
12389         argument ID to unsigned.  All callers changed.
12390         (getuid, geteuid, getgid, getegid): Change return type to unsigned.
12392 2009-03-20  Eli Zaretskii  <eliz@gnu.org>
12394         * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
12395         negative, produce a float value.
12397         * dired.c (make_uid, make_gid): New functions.
12398         (Ffile_attributes): Use them to avoid negative UID and GID.
12400 2009-03-20  Juanma Barranquero  <lekktu@gmail.com>
12402         * keyboard.c (Fcurrent_idle_time): Reflow docstring.
12403         (syms_of_keyboard) <command-hook-internal, input-method-function>:
12404         Fix typos in docstrings.
12406 2009-03-19  Kenichi Handa  <handa@m17n.org>
12408         * fontset.c (Fset_fontset_font): When a spec of ASCII font is
12409         changed, use font_load_for_lface to get a new font object.
12410         Call free_realized_fontset after handling ASCII font change.
12412         * frame.c (x_set_font): Handle the case that ARG is a cons.
12414 2009-03-19  Glenn Morris  <rgm@gnu.org>
12416         * fileio.c (Fsubstitute_in_file_name): Doc fix.
12418 2009-03-19  Chong Yidong  <cyd@stupidchicken.com>
12420         * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
12422 2009-03-19  Kenichi Handa  <handa@m17n.org>
12424         * charset.c (load_charset_map_from_file): When a mapfile can't be
12425         loaded, signal an error.
12427 2009-03-18  Eli Zaretskii  <eliz@gnu.org>
12429         * dired.c (Ffile_attributes): Make sure UID and GID are always
12430         positive, even if the value is too large for a positive EMACS_INT.
12431         Doc fix.
12433         * editfns.c (Fuser_login_name): Support float arguments.  Doc fix.
12435 2009-03-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12437         * xmenu.c (xdialog_show): Move Fredisplay call ...
12438         (Fx_popup_dialog): ... here.
12440 2009-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12442         * dired.c (file_name_completion): Disable the first optimization just
12443         installed, since it is not implemented correctly.
12445 2009-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12447         * dired.c (file_name_completion): Check completion-ignored-extensions
12448         only if the entry can affect bestmatch.
12449         Stop the search early, as Ftry_completion already does.
12451 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
12453         * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
12455 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
12457         * keyboard.c (parse_menu_item): Don't display remappings as menu
12458         equivalent bindings (Bug#788).
12460 2009-03-15  Jason Rumney  <jasonr@gnu.org>
12462         * w32term.h (WM_EMACS_PAINT): New message.
12463         * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
12464         * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
12465         before passing to lisp thread.  (Bug#950)
12467 2009-03-14  David Reitter  <david.reitter@gmail.com>
12469         * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
12470         variable as it was never reset.
12471         (ns_term_init): Remove initialization of Lisp-settable defaults
12472         and ns_expand_space.
12473         (-setPanelFromDefaultValues): Remove ns_expand_space.
12474         (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
12475         * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
12476         i.e. no additional spacing, similar to Carbon port.
12478         * nsterm.h: Define KEY_NS_SHOW_PREFS key.
12479         * nsfns.m (ns-popup-prefs-panel): Remove.
12481 2009-03-14  Jan Djärv  <jan.h.d@swipnet.se>
12483         * sound.c (alsa_configure): Remove call to deprecated
12484         snd_pcm_sw_params_set_xfer_align.
12486 2009-03-14  Stephen Berman  <stephen.berman@gmx.net>
12488         * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
12489         after clicking in a detached tool bar.
12490         (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
12492 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12494         * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
12495         int/Lisp_Object mixup).
12497 2009-03-13  Kenichi Handa  <handa@m17n.org>
12499         * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
12500         Handle NAME nil and t correctly.  Callers changed.
12501         (font_def_arg, add_arg, from_arg, to_arg): Delete them.
12502         (set_fontset_font): Change ARG to a vector.  Handle range_list in
12503         ARG correctly.
12504         (Fset_fontset_font): Fix the case that TARGET is both a script
12505         name and charset name.  Adjust the arg to set_fontset_font for
12506         the above change.
12507         (fontset_from_font): Fix previous change.
12508         (Ffontset_info): Adjust for the 2008-07-09 change of fontset
12509         entry.  If FONTSET is the default fontset, don't set the extra
12510         slot of the returning char-table.
12512 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
12514         * nsfns.m (Fx_close_connection): Doc fix.
12515         (Fns_do_applescript): Reflow docstring.
12516         (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
12517         (Fx_display_pixel_width, Fx_display_pixel_height)
12518         (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
12519         Fix typos in docstrings.
12520         (Fns_set_alpha): Fix typos in error messages.
12522 2009-03-12  David Reitter  <david.reitter@gmail.com>
12524         * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
12525         non-key system events on NS.  Formerly, NON_ASCII_KEYSTROKE_EVENT
12526         were used for such events.
12528         * nsterm.m (newFrame, openFile, fulfillService, changeFont)
12529         (toggleToolbar, performDragOperation, runHelp): Use it.
12531         * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
12532         NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
12534 2009-03-11  Kenichi Handa  <handa@m17n.org>
12536         * font.h (font_open_by_spec): Extern it.
12538         * font.c (font_open_by_spec): New function.
12539         (font_open_by_name): Use font_open_by_spec.
12541         * frame.c (x_set_font): When ARG is a font-object, don't alter the
12542         fontset of the frame.
12544         * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
12545         modify the default font of frames that use this fontset.
12546         (num_auto_fontsets): New variable.
12547         (fontset_from_font): Use num_auto_fontsets to decide a fontset
12548         name.  Be sure to set FONTSET_ASCII to the correct font name.
12549         (update_auto_fontset_alist): New function.
12551 2009-03-11  Juanma Barranquero  <lekktu@gmail.com>
12553         * makefile.w32-in: Update dependencies.
12555 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
12557         * nsfns.m (syms_of_nsfns): Remove Qbuffered.
12559 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12561         * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
12563 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
12565         * lread.c (Feval_buffer): Doc fix.
12567 2009-03-09  Kenichi Handa  <handa@m17n.org>
12569         * charset.c (Qfile_name_handler_alist): Extern it.
12570         (load_charset_map_from_file): Temporarily bind
12571         `file-name-handler-alist' to nil while calling openp.  (Bug#2435)
12573 2009-03-06  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
12575         * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
12576         not two, and use NSRectFill instead of NSDrawGroove.  (Bug#2352)
12578 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
12580         * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
12581         (x_set_window_size): Change back to calculated method of setting
12582         toolbar height under Cocoa.  (Bug#2546)
12583         (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
12584         (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
12586         * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
12588         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
12589         accelerator in parens under GNUstep.
12591 2009-03-06  Kenichi Handa  <handa@m17n.org>
12593         These changes are to detect incorrect composition sequence without
12594         looking ahead the source.  (Bug#2370)
12596         * coding.h: Include "composite.h".
12597         (enum compisition_state): New enum.
12598         (struct compisition_status): New struct.
12599         (struct iso_2022_spec): New member cmp_status.
12600         (struct emacs_mule_spec): New struct.
12601         (struct coding_system): New members ctext_extended_segment_len and
12602         embedded_utf_8.  Change the union member
12603         spec.emacs_mule_full_support to spec.emacs_mule.
12605         * coding.c (CODING_ISO_CMP_STATUS): New macro.
12606         (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
12607         (MAX_ANNOTATION_LENGTH): Define to 5.
12608         (ADD_COMPOSITION_DATA): New arg nbytes.
12609         (emacs_mule_char): New arg cmp_status.
12610         (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
12611         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
12612         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
12613         (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
12614         (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
12615         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
12616         (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
12617         (EMACS_MULE_COMPOSITION_END): New macro.
12618         (emacs_mule_finish_composition): New function.
12619         (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
12620         (decode_coding_emacs_mule): Avoid long looking ahead while
12621         handling composition.
12622         (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
12623         (ENCODE_COMPOSITION_RULE): New macro.
12624         (finish_composition): New function.
12625         (MAYBE_FINISH_COMPOSITION): Call finish_composition.
12626         (DECODE_COMPOSITION_START): New implementation.
12627         (DECODE_COMPOSITION_END): Likewise.
12628         (STORE_COMPOSITION_RULE): New macro.
12629         (decode_coding_iso_2022): Avoid long looking ahead while handling
12630         composition, CTEXT extended segment, and embedded UTF-8.
12631         (setup_coding_system): For a coding of type iso-2022, reset
12632         CODING_ISO_EXTSEGMENT_LEN (coding) and
12633         CODING_ISO_EMBEDDED_UTF_8 (coding).
12634         (get_translation): Delete arguments last_block, from_nchars,
12635         to_nchars.  Callers changed.
12636         (produce_chars): Don't modify charbuf.  Adjusted for the change of
12637         get_translation.
12638         (produce_composition): Adjust for the new annotation sequence.
12639         (handle_composition_annotation): Likewise.
12640         (consume_chars): Adjust for the change of get_translation.
12642 2009-03-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
12644         * nsterm.m (ns_select): Shortcircuit if reentrant call.  (Bug#2564)
12646 2009-03-05  Kenichi Handa  <handa@m17n.org>
12648         * font.c (font_select_entity): New function.
12649         (font_find_for_lface): Use font_select_entity to select a font.
12651         * fontset.c (fontset_find_font): If a font found without
12652         restricting to the characters C doesn't support C, try to find a
12653         font with C restriction.
12655 2009-03-04  Nikolaj Schumacher  <me@nschum.de>
12657         * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
12659 2009-03-04  Jason Rumney  <jasonr@gnu.org>
12661         * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
12662         characters that have already been read.  (Bug#2569)
12664         * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
12665         Log an error message if check_image_size failed.
12666         (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
12667         (gs_load): Mention max-image-size in size error message.  (Bug#2560)
12669 2009-03-02  Eli Zaretskii  <eliz@gnu.org>
12671         * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
12672         when decoding process output.
12674 2009-03-01  Richard M Stallman  <rms@gnu.org>
12676         * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
12678         * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
12680 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
12682         * coding.c (decode_coding_utf_8, decode_coding_utf_16)
12683         (decode_coding_emacs_mule, decode_coding_iso_2022)
12684         (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
12685         (decode_coding_raw_text, decode_coding_charset)
12686         (setup_coding_system, decode_eol, decode_coding, consume_chars):
12687         Honor inhibit-eol-conversion.  (Bug #2186)
12689 2009-02-28  Jason Rumney  <jasonr@gnu.org>
12691         * coding.c (detect_coding_charset): If not checking latin extra,
12692         fail on characters between 0x80 and 0xA0.  (Bug#2354)
12694 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
12696         * coding.c (detect_coding_charset): Fix change from 2008-10-21.
12697         Also, check iso-latin-*, not only iso-8859-*.  (Bug#2497)
12699 2009-02-27  Glenn Morris  <rgm@gnu.org>
12701         * callint.c (Finteractive): Doc fix.
12703 2009-02-27  Kenichi Handa  <handa@m17n.org>
12705         * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
12707 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
12709         * font.c (font_style_to_value): Set value for unknown symbols to
12710         100 instead of 255.
12711         (weight_table, slant_table, width_table): Treat "unspecified" as
12712         the default value.
12714 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
12716         * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
12718 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
12720         * lread.c (Fload): Stop checking Vloads_in_progress and signal
12721         error as soon as a recursive load is detected.
12723 2009-02-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
12725         * nsterm.m (ns_ring_bell): Convert rect to window coordinates
12726         before caching.
12728 2009-02-24  Kenichi Handa  <handa@m17n.org>
12730         * fontset.c (fontset_find_font): Fix the condition for checking
12731         unavailable font.
12733 2009-02-24  Glenn Morris  <rgm@gnu.org>
12735         * xfaces.c (Finternal_set_font_selection_order): Remove leading
12736         whitespace that confuses documentation.
12738 2009-02-23  Miles Bader  <miles@gnu.org>
12740         * process.c (Flist_system_processes, Fprocess_attributes)
12741         (syms_of_process): Rename `system-process-attributes' to
12742         `process-attributes'.
12744 2009-02-22  Andreas Schwab  <schwab@linux-m68k.org>
12746         * coding.h (struct coding_system): Make safe_charsets a pointer to
12747         unsigned char.
12748         * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
12749         being 255.
12750         (SAFE_CHARSET_P): Likewise.
12751         (setup_iso_safe_charsets): Properly setup safe_charsets.
12752         (Fdefine_coding_system_internal): Likewise.
12753         (setup_coding_system): Likewise.  Remove unneeded casts.
12754         (detect_coding_iso_2022): Compare Viso_2022_charset_list with
12755         CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.
12756         Remove unneeded casts.
12758         * insdel.c (del_range_2): Don't modify gap contents when called
12759         from decode_coding_object.  (Bug#1809)
12761 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
12763         * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
12764         Qfont_object.
12765         (Ftype_of): Recognize font objects.
12767         * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
12769         * font.c (Qfont_spec, Qfont_entity, Qfont_object):
12770         Definitions moved to data.c.
12772 2009-02-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
12774         * nsterm.m (x_make_frame_invisible): Unset async_visible,
12775         async_iconified.  Based on a patch by Christian Lynbech
12776         <christian.lynbech@tieto.com>.
12777         (EmacsView-windowDidMiniaturize:): Unset async_visible.
12779 2009-02-20  Glenn Morris  <rgm@gnu.org>
12781         * syntax.c (Fskip_chars_forward): Fix doc typo.
12783 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
12785         * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
12787 2009-02-19  Chong Yidong  <cyd@stupidchicken.com>
12789         * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
12791 2009-02-19  Kenichi Handa  <handa@m17n.org>
12793         * coding.c (detect_coding): Preserve coding->mode.
12794         Don't overflow coding->carryover.  (Bug#2370)
12796 2009-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
12798         * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
12800 2009-02-18  Kenichi Handa  <handa@m17n.org>
12802         * font.c (font_check_otf_features): Fix handling of `nil' element.
12803         (Ffont_spec): Describe :lang and :otf in the docstring.
12805 2009-02-16  Andreas Schwab  <schwab@suse.de>
12807         * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
12808         string.
12810 2009-02-16  Kenichi Handa  <handa@m17n.org>
12812         * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
12813         (Bug#1723)
12815 2009-02-14  Chong Yidong  <cyd@stupidchicken.com>
12817         * dispextern.h (struct iterator_stack_entry): New line_wrap member.
12819         * xdisp.c (push_it, pop_it): Save and restore line_wrap.
12820         (handle_line_prefix): Suppress wrapping of wrap prefixes.
12822 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
12824         * msdos.c (MAX_SCREEN_BUF): New macro.
12825         (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
12826         Encode the entire run of glyphs sharing the same face, instead of
12827         doing that one glyph at a time (fixes a bug with displaying
12828         double-size characters).
12830 2009-02-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
12832         * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
12834         * nsmenu.m (pop_down_menu): Check popup_activated_flag.
12835         (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
12836         pop_down_menu do the cleanup work as it is always called.  (Bug#2154)
12838         * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
12839         set fontset font for "mathematical-" sub-scripts.  (Bug #2218)
12841 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12843         * keyboard.c (adjust_point_for_property): Allow stopping between two
12844         invisible areas.
12846 2009-02-12  Jason Rumney  <jasonr@gnu.org>
12848         * w32font.c (check_face_name): Check for fake helv.  (Bug#2275)
12849         (add_font_entity_to_list): Call check_face_name even when family
12850         is unspecified.
12852         * w32term.c (x_display_pixel_height, x_display_pixel_width):
12853         Release DC when finished.  Use NULL window to refer to desktop.
12854         (w32_term_init): Use NULL window to refer to desktop.  (Bug#460)
12856         * w32font.c (add_font_entity_to_list): Fix check for substituted
12857         raster fonts.  (Bug#2219)
12859 2009-02-12  Kenichi Handa  <handa@m17n.org>
12861         * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
12862         (composition_gstring_width): Fix handling of LGLYPH_YOFF.
12863         (autocmp_chars): Use fast_looking_at.  Don't compose more
12864         characters than MAX_COMPOSITION_COMPONENTS.
12865         (find_automatic_composition): While looking forward and backward,
12866         check static composition.  Fix where to stop looking forward.
12867         (composition_adjust_point): Fix checking of static composition.
12868         (Fcomposition_get_gstring): Pay attention to
12869         MAX_COMPOSITION_COMPONENTS.
12871         * lisp.h (fast_looking_at): Extern it.
12873         * search.c (fast_looking_at): New function.
12875         * term.c (encode_terminal_code): Adjust for the change of
12876         <struct glyph>.u.cmp.to.
12877         (append_composite_glyph): Likewise.
12879         * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
12880         <struct glyph>.u.cmp.to.  Check if the glyph belongs to the same
12881         composition.
12882         (append_composite_glyph): Adjust for the change of
12883         <strcut glyph>.u.cmp.to.
12885 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
12887         * casetab.c (init_casetab_once):
12888         * coding.c (ALLOC_CONVERSION_WORK_AREA):
12889         * font.c (font_update_lface):
12890         * fontset.c (Fnew_fontset):
12891         * ftfont.c (ftfont_drive_otf):
12892         * xfont.c (xfont_open):
12893         * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
12895 2009-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12897         * fileio.c (Fwrite_region): !NILP -> CONSP.
12899 2009-02-10  Andreas Schwab  <schwab@suse.de>
12901         * process.c (send_process): Properly relocate pointer into data
12902         when using encoded data.  (Bug#2272)
12904 2009-02-08  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
12906         * coding.c (detect_coding_charset): Fix previous change.
12908 2009-02-08  Jason Rumney  <jasonr@gnu.org>
12910         * w32fns.c (w32_hide_hourglass): Handle case where frame
12911         disappeared while hourglass was displayed.  (Bug #2193)
12913 2009-02-07  Andreas Schwab  <schwab@suse.de>
12915         * unexelf.c (unexec): Fix error message.
12917 2009-02-07  Adrian Robert  <Adrian.B.Robert@gmail.com>
12919         * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
12920         when modal window is active.  (Bug #2152)
12921         (applicationShouldTerminate:): Remove now-unneeded while loop
12922         around NSRunAlertPanel.
12924         * nsmenu.m (popupSession): New file-global variable.
12925         (pop_down_menu): End the popupSession before closing dialog.
12926         (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
12927         (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
12928         don't query NSApp for events (just sleep instead).
12930 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
12932         * coding.c (syms_of_coding) <translation-table-for-input>:
12933         Modify doc string to discourage use for character code unification.
12935 2009-02-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12937         * atimer.c (run_timers): Update pending_atimers.
12939 2009-02-06  Chong Yidong  <cyd@stupidchicken.com>
12941         * image.c (svg_load_image): Fix last change.
12943         * xfns.c (Fx_create_frame): Signal an error if no font is
12944         found (Bug#2147).
12946 2009-02-05  Juanma Barranquero  <lekktu@gmail.com>
12948         * character.c (syms_of_character) <script-representative-chars>:
12949         Fix typo in docstring.
12951 2009-02-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
12953         * nsmenu.m (pop_down_menu): New function.
12954         (ns_popup_dialog): Call it on unwind.
12955         (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
12956         call timer_check() (Bug#2154).
12957         (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
12958         handling_signal is set.
12959         (EmacsMenu-fillWithWidgetValue:): Set submenu title.
12961         * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
12963         * s/darwin.h: Same and NO_SOCK_SIGIO as well.
12965         * nsterm.m (ns_read_socket): Same and don't set handling_signal.
12967         * keyboard.c (poll_for_input_1, handle_async_input):
12968         Set handling_signal under HAVE_NS.
12970 2009-02-04  Glenn Morris  <rgm@gnu.org>
12972         * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
12974 2009-02-04  Kenichi Handa  <handa@m17n.org>
12976         * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
12978         * charset.c (Fchar_charset): New optional arg restriction.
12980         * coding.h (coding_system_charset_list): Extern it.
12982         * coding.c (coding_system_charset_list): New function.
12984         * composite.c: Include coding.h and termhooks.h.
12985         (composition_gstring_p): Fix for the terminal case.
12986         (composition_gstring_width): Likewise.
12987         (fill_gstring_body): Likewise.
12988         (autocmp_chars): For terminal, call Fcomposition_get_gstring with
12989         the frame.
12990         (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
12991         is within a composition.
12992         (Fcomposition_get_gstring): Fix the terminal case.
12994         * term.c (encode_terminal_code): Fix handling of composition.
12995         (produce_composite_glyph): For static composition, get pixel_width
12996         from struct composition.
12998 2009-02-02  Andreas Schwab  <schwab@suse.de>
13000         * unexelf.c (unexec): Handle unaligned bss offset.
13002 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
13004         * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
13005         XT,w32read_socket changes to ns_read_socket.
13007         * keyboard.c (handle_interrupt): Don't call
13008         quit_throw_to_read_char() under NS.
13010         * blockinput.h: Remove NS-specific code.
13012 2009-01-30  Dan Nicolaescu  <dann@ics.uci.edu>
13014         * dispnew.c (window_change_signal): Don't try to get the size of a
13015         suspended tty frame.
13016         * term.c (Fresume_tty): Resize if the size has changed while the
13017         tty was suspended.
13019         * alloc.c (mark_stack): Properly conditionalize previous change.
13021 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
13023         * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
13024         * w32term.c (w32_read_socket) [SYNC_INPUT]:
13025         Remove; this code is not used on Windows.
13027 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
13029         * coding.c (detect_eol, decode_eol): Handle text with DOS-style
13030         EOLs that also has stray ^M characters.
13032 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
13034         * atimer.c (run_timers, alarm_signal_handler):
13035         * keyboard.c (pending_signals, handle_async_input, init_keyboard):
13036         * w32inevt.c (w32_console_read_socket):
13037         * w32term.c (w32_read_socket):
13038         * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
13040 2009-01-30  Chong Yidong  <cyd@stupidchicken.com>
13042         * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
13043         Initialize it as a relative filename pattern.
13044         (init_callproc): Don't initialize Vtemp_file_name_pattern here.
13045         (Fcall_process_region): Simplify temp file creation using
13046         temporary-file-directory.
13048 2009-01-29  Eli Zaretskii  <eliz@gnu.org>
13050         * msdos.c: Rename pending_signals to msdos_pending_signals.
13051         (sig_suspender, sigprocmask): Adjust.
13053 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
13055         * keyboard.c (pending_signals): New var.
13056         (poll_for_input, input_available_signal, init_keyboard): Set it.
13057         (process_pending_signals): New function.
13059         * lisp.h (QUIT): Check pending_signals instead of
13060         interrupt_input_pending.  Use process_pending_signals.
13062         * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
13064         * process.c (wait_reading_process_output): Use process_pending_signals.
13066         * sysdep.c (emacs_write): Use process_pending_signals.
13068         * xterm.c (XTread_socket): Update pending_signals.
13070         * w32term.c (w32_read_socket): Update pending_signals.
13072         * w32inevt.c (w32_console_read_socket): Update pending_signals.
13074 2009-01-29  Kenichi Handa  <handa@m17n.org>
13076         * xftfont.c (xftfont_has_char): New function.
13077         (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
13079 2009-01-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
13081         * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
13082         under GNUstep.
13083         (ns_query_color): New declaration.
13085         * nsterm.m (ns_confirm_quit): New variable.
13086         (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
13087         (EmacsApp-applicationShouldTerminate:): Use it.
13088         (EmacsPrefsController): Let user set it.
13089         (ns_query_color): New function.
13090         (ns_defined_color): Use it.
13091         (ns_initialize): Drop.
13092         (ns_term_init): Add two lines from ns_initialize(), and set
13093         input_interrupt_mode to nil.
13095         * image.c (svg_load_image): Don't right-shift background RGB when
13096         obtained from FRAME_BACKGROUND_PIXEL.  Under HAVE_NS use ns_query_color.
13098 2009-01-28  Kenichi Handa  <handa@m17n.org>
13100         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
13101         (fontset_get_font_group): Remember that no font-group is specified
13102         for C.
13104 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
13106         * fns.c (concat): Check for string overflow (bug#1787).
13108         * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
13109         Quadruple undo limits (bug#1501).
13111 2009-01-27  Kenichi Handa  <handa@m17n.org>
13113         * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
13114         directly use GT_Get_Char_index.
13116         * xftfont.c (struct xftfont_info): New member `index'.
13118         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
13119         (Ffontset_font): Adjust for the change of fontset entry.
13121 2009-01-26  Kenichi Handa  <handa@m17n.org>
13123         * fontset.c (fontset_find_font): Fix handling of non-cons return
13124         value of fontset_get_font_group.
13125         (fontset_font): Revert last change.
13127 2009-01-26  Jason Rumney  <jasonr@gnu.org>
13129         * w32font.c (w32font_list_internal): Return quickly if registry is
13130         unknown.  Simplify final return.
13131         (add_font_entity_to_list): Break complex logic down into more
13132         manageable chunks.  Move unknown registry check to
13133         w32font_list_internal.
13135 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
13137         Changes to remove Feval calls from GUI under NS.
13139         * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
13140         Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
13141         Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
13143         * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
13144         (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
13145         (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
13146         instead of NON_ASCII_KEYSTROKE_EVENT.
13147         (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
13148         (EmacsApp-applicationShouldTerminate:): Query user.
13149         (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
13150         instead of Feval.
13152         * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
13154         * keyboard.c (kbd_buffer_get_event): Check for it.
13155         (keys_of_keyboard): Define lispy keys for
13156         ns-put/unput-working-text.
13158         * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
13159         versions.
13160         (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
13162 2009-01-25  Chong Yidong  <cyd@stupidchicken.com>
13164         * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
13165         setting current_buffer directly.  (Bug#2044)
13167 2009-01-24  Chong Yidong  <cyd@stupidchicken.com>
13169         * fontset.c (fontset_font): If we know there is no font, don't do
13170         any work.  (Bug#1952, bug#1990).
13172         * font.c (font_parse_xlfd): Handle patterns of length < 2.  (Bug#1802)
13174 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
13176         * emacs.c (main): Do fork+exec under --daemon in Cocoa.
13177         (ns_no_defaults): New declaration.
13178         (main): Use it.
13180         * nsterm.h (ns_no_defaults): New declaration.
13182         * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
13184         * nsterm.m (ns_no_defaults): New variable.
13185         (ns_initialize): Don't read defaults when ns_no_defaults.
13186         (EmacsView-readSelectionFromPasteboard:)
13187         (writeSelectionToPasteboard:types:): New stubbed-out methods for
13188         NSServicesRequests protocol.  (Bug#1435)
13189         (ns_dumpglyphs_stretch): New function.
13190         (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
13191         of 2008-11-15 to other terms.  (Bug#615)
13193         * nsimage.m (setPixmapData:): Set to ignore image DPI.
13195 2009-01-23  Giorgos Keramidas  <keramida@freebsd.org>  (tiny change)
13197         * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
13198         call for Sparc64.
13200 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
13202         * nsfns.m:
13203         * nsgui.h:
13204         * nsmenu.m:
13205         * nsselect.m:
13206         * nsterm.h:
13207         * nsterm.m: Remove '23' comments that indicated code added during
13208         update from emacs-20 -> emacs-23.
13210 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
13212         * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
13213         ns_alternate_modifier.  (Bug#1217)
13215         * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
13216         Display all shortcuts, including those w/o super modifier.
13218         * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
13220 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
13222         * fileio.c (Vwrite_region_post_annotation_function)
13223         (Vwrite_region_annotation_buffers): New vars.
13224         (build_annotations_unwind): Just reset
13225         Vwrite_region_annotation_buffers.
13226         (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
13227         Call write-region-post-annotation-function.
13228         (build_annotations): Add to Vwrite_region_annotation_buffers if
13229         buffer changes.
13231 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
13233         * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
13234         Tiger.
13235         * nsfns.m (ns_do_applescript):
13236         Conditionalize typeUTF16ExternalRepresentation on Tiger.
13238 2009-01-21  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
13240         * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
13242 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
13244         * nsmenu.m (NSMENUPROFILE): Change #if style.
13246         * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
13248         * nsterm.m (x_set_frame_alpha): Add prototype.
13249         (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
13250         handle Ctrl-tab.  (Bug#1841)
13251         (ns_get_color): Use unsigned long long for scanned hex string value.
13252         (ns_term_shutdown): Abort on non SIGTERM signals.
13253         (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
13254         (EmacsPrefsController-setPanelFromDefaultValues): New function.
13255         (EmacsPrefsController-resetToDefaults:): Use it.  (Bug#1801)
13256         (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
13257         (ns_defined_color): Fix settings of the XColor variable fields:
13258         red,green,blue scale to 2-byte, pixel's parts to 1-byte.  (Bug#1663)
13260         * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
13261         DPI.  (Bug#1316)
13262         (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
13263         values in onTiger section.
13265 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
13267         * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
13268         Check return value of font_spec_from_name.
13269         (Fx_list_fonts): Doc fix.  (Bug#1951)
13271         * font.c (font_spec_from_name): Return Qnil if font name could not
13272         be parsed.
13273         (font_parse_name): Treat a `?' character as part of an XLFD.
13275         * fns.c (Fsubstring): Doc fix.
13277 2009-01-19  Kenichi Handa  <handa@m17n.org>
13279         * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
13280         (ftfont_list): Likewise.
13282 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
13284         * dbusbind.c (Fdbus_register_signal):
13285         * process.c (conv_sockaddr_to_lisp):
13286         * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
13288         * callproc.c (Fgetenv_internal): Doc fix.
13290 2009-01-16  Chong Yidong  <cyd@stupidchicken.com>
13292         * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
13293         it is not even used.
13295 2009-01-16  Glenn Morris  <rgm@gnu.org>
13297         * font.c (Ffont_variation_glyphs): Silence compiler.
13299 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
13301         * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
13302         Reported by David Robinow <drobinow@gmail.com>.
13304 2009-01-15  Kenichi Handa  <handa@m17n.org>
13306         * coding.c (detect_coding_system): Fix handling of null_byte_found.
13308 2009-01-14  Jason Rumney  <jasonr@gnu.org>
13310         * frame.c (x_set_font): Always store a font to the font parameter,
13311         never a fontset.  (Bug#1562)
13313 2009-01-14  Kenichi Handa  <handa@m17n.org>
13315         * coding.c (TWO_MORE_BYTES): New macro.
13316         (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
13318 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
13320         * font.c (font_clear_prop): If clearing the family, clear the font
13321         width index too.
13323         * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
13325 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
13327         * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
13328         (do_play_sound): Use it.  Don't pass a hardcoded buffer size to mci
13329         functions, use sizeof.
13331 2009-01-12  Martin Rudalics  <rudalics@gmx.at>
13333         * keyboard.c (read_char): Fix case where last_nonmenu_event
13334         returned a bad value with submenus.  (Bug#447)
13336 2009-01-12  Chong Yidong  <cyd@stupidchicken.com>
13338         * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
13339         family, clear the font width index too.
13341 2009-01-11  Jason Rumney  <jasonr@gnu.org>
13343         * keyboard.c (cmd_error_internal): Exit when errors occur before
13344         frame creation and not in daemon mode.  (Bug#1836)
13346 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
13348         * xdisp.c (pos_visible_p): When iterator stops on the last glyph
13349         of a display vector, backtrack.
13350         (try_window_reusing_current_matrix): Check glyph type before
13351         referencing charpos member.
13353 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
13355         Fix Bug #876:
13357         * coding.c (inhibit_null_byte_detection): New variable.
13358         (detect_coding, detect_coding_system): Don't pay attention to null
13359         bytes if inhibit_null_byte_detection is non-zero.
13360         (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
13361         <inhibit-iso-escape-detection>: Doc fix.
13363 2009-01-09  Jason Rumney  <jasonr@gnu.org>
13365         * w32font.c (add_font_entity_to_list): Don't report unknown
13366         Windows charset as any unrecognized registry.  (Bug#1548)
13367         Only report Unicode Plane 2 fonts as unicode-sip.
13369 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
13371         * xfaces.c (Fx_font_family_list): Delete function.
13372         Move compatibility version to faces.el.
13374         * font.c (Ffont_family_list): Return a list of strings, not symbols.
13376 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
13378         * frame.c (x_set_frame_parameters): Remember requested value for
13379         fullscreen before it's reset by the parameter handler.
13381 2009-01-09  Glenn Morris  <rgm@gnu.org>
13383         * keyboard.c (last_command_char): For clarity, rename to...
13384         (last_command_event): ... and update all users.
13385         (last_input_char): For clarity, rename to...
13386         (last_input_event): ... and update all users.
13387         (last-command-char, last-input-char): Move to subr.el as aliases.
13388         * cmds.c, commands.h: Update for last_command_char rename.
13390 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
13392         * font.c (font_open_for_lface): Handle unspecified height attribute.
13394 2009-01-08  Jason Rumney  <jasonr@gnu.org>
13396         * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
13397         (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
13398         (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
13399         Don't declare.
13400         (syms_of_w32fns): Don't define x-pointer-shape variable.  (Bug#1485)
13401         (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
13403 2009-01-07  Kenichi Handa  <handa@m17n.org>
13405         * fileio.c (Finsert_file_contents): In the case of replace,
13406         remember the coding system used for decoding in
13407         coding_system (Bug#1039).
13409         * coding.c (decode_coding_utf_8): Check byte_after_cr before
13410         breaking the loop.  (Bug#870)
13411         (decode_coding_utf_16, decode_coding_emacs_mule)
13412         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
13413         (decode_coding_charset): Likewise.
13415 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
13417         * frame.c (x_set_frame_parameters): Make sure height (width) get
13418         applied when fullwidth (fullheight) is set.  (Bug#1522)
13420 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
13422         * w32.c: Use 64-bit arithmetic to do FILETIME conversions.  (Bug#1766)
13423         (utc_base): Declare as ULONGLONG, not long double.
13424         (convert_time_raw): Delete.
13425         (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
13426         (initialize_utc_base): New function.
13427         (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
13428         (convert_from_time_t): Use initialize_utc_base; compute result with
13429         64-bit arithmetic.
13430         (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
13432 2009-01-03  Eli Zaretskii  <eliz@gnu.org>
13434         * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
13435         (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
13436         (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
13437         (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
13438         [!subprocesses]: Define.
13439         (syms_of_process) [!subprocesses]: Intern and staticpro them.
13440         (Flist_system_processes, Fsystem_process_attributes)
13441         [!subprocesses]: Call list_system_processes and
13442         system_process_attributes instead of returning Qnil.
13444         * dosfns.c (system_process_attributes, list_system_processes):
13445         New functions.
13447         * vm-limit.c (ret_lim_data) [MSDOS]: New function.
13449         * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
13450         Don't use the default (no-op) implementation.
13452 2009-01-03  Jason Rumney  <jasonr@gnu.org>
13454         * keyboard.c (parse_modifiers_uncached): Wheel events are
13455         clicks (bug#687).
13457         * w32term.c (x_query_colors, x_query_color): New functions.
13459         * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
13460         (svg_load_image): Cast returned pointers from dynamically loaded
13461         functions.  Eliminate W32 specific code.
13463 2009-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
13465         * nsfns.m (x_set_foreground_color, x_set_background_color)
13466         (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
13467         (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
13468         x_ prefix instead of ns_.  Update references.
13469         (syms_of_nsfns): Add a FIXME comment.
13471         * nsterm.m (x_set_cursor_type): New prototype.
13472         (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
13474         * sysdep.c (system_process_attributes): Provide Qtime and Qctime
13475         for Solaris instead of incorrectly providing Qutime and Qcutime.
13477 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
13479         * w32.c (process_times): Compute sum of utime and stime.
13480         (system_process_attributes): Add Qtime to the alist.
13482         * sysdep.c (system_process_attributes): Compute Qtime and Qctime
13483         and add them to the alist.
13485         * process.c (top level) <Qtime, Qctime>: New variables.
13486         (syms_of_process): staticpro them.
13487         (Fsystem_process_attributes): Add their documentation to the doc
13488         string.
13490         * process.h: Declare Qtime and Qctime.
13492 2009-01-02  Jason Rumney  <jasonr@gnu.org>
13494         * image.c (Qgobject): New symbol.
13495         (syms_of_image): Initialize it.
13496         (init_svg_functions): Load some functions from gobject library.
13498 2009-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
13500         * frame.c (make_terminal_frame): Remove redundant code and useless
13501         block.
13503 2009-01-01  Andreas Schwab  <schwab@suse.de>
13505         * process.c (conv_sockaddr_to_lisp): Add workaround for
13506         getsockname bug on BSD.
13508 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
13510         * xfns.c (x_create_tip_frame): Set border width of the X window.
13512         * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
13514 2009-01-01  Jason Rumney  <jasonr@gnu.org>
13516         * w32term.c (x_new_font): Return font object, not fontset.  (Bug#119)
13517         Don't block input, as per earlier xterm.c changes.
13519 2008-12-31  Adrian Robert  <Adrian.B.Robert@gmail.com>
13521         * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
13522         (ns_appkit_version_int): New function.
13523         (x-server-version): Use ns_appkit_version_int and follow 21+
13524         convention of returning 3 integers.
13526 2008-12-30  Kenichi Handa  <handa@m17n.org>
13528         * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
13529         (CHAR_SURROGATE_PAIR_P): New macro.
13531         * font.h (struct font_driver): New member get_variation_glyphs.
13533         * font.c (font_range): Don't require a font for a variation selector.
13534         (Ffont_variation_glyphs): New function.
13535         (syms_of_font): Defsubr it.
13537         * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
13538         ftfont_variation_glyphs.
13539         (setup_otf_gstring): New function.
13540         (ftfont_drive_otf): Use it.
13541         (ftfont_shape_by_flt): Handle variation selector.
13542         (ftfont_variation_glyphs): New function.
13544 2008-12-30  Martin Rudalics  <rudalics@gmx.at>
13546         * frame.c (Vemacs_iconified): Remove.
13548 2008-12-30  Jason Rumney  <jasonr@gnu.org>
13550         * frame.c (store_frame_param, x_get_arg): Enable newer code on
13551         WINDOWSNT too, as related changes have already been synced.  (Bug#117)
13553 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
13555         * indent.c (Fvertical_motion): Don't advance iterator if we have
13556         reseated to the desired position.
13558         * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
13559         checking for pos match.
13561 2008-12-30  Kenichi Handa  <handa@m17n.org>
13563         * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
13564         just get the low 8-bit of the code.
13566         * font.c (font_intern_prop): Validate str as multibyte.
13568 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
13570         * dispextern.h (struct face): Move lface and hash from the middle
13571         of bitfields.
13573         * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
13575 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
13577         * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
13578         (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
13579         instead of intervals.h.
13581 2008-12-26  Andreas Schwab  <schwab@suse.de>
13583         * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
13584         cons.
13586 2008-12-26  Martin Rudalics  <rudalics@gmx.at>
13588         * textprop.c (Qminibuffer_prompt): New variable.
13589         (syms_of_textprop): Initialize it.
13590         * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
13591         in minibuffer-prompt face.  (Bug#1662)
13593 2008-12-25  Jason Rumney  <jasonr@gnu.org>
13595         * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
13597 2008-12-24  Jason Rumney  <jasonr@gnu.org>
13599         * ralloc.c (r_alloc_reset_variable): New function.
13601         * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
13602         record of what points where.  (Bug#716)
13604 2008-12-22  Dan Nicolaescu  <dann@ics.uci.edu>
13606         * minibuf.c (read_minibuf): Follow the non-interactive case when
13607         running as a daemon, before detaching.
13609 2008-12-22  Andreas Schwab  <schwab@suse.de>
13611         * buffer.c (init_buffer): Use realloc instead of xrealloc.
13612         * gtkutil.c (free_widget_value): Use xfree instead of free.
13614 2008-12-22  Martin Rudalics  <rudalics@gmx.at>
13616         * frame.c (delete_frame): New function derived from
13617         Fdelete_frame to handle Qnoelisp value for FORCE argument.
13618         Delete last frame iff FORCE equals Qnoelisp.  (Bug#1450)
13619         (Fdelete_frame): Call delete_frame.  Remove line from doc-string
13620         saying that FORCE non-nil doesn't run `delete-frame-functions'.
13621         * frame.h: Extern delete_frame.
13622         * window.c (window_loop):
13623         * terminal.c (delete_terminal):
13624         * xterm.c (x_connection_closed):
13625         * xfns.c (Fx_hide_tip):
13626         * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
13628 2008-12-21  Jason Rumney  <jasonr@gnu.org>
13630         * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
13631         when character maps to .notdef character.
13633 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13635         * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
13637 2008-12-20  Jason Rumney  <jasonr@gnu.org>
13639         * frame.c (Fmake_terminal_frame): Raise an error when called from
13640         a graphical frame on Windows.  (Bug#1325)
13642 2008-12-20  Jan Djärv  <jan.h.d@swipnet.se>
13644         * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
13646 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
13648         * minibuf.c (Fread_buffer): Doc fix.
13650 2008-12-20  Jason Rumney  <jasonr@gnu.org>
13652         * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
13653         server name in UNC paths.  (Bug#719)
13655         * coding.c (decode_coding): Clear chars_at_source flag when using
13656         charbuf.  (Bug#1035)
13658 2008-12-19  Daniel Engeler  <engeler@gmail.com>
13660         * sysdep.c (serial_configure): Fix typo.
13662 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
13664         * sysdep.c: Include alloca.h.
13665         (system_process_attributes): Add implementation for Solaris.
13667         * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
13669 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
13671         Reorganize implementation of Flist_system_processes and
13672         Fsystem_process_attributes.  No functional changes.
13673         * process.c: Don't #include pwd.h, grp.h and limits.h.
13674         (Flist_system_processes): Just call list_system_processes.
13675         (Fsystem_process_attributes): Just call system_process_attributes.
13676         (procfs_list_system_processes, time_from_jiffies)
13677         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
13678         (procfs_get_total_memory, procfs_system_process_attributes): Move ...
13680         * sysdep.c: ... here.  Include pwd.h, grp.h and limits.h.
13681         (list_system_processes): Rename from
13682         procfs_list_system_processes.  Enclose in #ifdef HAVE_PROCFS.
13683         Provide a do nothing implementation.
13684         (system_process_attributes): Rename from
13685         procfs_list_system_processes.
13686         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
13687         (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
13689         * w32.c (list_system_processes): Rename from
13690         w32_list_system_processes.
13691         (system_process_attributes): Rename from
13692         w32_system_process_attributes.
13694         * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
13696         * process.h (w32_list_system_processes)
13697         (w32_system_process_attributes): Remove.
13698         (list_system_processes, system_process_attributes):
13699         New prototypes.
13701 2008-12-19  Kenichi Handa  <handa@m17n.org>
13703         * xfont.c (xfont_decode_coding_xlfd): New function.
13704         (xfont_encode_coding_xlfd): New function.
13705         (xfont_list_pattern): Decode XLFD by iso-8859-1.
13706         (xfont_list): Decode and encode XLFD by iso-8859-1.
13707         (xfont_match): Likewise.
13708         (xfont_list_family): Likewise.
13709         (xfont_open): Likewise.
13711         * ftfont.c (ftfont_open): Generate a multibyte string if given
13712         names are utf-8.
13714         * xftfont.c (xftfont_open): Generate a multibyte string if given
13715         names are utf-8.
13717 2008-12-18  Jan Djärv  <jan.h.d@swipnet.se>
13719         * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
13720         changed.
13721         (xg_tool_bar_proxy_callback): Put focus on the frame after we have
13722         clicked on a detached tool bar button.
13724 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
13726         * emacs.c (main): Print and error and exit when no data is read
13727         from the pipe.
13729 2008-12-17  Jason Rumney  <jasonr@gnu.org>
13731         * w32font.c (w32font_has_char): Always return -1.
13733 2008-12-16  Kenichi Handa  <handa@m17n.org>
13735         * font.c (font_open_entity): Fix previous change.
13737 2008-12-16  Dan Nicolaescu  <dann@ics.uci.edu>
13739         * process.c: Include <limits.h>.
13741 2008-12-16  Chetan Pandya  <pandyacus@sbcglobal.net>  (tiny change)
13743         * font.c (font_update_drivers): Fix mistake in reconstructing the
13744         driver list.
13746 2008-12-16  Chong Yidong  <cyd@stupidchicken.com>
13748         * font.c (font_clear_cache): Fix format of font cache data.
13750 2008-12-15  Chong Yidong  <cyd@stupidchicken.com>
13752         * xftfont.c (xftfont_open): Free Xft font pattern if
13753         XftFontOpenPattern fails.
13755         * xterm.c (x_free_frame_resources): Remove extraneous call to
13756         free_frame_faces.
13758 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
13760         * xterm.c (x_delete_display): Move xim_close_dpy call to
13761         x_delete_terminal.
13762         (x_delete_terminal): Call xim_close_dpy.
13764 2008-12-13  Jason Rumney  <jasonr@gnu.org>
13766         * w32font.c (intern_font_name): New function.
13767         (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
13768         (w32font_open_internal, Fx_select_font): Decode font name.
13769         (fill_in_logfont, list_all_matching_fonts): Encode font name.
13771         * w32font.h (intern_font_name): Declare new function.
13773         * w32uniscribe.c (add_opentype_font_name_to_list):
13774         Use intern_font_name.
13776 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
13778         * frame.c (Fdelete_frame): Call free_font_driver_list.
13780         * font.c (free_font_driver_list): Implement missing function.
13782         * w32term.c (w32_term_init): Don't initialize the image cache
13783         here; it will be done in init_frame_faces.
13785         * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
13786         (struct x_display_info): Remove unused member null_pixel.
13787         New member xim_callback_data.
13789         * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
13790         (xim_initialize): Save pointer to callback function data.
13791         (xim_close_dpy): Free callback function data.  Call XCloseIM,
13792         reverting 2008-11-04 change by David Smith.
13793         (x_term_init): Don't initialize the image cache here; it will be
13794         done in init_frame_faces.  Remove ancient "null_pixel" cruft.
13795         (x_delete_display): Free x_dnd_atoms member.
13797 2008-12-13  Kenichi Handa  <handa@m17n.org>
13799         * font.c (font_rescale_ratio): Move from xfaces.c.
13800         Argument type changed.  Handle a font-spec too.
13801         (font_score): Check Vface_font_rescale_alist.
13802         (font_open_entity): Likewise.  (Bug#1547)
13804         * xfaces.c (font_rescale_ratio): Move to font.c.
13806 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
13808         * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
13810 2008-12-12  Jason Rumney  <jasonr@gnu.org>
13812         * w32fns.c (x_display_info_for_name, Fx_open_connection):
13813         Set Vwindow_system_version to the real w32 major version.
13815 2008-12-12  Dan Nicolaescu  <dann@ics.uci.edu>
13817         * term.c (init_tty): Move setting the terminal name before the
13818         potential user: maybe_fatal.
13820 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
13822         * term.c (tty_free_frame_resources): Rename from delete_tty_output;
13823         all callers changed.  Call free_frame_faces to free the face cache.
13825 2008-12-11  Jason Rumney  <jasonr@gnu.org>
13827         * w32font.c (fill_in_logfont): Don't assume symbol script means
13828         SYMBOL_CHARSET.  (Bug#547)
13830         * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
13831         size for surrogates.  (Bug#1096, bug#872)
13833 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
13835         * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
13837 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
13839         * process.c (Fsystem_process_attributes, syms_of_process):
13840         Fix typo in name of Ssystem_process_attributes.
13841         Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
13843 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
13845         * syntax.c (Fmodify_syntax_entry): Doc fix.
13847 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
13849         * font.c (Ffont_spec): Move usage to end of docstring.
13851 2008-12-10  Jason Rumney  <jasonr@gnu.org>
13853         * w32font.c (Qcham): New symbol.
13854         (font_supported_scripts): Add cham, and comments for other new
13855         scripts in bitfield from OpenType spec.
13856         (add_font_entity_to_list): Limit unicode-sip fonts to those that
13857         contain characters beyond the bmp.
13859 2008-12-10  Kenichi Handa  <handa@m17n.org>
13861         * ftfont.c (fc_charset_table): Add "unicode-sip".
13862         (ftfont_spec_pattern): Lookup fc_charset_table for the registry
13863         Qunicode_sip.
13865 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
13867         * coding.c (QCdefault_char): Rename from QCdefalut_char.
13868         (Fcoding_system_put): Use QCdefault_char.
13869         (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
13871 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
13873         * xftfont.c (syms_of_xftfont): Fix typo.
13875         * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
13877 2008-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
13879         * emacs.c (main): Close daemon_pipe on exec.
13881 2008-12-08  Chong Yidong  <cyd@stupidchicken.com>
13883         * termchar.h (struct tty): New members termcap_term_buffer and
13884         termcap_strings_buffer.
13886         * term.c (encode_terminal_code): Free any previous memory blocks
13887         before calling xmalloc for encode_terminal_src or encode_terminal_dst.
13888         (maybe_fatal): Buffer argument deleted.  Don't free buffer here.
13889         All callers changed.
13890         (init_tty): Store termcap data and string buffers in new struct
13891         tty members termcap_term_buffer and termcap_strings_buffer.
13892         (delete_tty): Free them.
13893         (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
13895 2008-12-07  Seiji Zenitani  <zenitani@mac.com>
13897         * nsfns.m (ns_set_background_color): Remove code duplication.
13898         It was a substitute for face-transparency on OS X 10.3.
13900 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
13902         * coding.c (make_conversion_work_buffer): Disable buffer
13903         modification hooks in the work buffer.
13905 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
13907         * process.c (procfs_system_process_attributes): If `nread' has a
13908         negative value, assign zero to it.
13910 2008-12-05  Chong Yidong  <cyd@stupidchicken.com>
13912         * eval.c (Vdebug_on_error): Doc fix.
13914 2008-12-05  Kenichi Handa  <handa@m17n.org>
13916         * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
13917         second character is a combining character.
13919 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
13921         * process.c (procfs_system_process_attributes): Don't use cmd,
13922         cmdsize, and q without initializing them first.
13924 2008-12-04  Jason Rumney  <jasonr@gnu.org>
13926         * w32font.c (w32font_draw): Initialize orig_clip before getting
13927         it, and delete it when finished.
13929 2008-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
13931         * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
13932         case when running as a daemon before detaching.
13934 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
13936         * w32.c (init_environment): Don't unload library shell32.dll.
13938 2008-12-03  Kenichi Handa  <handa@m17n.org>
13940         * font.c (font_at): Set `multibyte' at first.
13942         * coding.c (decode_coding_charset): Check type of an element of
13943         vector VALIDS.
13944         (encode_coding_emacs_mule): Be sure to set `code'.
13946         * fontset.c (face_for_char): Handle invalid charset property correctly.
13947         (font_for_char): Likewise.
13949 2008-12-03  Chong Yidong  <cyd@stupidchicken.com>
13951         * font.c (Fopen_font): Compute pixel size correctly.
13952         (font_update_lface): Handle fonts with corrupted size specs,
13953         i.e. non-int and non-float.
13955         * ftfont.c (ftfont_match): Initialize entity variable.
13956         (ftfont_resolve_generic_family): Avoid using uninitialized var.
13957         (ftfont_list_family): Initialize list var earlier.
13959         * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
13961         * xterm.c (x_draw_glyph_string): Fall back on
13962         underline_minimum_offset for underline position.
13964 2008-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13966         * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
13968         * character.c (c_string_width): Specify the type for LEN.
13970 2008-12-03  Kenichi Handa  <handa@m17n.org>
13972         * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
13973         (decode_coding_utf_8): Likewise.
13974         (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
13975         (produce_chars): Initialize consumed_chars to 0.
13977 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
13979         * keyboard.c (make_lispy_position): Only use PT if the selected
13980         window is current.
13982 2008-12-02  Andreas Schwab  <schwab@suse.de>
13984         * font.c (font_unparse_fcname): Fix use of uninitialized variable.
13986         * doprnt.c (doprnt1): Fix size of charbuf.
13988 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
13990         * keyboard.c (timer_check): Revert last change.
13992 2008-12-02  Juanma Barranquero  <lekktu@gmail.com>
13994         * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
13996 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
13998         * makefile.w32-in: Update dependencies.
13999         (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
14001 2008-12-01  Andreas Schwab  <schwab@suse.de>
14003         * font.c (register_font_driver): Use xmalloc.
14004         (font_put_frame_data): Likewise.
14006 2008-12-01  Chong Yidong  <cyd@stupidchicken.com>
14008         * xfaces.c (realize_x_face): Make abort condition clearer.
14010         * gtkutil.c (update_frame_tool_bar): Initialize variable.
14012 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
14014         * keyboard.c (timer_check): After a timer runs, ensure that the
14015         selected window's buffer is current.
14017 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
14019         * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
14020         It was accidentally restored by the Unicode merge.
14022         * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
14024 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
14026         * w32proc.c: Include "coding.h".
14027         (Fw32_short_file_name): Encode filename passed to Windows API.
14028         (Fw32_long_file_name): Encode filename passed to Windows API and
14029         decode back the result.  (Bug#1433)
14031 2008-11-29  Kenichi Handa  <handa@m17n.org>
14033         * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
14034         not before accessing it.
14036         * charset.c (Fdefine_charset_internal): After calculating
14037         min_char, max_char, and fastmap, copy the charset structure again.
14038         (encode_char): Fix the previous change.
14040 2008-11-28  Seiji Zenitani  <zenitani@mac.com>
14042         * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
14044         * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
14046         * nsterm.m (x_set_frame_alpha): New function.
14048 2008-11-27  Eli Zaretskii  <eliz@gnu.org>
14050         * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
14052 2008-11-27  Juanma Barranquero  <lekktu@gmail.com>
14054         * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
14055         pointer to check_face_name.
14057 2008-11-27  Kenichi Handa  <handa@m17n.org>
14059         * category.h (SET_CATEGORY_SET): Call set_category_set.
14060         (set_category_set): Extern it.
14062         * category.c (hash_get_category_set): New function.
14063         (Fmodify_category_entry): Adjust for the change of
14064         char_table_ref_and_range.  Call hash_get_category_set to get a
14065         category set to store in the table.
14067         * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
14068         Funify_charset.
14070         * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
14071         (DECODE_CHAR): Check if the decoder vector is ready.
14072         (ENCODE_CHAR): Check if the encoder char-table is ready.
14073         (maybe_unify_char): Extern it.
14075         * charset.c (Vchar_unified_charset_table): Delete it.
14076         (inhibit_load_charset_map): New variable.
14077         (temp_charset_work): New variable.
14078         (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
14079         (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
14080         New macros.
14081         (load_charset_map): Meaning of control_flag changed.
14082         If inhibit_load_charset_map is nonzero, setup a table in
14083         temp_charset_work.
14084         (load_charset): New argument control_flag.
14085         (map_charset_for_dump): New function.
14086         (map_charset_chars): If inhibit_load_charset_map is nonzero, use
14087         map_charset_for_dump.
14088         (Fdefine_charset_internal): If the charset method is MAP, load
14089         mapping tables by calling load_charset.
14090         (Funify_charset): Don't load a mapping table but directly set
14091         Vchar_unify_table.
14092         (maybe_unify_char): New function.
14093         (decode_char): Don't handle the deleted method MAP_DEFERRED.
14094         Handle the case of inhibit_load_charset_map being nonzero.
14095         (encode_char): Don't handle the deleted method MAP_DEFERRED.
14096         Handle the case of inhibit_load_charset_map being nonzero.
14097         (Fclear_charset_maps): Just free temp_charset_work.
14098         (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
14099         variable.
14101         * chartab.c (sub_char_table_ref_and_range): Adjust for the
14102         change of char_table_ref_and_range.
14103         (char_table_ref_and_range): Change the meaning of argument FROM
14104         and TO.  Now the caller must provide initial values for *FROM
14105         and *TO.
14107         * fontset.c (fontset_add): Adjust for the change of
14108         char_table_ref_and_range.
14109         (fontset_get_font_group): Likewise.
14110         (Ffontset_info): Likewise.
14112         * keymap.c (describe_vector): Adjust for the change of
14113         char_table_ref_and_range.  For char-table, put boundary between
14114         non-ASCII and 8-bit characters.
14116         * print.c (print_object): For bool-vector, delete unnecessary
14117         check of ASCII_BYTE_P.
14119 2008-11-26  Jason Rumney  <jasonr@gnu.org>
14121         * w32font.c (w32font_open_internal): Don't include external
14122         leading in font height.  (Bug#879)
14124 2008-11-26  Glenn Morris  <rgm@gnu.org>
14126         * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
14127         redefinition with ifdef.  (Bug#1383)
14129 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
14131         * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
14133 2008-11-24  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
14135         * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
14136         New EmacsView methods.
14137         (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
14138         Fixes bug #1048,1357,1414.
14140 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
14142         Fix bug #1362.
14143         * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
14144         is not an indexed color.
14145         * nsterm.m (free_indexed_color): Add argument checking.
14146         * nsfns.m: Move config.h to before system includes (advised by Dan N.).
14148 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
14150         * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
14151         Document confirm-after-completion value for
14152         minibuffer-completion-confirm.
14154 2008-11-24  Jason Rumney  <jasonr@gnu.org>
14156         * w32font.c (check_face_name): Use xstrcasecmp.  Avoid compiler
14157         warning.
14159 2008-11-23  Jason Rumney  <jasonr@gnu.org>
14161         * w32uniscribe.c (uniscribe_encode_char): Ensure context is
14162         restored before returning.
14164         * w32font.c (check_face_name): New function.
14165         (add_font_entity_to_list): Use it to filter out common substituted
14166         fonts.  (Bug#642)
14168 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
14170         * buffer.c (Fswitch_to_buffer): Reword and mention new option
14171         confirm-nonexistent-file-or-buffer in doc-string.
14173 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14175         * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
14176         Fix copy/paste typo.  Add checks.
14178 2008-11-21  Kenichi Handa  <handa@m17n.org>
14180         * coding.c (detect_coding_iso_2022): Reject invalid composition
14181         sequence.
14182         (DECODE_COMPOSITION_START): If the current source is the last
14183         block, and the current composition doesn't end, regard this
14184         sequence as invalid.
14185         (decode_coding_iso_2022): Handle invalid composition sequence.
14187 2008-11-20  Martin Rudalics  <rudalics@gmx.at>
14189         * window.c (coordinates_in_window): Don't return
14190         ON_VERTICAL_BORDER for the rightmost position of a mode/header
14191         line when the window is not the rightmost one.  (Bug#1372)
14193 2008-11-16  Ben North  <ben@redfrontdoor.org>  (tiny change)
14195         * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
14197 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
14199         * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
14200         and bright_bg if noninteractive is non-zero.
14202 2008-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14204         * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
14205         x_draw_glyph_string_background.
14207         * w32term.c (x_draw_glyph_string): Likewise.
14209 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
14211         * xterm.c (x_draw_glyph_string): Stop drawing the background of
14212         the next glyph string once past the overhang width.
14214         * nsterm.m (ns_draw_glyph_string): Likewise.
14216         * w32term.c (x_draw_glyph_string): Likewise.
14218 2008-11-14  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
14220         * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
14221         double file close.
14223 2008-11-14  Martin Rudalics  <rudalics@gmx.at>
14225         * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
14226         dedicated status of window before attempting to display another
14227         buffer in it.
14229 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
14231         * msdos.c (Fmsdos_long_file_names):
14232         (syms_of_msdos) <dos-unsupported-char-glyph>:
14233         * dosfns.c (Fint86): Fix typos in docstrings.
14235 2008-11-14  Eli Zaretskii  <eliz@gnu.org>
14237         * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
14239 2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14241         * puresize.h (BASE_PURESIZE): Increase to 1260000.
14243 2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
14245         * frame.c (x_set_alpha): Set alpha to -1 if nil given.
14247         * frame.h: Negative alpha means "don't touch".
14249         * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
14251         * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
14253 2008-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14255         * hftctl.c:
14256         * chpdef.h:
14257         * acldef.h: Remove files used only for systems no longer supported.
14259         * Makefile.in: Fix .o alphabetical ordering.
14260         (hftctl.o): Remove dependency, file removed.
14261         (keymap.o, print.o): Depend on charset.h.
14263 2008-11-10  Kenichi Handa  <handa@m17n.org>
14265         * character.c (Fget_byte): Fix and make it faster for unibyte target.
14267 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
14269         * dired.c (file_name_completion): If completion_ignore_case is
14270         enabled, ignore case when checking completion-regexp-list.
14272 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
14274         * vm-limit.c (get_lim_data): Fix last change.
14276 2008-11-08  Kenichi Handa  <handa@m17n.org>
14278         * character.c (Fget_byte): New function.
14279         (syms_of_character): Defsubr Fget_byte.
14281 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
14283         * xdisp.c (try_window_reusing_current_matrix): Ensure that window
14284         cursor position is valid after scrolling.
14286 2008-11-06  Juanma Barranquero  <lekktu@gmail.com>
14288         * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
14290 2008-11-06  Glenn Morris  <rgm@gnu.org>
14292         * xterm.c (handle_one_xevent): Don't let popup menus cause
14293         mouse-autoselect-window related window switching.  (Bug#1261)
14295 2008-11-04  David Smith  <davidsmith@acm.org>  (tiny change)
14297         * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
14299 2008-11-04  Andreas Schwab  <schwab@suse.de>
14301         * xfns.c (Fx_wm_set_size_hint): Add missing return value.
14303 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
14305         * xfns.c (Fx_wm_set_size_hint): New function.
14307 2008-11-03  Martin Rudalics  <rudalics@gmx.at>
14309         * textprop.c (Fprevious_single_char_property_change): Return 0
14310         when there's no change in a string.  (Bug#1301)
14312 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
14314         * frame.c (do_switch_frame): New argument NORECORD passed to
14315         Fselect_window.
14316         (Fselect_frame): New argument NORECORD passed to
14317         do_switch_frame.
14318         (Fset_frame_selected_window): New argument NORECORD passed to
14319         Fselect_frame.
14320         (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
14321         in call of do_switch_frame.
14322         (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
14323         Handle NORECORD argument in call of Fselect_frame.
14324         * lisp.h (do_switch_frame, Fselect_frame)
14325         (Fset_frame_selected_window): Adjust declarations.
14326         * window.c (select_frame_norecord): New function.
14327         (run_window_configuration_change_hook): Use it and call
14328         Fselect_frame with NORECORD set.
14329         (Fselect_window): Pass NORECORD to Fselect_frame.
14330         (Fset_window_configuration): Handle NORECORD argument in call of
14331         do_switch_frame.
14332         * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
14333         Fset_frame_selected_window.
14334         * keyboard.c (command_loop_1): Handle NORECORD in call of
14335         Fselect_frame (currently ifdefd).
14337 2008-11-02  Ulrich Mueller  <ulm@kph.uni-mainz.de>
14339         * emacs.c (USAGE2): Untabify.
14341 2008-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14343         * composite.c (fill_gstring_header): Fix copy/paste typo.
14345 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
14347         * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
14348         (Fother_window): Rename argument and rewrite doc-string.
14349         (select_window_norecord): Fix return value.  (Bug#1276)
14351 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
14353         * w32fns.c (x_create_tip_frame): Prevent default foreground color for
14354         new frames overriding foreground for tooltips.  Based on similar patch
14355         from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)
14357 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
14359         * emacs.c (Fdaemon_initialized): Initialize nfd.
14361 2008-10-29  Martin Rudalics  <rudalics@gmx.at>
14363         * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
14364         (Fwindow_text_height): Clarify doc-strings.
14365         * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
14366         doc-string of window-scroll-functions.
14368 2008-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14370         * category.c (syms_of_category): Fix typo in docstring.
14372 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
14374         * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
14375         (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
14376         Fix typos in docstrings.
14378 2008-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
14380         * emacs.c (daemon_pipe): Make non-static.
14381         (IS_DAEMON): Move definition ...
14382         * lisp.h (IS_DAEMON): ... here.
14383         (daemon_pipe): Declare.
14384         (is_daemon): Remove.
14385         * dispnew.c (init_display): Use IS_DAEMON.
14387 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14389         * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
14390         (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
14392         * emacs.c (is_daemon): Remove.
14393         (main): Don't set is_daemon.
14394         (IS_DAEMON): New macro.
14395         (Fdaemonp, Fdaemon_initialized): Use it.
14396         (Fdaemon_initialized): Write a char into the pipe to make sure the
14397         parent exits.
14398         (syms_of_emacs): Explicitly initialize daemon_pipe[1].
14400 2008-10-27  Chong Yidong  <cyd@stupidchicken.com>
14402         * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
14403         over-sized glyph, draw it with the default glyph width.
14405         * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
14406         glyph, draw it with the default glyph width.
14408         * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
14409         glyph, draw it with the default glyph width.
14411         * xdisp.c (try_scrolling): When computing the distance from the
14412         scroll margin to PT, try moving some distance past the window
14413         bottom before giving up.
14415 2008-10-27  Martin Rudalics  <rudalics@gmx.at>
14417         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
14418         (Fset_window_buffer): Explain in doc-string that a window can be
14419         "strongly" dedicated to its buffer.
14421 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
14423         * emacs.c (daemon_name): New variable.
14424         (main): Deal with --daemon=SERVER_NAME.
14425         (Fdaemonp): Return a name if one was passed to --daemon.
14427 2008-10-26  Romain Francoise  <romain@orebokech.com>
14429         * emacs.c (daemon_pipe): New variable.
14430         (main): Create a pipe before forking, make the parent exit only after
14431         the child has closed its end of the pipe.  Move closing the
14432         descriptors ...
14433         (Fdaemon_initialized): ... here.  New function.
14435 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14437         * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
14438         the previous unoptimized table.
14440         * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
14441         the distinction between non-nil and non-t value of `dedicated'.
14443 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
14445         * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
14446         read_char_minibuf_menu_text is large enough to hold the menu string.
14448 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
14450         * window.c (Fget_buffer_window, Fdelete_windows_on)
14451         (Freplace_buffer_in_windows): Make buffer argument optional and
14452         rename to buffer_or_name.
14454 2008-10-24  Chong Yidong  <cyd@stupidchicken.com>
14456         * xdisp.c (handle_single_display_spec, handle_display_prop):
14457         Undo 2005-05-16 change.
14458         (handle_stop): Pop iterator if it's loaded with an empty string.
14459         (get_overlay_strings_1): Don't save iterator if it's loaded with
14460         an empty string (bug#1201).
14462 2008-10-24  Kenichi Handa  <handa@m17n.org>
14464         * ftfont.c (ftfont_otf_features): Fix previous change.
14465         (ftfont_otf_capability): Check FeatureList.FeatureCount before
14466         calling ftfont_otf_features.
14468 2008-10-24  Kenichi Handa  <handa@m17n.org>
14470         * font.c (font_match_p): Fix for the case that a vector of
14471         characters is in script-representative-chars.
14473 2008-10-24  Michael Albinus  <michael.albinus@gmx.de>
14475         * dbusbind.c (xd_in_read_queued_messages): New variable.
14476         (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros.  Throw Qdbus_error.
14477         (xd_read_queued_messages): Catch Qdbus_error from the macros.
14478         (all): Replace xsignal1, xsignal2, xsignal3 by the respective
14479         macro.  (Bug#1186)
14481 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
14483         * s/sol2-10.h: New file.
14485 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
14487         * xdisp.c (fill_glyph_string): Fix typo in source (though the
14488         poor beast has survived 9+ years and the jump from xterm.c!).
14490 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
14492         * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
14493         Reword doc-string.
14494         (Fbury_buffer): In doc-string say what happens to the buffer's window.
14496 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
14498         * character.c (syms_of_character) <script-representative-chars>:
14499         <unicode-category-table>: Doc fixes.
14501 2008-10-23  Noah Friedman  <friedman@splode.com>
14503         * coding.c (make_conversion_work_buffer): Check that
14504         Vcode_conversion_reused_workbuf is a live buffer, otherwise call
14505         Fget_buffer_create.
14507 2008-10-23  Kenichi Handa  <handa@m17n.org>
14509         * font.c (font_add_log): Check the values of extra properties.
14511 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
14513         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
14514         Reword doc-string.
14515         (Fset_window_parameter): Use NILP.
14516         (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
14517         (Frecenter): Use "selected" instead of "current" window in doc-strings.
14519 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
14521         * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
14523 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
14525         * nsfns.m (ns_appkit_version): New function.
14526         (x-server-version): Use it.
14527         (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
14528         (x-server-vendor): Don't check_ns().
14530         * nsterm.m (syms_of_nsterm): Drop ns-version-string.
14532 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
14534         * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
14535         Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
14537 2008-10-22  Kenichi Handa  <handa@m17n.org>
14539         * syntax.c (scan_words): Call word_boundary_p instead of comparing
14540         scripts.
14542         * category.c (word_boundary_p): Check scripts instead of charset.
14543         Handle nil value in word-separating-categories and
14544         word-combining-categories.
14545         (syms_of_category): Fix docstrings of word-separating-categories
14546         and word-combining-categories.
14548 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
14550         * coding.c (Fencode_coding_region, Fdecode_coding_region)
14551         (Fdecode_coding_string, Fencode_coding_string): Doc fix.
14553 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
14555         * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
14556         Rename arg "buffer" to "buffer_or_name".
14557         (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
14558         it optional.
14559         (no_switch_window): Remove since the return value is not used.
14560         (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
14561         Consider window as dedicated when Fwindow_dedicated_p returns a
14562         non-nil value.
14563         * lisp.h: Remove prototype for no_switch_window.
14565 2008-10-21  Jan Djärv  <jan.h.d@swipnet.se>
14567         * emacs.c (main): Unconditionally set PER_LINUX32 and exec
14568         temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
14570 2008-10-21  Kenichi Handa  <handa@m17n.org>
14572         * coding.c (detect_coding_charset): For iso-8859-* coding systems,
14573         check Vlatin_extra_code_table.
14575 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
14577         * fileio.c (Fset_file_modes): Doc fix.
14579 2008-10-19  Michael Albinus  <michael.albinus@gmx.de>
14581         * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
14582         in arrays.
14584 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
14586         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
14587         Mention kill-buffer in doc-string.
14588         (Fset_window_buffer): Reinsert tem check removed in last commit.
14589         (Fenlarge_window, Fshrink_window): Have argument names and
14590         doc-string follow Elisp manual more closely.
14592 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
14594         * fileio.c (Fset_file_modes): Doc fix.
14596 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
14598         * window.c (Fwindow_width, Fset_window_start)
14599         (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
14600         (Fdelete_windows_on, Freplace_buffer_in_windows):
14601         Make doc-strings follow code and Elisp manual more closely.
14602         (Fwindow_dedicated_p): Make window argument optional.
14603         (Fset_window_dedicated_p): Rename argument "arg" to "flag".
14604         (Fset_window_buffer): Respect any non-nil dedicated value for
14605         window.  Rename "buffer" argument to "buffer_or_name".
14607 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
14609         * m/sh3.h: New file, machine description for SuperH.
14611 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
14613         * window.c (Fsplit_window): Rename arg horflag to horizontal.
14615 2008-10-17  Kenichi Handa  <handa@m17n.org>
14617         * ftfont.c (ftfont_otf_features): Fix indexing
14618         gsub_gpos->FeatureList.Feature.  Check the validity of indices.
14620 2008-10-16  Magnus Henoch  <mange@freemail.hu>
14622         * dbusbind.c (Fdbus_call_method): Unbreak usage line.
14623         (Fdbus_call_method_asynchronously): Ditto.
14624         This change makes C-h f display the argument list.
14626 2008-10-16  Chong Yidong  <cyd@stupidchicken.com>
14628         * fileio.c (Fexpand_file_name): Doc fix.
14630         * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
14631         of :foreground and :background equivalent to unspecified (20.x
14632         compatibility).
14634 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
14636         * buffer.c (syms_of_buffer): Doc fix.
14638 2008-10-14  Kenichi Handa  <handa@m17n.org>
14640         * font.c (font_clear_prop): When clearing font width, clear the
14641         average width field too.
14643 2008-10-12  Andreas Schwab  <schwab@suse.de>
14645         * ftfont.c (ftfont_shape_by_flt): Make static.
14646         * ftfont.h (ftfont_shape_by_flt): Don't declare.
14648         * font.c: Don't include <m17n-flt.h>.
14650 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
14652         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
14654 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
14656         * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
14657         away code.
14659 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
14661         * dispnew.c (update_text_area): Avoid looping due to large glyph
14662         overhangs (bug#1070).
14664 2008-10-09  Kenichi Handa  <handa@m17n.org>
14666         * fontset.c (face_for_char): If face->fontset is negative, just
14667         return ascii_face.
14669         * font.c (font_delete_unmatched): Fix previous change.
14670         Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
14672 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
14674         * frame.c (Fraise_frame): On text-only terminals select frame in
14675         order to make it visible.  (Bug#1061)
14677 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
14679         * fontset.c (fontset_find_font): Check frame validity.
14681 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
14683         * gtkutil.c (xg_display_open): Reset default display if none exists.
14684         (xg_display_close): Allow Emacs to close all displays (bug#985).
14686 2008-10-06  Andreas Schwab  <schwab@suse.de>
14688         * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
14690 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
14692         * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
14694         * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
14696         * gtkutil.c (x_wm_set_size_hint): Return immediately if called
14697         during initialization.
14699 2008-10-04  Eli Zaretskii  <eliz@gnu.org>
14701         * xdisp.c (redisplay_internal): If frame switched, redisplay the
14702         whole thing on MSDOS frames as well as on a TTY.
14704         * dispnew.c (update_frame): Flush termscript for MSDOS frames as
14705         well as for TTY.
14706         (Fopen_termscript): Allow opening a termscript on MSDOS frames as
14707         well as on a TTY.
14709         * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
14710         as well as for TTY.
14712         * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
14714         * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
14715         MSDOS frames as well.
14717 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
14719         * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
14720         correct arguments.
14721         * menu.c (find_and_return_menu_selection): Add cast.
14723 2008-10-03  Glenn Morris  <rgm@gnu.org>
14725         * emacs.c (USAGE1): Add --daemon.
14727 2008-10-02  Eli Zaretskii  <eliz@gnu.org>
14729         * process.c (procfs_system_process_attributes): Multiply `pcpu' by
14730         100, so it's in percents as advertised.
14732 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
14734         * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
14735         (ns_output.current_cursor, ns_output.desired_cursor)
14736         (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
14737         (FRAME_NEW_CURSOR_COLOR): Remove.
14739         * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
14740         (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
14741         enumeration (HOLLOW_BOX_CURSOR, etc.).
14743         * nsterm.m (ns_frame_rehighlight): Remove commented code.
14744         (draw_window_cursor): Simplify code.
14745         (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
14746         Don't change cursor type.  In latter, call rehighlight instead of doing
14747         updates manually.
14748         (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
14749         Use core Emacs cursor types.
14751         * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
14753 2008-10-02  Martin Rudalics  <rudalics@gmx.at>
14755         * process.c (Faccept_process_output): Fix doc-string.
14757 2008-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
14759         * gmalloc.c (__sbrk): Also define for uClibc.
14761         * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
14762         for uClibc.
14764 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
14766         * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
14767         styles.
14768         (nsfont_open): Reenable the cache.
14770 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
14772         * font.c (font_matching_entity): Reflect ATTRS in font selection.
14773         (font_find_for_lface) [HAVE_NS]: Don't ignore case.
14775 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14777         * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
14778         a suspended terminal.
14780 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
14782         * dbusbind.c (xd_signature): Use strcat instead of sprintf.
14784 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
14786         * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
14788 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
14790         * xdisp.c (move_it_to): Don't advance the iterator if the last tab
14791         in a continued line coincides with a line beginning.
14793 2008-09-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
14795         * nsfont.m (nsfont_trait_distance): Fix bug.
14796         (nsfont_list): Return a list rather than a vector (syncs with Handa
14797         changes of 2008-05-14).
14798         (nsfont_open): Improve logging.
14800 2008-09-29  Andreas Schwab  <schwab@suse.de>
14802         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
14804 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
14806         * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
14807         name as char-resolve-modifiers.
14808         Reported by: Markus Triska <markus.triska@gmx.at>
14810 2008-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
14812         * dispnew.c (init_display): Return earlier when running as a daemon.
14814 2008-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
14816         * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
14818 2008-09-27  Eli Zaretskii  <eliz@gnu.org>
14820         * composite.c (Fcomposition_get_gstring)
14821         (Fcompose_region_internal, Fcompose_string_internal)
14822         (Ffind_composition_internal): Doc fix.
14823         (syms_of_composite) <compose-chars-after-function>: Doc fix.
14824         (syms_of_composite) <auto-composition-function>: Doc fix.
14825         (syms_of_composite) <composition-function-table>: Doc fix.
14827 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
14829         * search.c (wordify): New argument for lax word-ends.
14830         (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
14832 2008-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
14834         * lisp.h (is_daemon): Declare.
14835         * dispnew.c (init_display): Do not try to initialize the terminal
14836         when running as a daemon.
14838 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
14840         * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
14841         x_display_pixel_height.
14843 2008-09-22  Martin Rudalics  <rudalics@gmx.at>
14845         * undo.c (record_point): Don't call Fundo_boundary for first
14846         change.  (Bug#731)
14848 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
14850         * emacs.c (Fdaemonp): Doc fix.
14852 2008-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
14854         * emacs.c (main): Place #ifdef in the proper place.
14856 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14858         * emacs.c (standard_args): Add --daemon.
14859         (main): Disconnect from the terminal when --daemon is passed.
14860         (is_daemon): New variable.
14861         (Fdaemonp): New function.
14862         (syms_of_emacs): Defsubr it.
14864 2008-09-20  Chong Yidong  <cyd@stupidchicken.com>
14866         * xdisp.c (get_next_display_element): Handle string display
14867         correctly when checking for the end of a box run.
14869 2008-09-20  Glenn Morris  <rgm@gnu.org>
14871         * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
14872         (syms_of_fileio): Add Qdelete_by_moving_to_trash.
14873         (Frename_file): Avoid copying to trash if a rename involves
14874         a delete.  (Bug#964).
14876 2008-09-20  Eli Zaretskii  <eliz@gnu.org>
14878         * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
14879         (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
14880         frames as well as termcap frames.
14881         (handle_interrupt): Remove "#ifndef MSDOS" around the call to
14882         get_named_tty.
14884 2008-09-19  Eli Zaretskii  <eliz@gnu.org>
14886         * process.c (procfs_system_process_attributes): Fix cmdline in
14887         case /proc/PID/cmdline is empty.
14889         * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
14890         x_display_pixel_height.
14892 2008-09-19  Juanma Barranquero  <lekktu@gmail.com>
14894         * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
14896         * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
14897         (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
14899 2008-09-19  Dan Nicolaescu  <dann@ics.uci.edu>
14901         * dispextern.h (struct it): Move line_wrap away from the middle of
14902         bitfields.  Move voffset in struct iterator_stack_entry after the
14903         bitfields.  Move tab_width near after another short.
14905 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
14907         * frame.h (struct frame): Move alpha from the middle of bitfields.
14909         * window.h (struct window): Move frozen_window_start_p after the
14910         rest of the bitfields to reduce padding.
14912 2008-09-18  Chong Yidong  <cyd@stupidchicken.com>
14914         * xterm.h (x_display_info): Remove `height' and `width' members.
14916         * nsterm.h (ns_display_info): Remove `height' and `width' members.
14918         * w32term.h (w32_display_info): Remove `height', `width',
14919         `height_in', and `width_in' members.
14921         * xterm.c (x_display_pixel_height, x_display_pixel_width):
14922         New functions.
14923         (x_calc_absolute_position): Use them.
14924         (x_term_init): Omit removed `height' and `width' members.
14926         * w32term.c (x_display_pixel_height, x_display_pixel_width):
14927         New functions.
14928         (w32_read_socket, x_calc_absolute_position): Use them.
14929         (w32_initialize_display_info, w32_term_init): Omit removed members
14930         of w32_display_info.
14932         * nsterm.m (x_display_pixel_height, x_display_pixel_width):
14933         New functions.
14934         (ns_initialize_display_info): Omit removed members of ns_display_info.
14936         * xterm.c (x_display_pixel_height, x_display_pixel_width):
14937         New functions.
14938         (x_calc_absolute_position): Use them.
14939         (x_term_init): Omit removed `height' and `width' members.
14941         * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
14942         (compute_tip_xy):
14943         * frame.c (x_fullscreen_adjust):
14944         * xmenu.c (menu_position_func): Use x_display_pixel_height and
14945         x_display_pixel_width.
14947 2008-09-18  Kenichi Handa  <handa@m17n.org>
14949         * composite.c (fill_gstring_header): Don't check FROM and TO here.
14950         (composition_compute_stop_pos): Fix handling of static composition.
14951         (Fcomposition_get_gstring): Check FROM and TO at first.
14953 2008-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14955         * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
14956         mixup (YAILOM).
14958 2008-09-17  Chong Yidong  <cyd@stupidchicken.com>
14960         * indent.c (Fvertical_motion): Use position reported by iterator
14961         instead of PT for determining screen motion (bug#943).
14963 2008-09-17  Romain Francoise  <romain@orebokech.com>
14965         * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
14967 2008-09-17  Kenichi Handa  <handa@m17n.org>
14969         * ftfont.c (ftfont_shape_by_flt): Downcase family name.
14971         * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
14972         if necessary.
14974 2008-09-16  Kenichi Handa  <handa@m17n.org>
14976         * coding.c (make_conversion_work_buffer): Avoid calling
14977         Fget_buffer_create if it is not necessary.
14979 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
14981         * window.c (Fselect_window): Don't update window_select_count and
14982         use_time when norecord is not nil.
14984 2008-09-14  Kenichi Handa  <handa@m17n.org>
14986         * fileio.c (Finsert_file_contents): Delete incorrect decrement of
14987         specpdl_ptr.
14989 2008-09-12  Kenichi Handa  <handa@m17n.org>
14991         * indent.c (scan_for_column): Don't handle automatic composition
14992         if the current buffer is not associated with a window.
14994         * composite.c (composition_reseat_it): If the current buffer is
14995         not associated with a window, ignore the automatic composition.
14996         (find_automatic_composition): Likewise.
14998 2008-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15000         * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
15001         (Fgpm_mouse_stop): Use it.
15002         * termhooks.h (close_gpm): Declare.
15003         * keyboard.c (tty_read_avail_input): Forcefully close the gpm
15004         connection if Gpm_GetEvent fails.
15006         * window.c (set_window_buffer): Always preserve current-buffer.
15008 2008-09-12  Glenn Morris  <rgm@gnu.org>
15010         * charset.c (init_charset): Warn if etc/charsets not found.  (Bug#909)
15012 2008-09-11  Glenn Morris  <rgm@gnu.org>
15014         * charset.c (charset-map-path): Doc fix.
15016 2008-09-10  Kenichi Handa  <handa@m17n.org>
15018         * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
15020         * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
15021         compose a grapheme cluster with the preceding base glyph.
15023         * composite.c (composition_compute_stop_pos): Fix previous change.
15024         Reset cmp_it->id to -1 at first.
15026 2008-09-10  Glenn Morris  <rgm@gnu.org>
15028         * Makefile.in (character.o, chartab.o): Fix config.h typo.
15030 2008-09-09  Chong Yidong  <cyd@stupidchicken.com>
15032         * keyboard.c (read_key_sequence): Reapply translation maps when
15033         switching keyboards.
15035 2008-09-09  Kenichi Handa  <handa@m17n.org>
15037         * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
15038         characters.
15040         * composite.c (FORWARD_CHAR): Fix calculation
15041         of (POSITION).pos_byte.
15042         (composition_compute_stop_pos): Limit the search of composition to
15043         at most 500 characters ahead.  If we reach the limit or find a
15044         newline, set cmp_it->ch to -2 and return 0.
15045         (composition_reseat_it): Handle the case that cmp_it->ch is -2.
15047 2008-09-08  Kenichi Handa  <handa@m17n.org>
15049         * indent.c (Fvertical_motion): Be sure to set
15050         it_overshoot_expected if it.cmp_it.id is non-negative.
15052 2008-09-07  Andreas Schwab  <schwab@suse.de>
15054         * callproc.c (Fcall_process): Don't hold references to string data
15055         across garbage collection.  Move initialisation of new_argv down
15056         to avoid compiler bug.
15058 2008-09-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15060         * process.c (Fsystem_process_attributes): Doc fix.
15062 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
15064         * callproc.c (Fcall_process): Canonicalize current directory name.
15066         * xdisp.c (move_it_to): When moving by vpos, ensure that the
15067         iterator advances to the next line if the current line ends in a
15068         continued tab.
15070 2008-09-07  Teodor Zlatanov  <tzz@lifelogs.com>
15072         * nsfont.m (nsfont_draw): Fix the references to missing gidx data
15073         member to point to cmp_from.
15075         * xdisp.c: Doc fix for references to gidx data member.
15077 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15079         * buffer.c (Fbuffer_swap_text): Reset window->point markers.
15081 2008-09-07  Kenichi Handa  <handa@m17n.org>
15083         * composite.c (FORWARD_CHAR): Check STOP after
15084         incrementing (POSITION).pos.
15086 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15088         * process.c (Fsystem_process_attributes): Doc fix.
15090 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
15092         * keyboard.c (Ftop_level): Doc fix.
15094 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
15096         * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
15097         minibuffer, don't let lower part of menu invade the echo area.
15099         * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
15100         "char *q" to access menu text and advance through it.  Revert the
15101         change that displayed ">" instead of ASCII character 0x10.
15103 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
15105         * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
15106         toggle boxes and radio buttons on MS-DOS as well.
15108 2008-09-05  Kenichi Handa  <handa@m17n.org>
15110         * composite.c (autocmp_chars): Check lookback count.
15111         (composition_compute_stop_pos): Set cmp_it->lookback.
15112         (composition_reseat_it): Check lookback count.
15113         (struct position_record): New struct.
15114         (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
15115         (find_automatic_composition): New function.
15116         (composition_adjust_point): Use find_automatic_composition.
15118         * dispextern.h (struct composition_it): New member lookback.
15120 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
15122         * indent.c (Fvertical_motion): Don't call move_it_by_lines again
15123         if moving by a single line.
15125 2008-09-02  Andreas Schwab  <schwab@suse.de>
15127         * xterm.c (x_delete_display): Fix merge error.
15129         * fileio.c (Fexpand_file_name): Remove unused variables.
15131 2008-09-02  Eli Zaretskii  <eliz@gnu.org>
15133         * fileio.c (Fexpand_file_name): Copy argument `name' into local
15134         storage on all platforms, not just on DOS_NT.
15136 2008-09-02  Jason Rumney  <jasonr@gnu.org>
15138         * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
15139         Ensure mouse is not grabbed after menu is finished.
15141 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
15143         * xfaces.c (Finternal_set_alternative_font_family_alist)
15144         (Finternal_set_alternative_font_registry_alist): Properly copy
15145         entire alist structure.
15147 2008-09-01  Kenichi Handa  <handa@m17n.org>
15149         * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
15150         representative chars of the script is a vector.
15151         (ftfont_list): Handle the case where the representative chars of
15152         the script is a vector.
15154         * character.c (syms_of_character): Docstring of
15155         script-representative-chars fixed.
15157 2008-08-31  Eli Zaretskii  <eliz@gnu.org>
15159         * msdos.c (BUILD_CHAR_GLYPH): New macro.
15160         (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
15161         the menu.  Allocate larger buffer for `text', to account for
15162         possible ^C characters.
15164 2008-08-31  Martin Rudalics  <rudalics@gmx.at>
15166         * xdisp.c (prepare_menu_bars): Don't call
15167         Vwindow_size_change_functions with arg Qt.
15169 2008-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15171         * font.h (font_range):
15172         * fileio.c (report_file_error):
15173         * composite.c (composition_update_it): Yet another int/Lisp_Object
15174         mixup (YAILOM).
15176 2008-08-30  Glenn Morris  <rgm@gnu.org>
15178         * data.c (Fmake_variable_frame_local): Doc fix.
15180         * frame.c (Fmodify_frame_parameters): Doc fix.
15182 2008-08-30  Eli Zaretskii  <eliz@gnu.org>
15184         * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
15185         needed by GetTokenInformation.
15186         (w32_system_process_attributes): Check return values of all system
15187         APIs.
15189         * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
15190         only when the state changes.
15191         (IT_update_begin, IT_update_end): Add termscript trace.
15193         * w16select.c (Fw16_set_clipboard_data): Don't encode text if
15194         clipboard is unavailable.  Set dst to NULL if it doesn't point to
15195         malloc'ed data.
15196         (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
15197         passing random values to xfree.
15199         * dispnew.c (init_display): Set `tty's association in frame's
15200         parameters alist to the name of the terminal device, if that is known.
15202 2008-08-29  Jason Rumney  <jasonr@gnu.org>
15204         * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
15206 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
15208         * composite.c (fill_gstring_body): Avoid compiler warnings.
15210         * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
15211         LGLYPH_SET_CODE to avoid compiler warnings.
15213         * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
15215         * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
15217         * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
15218         LGLYPH_SET_CODE.
15220 2008-08-29  Kenichi Handa  <handa@m17n.org>
15222         * fileio.c (report_file_error): Don't downcase the first character
15223         of errstring if it is still unibyte.
15225 2008-08-29  Kenichi Handa  <handa@m17n.org>
15227         These changes are to re-implement the automatic composition so
15228         that it doesn't use text properties.
15230         * Makefile.in (ftfont.o): Depend on composite.h.
15231         (composite.o): Depend dispextern.h, font.h, frame, and window.h.
15233         * character.h (Vunicode_category_table): Extern it.
15235         * character.c (Vunicode_category_table): New variable.
15236         (syms_of_character): DEFVAR_LISP Vunicode_category_table.
15238         * chartab.c (optimize_sub_char_table): Perform more greedy
15239         optimization.
15241         * composite.h (enum composition_method):
15242         Delete COMPOSITION_WITH_GLYPH_STRING.
15243         (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
15244         (Vcomposition_function_table): Extern it.
15245         (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
15246         (composition_gstring_put_cache, composition_gstring_from_id)
15247         (composition_gstring_p, composition_gstring_width)
15248         (composition_compute_stop_pos, composition_reseat_it)
15249         (composition_update_it, composition_adjust_point): Extern them.
15250         (Fcomposition_get_gstring): EXFUN it.
15252         * composite.c: Include window.h, frame.h, dispextern.h, font.h.
15253         (Vcomposition_function_table)
15254         (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
15255         (gstring_hash_table, gstring_work, gstring_work_headers):
15256         New variables.
15257         (gstring_lookup_cache, composition_gstring_put_cache)
15258         (composition_gstring_from_id, composition_gstring_p)
15259         (composition_gstring_width, fill_gstring_header)
15260         (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
15261         (composition_reseat_it, composition_update_it)
15262         (composition_adjust_point, Fcomposition_get_gstring): New functions.
15263         (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
15264         and gstring_work_headers.  DEFVAR_LISP composition-function-table.
15265         Defsubr composition_get_gstring.
15267         * dispextern.h (struct glyph): New union u.cmp.  Delete the member
15268         cmp_id.
15269         (struct glyph_string): Delete the member gidx.  New members
15270         cmp_id, cmp_from, and cmp_to.
15271         (enum it_method): Delete GET_FROM_COMPOSITION.
15272         (struct composition_it): New struct.
15273         (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
15274         Delete c, len, cmp_id, cmp_len in u.comp.
15276         * font.h (enum lgstring_indices): Delete it.
15277         (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
15278         (enum lglyph_indices): Likewise.
15279         (font_range): Adjust extern.
15280         (font_fill_lglyph_metrics): Extern it.
15282         * font.c (QCf): New variable.
15283         (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
15284         (font_prepare_composition): Delete this function.
15285         (font_range): Type and arguments changed.
15286         (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
15287         (font_fill_lglyph_metrics): New function.
15288         (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
15289         (syms_of_font): DEFSYM QCf.  Delete defsubr for
15290         Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
15291         Defsubr Sfont_shape_gstring.
15293         * fontset.h (font_for_char): Extern it.
15295         * fontset.c (font_for_char): New function.
15297         * ftfont.c: Include composite.h.
15298         (ftfont_resolve_generic_family): Add langset "en" to pattern.
15299         (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
15301         * indent.c: Include composite.h and dispextern.h.
15302         (check_composition): Delete this function.
15303         (scan_for_column): Handle composition by
15304         composition_compute_stop_pos, composition_reseat_it, and
15305         composition_update_it.
15306         (compute_motion): Likewise.
15307         (Fvertical_motion): Fix checking of composition.
15309         * keyboard.c (adjust_point_for_property): Check composition by
15310         composition_adjust_point.
15312         * nsterm.m (ns_draw_glyph_string): Adjust for the change of
15313         struct glyph_string.
15315         * term.c (encode_terminal_code): Adjust for the change of struct glyph.
15316         (append_composite_glyph): Adjust for the change of struct it and
15317         struct glyph.
15318         (produce_composite_glyph): Likewise.
15320         * w32term.c (x_draw_composite_glyph_string_foreground):
15321         Adjust for the change of struct glyph_string.
15322         (x_draw_glyph_string): Likewise.
15324         * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
15325         (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
15327         * xdisp.c: Include font.h.
15328         (it_props): Delete the entry for Qauto_composed.
15329         (init_iterator): Initialize it->cmp_it.id to -1.
15330         (compute_stop_pos): Call composition_compute_stop_pos.
15331         (face_before_or_after_it_pos): Adjust for the change of struct it.
15332         (handle_auto_composed_prop): Delete it.
15333         (handle_composition_prop): Handle only static composition.
15334         (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
15335         from xassert.  Initialize it->cmp_it.stop_pos.
15336         (push_it): Adjust for the change of struct it.
15337         (pop_it): Likewise.
15338         (get_next_element): Delete next_element_from_composition.
15339         (CHAR_COMPOSED_P): New macro.
15340         (get_next_display_element): For automatic composition, get a face
15341         from the font in the glyph-string.
15342         (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
15343         check composition by it->cmp_it.id.  Delete GET_FROM_COMPOSITION case.
15344         (next_element_from_string): Check if the character at the current
15345         position is composed by CHAR_COMPOSED_P.
15346         (next_element_from_buffer): Likewise.
15347         (next_element_from_composition): Adjust for the change of struct it.
15348         Update it->cmp_it.
15349         (dump_glyph): Adjust for the change of struct glyph.
15350         (fill_composite_glyph_string): Adjust for the change of struct
15351         it and struct glyph.  Don't handle automatic composition here.
15352         (fill_gstring_glyph_string): New function.
15353         (x_get_glyph_overhangs): Handle automatic composition.
15354         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
15355         (BUILD_GSTRING_GLYPH_STRING): New macro.
15356         (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
15357         automatic composition.
15358         (append_composite_glyph): Adjust for the change of struct it and
15359         struct glyph.
15360         (x_produce_glyphs): Adjust for the change of struct it.
15362         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
15363         the change of struct glyph_string.
15364         (x_draw_glyph_string): Likewise.
15366 2008-08-29  Glenn Morris  <rgm@gnu.org>
15368         * buffer.c (word-wrap): Doc fix.
15369         * xdisp.c (truncate-partial-width-windows): Doc fix.
15370         Increase default to 50.
15372 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
15374         * xdisp.c (update_tool_bar_unwind): New function.
15375         (update_tool_bar): Temporarily set selected frame before building
15376         tool-bar items.
15378 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
15380         * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
15381         snprintf, respectively.
15382         (xd_append_arg): Convert strings with Fstring_make_unibyte.
15384 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
15386         * Makefile.in: Revert (undocumented) 2008-08-20 change adding
15387         LDFLAGS to GNUstep CC invocation.
15389 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
15391         * indent.c (Fvertical_motion): Revert last change.  Handle the
15392         general case where we are moving forward, and PT spans multiple
15393         screen lines.
15395         * eval.c (find_handler_clause): Temporarily increase
15396         max-lisp-eval-depth while printing the backtrace buffer, to
15397         guarantee that help-mode code can run.
15399 2008-08-27  Eli Zaretskii  <eliz@gnu.org>
15401         * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
15402         colors under -rv.
15403         (IT_set_frame_parameters): Don't swap foreground and background
15404         colors if `(reverse . t)' is present in the frame properties.
15405         (internal_terminal_init): Call init_frame_faces only for the
15406         initial frame.
15408 2008-08-27  Andreas Schwab  <schwab@suse.de>
15410         * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
15412 2008-08-27  Andreas Schwab  <schwab@suse.de>
15414         * search.c (search_buffer): Set char_base to zero only at the end.
15416 2008-08-27  Kenichi Handa  <handa@m17n.org>
15418         * fileio.c (report_file_error): Fix handling of multibyte error string.
15420 2008-08-27  Andreas Seltenreich  <seltenreich@gmx.de>
15422         * xterm.c (x_term_init): Temporarily hide the partially
15423         initialized terminal while calling vendor-specific-keysyms.
15425 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
15427         * msdos.c (internal_terminal_init): Most initializations done only
15428         once, especially initial_screen_colors[] and termscript open.
15430 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
15432         * eval.c (Fcondition_case): Doc fix.
15434         * widgetprv.h (EmacsFramePart): Change font member to the new font
15435         struct.
15437         * widget.c: Include character.h and font.h for XSETFONT.
15438         (setup_frame_gcs): Compute X font id from font struct, just once.
15440 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
15442         * term.c (get_named_tty): Fix last change.
15444 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
15446         * indent.c (Fvertical_motion): If moving forward starting from a
15447         multi-line string, move the iterator to the last line of that string.
15449 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
15451         * frame.c (do_switch_frame): Mark previously displayed frame as
15452         obscured for FRAME_MSDOS_P frames as well.
15454 2008-08-24  Eli Zaretskii  <eliz@gnu.org>
15456         * frame.c (make_terminal_frame): Initialize f->terminal,
15457         f->terminal->reference_count, and scroll bars on MS-DOS as well.
15458         Set the top frame to newly created frame.
15459         (Fmake_terminal_frame): Reuse the_only_display_info.
15461         * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
15462         estimating available memory.
15464 2008-08-23  David Reitter  <david.reitter@gmail.com>
15466         * nsterm.m (ns_draw_window_cursor): Don't call
15467         NSDisableScreenUpdates and NSEnableScreenUpdates on
15468         non-NS_IMPL_COCOA systems.
15470 2008-08-23  Andreas Schwab  <schwab@suse.de>
15472         * process.c (procfs_system_process_attributes): Fix use of
15473         uninitialized variables.
15475 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
15477         * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
15479         * dispnew.c (init_display): Remove MS-DOS specific conditions for
15480         calling tty-set-up-initial-frame-faces.
15482         * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
15483         Allow MSDOS frames along with X frames.
15485         * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
15486         addition to output_termcap.
15488         * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
15490         * termchar.h (FRAME_TTY): Support output_msdos_raw.
15491         (struct tty_display_info) [MSDOS]: Add fields related to mouse
15492         highlight.
15494         * process.c [!subprocesses]: Define QCname.
15495         (syms_of_process): Intern and staticpro it.
15497         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
15498         Adjust for changes in encoding/decoding routines.
15499         Use encode_coding_object and decode_coding_object instead of
15500         encode_coding and decode_coding.
15502         * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
15504         * dosfns.c: Include frame.h before termhooks.h.
15505         (dos_cleanup): Use CURTTY ()->termscript instead of a global
15506         variable termscript.
15508         * s/msdos.h (USER_FULL_NAME): Define.
15509         (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
15511         * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
15512         (Fuser_full_name): Use USER_FULL_NAME instead of a literal
15513         pw->pw_gecos.
15515         * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
15516         SELECTED_FRAME as additional (1st) argument.
15517         (tty_read_avail_input): Handle output_msdos_raw in
15518         addition to output_termcap.
15520         * msdos.c: Include frame.h before termhooks.h.
15521         (mouse_on, mouse_off, mouse_moveto, mouse_init)
15522         (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
15523         (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
15524         (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
15525         (IT_set_terminal_modes, IT_reset_terminal_modes)
15526         (IT_set_frame_parameters): Use tty->termscript instead of a global
15527         variable termscript.
15528         (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
15529         global variable terminal_coding.  Don't refer to
15530         Vnonascii_translation_table.
15531         (internal_terminal_init): Set Vwindow_system in current_kboard.
15532         Don't use TTY_CHAR_INS_DEL_OK.  Set Vinitial_window_system.
15533         Announce date and time of session start, if termscript is open.
15534         Don't zero out the_only_display_info (it is done in
15535         term.c:init_tty).  Open termscript only of not already open.
15536         Log "SCREEN SAVED" here, instead of IT_set_terminal_modes.  Init mouse
15537         here instead of dos_ttraw.  Don't initialize display if this is an
15538         initial tty.  Don't set FRAME_FONT.
15539         (Vwindow_system_version): Bump to 23.
15540         (dos_ttraw): Accept a TTY argument; all callers fixed.  If mouse
15541         is available, set up mouse_position_hook.
15542         (dos_ttraw, IT_set_terminal_modes): If called with initial
15543         terminal, do nothing.
15544         (IT_set_frame_parameters): Handle the Qtty_type frame
15545         parameter by calling internal_terminal_init.
15546         (dos_set_window_size, show_mouse_face)
15547         (clear_mouse_face, IT_note_mode_line_highlight)
15548         (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
15549         (dos_rawgetc): Use tty_display_info instead of x_display_info.
15550         (initialize_msdos_display): New function.
15551         (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
15552         (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
15553         (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
15554         (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
15555         Accept additional argument: a pointer to a frame.  Update all callers.
15556         (request_sigio, unrequest_sigio): Don't define, now defined on
15557         sysdep.c.
15558         (IT_write_glyphs): Rewrite to use encode_terminal_code.
15560         * term.c [MSDOS]: Include msdos.h.
15561         (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch.  Change cpp
15562         conditional to DOS_NT.  Allow only one call to this function in a
15563         session.  Don't allocate a new struct tty_display_info; instead,
15564         reuse the_only_display_info.  Call get_tty_size to get screen
15565         dimensions.  Call init_baud_rate to set bad_rate.
15566         (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
15567         (Fsuspend_tty) [MSDOS]: Don't close input and output.
15568         (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
15569         (get_tty_terminal, get_named_tty, Ftty_type)
15570         (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
15571         output_termcap.
15572         (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
15573         Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
15574         only when subprocesses are supported.
15576         * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
15577         f->output_data.x.
15578         (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
15579         terminal devices.
15581         * msdos.h: Remove definition of struct x_display_info and struct
15582         x_output.
15583         (FRAME_FONT): Use output_data.tty.
15584         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
15585         (struct x_display_info): Rename from display_info.  Update all users in
15586         msdos.c.
15587         (struct x_output): Remove background_pixel and foreground_pixel.
15588         (the_only_display_info): Rename from the_only_x_display.
15589         (dos_ttraw): Update prototype.
15591         * Makefile.in (MSDOS_OBJ): Add xmenu.o.
15592         (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
15594 2008-08-23  Jason Rumney  <jasonr@gnu.org>
15596         * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
15597         (fn_TIFFSetDirectory): New library function used.
15598         (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
15599         (tiff_load): Use :index to select among multiple images.  Set count
15600         property when multiple images exist.
15601         (gif_format): Use :index, not :image.
15603 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
15605         * xdisp.c (try_scrolling): Check INT_MAX instead of
15606         MOST_POSITIVE_FIXNUM for maximum integer value.  Include limits.h
15607         to obtain INT_MAX.
15609 2008-08-21  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
15611         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
15613 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
15615         * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
15616         GNUstep library location.
15618 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
15620         * xfaces.c (x_update_menu_appearance): Check validity of menu font
15621         before using it.
15623         * puresize.h (BASE_PURESIZE): Increase to 1250000.
15625 2008-08-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
15627         * nsfns.m (ns-read-file-name): Add casts to avoid warning.
15628         (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
15629         * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
15630         * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
15631         (EmacsApp-cursor_blink_handler): Remove declaration.
15632         * nsterm.m (ns_draw_glyph_string): Update first conditional body to
15633         match 01 Feb 2008 changes in xterm.c.
15634         (ns_read_socket): Add cast to avoid warning.
15635         (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
15636         GNUstep.
15638 2008-08-20  Chong Yidong  <cyd@stupidchicken.com>
15640         * xselect.c (x_get_foreign_selection): Return nil if desired
15641         selection could not be obtained, instead of signalling an error.
15643 2008-08-20  David Reitter  <david.reitter@gmail.com>
15645         * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
15646         * nsterm.m: Remove ns-specific code for cursor blinking.
15647         (ns_draw_window_cursor): Clear cursor properly rather than
15648         redrawing the area.  Respect width of bar cursors.
15649         These changes enable the use of generic blink-cursor-mode and
15650         generic cursor types in NS and support smooth cursor movements (do
15651         not blink off after command).
15652         * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
15653         Nextstep, too.
15655 2008-08-19  Kenichi Handa  <handa@m17n.org>
15657         * font.c (Vfont_log_deferred): New variable.
15658         (font_add_log): Check Vfont_log_deferred.
15659         (font_deferred_log): New function.
15661         * font.h (font_deferred_log): Extern it.
15663         * fontset.c (reorder_font_vector): Use encoding charset of fonts
15664         for sorting.
15665         (face_for_char): Use deferred log.
15667 2008-08-18  Kenichi Handa  <handa@m17n.org>
15669         * fontset.c (face_for_char): Add font log.
15671         * font.c (font_add_log): Add the font properties :script, :lang,
15672         and :otf in the log.
15674 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
15676         * xdisp.c: Remove dead code.
15677         (handle_invisible_prop, next_overlay_string): Defer call to
15678         setup_for_ellipsis.
15679         (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
15681 2008-08-15  Chong Yidong  <cyd@stupidchicken.com>
15683         * xfaces.c (lookup_derived_face): Properly handle possible zero
15684         return value of get_lface_attributes.
15685         (merge_faces): Don't tell lookup_derived_face to signal an error
15686         if face is not found.
15688         * dired.c (Fdirectory_files): Doc fix.
15690         * process.c (make_process): Initialize kill_without_query struct
15691         member.
15693 2008-08-15  Eli Zaretskii  <eliz@gnu.org>
15695         * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
15696         Alternative calculation of totphys for Visual Studio 6.
15698         * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
15700         * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
15701         Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
15702         All users changed.
15703         (stat): Only root directory passed to GetDriveType.  Allow RAM
15704         disk as well as local fixed disk when w32-get-true-file-attributes
15705         is set to `local'.
15706         (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
15707         (equal_sid, get_length_sid, copy_sid): New wrapper functions.
15708         (w32_cached_id, w32_add_to_cache): New functions.
15709         (get_name_and_id): Look account names in the cache before calling
15710         lookup_account_sid.
15711         (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
15712         New initialization flags.
15713         (globals_of_w32): Initialize them to zero.
15714         (w32_system_process_attributes): Use w32_cached_id and
15715         w32_add_to_cache.
15717 2008-08-14  Lawrence Mitchell  <wence@gmx.li>
15719         * lread.c (Fread_char, Fread_char_exclusive): If no character
15720         event is read before timeout is reached, return nil, rather than
15721         converting to a number.
15723 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
15725         * fns.c (use_dialog_box): Doc fix.
15727         * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
15728         on OS X.
15730 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
15732         * frame.c (Qns_parse_geometry): New var.
15733         (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
15735 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
15737         * xdisp.c (x_produce_glyphs): Handle the case when font has no
15738         space character in calculating tabs.
15740 2008-08-11  Dan Nicolaescu  <dann@ics.uci.edu>
15742         * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
15744 2008-08-10  Glenn Morris  <rgm@gnu.org>
15746         * process.c (procfs_system_process_attributes): Use EMACS_INTs to
15747         silence gcc "limited range of data type" warnings in some
15748         make_fixnum_or_float calls.
15750 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
15752         * w32.c (w32_system_process_attributes): If the process does not
15753         exist, return nil.
15755         * w32.c: Include thelp32.h, psapi.h and coding.h.
15756         (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
15757         declarations.
15758         (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
15759         (Process32Next_Proc): New typedefs.
15760         (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
15761         (g_b_init_process32_next, g_b_init_open_thread_token)
15762         (g_b_init_impersonate_self, g_b_init_revert_to_self)
15763         (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
15764         (g_b_init_get_process_working_set_size)
15765         (g_b_init_global_memory_status_ex): New static variables.
15766         (globals_of_w32): Initialize them.
15767         (create_toolhelp32_snapshot, process32_first, process32_next)
15768         (open_thread_token, impersonate_self, revert_to_self)
15769         (get_process_memory_info, get_process_working_set_size)
15770         (global_memory_status, global_memory_status_ex): New wrapper
15771         functions.
15772         (w32_list_system_processes, w32_system_process_attributes)
15773         (enable_privilege, restore_privilege, ltime, process_times):
15774         New functions.
15775         (convert_time_raw): New function.
15776         (convert_time): Remove conversion of FILETIME into time in 100
15777         nsec units, call convert_time_raw instead.
15779         * process.h (w32_list_system_processes, w32_system_process_attributes):
15780         Add prototypes.
15781         (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
15782         (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
15783         (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
15784         (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
15786         * process.c (Fsystem_process_attributes): Doc fix.
15788 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
15790         * xdisp.c (move_it_to): When stopping at a charpos, check if that's
15791         a continued multi-char glyph; if so, advance to the actual glyph.
15793 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
15795         * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
15797         * Makefile.in (ALL_OBJC_CFLAGS): New variable.
15798         (.m.o): Use it.
15799         * config.in: Regenerate.
15801 2008-08-07  Chong Yidong  <cyd@stupidchicken.com>
15803         * xdisp.c (redisplay_window): Revert last change.
15804         (try_window): Check bottom scroll margin too.
15806 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
15808         * config.in: Regenerate.
15810         * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
15811         -list-load-path-shadows'.
15812         (nsgui.h): Reduce number of things depending on it.
15814 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
15816         * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
15817         instead of window-end which does the wrong thing at eob.
15818         (try_cursor_movement): Minor optimization.
15819         (redisplay_window): If scroll margin is defined, don't assume
15820         window doesn't need scrolling.
15822 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
15824         * config.in: Regenerate.
15826         * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
15827         (mostlyclean): Don't delete *.d under NS.
15829         * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
15831 2008-08-06  Kenichi Handa  <handa@m17n.org>
15833         * xfont.c (xfont_list_family): Return a list of symbols, not strings.
15835 2008-08-06  Andreas Schwab  <schwab@suse.de>
15837         * config.in: Regenerate.
15839 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
15841         * xdisp.c (redisplay_window): Don't enforce scroll-margin when
15842         forcing a window start.
15844         * fileio.c (Vauto_save_list_file_name): Move here from file.el.
15845         (auto_save_1): Update modtime when auto-save-list-file-name is on.
15847 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
15849         * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
15850         argument.
15852 2008-08-05  Juanma Barranquero  <lekktu@gmail.com>
15854         * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
15855         <scroll-down-aggressively, before-change-functions>:
15856         <after-change-functions>: Reflow docstrings.
15858 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
15859             Ken Raeburn  <raeburn@gnu.org>
15861         Dock menu customization, based on a patch by Ken Raeburn, plus some
15862         other fixes.
15863         * nsmenu.m (dockMenu): New variable.
15864         (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
15866         * nsterm.h (dockMenu): Declare.
15868         * nsterm.m (KEY_NS_NEW_FRAME): New definition.
15869         (ns_term_init): Initialize dockMenu.
15870         (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
15871         (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
15872         left.
15874         * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
15876 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
15878         * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
15880         * config.in: Regenerate.
15882 2008-08-04  Seiji Zenitani  <zenitani@mac.com>
15884         * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
15886 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
15888         * nsterm.h (find_and_call_menu_selection): Fix prototype.
15890 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
15892         * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
15894         * keyboard.h: Comment an #endif.
15896         * lisp.h (have_menus_p): Adjust comment.
15898         * menu.c (find_and_return_menu_selection): Fix comparison with
15899         client_data.
15901         * nsmenu.m (popup_activated_flag): New variable.
15902         (popup_activated): New function.
15903         (menu-or-popup-active-p): New exported lisp definition.
15904         (ns_popup_menu): Set popup_activated_flag.  Call discard_menu_items()
15905         when popup done.
15906         (ns_popup_dialog): Set popup_activated_flag.
15908         * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
15909         version for GNUstep (handled by conditional typedef in nsterm.m).
15910         (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
15911         in rgb.txt).
15913         * process.c (init_process): Use DARWIN_OS, not DARWIN.
15915         * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
15917         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
15919         * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
15920         shortcircuit if popup_activated like GTK and X toolkit.
15922         * m/inter386.h: Change DARWIN to DARWIN_OS.
15924         * s/darwin.h: Add #define DARWIN_OS.  Get rid of C_SWITCH_SYSTEM def.
15925         Change LIBS_MACGUI to LIBS_NSGUI.  Move temacs-conditionalized defs
15926         closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.
15927         Expand comment on NO_SOCK_SIGIO.
15929 2008-08-03  Chong Yidong  <cyd@stupidchicken.com>
15931         * nsterm.m (windowDidResize): Remove stopModal call.
15933 2008-08-03  Andreas Schwab  <schwab@suse.de>
15935         * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
15936         (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
15938 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
15940         * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
15941         Don't use uninitialized pointer variable when using getrlimit.
15943 2008-08-02  Jason Rumney  <jasonr@gnu.org>
15945         * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
15947 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
15949         * alloc.c (NSTATICS): Bump to 0x640.
15951         * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
15953         * lisp.h: Add prototype for directory_files_internal.
15955         * process.c (Fsystem_processes_list, Fsystem_process_attributes):
15956         New functions.
15957         (syms_of_process): Defsubr them.  Add initializations for various
15958         Q* symbols used in procfs_system_process_attributes.
15959         (procfs_list_system_processes, procfs_system_process_attributes)
15960         [HAVE_PROCFS]: New functions.
15961         (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
15962         (procfs_get_total_memory): New functions.
15964 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
15966         * xfaces.c (Fx_load_color_file): Fix previous change;
15967         it is #ifdef WINDOWSNT, not WINDOWS_NT.
15969 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
15971         * dbusbind.c (xd_read_message): Handle D-Bus error messages.
15973 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
15975         * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
15977 2008-08-01  Chong Yidong  <cyd@stupidchicken.com>
15979         * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
15981         * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
15982         define NSApplicationDelegateReplySuccess.
15983         (EmacsView -converstationIdentifier): Use long instead of
15984         NSInteger for GNUstep, since it doesn't have NSInteger.
15986         * xmenu.c: Revert last change.
15988         * keyboard.h: Fix last change.
15990 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
15992         * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
15993         on Windows.
15995 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
15997         Warning clearing and clean-up in NS port.
15998         * keyboard.h (xmalloc_widget_value, digest_single_submenu):
15999         Add prototypes.
16000         * nsgui.h (FACE_DEFAULT): Remove, unused.
16001         (XGCValues): Change colors to unsigned long.
16002         * nsterm.h (EmacsApp): Add declaration of all methods implemented in
16003         nsterm.m.
16004         (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
16005         (ns_list_fonts): Remove, unused.
16006         (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
16007         * nsfns.m (interpret_services_menu): Use NSMenuItem class.
16008         * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
16009         (nsfont_draw): Compare face colors to 0, not nil.
16010         * nsmenu.m (struct widget_value): Drop unneeded declaration.
16011         (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
16012         (-addSubmenuWithTitle:): Use NSMenuItem class.
16013         (ns_popup_menu): Use NO, not NULL, for enabled setting.
16014         * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
16015         (ns_clip_to_row): Make gc arg a BOOL.
16016         (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
16017         ns_clip_to_row() call.
16018         (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
16019         used).  Cast FRAME_FONT assignments.
16020         (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
16021         (ns_string_to_lispmod): Change arg to const char.
16022         (ns_term_init): Use NSMenuItem class.
16023         (EmacsApp -openFile:): Move to different section of file.
16024         (EmacsApp -application:openFiles:): Don't return a value, call
16025         -replyToOpenOrPrint:.
16026         (EmacsView -keyDown:): Fix up cast.
16027         (EmacsView -converstationIdentifier): Use NSInteger instead of long.
16028         (EmacsView -menuDown:): Cast tag in call to
16029         find_and_call_menu_selection().
16030         (ns_list_fonts): Remove, unused.
16031         (ns_font_to_xlfd): Make static.  Cast result of UTF8String.
16032         (ns_fontname_to_xlfd): Make static.
16033         * w32menu.c (xmalloc_widget_value, digest_single_submenu):
16034         Remove prototypes (now in keyboard.h).
16035         (next_menubar_widget_id): Remove, unused.
16036         * xmenu.c (xmalloc_widget_value, digest_single_submenu):
16037         Remove prototypes (now in keyboard.h).
16038         * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
16040 2008-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
16042         * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
16043         (floatfns.o): Depend on syssignal.h.
16044         (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
16046         * systty.h: Fix previous change that removed BSD_TERMIOS.
16047         Add comments to #ifdefs.
16049 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
16051         * w32fns.c (w32-load-color-file): Remove.
16052         (x-open-connection): Use renamed Fx_load_color_file.
16053         * xfaces.c (x-load-color-file): Add.
16054         * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
16055         Emacs.clr.
16056         (hide_hourglass): BLOCK_INPUT before UNBLOCK.
16058 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
16060         * dbusbind.c (Fdbus_call_method_asynchronously)
16061         (Fdbus_method_error_internal): New defuns.
16062         (xd_read_message): Handle also reply messages.
16063         (Vdbus_registered_functions_table): Extend docstring.
16065 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
16067         * keyboard.c (gobble_input): Fix previous change.
16069 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
16071         * bitmaps/README:
16072         * xfns.c:
16073         * termcap.c:
16074         * term.c:
16075         * syswait.h:
16076         * systty.h:
16077         * systime.h:
16078         * syssignal.h:
16079         * sysdep.c:
16080         * process.h:
16081         * process.c:
16082         * print.c:
16083         * ndir.h:
16084         * lread.c:
16085         * keyboard.c:
16086         * getpagesize.h:
16087         * floatfns.c:
16088         * fileio.c:
16089         * emacs.c:
16090         * doc.c:
16091         * dispnew.c:
16092         * dired.c:
16093         * data.c:
16094         * callproc.c:
16095         * buffer.c:
16096         * README:
16097         * Makefile.in:
16098         * s/template.h:
16099         * s/msdos.h:
16100         * m/vax.h: Remove VMS support.
16101         * s/vms.h:
16102         * vlimit.h:
16103         * uaf.h:
16104         * temacs.opt:
16105         * param.h:
16106         * ioctl.h: Remove file.
16108 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
16110         * s/ms-w32.h (MULTI_KBOARD): Remove.
16111         * xterm.c:
16112         * xselect.c:
16113         * xfns.c:
16114         * window.c:
16115         * w32term.c:
16116         * w32fns.c:
16117         * terminal.c:
16118         * termhooks.h:
16119         * term.c:
16120         * sysdep.c:
16121         * keyboard.h:
16122         * keyboard.c:
16123         * frame.h:
16124         * frame.c:
16125         * frame.c: Remove references to MULTI_KBOARD, it is now the default.
16126         * config.in: Regenerate.
16128 2008-07-30  Jason Rumney  <jasonr@gnu.org>
16130         * w32font.h (struct w32font_info): Use unicode version of textmetrics.
16132         * w32font.c (w32font_encode_char): Leave as unicode if in range.
16133         (w32font_open_internal): Get unicode version of textmetrics.
16134         Don't enable or disable glyph indices here.
16135         (w32font_open): Disable use of glyph indices.
16137         * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
16139 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
16141         * minibuf.c (Vread_buffer_function): Doc fix.
16143 2008-07-30  John Paul Wallington  <jpw@pobox.com>
16145         * minibuf.c (read_buffer_completion_ignore_case): New var.
16146         (Fread_buffer): Use it.
16148 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
16150         * systty.h (sensemode): Remove empty #if.  Remove reference to
16151         BSD_TERMIOS, unused.
16153         * sysdep.c: Remove reference to DGUX.
16154         (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
16156         * config.in: Regenerate.
16158 2008-07-30  Jason Rumney  <jasonr@gnu.org>
16160         * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
16162 2008-07-29  Jason Rumney  <jasonr@gnu.org>
16164         * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
16165         is populated.
16166         (uniscribe_encode_char): Always use uniscribe.
16167         Avoid using context if cache is populated.
16169 2008-07-29  Jan Djärv  <jan.h.d@swipnet.se>
16171         * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
16172         open menu.
16174         * gtkutil.c (menu_nav_ended): Remove.
16175         (create_menus): Remove signal connect for menu_nav_ended.
16177 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
16179         * xdisp.c (redisplay_window): Check return value of
16180         compute_window_start_on_continuation_line before forcing a window
16181         start.
16183 2008-07-28  Jason Rumney  <jasonr@gnu.org>
16185         * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
16187         * w32term.c (w32_enable_unicode_output, cleartype_active):
16188         Remove obsolete display options.
16189         (x_draw_glyph_string_background): Don't use old cleartype_active
16190         workaround.
16191         (w32_initialize): Remove cleartype_active initialization.
16192         (syms_of_w32term): Remove w32_enable_unicode_output initialization.
16194 2008-07-28  Andreas Schwab  <schwab@suse.de>
16196         * lisp.h (init_weak_hash_tables, syms_of_font)
16197         (xd_read_queued_messages, syms_of_dbusbind): Declare.
16198         (remove_hash_entry): Don't declare.
16199         * eval.c (maybe_call_debugger): Make static and move before use.
16200         * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
16201         * xdisp.c: Include "gtkutil.h" if USE_GTK.
16202         * xterm.h (x_set_frame_alpha): Declare.
16204 2008-07-28  Jan Djärv  <jan.h.d@swipnet.se>
16206         * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
16207         (create_menus): Connect selection-done to menu_nav_ended.
16209 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
16211         * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
16212         Set Vx_resource_name to a fallback.  Replace read of 'buffered'
16213         parameter with read of 'alpha' one.
16214         (Qns_frame_parameter): Remove.
16215         * nsselect.m (selection-coding-system)
16216         (next-selection-coding-system, Vselection_coding_system)
16217         (Vnext_selection_coding_system): Drop.
16219 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
16221         * nsfns.m (do-applescript, do_applescript): Rename to
16222         ns-do-applescript, ns_do_applescript, and move within file.
16224 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16226         Remove support for Mac Carbon.
16227         * mactoolbox.c:
16228         * macterm.h:
16229         * macterm.c:
16230         * macselect.c:
16231         * macmenu.c:
16232         * macgui.h:
16233         * macfns.c:
16234         * mac.c: Remove file.
16235         * s/darwin.h:
16236         * m/intel386.h:
16237         * xfaces.c:
16238         * xdisp.c:
16239         * window.c:
16240         * tparam.c:
16241         * termhooks.h:
16242         * termcap.c:
16243         * term.c:
16244         * syssignal.h:
16245         * sysselect.h:
16246         * sysdep.c:
16247         * process.c:
16248         * lread.c:
16249         * lisp.h:
16250         * keyboard.c:
16251         * image.c:
16252         * fringe.c:
16253         * frame.h:
16254         * frame.c:
16255         * fontset.c:
16256         * font.h:
16257         * font.c:
16258         * fns.c:
16259         * fileio.c:
16260         * emacs.c:
16261         * dispnew.c:
16262         * dispextern.h:
16263         * config.in:
16264         * atimer.c:
16265         * Makefile.in: Remove code for Carbon.
16267 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16269         * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
16271 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16273         * macterm.h (kCGBitmapByteOrder32Host): New define for
16274         non-universal SDKs.
16276         * image.c (mac_create_cg_image_from_image, image_load_image_io)
16277         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
16279         * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
16280         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
16282 2008-07-26  David Robinow  <drobinow@gmail.com>  (tiny change)
16284         * w32inevt.c: Include dispextern.h.
16286 2008-07-26  Andreas Schwab  <schwab@suse.de>
16288         * print.c (print_object): Fix off-by-one in last change.
16290 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
16292         * term.c (syms_of_term): Don't initialize default_orig_pair,
16293         default_set_foreground and default_set_background on Windows.
16295 2008-07-25  Jason Rumney  <jasonr@gnu.org>
16297         * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
16298         ScriptItemize.  Clean up return value checking.  Remove unused
16299         variables.
16300         (uniscribe_encode_char): Encode non-BMP characters with uniscribe
16301         shaping engine.
16303         * w32font.c (w32font_has_char): Handle the case where we can't
16304         determine the script for a character.
16306 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
16308         * term.c (syms_of_term): Initialize default_orig_pair,
16309         default_set_foreground, and default_set_background.
16311         * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
16312         clash (bug#86).
16313         (getloadavg): Callers changed.
16315         * image.c (svg_load_image): Fix last change.
16316         (svg_load_image): Use rsvg_handle_get_dimensions to check that
16317         image size is valid.  Use g_object_unref instead of deprecated
16318         rsvg_handle_free to free rsvg handle.
16319         (x_from_xcolors): Don't initialize pixmap (silence compiler).
16321 2008-07-25  Jason Rumney  <jasonr@gnu.org>
16323         * w32font.c (w32font_encode_char): Encode characters outside BMP as
16324         surrogates before looking up glyph index.
16325         (w32font_text_extents): Encode as surrogates if falling back to
16326         functions that need UTF-16 wide chars.
16328         * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
16329         BMP as surrogates before looking up glyph index.
16331 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
16333         * image.c (svg_load_image): Check for failure in return value of
16334         rsvg_handle_get_pixbuf.  Free rsvg handle when done.
16336 2008-07-25  Jason Rumney  <jasonr@gnu.org>
16338         * w32font.c (Fx_select_font): Reverse sense of second arg.
16340 2008-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16342         * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
16343         (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
16345         * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
16346         (PURESIZE): Use it.
16348 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16350         * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
16351         * m/alpha.h (TEXT_END):
16352         * m/ibmrs6000.h (TEXT_END):
16353         * m/macppc.h (TEXT_END):
16354         * s/darwin.h (TEXT_END):
16355         * s/msdos.h (TEXT_END): Remove, unused.
16356         * s/gnu-linux.h (BSD_PGRPS): Add a comment.
16357         * s/cygwin.h: Remove comment.
16359         * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
16360         (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
16361         * m/intel386.h (DOT_GLOBAL_START):
16362         * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
16363         (USG): Remove, file not used on USG platforms.
16365         * Makefile.in (HAVE_X11): Remove empty #else.
16367 2008-07-24  Andreas Schwab  <schwab@suse.de>
16369         * fileio.c (Finsert_file_contents): Properly adjust undo list
16370         after format conversion.
16372 2008-07-24  Jan Djärv  <jan.h.d@swipnet.se>
16374         * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
16375         (menu_nav_ended): Remove.
16376         (create_menus): Remove signal connect for menu_nav_ended.
16377         (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
16378         create_menus.
16379         (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
16381 2008-07-23  Jason Rumney  <jasonr@gnu.org>
16383         * w32font.c (w32_enumfont_pattern_entity): Return height consistent
16384         with opened font.
16385         (w32font_open): Set font type to gdi.
16387         * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
16389 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16391         * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
16392         * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
16393         defines it.
16394         * unexec.c (ADDR_CORRECT): Define unconditionally.
16396         * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
16398         * unexec.c: Remove code depending on !COFF and USG, the file is
16399         not used for such systems.
16401         * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
16402         * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
16403         (LD_SWITCH_SYSTEM_1): Remove, update users.
16405         * s/darwin.h (DATA_END):
16406         * m/intel386.h (DATA_END):
16407         * m/ibmrs6000.h (DATA_END):
16408         * m/alpha.h (DATA_END): Remove, unused.
16410         * config.in: Regenerate.
16411         * s/ms-w32.h (subprocesses): Define unconditionally.
16412         * s/template.h (subprocesses): Update comment.
16413         * s/vms.h (subprocesses):
16414         * s/usg5-4.h (subprocesses):
16415         * s/hpux10-20.h (subprocesses):
16416         * s/gnu-linux.h (subprocesses):
16417         * s/cygwin.h (subprocesses):
16418         * s/bsd-common.h (subprocesses):
16419         * s/aix4-2.h (subprocesses):
16420         * s/darwin.h (subprocesses): Do not define, defined by default now.
16422         * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
16423         Remove all references.
16424         (temacs): Add GNUstep specific ld flags.
16426         * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
16427         similarly to what X does.
16429 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
16431         * nsfns.m (x-list-fonts): Remove.
16432         (syms_of_nsfns): Drop the x-list-fonts declaration.
16433         * nsterm.m: Get rid of remaining "//" comments.
16435 2008-07-22  Chong Yidong  <cyd@stupidchicken.com>
16437         * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
16439         * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
16440         (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
16441         (Fns_own_selection_internal, Fx_disown_selection_internal)
16442         (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
16444         * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
16445         ... */' style of docstrings.  Doc fixes.
16447 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16449         * terminfo.c (UP, BC, PC): Undo previous change.
16451         * nsfns.m: Rename ns prefixed functions/variables to the
16452         corresponding x versions.  Update references.
16454 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16456         * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
16458 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16460         * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
16461         Remove forwarding functions.
16462         (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
16463         non-static.
16464         (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
16465         non-static.
16466         (ns_frame_parm_handlers): Use the new names.
16467         (syms_of_nsfns): Move to the end of file.
16469         * nsterm.m (syms_of_nsterm): Move to the end of file.
16471         * dispnew.c (init_display): Remove code for X10.
16473 2008-07-22  Jason Rumney  <jasonr@gnu.org>
16475         * w32proc.c (Fw32_long_file_name): Don't append dir separator to
16476         bare drive.
16478 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
16480         * nsterm.m (syms_of_nsterm): Remove debugging println.
16482 2008-07-22  David Reitter  <david.reitter@gmail.com>
16484         * nsfns.m (do_applescript, F_do_applescript): NS version of the
16485         Carbon implementation of the same functionality: execute arbitrary
16486         AppleScript code.
16488 2008-07-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
16490         * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
16491         (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
16492         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
16493         (Fx_display_mm_height, Fx_display_mm_width)
16494         (Fx_display_backing_store, Fx_display_visual_class)
16495         (Fx_display_save_under, Fx_open_connection)
16496         (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
16497         (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
16498         (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
16499         (Fx_display_pixel_width, Fx_display_pixel_height)
16500         (Fx_display_usable_bounds, Fx_display_planes)
16501         (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
16502         ... */' style of docstrings.
16504 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
16506         * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
16507         on this platform.
16508         (mips):
16509         * m/iris4d.h (mips): Do not define.
16510         * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
16512         * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
16514         * image.c:
16515         * nsfns.m:
16516         * nsselect.m:
16517         * nsterm.h:
16518         * nsterm.m: Rename ns prefixed functions/variables to the
16519         corresponding x versions.  Update references.
16521         * m/ibms390x.h (NO_REMAP): Do not undefine.
16523         * m/amdx86-64.h: Use SOLARIS2 instead of sun.
16525 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
16527         * nsfns.m: Change NS to Nextstep in docstrings and error messages.
16528         (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
16529         (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
16530         (Fns_server_vendor, Fns_server_version, Fns_display_screens)
16531         (Fns_display_mm_height, Fns_display_mm_width)
16532         (Fns_display_backing_store, Fns_display_visual_class)
16533         (Fns_display_save_under, Fns_open_connection)
16534         (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
16535         (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
16536         (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
16537         (Fns_display_pixel_width, Fns_display_pixel_height)
16538         (Fns_display_usable_bounds, Fx_display_planes)
16539         (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
16541 2008-07-21  Ami Fischman  <ami@fischman.org>  (tiny change)
16543         * print.c (print_object): Check print_depth before searching for
16544         circularities.
16546 2008-07-21  Michael Albinus  <michael.albinus@gmx.de>
16548         * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
16549         only sprintf.
16551 2008-07-21  Kenichi Handa  <handa@m17n.org>
16553         * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
16555 2008-07-20  Andreas Schwab  <schwab@suse.de>
16557         * syntax.c (find_start_pos, find_start_value)
16558         (find_start_value_byte, find_start_begv, find_defun_start)
16559         (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
16561 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16563         * s/sol2-3.h: Insert contents of s/sol2.h.
16564         (LD_SWITCH_SYSTEM): Remove redundant definition.
16565         * s/sol2.h: Remove, unused.
16567 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
16569         * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
16571 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
16573         * Makefile.in (ns_appdir): Fix typo in find command.
16575 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
16577         * m/intel386.h (NO_REMAP): Do no define for USG, not used.
16579         * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
16580         added not supported anymore.
16582         * s/usg5-4-2.h (LIBS_SYSTEM):
16583         * s/sol2.h (LIBS_SYSTEM): Do not undefine.
16585         * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
16586         * s/lynxos.h (GETPGRP_NO_ARG):
16587         * s/hpux10-20.h (NO_SIOCTL_H):
16588         * s/gnu.h (GETPGRP_NO_ARG):
16589         * s/gnu-linux.h (NO_SIOCTL_H):
16590         * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
16591         * s/cygwin.h (GETPGRP_NO_ARG):
16592         * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
16593         (C_DEBUG_SWITCH): Remove duplicate definition.
16595         * m/ibms390.h: Remove boilerplate comments.
16597         * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
16599         * process.c (HAVE_SERIAL): Consolidate ifdefs.
16600         (wait_reading_process_output): Remove code for SunOS, platform not
16601         supported anymore.  Use SOLARIS2 instead of sun.
16603 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
16605         * font.c (font_open_by_name): Under NS, default lface height to zero.
16606         (font_open_for_lface): Under NS, set size based on frame fontsize.
16607         * nsterm.m (EmacsView-changeFont:): Remove some commented code.
16608         * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
16610 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
16612         * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
16613         (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
16614         DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
16615         YES/NO.
16616         * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
16617         * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
16618         * Makefile.in (clean): Clear out build destination dir.
16620 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
16622         * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
16623         xterm, xselect.
16624         * lisp.h: Remove declaration of hash_remove.
16625         * nsgui.h: Remove redefinitions of hash_remove.
16626         * fns.c (hash_remove): Rename to hash_remove_from_table.
16628 2008-07-19  Seiji Zenitani  <zenitani@mac.com>
16630         * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
16631         strdup() the family UTF8String before modifying it.
16633 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
16635         * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
16636         NS_FACE_BACKGROUND with 0 instead of nil.
16637         * nsfont.m (nsfont_draw): Same.
16639 2008-07-19  Chong Yidong  <cyd@stupidchicken.com>
16641         * nsfns.m (ns_set_background_color): Fix crash.
16643 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
16645         * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
16647 2008-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
16649         * puresize.h (BASE_PURESIZE): Increase to 1240000.
16651 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16653         * gtkutil.c: Include <config.h> instead of "config.h".
16655         * lisp.h (Foverlay_buffer): Add EXFUN.
16657         * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
16658         child process to complete child_setup.  Undo 2005-09-21 change.
16660         * s/darwin.h: Mention setsid after vfork.
16662 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16664         * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
16665         Depend on macgui.h.
16667         * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
16668         gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
16670         * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
16671         and f19.
16672         [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
16674         * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
16675         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
16676         Remove enumerators.
16678         * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
16679         Check if FACE_FROM_ID returns NULL.
16681 2008-07-17  David Robinow  <drobinow@gmail.com>  (tiny change)
16683         * w32inevt.c (change_frame_size): Remove extern declaration.
16684         (resize_event, maybe_generate_resize_event): Pass SAFE arg to
16685         change_frame_size.
16687 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
16689         * getloadavg.c: Revert last change (2008-07-15).
16691 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
16693         * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
16694         set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
16695         from configure.
16697 2008-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
16699         * s/sol2.h:
16700         * s/sol2-4.h: Reorganize conditionals.
16702         * ecrt0.c: Remove code depending on m68000, not used anymore.
16704         * fns.c (hash_remove): Make static.
16705         * lisp.h (hash_remove): Don't prototype.
16707         * m/ibmrs6000.h:
16708         * m/ibms390x.h:
16709         * m/macppc.h: Remove boilerplate comments.
16711         * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
16712         Solaris, which does not need them.
16714         * m/vax.h: Remove comments about unsupported systems.
16716         * s/darwin.h: Reorganize ifdefs.
16718 2008-07-17  Andreas Schwab  <schwab@suse.de>
16720         * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
16722 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16724         Use SDATA.  Follow coding convention of placing operators at
16725         beginning of next line rather than end of previous line, and placing
16726         spaces around infix operators.
16728         * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
16729         in case it was defined already.
16730         USE @GNUSTEP_MAKEFILES@ rather than envvars.
16731         * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
16732         ns_default.
16733         (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
16734         Lisp_Objects.
16735         * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
16736         (ns_defined_color, ns_color_to_lisp): Declare.
16737         * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
16738         (Fns_own_selection_internal): Make the big ugly hack more explicit, so
16739         it's accepted even with USE_LISP_UNION_TYPE.
16740         * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
16741         (update_frame_tool_bar): Remove apparently obsolete tests for
16742         non-integerness of f->tool_bar_lines.
16743         (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
16744         hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
16745         * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
16746         (nsfont_open): Don't confuse NULL for Qnil.
16747         * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
16748         * menu.h (find_and_call_menu_selection):
16749         * menu.c (find_and_call_menu_selection): Use just int for vector size.
16750         (find_and_return_menu_selection): Always return something.
16751         * frame.h: Include dispextern.h for Display_Info.
16752         (display_x_get_resource): Declare.
16754 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
16756         * syntax.c: Remove stdio.h include accidentally introduced in
16757         Emacs.app commit.
16758         * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
16759         NS_IMPL_COCOA.
16760         * keyboard.c (handle_async_input, input_available_signal): Remove
16761         BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
16763 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16765         * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
16766         (ns_lisp_to_color): Don't mess with internal Lisp data fields.
16767         (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
16768         Use SDATA.
16770         * keymap.c: Remove all NS-specific code.
16771         (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
16772         (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
16773         where_is_preferred_modifier, return a different value depending on how
16774         preferred is the binding.
16775         (where_is_internal): Adjust accordingly.
16776         (Fwhere_is_internal): Refresh where_is_preferred_modifier.
16777         Adjust to new preferred_sequence_p.
16778         (syms_of_keymap): Declare `where-is-preferred-modifier'.
16779         * keyboard.c (parse_solitary_modifier): Not static any more.
16780         * keyboard.h (parse_solitary_modifier): Declare.
16782 2008-07-16  Andreas Schwab  <schwab@suse.de>
16784         * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
16785         of easymenu.
16787 2008-07-16  Chong Yidong  <cyd@stupidchicken.com>
16789         * xdisp.c (move_it_in_display_line): Account for word wrap, so
16790         that we don't move off the line.
16792 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16794         * keyboard.c (Qsuper): Remove.
16795         (parse_menu_item): Don't call where_is_internal specially for NS.
16797 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16799         * s/gnu-linux.h: Remove boilerplate comments.
16801         * m/alpha.h (__ELF__): Consolidate conditions.
16803         * m/m68k.h (linux): Use GNU_LINUX instead.
16804         Remove boilerplate comments.
16806         * m/intel386.h: Undo refactoring from previous change.
16807         (LIB_STANDARD): All systems that define USG define LIB_STANDARD
16808         too, remove dead code.
16809         (linux): Use GNU_LINUX instead.
16811 2008-07-16  Jason Rumney  <jasonr@gnu.org>
16813         * w32gui.h: Repeat 26 June changes lost by last change.
16815 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
16817         * systty.h: Remove code for Aix on 386, unsupported platform.
16819         * s/ms-w32.h: Remove boilerplate comments.
16820         (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
16822         * s/gnu-linux.h (TERM): Remove support.
16823         (HAVE_SYSVIPC): Remove, unused.
16824         (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
16825         for this system.
16827         * process.c: Remove support for IRIS, unused.
16828         Remove support for TERM, not relevant anymore.
16830         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
16831         used with the definition.
16833         * s/aix4-2.h (static): Do not undef.
16835         * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
16836         only used on Aix.
16837         (HAVE_SYSVIPC): Remove, unused.
16839         * m/hp800.h (CANNOT_DUMP): Do not undef.
16841         * m/alpha.h: Fix comment.
16843         * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
16844         (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
16845         used by this configuration.
16846         * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
16847         * unexec.c: Remove code depending on HPUX and
16848         USG_SHARED_LIBRARIES, not used with this file.  Remove code
16849         depending on IRIS, unused.  Remove if 0-ed code.
16851         * s/template.h: Remove comments about static.
16853         * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
16854         Remove if 0-ed code.
16855         (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
16856         were the same as the default.
16857         * s/vms.h (BAUD_CONVERT): Remove, same as the default.
16858         Remove boilerplate comments.
16859         * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
16860         (HAVE_SYSVIPC): Remove, unused.
16861         (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
16863         * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
16864         Remove boilerplate comments.
16865         * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
16866         Remove boilerplate comments.
16867         * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
16868         Remove boilerplate comments.
16869         * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
16871         * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
16872         USG systems which do not use DATA_SEG_BITS.
16873         Refactor code.  Remove boilerplate comments.
16875         * m/ibms390.h:
16876         * m/m68k.h:
16877         * s/bsd-common.h:
16878         * s/cygwin.h:
16879         * s/darwin.h:
16880         * s/freebsd.h:
16881         * s/gnu.h:
16882         * s/msdos.h: Remove boilerplate comments.
16884         * m/iris4d.h: Remove boilerplate comments and code for systems that
16885         do not use this file.
16886         (IRIS_4D): Remove, unused.
16888         * m/mips.h: Remove boilerplate comments and code for systems that
16889         do not use this file.
16890         (SIGN_EXTEND_CHAR):
16891         * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
16892         * unexmips.c: Remove file, unused.
16894         * editfns.c (Fuser_full_name): Replace the only use of
16895         USER_FULL_NAME with its value.
16896         * config.in: Regenerate.
16898 2008-07-16  David Reitter  <david.reitter@gmail.com>
16900         * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
16901         easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
16903 2008-07-16  Glenn Morris  <rgm@gnu.org>
16905         * emacs.c (system-type): Doc fix.
16907 2008-07-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16909         * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
16910         If the cache doesn't work, let's fix it, rather than work around it.
16912 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
16914         * Makefile.in: Correct additions for nsfont.o in last commit.
16915         * nsfont.m: New file (forgot last commit).
16917 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
16919         * callproc.c (set_initial_environment):
16920         Initialize Vprocess_environment under CANNOT_DUMP (fixes crash when
16921         batch-compiling for bootstrap).
16923 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
16924             YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16926         * frame.c (make_initial_frame): Call init_frame_faces(f) in
16927         CANNOT_DUMP case -- fix crash due to different init order.
16929 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
16931         Changes and additions for NeXTstep windowing system (Cocoa and
16932         GNUstep) support.
16934         * Makefile.in:
16935         * config.in: Support defines and build commands for NS port.
16936         * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
16937         (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
16938         * dispextern.h: Include nsgui.h and add needed typedefs under NS
16939         windowing.
16940         (struct face): Add synth_ital field.
16941         * dispnew.c: Include nsterm.h when compiling under NS windowing.
16942         (init_display): Initialize Vinitial_window_system to "ns" when so
16943         compiled.
16944         * emacs.c: Include GSConfig.h when compiling under GNUstep.
16945         (display_arg): Use under NS.
16946         (main): Under NS, allocate autorelease pool and handle command line
16947         args.  Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
16948         (standard_args): Add NS-specific args.
16949         (shut_down_emacs): Shut down NS terminal if compiled under NS.
16950         * font.c (DEFAULT_ENCODING): New variable.
16951         (font_find_for_lface): Use it.
16952         (syms_of_font): Load syms_of_nsfont under NS.
16953         * font.h: Declare nsfont_driver when compiled under NS.
16954         * fontset.c: When compiling under NS, include nsterm.h.
16955         (fontset_from_font): Autoconstruct fontset under NS.
16956         * frame.c (various): Under NS, include nsterm.h, add Qns window system
16957         symbol, document and use it.
16958         (do_switch_frame): When for_deletion under Cocoa, add
16959         Fraise_frame(Qnil).
16960         (x_set_frame_parameters): Ensure font attribute changes are picked up.
16961         (x_get_arg): Allow "yes" and "no" as boolean values.
16962         (syms_of_frame): Declare Qns.  Init Vdefault_frame_scroll_bars to
16963         Qright under Cocoa.
16964         (focus-follows-mouse): Default to 0 under NS.
16965         * frame.h (enum output_method): Add output_ns.
16966         (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
16967         (FRAME_EXTERNAL_MENU_BAR): Use under NS.
16968         (FRAME_WINDOW_P): NS-specific definition.
16969         * fringe.c (max_used_fringe_bitmap): Make public.
16970         * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
16971         (getloadavg): Use NeXT code under descendant OS's.
16972         * image.c (includes and header section, x_create_bitmap_from_data)
16973         (x_create_bitmap_from_file, free_bitmap_record, image_background)
16974         (image_background_transparent, x_clear_image_1)
16975         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
16976         (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
16977         (x_to_xcolors, x_from_xcolors, x_disable_image)
16978         (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
16979         other GUIs, including XPM support using code originally written for
16980         Carbon GUI.
16981         (png_load, jpeg_load, tiff_load, gif_load): Add implementations
16982         using NS API.
16983         (image_ascent): Use font metrics macros instead of direct struct field
16984         access.
16985         * keyboard.c (includes): Add nsterm.h when compiling under NS.
16986         (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
16987         Also, handle NS as GTK for menu bar purposes.
16988         (make_lispy_event): Handle NS as other GUI windowing systems, and as X
16989         toolkit where they differ.
16990         (parse_menu_item): Prefer keybindings using 'super' modifier.  Also,
16991         use cachelist, still needed under NS.
16992         * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
16993         (struct widget_value): Define it here for menu.c.
16994         * keymap.c (includes): Include modifier internals.
16995         (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
16996         NS.
16997         (where_is_internal, Fwhere_is_internal): When compiled under NS, add
16998         support for preferring sequences using certain modifiers, specified by
16999         the FIRSTONLY argument.
17000         * lisp.h (hash_remove): Rename to avoid name clash when compiling
17001         under NS GNUstep implementation.
17002         (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
17003         * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
17004         * menu.c: Include nsterm.h under NS.
17005         (single_menu_item, parse_single_submenu, xmalloc_widget_value)
17006         (free_menubar_widget_tree_value, update_submenu_strings)
17007         (find_and_call_menu_selection): Treat NS as X and NT.
17008         (find_and_return_menu_selection): New function, used for popup menus.
17009         * nsgui.h:
17010         * nsterm.h:
17011         * nsfns.m:
17012         * nsimage.m:
17013         * nsmenu.m:
17014         * nsselect.m:
17015         * nsterm.m: New files.
17016         * process.c (wait_reading_process_output): Under NS, call ns_select()
17017         instead of plain select().
17018         * syntax.c (char_quoted): Under NS, avoid a crash when called near
17019         beginning of buffer.
17020         * sysselect.h (init_process): Rename when compiling under Cocoa to
17021         avoid name conflict.
17022         * termhooks.h (display_info): Add ns_display_info to union.
17023         * terminal.c (Fterminal_live_p): Add ns to terminal types.
17024         * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
17025         COCOA environment.
17026         * unexnext.c: Update to work with mach API on Mac OS X, and to use new
17027         unexec() signature.  (Note, this will dump, but the resulting file
17028         crashes; unexosx is used instead; keeping around for reference and
17029         possible aid in getting dump working under GNUstep.)
17030         * w32gui.h (button_type, widget_value): Remove definitions (now in
17031         keyboard.h).
17032         * window.c: Include nsterm.h when compiling under NS.
17033         * xdisp.c (includes): Include nsterm.h when compiling under NS.
17034         (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
17035         other GUI windowing systems.
17036         (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
17037         GTK.
17038         (x_consider_frame_title): Under NS, set icon type and frame
17039         modified-state indicator; use ns_set_name_as_filename() when using
17040         formatted title.
17041         (update_window_cursor): Make public when compiling under NS.
17042         (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
17043         (hourglass_atimer, Vhourglass_delay
17044         * xfaces.c (header section, init_frame_faces, clear_font_table)
17045         (defined_color, unload_color, x_face_list_fonts)
17046         (prepare_face_for_display): Add NS support parallel to other GUIs.
17047         Emulate GCs like other non-X GUIs.
17048         (split_font_name): Don't lowercase font name under NS.
17049         (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
17050         under NS.
17051         * s/darwin.h: Add support for compilation under NS.
17053 2008-07-15  Jason Rumney  <jasonr@gnu.org>
17055         * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
17056         (w32_show_hourglass): Rename from show_hourglass.
17057         (w32_hide_hourglass): Rename from hide_hourglass.
17058         (DEFAULT_HOURGLASS_DELAY): Revert from last change.
17059         (Vhourglass_delay): Declare extern.
17060         (hourglass_started): Remove.
17062         * xdisp.c (Vhourglass_delay): Remove static.
17063         (hourglass_started, start_hourglass, cancel_hourglass):
17064         Don't include these versions on WINDOWSNT.
17066 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
17068         * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
17069         variables (formerly in xfns.c).
17070         (show_hourglass, hide_hourglass): New prototypes (same).
17071         * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
17072         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
17073         in xfns.c).
17074         (syms_of_xdisp): Declare/initialize display-hourglass,
17075         hourglass-delay.  Initialize hourglass_atimer, hourglass_shown_p.
17076         (hourglass_started, start_hourglass, cancel_hourglass): New functions,
17077         formerly in xfns.c.
17078         * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
17079         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
17080         (start_hourglass, cancel_hourglass): Remove.
17081         (show_hourglass, hide_hourglass): Remove prototypes and static
17082         modifiers.
17083         (syms_of_xfns): Remove display-hourglass, hourglass-delay,
17084         hourglass_atimer, hourglass_shown_p declaration/initialization.
17085         * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
17086         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
17087         (start_hourglass, cancel_hourglass): Remove.
17088         (show_hourglass, hide_hourglass): Remove prototypes and static
17089         modifiers.
17090         (syms_of_macfns): Remove display-hourglass, hourglass-delay,
17091         hourglass_atimer, hourglass_shown_p declaration/initialization.
17092         * w32fns.c (display_hourglass_p, Vhourglass_delay)
17093         (DEFAULT_HOURGLASS_DELAY): Remove.
17094         (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
17095         hourglass_shown_p declaration/initialization.
17097 2008-07-14  Jason Rumney  <jasonr@gnu.org>
17099         * w32fns.c (w32_get_arg): Remove wrapper function.
17100         (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
17101         directly.
17102         (Fx_create_frame): Sync with xfns.c.  Use x_get_arg directly.
17104 2008-07-14  Kenichi Handa  <handa@m17n.org>
17106         * xfont.c (xfont_open): Add workaround for X's bug.
17108 2008-07-14  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
17110         * fontset.c: Include <stdio.h> unconditionally.
17112 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
17114         * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
17115         for filtering.
17117 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
17119         * s/vms.h: Use __GNUC__ instead of _GNUC_.
17121         * m/macppc.h:
17122         * m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.
17124         * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
17125         (SPECIAL_EMACS_INT):
17126         * m/ia64.h (SPECIAL_EMACS_INT):
17127         * m/amdx86-64.h (SPECIAL_EMACS_INT):
17128         * s/gnu.h (NLIST_STRUCT):
17129         * s/aix4-2.h (X11R5_INHIBIT_I18N):
17130         * s/gnu-linux.h (LINUX):
17131         * s/msdos.h (HAVE_FACES):
17132         * s/ms-w32.h (HAVE_FACES): Don't define, unused.
17134         * systty.h:
17135         * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
17136         anymore.
17138 2008-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
17140         * syswait.h: Remove old if 0 code.  Do not define WAITTYPE, it was
17141         always defined as int.
17143         * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
17144         * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
17145         * s/gnu-linux.h (HAVE_WAIT_HEADER):
17146         * s/freebsd.h (HAVE_WAIT_HEADER):
17147         * s/bsd-common.h (HAVE_UNION_WAIT):
17148         * s/aix4-2.h (HAVE_WAIT_HEADER):
17149         * m/mips.h (HAVE_UNION_WAIT):
17150         * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
17151         (COFF, static): Do not define, they are undefined later in the file.
17153         * process.c (update_status): Don't use a union.
17154         (status_convert):
17155         (sigchld_handler): Use int instead of WAITTYPE.
17157 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
17159         * indent.c (Fvertical_motion): Restore hscroll before moving to
17160         goal column.
17162 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
17164         * lisp.h: Remove left over code.
17166 2008-07-11  Andreas Schwab  <schwab@suse.de>
17168         * lisp.h: Fix logic in last change.
17170         * menu.h: New file.
17171         * menu.c: Include it.
17172         * xmenu.c: Likewise.
17173         * Makefile.in: Update dependencies.
17175 2008-07-11  Kenichi Handa  <handa@m17n.org>
17177         * fontset.c (fontset_from_font): Cancel the previous change.
17179 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
17181         * lisp.h:
17182         * w32heap.c:
17183         * emacs.c:
17184         * alloc.c: Replace all references of NO_UNION_TYPE with
17185         USE_LISP_UNION_TYPE.
17187         * m/xtensa.h (NO_UNION_TYPE):
17188         * m/vax.h (NO_UNION_TYPE):
17189         * m/template.h (NO_UNION_TYPE):
17190         * m/sparc.h (NO_UNION_TYPE):
17191         * m/mips.h (NO_UNION_TYPE):
17192         * m/macppc.h (NO_UNION_TYPE):
17193         * m/m68k.h (NO_UNION_TYPE):
17194         * m/iris4d.h (NO_UNION_TYPE):
17195         * m/intel386.h (NO_UNION_TYPE):
17196         * m/ibms390x.h (NO_UNION_TYPE):
17197         * m/ibms390.h (NO_UNION_TYPE):
17198         * m/ibmrs6000.h (NO_UNION_TYPE):
17199         * m/ia64.h (NO_UNION_TYPE):
17200         * m/hp800.h (NO_UNION_TYPE):
17201         * m/arm.h (NO_UNION_TYPE):
17202         * m/amdx86-64.h (NO_UNION_TYPE):
17203         * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
17204         defining it the same.
17206 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
17208         * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
17210 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
17212         * fileio.c:
17213         * sysdep.c:
17214         * systty.h:
17215         * m/ibmrs6000.h:
17216         * m/iris4d.h:
17217         * s/aix4-2.h:
17218         * s/freebsd.h:
17219         * s/gnu-linux.h:
17220         * s/hpux10-20.h:
17221         * s/hpux11.h:
17222         * s/netbsd.h:
17223         * s/sol2-3.h:
17224         * s/sol2-4.h:
17225         * s/sol2.h:
17226         * s/usg5-4.h:
17227         * s/vms.h: Remove references to unused variables.
17229 2008-07-10  Andreas Schwab  <schwab@suse.de>
17231         * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
17232         pattern before matching the generic family.
17234 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
17236         * unexec.c:
17237         * s/vms.h:
17238         * s/usg5-4-2.h:
17239         * s/sol2-5.h:
17240         * s/freebsd.h:
17241         * s/darwin.h: Remove dead code.
17243         * m/template.h:
17244         * m/sparc.h:
17245         * m/mips.h:
17246         * m/m68k.h:
17247         * m/iris4d.h:
17248         * m/intel386.h:
17249         * m/ibms390x.h:
17250         * m/ibms390.h:
17251         * m/ia64.h:
17252         * m/hp800.h:
17253         * m/arm.h:
17254         * m/amdx86-64.h: Remove dead code and references to unused
17255         and compiler defined symbols.
17257         * unexmips.c:
17258         * unexelf.c: Remove references to desupported systems.
17260         * m/powermac.h: Remove file, it is now identical to m/macppc.h.
17262         * m/powermac.h: Remove boilerplate comments.
17263         (NO_REMAP): Remove unused definition.
17265         * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
17266         define them.
17268 2008-07-10  Kenichi Handa  <handa@m17n.org>
17270         * xfont.c (xfont_open): Log the reason of failure.
17272 2008-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17274         * fontset.c (fontset_get_font_group):
17275         * font.c (font_check_otf): Specify argument types.
17277 2008-07-09  Kenichi Handa  <handa@m17n.org>
17279         * coding.c (detect_coding_utf_8): Set detect_info->found only when
17280         non-ASCII char is found.
17282         * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
17283         (reorder_font_vector): Change the arg preferred_family to font.
17284         Prefer the spec matching with font.
17285         (fontset_get_font_group): New function.
17286         (fontset_find_font): Change the format of an element of a realized
17287         fontset.  Use fontset_get_font_group.
17288         (fontset_font): Try the current fontset, the default fontset, the
17289         fallbacks of the current fontset, and the fallbacks of the default
17290         fontset in this order.
17291         (face_for_char): Delete the shortcut to use the current font.
17292         (fontset_from_font): Don't set fonts for Latin in the fontset.
17294         * font.h (font_make_object, font_match_p): Adjust prototypes.
17296         * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
17298         * font.c (font_make_object): New arg entity and pixelsize.
17299         (font_check_otf_features, font_check_otf): New functions.
17300         (font_match_p): Check :lang, :script, and :otf properties.
17302         * xfont.c (xfont_open): Adjust it for the change of
17303         font_make_object.
17304         (xfont_text_extents): Fix initial setting of metrics.
17306         * ftfont.c (struct ftfont_info): New member index, delete member
17307         fc_charset_idx.  Make the member order compatible with struct
17308         xftfont_info.
17309         (fc_charset_table): Change charset names to registry names.
17310         (ftfont_pattern_entity): Delete the args registry and
17311         fc_charset_idx.  Change the value of :font-entity property
17312         to (FONTNAME . INDEX).  Always set :registry property to
17313         `iso10646-1'.
17314         (struct ftfont_cache_data): New struct.
17315         (ftfont_lookup_cache): New arg for_face.
17316         (ftfont_get_fc_charset, ftfont_get_otf): New functions.
17317         (ftfont_driver): Set the member otf_capability.
17318         (ftfont_get_charset): Adjust it for the change of
17319         fc_charset_table.
17320         (OTF_TAG_SYM): New macro.
17321         (ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
17322         for the change of fc_charset_table.
17323         (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
17324         ftfont_pattern_entity.  Add FC_INDEX to objset.
17325         (ftfont_match): Adjust it for the change of ftfont_spec_pattern
17326         and ftfont_pattern_entity.
17327         (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
17328         font_make_object, struct ftfont_info.
17329         (ftfont_has_char): Use ftfont_get_fc_charset.
17330         (ftfont_otf_features, ftfont_otf_capability): New functions.
17331         (ftfont_shape): Use ftfont_get_otf.
17332         (ftfont_text_extents): Fix initial setting of metrics.
17334         * xftfont.c (struct xftfont_info): New member ft_size.  Make the
17335         member order compatible with struct ftfont_info.
17336         (xftfont_open): Add FC_CHARSET to the pattern.
17337         Set xftfont_info->ft_size.  Don't unlock the face.  Check BDF
17338         properties if appropriate.
17339         (xftfont_close): Unlock the face.
17340         (xftfont_anchor_point, xftfont_shape): Deleted.
17341         (syms_of_xftfont): Don't set members anchor_point and shape of
17342         xftfont_driver.
17344         * w32uniscribe.c (uniscribe_open): Adjust it for the change of
17345         font_make_object.
17347         * w32font.c (w32font_open): Adjust it for the change of
17348         font_make_object.
17349         (w32font_open_internal): Don't set properties of font_object here.
17351 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
17353         * macfns.c (x_create_tip_frame):
17354         * w32fns.c (x_create_tip_frame):
17355         * xfns.c (x_create_tip_frame): Pass parameter argument to
17356         face-set-after-frame-default.
17358         * xfaces.c (Finternal_merge_in_global_face): Save merged
17359         attributes for the default face back into the face vector.
17361 2008-07-08  Andreas Schwab  <schwab@suse.de>
17363         * fontset.h: Declare fontset_from_font.  Don't declare
17364         new_fontset_from_font and fontset_from_font_name.
17365         * xterm.c: Include "fontset.h".
17366         * Makefile.in (xterm.o): Update dependencies.
17368 2008-07-08  Glenn Morris  <rgm@gnu.org>
17370         * m/sparc.h: Define __sparc__ rather than sparc.  (Bug#507.)
17371         * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
17373 2008-07-07  Chong Yidong  <cyd@stupidchicken.com>
17375         * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
17376         (x_set_frame_parameters): Don't bind it.
17378 2008-07-07  Juanma Barranquero  <lekktu@gmail.com>
17380         * w32fns.c (map_w32_filename): Declare extern.
17382 2008-07-07  Jason Rumney  <jasonr@gnu.org>
17384         * w32term.c (WS_EX_LAYERED): Define if not already.
17386 2008-07-06  Chong Yidong  <cyd@stupidchicken.com>
17388         * xfaces.c (set_font_frame_param): Don't try to set the font
17389         parameter if it is still unspecified in the lface.
17391 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
17393         * xfaces.c (Finternal_merge_in_global_face): Don't realize default
17394         face if it didn't already exist.
17396         * xdisp.c (try_window_id): Give up if word-wrapping is on.
17398 2008-07-05  Andreas Schwab  <schwab@suse.de>
17400         * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
17402 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
17404         * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
17405         word-wrapping.
17406         (IT_DISPLAYING_WHITESPACE): New macro.
17407         (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
17408         when word-wrapping.  Simplify word-wrapping logic.  Use correct
17409         pixel positions when saving copies of the iterator.
17410         (display_line): Use proper wrap point if the last character on a
17411         line was preceded by whitespace.
17413 2008-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17415         * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
17417 2008-07-04  Kenichi Handa  <handa@m17n.org>
17419         * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
17421         * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
17423 2008-07-02  Jason Rumney  <jasonr@gnu.org>
17425         * xfns.c (syms_of_xfns): Only define x-select-font when both
17426         HAVE_FREETYPE and USE_GTK.
17428         * xdisp.c (next_element_from_display_vector): Move assignment out
17429         of if statement.
17431 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
17433         * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
17435         * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
17436         (syms_of_fileio): Initialize and export them.
17437         (Fdelete_directory, Fdelete_file): Optionally delete via trash.
17439         * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
17440         (Fsystem_move_file_to_trash): New function.
17441         (syms_of_w32fns): Export it to lisp.
17443 2008-07-01  Jason Rumney  <jasonr@gnu.org>
17445         * w32font.c (w32font_text_extents): Don't count overhang as part
17446         of width.
17448 2008-06-30  Miles Bader  <miles@gnu.org>
17450         * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
17451         Add `avoid_cursor_p' field.
17453         * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
17454         (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
17455         (append_glyph, append_composite_glyph, produce_image_glyph)
17456         (append_stretch_glyph): Initialize avoid_cursor_p.
17457         (get_it_property): Rename from `get_line_height_property'.
17458         (x_produce_glyphs): Use get_it_property.
17459         (handle_line_prefix, push_display_prop): New functions.
17460         (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
17461         (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
17462         New variables.
17463         (syms_of_xdisp): Initialize them.
17465 2008-06-30  Kenichi Handa  <handa@m17n.org>
17467         * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
17468         XftDefaultSubstitute (they are called in XftFontMatch).
17469         (xftfont_open): Fix args to ftfont_font_format.
17471         * ftfont.c (fc_charset_table): New member lang.
17472         (ftfont_resolve_generic_family): New arg pattern.
17473         (ftfont_spec_pattern): Check fc_charset_table[]->lang.
17474         (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
17475         (ftfont_open): Fix args to ftfont_font_format.
17476         (ftfont_font_format): New arg filename.
17478 2008-06-30  Chong Yidong  <cyd@stupidchicken.com>
17480         * xfaces.c (Finternal_merge_in_global_face): If default face was
17481         modified, realize it again.  Update the font face attribute.
17483 2008-06-29  Jason Rumney  <jasonr@gnu.org>
17485         * w32term.c (x_set_frame_alpha): Fix logic.
17487 2008-06-29  Kenichi Handa  <handa@m17n.org>
17489         * fontset.c (Finternal_char_font): Return font-object instead of
17490         font-name.
17492         * composite.c (get_composition_id): Fix the width calculation for TAB.
17494 2008-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17496         * indent.c (Fvertical_motion): Properly handle float column arg.
17498 2008-06-28  Jason Rumney  <jasonr@gnu.org>
17500         * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
17501         (pfnSetLayeredWindowAttributes): New function pointer.
17502         (w32_initialize): Initialize it when supported.
17503         (x_set_frame_alpha): New function.
17505         * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
17506         (w32_frame_parm_handlers): Set alpha handler.
17508         * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
17510 2008-06-27  Jason Rumney  <jasonr@gnu.org>
17512         * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
17513         (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
17514         (w32_to_x_charset, x_to_w32_charset)
17515         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
17516         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
17517         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
17518         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
17519         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
17520         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
17521         (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
17522         (Qw32_charset_unicode): Remove.
17523         (syms_of_w32fns): Update for above changes.
17525         * w32font.c (w32_to_x_charset, x_to_w32_charset)
17526         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
17527         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
17528         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
17529         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
17530         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
17531         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
17532         (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
17533         (syms_of_w32font): Update for above changes.
17535 2008-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
17537         * s/usg5-4.h: Fix previous change: keep the correct branch of a
17538         removed #if.
17539         (USG_SHARED_LIBRARIES): Remove duplicate definition.
17541 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
17542             Eli Zaretskii  <eliz@gnu.org>
17544         * makefile.w32-in (LOCAL_FLAGS):
17545         Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
17547         * sysdep.c (_spawnlp, _getpid):
17548         Declare with explicit _cdecl instead of _CRTAPI1.
17550         * editfns.c (Fget_internal_run_time):
17551         Check for WINDOWSNT with #ifdef, not #if.
17553 2008-06-26  Jason Rumney  <jasonr@gnu.org>
17555         * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
17557         * w32term.c (x_draw_glyph_string_foreground)
17558         (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
17559         Use FONT_HANDLE macro.
17560         (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
17562         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
17563         (uniscribe_encode_char): Use FONT_HANDLE macro.
17565         * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
17566         (w32font_text_extents): Use precast w32_font.
17567         (w32font_close): Free cached metrics.
17568         (w32font_open_internal): Allocate space for name on stack.
17570 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
17572         * xdisp.c (extend_face_to_end_of_line): Fix last change.
17574 2008-06-26  Jason Rumney  <jasonr@gnu.org>
17576         * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
17577         (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
17579 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
17581         * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
17583 2008-06-26  Jason Rumney  <jasonr@gnu.org>
17585         * w32bdf.c, w32bdf.h: Remove obsolete files.
17587         * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
17589         * w32gui.h: Don't include w32bdf.h.
17590         (XCharStruct, enum w32_char_font_type, W32FontStruct):
17591         Remove obsolete font support.
17593         * w32font.h (struct w32font_info): Remove compat_w32_font.
17594         Add hfont member.
17595         (FONT_COMPAT): Remove obsolete macro.
17597         * w32font.c (w32font_close): Remove compat code.  Delete hfont member.
17598         (w32font_encode_char, w32font_text_extents): Use new hfont member.
17599         (w32font_open_internal): Remove compat code.  Set new hfont member.
17600         (Fx_select_font): Use new hfont member.
17602         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
17603         (uniscribe_encode_char): Use new hfont member.
17605         * w32term.c (x_draw_glyph_string_foreground)
17606         (x_draw_composite_glyph_string_foreground): Use new hfont member.
17607         (x_draw_glyph_string): Use metrics in w32font_info.
17609 2008-06-26  Kenichi Handa  <handa@m17n.org>
17611         * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
17613 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17615         * unexnext.c:
17616         * m/ews4800.h:
17617         * m/hp9000s300.h:
17618         * m/ibm370aix.h:
17619         * m/mips-siemens.h:
17620         * m/ncr386.h:
17621         * m/next.h:
17622         * m/pmax.h:
17623         * m/powerpcle.h:
17624         * m/tandem-s2.h:
17625         * s/386bsd.h:
17626         * s/bsd386.h:
17627         * s/bsd4-1.h:
17628         * s/bsd4-2.h:
17629         * s/bsdos2-1.h:
17630         * s/bsdos2.h:
17631         * s/bsdos3.h:
17632         * s/bsdos4.h:
17633         * s/nextstep.h:
17634         * s/ultrix4-3.h:
17635         * s/usg5-0.h:
17636         * s/usg5-2-2.h:
17637         * s/usg5-2.h:
17638         * s/usg5-4-3.h:
17639         * s/ux4800.h:
17640         * s/uxpds.h:
17641         * s/uxpv.h: Remove support for obsolete systems.
17642         * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
17643         Remove, insert contents in s/hpux10-20.h.
17644         * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
17645         Remove, insert contents in s/aix4-2.h.
17646         * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
17647         * s/bsd4-3.h: Rename to ...
17648         * s/bsd-common.h: ... this.
17649         * data.c:
17650         * doc.c:
17651         * ecrt0.c:
17652         * emacs.c:
17653         * fileio.c:
17654         * floatfns.c:
17655         * keyboard.c:
17656         * mem-limits.h:
17657         * print.c:
17658         * process.c:
17659         * sysdep.c:
17660         * syssignal.h:
17661         * systty.h:
17662         * syswait.h:
17663         * term.c:
17664         * unexec.c:
17665         * unexelf.c:
17666         * unexhp9k800.c:
17667         * m/hp800.h:
17668         * m/ibmrs6000.h:
17669         * m/mips.h:
17670         * m/vax.h:
17671         * s/darwin.h:
17672         * s/freebsd.h:
17673         * s/gnu.h:
17674         * s/ms-w32.h:
17675         * s/msdos.h:
17676         * s/netbsd.h:
17677         * s/template.h: Remove references to obsolete variables.
17679         * Makefile.in: Add dependencies for all unexec files.
17680         (admindir): Remove unused variable.
17681         (UNEXEC_SRC): Remove references.
17683 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
17685         * xfns.c (x_default_font_parameter): If Xft is available, first
17686         try Monospace-12 for the default font.
17688 2008-06-25  Jason Rumney  <jasonr@gnu.org>
17690         * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
17692 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17694         * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
17696         * buffer.c (syms_of_buffer): Remove default-word-wrap.
17698 2008-06-25  Juanma Barranquero  <lekktu@gmail.com>
17700         * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
17701         <scroll-conservatively>: Fix typo in docstring.
17703         * xselect.c (Fx_send_client_event): Doc fix.
17705 2008-06-25  Kenichi Handa  <handa@m17n.org>
17707         * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
17709         * font.c (font_parse_fcname): Remove unused variables.
17710         (font_sort_entites): Delete the arg SPEC.  Caller changed.
17711         Fix for the case of ! best_only.
17712         (font_delete_unmatched): Check DPI and AVGWIDTH too.
17714         * lisp.h (Fstring_to_unibyte): EXFUN it.
17716         * character.h (str_to_unibyte): Extern it.
17718         * character.c (str_to_unibyte): New function.
17720         * fns.c (Fstring_to_unibyte): New function.
17721         (syms_of_fns): Defsubr it.
17723 2008-06-24  Kenichi Handa  <handa@m17n.org>
17725         * font.c (font_score): Even if the PIXEL_SIZE is the same, check
17726         DPI too.
17727         (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
17729 2008-06-24  Andreas Schwab  <schwab@suse.de>
17731         * Makefile.in (${lispsource}loaddefs.el): Rename from
17732         ../lisp/loaddefs.el.
17733         (bootstrap-clean): Do what distclean does but don't remove
17734         Makefile.
17735         (distclean): Depend on bootstrap-clean and remove Makefile.
17737 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
17739         * buffer.h (struct buffer): New member word_wrap.
17741         * buffer.c (syms_of_buffer): New variables default-word-wrap and
17742         word-wrap.
17743         (init_buffer_once): Initialize them.
17745         * dispextern.h (struct it): Replace bool truncate_lines_p with a
17746         line_wrap enum possessing three possible values.
17748         * termopts.h: Replace truncate_partial_width_windows with
17749         Vtruncate_partial_width_windows.
17751         * dispnew.c (direct_output_for_insert): Avoid direct output when
17752         inserting a space with word wrap on.
17754         * indent.c (compute_motion): Obey integer values of
17755         truncate-partial-width-windows.
17757         * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
17758         replacing truncate_partial_width_windows.
17759         (init_iterator): If Vtruncate_partial_width_windows is an integer,
17760         truncate only if the window width is below that integer.
17761         (start_display, resize_mini_window, produce_stretch_glyph)
17762         (display_string, move_it_in_display_line_to): Use line_wrap.
17763         (back_to_previous_visible_line_start, reseat_1):
17764         Reset string_from_display_prop_p.
17765         (display_line): Extend default face to end of line when wrapping.
17767 2008-06-24  Kim F. Storm  <storm@cua.dk>
17769         * xdisp.c (display_line, move_it_in_display_line_to): Add ability
17770         to wrap continued lines at word boundaries.
17772 2008-06-24  Jason Rumney  <jasonr@gnu.org>
17774         * font.c (Ffont_face_attributes): Multiply pixel size before point
17775         conversion to avoid multiplying rounding error.
17777 2008-06-23  Jason Rumney  <jasonr@gnu.org>
17779         * w32term.c (x_draw_glyph_string_background)
17780         (x_draw_glyph_string): Remove old bdf font code.
17782         * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
17784 2008-06-22  Kenichi Handa  <handa@m17n.org>
17786         * font.c (font_find_for_lface): Try the adstyle specified in
17787         the property of LFACE_FONT of LFACE (if any).
17789 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
17790             Ryo Yoshitake  <ryo@shiftmode.net>
17792         * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
17794 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17796         * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
17797         Use $(BOOTSTRAPEMACS) rather than witness-emacs.
17798         (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
17799         (witness-emacs): Remove.
17800         (lisp, shortlisp): Move loaddefs.el earlier.
17801         (mostlyclean): Forget about witness-emacs.
17803 2008-06-22  Glenn Morris  <rgm@gnu.org>
17805         * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
17806         (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
17808 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17810         * Makefile.in (PRECOMP): Remove.
17811         (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
17812         (witness-emacs): Run `compile-first'.
17813         (.el.elc): Use the new compile-onefile target.
17815 2008-06-21  Kenichi Handa  <handa@m17n.org>
17817         * xftfont.c (xftfont_open): Handle QCembolden only when
17818         FC_EMBOLDEN is defined.
17820 2008-06-21  Andreas Schwab  <schwab@suse.de>
17822         * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
17823         (.el.elc): Likewise.
17825 2008-06-21  Miles Bader  <miles@gnu.org>
17827         * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
17828         build dir, not the lisp source dir.
17830 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17832         * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
17833         (bootstrapclean): Remove.
17834         (.el.elc): New rule.
17835         (PRECOMP): New var.
17836         (../lisp/subdirs.el): Remove.
17837         (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
17838         (witness-emacs): New target.
17839         (mostlyclean): Remove witness-emacs as well.
17840         (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
17841         Add witness-emacs dependency.
17843 2008-06-20  Chong Yidong  <cyd@stupidchicken.com>
17845         * font.c (Ffont_face_attributes): Omit key-attribute pairs not
17846         defined by the font.
17848 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17850         * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
17851         (bootstrap-clean): New target that keeps TAGS around.
17852         (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
17853         (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
17855 2008-06-20  Jason Rumney  <jasonr@gnu.org>
17857         * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
17858         Remove obsolete font code.
17860         * w32font.c (font_matches_spec): Use csb bitfield from font signature
17861         to determine language support.
17863 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17865         * sysdep.c (cfsetspeed): New fun extracted from the code.
17866         (cfmakeraw): Move before first use.
17868 2008-06-20  Angelo Graziosi  <angelo.graziosi@alice.it>  (tiny change)
17870         * sysdep.c (cfmakeraw): Provide fallback implementation.
17871         (serial_configure): Provide fallback implementation of cfsetspeed.
17873 2008-06-20  Kenichi Handa  <handa@m17n.org>
17875         * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
17876         the pattern.
17878         * fontset.c (fontset_from_font): Copy font_spec before changing
17879         the elements.
17881         * xfns.c (x_default_font_parameter): Try "monospace-12" too.
17883 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17885         * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
17886         for explicit `font' parameters.
17888         * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
17890 2008-06-19  Kenichi Handa  <handa@m17n.org>
17892         * frame.c: Include <ctype.h>.
17893         (x_set_font_backend): Allow spacing characters in the X resource
17894         for FontBackend.
17896 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17898         * w32fns.c, xfns.c (Qfont_param): New var.
17899         (syms_of_w32fns): Initialize it.
17900         (x_default_font_parameter): Record explicit `font' into
17901         `font-parameter'.
17903 2008-06-18  Kenichi Handa  <handa@m17n.org>
17905         * font.c (font_parse_xlfd): Fix previous change.
17906         (font_parse_fcname): Don't use :fc-unknown-spec.
17907         (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
17908         (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
17909         (font_add_log): Prepend the driver name to the resulting fonts.
17911         * ftfont.c (ftfont_pattern_entity): New arg extra.  Caller changed.
17912         (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
17913         (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
17915         * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
17916         (QCembolden): New variables.
17917         (syms_of_xftfont): DEFSYM them.
17918         (xftfont_open): Call XftFontMatch.  Don't trust the result of
17919         XftTextExtents8 if the pixel_size is less than 5.
17921 2008-06-18  Andreas Schwab  <schwab@suse.de>
17923         * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
17924         (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
17926 2008-06-18  Jason Rumney  <jasonr@gnu.org>
17928         * w32font.c (w32font_list, w32font_match): Add logging.
17930         * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
17932 2008-06-17  Chong Yidong  <cyd@stupidchicken.com>
17934         * font.c (font_parse_fcname): Store divider characters for
17935         unknown-spec list.  For known key symbols, intern using correct
17936         symbol name.
17938 2008-06-17  Kenichi Handa  <handa@m17n.org>
17940         * xfaces.c (realize_default_face): If the frame is not on window
17941         system, set the fontset of face to nil.
17943 2008-06-17  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
17945         * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
17947 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
17949         * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
17950         (build_font_name_from_vector): Delete externs.
17952         * xfaces.c (struct font_name): Don't declare.
17954 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17956         * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
17958 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
17960         * font.c (font_parse_fcname): Fix handling of unknown-spec string.
17962 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
17964         * font.c (Ffont_spec): Fix usage in docstring.
17965         (Ffont_face_attributes): Doc fix.
17967 2008-06-16  Andreas Schwab  <schwab@suse.de>
17969         * font.c (Ffont_face_attributes): Fix definition.
17971 2008-06-16  Jason Rumney  <jasonr@gnu.org>
17973         * font.h (font_style_symbolic_from_value): Remove.
17975         * font.c (font_style_symbolic_from_value): Remove.
17976         (font_style_symbolic): Revert to pre 2008-06-13 version.
17978         * w32font.c (w32_to_fc_weight): New function.
17979         (w32font_full_name, logfont_to_fcname): Use it.
17981 2008-06-16  Kenichi Handa  <handa@m17n.org>
17983         * font.c (font_check_object): Delete it.
17984         (font_clear_cache): Check if a font-object is alive.
17985         (font_open_entity): Likewise.  Set FONT_OBJLST_INDEX of a
17986         font-object to nil.
17987         (font_close_object): Don't check FONT_CLOSE_OBJECT.
17988         (font_at): Don't call font_check_object.
17989         (Ffont_get): Return a symbol for :weight, :slant, and :width.
17991 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17993         * puresize.h (BASE_PURESIZE): Increase to 1230000.
17995 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
17997         * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
17999 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
18001         * font.c (font_parse_fcname): Only one decimal point.
18002         (font_unparse_fcname): Handle data in family and foundry indices
18003         as symbols, not strings.
18004         (font_unparse_gtkname, Ffont_face_attributes): New functions.
18006         * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
18008         * font.h (font_unparse_gtkname): Add prototype.
18010 2008-06-15  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
18012         * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
18014 2008-06-15  Andreas Schwab  <schwab@suse.de>
18016         * font.c (font_update_drivers): Fix crash when no drivers match.
18018 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18020         * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
18021         * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
18023 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18025         * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
18027 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18029         * process.c (Fserial_process_configure, Fprocess_send_eof):
18030         Use EQ to compare Lisp_Objects.
18032 2008-06-13  Jason Rumney  <jasonr@gnu.org>
18034         * w32fns.c (Fw32_select_font): Remove old font API function.
18036         * w32font.c (logfont_to_fcname): New function.
18037         (Fx_select_font): New font dialog function compatible with
18038         GTK/fontconfig version.
18040         * font.c (font_style_symbolic_from_value): New function.
18041         (font_style_symbolic): Use it.
18043         * font.h (font_style_symbolic_from_value): Declare new function.
18045 2008-06-13  Juanma Barranquero  <lekktu@gmail.com>
18047         * font.c (syms_of_font) <font-weight-table, font-slant-table>:
18048         <font-width-table>: Fix typos in docstrings.
18050 2008-06-13  Daniel Engeler  <engeler@gmail.com>
18052         These changes add serial port access.
18053         * process.c: Add HAVE_SERIAL.
18054         (Fdelete_process, Fprocess_status, Fset_process_buffer)
18055         (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
18056         (list_processes_1, select_wrapper, Fstop_process)
18057         (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
18058         (status_notify): Modify to handle serial processes.
18059         [HAVE_SERIAL] (Fserial_process_configure)
18060         [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
18061         New functions.
18062         * process.h (struct Lisp_Process): Add `type'.
18063         * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
18064         New functions.
18065         * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
18066         serial ports.
18067         (serial_open, serial_configure): New functions.
18068         * w32.h: Add FILE_SERIAL.
18069         (struct _child_process): Add ovl_read, ovl_write.
18071 2008-06-13  Kenichi Handa  <handa@m17n.org>
18073         * dispextern.h (enum lface_attribute_index): New member
18074         LFACE_FOUNDRY_INDEX.
18076         * font.c (font_score): Delete arg alternate_families.  Check only
18077         weight, slant, width, and size.  Ignore the difference of alias
18078         style symbols.
18079         (font_sort_entites): Adjust for the above change.  Reflect the
18080         order of font-driver to scores.
18081         (font_list_entities): Don't check alternate_familes here.
18082         (font_clear_prop): Handle foundry.
18083         (font_update_lface): Don't parse "foundry-family" form here.
18084         Handle FONT_FOUNDRY_INDEX.
18085         (font_find_for_lface): Likewise.  Handle alternate families here.
18086         If registry is nil, try iso8859-1 and ascii-0.
18087         (font_open_for_lface): Pay attention to size in ENTITY.
18088         (font_open_by_name): Simplify by calling font_load_for_lface.
18089         (free_font_driver_list): Delete it.
18090         (font_update_drivers): Preserve the order of backends.
18091         (syms_of_font): Setting of sort_shift_bits adjusted for the change
18092         of font_score and font_sort_entites.
18093         (font_update_sort_order): Likewise.
18095         * xfaces.c (LFACE_FOUNDRY): New macro.
18096         (check_lface_attrs): Check foundry.
18097         (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
18098         (merge_face_vectors): Check foundry.
18099         (merge_face_ref): Likewise.
18100         (Finternal_set_lisp_face_attribute): Likewise.
18101         (x_update_menu_appearance): Likewise.
18102         (Finternal_get_lisp_face_attribute): Likewise.
18103         (lface_hash): Likewise.
18104         (lface_same_font_attributes_p): Likewise.
18105         (x_supports_face_attributes_p): Likewise.
18106         (tty_supports_face_attributes_p): Likewise.
18107         (Finternal_set_alternative_font_family_alist): Intern strings.
18108         (Finternal_set_alternative_font_registry_alist): Downcase strings.
18109         (realize_default_face): Set LFACE_FOUNDRY (lface).
18111         * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
18112         font-driver at first.
18114         * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
18116 2008-06-12  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
18118         * lread.c (Fload): Use xfree, not free on saved_doc_string.
18120 2008-06-12  Jim Meyering  <meyering@redhat.com>
18122         Make unexec_free handle NULL the same way free does.
18123         * unexmacosx.c (unexec_free): Ignore a NULL argument.
18125 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18127         * character.h (CHAR_TO_BYTE_SAFE): New macro.
18128         * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
18129         * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
18130         (WEAK_ALIAS): Simplify.
18131         * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
18132         when searching a unibyte buffer.
18134 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
18136         * xfns.c (Fx_select_font): Rename from x-font-dialog.
18138 2008-06-12  Juanma Barranquero  <lekktu@gmail.com>
18140         * w32font.c: Include ctype.h.
18142 2008-06-11  Jason Rumney  <jasonr@gnu.org>
18144         * w32font.c (w32font_encode_char): Detect missing glyphs that are
18145         misreported as space.
18146         (add_font_entity_to_list): Support unicode-bmp and unicode-sip
18147         as aliases for registry iso10646-1.
18149 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18151         * buffer.c (clone_per_buffer_values): Skip `name'.
18153 2008-06-11  Chong Yidong  <cyd@stupidchicken.com>
18155         * font.c (font_parse_fcname): Fix last change; accept decimal
18156         points in font size.
18158 2008-06-10  Jason Rumney  <jasonr@gnu.org>
18160         * w32uniscribe.c (add_opentype_font_name_to_list):
18161         Skip non unicode fonts.
18163 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
18165         * xfns.c (Fx_font_dialog): New function.
18167         * gtkutil.c (xg_dialog_response_cb): Rename from
18168         xg_file_response_callback.
18169         (pop_down_dialog): Rename from pop_down_file_dialog.
18170         (xg_get_file_name): Callers changed.
18171         (xg_get_font_name): New function.
18173         * gtkutil.h (xg_get_font_name): Insert prototype.
18175 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18177         * xdisp.c (underline_minimum_offset): Rename from xterm.c's
18178         x_underline_minimum_display_offset.
18179         (syms_of_xdisp): Declare it here rather than in xterm.c.
18180         * dispextern.h (underline_minimum_offset): Declare it.
18181         * w32term.c (x_draw_glyph_string): Use it.
18182         * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
18183         (syms_of_xterm): Don't declare it any more.
18184         (x_draw_glyph_string): Adjust to the new name.
18186 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>
18188         * xterm.c (x_underline_minimum_display_offset): New var.
18189         (x_draw_glyph_string): Use it.
18190         (syms_of_xterm): Declare it.
18192 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
18194         * font.c (font_parse_fcname): Accept GTK-style font names too.
18196 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18198         * dired.c (file_name_completion): Don't return t if the match is exact
18199         but with different capitalization.
18200         * minibuf.c (Ftry_completion): Simplify.
18202         * window.c (Vwindow_point_insertion_type): New var.
18203         (set_window_buffer): Use it.
18204         (syms_of_window): Init and export it to Lisp.
18206 2008-06-10  Kenichi Handa  <handa@m17n.org>
18208         * font.h (font_intern_prop): Prototype adjusted.
18210         * font.c (font_intern_prop): New arg force_symbol.
18211         (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
18212         Adjust for the change of font_intern_prop.
18214         * ftfont.c (ftfont_pattern_entity):
18215         * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
18216         (w32_registry):
18217         * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
18218         the change of font_intern_prop.
18220 2008-06-09  Juanma Barranquero  <lekktu@gmail.com>
18222         * w32menu.c (digest_single_submenu): Declare extern.
18224 2008-06-09  Jason Rumney  <jasonr@gnu.org>
18226         * w32term.c (x_make_frame_visible): Use alternate restore flags.
18228         * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
18229         (parse_single_submenu): Remove.
18230         (digest_single_submenu): Remove.
18231         (syms_of_w32menu): Don't initialise variables that have moved
18232         to menu.c.
18233         (set_frame_menubar): Sync with version in xmenu.c.
18234         (w32_menu_show): Sync with xmenu_show in xmenu.c.
18236         * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
18237         Make static again.
18239 2008-06-09  Jason Rumney  <jasonr@gnu.org>
18241         Changes to w32 files related to the move of common menu code
18242         to menu.c on 2008-06-08 by Chong Yidong.
18244         * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
18245         defs to w32gui.h.
18246         (single_keymap_panes, push_menu_item, push_menu_pane):
18247         Make globally visible.
18249         * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
18250         (local_free, malloc_widget_value, free_widget_value)
18251         (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
18252         (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
18253         (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
18254         (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
18255         (menu_items, menu_items_allocated, menu_items_used)
18256         (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
18257         (init_menu_items, finish_menu_items, discard_menu_items)
18258         (grow_menu_items, push_submenu_start, push_submenu_end)
18259         (push_left_right_boundary, push_menu_pane, push_menu_item)
18260         (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
18261         (free_menubar_widget_tree_value, parse_single_submenu)
18262         (update_submenu_strings): Remove functions.
18263         (xmalloc_widget_value): Remove and declare extern.
18265         * makefile.w32-in ($(SRC)/menu.$(O)): New target.
18266         (OBJ1): Build it.
18268         * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
18269         (local_heap, local_alloc, local_free, malloc_widget_value)
18270         (free_widget_value): Define here.
18272 2008-06-09  Kenichi Handa  <handa@m17n.org>
18274         * font.h (Qascii_0): Extern it.
18276         * font.c (Qascii_0): New variable.
18277         (syms_of_font): DEFSYM it.
18278         (font_open_by_name): If the registry "iso8859-1" fails, try also
18279         "ascii-0".
18281         * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
18283 2008-06-08  Kenichi Handa  <handa@m17n.org>
18285         * .gdbinit (xfont): New command.
18287 2008-06-08  Andreas Schwab  <schwab@suse.de>
18289         * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
18290         * Makefile.in (menu.o): Update dependencies.
18292         * Makefile.in (obj): Always add menu.o.
18293         * emacs.c (main): Always call syms_of_menu.
18294         * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
18296 2008-06-08  Chong Yidong  <cyd@stupidchicken.com>
18298         * Makefile.in: Compile menu.c.
18300         * lisp.h: Declare syms_of_menu.
18302         * emacs.c (main): Call syms_of_menu.
18304         * keyboard.h: Relocate platform-independent menu definitions from
18305         xmenu.c.
18307         * menu.c: New file.  Relocate platform-independent menu
18308         definitions from xmenu.c.  Suggested by Adrian Robert.
18310         * xmenu.c: Remove platform-independent menu definitions.
18311         (menu_items, menu_items_inuse, menu_items_allocated)
18312         (menu_items_used, menu_items_n_panes)
18313         (menu_items_submenu_depth): Move to keyboard.h.
18314         (init_menu_items, finish_menu_items, unuse_menu_items)
18315         (discard_menu_items, restore_menu_items, save_menu_items)
18316         (grow_menu_items, push_submenu_start, push_submenu_end)
18317         (push_left_right_boundary, push_menu_pane, push_menu_item)
18318         (keymap_panes, single_keymap_panes, single_menu_item)
18319         (list_of_panes, list_of_items, find_and_call_menu_selection)
18320         (xmalloc_widget_value, free_menubar_widget_value_tree)
18321         (parse_single_submenu, digest_single_submenu)
18322         (update_submenu_strings): Move to menu.c.
18324 2008-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18326         * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
18328 2008-06-06  Miles Bader  <miles@gnu.org>
18330         * xdisp.c (x_produce_glyphs): Calculate tab width based on current
18331         face, not frame default.
18333 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
18335         * window.c (pop_up_windows, pop_up_frames)
18336         (display_buffer_reuse_frames, Vpop_up_frame_function)
18337         (Vdisplay_buffer_function, Veven_window_heights)
18338         (Vspecial_display_buffer_names, Vspecial_display_regexps)
18339         (Vspecial_display_function, Vsame_window_buffer_names)
18340         (Vsame_window_regexps, split_height_threshold)
18341         (Vsplit_window_preferred_function): Move those vars to window.el.
18342         (display_buffer_1, Fspecial_display_p, Fsame_window_p)
18343         (Fdisplay_buffer): Move those functions to window.el.
18344         (syms_of_window): Remove corresponding declarations.
18345         (display_buffer): New function.
18346         (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
18347         * dispnew.c (Flast_nonminibuf_frame): New function.
18348         * buffer.c (Fpop_to_buffer): Move to window.el.
18350 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18352         * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
18354 2008-06-05  Kenichi Handa  <handa@m17n.org>
18356         * coding.c (detect_coding): Fix previous change.
18357         (detect_coding_system): Likewise.
18359 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18361         * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
18363         * keymap.c (Vminibuffer_local_filename_must_match_map):
18364         Rename from Vminibuffer_local_must_match_filename_map.
18365         (syms_of_keymap):
18366         * minibuf.c (Fcompleting_read): Adjust accordingly.
18367         * commands.h: Rename declaration as well.
18369 2008-06-05  Kenichi Handa  <handa@m17n.org>
18371         * font.c (Ffont_spec): Don't use font_parse_family_registry for
18372         family name.
18373         (Ffont_put): Likewise.
18375         * fontset.c (fontset_find_font): Call font_open_for_lface with the
18376         current font-spec.
18378         * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
18379         is unspecified.
18381         * xfaces.c (realize_x_face): If the font-related face attributes
18382         are the same as those of default face, realize a new fontset from
18383         default->fontset.
18384         (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
18386 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18388         * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
18389         (move_it_in_display_line): New wrapper.
18391         * window.c (window_scroll_pixel_based_preserve_x)
18392         (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
18393         (window_scroll_pixel_based, window_scroll_line_based):
18394         Use them to preserve column positions.
18395         (syms_of_window): Initialize them.
18397         * indent.c (Fvertical_motion): Extend first arg to allow passing an
18398         (HPOS . VPOS) pair.
18400         * dispextern.h (move_it_in_display_line): Declare.
18402 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
18404         * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
18405         (Fwindow_parameters): Return copy of parameter alist.  Doc fix.
18406         (Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
18408 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
18410         * window.c (Fset_window_parameter): Doc fix.
18411         (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
18413 2008-06-04  Joakim Verona  <joakim@verona.se>
18415         * window.h (struct window): Add new member window_parameters.
18417         * window.c (Fwindow_parameters, Fwindow_parameter)
18418         (Fset_window_parameter): New defuns.
18419         (syms_of_window): Defsubr the new defuns.
18420         (make_window): Initialize window_parameters to nil.
18422 2008-06-04  John Paul Wallington  <jpw@pobox.com>
18424         * eval.c (Fdefmacro): Doc fix.
18426 2008-06-04  Kenichi Handa  <handa@m17n.org>
18428         * coding.c (detect_coding): Fix handling of coding->head_ascii.
18429         Be sure to call setup_coding_system when we find a proper coding system.
18430         (detect_coding_system): Fix handling of coding->head_ascii.
18432 2008-06-03  Andreas Schwab  <schwab@suse.de>
18434         * font.c (font_prop_validate_spacing): Fix last change.
18436 2008-06-03  Kenichi Handa  <handa@m17n.org>
18438         * font.c (font_prop_validate_spacing): Handle uppercase symbols.
18439         (font_parse_fcname): Fix handling of unknown key.
18441         * xfont.c (xfont_list): Try an alias.
18443         * charset.c (char_charset): Return NULL if the arg charset_list is
18444         specified and C doesn't belong to any of them.
18446 2008-06-02  Chip Coldwell  <coldwell@redhat.com>
18448         * font.c (font_pixel_size): Don't take cdr of an integer.
18450 2008-06-02  Jim Meyering  <meyering@redhat.com>
18452         Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
18453         * alloc.c (xfree): Return right away for a NULL arg.
18454         * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
18455         * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
18456         * mac.c (create_apple_event_from_event_ref): Likewise.
18457         (create_apple_event_from_drag_ref, cfstring_create_normalized):
18458         Likewise.
18459         * doprnt.c (doprnt1): Likewise.
18460         * frame.c (frame): Likewise.
18461         * keyboard.c (wipe_kboard): Likewise.
18462         * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
18463         (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
18464         * term.c (tty_default_color_capabilities, maybe_fatal)
18465         (delete_tty): Likewise.
18466         * w16select.c (string): Likewise.
18467         * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
18468         * w32bdf.c (w32_free_bdf_font): Likewise.
18469         * w32fns.c (w32_unload_font): Likewise.
18470         * w32font.c (w32font_close): Likewise.
18471         * window.c (size_window): Likewise.
18472         * xselect.c (receive_incremental_selection): Likewise.
18473         * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
18474         * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
18475         * w32.c (stat): Likewise.
18477         Remove useless if-before-free tests.
18478         * editfns.c (Fset_time_zone_rule): Likewise.
18479         * lread.c (nosuffix): Likewise.
18480         * ralloc.c (get_bloc): Likewise.
18481         * regex.c (reg_free): Likewise.
18482         * xftfont.c (xftfont_open, xftfont_close): Likewise.
18483         * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
18484         * xsmfns.c (smc_save_yourself_CB): Likewise.
18486 2008-06-02  Kenichi Handa  <handa@m17n.org>
18488         * font.c (font_find_for_lface): Handle float font size.
18489         (font_open_for_lface): Likewise.
18491         * xfaces.c (x_supports_face_attributes_p): Check face->font before
18492         comparing the properties.
18494 2008-06-01  Jason Rumney  <jasonr@gnu.org>
18496         * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
18497         Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
18498         Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
18499         Don't add empty script list.
18500         (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
18502 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
18504         * Makefile.in (dot, dotdot): Remove, update users.
18505         ".." has been used elsewhere in the file for a long time.
18506         (LIBXT_STATIC): Remove conditional based on unused variable.
18508 2008-06-01  Miles Bader  <miles@gnu.org>
18510         * xfaces.c (Vface_remapping_alist): New variable.
18511         (syms_of_xfaces): Initialize it.
18512         (enum named_merge_point_kind): New type.
18513         (struct named_merge_point): Add `named_merge_point_kind' field.
18514         (push_named_merge_point): Make cycle detection respect different
18515         named-merge-point kinds.
18516         (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
18517         Remove face-name alias resolution.
18518         (lface_from_face_name): New definition using
18519         `lface_from_face_name_no_resolve'.
18520         (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
18521         Call lface_from_face_name_no_resolve instead of lface_from_face_name.
18522         (get_lface_attributes): New definition that layers face-remapping on
18523         top of get_lface_attributes_no_remap.  New arg `named_merge_points'.
18524         (lookup_basic_face): New function.
18525         (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
18526         (realize_named_face): Call `get_lface_attributes_no_remap' instead of
18527         `get_lface_attributes'.
18528         (face_at_buffer_position): Use `lookup_basic_face' to lookup
18529         DEFAULT_FACE_ID if necessary.  When optimizing the default-face case,
18530         return default_face's face-id instead of the constant DEFAULT_FACE_ID.
18532         * xdisp.c (init_iterator): Pass base_face_id through
18533         `lookup_basic_face' when we actually use it as a face-id.
18534         (handle_single_display_prop): Use `lookup_basic_face' to lookup
18535         DEFAULT_FACE_ID.
18537         * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
18538         lookup the initial face-id.
18540         * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
18542 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
18544         * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
18545         (Fremove_text_properties): Fix typos in docstrings.
18547 2008-05-31  Kenichi Handa  <handa@m17n.org>
18549         * font.c (font_list_entities): Fix the car part of data to be
18550         stored in the cache.
18552         * ftfont.c (ftfont_font_format): Don't use strcasestr.
18554 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18556         * chartab.c (Foptimize_char_table, optimize_sub_char_table):
18557         Add a `test' argument so another predicate than `equal' can be used.
18558         (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
18559         (map_char_table): Remove unused vars `c' and `i'.
18560         * lisp.h (Foptimize_char_table): Adjust declaration.
18561         * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
18563 2008-05-30  Kenichi Handa  <handa@m17n.org>
18565         * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
18566         (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
18567         defined.
18569 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18571         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
18572         (Fmake_variable_frame_local): Disallow mixing buffer-local and
18573         frame-local settings for the same variable.
18575 2008-05-30  Kenichi Handa  <handa@m17n.org>
18577         * fontset.c (Ffont_info): Move to font.c.
18578         (syms_of_fontset): Delete defsubr of Sfont_info.
18580         * font.c (font_style_to_value, font_score): Delete casting of the
18581         args to xstcasecmp.
18582         (register_font_driver): Increment num_font_drivers only when
18583         registering the driver globally.
18584         (Ffont_info): Move from fontset.c.  Handle a font object too.
18585         (syms_of_font): Defsubr Sfont_info.
18587 2008-05-29  Kenichi Handa  <handa@m17n.org>
18589         * coding.h (enum define_coding_utf8_arg_index): New enum.
18590         (enum coding_attr_index): Change coding_attr_utf_16_bom to
18591         coding_attr_utf_bom.
18592         (enum utf_bom_type): Rename from utf_16_bom_type.
18593         (struct utf_16_spec): Adjust for the above change.
18594         (struct coding_system): Add utf_8_bom in `spec' union.
18596         * coding.c (CODING_UTF_8_BOM): New macro.
18597         (enum coding_category): Delete coding_category_utf_8, add
18598         coding_category_utf_8_auto, coding_category_utf_8_nosig, and
18599         coding_category_utf_8_sig.
18600         (CATEGORY_MASK_UTF_8): Delete it.
18601         (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
18602         (CATEGORY_MASK_UTF_8_SIG): New macros.
18603         (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
18604         CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
18605         CATEGORY_MASK_UTF_8_SIG.
18606         (CATEGORY_MASK_UTF_8): New macro.
18607         (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
18608         (detect_coding_utf_8): Check BOM.
18609         (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
18610         (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
18611         (encode_coding_utf_16): Likewise.
18612         (setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
18613         (detect_coding, detect_coding_system): Handle utf-8-auto.
18614         (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
18615         (syms_of_coding): Fix setting up of Vcoding_category_table.
18617 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18619         * process.c (Faccept_process_output): If `millisec' is non-nil,
18620         `seconds' default to 0.
18621         (wait_reading_process_output): Also return non-nil if we read output
18622         from a non-running process.
18624 2008-05-29  Jason Rumney  <jasonr@gnu.org>
18626         * w32font.c (w32font_open_internal): Prefer truetype fonts unless
18627         `raster' specified.
18628         (add_font_entity_to_list): Allow non-opentype truetype fonts back
18629         in the uniscribe backend, but disallow any font that has no
18630         unicode subrange support.
18632 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
18634         * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
18635         Fix typos in docstrings.
18637 2008-05-29  Kenichi Handa  <handa@m17n.org>
18639         * xfaces.c (Fx_list_fonts): Make it return a list of font names.
18640         (Fx_family_fonts): Set frame correctly.
18642 2008-05-28  Jason Rumney  <jasonr@gnu.org>
18644         * w32term.c (x_draw_glyph_string): Use clipmask if specified.
18646 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18648         * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
18649         calling build_annotations.
18651 2008-05-28  Juanma Barranquero  <lekktu@gmail.com>
18653         * coding.c (Fdecode_coding_region, Fencode_coding_region)
18654         (Fencode_coding_string):
18655         (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
18656         <latin-extra-code-table>: Fix typos in docstrings.
18657         (syms_of_coding) <coding-system-alist>: Doc fix.
18658         (syms_of_coding) <translation-table-for-input>: Reflow docstring.
18660 2008-05-28  Kenichi Handa  <handa@m17n.org>
18662         * fontset.c (Ffont_info): Don't call font_close_object.
18664         * font.c (font_parse_family_registry): Use Ffont_put to validate
18665         foundry and family.
18666         (font_delete_unmatched): Don't check spacing.
18667         (font_list_entities): Add spacing to the spec to list fonts.
18669         * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
18670         (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
18672         * coding.c (encode_coding_raw_text): Fix previous change.
18673         (encode_coding_object): When the dst_object is a buffer and is
18674         different from src_object, move gap to PT.
18676 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
18678         * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
18680 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18682         * coding.c (encode_coding_raw_text): Set coding->produced_char for
18683         all branches.  Compute it differently.
18685         * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
18687 2008-05-27  Juanma Barranquero  <lekktu@gmail.com>
18689         * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
18690         into "else if () ... else ...".
18692 2008-05-27  Jason Rumney  <jasonr@gnu.org>
18694         * w32font.c (w32font_open_internal): Determine if glyph indices
18695         are likely to work here.
18697 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
18699         * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
18700         draw overlap glyphs with appropriate highlighting.
18702 2008-05-27  Kenichi Handa  <handa@m17n.org>
18704         * xfont.c (xfont_open): Fix calculation of font->average_width.
18706 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18708         * casefiddle.c (casify_object): Try to guess better whether the
18709         argument is a byte or a char.
18711 2008-05-26  Andreas Schwab  <schwab@suse.de>
18713         * xselect.c (x_reply_selection_request): Properly handle format == 32.
18714         Always send multiples of format size.
18716         * xterm.c (x_set_frame_alpha): Fix type mismatch.
18718 2008-05-26  Jason Rumney  <jasonr@gnu.org>
18720         * w32font.c (w32font_text_extents): Zero whole metrics struct first.
18721         (compute_metrics): Don't set failure if we just cleared the cache.
18722         (w32_weight_table): Remove unused variable.
18723         (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
18724         backwards compatibility.
18726 2008-05-25  Kenichi Handa  <handa@m17n.org>
18728         * w32term.c (x_draw_glyph_string):
18729         * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
18731         * xfaces.c: Delete unused function prototypes.
18732         (xstrlwr, font_frame): Delete them.
18733         (clear_face_cache): Delete unused variable.
18735         * xftfont.c (xftfont_open): Delete unused variable.
18736         If underline_thickness is not 1, adjust underline_position.
18738         * ftxfont.c (ftxfont_open): Delete unused variable.
18740         * fontset.c (face_for_char): Optimize for the case of no charset
18741         property.
18743         * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
18744         (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
18745         (otf_open, font_otf_capability, generate_otf_features)
18746         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
18747         Comment out by surrounding "#if 0" and "#endif" for the moment.
18748         (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
18749         (syms_of_font): Codes for accessing above commented out.
18751 2008-05-24  Eli Zaretskii  <eliz@gnu.org>
18753         * w32proc.c: Include dispextern.h.
18755         * w32.c: Include dispextern.h.
18757 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
18759         * charset.c (Fencode_char, Fsplit_char): Doc fixes.
18760         (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
18761         Fix typos in docstrings.
18763 2008-05-23  Jason Rumney  <jasonr@gnu.org>
18765         * xsmfns.c: Remove includes that are already included by config.h.
18767 2008-05-23  Kenichi Handa  <handa@m17n.org>
18769         * charset.c (Qemacs, charset_emacs): New variables.
18770         (char_charset): Fix for non-Unicode characters.
18771         (syms_of_charset): Define charset_emacs.
18773         * w32term.c (x_draw_glyph_string): Be sure to update
18774         s->underline_thickness and s->underline_position.  Be sure to draw
18775         underline within the current line area.
18777         * xterm.c (x_draw_glyph_string): Be sure to update
18778         s->underline_thickness and s->underline_position.  Be sure to draw
18779         underline within the current line area.
18781         * fontset.c: Delete unused variables and add casting for char *
18782         throughout the file.
18783         (fontset_font): Try the fallback fonts of the current fontset
18784         before consulting the default fontset.
18786         * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
18788         * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
18790 2008-05-22  Jason Rumney  <jasonr@gnu.org>
18792         * font.c: Don't include strings.h.
18794         * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
18796         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
18797         * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
18798         * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
18799         to call xstrcasecmp.
18801         * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
18803         * fontset.c (fs_query_fontset): Use xstrcasecmp.
18805         * font.c (font_style_to_value, font_score): Use xstrcasecmp.
18807         * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
18809 2008-05-22  Kenichi Handa  <handa@m17n.org>
18811         * puresize.h (BASE_PURESIZE): Increase to 1220000.
18813         * font.c (font_prop_validate_style): Adjust for the format
18814         change of font_style_table.
18816         * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
18817         two args.
18819         * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
18820         two args.
18822 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18824         * minibuf.c (keys_of_minibuf): Delete.
18825         * lisp.h (keys_of_minibuf): Delete.
18826         * emacs.c (main): Don't call keys_of_minibuf.
18828 2008-05-22  Kenichi Handa  <handa@m17n.org>
18830         * ftfont.c (ftfont_resolve_generic_family): Rename from
18831         ftfont_list_generic_family.  Return a single family for each
18832         generic family.
18833         (ftfont_spec_pattern): Add FC_FAMILY to pattern.
18834         (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
18835         Call font_add_log.
18836         (ftfont_match): Call font_add_log.
18838         * font.h (Ffont_xlfd_name): EXFUN adjusted.
18839         (FONT_DEBUG): Define it.
18840         (font_add_log): Extern it.
18841         (font_assert): Rename from xassert.
18843         * xfont.c (xfont_get_pcm): Change xassert to font_assert.
18844         (xfont_list_family): Call font_add_log.
18845         (xfont_match): Likewise.
18846         (memq_no_quit): Delete.
18848         * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
18849         call of Ffont_xlfd_name.
18851         * xfaces.c (struct table_entry, slant_table, weight_table)
18852         (swidth_table): Move to font.c.
18854         * font.c: Checking of FONT_DEBUG is moved to font.h.  All calls of
18855         xassert are changed to font_assert.  Delete many unused variables.
18856         (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
18857         New variables.
18858         (struct table_entry): Move from xfaces.c and modified.
18859         (weight_table, slant_table, width_table): Move from xfaces.c and
18860         contents adjusted for the change of struct table_entry.
18861         (font_style_to_value, font_style_symbolic): Adjust for the
18862         format change of font_style_table.
18863         (font_parse_family_registry): Don't overwrite existing foundry and
18864         family of font_spec.
18865         (font_score): Fix calculation of diff for sizes.
18866         (font_sort_entites): Call font_add_log.
18867         (font_delete_unmatched): Return a newly created list.
18868         (font_list_entities): Fix previous change.  Call font_add_log.
18869         (font_matching_entity, font_open_entity, font_close_entity):
18870         Call font_add_log.
18871         (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
18872         (Finternal_set_font_style_table): Delete.
18873         (BUILD_STYLE_TABLE): New macro.
18874         (build_style_table): New function.
18875         (Vfont_log, font_log_env_checked): New variables.
18876         (font_add_log): New function.
18877         (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
18878         Declare Lisp variables "font-weight-table", "font-slant-table",
18879         "font-width-table", and "font-log".  Initialize font_style_table.
18881 2008-05-21  Dan Nicolaescu  <dann@ics.uci.edu>
18883         * xterm.c (x_set_frame_alpha): Move declarations before statements.
18885 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
18886             Ryo Yoshitake  <ryo@shiftmode.net>
18888         * frame.c (Qalpha): Add a new frame parameter `alpha'.
18889         (Vframe_alpha_lower_limit): New variable.
18890         (x_set_alpha): New function.
18892         * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
18894         * xfns.c (x-create-frame, Qalpha):
18895         Initialize the frame parameter `alpha'.
18896         * xterm.c (OPAQUE, OPACITY): New.
18897         (x_set_frame_alpha): New function.
18898         (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
18900         * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
18901         * w32fns.c (w32_frame_parm_handlers): Likewise.
18903 2008-05-20  Jason Rumney  <jasonr@gnu.org>
18905         * w32font.c (add_font_entity_to_list): Don't add non-opentype
18906         truetype fonts to opentype list.
18908 2008-05-20  Juanma Barranquero  <lekktu@gmail.com>
18910         * fontset.c (Ffontset_info): Doc fix.
18911         (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
18912         <ignore-relative-composition>: Fix typos in docstrings.
18914         * font.c (syms-of-font) <font-encoding-alist>:
18915         (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
18916         (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
18917         (Ffont_otf_alternates): Doc fixes.
18919 2008-05-20  Kenichi Handa  <handa@m17n.org>
18921         * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
18922         font.h through out the file.
18923         (FONT_DRIVERS): Rename from FONTOBJ.
18924         (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
18925         (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
18927         * emacs.c (main): Call syms_of_font unconditionally.
18929         * font.h (find_font_encoding): Extern it.
18931         * font.c (Vfont_encoding_alist, find_font_encoding): Move from
18932         fontset.c.
18933         (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
18934         (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
18935         FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
18936         only when HAVE_WINDOW_SYSTEM is defined.
18937         (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
18938         when HAVE_WINDOW_SYSTEM is defined.
18940         * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
18941         (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
18943         * xfaces.c: Include font.h unconditionally.
18944         (merge_face_ref, merge_face_vectors)
18945         (Finternal_set_lisp_face_attribute): Cancel the previous change.
18947 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18949         * xdisp.c (select_frame_for_redisplay): Adjust for last change to
18950         indirect_variable.
18951         * eval.c (lisp_indirect_variable): New fun.
18952         (Fuser_variable_p): Use it.
18954 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18956         * lisp.h (indirect_variable):
18957         * data.c (indirect_variable, let_shadows_buffer_binding_p):
18958         Use Lisp_Symbol pointers rather than Lisp_Object.
18959         Adjust callers.
18960         * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
18961         To this end, change calling-convention.
18963         * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
18964         if some non-hidden buffers are selected by string&pred.
18966 2008-05-19  Chong Yidong  <cyd@stupidchicken.com>
18968         * process.c (wait_reading_process_output): Always check status
18969         when in batch mode.
18971 2008-05-19  Kenichi Handa  <handa@m17n.org>
18973         * font.c (font_list_entities): Fix handling of cache.
18974         (font_matching_entity): Likewise.
18976         * ftfont.c (cs_iso8859_1): Delete.
18977         (ft_face_cache): New variable.
18978         (struct ftfont_info): New member fc_charset_idx.
18979         (ftfont_build_basic_charsets): Delete.
18980         (fc_charset_table): New variable.
18981         (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
18982         . FC_CHARSET_IDX) as :font-entity property in the font entity.
18983         Callers changed.
18984         (ftfont_lookup_cache, ftfont_get_charset): New functions.
18985         (ftfont_spec_pattern): New argument fc_charset_idx.
18986         Check registry more rigidly.  Change callers.
18987         (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
18988         change of :font-entity property of the font.
18990         * xftfont.c (xftfont_open): Adjust for the change of :font-entity
18991         property of the font.
18993 2008-05-18  Juanma Barranquero  <lekktu@gmail.com>
18995         * coding.c (Fcoding_system_p): Rename argument to match docstring.
18996         (Funencodable_char_position, Fcheck_coding_systems_region)
18997         (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
18998         (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
18999         (Ffind_operation_coding_system, Fset_coding_system_priority)
19000         (Fcoding_system_eol_type): Doc fixes.
19002 2008-05-17  Glenn Morris  <rgm@gnu.org>
19004         * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
19006 2008-05-16  Eli Zaretskii  <eliz@gnu.org>
19008         * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
19009         and st_gid.
19011         * frame.c (Fdelete_frame): Don't call font_update_drivers if
19012         HAVE_WINDOW_SYSTEM is not defined.
19014         * xfaces.c (merge_face_ref, merge_face_vectors)
19015         (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
19016         HAVE_WINDOW_SYSTEM is defined.
19017         (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
19019 2008-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19021         * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
19023 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19025         * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
19027 2008-05-15  Kenichi Handa  <handa@m17n.org>
19029         * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
19030         preference.
19032 2008-05-15  Glenn Morris  <rgm@gnu.org>
19034         * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
19036 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
19038         * fns.c (init_fns): Don't initialize weak_hash_tables here.
19039         (init_weak_hash_tables): New fun.  Initialize weak_hash_tables.
19041         * alloc.c (init_alloc_once): Call init_weak_hash_tables.
19043 2008-05-15  Kenichi Handa  <handa@m17n.org>
19045         * ftfont.c (ftfont_list): Downcase family name to check generic
19046         families.
19048         * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
19049         font-spec for QCfont value.
19051         * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
19052         buffer.  Check the return value of it.
19054 2008-05-14  Jason Rumney  <jasonr@gnu.org>
19056         * w32term.c (w32_get_glyph_overhangs): Remove.
19057         (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
19059 2008-05-14  Kenichi Handa  <handa@m17n.org>
19061         * font.c (font_prop_validate): Make nil a valid value.
19062         (font_clear_cache): Check if the cached vector of entities is nil
19063         or not.
19065 2008-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19067         * emacs.c (main_thread): Conditionalize on
19068         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
19069         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
19071         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
19072         (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
19073         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
19075 2008-05-14  Kenichi Handa  <handa@m17n.org>
19077         * coding.c (detect_coding_iso_2022): Ignore a coding category that
19078         has no corresponding coding system.
19080 2008-05-14  Jason Rumney  <jasonr@gnu.org>
19082         * font.h (struct font) [WINDOWSNT]: Remove codepage member.
19084         * w32font.h (w32font_open_internal): Update declaration.
19086         * w32font.c (w32font_open_internal): Change last argument from
19087         w32font_info struct to font object.  Fill in font object from
19088         font_entity.  Get Outline metrics if possible.  Use them to
19089         calculate underline position and thickness.  Use xlfd name as name
19090         property.  Don't set codepage.
19091         (w32font_open): Pass font_object to w32font_open_internal.  Don't
19092         update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
19093         (w32font_draw): Use s->font.
19094         (clear_cached_metrics): Don't clear non-existent blocks.
19096         * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
19097         font was not found.
19098         (x_draw_glyph_string): Use underline position and thickness from font.
19100         * w32uniscribe.c (uniscribe_open): Pass font_object to
19101         w32font_open_internal.
19103 2008-05-14  Kenichi Handa  <handa@m17n.org>
19105         These changes are to delete all legacy font-handling codes, and
19106         make Emacs use only font-backends.
19108         * Makefile.in: Delete USE_FONT_BACKEND conditionals.
19109         (frame.o, image.o, print.o): Depend on $(FONTSRC).
19111         * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
19113         * charset.h (Vcharset_non_preferred_head)
19114         (Vcurrent_iso639_language): Extern them.
19116         * charset.c (Vcharset_non_preferred_head): New variable.
19117         (Vcurrent_iso639_language): New variable.
19118         (syms_of_charset): Declare it as a Lisp variable.
19119         (char_charset): Don't check non preferred charsets.  As a last
19120         resort, return charset_unicode.
19121         (Fset_charset_priority): Update Vcharset_non_preferred_head.
19123         * composite.c: Throughout the file, delete all USE_FONT_BACKEND
19124         conditionals.  Don't check enable_font_backend.  Delete all codes
19125         used only when USE_FONT_BACKEND is not defined.
19127         * dispextern.h (struct glyph_string): Change type of `font' to
19128         `struct font *'.
19129         (struct glyph_string): New member underline_position and
19130         underline_thickness.
19131         (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
19132         (struct face): Change type of `font' to `struct font *'.
19133         Remove members `font_name', `font_info_id'.
19134         (per_char_metric, encode_char): Delete externs.
19135         (calc_pixel_width_or_height): Adjust the prototype.
19137         * emacs.c (enable_font_backend): Delete extern.
19138         (main): Don't set enable_font_backend.  Don't check the command
19139         line argument "-disable-font-backend".
19141         * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
19142         (enum font_property_index): New members FONT_DPI_INDEX,
19143         FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
19144         FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
19145         FONT_OBJECT_MAX.  Delete FONT_FRAME_INDEX.
19146         (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
19147         (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
19148         (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
19149         (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
19150         (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
19151         (struct font_spec, struct font_entity): New structs.
19152         (FONT_ENCODING_NOT_DECIDED): Move from fontset.h.
19153         (struct font): Many members from old "struct font_info" moved to
19154         here.  Members font and entity deleted.
19155         (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
19156         the new font-related objects.
19157         (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
19158         (CHECK_FONT_GET_OBJECT): Likewise.
19159         (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
19160         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move from font.h.
19161         (struct font_driver): New members case_sensitive anc check.
19162         Type of the member list and open changed.
19163         (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
19164         (font_symbolic_width, font_find_object, font_get_spec)
19165         (font_set_lface_from_name): Delete extern.
19166         (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
19168         * font.c: Include <strings.h>.
19169         (enable_font_backend): Delete it.
19170         (Qfont_spec, Qfont_entity, Qfont_object): New variables.
19171         (CHECK_VALIDATE_FONT_SPEC): Delete it.
19172         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move to font.h.
19173         (null_string): Delete it.
19174         (null_vector): Make it static.
19175         (font_family_alist): Delete it.
19176         (Qnormal): Extern it.
19177         (QCextra, QClanguage): Delete it.
19178         (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
19179         (font_make_spec, font_make_entity, font_make_object)
19180         (font_intern_prop): Rename from intern_downcase.  Don't downcase
19181         the string.  Callers changed.
19182         (font_pixel_size): Adjust for the format change of font-related
19183         objects.
19184         (prop_name_to_numeric, prop_numeric_to_name): Delete them.
19185         (font_style_to_value, font_style_symbolic): New function.
19186         (build_font_family_alist): Delete it.
19187         (font_registry_charsets): Use Fassoc_string instead of
19188         assq_no_quit.
19189         (font_prop_validate_symbol): Don't return null_string.
19190         (font_prop_validate_style): Adjust for the change of
19191         style-related values in a font vector.
19192         (font_property_table): Delete entries for QClanguage and
19193         QCantialias, add entries for QCavgwidth.
19194         (get_font_prop_index): Delete the 2nd argument FROM.
19195         (font_prop_validate): Arguments changed.
19196         (font_put_extra): Adjust for the change of font-related objects.
19197         (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
19198         (font_parse_fcname, font_unparse_fcname)
19199         (font_prepare_composition): Likewise.
19200         (font_parse_family_registry): Rename from font_merge_old_spec.
19201         (otf_open): Delete the 1st arg entity.
19202         (font_otf_capability): Adjust for the above change.
19203         (font_score): New arg alternate_families.  Adjusted for the change
19204         of font-related objects.
19205         (font_sort_entites): New arg best_only.
19206         (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
19207         Delete them.
19208         (font_match_p): Check alternate families.
19209         (font_find_object): Delete it.
19210         (font_check_object): New function.
19211         (font_clear_cache): Adjust for the change of font-related objects.
19212         (font_delete_unmatched): New arg.
19213         (font_list_entities): Call font_driver->list with a spec that
19214         doesn't specify style-related properties.
19215         (font_matching_entity): Arguments changed.  Caller changed.
19216         (font_open_entity): Adjust for the change of font-related objects.
19217         (font_close_object, font_has_char, font_encode_char)
19218         (font_get_name, font_get_spec): Likewise.
19219         (font_spec_from_name, font_clear_prop, font_update_lface):
19220         New functions.
19221         (font_find_for_lface, font_open_for_lface, font_load_for_lface)
19222         (font_prepare_for_face, font_done_for_face, font_open_by_name)
19223         (font_at): Adjust for the change of font-related objects.
19224         (font_range): New function.
19225         (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
19226         (Ffont_xlfd_name): Adjust for the change of font-related objects.
19227         (Fcopy_font_spec, Fmerge_font_spec): New function.
19228         (Ffont_family_list): Rename from list-families.
19229         (Finternal_set_font_style_table): Arguments changed.
19230         (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
19231         (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjust for the
19232         change of font-related objects.
19233         (syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
19235         * fontset.h (struct font_info): Delete it.  Most members go to
19236         struct font.
19237         (FONT_ENCODING_NOT_DECIDED): Move to font.h.
19238         (enum FONT_SPEC_INDEX): Delete it.
19239         (font_info, list_fonts_func, load_font_func, query_font_func)
19240         (set_frame_fontset_func, find_ccl_program_func)
19241         (get_font_repertory_func, new_fontset_from_font_name):
19242         Delete externs.
19243         (fontset_from_font_name): Extern it.
19244         (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
19245         (FONT_INFO_FROM_FACE): Deleted.
19246         (face_for_font): Adjust prototype.
19248         * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
19249         conditionals.  Don't check enable_font_backend.  Delete all codes
19250         used only when USE_FONT_BACKEND is not defined.
19251         (get_font_info_func, list_font_func, load_font_func)
19252         (query_font_func, set_frame_fontset_func, find_ccl_program_func)
19253         (get_font_repertory_func): Delete them.
19254         (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
19255         (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
19256         (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
19257         (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
19258         (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
19259         (fontset_compare_rfontdef): New function.
19260         (reorder_font_vector): Remove the argument CHARSET-ID.  Sort
19261         rfont-defs by qsort.  Adjusted for the change of font-group vector.
19262         (load_font_get_repertory): Deleted.
19263         (fontset_find_font): Use new macros to ref/set elements of
19264         font-def and rfont-def.
19265         (fontset_font): Fix the timing of remembering that no font for C.
19266         (free_face_fontset): Do nothing if the face has no fontset.
19267         (face_suitable_for_char_p): Use new macros to ref/set elements of
19268         rfont-def.
19269         (face_for_char): Likewise.  Call face_for_char with font_object.
19270         (fs_load_font): Delete.  Delete #pragma surrounding it.
19271         (fs_query_fontset): Use strcasecmp instead of strcmp.
19272         (generate_ascii_font_name): Adjust for the format change of
19273         font-spec.
19274         (Fset_fontset_font): Likewise.  Use new macros to set elements of
19275         font-def.
19276         (Fnew_fontset): Use font_unparse_xlfd to generate
19277         FONTSET_ASCII (fontset).
19278         (new_fontset_from_font_name): Deleted.
19279         (fontset_from_font): Rename from new_fontset_from_font.  Check if
19280         a fontset is already created for the font.  FIx updating of
19281         Vfontset_alias_alist.
19282         (fontset_ascii_font): Deleted.
19283         (Ffont_info): Adjust for the format change of font-spec.
19284         (Finternal_char_font): Likewise.
19285         (Ffontset_info): Likewise.
19286         (syms_of_fontset): Don't check load_font_func.
19288         * fns.c (internal_equal): Handle PREV_FONT.
19290         * frame.h: Delete USE_FONT_BACKEND conditional.
19292         * frame.c: Throughout the file, delete all USE_FONT_BACKEND
19293         conditionals.  Don't check enable_font_backend.  Delete all codes
19294         used only when USE_FONT_BACKEND is not defined.
19295         (x_set_font): Call x_new_font, not x_new_fontset2.
19296         (x_set_font_backend): Use FRAME_FONT macro to check if a font is
19297         already set for the frame.
19299         * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.
19300         Make a font-entity by font_make_entity.  Use font_intern_prop instead
19301         of intern_downcase.  Use FONT_SET_STYLE to set a style-related
19302         font property.  If a font is scalable, set avgwidth property to 0.
19303         Set font-entity property by font_put_extra.
19304         (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
19305         (ffont_driver): Adjust for the change of struct font_driver.
19306         (ftfont_spec_pattern): New function.
19307         (ftfont_list): Return a list, not vector.
19308         (ftfont_match): Use ftfont_spec_pattern to get a pattern.
19309         (ftfont_list_family): Don't downcase names.
19310         (ftfont_free_entity): Deleted.
19311         (ftfont_open): Return a font-object.  Adjusted for the change of
19312         struct font.  Get underline_thickness and underline_position from
19313         font property.  Don't update dpyinfo->smallest_font_height and
19314         dpyinfo->smallest_char_width.
19315         (ftfont_close): Don't free `struct font'.
19316         (ftfont_has_char): Adjust for the format change of font-entity.
19317         (ftfont_encode_char, ftfont_text_extents): Likewise.
19319         * ftxfont.c (ftxfont_list): Return a list, not vector.
19320         (ftxfont_open): Return a font-object.  Adjusted for the change of
19321         struct font.  Get underline_thickness and underline_position from
19322         font property.  Don't update dpyinfo->smallest_font_height and
19323         dpyinfo->smallest_char_width.
19324         (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
19325         (ftxfont_draw): Adjust for the change of struct font.
19327         * image.c (image_ascent): Don't include "charset.h".
19328         Include "character.h" and "font.h".
19330         * lisp.h (enum pvec_type): New member PREV_FONT.
19331         (Fassoc_string): EXFUN it.
19333         * print.c: Include font.h.
19334         (print_object): Handle font-related objects.
19336         * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
19337         conditionals.  Don't check enable_font_backend.  Delete all codes
19338         used only when USE_FONT_BACKEND is not defined.
19339         (handle_auto_composed_prop): Do nothing if it->f is not on a
19340         window system.  Check how many following characters can be
19341         displayed by the same font.
19342         (calc_pixel_width_or_height): Type of the 4th arg is changed to
19343         'struct font *'.
19344         (get_char_face_and_encoding): Assign the whole encoding task to
19345         the `encode-char' method of a font driver.
19346         (fill_composite_glyph_string): Adjust for the change of `struct
19347         face' and `struct glyph_string'.
19348         (fill_glyph_string): Likewise.
19349         (get_per_char_metric): Arguments changed.
19350         (x_get_glyph_overhangs): Adjust for the change of `struct face'
19351         and `struct glyph_string'.
19352         (produce_stretch_glyph, calc_line_height_property)
19353         (x_produce_glyphs): Likewise.
19355         * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
19356         conditionals.  Don't check enable_font_backend.  Delete all codes
19357         used only when USE_FONT_BACKEND is not defined.
19358         Use FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
19359         (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
19360         (Qp): Extern them.
19361         (clear_font_table, load_face_font, xlfd_lookup_field_contents):
19362         Deleted.
19363         (struct font_name): Deleted.
19364         (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
19365         (compare_fonts_by_sort_order): New function.
19366         (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
19367         (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
19368         Deleted.
19369         (Fx_family_fonts): Use font_list_entities, and sort fonts by
19370         compare_fonts_by_sort_order.
19371         (Fx_font_family_list): Call Ffont_family_list.
19372         (face_numeric_value, face_numeric_weight, face_numeric_slant)
19373         (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
19374         (face_symbolic_slant, face_symbolic_swidth)
19375         (split_font_name_into_vector, build_font_name_from_vector)
19376         (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
19377         (font_rescale_ratio, split_font_name, build_font_name)
19378         (free_font_names, sort_fonts, x_face_list_fonts)
19379         (face_font_available_p, sorted_font_list, cmp_font_names)
19380         (font_list_1, concat_font_list, font_list, remove_duplicates):
19381         Deleted.
19382         (Fx_list_fonts): Use Ffont_list.
19383         (LFACE_AVGWIDTH): Deleted.
19384         (check_lface_attrs): Don't check LFACE_AVGWIDTH.  Check LFACE_FONT
19385         by FONTP.
19386         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
19387         (set_lface_from_font_name): Delete it.
19388         (set_lface_from_font): Rename from
19389         set_lface_from_font_and_fontset.  Caller changed.  Don't set
19390         LFACE_AVGWIDTH.  Use FONT_XXX_FOR_FACE to get a symbol suitable
19391         for face.
19392         (merge_face_vectors): Copy font-spec if necessary.
19393         Clear properties of the font-spec if necessary.
19394         (merge_face_ref): Clear properties of the font-spec if necessary.
19395         (Finternal_set_lisp_face_attribute): Likewise.
19396         (set_font_frame_param): Use font_load_for_lface to load a
19397         font-object, and call Fmodify_frame_parameters with it.
19398         (x_update_menu_appearance): Don't check LFACE_AVGWIDTH.  Get XLFD
19399         font name by Ffont_xlfd_name.
19400         (Finternal_lisp_face_attribute_values): Don't check QCweight,
19401         QCslant, and QCwidth.
19402         (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
19403         (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
19404         Compare fonts by EQ.
19405         (lookup_non_ascii_face): Deleted.
19406         (face_for_font): The 2nd argument changed.
19407         (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
19408         Check atomic font properties by case insensitive.
19409         (realize_non_ascii_face): Set face->overstrike correctly.
19410         (realize_x_face): Likewise.  Check if LFACE_FONT is a font_object.
19411         (dump_realized_face): Get font name from
19412         font->props[FONT_NAME_INDEX].  Don't print font_info_id.
19414         * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
19415         conditionals.  Don't check enable_font_backend.  Delete all codes
19416         used only when USE_FONT_BACKEND is not defined.
19417         (xic_create_xfontset): Original code deleted and renamed from
19418         xic_create_xfontset2.  Use FRAME_FONT, not FRAME_FONT_OBJECT.
19419         (x_make_gc): Don't set GCFont in GCs.
19420         (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
19421         opened by "fixed".
19422         (syms_of_xfns): Don't set get_font_info_func, load_font_func,
19423         find_ccl_program_func, query_font_func, set_frame_fontset_func,
19424         get_font_repertory_func.
19426         * xfont.c: Include <stdlib.h> and "ccl.h".
19427         (struct xfont_info): New structure.
19428         (xfont_query_font): Deleted.
19429         (xfont_find_ccl_program): Rename from x_find_ccl_program and
19430         moved from xterm.c.
19431         (xfont_driver): Adjust for the change of struct font_driver.
19432         (compare_font_names): New function.
19433         (xfont_list_pattern): Sort font names case insensitively.
19434         Make font_entity by calling font_make_entity.  Avoid auto-scaled fonts.
19435         (xfont_list): Return a list, not vector.
19436         (xfont_match): If the font doesn't have QCname property, generate
19437         a name from the other font properties.
19438         (xfont_open): Return a font-object.  Adjusted for the change of
19439         struct font.  Get underline_thickness and underline_position from
19440         font property.  Don't update dpyinfo->smallest_font_height and
19441         dpyinfo->smallest_char_width.
19442         (xfont_close): Don't free struct font.
19443         (xfont_prepare_face): Adjust for the change of struct font.
19444         (xfont_done_face): Deleted.
19445         (xfont_has_char): Adjust for the change of struct font.
19446         (xfont_encode_char, xfont_draw): Likewise.
19447         (xfont_check): New function.
19449         * xftfont.c (xftfont_list): Adjust for the change of `list'
19450         callback function.
19451         (xftfont_match): Adjust for the format change of font-entity.
19452         (xftfont_open): Adjust for the format change of font-entity and
19453         font-object.  Adjusted for the change of struct font.  Return a
19454         font-object.  Don't update dpyinfo->smallest_font_height and
19455         dpyinfo->smallest_char_width.
19456         (xftfont_close): Block input while calling XftFontClose.
19457         (xftfont_prepare_face): Don't block input while calling
19458         xftfont_get_colors.  Adjusted for the change of struct font.
19459         (xftfont_shape): Return value of error case fixed.
19461         * xrdb.c (x_load_resources): Don't setup a fontset resource.
19463         * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
19464         conditionals.
19465         (FONT_WIDTH): Return (f)->max_width.
19466         (struct x_display_info): Delete member `font'.
19467         (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
19468         (x_find_ccl_program, x_get_font_repertory): Delete externs.
19469         (struct x_output): Change type of `font' to `struct font *'.
19471         * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
19472         conditionals.  Don't check enable_font_backend.  Delete all codes
19473         used only when USE_FONT_BACKEND is not defined.  Don't include ccl.h.
19474         (x_per_char_metric, x_encode_char): Deleted.
19475         (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
19476         (x_compute_glyph_string_overhangs): Adjust for the change of
19477         `struct face'.
19478         (x_draw_glyph_string_foreground)
19479         (x_draw_composite_glyph_string_foreground): Likewise.
19480         (x_draw_glyph_string): Likewise.  Use font->underline_position and
19481         font->underline_thickness.
19482         (x_new_font): Rename from x_new_fontset2.
19483         (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
19484         (x_check_font): Call `check' method of a font driver.
19485         (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
19486         (x_query_font, x_get_font_repertory): Deleted.
19487         (x_find_ccl_program): Rename and moved to xfont.c.
19488         (x_redisplay_interface): Adjust for the change of `struct
19489         redisplay_interface'.
19491         * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
19492         conditionals.  Don't check enable_font_backend.  Delete all codes
19493         used only when USE_FONT_BACKEND is not defined.  Surround non-used
19494         code by "#ifdef OLD_FONT" and "endif".
19495         (Fw32_select_font): Use FONT_COMPAT to get old font structure.
19497         * w32font.h (struct w32font_info): New member.
19498         (FONT_COMPAT): New macro.
19499         (w32font_open_internal): Prototype adjusted.
19501         * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
19502         OLD_FONT" and "endif".
19504         * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
19505         conditionals.  Don't check enable_font_backend.  Delete all codes
19506         used only when USE_FONT_BACKEND is not defined.
19507         (w32font_open): Return a font-object.  Make a font-object by
19508         font_make_object.  Adjusted for the change of struct w32font_info.
19509         (w32font_close): Don't free struct font.  Adjusted for the change
19510         of struct w32font_info.
19511         (w32font_encode_char, w32font_text_extents, w32font_draw):
19512         Adjust for the change of struct w32font_info.
19513         (w32font_draw): Likewise.
19514         (w32font_list_internal): Return a list, not vector.
19515         (w32font_open_internal): Change the 4th arg to font-object.
19516         Adjusted for the change of struct w32font_info and font-object format.
19517         (add_font_name_to_list): Don't downcase names.
19518         (w32_enumfont_pattern_entity): Make a font-entity by
19519         font_make_entity.  Adjusted for the format change of font-entity.
19520         Use FONT_SET_STYLE to set a style-related font property.  If a
19521         font is scalable, set avgwidth property to 0.  Set font-entity
19522         property by font_put_extra.
19523         (font_matches_spec): Adjust for the format change of font-entity.
19524         (w32_weight_table, w32_decode_weight): New variables.
19525         (w32_encode_weight): New function.
19526         (fill_in_logfont): Adjust for the format change of font-spec.
19527         (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
19528         weight value.
19529         (w32font_driver): Adjust for the change of struct font_driver.
19531         * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
19532         conditionals.  Don't check enable_font_backend.  Surround non-used
19533         code by "#ifdef OLD_FONT" and "endif".
19534         (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
19535         (FONT_AVG_WIDTH): Adjust for the change of struct font.
19537         * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
19538         conditionals.  Don't check enable_font_backend.  Delete all codes
19539         used only when USE_FONT_BACKEND is not defined.  Surround non-used
19540         code by "#ifdef OLD_FONT" and "endif".
19542         * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
19543         (uniscribe_open): Return value changed to font-object.
19544         Adjusted for the format change of font-object.
19545         (uniscribe_otf_capability): Adjust for the change of struct font.
19546         (add_opentype_font_name_to_list): Don't downcase names.
19547         (uniscribe_font_driver): Adjust for the change of struct
19548         font_driver.
19550 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
19552         * dispnew.c (update_frame_1): Check if tty output is still valid
19553         before flushing it.
19555 2008-05-13  Jan Djärv  <jan.h.d@swipnet.se>
19557         * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
19558         to Gtk+ menus.
19560 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19562         * dired.c (file_name_completion): Tweak the code so as to always do it
19563         in a single pass.  Tighten the scope of some variables.
19565         * dired.c (Qdefault_directory): New var.
19566         (file_name_completion): Use it instead of Fexpand_file_name.
19567         (syms_of_dired): Initialize it.
19569 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19571         * fileio.c (double_dollars): Remove dead code.
19573 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
19575         * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
19576         Mention w32-get-true-file-attributes in doc string.
19578         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
19580 2008-05-09  Glenn Morris  <rgm@gnu.org>
19582         * fileio.c (Fread_file_name): Remove reference to insdef, deleted
19583         2008-04-23.
19585 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
19587         Support for reporting owner and group of each file on MS-Windows:
19588         * dired.c (stat_uname, stat_gname): New functions, with special
19589         implementation for w32.
19590         (Ffile_attributes): Use them instead of getpwuid and getgrgid.
19592         * w32.c: Rename the_passwd_* to dflt_passwd_*.
19593         (dflt_group_name): New static variable.
19594         (dflt_group): Rename from the_group.
19595         (init_user_info): Init dflt_group fields.  Get user's group name
19596         from LookupAccountSid.
19597         (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
19598         (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
19599         New initialization states.
19600         (globals_of_w32): Initialize them to zero.  Initialize the default
19601         group name to "None".
19602         (GetFileSecurity_Name): New global var, the name of the function
19603         to call for GetFileSecurity.
19604         (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
19605         (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
19606         (get_file_security, get_security_descriptor_owner)
19607         (get_security_descriptor_group, is_valid_sid)
19608         (get_file_security_desc, get_rid, get_name_and_id)
19609         (get_file_owner_and_group): New functions.
19610         (stat): Use get_file_security_desc and get_file_owner_and_group to
19611         report the owner and primary group of each file.  Don't ignore the
19612         high 32 bits of file's size, now that st_size is 64-bit wide.
19613         Fix test when to get true file attributes.
19614         (init_user_info): Use get_rid instead of equivalent inline code.
19615         (fstat): Don't ignore the high 32 bits of file's size.
19617 2008-05-09  Chong Yidong  <cyd@stupidchicken.com>
19619         * image.c (png_load): Use correct bit-depth for setting background
19620         color.
19622 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
19624         * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
19625         epa-hook.elc.
19627 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
19629         * font.c (Ffont_match_p): Don't use `iff' in docstring.
19631 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
19633         * macfns.c (Fx_create_frame): Make a copy of frame parameters
19634         because the original parameters are in pure storage now.
19635         (mac_window): Remove unused params.  Update callers.
19637 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19639         * lread.c (substitute_object_recurse): Use lower-level primitives.
19640         Don't signal errors when traversing sub-char-tables.
19641         Don't loop over all the possible characters when traversing char-tables.
19643         * print.c (print_preprocess): Add sub-char-tables to the print-table,
19644         just like we do in print.c.
19646 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19648         * minibuf.c (Ftry_completion): Remove code left over from when we used
19649         scmp instead of Fcompare_strings.
19651 2008-05-04  Juanma Barranquero  <lekktu@gmail.com>
19653         * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
19655 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19657         * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
19658         Create bitmap context in native byte order.
19660         * macterm.c (XDrawLine)
19661         (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
19662         context in native byte order.
19664 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19666         * config.in: Regenerate.
19668         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
19669         New definitions for Image I/O support.
19670         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
19671         (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
19672         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
19673         (mac_data_provider_release_data, image_load_image_io)
19674         [USE_MAC_IMAGE_IO]: New functions.
19675         (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
19676         (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
19677         (init_image_func_pointer) [MAC_OSX]: Remove function.
19678         (image_load_quartz2d) [MAC_OSX]: Check availability of
19679         CGImageCreateWithPNGDataProvider at compile time.
19680         Use lowercase `false' for boolean constant.
19681         (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
19682         Use image_load_image_io.
19683         (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
19684         Don't check MyCGImageCreateWithPNGDataProvider.
19685         (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
19686         Don't call init_image_func_pointer.
19688         * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
19690         * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
19691         Make variable non-static.
19692         (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
19693         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
19695         * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
19696         (RED_FROM_ULONG): Mask off higher bits.
19697         (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
19699         * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
19700         Include AvailabilityMacros.h.
19701         (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
19702         (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
19704 2008-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19706         * chartab.c (Fset_char_table_range): If range is t, really set all
19707         chars to that value.
19709 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
19711         * dired.c (Ffile_attributes): Don't allow the device number become
19712         negative.
19714 2008-05-02  Daiki Ueno  <ueno@unixuser.org>
19716         * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
19718 2008-05-02  Juri Linkov  <juri@jurta.org>
19720         * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
19721         (Fread_variable, Fread_buffer, Fcompleting_read): Document the
19722         DEFAULT argument as a list of default values in docstrings.
19724 2008-05-01  Chong Yidong  <cyd@stupidchicken.com>
19726         * puresize.h (BASE_PURESIZE): Increase to 1210000.
19728 2008-05-01  Martin Rudalics  <rudalics@gmx.at>
19730         * dispnew.c (change_frame_size_1): Preserve small windows when
19731         shrinking frames by calling set_window_height|width with third
19732         arg 2.
19734         * window.h (struct window): Replace field too_small_ok by field
19735         resize_proportionally.
19737         * window.c (make_window): Initialize resize_proportionally.
19738         (enlarge_window): Temporarily set resize_proportionally to make
19739         sure that shrink_windows does scale the window proportionally.
19740         (shrink_windows): When window has resize_proportionally set try
19741         to shrink it proportionally by stealing from other windows.
19742         (struct saved_window, Fset_window_configuration)
19743         (compare_window_configurations): Handle resize_proportionally.
19744         (WINDOW_TOTAL_SIZE): New macro.
19745         (window_min_size, shrink_windows, size_window): Use it.
19746         (check_min_window_sizes): Remove.  Invalid values of
19747         window-min-height|width are handled by window_min_size_2 now.
19748         (size_window, Fsplit_window, enlarge_window)
19749         (adjust_window_trailing_edge, grow_mini_window): Don't call
19750         check_min_window_sizes.
19751         (window_min_size_2, window_min_size_1, window_min_size):
19752         New argument safe_p for retrieving "safe" minimum sizes.
19753         (Fdisplay_buffer, Fsplit_window, enlarge_window)
19754         (adjust_window_trailing_edge, grow_mini_window):
19755         Adjust arguments of window_min_size... functions.
19756         (shrink_windows): Argument min_size removed.  New argument
19757         safe_p allows shrinking windows to their safe minimum sizes.
19758         Calculate minimum size and decide whether a window shall be
19759         deleted for each window individually.
19760         (size_window): When nodelete_p equals 2, tell shrink_windows to
19761         delete windows only if their new minimum size is no more safe.
19762         (shrink_window_lowest_first): Call window_min_size_1 to make
19763         sure to preserve modeline of bottom-most window when resizing
19764         the minibuffer.
19765         (Fset_window_configuration, Fcurrent_window_configuration)
19766         (compare_window_configurations): Do not handle
19767         window-min-height|width any more.
19768         (syms_of_window): Clarify window-min-height|width doc-strings.
19770 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19772         * dired.c (file_name_completion): Fix up the encoding/decoding issue
19773         some more.  Copy some of the code from Ftry_completions.
19774         Remove special case code that dates back to initial revision when the
19775         slash was only added when necessary and that can't trigger nowadays.
19777 2008-04-27  Kenichi Handa  <handa@m17n.org>
19779         * font.c (font_prop_validate): Signal `error' instead of `font'.
19781 2008-04-29  Jason Rumney  <jasonr@gnu.org>
19783         * w32fns.c (Fw32_battery_status): New defun.
19784         (syms_of_w32fns): Defsubr it.
19786 2008-04-28  Andreas Schwab  <schwab@suse.de>
19788         * dired.c (file_name_completion): Fix another mixing of encoded
19789         and decoded names.
19791 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
19793         * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
19795 2008-04-27  Juanma Barranquero  <lekktu@gmail.com>
19797         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
19799 2008-04-27  Andreas Schwab  <schwab@suse.de>
19801         * dired.c (file_name_completion): Fix inappropriate mixing of
19802         encoded and decoded names.
19804         * xterm.c (XTread_socket): Fix use of uninitialized variable.
19806         * puresize.h (BASE_PURESIZE): Increase to 1200000.
19808 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
19810         * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
19811         2008-03-31, it's not needed anymore with `struct stat' definition
19812         on nt/inc/sys/stat.h.  Undo changes from 2007-01-12 and 2007-01-13
19813         for the same reasons.
19815 2008-04-25  Dennis Gilmore  <ausil@fedoraproject.org>  (tiny change)
19817         * m/sparc.h: Additional redefinitions for GNU/Linux.
19819 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19821         * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
19822         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
19823         (Qmouse_drag_overlay) [MAC_OSX]: New variable.
19824         (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
19825         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
19826         (mac_ax_selected_text_range) [MAC_OSX]: New functions.
19827         (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
19828         Likewise.
19830         * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
19831         (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
19832         (mac_ax_number_of_characters): Add externs.
19833         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
19834         [USE_MAC_TSM]: Likewise.
19835         (mac_handle_text_input_event) [MAC_OSX]:
19836         Handle kEventTextInputOffsetToPos for no active input area case.
19837         Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
19838         (mac_handle_document_access_event)
19839         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
19840         (install_application_handler) [MAC_OSX]: Register handlers for
19841         kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
19842         (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
19843         Register mac_handle_document_access_event.
19845         * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
19846         Make functions non-static.
19848 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19850         * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
19851         (read_file_name_completion_ignore_case, insert_default_directory)
19852         (Qdefault_directory): Move to minibuffer.el.
19853         (Fread_file_name): Call the new `read-file-name' instead.
19855 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19857         * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
19858         Make function non-static.
19859         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
19860         Remove function.
19861         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
19862         Move to mactoolbox.c.
19863         (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
19865         * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
19866         (mac_rect_make): New macro.
19868         * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
19869         instead of float.
19870         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
19871         (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
19872         (XSetBackground) [USE_CG_DRAWING]: Likewise.
19873         (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
19874         CGRectMake.
19875         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
19876         (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
19877         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
19878         (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
19879         instead of WindowRef in argument type.
19880         (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
19881         (mac_invert_rectangle): Use CGContextSetBlendMode if available.
19882         (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
19883         instead of DISPLAY.  All uses changed.
19884         (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
19885         (x_calc_absolute_position): Simplify so as not to use
19886         FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
19888         * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
19889         instead of WindowRef in argument type.
19890         (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
19891         [TARGET_API_MAC_CARBON]: Remove externs.
19892         (create_apple_event, mac_event_parameters_to_lisp)
19893         [TARGET_API_MAC_CARBON]: Add externs.
19895         * mactoolbox.c (Vmac_ts_script_language_on_focus)
19896         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
19897         (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
19898         is clicked.
19899         (x_activate_menubar): Remove extern for saved_menu_event_location.
19900         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
19901         Move from mac.c.
19903 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19905         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
19906         [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
19908 2008-04-23  Jason Rumney  <jasonr@gnu.org>
19910         * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
19911         attributes only for local files.
19913         * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
19914         default to Qlocal.
19916 2008-04-22  Juri Linkov  <juri@jurta.org>
19918         * buffer.c (Fswitch_to_buffer): Change interactive spec to call
19919         read-buffer-to-switch instead of using the letter "B".
19921 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19923         * fileio.c (Qdefault_directory): New variable.
19924         (Fread_file_name): Use it to pass `dir' to the completion functions.
19926 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
19928         * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
19930 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19932         * keyboard.c (Vpre_help_message): Remove.
19933         (show_help_echo): Remove default C code.
19935         * dired.c (directory_files_internal, file_name_completion):
19936         Only call ENCODE_FILE if the string is indeed decoded.
19938 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19940         * Makefile.in (TOOLKIT_DEFINES): Remove.
19941         (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
19943 2008-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19945         * Makefile.in (MAC_OBJ): Add mactoolbox.o.
19946         (mactoolbox.o): New target.
19948         * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
19949         Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
19951         * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
19952         Use mac_set_frame_window_background instead of XSetWindowBackground.
19953         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
19954         Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
19955         (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
19956         instead of SetWindowTitleWithCFString.
19957         (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
19958         Move function to mactoolbox.c.
19959         (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
19960         Use mac_set_window_modified instead of SetWindowModified.
19961         Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
19962         (mac_window, x_create_tip_frame): Use mac_create_frame_window.
19963         (Fx_focus_frame): Use mac_front_non_floating_window instead of
19964         FrontNonFloatingWindow.  Use mac_activate_window instead of
19965         ActivateWindow.  Use mac_active_non_floating_window instead of
19966         ActiveNonFloatingWindow.
19967         (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
19968         Use mac_show_hourglass and mac_hide_hourglass.
19969         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
19970         instead of GetGlobalMouse.
19971         (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
19972         instead of MoveWindow/SizeWindow/ShowWindow, respectively.
19973         Use mac_bring_window_to_front instead of BringToFront.
19974         (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
19975         mactoolbox.c.
19976         (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
19977         mac_file_dialog in mactoolbox.c.  Use mac_file_dialog.
19978         (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
19979         mactoolbox.c.
19981         * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
19982         (XtPointer): Move typedef from macmenu.c.
19983         (enum button_type): Move enum from macmenu.c.
19984         (widget_value): Move typedef from macmenu.c.
19985         (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
19986         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
19987         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
19988         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
19989         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
19990         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
19991         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
19992         (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
19993         (Selection): Move typedef from macselect.c.
19994         (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
19995         macterm.c.
19996         (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
19997         (mac_is_window_collapsed, mac_bring_window_to_front)
19998         (mac_send_window_behind, mac_hide_window, mac_show_window)
19999         (mac_collapse_window, mac_front_non_floating_window)
20000         (mac_active_non_floating_window, mac_activate_window)
20001         (mac_move_window_structure, mac_move_window, mac_size_window)
20002         (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
20004         * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
20005         (enum mac_menu_kind): Move enum to mactoolbox.c.
20006         (min_menu_id): Move variable to mactoolbox.c.
20007         (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
20008         (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
20009         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
20010         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
20011         [TARGET_API_MAC_CARBON]: Likewise.
20012         (XtPointer): Move typedef to macgui.h.
20013         (enum button_type): Move enum to macgui.h.
20014         (widget_value): Move typedef to macgui.h.
20015         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
20016         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
20017         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
20018         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
20019         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
20020         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
20021         (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
20022         (popup_activated_flag): Make variable non-static.
20023         (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
20024         (add_menu_item, fill_menu, dispose_menus):
20025         Move functions to mactoolbox.c.
20026         (restore_show_help_function, menu_target_item_handler)
20027         (install_menu_target_item_handler, mac_handle_dialog_event)
20028         (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
20029         [TARGET_API_MAC_CARBON]: Likewise.
20030         (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
20031         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
20032         (find_and_call_menu_selection, name_is_separator): Make function
20033         non-static.
20034         (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
20035         to mactoolbox.c.
20036         (set_frame_menubar): Don't call install_menu_quit_handler.
20037         (menu_item_selection): New variable.
20038         (mac_menu_show): Use create_and_show_popup_menu.
20039         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
20040         selection but set variable menu_item_selection.  All uses changed.
20041         (mac_fill_menubar): Rename from fill_menubar.  All uses changed.
20042         Call install_menu_quit_handler.  Move to mactoolbox.c.
20044         * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
20045         (Selection): Move typedef to macgui.h.
20046         (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
20047         (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
20048         Make variables non-static.
20049         (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
20050         (mac_handle_apple_event, cleanup_all_suspended_apple_events):
20051         Make functions non-static.
20052         (Vmac_service_selection) [MAC_OSX]: Likewise.
20053         (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
20054         (mac_valid_selection_target_p, mac_clear_selection)
20055         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20056         (mac_put_selection_value, mac_selection_has_target_p)
20057         (mac_get_selection_value, mac_get_selection_target_list)
20058         (init_apple_event_handler, install_drag_handler, remove_drag_handler):
20059         Move functions to mactoolbox.c.
20060         (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
20061         Likewise.
20062         (copy_scrap_flavor_data, mac_handle_service_event)
20063         (install_service_handler) [MAC_OSX]: Likewise.
20064         (syms_of_macselect) <Vmac_dnd_known_types>:
20065         Use mac_dnd_default_known_types.
20067         * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
20068         Move to mactoolbox.c.
20069         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
20070         (Fx_selection_owner_p): Add EXFUN.
20071         (install_window_handler, remove_window_handler, XSetWindowBackground):
20072         Remove externs.
20073         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
20074         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
20075         (x_raise_frame, x_lower_frame, mac_alert_sound_play)
20076         (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
20077         (mac_convert_frame_point_to_global, mac_set_frame_window_background)
20078         (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
20079         (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
20080         (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
20081         (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
20082         (create_and_show_popup_menu, mac_get_selection_from_symbol)
20083         (mac_valid_selection_target_p, mac_clear_selection)
20084         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
20085         (mac_put_selection_value, mac_selection_has_target_p)
20086         (mac_get_selection_value, mac_get_selection_target_list): Add externs.
20087         (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
20088         (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
20089         (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
20090         (mac_run_loop_run_once) [MAC_OSX]: Likewise.
20091         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
20092         (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
20093         (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
20094         (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
20096         * mactoolbox.c: New file.
20098 2008-04-18  Jason Rumney  <jasonr@gnu.org>
20100         * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
20102 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20104         * character.c (Fmultibyte_char_to_unibyte):
20105         Return latin1 chars unchanged.
20107         * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
20108         relocated if it points to `name'.
20110 2008-04-17  Kenichi Handa  <handa@m17n.org>
20112         * data.c (Faset): Allow setting a multibyte character in an
20113         ASCII-only unibyte string.
20115         * lisp.h (STRING_SET_MULTIBYTE): New macro.
20117 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20119         * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
20120         done in config.h.
20122 2008-04-16  Juanma Barranquero  <lekktu@gmail.com>
20124         * character.c (Fchar_bytes, Fchar_width, Fstring_width)
20125         (Fchar_direction): Add usage in the docstring.
20127 2008-04-15  Chong Yidong  <cyd@stupidchicken.com>
20129         * keyboard.c (read_key_sequence): Remove always-true checks.
20131 2008-04-14  Jason Rumney  <jasonr@gnu.org>
20133         * w32font.c (w32font_open_internal): Set max_bounds.descent in
20134         compatibility struct, for better underline positioning.
20136 2008-04-13  David Hansen  <david.hansen@gmx.net>
20138         * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
20139         string.
20141 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
20143         * m/hp800.h (XUINT, XSET): Remove.
20145 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
20147         * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
20148         previous change.
20150 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20152         * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
20153         Relocate `nm' after calling DECODE_FILE, in case the GC was run.
20155 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20157         * keymap.h (map_keymap_canonical): Declare.
20158         * xmenu.c (single_keymap_panes): Use it.
20160 2008-04-11  Glenn Morris  <rgm@gnu.org>
20162         * eval.c (Fdefvaralias): If the alias is bound and the target is not,
20163         set the target's value to that of the alias.
20165 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20167         * term.c (set_tty_color_mode): Left over typo.
20169 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
20171         * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
20172         only after check for file name handler functions.  Signal, when
20173         native functionality is not supported.
20174         (syms_of_fileio): Declare it unconditionally.
20176 2008-04-10  Jason Rumney  <jasonr@gnu.org>
20178         * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
20179         (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
20181         * w32.c (logon_network_drive): Also logon to remote drives that
20182         are mapped to drive letters.
20184 2008-04-10  Glenn Morris  <rgm@gnu.org>
20186         * xdisp.c (truncate-partial-width-windows): Doc fix.
20188 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20190         * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
20191         Move functions to minibuffer.el.
20192         (syms_of_fileio): Don't declare them.
20194 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20196         * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
20197         (syms_of_minibuf): Remove its initialization.
20199         * minibuf.c (temp_echo_area_glyphs): Remove unused function.
20201 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
20203         * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
20205 2008-04-09  Jason Rumney  <jasonr@gnu.org>
20207         * makefile.w32-in (distclean): Delete makefile too.
20208         (maintainer-clean): New target.
20210         * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
20212         * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
20213         for new font backend and composite cases.
20215 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
20217         * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
20218         Most of the code moved to run_timers.
20219         (do_pending_atimers): Call run_timers.
20220         (run_timers): New function.
20222         * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
20223         run atimers.
20225         * process.c (wait_reading_process_output): The same as above.
20227 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20229         * minibuf.c (last_exact_completion): Remove variable.
20230         (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
20231         (complete_and_exit_1, complete_and_exit_2)
20232         (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
20233         (Fdisplay_completion_list, display_completion_list_1)
20234         (Fminibuffer_completion_help, Fself_insert_and_exit)
20235         (Fexit_minibuffer, Fminibuffer_message): Move functions to
20236         minibuffer.el.
20237         (syms_of_minibuf): Remove corresponding initializations.
20239         * keyboard.c (Qdeactivate_mark): New var.
20240         (command_loop_1): Use it to call `deactivate-mark'.
20241         (syms_of_keyboard): Initialize it.
20243         * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
20244         to another frame.
20245         * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
20246         Don't call set_tty_color_mode.
20247         (store_frame_param): Reset previous_frame rather than call
20248         set_tty_color_mode.
20249         * term.c (set_tty_color_mode): Rewrite.
20250         * dispextern.h (set_tty_color_mode): New type.
20251         * termchar.h (struct tty_display_info): Add `previous_color_mode'.
20253 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20255         * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
20256         for generic chars, which do not exist any more in emacs-unicode.
20258 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
20260         * coding.c (detect_coding_emacs_mule)
20261         (Ffind_operation_coding_system): Fix typo.
20263 2008-04-08  Jason Rumney  <jasonr@gnu.org>
20265         * w32uniscribe.c (SNAME): Extract only symbol name.
20267         * w32font.h (struct w32_metric_cache): New struct.
20268         (w32font_info): Use it.
20269         (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
20270         (CACHE_BLOCKSIZE): New constants.
20272         * w32font.c (Qja, Qko, Qzh): New symbols.
20273         (syms_of_w32font): Initialise them.
20274         (font_matches_spec): Use them to filter by language.
20275         (recompute_cached_metrics): Remove function.
20276         (compute_metrics, clear_cached_metrics): New functions.
20277         (w32font_encode_char): Use them to manage metric cache.
20278         (w32font_text_extents): Cache metrics for all glyphs on demand.
20279         Delay converting glyph indices to WORD until needed.
20280         (w32font_open_internal): Initialize metric cache to empty.
20281         (registry_to_w32_charset): Charset should always be a symbol.
20282         (fill_in_logfont, list_all_matching_fonts): Family should
20283         always be a symbol.
20285 2008-04-06  Jason Rumney  <jasonr@gnu.org>
20287         * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
20288         Give up if glyph indices not supported.  Use uniscribe obtained
20289         ABC widths for individual metrics.  Map glyph clusters back to
20290         characters using fClusterStart flag.  Return number of glyphs
20291         produced, not chars processed.
20292         (uniscribe_shape): Map char at FROM to current glyph.
20294 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20296         * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
20297         Use SetMenuItemHierarchicalMenu.
20299 2008-04-05  Jason Rumney  <jasonr@gnu.org>
20301         * image.c (pbm_load): Allow color values up to 65535.
20302         Throw an error if max_color_idx is outside the supported range.
20303         Report an error when image size is invalid.
20304         Read two bytes at a time when raw images have max_color_idx above 255.
20306 2008-04-05  Kenichi Handa  <handa@ni.aist.go.jp>
20308         * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
20309         append "CCL: Quitted" when the CCL program is quitted.
20310         (setup_ccl_program): Initialize ccl->quit_silently to zero.
20312         * ccl.h (struct ccl_program): New member quit_silently.
20314 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
20316         * search.c (compile_pattern_1): Treat non-nil and non-string of
20317         search-spaces-regexp as nil.
20319         * minibuf.c (Fassoc_string): Tweak docstring.
20321 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
20323         * dired.c (Ffile_attributes): Support inode numbers wider than 32
20324         bits.  Remove ugly WINDOWSNT-specific kludge introduced on
20325         2008-03-14 to force inode be positive.
20327         * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
20328         _S_* ones, since we now use our own sys/stat.h.
20329         (stat, fstat): Don't mangle the inode number.
20330         (init_user_info): Don't restrict UID and GID to 0-60000 range.
20332 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20334         * frame.h (struct frame): Give one more bit to `visible' since we use
20335         values larger than 1 to indicate obscured frames on ttys.
20337         * keymap.c (Qkeymap_canonicalize): New var.
20338         (Fmap_keymap_internal): New fun.
20339         (describe_map): Use keymap-canonicalize.
20341         * undo.c (last_boundary_buffer, last_boundary_position): New vars.
20342         (Fundo_boundary): Set them.
20343         (syms_of_undo): Initialize them.
20344         (record_point): Use them instead of last_point_position*.
20345         (last_undo_buffer): Change type.
20347 2008-04-04  Jason Rumney  <jasonr@gnu.org>
20349         * w32font.c (w32font_text_extents): Use font's ascent and descent.
20350         (recompute_cached_metrics): Don't set ascent and descent per char.
20352         * w32uniscribe.c (uniscribe_check_otf): Fix last change.
20353         (uniscribe_check_otf): Add GC protection before consing.
20354         Rearrange loop for counting features.
20356 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20358         * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
20359         buffer with byte-size of source buffer.
20361 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
20363         * callint.c (Fcall_interactively): Handle temporary region even
20364         when shift-select-mode is off.
20366 2008-04-03  Jason Rumney  <jasonr@gnu.org>
20368         * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
20370 2008-04-03  Kenichi Handa  <handa@m17n.org>
20372         * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
20373         (CATEGORY_MASK_UTF_16): Likewise.
20374         (detect_coding_utf_16): Add heuristics to reject utf-16 for a
20375         binary file.
20376         (detect_coding): Add null-byte detection for a binary file.
20377         (detect_coding_system): Likewise.
20379 2008-04-03  Jason Rumney  <jasonr@gnu.org>
20381         * w32uniscribe.c: New file.
20383         * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
20385         * w32font.h (uniscribe_check_otf): Declare for w32font.c.
20387         * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
20388         (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
20389         (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
20390         (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
20391         (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
20392         (Qphonetic): New symbols.
20393         (syms_of_w32font): Initialize them.
20394         (font_supported_scripts): Use them.
20395         (w32font_list_family): List all charsets.
20396         (w32font_text_extents, recompute_cached_metrics): Fix metric
20397         calculations.
20398         (w32_enumfont_pattern_entity): Make full_type a DWORD.
20399         Give opentype fonts their own format.
20400         (font_matches_spec): New arguments backend and logfont.
20401         Handle :otf spec for uniscribe backend.
20402         (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
20403         (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
20405         * w32fns.c (Fx_create_frame): Conditionally register uniscribe
20406         font backend.
20407         (globals_of_w32fns): Initialize uniscribe font backend.
20409         * makefile.w32-in (CONFIG_H): New variable.  Use it to clean up
20410         dependencies.
20411         (w32uniscribe.$(O)): New file to build.
20412         (FONT_OBJ): Include w32uniscribe.$(O).
20413         (LIBS): Add uniscribe libraries.
20415         * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
20417 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
20419         * callint.c (Vshift_select_mode): New var.
20420         (Finteractive): Document new ^ spec.
20421         (Fcall_interactively): Call handle-shift-selection if the ^ spec
20422         is present.
20424         * keyboard.c (Vthis_command_keys_shift_translated): New var.
20425         (command_loop_1): Avoid running the direct display versions of
20426         forward-char and backward-char if shift-selection may occur.
20427         (read_key_sequence): Set Vthis_command_keys_shift_translated if
20428         shift-translation takes place.
20430         * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
20431         avoid clobbering by define-minor-mode.
20433         * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
20434         (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
20436         * syntax.c (Fforward_word): Add ^ interactive spec.
20438         * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
20439         (Fscroll_right): Add ^ interactive spec.
20441 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20443         * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
20445         * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
20447         * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
20449 2008-03-31  Juri Linkov  <juri@jurta.org>
20451         * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
20453 2008-03-30  Jan Djärv  <jan.h.d@swipnet.se>
20455         * gtkutil.c (xg_set_geometry): Fix indentation.
20456         (xg_resize_outer_widget): Remove.
20457         (x_wm_size_hint_off): Fix indentation.
20458         (xg_frame_set_char_size): Call flush_and_sync after
20459         gtk_window_resize.
20460         (x_wm_set_size_hint): Pass NULL as geometry window to
20461         gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
20462         Add menu bar and tool bar height to base height.
20463         (xg_update_frame_menubar, free_frame_menubar)
20464         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
20465         (update_frame_tool_bar, free_frame_tool_bar):
20466         Change xg_resize_outer_widget to xg_frame_set_char_size.
20468 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
20470         * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
20471         (Fdbus_call_method): New parameter TIMEOUT.
20472         (dbus-send-signal): Optimize UNGCPRO call.
20474 2008-03-29  Juri Linkov  <juri@jurta.org>
20476         * window.c (Fdisplay_buffer): Move call to
20477         Vsplit_window_preferred_function out of conditions that check
20478         if window is eligible for vertical splitting.
20479         When Vsplit_window_preferred_function is non-nil, call it and use
20480         its non-nil return value as window.  Otherwise, continue doing
20481         vertical splitting using Fsplit_window with arg horflag=nil.
20482         (syms_of_window) <Vsplit_window_preferred_function>: Change the
20483         default value from `split-window' to nil.
20485 2008-03-29  Juri Linkov  <juri@jurta.org>
20487         * callint.c (Fcall_interactively): Revert 2008-03-16 change
20488         for interactive code letters 'b' and 'B'.
20490 2008-03-29  Eli Zaretskii  <eliz@gnu.org>
20492         * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
20493         multibyte string.
20495 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20497         * keyboard.c (pending_funcalls): New var.
20498         (timer_check): Run it.
20499         (syms_of_keyboard): Initialize it.
20500         * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
20501         (Vdelete_terminal_functions): New vars.
20502         (syms_of_terminal): Initialize them.
20503         (Fdelete_terminal): Run delete-terminal-functions.
20504         * xdisp.c (safe_eval): Rewrite.
20505         (safe_call2): New fun.
20506         * frame.c (Qdelete_frame_functions): New var.
20507         (syms_of_frame): Initialize it.
20508         (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
20509         * lisp.h (safe_call2, pending_funcalls): Declare.
20511 2008-03-28  Andreas Schwab  <schwab@suse.de>
20513         * indent.c (Fmove_to_column): Move declaration before statements.
20515 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20517         * frame.h (enum fullscreen_type): Give it a name.  Move it before use.
20518         (struct frame): Use bit fields for boolean vars.
20520         * process.c (server_accept_connection): Simplify naming.
20521         (emacs_get_tty_pgrp): Use SDATA.
20523         * coding.c (decode_coding_object): Fix last change.
20525 2008-03-27  Jason Rumney  <jasonr@gnu.org>
20527         * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
20529 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
20531         * charset.c (Fdefine_charset_internal): Change the way of
20532         registering charsets in Vcharset_order_list.
20533         (syms_of_charset): Make the charset `eight-bit' supplementary.
20535 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
20537         * regex.c (EXTEND_BUFFER): Change order of pointer addition
20538         operations, to avoid having the difference between pointers
20539         overflow.
20541 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20543         * indent.c (check_display_width): New fun.
20544         (scan_for_column): Use it.
20546         * data.c (syms_of_data): Mark most-positive-fixnum and
20547         most-negative-fixnum as constants.
20549         * xdisp.c (redisplay_internal): Reset selected_frame earlier.
20551         * indent.c (scan_for_column): Extract from current_column_1.
20552         Merge with the same code from Fmove_to_column.
20553         (current_column_1, Fmove_to_column): Use it.
20555 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20557         * keymap.c (map_keymap_internal): New fun.
20558         (map_keymap): Use it.
20559         (Fmap_keymap_internal): New fun.
20560         (Fmap_keymap): Remove left-out test from before make_save_value.
20562         * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
20564         * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
20565         Use XCAR/XCDR.
20567         * process.h (struct Lisp_Process): Remove filter_multibyte.
20568         * process.c (QCfilter_multibyte): Remove.
20569         (setup_process_coding_systems): Don't use filter_multibyte.
20570         (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
20571         (read_process_output): Don't adjust multibyteness to filter_multibyte.
20572         (Fset_process_filter_multibyte): Change the coding-system to
20573         approximate the previous behavior.
20574         (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
20575         coding-system.
20577         * coding.c (decode_coding_object): When not decoding into a buffer,
20578         obey the coding system's preference of (uni|multi)byte.
20580 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20582         * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
20583         every char is changed and has a different byte-length.
20584         (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
20585         Fix int -> EMACS_INT.
20587 2008-03-23  David Hansen  <david.hansen@gmx.net>
20589         * dbusbind.c (xd_read_message): Remove extra copying of message
20590         strings.  Check for NULL `interface' or `member'.
20592 2008-03-22  Eli Zaretskii  <eliz@gnu.org>
20594         * w32.c (readdir): If FindFirstFile/FindNextFile return in
20595         cFileName a file name that includes `?' characters, use the 8+3
20596         alias in cAlternateFileName instead.
20598 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20600         * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
20602 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20604         * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
20605         (set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
20606         work on current_buffer only instead (that was already the case
20607         for some of the code anyway).
20608         * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
20609         (temp_set_point, temp_set_point_both): Use EMACS_INT.
20610         (SET_PT, SET_PT_BOTH): Adjust.
20611         * intervals.h (set_point, temp_set_point, set_point_both)
20612         (temp_set_point_both): Remove redundant declarations.
20614 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20616         * fileio.c (Finsert_file_contents):
20617         * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
20618         * buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
20619         when buffer != current_buffer anyway.
20621 2008-03-20  Andreas Schwab  <schwab@suse.de>
20623         * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
20624         as default.
20626 2008-03-19  Jason Rumney  <jasonr@gnu.org>
20628         * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
20629         (syms_of_w32fns): Initialize them.
20630         (HOURGLASS_ID): New constant.
20631         (x_window_to_frame): Don't check hourglass_window.
20632         (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
20633         (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
20634         (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
20635         (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
20636         Only change the cursor if hourglass is not active.
20637         (Fx_create_frame): Initialize frame's current_cursor.
20638         (hourglass_atimer): Remove.
20639         (hourglass_started): New function.
20640         (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
20641         (show_hourglass): Adapt to w32, changing argument to frame.
20643         * w32term.h (struct w32_output): Remove hourglass_window.
20644         Add current_cursor.
20646         * eval.c (call_debugger, Fsignal):
20647         * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
20648         (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
20649         (Fexecute_extended_command, cancel_hourglass_unwind):
20650         * minibuf.c (read_minibuf):
20651         * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
20653 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20655         * window.c (run_funs): New fun.
20656         (run_window_configuration_change_hook): Use it to run the buffer-local
20657         and the global part of the hook.
20659         * xdisp.c (format_mode_line_unwind_data): Add window argument.
20660         (unwind_format_mode_line): Restore selected window.
20661         (x_consider_frame_title, Fformat_mode_line): Set selected window.
20663 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20665         * editfns.c (Fchar_equal): Check they are valid characters.
20667         * buffer.h (Fbuffer_list): Declare (for use in callint.c).
20669 2008-03-17  Andreas Schwab  <schwab@suse.de>
20671         * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
20672         against a charset.
20674         * lisp.h (Fbuffer_list): Declare.
20676 2008-03-17  Jan Djärv  <jan.h.d@swipnet.se>
20678         * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
20679         handlebox_widget is != 0.
20681 2008-03-16  Juri Linkov  <juri@jurta.org>
20683         * callint.c (Fcall_interactively): For interactive code letters
20684         'b' and 'B' put the buffer list into the list of default "future"
20685         values of the minibuffer.
20687 2008-03-16  Andreas Schwab  <schwab@suse.de>
20689         * keyboard.c (read_key_sequence): Fix downcasing of letters with
20690         modifiers.
20692         * regex.c (re_match_2_internal): Correct matching of a charset
20693         against latin-1 characters.
20695 2008-03-16  Kenichi Handa  <handa@m17n.org>
20697         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
20698         (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
20699         (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
20700         (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
20701         (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
20702         CHAR_STRING_ADVANCE.
20703         (produce_chars): Fix for the case that the source and the
20704         destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
20705         instead of CHAR_STRING_ADVANCE.
20706         (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
20707         STRING_CHAR_ADVANCE.
20709 2008-03-15  Andreas Schwab  <schwab@suse.de>
20711         * regex.c (re_match_2_internal): Correct matching of eight bit
20712         characters in unibyte strings.
20714 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
20716         * buffer.c (overlays_in, Foverlays_in): Include empty overlays
20717         at end of range when it coincides with the end of the buffer.
20719 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
20721         * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
20723         * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
20725 2008-03-14  Jason Rumney  <jasonr@gnu.org>
20727         * editfns.c (initial_tz): New variable.
20728         (syms_of_editfns): Initialize it.
20729         (Fset_time_zone_rule): Set it when first called.
20730         Use it when TZSTRING is nil.
20732         * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
20733         (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
20734         (monitor_from_point_fn, get_monitor_info_fn): New globals.
20735         (globals_of_w32fns): Initialize them.
20736         (compute_tip_xy): Use them to position tooltips.
20738 2008-03-14  Glenn Morris  <rgm@gnu.org>
20740         * emacs.c (main): Revert previous change.
20741         (standard_args): Revert -internal-script back to -scriptload,
20742         and remove the long-option form.
20744 2008-03-13  Glenn Morris  <rgm@gnu.org>
20746         * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
20747         Remove option -enable-font-backend.
20749 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20751         * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
20753 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
20755         * xterm.c (x_connection_closed): For GTK: If this is the last
20756         terminal just exit without closing the display.
20758 2008-03-11  Jason Rumney  <jasonr@gnu.org>
20760         * w32font.c (w32font_full_name): Use floor to round.
20762 2008-03-10  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
20764         * sound.c (alsa_configure): Declare vol at beginning of block.
20766         * fontset.c (Ffontset_info): Remove extra semicolon.
20768 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20770         * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
20771         size of resulting string.
20773 2008-03-10  Jason Rumney  <jasonr@gnu.org>
20775         * dispnew.c (adjust_glyph_matrix): Initialize window_height.
20777 2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20779         * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
20780         Don't pretend as if characters with display property haven't been
20781         consumed for string-replacing-string case.
20783 2008-03-08  Kim F. Storm  <storm@cua.dk>
20785         * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
20786         (get_next_display_element, next_element_from_string)
20787         (next_element_from_ellipsis, next_element_from_buffer): Use it.
20789 2008-03-08  Andreas Schwab  <schwab@suse.de>
20791         * process.h (struct Lisp_Process): Declare bit fields as unsigned.
20793 2008-03-06  Jason Rumney  <jasonr@gnu.org>
20795         * w32font.c (w32_registry): Take font_type argument.  Use ANSI
20796         when charset not specified.  Only translate ANSI to unicode when
20797         font_type is truetype.
20798         (w32font_coverage_ok): New function.
20799         (add_font_entity_to_list): Use it to filter unsuitable fonts.
20801 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
20803         * lread.c (Fread_char): Resolve modifiers.
20804         (Fread_char_exclusive): Likewise.
20806         * character.c (char_resolve_modifier_mask): New function.
20807         (char_string): Use char_resolve_modifier_mask.
20808         (Fchar_resolve_modifiers): New function.
20809         (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
20810         function.
20812 2008-03-04  Jason Rumney  <jasonr@gnu.org>
20814         * makefile.w32-in: Always include w32font.c in the build.
20815         * w32font.c: Wrap in USE_FONT_BACKEND conditional.
20817 2008-03-04  Andreas Schwab  <schwab@suse.de>
20819         * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
20820         (versionclean): Likewise.
20822 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
20824         * .cvsignore: Add oo.
20826 2008-03-03  Andreas Schwab  <schwab@suse.de>
20828         * coding.c (decode_coding_object): Inhibit gap shrinking while
20829         decoding in place.
20831 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
20833         * w32term.c: Remove unused include "gnu.h".
20834         * makefile.w32-in (w32term.o): Don't depend on gnu.h.
20836         * gnu.h: Rename to ...
20837         * emacs-icon.h: ... this.
20838         * xterm.c: Use emacs-icon.h instead of gnu.h.
20839         * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
20841 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
20843         * w32font.c: Include math.h.
20845 2008-03-03  Jason Rumney  <jasonr@gnu.org>
20847         * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
20848         Compute options separately.
20849         (w32font_open_internal): Set glyph_idx before caching metrics.
20851         * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
20852         Define if system headers don't.
20853         (struct w32font_info): Enlarge ascii_metrics.  Add glyph_idx.
20854         (w32font_encode_char): Don't declare here.
20856         * w32font.c (Quniscribe, QCformat): New symbols.
20857         (syms_of_w32font): Define them.
20858         (w32font_has_char): Indicate uncertainty.
20859         (w32font_encode_char): Encode as glyph point.  Make static.
20860         (recompute_cached_metrics): New function.
20861         (w32font_open_internal): Use it.  Set font to use glyph points
20862         initially.  Set format based on type of font.
20863         (w32font_text_extents, w32font_draw): Optionally use glyph points.
20864         (w32_enumfont_pattern_entity): Accept backend arg.  Set type based
20865         on it.  Set format based on information available here.
20866         (add_font_entity_to_list): Identify backend based on opentype_only.
20868 2008-03-02  Andreas Schwab  <schwab@suse.de>
20870         * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
20872         * coding.c (decode_coding_big5, produce_chars):
20873         Fix typos in last change.
20875 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
20877         * gnu.h: New icon.
20879 2008-03-02  Kenichi Handa  <handa@m17n.org>
20881         * coding.c (decode_coding_utf_8): When eol-type of CODING is
20882         `dos', don't decode '\r' if that is the last in the source.
20883         (decode_coding_utf_16, decode_coding_emacs_mule)
20884         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
20885         (decode_coding_raw_text, decode_coding_charset): Likewise.
20886         (produce_chars): Don't decode EOL here.  Use EMACS_INT.
20888 2008-03-01  Jason Rumney  <jasonr@gnu.org>
20890         * w32font.c (w32font_full_name): Report point size for scalable fonts.
20892 2008-03-01  Kim F. Storm  <storm@cua.dk>
20894         * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
20896 2008-03-01  Jason Rumney  <jasonr@gnu.org>
20898         * w32font.c (w32font_full_name): New function.
20899         (w32font_open_internal): Use it.
20901 2008-03-01  Kim F. Storm  <storm@cua.dk>
20903         * dispnew.c (line_draw_cost): Fix invalid glyph check.
20905 2008-03-01  Jason Rumney  <jasonr@gnu.org>
20907         * font.c (font_unparse_fcname): Increase len when style is a symbol.
20909 2008-03-01  Jan Djärv  <jan.h.d@swipnet.se>
20911         * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
20912         xg_frame_resized when the event is for the edit widget.
20914         * gtkutil.h (xg_frame_resized): Rename from xg_resize_widgets.
20916         * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
20917         set_char_size.
20918         (xg_frame_resized): Rename from xg_resize_widgets.  Remove all
20919         operations on widgets here.  Just set frame size if needed.
20920         (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
20921         (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
20922         (x_wm_set_size_hint): Set size hints on the edit widget only, not
20923         the whole frame.
20924         (xg_create_tool_bar): Move attachment of the tool bar to
20925         xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
20926         (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
20928 2008-03-01  Jason Rumney  <jasonr@gnu.org>
20930         * w32fns.c (w32_msg_pump): Disable debug code.
20932 2008-03-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20934         * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
20936 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
20938         * xdisp.c (next_overlay_string): Don't set
20939         overlay_strings_at_end_processed_p if we're currently reading from
20940         a display string.
20942 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20944         * xdisp.c (get_overlay_strings_1): Fix typo.
20946 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
20948         * xdisp.c (get_overlay_strings_1): Add missing argument type.
20950 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
20952         * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
20954         * xdisp.c (display_mode_element): Cancel the previous change.
20955         (decode_mode_spec): Likewise.
20956         (handle_auto_composed_prop): Don't make composition if it->string
20957         is a string.
20959 2008-02-27  Kim F. Storm  <storm@cua.dk>
20961         * lisp.h (GLYPH): Change type from int to struct with separate char
20962         and face_id members.
20963         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
20964         (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
20965         (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
20966         (GLYPH_CHAR, GLYPH_FACE): ... these.  Change users.
20967         (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove.  Rewrite users to use ...
20968         (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
20969         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
20970         (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
20971         handle new Lisp glyph code encoding, either an integer or a cons.
20973         * disptab.h (GLYPH_SIMPLE_P): Rewrite.
20974         (GLYPH_ALIAS): Delete.
20975         (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
20976         (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
20977         (GLYPH_FROM_CHAR): Replace macro by ...
20978         (SET_GLYPH_FROM_CHAR): ... this macro.  Change users.
20980         * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
20981         (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
20982         (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro.  Change users.
20983         (GLYPH_INVALID_P): New macro.
20984         (spec_glyph_lookup_face): Update prototype.
20986         * dispnew.c (line_draw_cost): Adapt to new glyph type.
20987         (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
20988         new glyph code encoding.
20989         (spec_glyph_lookup_face): No return value; update passed glyph instead.
20990         (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
20992         * xdisp.c (get_next_display_element, next_element_from_display_vector):
20993         Adapt to new glyph type and new glyph code encoding.
20995         * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
20997         * indent.c (current_column, current_column_1, Fmove_to_column)
20998         (compute_motion): Adapt to new glyph code encoding.
21000         * msdos.c (IT_write_glyphs): Adapt to new glyph type.
21002 2008-02-27  Chong Yidong  <cyd@stupidchicken.com>
21004         * process.c (wait_reading_process_output): Check for window
21005         changes caused by timers.
21006         Suggested by Johan Bockgård.
21008 2008-02-27  Glenn Morris  <rgm@gnu.org>
21010         * emacs.c (USAGE1): Add `--disable-font-backend'.
21012 2008-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21014         * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
21015         is made to the buffer.
21017 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21019         * dispextern.h (face_at_buffer_position, face_for_overlay_string)
21020         (face_at_string_position):
21021         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
21022         (face_at_string_position):
21023         * xdisp.c (display_string, next_overlay_change):
21024         * buffer.h (overlays_at):
21025         * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
21026         Update callers.
21028 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
21030         * editfns.c (Fformat): Doc fix.
21032 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
21034         * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
21035         (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
21036         (Ffont_otf_alternates, Fquery_font): Doc fixes.
21038 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21040         * buffer.c (Fbuffer_swap_text): New function.
21041         (syms_of_buffer): Defsubr it.
21043 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
21045         * keyboard.c (command_loop_1): Revert 2006-10-09 change.
21047 2008-02-25  Jason Rumney  <jasonr@gnu.org>
21049         * w32font.c (w32font_draw): Draw one character at a time when padding.
21051 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21053         * window.c (Fdelete_window, Fadjust_window_trailing_edge):
21054         Handle a nil arg.  Use run_window_configuration_change_hook.
21055         (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
21056         (Fenlarge_window, Fshrink_window, Fset_window_configuration):
21057         Use run_window_configuration_change_hook.
21059 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
21061         * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
21062         1-pixel width.
21064 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
21066         * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
21067         (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
21068         if the glyph in the font is zero pixel with.
21070         * dispextern.h (struct glyph_string): New member padding_p.
21072         * w32font.c (w32font_draw): Pay attention to s->padding_p.
21074         * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
21076         * xfont.c (xfont_draw): Pay attention to s->padding_p.
21078         * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
21080         * font.c: If the font driver doesn't have `shape' function, return Qnil.
21082 2008-02-25  Jason Rumney  <jasonr@gnu.org>
21084         * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
21086 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21088         Allow fine-grained image-cache flushing.
21089         * dispextern.h (struct image): Add `dependencies' field.
21090         (clear_image_caches): Change arg to Lisp_Object.
21091         * image.c (make_image): Initialize `dependencies' field.
21092         (clear_image_cache): Change arg to allow fine-grained flushing.
21093         Perform the flush even if image-cache-eviction-delay is nil.
21094         (clear_image_caches): Change arg to Lisp_Object.
21095         (Fclear_image_cache): Expand meaning of the argument.
21096         (mark_image): Mark `dependencies' field.
21097         * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
21098         (lface_hash): Use XHASH rather than XFASTINT.
21099         (face_at_buffer_position): Fix int -> EMACS_INT position.
21100         * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
21101         (select_frame_for_redisplay): Remove code duplication.
21102         (redisplay_internal): Adapt arg to call to clear_image_caches.
21104 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
21106         * s/vms4-0.h:
21107         * s/vms4-2.h:
21108         * s/vms4-4.h:
21109         * s/vms5-5.h: Remove, unused.
21111         * s/irix5-2.h:
21112         * s/irix6-0.h:
21113         * s/riscos5.h:
21114         * s/mach-bsd4-3.h:
21115         * m/mips4.h: Remove files for obsolete systems.
21117         * Makefile.in:
21118         * filelock.c:
21119         * unexmips.c:
21120         * m/hp9000s300.h:
21121         * m/iris4d.h:
21122         * s/aix3-1.h:
21123         * s/hpux.h:
21124         * s/msdos.h:
21125         * s/usg5-0.h:
21126         * s/usg5-2-2.h:
21127         * s/usg5-2.h:
21128         * s/usg5-3.h: Remove references to obsolete variables.
21130         * s/irix5-0.h: Remove, move all the contents ...
21131         * s/irix6-5.h: ... here.  Simplify.
21132         * config.in: Regenerate.
21134 2008-02-24  Jason Rumney  <jasonr@gnu.org>
21136         * w32term.c (x_draw_glyph_string_background): Clear the background
21137         manually when cleartype is in use.
21138         (x_draw_glyph_string_foreground): Draw text transparently when
21139         cleartype is in use.
21141         * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
21142         a font into it unless we have to.
21144 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21146         * intervals.h (INT_LISPLIKE): Remove.  It may misfire.
21147         (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
21149 2008-02-18  Jason Rumney  <jasonr@gnu.org>
21151         * w32fns.c (Fw32_shell_execute): Encode parameters.
21153 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
21155         * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
21157 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
21159         * unexhp9k800.c (read_header): Replace `legal' with `valid'.
21161 2008-02-24  Ulrich Neumerkel  <ulrich@complang.tuwien.ac.at>  (tiny change)
21163         * xterm.c (x_set_offset): Don't change the gravity if
21164         CHANGE_GRAVITY is -1.
21166 2008-02-23  Chong Yidong  <cyd@stupidchicken.com>
21168         * fileio.c (auto_save_error_occurred): New var.
21169         (auto_save_error): Set it.
21170         (Fdo_auto_save): Don't overwrite the error message if an auto-save
21171         error occurred.
21173 2008-02-23  Eli Zaretskii  <eliz@gnu.org>
21175         * w32.c (globals_of_w32): Add initializations for
21176         g_b_init_get_sid_sub_authority and
21177         g_b_init_get_sid_sub_authority_count.
21179 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21181         * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
21182         (font_parse_xlfd): Use them for sanity check.
21183         (Finternal_set_font_style_table): Make sure the table is bijective.
21185         Consolidate the image_cache to the terminal struct.
21186         * termhooks.h (P_): Remove redundant def.
21187         (struct terminal): New field `image_cache'.
21188         * frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
21189         of FRAME_X_IMAGE_CACHE.
21190         * xterm.h (struct x_display_info): Remove image_cache field.
21191         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
21192         * w32term.h (struct w32_display_info): Remove image_cache field.
21193         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
21194         * macterm.h (struct mac_display_info): Remove image_cache field.
21195         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
21196         * xterm.c (x_term_init):
21197         * w32term.c (w32_term_init):
21198         * macterm.c (mac_term_init): Set the image_cache in the terminal.
21199         * dispextern.h (clear_image_cache, forall_images_in_image_cache):
21200         Remove declarations.
21201         (clear_image_caches, mark_image_cache): New declarations.
21202         * xfaces.c (clear_face_cache):
21203         * xdisp.c (redisplay_internal): Use clear_image_caches.
21204         * image.c (clear_image_cache): Don't check that a frame is on
21205         a window-system before checking if it shares the same cache.
21206         (clear_image_caches): New function.
21207         (Fclear_image_cache): Use it.
21208         (mark_image): Move from allo.c.
21209         (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
21210         * alloc.c (mark_image, mark_image_cache): Move to image.c.
21211         (mark_object): Don't call mark_image_cache for frames.
21212         (mark_terminals): Call mark_image_cache.
21214         * lisp.h (Fdelete_terminal): Declare.
21216         * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
21217         (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
21218         wrong_type_argument.
21220 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
21222         * Makefile.in (lisp): Remove devanagari.el, kannada.el,
21223         malayalam.el, and tamil.el.  Add sinhala.el.
21225 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21227         * xterm.c (x_connection_closed): Consolidate identical tests.
21228         (x_delete_terminal): Don't crash if called via x_connection_closed.
21230 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
21232         * xdisp.c (decode_mode_spec): New arg string.
21233         (display_mode_element): Adjust for the above change.
21235 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21237         * callint.c (Fcall_interactively): Use AREF.
21239 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21241         * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
21243 2008-02-18  Jan Djärv  <jan.h.d@swipnet.se>
21245         * xfns.c (Fx_show_tip): Set string to " " if empty.
21247 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
21249         * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
21250         with Qt.
21252 2008-02-17  Kenichi Handa  <handa@m17n.org>
21254         * ftfont.c (ftfont_shape): Return Lispy number.
21256         * xfaces.c (prepare_face_for_display): Use display_info->font->fid
21257         for GCs.
21258         (Finternal_set_font_selection_order): Call font_update_sort_order
21259         only when enable_font_backend is set.
21260         (realize_x_face): Set face->font_info to that of default face only
21261         when enable_font_backend is set.
21263         * xdisp.c (handle_composition_prop): Set it->c to the fist
21264         character of the composed region.
21265         (fill_composite_glyph_string): Set base_face->font_info to
21266         s->font_info.  Get a face for ascii from base_face->ascii_face.
21267         (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
21268         with a face already decided.
21269         (x_produce_glyphs): Be sure to set it->ascent and it->descent to
21270         non-negative.
21271         (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
21272         call font_prepare_composition unconditionally.
21274         * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
21276         * xterm.h (struct x_display_info): New member font.
21278         * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
21279         (x_set_mouse_face_gc, x_new_font): Likewise.
21280         (x_term_init): Setup display_info->font.
21281         (x_delete_terminal): Free display_info->font.
21283         * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
21285         * ftxfont.c (ftxfont_default_fid): Delete it.
21286         (ftxfont_open): Set xfont->fid to 0.
21287         (ftxfont_end_for_frame): Clear data specific to the frame and the
21288         font-driver.
21290         * xftfont.c (xftfont_default_fid): Delete it.
21291         (xftfont_open): Set xfont->fid to 0.
21293         * fontset.c (FONTSET_OBJLIST): New macro.
21294         (fontset_find_font): Update font-object list of the fontset.
21295         (free_realized_fontset): New function.
21296         (free_face_fontset): Call free_realized_fontset.
21297         (Ffont_info): Call font_close_object only when enable_font_backend
21298         is set.
21300         * font.c [HAVE_X_WINDOWS]: Include xterm.h.
21301         [HAVE_NTGUI]: Include w32term.h.
21302         [MAC_OS]: Include macterm.ch.
21303         (font_otf_ValueRecord): Use make_number.
21304         (font_finish_cache): Fix handling of reference count.
21305         (font_clear_cache): Update num_fonts.
21306         (font_open_entity): Update smallest_char_width and
21307         smallest_font_height of the frame.
21308         (font_close_object): Update num_fonts.
21309         (Fclear_font_cache): Fix finding the target cache data.
21311 2008-02-16  Glenn Morris  <rgm@gnu.org>
21313         * fontset.c (Finternal_char_font): Fix compilation warning.
21315 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
21317         * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
21318         instead of char arrays.  Enlarge the size of array passed to
21319         get_token_information.
21321         * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
21322         warnings.
21324 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
21326         * .gdbinit: Don't set `args', it breaks gdb --args.
21328 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21330         * fileio.c (Finsert_file_contents): Adjust offsets when replacing
21331         within a narrowed buffer.
21333 2008-02-14  Kenichi Handa  <handa@ni.aist.go.jp>
21335         * coding.c (decode_coding_object, encode_coding_object):
21336         Preserve Vdeactivate_mark.  Delete unnecessary call of Fcurrent_buffer.
21338 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21340         * coding.c (coding_set_destination): Use BEG_BYTE rather than
21341         hardcoding 1.
21342         (detect_coding_system):
21343         * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
21344         (string_char_to_byte, string_byte_to_char, insert_from_gap):
21345         * insdel.c (insert_from_gap):
21346         * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
21347         (string_char_to_byte, string_byte_to_char, string_make_multibyte)
21348         (string_to_multibyte):
21349         * character.c (chars_in_text, multibyte_chars_in_text):
21350         * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
21352         * character.h (FETCH_STRING_CHAR_ADVANCE)
21353         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
21354         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
21355         (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
21357         * casefiddle.c (casify_region): Only call after-change and composition
21358         functions on the part of the region that was changed.
21360         * keyboard.c (read_avail_input):
21361         * frame.c (Fdelete_frame): Call Fdelete_terminal.
21363 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21365         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
21366         (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
21368 2008-02-11  Juanma Barranquero  <lekktu@gmail.com>
21370         * w32menu.c (push_submenu_start, push_submenu_end)
21371         (push_left_right_boundary, push_menu_pane, push_menu_item):
21372         * keyboard.c (read_key_sequence): Don't pass args with side effects
21373         to AREF, it fails when compiling with -DENABLE_CHECKING.
21375 2008-02-11  Kenichi Handa  <handa@ni.aist.go.jp>
21377         * Makefile.in (${lispsource}international/charprop.el):
21378         Delete this target.
21380         * search.c (boyer_moore): Fix incorrect synching of the trunk and
21381         emacs-unicode-2.
21383 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21385         * terminal.c (Fdelete_terminal): Clean up the `force' path.
21387 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21389         * frame.c (Qnoelisp): New symbol.
21390         (syms_of_frame): Initialize it.
21391         (Fdelete_frame): Use it to distinguish a mere `force' passed from some
21392         harmless Elisp code, from a strong `force' from x_connection_closed.
21393         * frame.h (Qnoelisp): Declare.
21394         * xterm.c (x_connection_closed): Pass `noelisp'.
21396         * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
21397         (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
21398         (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
21399         rather than `int' for the type of `type'.
21401 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
21403         * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
21405         * Makefile.in (GNUC): Remove support for gcc-1.x.
21407 2008-02-10  Richard Stallman  <rms@gnu.org>
21409         * lisp.h (ASET): Use AREF, not ASLOT.
21411 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21413         * lisp.h (ASET): Check bounds.
21415 2008-02-10  Glenn Morris  <rgm@gnu.org>
21417         * buffer.c (mode-name): Doc fix.
21419 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
21421         * Makefile.in:
21422         * emacs.c:
21423         * gmalloc.c:
21424         * keyboard.c:
21425         * lisp.h:
21426         * m/ibm370aix.h:
21427         * process.c:
21428         * regex.c:
21429         * s/hpux.h:
21430         * sysdep.c:
21431         * sysselect.h:
21432         * systty.h:
21433         * unexec.c:
21434         * w32term.c:
21435         * xsmfns.c:
21436         * xterm.c: Remove code that deals with obsolete variables.
21438         * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
21440         * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
21441         nothing else needs it anymore.
21443 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
21445         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
21446         instead of unibyte_char_to_multibyte.
21448 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
21450         * s/gnu-linux.h: Remove commented out code.
21452         * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
21454         * Makefile.in: Update what RMS says about using autoconf.
21455         (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
21456         (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
21457         (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
21458         (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
21460 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21462         * keymap.c (Fkey_description): Move side effect outside of macro call.
21464         * xfaces.c (Finternal_make_lisp_face):
21465         * keyboard.c (add_command_key, parse_menu_item): Use ASET.
21467         * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
21468         (syms_of_fontset): Use ASET.
21470         * fns.c (concat): Move side effect outside of macro call.
21471         (hash_clear): Use ASET.
21473 2008-02-08  Richard Stallman  <rms@gnu.org>
21475         * frame.c (Fdelete_frame): If FORCE, don't call hooks.
21476         If FORCE, and frame has a surrogate minibuffer for another frame,
21477         delete the other frame first.
21479 2008-02-07  Timo Savola  <timo.savola@iki.fi>
21481         * xterm.c (x_detect_focus_change): Handle embed client message.
21482         (handle_one_xevent): Ditto.
21483         (handle_one_xevent): If embedded and we get a button press/release,
21484         request focus.
21485         (xembed_set_info, xembed_send_message): New functions.
21486         (x_make_frame_visible): Call xembed_set_info if embedded.
21487         (x_make_frame_invisible): Call xembed_set_info if embedded.
21488         (x_term_init): Initialize Xatom_XEMBED.
21489         (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
21490         (x_iconify_frame): Ditto.
21492         * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
21493         (enum xembed_info, enum xembed_message, enum xembed_focus)
21494         (enum xembed_modifier, enum xembed_accelerator): New.
21495         (xembed_set_info, xembed_send_message): Declare.
21496         (FRAME_X_EMBEDDED_P): New.
21498         * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
21499         gtk_plug_new.
21501         * xfns.c (Fx_create_frame): Do not override the explicitly set parent
21502         window ID of a frame.
21503         (x_window): Reparent frame if embedded.
21504         (Fx_create_frame): Don't set border width if embedded.
21506         * emacs.c (USAGE3): Add --parent-id.
21507         (standard_args): Ditto.
21509 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
21511         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
21513 2008-02-07  Jim Meyering  <meyering@redhat.com>
21515         Use "do...while (0)", not "if (1)...else" in macro definitions.
21516         The latter provokes a warning from gcc about the empty else, when
21517         followed by ";".  Also, without that trailing semicolon, it would
21518         silently swallow up any following statement.
21519         * syntax.h (SETUP_SYNTAX_TABLE)
21520         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
21521         * buffer.h (DECODE_POSITION): Likewise.
21522         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
21523         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
21524         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
21525         (FETCH_CHAR_ADVANCE): Likewise.
21526         (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
21528 2008-02-07  Jim Meyering  <meyering@redhat.com>
21530         * lread.c [lint]: Don't include <sys/inode.h>.
21532 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21534         * xselect.c (x_handle_dnd_message):
21535         * xmenu.c (digest_single_submenu, xmenu_show):
21536         * xdisp.c (with_echo_area_buffer_unwind_data)
21537         (format_mode_line_unwind_data, unwind_format_mode_line)
21538         (display_menu_bar):
21539         * eval.c (Ffetch_bytecode):
21540         * doc.c (store_function_docstring):
21541         * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
21542         (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
21543         * buffer.c (add_overlay_mod_hooklist): Use ASET.
21545 2008-02-07  Kenichi Handa  <handa@m17n.org>
21547         * ftxfont.c (ftxfont_open): Don't set
21548         dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
21550         * ftfont.c (ftfont_open): Fix previous change.
21552 2008-02-06  Jason Rumney  <jasonr@gnu.org>
21554         * w32font.c (w32font_text_extents): Fill in lbearing metric.
21555         Use cached metrics for ASCII characters.
21556         (w32font_open_internal): Don't set font's owning_frame.
21557         Cache metrics for ASCII characters.
21559         * w32font.h (struct w32font_info): Add ascii_metrics.
21560         Remove owning_frame.
21562 2008-02-06  Kenichi Handa  <handa@ni.aist.go.jp>
21564         * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
21565         to negative value.
21567         * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
21569         * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
21571         * charset.c (syms_of_charset): Set QCtest and Qeq.
21573 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21575         * process.c (Fstart_process):
21576         * callproc.c (Fcall_process): Handle the case where
21577         Funhandled_file_name_directory returns nil.
21579         * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
21580         (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
21581         * font.c (check_gstring): Use them and AREF to access the vector before
21582         we know it's really a gstring.
21583         (Ffont_shape_text): Fix typo.
21584         (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
21586         * composite.h (Fcompose_region_internal, Fcompose_string_internal):
21587         Declare.
21589         * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
21591 2008-02-05  Jason Rumney  <jasonr@gnu.org>
21593         * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
21594         Set smallest_font_height and smallest_char_width in display info.
21596 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
21598         * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
21600 2008-02-05  Miles Bader  <miles@gnu.org>
21602         * xfaces.c (get_lface_attributes, merge_named_face)
21603         (lookup_named_face, lookup_derived_face, realize_named_face):
21604         Revert 2008-02-01 change by cyd@stupidchicken.com.
21606 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
21608         * fontset.c (Ffontset_info): Handle the case of inhibitting the
21609         fallback fonts.
21610         (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
21612 2008-02-04  Jason Rumney  <jasonr@gnu.org>
21614         * w32font.c (w32font_open_internal): Use font_unparse_fcname to
21615         set full_name.
21616         (w32font_open_internal): Use xmalloc, xrealloc, xfree.
21618 2008-02-03  Jason Rumney  <jasonr@gnu.org>
21620         * makefile.w32-in (OBJ1): Include font.o here.
21621         (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
21623 2008-02-02  Jason Rumney  <jasonr@gnu.org>
21625         * makefile.w32-in (temacs): Bump EMHEAP to 21.
21627 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21629         * s/cygwin.h: Define VIRT_ADDR_VARIES.
21631         * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
21633 2008-02-01  Andreas Schwab  <schwab@suse.de>
21635         * Makefile.in (shortlisp, lisp): Update for rename of
21636         ../lisp/language/myanmar.el.
21638 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
21640         * xfaces.c (get_lface_attributes): Delete function.
21641         (merge_named_face, lookup_named_face, lookup_derived_face)
21642         (realize_named_face): Call lface_from_face_name directly, and use
21643         the fact that merge_face_vectors does not alter its FROM argument.
21645 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21647         * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
21648         input in the default locale.  Handle non-Unicode multibyte input.
21650 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21652         * fontset.c (reorder_font_vector): Exclude nil elements from the
21653         font group.  Don't try multiple fonts.
21654         (fontset_font): Adjust for the above change.
21655         (Finternal_char_font): Return nil if the found font doesn't
21656         contain the character ch.
21658         * Makefile.in (lisp, shortlisp): Add cham.el.
21660 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21662         * font.h (FONTP): Make it return 1 also for a font-object.
21664         * .gdbinit (xfontset): New function.
21666         * font.c (font_find_for_lface): Check if the character C is
21667         supported or not only for the first font.
21669         * fontset.c (reorder_font_vector): Fix typo.
21670         (fontset_find_font): Don't add a font-spec specifying a script.
21671         Use 0 (not Qt) for the indication of empty font-group.  Change the
21672         format of RFONT-DEF.  Return Qt if no font in the font-group
21673         support the character.
21674         (fontset_font): Adjust for the above change.  If no font was
21675         found the character, remember that.
21676         (face_for_char): Adjust for the change of RFONT-DEF.
21677         (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
21678         no font for the target.
21679         (Finternal_char_font): Adjust for the change of RFONT-DEF.
21681 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21683         * font.c (font_load_for_face): Handle the case that the font in
21684         face->lface is a string.
21686 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21688         * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
21690 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21692         * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
21693         Fix previous change.  If the frame is not on a window system,
21694         signal an error.
21696 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21698         * coding.c (decode_coding_object, encode_coding_object):
21699         Adjust marker positions after conversion.
21701         * lisp.h (struct Lisp_Marker): New member need_adjustment.
21703 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21705         * font.c (font_find_for_lface): Fix the handling of the return
21706         value of font_has_char.
21707         (Ffont_shape_text): Fix previous change.
21709         * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
21710         (fontset_ref_and_range): Delete it.
21711         (fontset_find_font): Call char_table_ref_and_range instead of
21712         FONTSET_REF_AND_RANGE.
21713         (make_fontset): Don't setup font groups of Latin here.
21714         (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
21715         (new_fontset_from_font): Make the specified font the default for
21716         all Latin characters.
21718 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21720         * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
21721         is on a window system before accessing the fontset of the frame.
21723 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21725         * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
21727         * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
21728         when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
21730         * font.c (Ffont_shape_text): If the font driver doesn't have a
21731         shaper function, make zero-width glyphs to have at least one-pixel
21732         width.  Fix setting of `to' field of glyphs.
21734 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21736         * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
21737         glyphs.
21739         * font.h (struct font_driver): Improve docstring of member `shape'.
21741 2008-02-01  Kenichi Handa  <handa@m17n.org>
21743         * composite.c (syms_of_composite): Fix docstring of
21744         auto-composition-function.
21746         * font.h (LGLYPH_SIZE): New macro.
21748         * font.c (Ffont_fill_gstring): Stop filling when a character not
21749         supported by the font is found.
21750         (Ffont_shape_text): When a shape callback function returns nil,
21751         try at most two more times with larger gstring.
21752         (Ffont_at): Fix getting of w.  Call font_at with correct 5th argument.
21754         * xdisp.c (handle_auto_composed_prop): Change the argument to
21755         auto-composition-function.
21757         * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
21758         (ftfont_shape_by_flt): If an element of lgstring is nil, make a
21759         Lispy glyph and store it in the lgstring.
21761         * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
21763         * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
21765 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21767         * font.c (Ffont_shape_text): Avoid unnecessary composition.
21769         * fontset.c (Vfont_encoding_charset_alist): New variable.
21770         (syms_of_fontset): DEFVAR it.
21771         (reorder_font_vector, fontset_find_font): Optimize for the case of
21772         no need of reordering.
21773         (face_for_char): Map the charset property by
21774         Vfont_encoding_charset_alist.
21776 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21778         * w32font.c (logfonts_match): Don't check adstyle here.
21779         (font_matches_spec): Check here against physical font instead.
21780         (add_font_entity_to_list): Avoid some substitutions.
21782         * font.c (font_parse_fcname): Default weight and slant to normal.
21783         (font_score): Prefer normal fonts if weight or slant unspecified.
21784         (font_score) [WINDOWSNT]: Scale weight difference down to closer
21785         match freetype scores.
21787 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21789         * w32font.c (w32font_text_extents): Don't use the frame stored in the
21790         font, as it may have been deleted.
21791         (w32_enumfont_pattern_entity): Map generic family to adstyle using
21792         most common hyphenless variation.
21793         (logfonts_match): Check generic family.
21794         (font_matches_spec): Don't check generic family here.
21795         (fill_in_logfont): Set generic family based on adstyle.
21797         * w32font.h (w32font_get_cache): Update declaration.
21799 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21801         * ftfont.c (ftfont_get_cache): Adjust the argument type.
21803         * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
21804         If none of the new drivers are available, call font_update_drivers
21805         with the old drivers.
21807         * w32font.c (w32font_get_cache): Adjust the argument type.
21809         * xfont.c (xfont_get_cache): Adjust the argument type.
21811         * font.h (struct font_driver): Change argument type of get_cache.
21813         * xftfont.c (xftfont_start_for_frame): Delete prototype.
21815         * font.c (Ffont_get): Fix arguments to Fassoc.
21816         (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
21817         (font_clear_cache): New function.
21818         (font_list_entities, font_matching_entity): Use font_get_cache.
21819         (font_update_drivers): Call font_clear_cache when finishing a driver.
21821         * fontset.c (fontset_find_font): Fix previous change.
21823 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21825         * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
21826         dpyinfo->font_table.
21827         (x_delete_display) [USE_FONT_BACKEND]: Likewise.
21828         (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
21830         * font.c (font_at): Handle the case that the arg C is negative.
21831         Handle the unibyte case.
21832         (Ffont_at): Call font_at with the arg C -1.
21834         * xdisp.c (handle_auto_composed_prop): Don't get a character at
21835         the position here, and call font_at with the arg C -1.
21836         Don't check the range of the existing composition at the point.
21838 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21840         * fontset.c (fontset_add): New args charset_id and family.
21841         Change caller.
21842         (load_font_get_repertory, fontset_find_font): Assume that
21843         font_spec is always a font-spec object.
21844         (Fset_fontset_font): Always store a font-spec object in a fontset.
21846         * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
21847         instead of get_property_and_range.
21849 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21851         * xftfont.c (struct xftfont_info): Delete the member ft_face.
21852         (xftfont_open): Don't keep locking face.
21853         (xftfont_close): Don't unlock face.
21854         (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
21856         * fontset.c (fontset_find_font): Don't prefer a font of
21857         supplementary charset.
21859 2008-02-01  Kenichi Handa  <handa@m17n.org>
21861         * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
21862         script, langsys_tag to langsys, new member script.
21863         (OTF_TAG_STR): Terminate by '\0'.
21864         (ftfont_get_open_type_spec): If :otf prop is spec, limit the
21865         listing to the script specified in that property.  Fix arg to
21866         OTF_check_features.
21868 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21870         * w32font.h: New file.
21872         * w32font.c: Include it.
21873         (struct w32font_info): Add owning_frame field.  Move to w32font.h.
21874         (w32font_open): Set owning_frame.
21875         (w32font_text_extents): Use owning_frame.
21876         (struct font_callback_data): Add opentype_only field.
21877         (add_font_entity_to_list): Use it to filter fonts.
21878         Don't check against full name.
21879         (w32font_list_internal): New function.
21880         (w32font_list): Use it.
21881         (w32font_match_internal): New function.
21882         (w32font_match): Use it.
21883         (w32font_open_internal): New function.
21884         (w32font_open): Use it.
21885         (w32font_get_cache, w32font_close, w32font_has_char)
21886         (w32font_encode_char, w32font_text_extents, w32font_draw):
21887         Make non-static.
21889         * makefile.w32-in (w32font.o): Depend on w32font.h.
21891 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21893         * charset.c (Fdefine_charset_internal): Record a supplementary
21894         charset at the tail of Vcharset_order_list.
21896         * font.c (Ffont_shape_text): Fix the return value.
21898         * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
21900         * xdisp.c (handle_auto_composed_prop): Fix previous change.
21902 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21904         * ftfont.c (struct OpenTypeSpec): New struct.
21905         (OTF_SYM_TAG, OTF_TAG_STR): New macros.
21906         (ftfont_get_open_type_spec): New function.
21907         (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
21909         * lread.c (read1): Redo the previous change with checking Vpurify_flag.
21911 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21913         * w32font.c (add_font_entity_to_list): Compare only the beginning
21914         of full name.
21916 2008-02-01  Kenichi Handa  <handa@m17n.org>
21918         * xdisp.c (handle_auto_composed_prop): Simplify the code.
21919         Never return HANDLED_RECOMPUTE_PROPS.
21921 2008-02-01  Kenichi Handa  <handa@m17n.org>
21923         * font.c (font_gstring_produce): Delete it.
21925         * composite.h (COMPOSITION_METHOD):
21926         Handle COMPOSITION_WITH_GLYPH_STRING.
21928 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21930         * xfont.c (Qx): Delete.
21931         (syms_of_xfont): Don't initialize Qx.
21933         * composite.h (enum composition_method):
21934         Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
21936 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21938         * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
21939         (choose_face_font): Accept new form of font-spec.
21941         * frame.h (font_driver_list): Declare it unconditionally.
21942         (struct frame): Define members font_driver_list and font_data_list
21943         unconditionally.
21945         * fontset.c: Include "font.h" unconditionally.
21946         (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
21947         (Fset_fontset_font): Accept a font-spec object.
21949         * font.c (font_unparse_xlfd): If pixel_size is zero, make the
21950         PIXEL_SIZE part a wild card.
21952         * dispextern.h (struct glyph_string): Define members clip and
21953         num_clips unconditionally.
21954         (struct face): Define members font_info and extra unconditionally.
21956         * ftfont.c (ftfont_open): Set members maybe_otf and otf of
21957         ftfont_info only when HAVE_LIBOTF is defined.
21959 2008-02-01  Andreas Schwab  <schwab@suse.de>
21961         * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
21962         and end.
21964 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21966         * w32font.c (w32font_driver): Add new fields.
21968 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
21970         * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
21971         (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
21972         (LIBES): Add @M17N_FLT_CFLAGS@.
21974         * composite.c (compose_text): Don't treat the new style
21975         composition specially.
21977         * emacs.c (main): Call syms_of_font unconditionally.
21979         * font.h (FONT_ENTITY_NOT_LOADABLE)
21980         (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
21981         (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
21982         (struct font_driver): New member shape.
21983         (font_registry_charsets): Extern it.
21984         (font_find_for_lface, font_prepare_composition): Adjust prototype.
21985         (font_otf_capability, font_drive_otf): Delete their externs.
21987         * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
21988         (font_charset_alist, font_registry_charsets): Move from xfont.c
21989         and rename.
21990         (font_prop_validate_otf): New function.
21991         (font_property_table): Register it for QCotf.
21992         (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
21993         (font_drive_otf): Delete.
21994         (font_prepare_composition): New arg F.  Adjust for the change of
21995         lispy gstring.
21996         (font_find_for_lface): New arg C.
21997         (font_load_for_face): Adjust for the change of font_find_for_lface.
21998         (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
21999         lispy gstring.
22000         (Ffont_shape_text): New function.
22001         (Fopen_font): If the font size is not given, use 12-pixel.
22002         (Ffont_at): New arg STRING.
22003         (syms_of_font): Initialize font_charset_alist.
22004         Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
22005         conditionally.
22007         * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
22008         fonts of the same font-spec.  Change the format of RFONT-DEF.
22009         (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
22010         Adjust for the change of RFONT-DEF.
22011         (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
22013         * ftfont.h: New file.
22015         * ftfont.c: Don't include Freetype headers.  Include "ftfont.h".
22016         (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
22017         (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
22018         (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
22019         font_otf_capability and font_drive_otf, set ftfont_shape.
22020         (ftfont_list): Adjust for the change of :otf property value.
22021         (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
22022         (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
22023         (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
22024         (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
22025         (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
22026         (otf_gstring, gstring, m17n_flt_initialized): New variables.
22028         * w32term.c (x_draw_composite_glyph_string_foreground):
22029         Adjust for the change of lispy gstring.
22031         * xdisp.c (handle_composition_prop): Adjust for the change of
22032         lispy gstring.  Call a function for auto-composition with the
22033         third arg it->window.
22034         (fill_composite_glyph_string): Adjust for the change of lispy string.
22035         (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
22037         * xfaces.c (set_font_frame_param): Adjust for the change of
22038         font_find_for_lface.
22040         * xfont.c (x_font_charset_alist): Move to font.c and rename.
22041         (xfont_registry_charsets): Likewise.  Change caller.
22042         (syms_of_xfont): Don't handle x_font_charset_alist.
22044         * xftfont.c: Include "ftfont.h".
22045         (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
22046         (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
22047         (xftfont_close) [HAVE_LIBOTF]: Close otf.
22048         (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
22049         (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
22050         Set xftfont_driver.shape to xftfont_shape.
22052         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
22053         the change of lispy gstring.
22055 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
22057         * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
22059 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22061         * w32font.c (w32font_draw): Fill background manually.
22063 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22065         * font.c (Qfontp): Remove unused symbol.
22066         (QCantialias): New symbol.
22067         (syms_of_font): Define it.
22068         (font_property_table): Set a validator for QCantialias.
22070         * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
22071         Define if not already.
22072         (QCfamily): Share with xfaces.c.
22073         (Qstandard, Qsubpixel, Qnatural): New symbols.
22074         (syms_of_w32font): Define them.  Don't define QCfamily here.
22075         (w32_antialias_type, lispy_antialias_type): New functions.
22076         (w32_enumfont_pattern_entity): New arg requested_font.
22077         Set antialias parameter if non-default was requested.
22078         (fill_in_logfont): Fill in lfQuality if :antialias specified.
22080 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
22082         * lread.c (read1): Undo the previous change.
22084 2008-02-01  CHENG Gao  <chenggao@gmail.com>  (tiny change)
22086         * frame.c (Fdelete_frame): Call font_update_drivers only when
22087         USE_FONT_BACKEND is defined.
22089 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
22091         * font.h (struct font_bitmap): New member bits_per_pixel.
22092         (struct font_driver): New members start_for_frame and end_for_frame.
22093         (struct font_data_list): New struct.
22094         (font_put_frame_data, font_get_frame_data): Extern them.
22096         * frame.h (struct frame): New member font_data_list.
22098         * font.c (font_update_drivers): Call driver->start_for_frame and
22099         driver->end_for_frame at proper timings.
22100         (font_put_frame_data, font_get_frame_data): New functions.
22101         (Ffont_spec): Add usage in the docstring.
22103         * frame.c (make_frame): Initialize f->font_data_list to NULL.
22104         (Fdelete_frame): Call font_update_drivers.
22106         * xftfont.c (struct xftface_info): Delete the member xft_draw.
22107         (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
22108         (xftfont_get_xft_draw): New function.
22109         (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
22110         (xftfont_end_for_frame): New function.
22111         (syms_of_xftfont): Set xftfont_driver.end_for_frame.
22113         * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
22114         Change argument.  Cache GCs in the per-frame data.
22115         (struct ftxfont_frame_data): New struct.
22116         (ftxfont_draw_bitmap): New arg gc_fore and flush.
22117         (ftxfont_prepare_face, ftxfont_done_face): Delete them.
22118         (ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in GCs.
22119         (ftxfont_end_for_frame): New function.
22120         (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
22122         * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
22124 2008-02-01  Kenichi Handa  <handa@m17n.org>
22126         * xselect.c (Vselection_coding_system)
22127         (Vnext_selection_coding_system): Delete them.
22128         (syms_of_xselect): Don't declare selection-coding-system and
22129         next-selection-coding-system.  They are declared in select.el.
22131 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22133         * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
22135         * w32fns.c: Include imm.h.
22136         (get_composition_string_fn, get_ime_context_fn): New optional
22137         system functions.
22138         (globals_of_w32fns): Load them from imm32.dll.
22139         (ignore_ime_char): New flag.
22140         (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
22141         WM_IME_ENDCOMPOSITION messages.
22143         * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
22144         MULTIBYTE_CHAR_KEYSTROKE_EVENT.
22146 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
22148         * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
22149         (READCHAR_REPORT_MULTIBYTE): New macro.
22150         (readchar): New 2nd arg MULTIBYTE.
22151         (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
22152         Make symbol's name multibyte according to the multibyteness of the
22153         source.
22155 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
22157         * xfaces.c (face_for_overlay_string): Call lookup_face with
22158         correct arguments (fix of synching with the trunk).
22160 2008-02-01  Kenichi Handa  <handa@m17n.org>
22162         * font.c (font_prop_validate_symbol, font_prop_validate_style)
22163         (font_prop_validate_non_neg, font_prop_validate_spacing):
22164         Delete argument prop_index.
22165         (font_property_table): Change arguments to validater.  Change Callers.
22166         (font_lispy_object): Delete.
22167         (font_at): Use font_find_object instead fo font_lispy_object.
22169 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
22171         * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
22172         and file names.
22174 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22176         * w32font.c (add_font_name_to_list): Avoid vertical fonts.
22177         (font_matches_spec): Remove debug output.
22178         (add_font_entity_to_list): Avoid using substituted fonts.
22180 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22182         * doc.c (Fsnarf_documentation):
22183         * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
22185 2008-02-01  Miles Bader  <miles@gnu.org>
22187         * dispextern.h (struct glyph_row): Only define "clip" field if
22188         HAVE_WINDOW_SYSTEM is defined.
22190 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22192         Fix up multi-tty merge.
22194         * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
22195         and indentation.
22197         * xfaces.c (free_realized_face, clear_face_gcs):
22198         Include font_done_for_face in the input_blocked section, just in case.
22200         * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
22201         (get_char_face_and_encoding): Undo last change and remove the *other*
22202         duplicate definition (i.e. keep the one that's better scoped and that
22203         includes code for the font-backend).
22205         * terminal.c (create_terminal): Default keyboard_coding to
22206         `no-conversion' and terminal_coding to `undecided'.
22208         * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
22210         * fontset.c (free_realized_fontsets): Check that the table entry does
22211         contain a fontset before trying to compare it to `base'.
22213         * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
22214         syms_of_charset, and syms_of_coding earlier because init_window_once
22215         now needs Vcoding_system_hash_table to be setup.
22217         * coding.h (default_buffer_file_coding): Remove.
22219         * coding.c (default_buffer_file_coding): Remove.
22220         (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
22221         than ->symbol, and use the terminal-local coding system.
22222         (syms_of_coding): Don't setup the coding-systems that are not
22223         terminal-local.
22224         (Fdefine_coding_system_internal): Use XCAR/XCDR.
22226         * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
22227         Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
22229         * alloc.c (Fmake_char_table, make_sub_char_table): Remove.  They're now
22230         in chartab.c and were re-added here by mistake.
22231         (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
22233         * doc.c (Fsnarf_documentation):
22234         * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
22235         src to etc.
22237         * ChangeLog.10: Add mistakenly removed entry.
22239 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
22241         * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
22243 2008-02-01  Miles Bader  <miles@gnu.org>
22245         * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
22246         Add extra args to FACE_FOR_CHAR.
22248 2008-02-01  Kenichi Handa  <handa@m17n.org>
22250         * keymap.c (where_is_internal_1): If key is a cons, store the copy
22251         in sequence.
22253         * chartab.c (map_sub_char_table, map_char_table): If the range
22254         contains just one character, call the function with that character
22255         even if the depth is not 3.
22257 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22259         * w32font.c (w32font_text_extents): Calculate metrics for the
22260         whole string.
22262 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22264         * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
22266 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22268         * w32term.c (x_set_glyph_string_clipping):
22269         Use get_glyph_string_clip_rects.
22270         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
22271         Adjust for the change of struct glyph_string.
22273         * w32font.c (w32font_draw): Do clipping here.
22275 2008-02-01  Kenichi Handa  <handa@m17n.org>
22277         * xftfont.c (xftfont_draw): Adjust for the change of struct
22278         glyph_string.
22280         * xterm.c (x_set_glyph_string_clipping):
22281         Use get_glyph_string_clip_rects.
22282         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
22283         Adjust for the change of struct glyph_string.
22285         * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
22286         the resulting clip(s}.
22287         (expose_overlaps): Add arg r.  Change callers.  Set it to
22288         row->clip temporarily.
22289         (expose_window): Redraw rows overlapping the exposed area.
22291         * dispextern.h (struct glyph_row): New member clip.
22292         (struct glyph_string): Delete members clip_x, clip_y, clip_width,
22293         clip_height, new member clip, and num_clips.
22295 2008-02-01  Kenichi Handa  <handa@m17n.org>
22297         * data.c (Fchar_or_string_p): Fix docstring.
22299 2008-02-01  Kenichi Handa  <handa@m17n.org>
22301         * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
22302         create a temporary XftDraw object.
22304 2008-02-01  Kenichi Handa  <handa@m17n.org>
22306         * font.c (Ffontp): Fix docstring.
22308         * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
22309         strong evidence of ISO-2022.
22311 2008-02-01  Kenichi Handa  <handa@m17n.org>
22313         * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
22314         SYNTAX_ENTRY_FOLLOW_PARENT.
22316 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22318         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
22319         its type.
22320         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
22321         Update to the new type of weak_hash_tables and next_weak.
22323         * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
22324         a plain C pointer to Lisp_Hash_Table.
22326         * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
22327         (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
22328         (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
22329         (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
22330         (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
22331         (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
22332         (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
22333         (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
22334         (GC_EQ): Remove since they've been identical to their non-GC_
22335         alter-egos ever since the markbit was eradicated.
22337         * alloc.c:
22338         * buffer.c:
22339         * buffer.h:
22340         * data.c:
22341         * fileio.c:
22342         * filelock.c:
22343         * fns.c:
22344         * frame.h:
22345         * lisp.h:
22346         * macterm.c:
22347         * print.c:
22348         * process.c:
22349         * w32fns.c:
22350         * w32menu.c:
22351         * w32term.c:
22352         * xfns.c:
22353         * xmenu.c:
22354         * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
22356 2008-02-01  Kenichi Handa  <handa@m17n.org>
22358         * chartab.c (map_sub_char_table): Make it work for the top-level
22359         char-table.  Fix handling of parent char-table.
22360         (map_char_table): Adjust for the above change.
22362 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22364         * w32font.c (Qgdi): Rename from Qw32.
22366 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22368         * w32bdf.c (get_quoted_string): Make function static.
22370 2008-02-01  Kenichi Handa  <handa@m17n.org>
22372         * xftfont.c (xftfont_open): If one of font's ASCII glyph has
22373         bigger ascent and descent than those of the font, use them as
22374         font's ascent and descent.
22376 2008-02-01  Kenichi Handa  <handa@m17n.org>
22378         * Makefile.in (${lispsource}international/charprop.el): Move this
22379         target within "#ifdef HAVE_UNIDATA" and "#endif".
22381 2008-02-01  Kenichi Handa  <handa@m17n.org>
22383         * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
22384         (shortlisp): Add ../lisp/language/tai-viet.el.
22386 2008-02-01  Ulrich Mueller  <ulm@gentoo.org>
22388         * Makefile.in (${lispsource}international/charprop.el): Depend on
22389         temacs${EXEEXT}.
22391 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22393         * w32font.c (w32font_close): Delete the GDI font object.
22395         * w32menu.c: Include character.h.
22397         * w32proc.c: Likewise.
22399         * w32select.c: Likewise.
22401         * makefile.w32-in (w32proc.o): Depend on character.h.
22403 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22405         * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
22407         * w32menu.c (syms_of_w32menu): Likewise.
22409         * w32proc.c (syms_of_ntproc): Likewise.
22411         * w32select.c (syms_of_w32select): Likewise.
22413         * w32term.c (syms_of_w32term): Likewise.
22415 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22417         * w32font.c (w32font_draw): Delete brush after using it.
22419 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22421         * w32font.c (w32font_open): Don't set font_idx.
22422         (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
22423         to font settings.
22424         (w32font_draw): Fill background explicitly.
22426 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22428         * w32term.c (w32_initialize): Don't call w32font_initialize.
22430         * w32font.c (w32font_info): Remove subranges.
22431         (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
22432         (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
22433         (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
22434         (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
22435         (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
22436         (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
22437         (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
22438         (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
22439         (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
22440         (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
22441         New symbols.
22442         (font_callback_data): New struct.
22443         (w32font_list, w32font_match): Use it.
22444         (w32font_open): Don't populate subranges.
22445         (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
22446         (w32font_encode_char): Always return unicode code-point as-is.
22447         (w32font_text_extents): Supply a transformation matrix to
22448         GetGlyphOutline.  Never look up by glyph index.  Avoid looping
22449         twice.  Use unicode version of GetTexExtentPoint32 instead of
22450         glyph index version.
22451         (set_fonts_frame): Remove.
22452         (w32_enumfont_pattern_entity): Add frame parameter, use it to
22453         set frame parameter.  Use backward compatible fake foundries.
22454         Save generic family in extra slot under QCfamily.  Make width slot
22455         constant.  Save QCspacing value.  Save list of scripts instead of
22456         binary subranges.
22457         (w32_generic_family, logfonts_match, font_matches_spec): New functions.
22458         (add_font_entity_to_list): Use font_callback_data struct.
22459         Filter unwanted fonts.
22460         (add_one_font_entity_to_list): Use font_callback_data struct.
22461         (w32_registry): Default to iso10646_1.
22462         (fill_in_logfont): Use dpi from extra slot.  Don't bother with
22463         string font registries.  Don't fill in font name if it is a generic
22464         family name, fill family instead.  Use spacing, family and script
22465         extra info to fill pitch, family and charset fields.
22466         (list_all_matching_fonts): Use font_callback_data struct.
22467         (unicode_range_for_char): Remove.
22468         (font_supported_scripts): New function.
22469         (w32font_initialize): Remove.
22470         (syms_of_w32font): Update which symbols are defined.
22472 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22474         * font.c (font_pixel_size): Reverse assq_no_quit args.
22476         * w32term.h (FONT_WIDTH): Report max width, not average.
22477         (FONT_MAX_WIDTH): Remove.
22478         (FONT_AVG_WIDTH): New macro.
22480         * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
22481         redefinition of FONT_WIDTH.
22483         * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
22484         (w32_cache_char_metrics): Use FONT_WIDTH.
22486         * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
22488 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22490         * w32font.c (w32font_open): Make lfHeight negative.
22492         * w32fns.c (x_default_font_parameter): Use new style font name.
22493         (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
22495 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22497         * w32font.c (QCsubranges): New symbol.
22498         (w32font_open, w32font_has_char): Get subranges from subproperty
22499         of extra.
22500         (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
22501         (syms_of_w32font): Define :subranges symbol.
22503         * font.c (font_put_extra): Expose externally.
22505         * font.h (font_put_extra): Move declaration from font.c.
22507         * font.c (Ffont_get): Use font driver to determine otf capability.
22508         (adjust_anchor): Check if driver defines anchor_point before using.
22510         * w32font.c (w32font_open): Handle size, height and pixel_size better.
22511         (w32font_draw): Use options.
22512         (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
22513         Fix detection of truetype fonts.
22514         (registry_to_w32_charset): Handle charsets other than iso8859-1
22515         expressed as lisp symbols.
22516         (w32_registry): Express charset as lisp symbol.
22517         (fill_in_logfont): Reverse pixel and point height logic.
22518         Don't set width here.  Set quality to default.
22520         * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
22521         (x_to_w32_font): Fill in lfPitchAndFamily correctly.
22523         * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
22524         Remove redundant loop and allocation.
22526         * makefile.w32-in (font.o, w32font.o): New objects.
22527         (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
22528         (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
22530         * xdisp.c (fill_composite_glyph_string): Make the first arg to
22531         STORE_XCHARB a valid l-value.
22533         * w32term.c (w32_native_per_char_metric): Swap width and rbearing
22534         calculations for non-Truetype fonts.
22535         (x_draw_glyph_string): Sync with xterm.c.
22536         (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
22537         Remove redundant code.
22538         (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
22540         * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
22541         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
22543         * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
22544         (x_to_w32_charset, w32_to_x_charset): Expose externally.
22546         * w32font.c: New file for w32 font backend.
22548 2008-02-01  Kenichi Handa  <handa@m17n.org>
22550         * term.c: Don't include "buffer.h" twice.
22552 2008-02-01  Kenichi Handa  <handa@m17n.org>
22554         * character.c (Funibyte_string): New function.
22555         (syms_of_character): Defsubr it.
22557 2008-02-01  Jason Rumney  <jasonr@gnu.org>
22559         * w32term.c [USE_FONT_BACKEND]:
22560         (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
22561         (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
22562         (x_draw_glyph_string, x_draw_glyph_string_foreground)
22563         (x_draw_composite_glyph_string_foreground, x_new_fontset2)
22564         (x_free_frame_resources): Sync with xterm.c.
22566 2008-02-01  Andreas Schwab  <schwab@suse.de>
22568         * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
22569         char-table size.
22571 2008-02-01  Kenichi Handa  <handa@m17n.org>
22573         * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
22575 2008-02-01  Kenichi Handa  <handa@m17n.org>
22577         * ftfont.c (ftfont_driver): Delete font_otf_gsub and
22578         font_otf_gpos, add font_drive_otf.
22580         * fontset.c (fontset_find_font): Pay attention to font size
22581         specified for a font.
22582         (reorder_font_vector): Check contents of font_def.
22584         * font.c (struct otf_list): Delete it.
22585         (otf_list): Make it a lisp variable.
22586         (otf_open): Use lispy otf_list.
22587         (generate_otf_features): Rename from parse_gsub_gpos_spec.
22588         (check_otf_features): New function.
22589         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
22590         New functions.
22591         (font_drive_otf): New function merging font_otf_gsub and
22592         font_otf_gpos.
22593         (font_open_for_lface): New arg spec.  Change argument order.
22594         (font_load_for_face): Adjust for the change of font_open_for_lface.
22595         (Ffont_drive_otf): New function merging Ffont_otf_gsub and
22596         Ffont_otf_gpos.
22597         (syms_of_font): Staticpro otf_list.  Delete defsubr of
22598         Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
22600         * xfaces.c (set_font_frame_param): Adjust for the change of
22601         font_open_for_lface.
22603         * font.h (font_open_for_lface): Adjust prototype.
22604         (struct font_driver): Delete members otf_gsub and otf_gpos, add
22605         member otf_drive.
22606         (font_otf_gsub, font_otf_gpos): Delete externs.
22607         (font_drive_otf): Extern it.
22609 2008-02-01  Kenichi Handa  <handa@m17n.org>
22611         * font.c (font_at): If the window W is not on a window system,
22612         return Qnil.
22614         * coding.c (produce_chars, encode_coding): Don't call
22615         insert_from_gap if no characters to produce.
22617 2008-02-01  Kenichi Handa  <handa@m17n.org>
22619         * fontset.c (free_realized_fontsets): Avoid unnecessary call of
22620         Fclear_face_cache.
22622         * xfaces.c (face_for_font): Check also face->font==font->font.font.
22624 2008-02-01  Miles Bader  <miles@gnu.org>
22626         * emacs.c (main): Change default value of `enable_font_backend' to 1.
22627         Parse "--disable-font-backend" option.
22628         (standard_args): Add "--disable-font-backend" option.
22630 2008-02-01  Kenichi Handa  <handa@m17n.org>
22632         * fontset.c (fontset_find_font): New function.
22633         (fontset_font): Use fontset_find_font.
22634         (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
22635         Register the specified font for all Latin characters.
22636         (new_fontset_from_font): Register the specified font for all Latin
22637         characters.
22638         (dump_fontset): For a realized fontset, include the base fontset
22639         name in the returned vector.
22641 2008-02-01  Kenichi Handa  <handa@m17n.org>
22643         * character.h (CHAR_STRING): Cast C to unsigned on calling
22644         char_string.
22646         * character.c (char_string): Type of arg C changed to unsigned.
22647         Signal an error if C is an invalid character code.
22649         * editfns.c (general_insert_function, Fchar_to_string):
22650         Use CHARACTERP, not INTEGERP.
22652 2008-02-01  Kenichi Handa  <handa@m17n.org>
22654         * character.h (MIN_MULTIBYTE_LEADING_CODE)
22655         (MAX_MULTIBYTE_LEADING_CODE): New macros.
22657         * regex.c (analyse_first): Fix for multibyte characters in "case
22658         charset:" and "case categoryspec:".
22660 2008-02-01  Andreas Schwab  <schwab@suse.de>
22662         * Makefile.in (LIBES): Move standard libraries to the end.
22664 2008-02-01  Kenichi Handa  <handa@m17n.org>
22666         * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
22667         nonzero, don't shrink the buffer nextb.
22669         * buffer.h (struct buffer_text): New member inhibit_shrinking.
22671         * coding.c (coding_alloc_by_making_gap): New arg offset.
22672         (alloc_destination): Call coding_alloc_by_making_gap with the arg
22673         offset.
22674         (decode_coding_iso_2022): Update coding->safe_charsets.
22675         (decode_coding_gap): Temporarily set
22676         current_buffer->text->inhibit_shrinking to 1.
22678 2008-02-01  Kenichi Handa  <handa@m17n.org>
22680         * xterm.c (x_draw_composite_glyph_string_foreground):
22681         Fix indexing into elements of s->cmp and s->char2b.
22683 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
22685         * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
22687 2008-02-01  Kenichi Handa  <handa@m17n.org>
22689         * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
22690         target_multibyte instead of multibyte.
22691         (re_match_2_internal): Call bcmp_translate with target_multibyte.
22692         (bcmp_translate): Change the argument name from multibyte to
22693         target_multibyte.
22695 2008-02-01  Kenichi Handa  <handa@m17n.org>
22697         These changes are to compile a regexp into a pattern that can be
22698         used both for multibyte and unibyte targets.
22700         * Makefile.in (search.o): Depend on charset.h.
22702         * character.c (multibyte_char_to_unibyte_safe): New function.
22704         * search.c: Include "charset.h".
22705         (compile_pattern_1): Delete argument multibyte.  Don't set
22706         cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
22707         (compile_pattern): Don't compare cp->buf.target_multibyte.
22708         Compare cp->buf.charset_unibyte.
22709         (compile_pattern): Set cp->buf.target_multibyte.
22711         * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
22713         * regex.h (struct re_pattern_buffer): New member charset_unibyte.
22715         * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
22716         multibyte.  Change callers.
22717         (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
22718         (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete.  Change callers
22719         to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
22720         (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
22721         (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
22722         (regex_compile): Make the compiled pattern usable both for
22723         multibyte and unibyte targets.
22724         (analyse_first): Make the fastmap usable both for multibyte and
22725         unibyte targets.
22726         (TRANSLATE_VIA_MULTIBYTE): Delete.
22727         (re_match_2_internal): Pay attention to the case that the
22728         multibyteness of bufp and target may be different.
22730 2008-02-01  Kenichi Handa  <handa@m17n.org>
22732         * xdisp.c (x_produce_glyphs): When a font is not found, make the
22733         empty box occupy at least one column width.
22735 2008-02-01  Miles Bader  <miles@gnu.org>
22737         * Makefile.in: Remove redundant HAVE_XFT clause.
22739 2008-02-01  Kenichi Handa  <handa@m17n.org>
22741         * xrdb.c (x_load_resources): Setup the default fontSet X resource.
22743 2008-02-01  Kenichi Handa  <handa@m17n.org>
22745         * fontset.c (Finternal_char_font): Fix for the case of POSITION
22746         being nil.
22748 2008-02-01  Kenichi Handa  <handa@m17n.org>
22750         * xftfont.c (xftfont_open): Call FcConfigSubstitute.
22752 2008-02-01  Kenichi Handa  <handa@m17n.org>
22754         * xftfont.c (xftfont_open): Don't enable antialias explicitly.
22756 2008-02-01  Kenichi Handa  <handa@m17n.org>
22758         * search.c (simple_search): Fix previous change.
22760 2008-02-01  Kenichi Handa  <handa@m17n.org>
22762         * xftfont.c (ftfont_font_format): Extern declaration.
22764         * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
22766         * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
22767         (xfont_list): Don't directly use Lisp_Object as an operand of &&.
22769         * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
22770         (ftfont_font_format): Fix previous change.
22772         * font.h (Ffont_xlfd_name): EXFUN it.
22774         * font.c (font_parse_xlfd): Fix the array size of `f'.
22775         (register_font_driver): Use EQ to compare driver->type.
22777         * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
22778         (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
22779         (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
22781 2008-02-01  Kenichi Handa  <handa@m17n.org>
22783         * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
22784         (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
22786 2008-02-01  Kenichi Handa  <handa@m17n.org>
22788         * xfont.c (xfont_open): Set font->format.
22790         * xftfont.c (xftfont_open): Set font->format.
22792         * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
22793         (ftfont_list): Include FC_FONTFORMAT in FcObject.
22794         (ftfont_open): Set font->format.
22795         (ftfont_font_format): New function.
22797         * font.h (struct font): New member format.
22799         * font.c (Qopentype): New variable.
22800         (syms_of_font): Defsym it.
22801         (Fquery_font): Change the format of the last element of the return
22802         value.
22804 2008-02-01  Kenichi Handa  <handa@m17n.org>
22806         * xfns.c (xic_create_xfontset): Try the default fontset name as a
22807         last resort.
22809 2008-02-01  Kenichi Handa  <handa@m17n.org>
22811         * coding.c (detect_coding_charset): Fix detection of multi-byte
22812         charset.
22814 2008-02-01  Bob Halley  <halley@play-bow.org>  (tiny change)
22816         * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
22818 2008-02-01  Kenichi Handa  <handa@m17n.org>
22820         * xdisp.c (get_next_display_element): Set it->face_id for the
22821         first component of a composition.
22822         (x_produce_glyphs): Check if the font is changed or not for composition.
22824 2008-02-01  Kenichi Handa  <handa@m17n.org>
22826         * fontset.c (Qlatin): New variable.
22827         (syms_of_fontset): Define it as a lisp symbol.
22828         (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
22830 2008-02-01  Kenichi Handa  <handa@m17n.org>
22832         * font.c (font_unparse_fcname): Pay attention to the case that
22833         some of font property is a null string.
22835 2008-02-01  Kenichi Handa  <handa@m17n.org>
22837         * term.c: Include "composite.h".
22838         (encode_terminal_code): Output all components of composition.
22839         Check the size of encode_terminal_src.
22840         (produce_glyphs): For composition, call produce_composite_glyph.
22841         (append_composite_glyph, produce_composite_glyph): New functions.
22843         * xdisp.c (x_produce_glyphs): In handling composition, if a font
22844         is not found, get font_info from the current ascii face.
22846 2008-02-01  Kenichi Handa  <handa@m17n.org>
22848         * fileio.c (Finsert_file_contents): On replacing, temporarily bind
22849         buffer-file-name to Qnil before calling insert_from_buffer.
22851         * font.c (font_unparse_fcname): Pay attention to the case that
22852         foundry is a null string.
22854 2008-02-01  Kenichi Handa  <handa@m17n.org>
22856         * ftfont.c (ftfont_list): Allow registry "unicode-sip".
22858         * font.c (Qunicode_sip): New variable.
22859         (syms_of_font): Declare it as a Lisp symbol.
22861         * font.h (Qunicode_sip): Extern it.
22863 2008-02-01  Kenichi Handa  <handa@m17n.org>
22865         * composite.c (get_composition_id): Pay attention to TAB component.
22867         * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
22868         TAB.  Adjust for the change of s->char2b which always points to
22869         the first element of allocated memory.
22871         * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
22873         * xdisp.c (handle_composition_prop): Set it->c to the first
22874         non-TAB component.
22875         (fill_composite_glyph_string): Change argument.
22876         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
22877         (x_produce_glyphs): Fix handling of left/right padding.
22879 2008-02-01  Kenichi Handa  <handa@m17n.org>
22881         * coding.c (detect_coding_system): Fix for handling off
22882         inhibit_iso_escape_detection.  Fix for the case that no coding
22883         system is defined for a specific coding category.
22885 2008-02-01  Kenichi Handa  <handa@m17n.org>
22887         * font.c (font_matching_entity): Delete unused local var.
22889         * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
22890         opening a font.
22892         * fileio.c (Finsert_file_contents): On recovering a file, assume
22893         Unix-like eol.
22894         (choose_write_coding_system): On auto-saving a file, force
22895         Unix-like eol.
22897         * coding.c (setup_coding_system): Fix setting of
22898         coding->common_flags based on eol_type.
22899         (coding_inherit_eol_type): If PARENT is not nil, be sure to
22900         inherit from it.
22902 2008-02-01  Kenichi Handa  <handa@m17n.org>
22904         * alloc.c (NSTATICS): Increas to 0x600.
22906 2008-02-01  Kenichi Handa  <handa@m17n.org>
22908         * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
22909         (ftfont_list): Don't check :name property.
22910         (ftfont_match): New function.
22911         (ftfont_pattern_entity): If the pattern doesn't contain
22912         FC_SPACING, don't assume FC_MONO.
22914         * font.h (struct font_driver): New member `match'.
22915         (font_update_drivers): Adjust prototype.
22917         * font.c (font_parse_fcname, font_parse_name): Don't change :name
22918         property of FONT.
22919         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring):
22920         Define them unconditionally.
22921         (font_matching_entity): New function.
22922         (font_open_by_name): Try font_matching_entity if exact match is
22923         not found.
22924         (font_update_drivers): Delete the arg FONT.  Return a list of
22925         actually used backends.  Don't free faces, font caches here.
22926         Don't store data in frame parameters.  Don't call x_set_font.
22927         (Ffont_spec): Store :name property as is.
22928         (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
22929         (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
22930         (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
22931         (Ffont_otf_alternates): Check if the driver has otf_gsub function.
22932         Call font->driver->otf_gsub instead of font_otf_gsub.
22934         * frame.c (x_set_font_backend): Do more works that were done in
22935         font_update_drivers before.
22937         * xfont.c (xfont_match): New function.
22938         (xfont_driver): Set xfont_driver.match to xfont_match.
22939         (xfont_draw): Set font in GC if necessary.
22941         * ftxfont.c (ftxfont_match): New function.
22942         (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
22944         * xftfont.c (xftfont_match): New function.
22945         (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
22947 2008-02-01  Kenichi Handa  <handa@m17n.org>
22949         * font.h (struct font): New member scalable.
22950         (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
22951         (font_otf_gsub): Adjust prototype.
22953         * font.c (font_otf_capability): Fix handling of the default langsys.
22954         (parse_gsub_gpos_spec): Change type to void.  New arg nbytes.
22955         Check the contents of SPEC.
22956         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
22957         (check_gstring): New function.
22958         (REPLACEMENT_CHARACTER): New macro.
22959         (font_otf_gsub): New arg alternate_subst.  Be sure to set all
22960         glyph codes of GSTRING.
22961         (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
22962         (font_prepare_composition): Set cmp->glyph_len.
22963         (font_open_entity): Set font->scalable.
22964         (Ffont_get): Handle :otf property.
22965         (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates):
22966         New functions.
22967         (Fquery_font): Use font->font.full_name.
22968         (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
22969         Sfont_otf_alternates.
22971         * ftfont.c (ftfont_open): Set font->font.full_name and
22972         font->font.name properly.  Fix calculation of font->font.height
22973         and font->min_width.
22975         * ftxfont.c (ftxfont_create_gcs): New function.
22976         (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
22977         (ftxfont_draw_backgrond): Fix filling region.
22978         (ftxfont_default_fid): New function.
22979         (ftxfont_open): Set xfont->fid to the return value of
22980         ftxfont_default_fid.
22981         (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
22982         (ftxfont_done_face): Free only GCs that are created by
22983         ftxfont_create_gcs.
22984         (ftxfont_draw): If face->gc != s->gc, create proper GCs.
22986         * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
22987         Clip to src->width, etc (not src->clip_XXX).
22989         * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
22990         FontBackend frame parameter.
22992 2008-02-01  Kenichi Handa  <handa@m17n.org>
22994         * font.h (struct font_driver_list): New member `on'.
22995         (Fclear_font_cache): EXFUN it.
22996         (font_update_drivers): Extern it.
22998         * font.c (font_unparse_fcname): Fix typo (swidth->width).
22999         (font_list_entities): Check driver_list->on.
23000         (register_font_driver): Initialize `on' member to 0.
23001         (font_update_drivers): New function.
23002         (Fclear_font_cache): Check driver_list->on.
23004         * frame.h (Qfont_backend): Extern it.
23005         (x_set_font_backend): Extern it.
23007         * frame.c (Qfont_backend): New variable.
23008         (frame_parms): New element for font-backend.
23009         (x_set_font_backend): New function.
23011         * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
23012         FontBackend frame parameter.
23013         (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
23014         x_set_font_backend.
23016         * xfont.c (xfont_list): Don't try listing by :name property if the
23017         name is not for XLFD.
23019 2008-02-01  Kenichi Handa  <handa@m17n.org>
23021         * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
23022         (LGLYPH_SET_TO): New macros.
23023         (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
23024         element of G is vector or not.
23025         (font_at): Extern it.
23027         * font.c: Include window.h.
23028         (font_lispy_object): New function.
23029         (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
23030         end of valid glyph.
23031         (font_close_object): Fix getting (struct font *).
23032         (font_at): New function.
23033         (Ffont_get): If FONT is a font-object, get entity from it.
23034         (Ffont_make_gstring): Initialize elements of glyphs with nil.
23035         (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.
23036         Fix range check.
23037         (Ffont_at): New function.
23038         (syms_of_font): Defsubr Sfont_at.
23040         * xdisp.c (it_props): Move the entry for Qauto_composed to just
23041         before the entry for Qcomposition.
23042         (handle_auto_composed_prop): Call auto-composition-function with 4 args.
23043         (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
23044         the font in gstring.
23045         (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
23046         LGLYPH_FORM (g) to detect the end of valid glyph.
23047         (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
23048         we are composing with gstring.
23050         * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
23051         Check if adjustment is vector or not.
23053         * Makefile.in (font.o): Make it depends on window.h.
23055 2008-02-01  Kenichi Handa  <handa@m17n.org>
23057         * xterm.c (x_draw_composite_glyph_string_foreground): Check if
23058         adjustment is vector or not.
23060 2008-02-01  Miles Bader  <miles@gnu.org>
23062         * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
23064 2008-02-01  Kenichi Handa  <handa@m17n.org>
23066         * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
23067         (LGLYPH_SET_WIDTH): Adjust for the change of LGLYPH format.
23068         (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
23070         * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
23071         (DEVICE_DELTA): Fix typo.
23072         (font_otf_gpos, font_prepare_compositio): Adjust for the change of
23073         LGLYPH format.
23075         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
23076         the change of LGLYPH format.
23078 2008-02-01  Kenichi Handa  <handa@m17n.org>
23080         * ftfont.c (ftfont_list): Fix typo.
23081         (ftfont_build_basic_charsets): Don't include letters with diacritics.
23083 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
23085         * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
23087         * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
23088         xftface_info is non-NULL.
23090 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
23092         * ftfont.c (ftfont_list): Move misplaced #endif.
23094 2008-02-01  Kenichi Handa  <handa@m17n.org>
23096         * ftfont.c (ftfont_list): Pay attention to the case that
23097         FC_CAPABILITY is not defined.
23099 2008-02-01  Kenichi Handa  <handa@m17n.org>
23101         * xftfont.c (xftfont_open): Set charset related members to -1.
23103         * ftfont.c (ftfont_list): Handle QCotf property.  Fix handling of
23104         QCname.
23105         (ftfont_open): Set charset related members to -1.
23107         * fontset.c (Votf_script_alist): New variable.
23108         (syms_of_fontset): Initialize it.
23109         (fontset_font): Delete unused variable.
23111         * fontset.h (Votf_script_alist): Extern it.
23113         * font.c (font_find_for_lface): Optimize code.
23115         * font.h (font_close_object, font_merge_old_spec): Extern them.
23117 2008-02-01  Kenichi Handa  <handa@m17n.org>
23119         * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
23120         (syms_of_font): Initialize them.
23121         (font_pixel_size): Allow float value in dpi.
23122         (font_prop_validate_type): Delete.
23123         (font_prop_validate_symbol, font_prop_validate_style): Change argument.
23124         Change caller.
23125         (font_prop_validate_non_neg): Rename from font_prop_validate_size.
23126         (font_prop_validate_extra): Delete.
23127         (font_prop_validate_spacing): New function.
23128         (font_property_table): Add elements for all known properties.
23129         (get_font_prop_index): Rename from check_font_prop_name.
23130         New argument FROM.  Change caller.
23131         (font_prop_validate): Validate all known properties.
23132         (font_put_extra): Delete argument force.  Change caller.
23133         (font_expand_wildcards): Make it static.  Fix the way of shrinking
23134         the possible range.
23135         (font_parse_xlfd): Delete argument merge.  Fix handling of RESX,
23136         RESY, SPACING, and AVGWIDTH.  Don't validate property values here.
23137         Change caller.
23138         (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
23139         (font_parse_fcname): Delete argument merge.  Fix parsing of point
23140         size.  Don't validate properties values here.  Change caller.
23141         (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
23142         (font_open_by_name): Delete unused variable.
23143         (Ffont_spec): Likewise.  Validate property values.
23144         (Ffont_match_p): New function.
23146         * font.h (QCscalable): Extern it.
23147         (font_parse_xlfd, font_parse_fcname): Adjust prototype.
23149         * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
23151         * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
23152         (xfont_list_pattern): New function.
23153         (xfont_list): Use xfont_list_pattern.
23155 2008-02-01  Kenichi Handa  <handa@m17n.org>
23157         * font.h (Flist_fonts): EXFUN it.
23159 2008-02-01  Jason Rumney  <jasonr@gnu.org>
23161         * w32term.c (w32_initialize): Add back smoothing_type and
23162         smoothing_enabled definitions.
23164 2008-02-01  Kenichi Handa  <handa@m17n.org>
23166         * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
23167         s->face->font on determining underline position.
23169 2008-02-01  Kenichi Handa  <handa@m17n.org>
23171         * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
23172         (font_has_char): Accept font-object too.
23173         (font_find_for_lface): Try at first with a size specified in face.
23175 2008-02-01  Kenichi Handa  <handa@m17n.org>
23177         * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
23178         font_open_by_name.
23180 2008-02-01  Kenichi Handa  <handa@m17n.org>
23182         * font.h (QCspacing, QCdpi): Extern them.
23183         (enum font_spacing): New enum.
23184         (FONT_PIXEL_SIZE_QUANTUM): New macro.
23186         * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
23187         (QCspacing, QCdpi): New variables.
23188         (syms_of_font): Initialize them.
23189         (font_pixel_size): New function.
23190         (font_put_extra): New function.
23191         (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
23192         in FONT_EXTRA.
23193         (font_parse_fcname): Handle enumerated values (e.g. bold).
23194         Fix handling font size.  Add QCname property that contains only
23195         unknown properties.
23196         (font_score): Change argument.  Change caller.  Pay attention to
23197         FONT_PIXEL_SIZE_QUANTUM.
23198         (font_sort_entites, font_list_entities, font_find_for_lface)
23199         (font_open_for_lface, font_open_by_name): Fix handling of font size.
23200         (Ffont_spec): Add QCname property that contains only unknown properties.
23202         * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.
23203         Don't include weight in listing pattern, instead check weight of each
23204         listed font.  Don't include scalable in pattern.  Pay attention to
23205         FONT_PIXEL_SIZE_QUANTUM.
23207 2008-02-01  Kenichi Handa  <handa@m17n.org>
23209         * font.c (font_parse_fcname): Fix parsing of point-size.
23210         (font_unparse_fcname): Produce symbolic names for style properties.
23211         (font_list_entities): Handle float size correctly.
23212         (font_open_by_name): Prefer `normal' property values if the name
23213         doesn't specify them.
23215         * fontset.c (Finternal_char_font): Use font_get_name, not
23216         Ffont_xlfd_name.
23218         * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
23219         FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
23220         pattern.  Don't force scalable.
23222         * xftfont.c (xftfont_open): For generating a name, start from
23223         96-byte buffer.
23225 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
23227         * frame.h (x_new_fontset2): Fix prototype.
23229 2008-02-01  Kenichi Handa  <handa@m17n.org>
23231         * font.h (struct font_driver): Delete member parse_name.
23232         (font_match_p, font_get_spec, font_parse_fcname)
23233         (font_unparse_fcname): Extern them.
23234         (font_get_name): Adjust prototype.
23236         * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
23237         (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
23238         (font_expand_wildcards): Fix handling ENCODING field.
23239         Avoid unnecessary checks for weight, slant, and swidth.
23240         (font_parse_fcname): New function.
23241         (font_unparse_fcname): New function.
23242         (font_parse_name): New function.
23243         (font_match_p): New function.
23244         (font_get_name): Change return value to Lisp string.
23245         (font_get_spec): New function.
23246         (Qunspecified, Qignore_defface): Don't extern them.
23247         (font_find_for_lface): Assume that LFACE is fully specified.
23248         (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
23249         object, use it for FACE.
23250         (font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
23251         driver->parse_name.
23252         (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
23254         * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
23255         prototype.
23257         * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
23258         argument F.  Don't call Fnew_fontset.  Instead, directly call
23259         make_fontset.
23261         * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
23263         * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
23264         of x_new_fontset2.
23266         * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
23267         (Qsans__serif): New variables.
23268         (ftfont_generic_family_list): New variable.
23269         (syms_of_ftfont): Initialize the above variables.
23270         (ftfont_pattern_entity): Delete argument NAME.
23271         (ftfont_list_generic_family): New function.
23272         (ftfont_parse_name): Delete this function.
23273         (ftfont_list): Try generic family only when FcFontList found no font.
23274         (ftfont_list_family): Fix args to FcObjectSetBuild.
23276         * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
23277         object in attrs[LFACE_FONT_INDEX].
23278         (set_lface_from_font_name): Cancel all changes for font-backend.
23279         (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
23280         function.
23281         (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
23282         font object in QCfont attribute.
23283         (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
23284         (realize_default_face) [USE_FONT_BACKEND]: Call
23285         set_lface_from_font_and_fontset.
23287         * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
23288         "fixed", and signal error here if no suitable font was found.
23290         * xfont.c (xfont_parse_name): Delete this function.
23292         * xftfont.c (xftfont_open): Change coding style of error
23293         handling.  Generate fontconfig's fontname pattern.
23295         * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
23296         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
23298         * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
23299         Both args FONTSET and FONT_OBJECT must be existing ones.
23301 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23303         * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
23305 2008-02-01  Kenichi Handa  <handa@m17n.org>
23307         * xfont.c (xfont_open, xfont_encode_char): Fix typo.
23309         * font.h (struct font): Fix typo.
23311         * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
23312         XLFD_XXX_INDEX.
23313         (enum xlfd_field_mask): New enum.
23314         (intern_font_field): Change argument.  Change caller.  If digits
23315         are followed by non-digits, return a symbol.
23316         (font_expand_wildcards): New function.
23317         (font_parse_xlfd): Fix wildcard handling.
23318         (Ffont_spec): If :name is specified, reflect the info in the other
23319         properties.
23321         * ftfont.c (ftfont_pattern_entity): Fix typo.
23322         (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
23323         locale.
23325 2008-02-01  Kenichi Handa  <handa@m17n.org>
23327         * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
23329         * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
23330         (font_unparse_xlfd): Fix argument type declaration.  Append "*" if
23331         registry doesn't specify encoding part.
23332         (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
23333         (font_open_by_name): At first try parsing the name.
23334         (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
23335         as Lisp symbols.
23337         * fontset.c (reorder_font_vector): Pay attention to the case that
23338         the 3rd element of font_def is nil.
23339         (fontset_font): For the default fontset, append one more fontset
23340         elements for a script-based font specification.  Don't add script
23341         attribute on finding a font.
23342         (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
23343         font name.
23344         (fontset_ascii_font): If a font can't be opened, return nil.
23346         * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
23347         (ftfont_pattern_entity): New function.
23348         (ftfont_get_cache): Assume that freetype_font_cache is already
23349         initialized.
23350         (ftfont_list): Handle the case that a file is specified in font
23351         name.  Use ftfont_pattern_entity to generate entities.
23352         (ftfont_has_char): Check if the pattern contains FC_CHARSET.
23353         (syms_of_ftfont): Initialize freetype_font_cache.
23355         * xftfont.c (xftfont_open): Make the font name fontconfig's
23356         style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
23357         (xftfont_close): Free font->font.name if not NULL.
23359         * xfont.c (xfont_list): If script is specified for a font, return
23360         null_vector.
23361         (xfont_list_family): Declare argument type.
23363         * xfaces.c (set_lface_from_font_name): If a font doesn't have a
23364         name, set LFACE_FONT (lface) to nil.
23366         * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
23367         return Qnil.
23369 2008-02-01  Kenichi Handa  <handa@m17n.org>
23371         * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
23372         (standard_args): Add "-enable-font-backend".
23374 2008-02-01  Kenichi Handa  <handa@m17n.org>
23376         * xftfont.c (xftfont_default_fid): Set fid_known to 1.
23377         (struct xftdraw_list, xftdraw_list): Delete them.
23378         (register_xftdraw, check_xftdraw): Delete them.
23379         (xftfont_prepare_face): Don't call register_xftdraw.
23380         (xftfont_done_face): Don't call check_xftdraw.
23381         (xftfont_draw): Get background color only when with_background is
23382         nonzero.
23384         * xfont.c (xfont_encode_char): Fix calculation of char2b.
23386 2008-02-01  Kenichi Handa  <handa@m17n.org>
23388         These changes are for the new font handling codes.
23390         * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
23391         @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
23392         (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
23393         (FONTSRC, FONTOBJ): New variables.
23394         (obj): Add $(FONTOBJ).
23395         (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
23396         (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
23397         @LIBOTF_LIBS@.
23398         (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
23399         (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
23401         * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
23403         * character.h (Vscript_representative_chars): Extern it.
23405         * character.c (Vscript_representative_chars): New variable.
23406         (syms_of_character): Declare it as a Lisp variable.
23408         * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
23409         enable_font_backend is nonzero, accept the composition method
23410         COMPOSITION_WITH_GLYPH_STRING.
23412         * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
23413         enumeration COMPOSITION_WITH_GLYPH_STRING.
23415         * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
23416         members clip_x, clip_y, clip_width, and clip_height.
23417         (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
23419         * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
23420         --enable-font-backend.  Call syms_of_font.
23422         * fns.c (assoc_no_quit): New function.
23424         * fontset.h (FONT_INFO_FROM_FACE): New macro.
23425         (face_for_font, new_fontset_from_font)
23426         (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
23428         * fontset.c [USE_FONT_BACKEND]: Include "font.h".
23429         (fontset_font, fontset_ascii, face_for_char)
23430         (make_fontset_for_ascii_face, Ffont_info)
23431         (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
23432         is nonzero, use font-backend mechanism.
23433         (find_font_encoding): Make it non-static.
23434         (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
23435         New functions.
23437         * frame.h (struct frame): New members resx and resy.
23438         (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
23439         (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
23441         * frame.c [USE_FONT_BACKEND]: Include "font.h".
23442         (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
23444         * lisp.h (assoc_no_quit): Extern it.
23446         * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
23447         Through out the file, use FONT_INFO_FROM_FACE instead of
23448         FONT_INFO_FROM_ID, use get_per_char_metric instead of
23449         rif->per_char_metric.
23450         (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
23451         method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
23452         (get_glyph_face_and_encoding, fill_composite_glyph_string)
23453         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
23454         (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
23455         nonzero, use font-backend mechanism.
23456         (get_per_char_metric): New function.
23458         * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
23459         (set_lface_from_font_name)
23460         (set_font_frame_param, free_realized_face)
23461         (prepare_face_for_display, clear_face_gcs)
23462         (Finternal_set_font_selection_order, realize_x_face)
23463         [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
23464         font-backend mechanism.
23465         (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
23466         (load_face_font) [USE_FONT_BACKEND]: Abort.
23467         (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
23468         (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
23470         * xfns.c [USE_FONT_BACKEND]: Include "font.h".
23471         (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
23472         (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
23473         nonzero, register all available font drivers.
23474         Call x_default_font_parameter for deciding a font.
23475         (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
23477         * xterm.c [USE_FONT_BACKEND]: Include "font.h".
23478         (x_set_mouse_face_gc, x_set_glyph_string_clipping)
23479         (x_set_glyph_string_clipping_exactly)
23480         (x_compute_glyph_string_overhangs)
23481         (x_draw_glyph_string_foreground)
23482         (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
23483         (x_free_frame_resources) [USE_FONT_BACKEND]: If
23484         enable_font_backend is nonzero, use font-backend mechanism.
23485         (x_new_fontset2) [USE_FONT_BACKEND]: New function.
23487 2008-02-01  Kenichi Handa  <handa@m17n.org>
23489         * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
23490         system_eol_type.
23491         (syms_of_coding): Initialize system_eol_type.
23493         * process.c (Fset_process_coding_system): Inherit system's eol
23494         format if necessary.
23496 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23498         * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
23500 2008-02-01  Kenichi Handa  <handa@m17n.org>
23502         * coding.c (decode_eol): Pay attention to buffer relocation in
23503         del_range_2.
23504         (decode_coding): Call decode_eol before restoring undo_list.
23506 2008-02-01  Kenichi Handa  <handa@m17n.org>
23508         * charset.c (Fdefine_charset_internal): Fix setting of
23509         emacs_mule_bytes.
23511 2008-02-01  Kenichi Handa  <handa@m17n.org>
23513         * keyboard.c (read_char): Check if C is a character or not before
23514         looking up Vkeyboard_translate_table.
23516 2008-02-01  Kenichi Handa  <handa@m17n.org>
23518         * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION):
23519         Fix condition to terminate the loop.
23521 2008-02-01  Kenichi Handa  <handa@m17n.org>
23523         * coding.c (produce_composition): Compare charbuf[i] instead of
23524         args[i] against 0.
23525         (Fterminal_coding_system): Use EQ to compare Lisp objects.
23527 2008-02-01  Kenichi Handa  <handa@m17n.org>
23529         * coding.c (DECODE_COMPOSITION_START): If the source is short, set
23530         coding->result to CODING_RESULT_INSUFFICIENT_SRC.
23531         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
23532         detect_coding.
23533         (emacs_mule_char): Handle old style (Emacs 20) component character
23534         of a composition.
23535         (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
23536         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
23537         composition rule.
23538         (decode_coding_emacs_mule): Handle invalid bytes correctly.
23540 2008-02-01  Kenichi Handa  <handa@m17n.org>
23542         * coding.c (encode_coding_ccl): Allocate destination dynamically
23543         when necessary.
23545 2008-02-01  Kenichi Handa  <handa@m17n.org>
23547         * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
23548         the loop.  When quitted, show a proper error message.
23550 2008-02-01  Kenichi Handa  <handa@m17n.org>
23552         * xterm.c (x_set_glyph_string_clipping_exactly):
23553         Set src->clip_head and src->clip_tail temporarily instead of src->hl.
23555         * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
23556         character sequence.
23557         (Fccl_execute_on_string): Use ASET, not XSET.
23559 2008-02-01  Kenichi Handa  <handa@m17n.org>
23561         * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
23563 2008-02-01  Kenichi Handa  <handa@m17n.org>
23565         * coding.c (decode_coding): Fix the condition of terminating the
23566         decoding loop.
23568 2008-02-01  Kenichi Handa  <handa@m17n.org>
23570         * data.c (Faset): On setting a character bigger than 255 in a
23571         unibyte string, signal an error instead of make the string multibyte.
23573 2008-02-01  Kenichi Handa  <handa@m17n.org>
23575         * charset.c (map_charset_chars): Fix for ascii-compatible charset
23576         made by a mapping table.
23578 2008-02-01  Kenichi Handa  <handa@m17n.org>
23580         * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
23581         not.
23582         (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
23583         (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
23585         * xterm.c (x_draw_composite_glyph_string_foreground):
23586         Check s->face is NULL or not.
23588 2008-02-01  Kenichi Handa  <handa@m17n.org>
23590         * xterm.c (x_set_glyph_string_clipping_exactly): New function.
23591         (x_draw_glyph_string): Fix drawing of right_overhang and
23592         left_overhang around/on cursor.
23594         * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
23596 2008-02-01  Kenichi Handa  <handa@m17n.org>
23598         * xdisp.c (x_produce_glyphs): Handle composition with TAB.
23600 2008-02-01  Kenichi Handa  <handa@m17n.org>
23602         * coding.c (Fdefine_coding_system_internal)
23603         (Fdefine_coding_system_alias): Avoid a duplicated element in
23604         Vcoding_system_alist.
23606 2008-02-01  Kenichi Handa  <handa@m17n.org>
23608         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
23610         * coding.c (Qcoding_system_define_form): New variable.
23611         (syms_of_coding): Intern and staticpro it.
23612         (Fcoding_system_p): Check Qcoding_system_define_form.
23613         (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
23615         * coding.h (CODING_SYSTEM_P): If ID is not available, call
23616         Fcoding_system_p.
23617         (CHECK_CODING_SYSTEM): If ID is not available, call
23618         Fcheck_coding_system.
23619         (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
23620         Try also Fcheck_coding_system.
23622 2008-02-01  Kenichi Handa  <handa@m17n.org>
23624         * coding.c (code_conversion_restore): GCPRO arg.
23626 2008-02-01  Kenichi Handa  <handa@m17n.org>
23628         * character.c (lisp_string_width): Check multibyteness of STRING.
23630 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23632         * macterm.c (mac_encode_char): Call ccl_driver with the last arg
23633         Qnil.  Use JIS_TO_SJIS instead of ENCODE_SJIS.
23634         (decode_mac_font_name): Use decode_coding_c_string instead of
23635         decode_coding.
23636         (x_load_font): Initialize fontp->fontset to -1.
23637         Set fontp->encoding_type.
23639 2008-02-01  Kenichi Handa  <handa@m17n.org>
23641         * search.c (search_buffer): Give up BM search on case-fold-search
23642         if one of a target character has a case-equivalence of different
23643         byte length even if that target character is an ASCII.
23644         (simple_search): Fix calculation of byte length of matched text.
23645         (boyer_moore): Fix handling of case-equivalent multibyte characters.
23647 2008-02-01  Kenichi Handa  <handa@m17n.org>
23649         * coding.c (decode_coding): Fix handling of invalid bytes.
23651 2008-02-01  Kenichi Handa  <handa@m17n.org>
23653         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
23654         Unicode characters.
23656 2008-02-01  Kenichi Handa  <handa@m17n.org>
23658         * coding.c (encode_coding_object): If a pre-write-conversion
23659         function makes a new buffer, kill it.
23661 2008-02-01  Kenichi Handa  <handa@m17n.org>
23663         * coding.c (QCascii_compatible_p): New variable.
23664         (syms_of_coding): Initialize it.
23665         (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
23666         calling string_char.
23667         (record_conversion_result): Add `default:' case.
23668         (coding_charset_list): Delete unused variable `coding_type'.
23669         (Fdefine_coding_system_internal): Add `ascii-compatible-p'
23670         property in the plist of the coding system.
23671         (Fcoding_system_put): Check QCascii_compatible_p.
23673 2008-02-01  Miles Bader  <miles@gnu.org>
23675         * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
23676         removed calculation of frame `f', as it's now used.
23678 2008-02-01  Kenichi Handa  <handa@m17n.org>
23680         * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
23681         (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
23682         (UNIDATA): New variable.
23683         (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
23684         (bootstrap-emacs${EXEEXT}): Depends on charprop.el.
23685         Run $(RUN_TEMACS) unconditionally.
23687 2008-02-01  Kenichi Handa  <handa@m17n.org>
23689         * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
23690         (admindir): New variable.
23691         ($(lispsource)international/charprop.el): New target.
23693 2008-02-01  Miles Bader  <miles@gnu.org>
23695         * character.c (chars-in-region): Remove obsolete function.
23696         (syms_of_character): Remove its initialization.
23698 2008-02-01  Benjamin Riefenstahl  <b.riefenstahl@turtle-trading.net>
23700         * w32select.c (validate_coding_system)
23701         (setup_windows_coding_system): New functions.
23702         (convert_to_handle_as_coded, Fw32_get_clipboard_data):
23703         Use setup_windows_coding_system.
23704         (setup_config, Fw32_get_clipboard_data):
23705         Use validate_coding_system.
23706         (Fx_selection_exists): Move call to setup_config to a place
23707         where signals are allowed.
23709         * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
23710         (Fcheck_coding_system): Add declarations.
23712 2008-02-01  Kenichi Handa  <handa@m17n.org>
23714         * charset.c (load_charset_map_from_vector): Fix for the first iteration.
23716 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23718         * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
23719         string as the second argument for x_new_fontset.
23721 2008-02-01  Kenichi Handa  <handa@m17n.org>
23723         * coding.c (decode_coding_object): Use safe_call1 instead of call1.
23724         (encode_coding_object): Use safe_call instead of call2.
23726 2008-02-01  Kenichi Handa  <handa@m17n.org>
23728         * fontset.c (Fset_fontset_font): Check family element of a given vector.
23730         * Makefile.in (lisp): Include charprop.el.
23732 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23734         * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
23735         Not sure if it's unnecessary.
23737 2008-02-01  Steven Tamm  <steventamm@mac.com>
23739         * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
23740         some possibly unnecessary fontset checking code that crashed
23741         when creating a new frame.
23743 2008-02-01  Kenichi Handa  <handa@m17n.org>
23745         * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
23746         lookup_face.
23748         * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
23750         * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
23752 2008-02-01  Kenichi Handa  <handa@m17n.org>
23754         * coding.c: Cancel the change done in HEAD on 2008-02-01.
23755         (coding_charset_list): New function.
23757         * coding.h (coding_charset_list): Extern it.
23759 2008-02-01  Kenichi Handa  <handa@m17n.org>
23761         * fontset.c (Fset_fontset_font): Call find_font_encoding with
23762         concatenation of family and registry.
23764 2008-02-01  Kenichi Handa  <handa@m17n.org>
23766         * character.h (BYTE8_STRING): Fix typo.
23768         * editfns.c (Ftranslate_region_internal): Don't convert unibyte
23769         string to multibyte (sync to HEAD).
23771         * casefiddle.c (casify_region): Handle changes in byte-length
23772         using replace_range_2 (sync to HEAD).
23774 2008-02-01  Andreas Schwab  <schwab@suse.de>
23776         * chartab.c (map_char_table): GCPRO table and arg.
23778 2008-02-01  Kenichi Handa  <handa@m17n.org>
23780         * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
23781         already at limit.
23783 2008-02-01  Kenichi Handa  <handa@m17n.org>
23785         * fontset.c (fs_load_font): Use fast_string_match_ignore_case
23786         instead of fast_c_string_match_ignore_case.
23787         (find_font_encoding): Change argument to Lisp_Object.
23788         Use fast_string_match_ignore_case instead of
23789         fast_c_string_match_ignore_case.  Change caller.
23791 2008-02-01  Kenichi Handa  <handa@m17n.org>
23793         * xdisp.c (get_next_display_element): In unibyte case, decide to
23794         display in octal form by checking a character by
23795         UNIBYTE_CHAR_HAS_MULTIBYTE_P.
23797         * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
23799         * character.c (unibyte_has_multibyte_table): New variable.
23801         * character.h (unibyte_has_multibyte_table): Extern it.
23802         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
23804 2008-02-01  Kenichi Handa  <handa@m17n.org>
23806         * coding.c (encode_coding_iso_2022): Fix handling of charset
23807         annotation.
23809 2008-02-01  Kenichi Handa  <handa@m17n.org>
23811         * coding.c (setup_coding_system): If coding_system is nil, use
23812         Qundecided.
23813         (Fterminal_coding_system): Return nil if terminal coding system is
23814         `undecided'.
23815         (syms_of_coding): Define coding-system `undecided' here.
23816         Setup terminal_coding as `undecided'.
23818 2008-02-01  Kenichi Handa  <handa@m17n.org>
23820         * xdisp.c (message_dolog, set_message_1):
23821         Call unibyte_char_to_multibyte with arg type int.
23823         * lread.c (read1): Fix reading of a char-table.
23825         * print.c (print_object): Include sub char-table in circularities
23826         detection.
23828 2008-02-01  Kenichi Handa  <handa@m17n.org>
23830         * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
23831         Append the found sequences in car of ARGS instead of prepending.
23833 2008-02-01  Kenichi Handa  <handa@m17n.org>
23835         * fileio.c (report_file_error): Make a unibyte string from
23836         strerror (errorno).
23837         (Fsubstitute_in_file_name): Fix the arg to
23838         unibyte_char_to_multibyte.  It is evaluated twice.
23840 2008-02-01  Kenichi Handa  <handa@m17n.org>
23842         * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
23844 2008-02-01  Kenichi Handa  <handa@m17n.org>
23846         * coding.c (detect_coding_utf_16): Don't set detect_info->found if
23847         BOM is not found.
23848         (detect_coding, detect_coding_system): Optimization for ISO-2022
23849         when no 8-bit data is found.
23851 2008-02-01  Jason Rumney  <jasonr@gnu.org>
23853         * w32fns.c (x_to_w32_font): Update to use new coding struct.
23855 2008-02-01  Kenichi Handa  <handa@m17n.org>
23857         * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
23858         CHARS.
23860 2008-02-01  Steven Tamm  <steventamm@mac.com>
23862         * macterm.c (mac_encode_char): Add charset argument and update
23863         to use encoding_type.
23864         (x_new_font, x_new_fontset): Merge in changes from xterm.c;
23865         switch to pure fontset.
23866         (decode_mac_font_name): Temporarily remove decoding.
23867         (x_font_name_to_mac_font_name): Temporarily remove encoding.
23868         (x_load_font): Temporarily remove encoding.
23870 2008-02-01  Kenichi Handa  <handa@m17n.org>
23872         * xfaces.c (Fface_font): If frame is not on a window system,
23873         ignore CHARACTER arg.  If HAVE_WINDOW_SYSTEM is not defined, don't
23874         refer to face->font.
23875         (split_font_name_into_vector, build_font_name_from_vector)
23876         (lookup_non_ascii_face, realize_non_ascii_face): Define them only
23877         when HAVE_WINDOW_SYSTEM is defined.
23879 2008-02-01  Kenichi Handa  <handa@m17n.org>
23881         * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
23882         (x_produce_glyphs): Fix setting of members of cmp in case
23883         cmp->glyph_len is zero.
23885         * fontset.c (Fset_fontset_font): Fix docstring.
23886         (Ffontset_info): Make it backward compatible.  New arg ALL.
23888 2008-02-01  Kim F. Storm  <storm@cua.dk>
23890         * process.c (read_process_output): Grow decoding_buf when needed;
23891         this could cause a crash in allocate_string and compact_small_strings.
23893 2008-02-01  Kenichi Handa  <handa@m17n.org>
23895         * fileio.c (WRITE_BUF_SIZE): Delete this macro.
23897 2008-02-01  Kenichi Handa  <handa@m17n.org>
23899         * coding.c (setup_coding_system): Set coding->common_flags
23900         correctly for raw-text.
23901         (consume_chars): On encoding unibyte text by raw-text, don't check
23902         multibyte form.
23903         (encode_coding): On encoding by raw-text, never use translation tables.
23905         * fileio.c (e_write): Short cut for the case of no encoding.
23907 2008-02-01  Kenichi Handa  <handa@m17n.org>
23909         * coding.c (detect_coding, detect_coding_system): Delete unused
23910         variables.
23912 2008-02-01  Kenichi Handa  <handa@m17n.org>
23914         * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
23915         (consume_chars): Fix handling of 8-bit bytes in unibyte source.
23917 2008-02-01  Kenichi Handa  <handa@m17n.org>
23919         * coding.c (Ffind_coding_systems_region_internal):
23920         Include raw-text and no-conversion in the result.
23922 2008-02-01  Kenichi Handa  <handa@m17n.org>
23924         * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
23925         (load_font_get_repertory): Delete unnecessary check of ENCODING of
23926         FONT_DEF.
23927         (font_def_arg, add_arg, from_arg, to_arg): New args.
23928         (set_fontset_font): Change argument.
23929         (Fset_fontset_font): Fix for the case that TARGET is a script
23930         name and charset name.
23931         (new_fontset_from_font_name): Fix argument to Fnew_fontset.
23933 2008-02-01  Kenichi Handa  <handa@m17n.org>
23935         * fontset.c (fontset_font): Rename from fontset_face.  Change return
23936         value.
23937         (face_suitable_for_char_p, face_for_char): Adjust for the change
23938         of fontset_font.
23939         (make_fontset_for_ascii_face): Fix setting of the fontset element
23940         for ASCII.
23941         (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
23942         to get a font name.
23943         (Ffontset_info): Adjust for the change of fontset_font.
23945         * coding.c (emacs_mule_char): Check invalid code more rigidly.
23947         * character.h (LEADING_CODE_LATIN_1_MIN)
23948         (LEADING_CODE_LATIN_1_MAX): Delete these macros.
23950 2008-02-01  Kenichi Handa  <handa@m17n.org>
23952         * editfns.c (check_translation): New function.
23953         (Ftranslate_region_internal): Handle M:N mapping.
23955 2008-02-01  Kenichi Handa  <handa@m17n.org>
23957         * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
23959 2008-02-01  Kenichi Handa  <handa@m17n.org>
23961         * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
23962         goto invalid_code.
23963         (decode_coding_iso_2022): Fix handling of invalid designation.
23965         * fileio.c (Finsert_file_contents): Be sure to call unbind_to
23966         after calling code_conversion_save.
23968 2008-02-01  Kenichi Handa  <handa@m17n.org>
23970         * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
23972         * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
23974         * fontset.c: Include "intervals.h".
23975         (fontset_face): Fix comparing of Lisp_Objects.
23976         (free_face_fontset, new_fontset_from_font_name):
23977         Fix Lisp_Object/int mixup.
23979         * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
23981         * coding.c: Add many prototypes for static functions.
23982         (get_translation_table): Allow max_lookup to be NULL.
23983         (decode_coding, Ffind_coding_systems_region_internal)
23984         (Funencodable_char_position, Fcheck_coding_systems_region):
23985         Call get_translation_table with max_lookup NULL.
23987 2008-02-01  Kenichi Handa  <handa@m17n.org>
23989         * coding.c (get_translation_table): Declare it as Lisp_Object.
23990         (LOOKUP_TRANSLATION_TABLE): New macro.
23991         (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
23992         instead of CHAR_TABLE_REF.
23994 2008-02-01  Kenichi Handa  <handa@m17n.org>
23996         * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
23997         annotation data format.
23998         (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
23999         Change arguments FROM and TO to single argument NCHARS.  Change caller.
24000         (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
24001         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
24002         (decode_coding_ccl, decode_coding_charset): Pay attention to
24003         coding->charbuf_used.
24004         (get_translation): New function.
24005         (produce_chars): New arguments translation_table and last_block.
24006         Translate characters here.  Return number of carryover chars.
24007         Change caller.
24008         (produce_composition): New argument pos.  Change caller.
24009         Adjust for the change of annotation data format.
24010         (produce_charset, produce_annotation): Likewise.
24011         (decode_coding, encode_coding): Don't call translate_chars.
24012         (consume_chars): New arg translation_table.  Change caller.
24013         (translate_chars): Delete.
24014         (syms_of_coding): Make translation-table's number of extra slots 2.
24016 2008-02-01  Kenichi Handa  <handa@m17n.org>
24018         * search.c (simple_search): Fix setting this_pos_byte in backward
24019         search.
24021         * coding.c (detect_coding_emacs_mule): Fix counting of encoded
24022         byte sequence.
24023         (detect_coding_ccl): Fix setting of the variable valids.
24025 2008-02-01  Kenichi Handa  <handa@m17n.org>
24027         * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
24029         * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
24031         * editfns.c (Ftranslate_region_internal): Rename from
24032         Ftranslate_region.  Accept a char-table in TABLE.
24033         (syms_of_editfns): Defsubr Stranslate_region_internal.
24035         * xfaces.c (set_lface_from_font_name): If a font is specified for
24036         a frame, generate a fontset from the font.
24037         (build_scalable_font_name): If the scalable font is requested for
24038         a specific size, don't change that size.
24039         (try_font_list): Try a scalable font also in the case that a
24040         pattern string is specified.
24042 2008-02-01  Kenichi Handa  <handa@m17n.org>
24044         * xfaces.c (Fface_font): New optional arg CHARACTER.
24046 2008-02-01  Kenichi Handa  <handa@m17n.org>
24048         * charset.h (CHARSET_OFFSET): New macro.
24050 2008-02-01  Kenichi Handa  <handa@m17n.org>
24052         * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
24054         * fontset.c (fontset_face): Handle the case that repertory is a
24055         char-table.
24056         (find_font_encoding): Return nil for unknown encoding.
24057         (Fset_fontset_font): Ignore a font of unknown encoding.
24059 2008-02-01  Kenichi Handa  <handa@m17n.org>
24061         * keymap.c (describe_vector): Handle default value of a char table.
24063         * fontset.c (fontset_face): Handle fallback fonts correctly.
24064         (Ffontset_info): Return infomation about fallback fonts.
24066 2008-02-01  Kenichi Handa  <handa@m17n.org>
24068         * fontset.c (FONTSET_DEFAULT): New macro.
24069         (FONTSET_ADD, fontset_add): Handle the case that range is nil.
24070         (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
24071         the case that it is nil.
24072         (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
24073         (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
24075         * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
24076         subset or superset.
24078 2008-02-01  Kenichi Handa  <handa@m17n.org>
24080         * emacs.c (main): Call init_charset after syms_of_XXX.
24082         * charset.c (Vcharset_map_directory): Delete.
24083         (Vcharset_map_path): New variable.
24084         (load_charset_map_from_file): Use Vcharset_map_path instead.
24085         (init_charset): Initialize Vcharset_map_path.
24086         (syms_of_charset): Delete declaration of "charset-map-directory",
24087         add declaration of "charset-map-path".
24089 2008-02-01  Kenichi Handa  <handa@m17n.org>
24091         * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
24092         ASCII only string.
24094         * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
24096         * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
24097         (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
24099 2008-02-01  Kenichi Handa  <handa@m17n.org>
24101         * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
24103         * coding.c (QCmnemonic, QCdefalut_char)
24104         (QCdecode_translation_table, QCencode_translation_table)
24105         (QCpost_read_conversion, QCpre_write_conversion): New variables.
24106         (get_translation_table): Return a list of translation tables if
24107         necessary.
24108         (decode_coding): Call get_translation_table with ENCODEP 0.
24109         (char_encodable_p): If translation_table is non-nil, always call
24110         translate_char.
24111         (Fdefine_coding_system_internal): Accept list of translation
24112         tables as :encode-translation-table and :decode-translation-table.
24113         (Fcoding_system_put): New function.
24114         (syms_of_coding): Declare new symbols.
24115         Defsubr Scoding_system_put.
24116         (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
24117         typically JISX0212.
24119         * charset.c (map_charset_chars): Fix arg to map_charset_chars in
24120         when the charset is superset type.
24122         * character.c (translate_char): Accept list of translation tables.
24124 2008-02-01  Kenichi Handa  <handa@m17n.org>
24126         * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
24127         (CODING_ATTR_TRANS_TBL): New macro.
24129         * coding.c (get_translation_table): New function.
24130         (translate_chars): Fix the bug of skipping annotation data.
24131         (decode_coding, encode_coding): Utilize get_translation_table.
24132         (char_encodable_p, Funencodable_char_position): Translate char if
24133         necessary.
24134         (Ffind_coding_systems_region_internal)
24135         (Fcheck_coding_systems_region): Setup translation table for encode
24136         in a coding system attribute vector in advance.
24137         (Fdefine_coding_system_internal): Allow a symbol as translation
24138         table.  For shift-jis type coding system, allow 4th charset.
24140 2008-02-01  Kenichi Handa  <handa@m17n.org>
24142         * coding.c (decode_coding_sjis): Check the first byte rigidly.
24144         * xdisp.c (get_next_display_element): Pass -1 as POS to
24145         FACE_FOR_CHAR if displaying a C-string.
24147 2008-02-01  Kenichi Handa  <handa@m17n.org>
24149         * composite.c (get_composition_id): Handle xoff and yoff in a
24150         composition rule.
24152         * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
24153         (struct composition): New member lbearing and rbearing.
24155         * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
24156         (x_get_glyph_overhangs): Handle a composition glyph.
24157         (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
24159         * xterm.c (x_compute_glyph_string_overhangs): Handle also a
24160         composition glyph.
24162 2008-02-01  Kenichi Handa  <handa@m17n.org>
24164         * print.c: Include charset.h.
24165         (Vprint_charset_text_property): New variable.
24166         (Qdefault): Extern it.
24167         (PRINT_STRING_NON_CHARSET_FOUND)
24168         (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
24169         (print_check_string_result): New variable.
24170         (print_check_string_charset_prop): New function.
24171         (print_prune_charset_plist): New variable.
24172         (print_prune_string_charset): New function.
24173         (print_object): Call print_prune_string_charset if
24174         Vprint_charset_text_property is not t.
24175         (print_interval): Print nothing if interval->plist is nil.
24176         (syms_of_print): Declare Vprint_charset_text_property as a lisp
24177         variable.  Init and staticpro print_prune_charset_plist.
24179 2008-02-01  Kenichi Handa  <handa@m17n.org>
24181         * fontset.c (new_fontset_from_font_name): Use the specified font
24182         for all characters in the new fontset.
24184         * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
24185         OBJECT args.
24187         * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
24188         OBJECT args for composition too.
24190         * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
24191         OBJECT args.
24193 2008-02-01  Kenichi Handa  <handa@m17n.org>
24195         * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
24197         * fontset.c (reorder_font_vector): Adjust for the change of
24198         FONT_DEF format.
24199         (fontset_face): New arg id.  Change caller.
24200         (face_for_char): New args pos and object.
24201         (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
24202         (fs_query_fontset): Check NAME by Fassoc too.
24203         (Fset_fontset_font): Allow non-XLFD font name.
24204         (Ffontset_info): Adjust for the change of FONT_DEF format.
24206         * fontset.h (face_for_char): Adjust prototype.
24208         * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
24209         (append_space, extend_face_to_end_of_line)
24210         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
24211         (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
24213         * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
24214         POS and OBJECT args.
24216         * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
24217         POS and OBJECT args.
24219 2008-02-01  Jason Rumney  <jasonr@gnu.org>
24221         * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
24222         of GlobalAlloc'ed memory.
24224 2008-02-01  Kenichi Handa  <handa@m17n.org>
24226         * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
24228         * charset.h (charset_table_used): Delete extern.
24230         * charset.c (charset_table_used): Make it static.
24231         (map_charset_chars): Fix args to c_function with.
24233         * chartab.c (map_sub_char_table_for_charset): Fix args to
24234         c_function with.
24236         * coding.h (enum coding_result_code):
24237         Delete CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
24239         * coding.c (Qinsufficient_source, Qinconsistent_eol)
24240         (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
24241         (Vlast_code_conversion_error): New variables.
24242         (syms_of_coding): DEFSYM or DEFVAR_LISP them.
24243         (ONE_MORE_BYTE): Record error if any instead of signaling an
24244         error.  If non-ASCII multibyte char is found, return the negative
24245         value of the code.  All callers changed to check it.
24246         (ONE_MORE_BYTE_NO_CHECK): Likewise.
24247         (record_conversion_result): New function.  Change all codes setting
24248         coding->result to call this function.
24249         (detect_coding_utf_8, decode_coding_utf_8)
24250         (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
24251         Don't use the local variable incomplete.
24252         (emacs_mule_char): Change the second arg to `const'.
24253         (decode_coding): Fix of flushing out unprocessed data.
24254         (make_conversion_work_buffer): Fix making of a work buffer.
24255         (decode_coding_object): Return coding->dst_object.
24257         * fontset.c (set_fontset_font): Fix args.
24259         * lisp.h (CHARACTERBITS): Define as 22.
24261         * process.c (send_process): Be sure to set coding->src_multibyte.
24263         * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
24265 2008-02-01  Kenichi Handa  <handa@m17n.org>
24267         * xdisp.c (handle_auto_composed_prop): Give limit to
24268         Fnext_single_char_property_change.
24270 2008-02-01  Kenichi Handa  <handa@m17n.org>
24272         * composite.c (syms_of_composite): Don't make the composition hash
24273         table weak.
24275         * fontset.c (Fset_fontset_font): Fix docstring.
24277         * lisp.h (detect_coding_system): Adjust prototype.
24279         * fileio.c (kill_workbuf_unwind): Delete this function.
24280         (Finsert_file_contents): Adjust the call of detect_coding_system.
24281         Get conversion_buffer by code_conversion_save.  Use the macro
24282         CODING_MAY_REQUIRE_DECODING.  After decoding, update
24283         coding_system.
24285         * coding.h (make_conversion_work_buffer): Delete extern.
24286         (code_conversion_save): Extern it.
24288         * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
24289         (CODING_GET_INFO): Delete argument eol_type.  Change callers.
24290         (decode_coding_utf_8): Don't do eol converion.
24291         (detect_coding_utf_16): Check coding->src_chars, not
24292         coding->src_bytes.  Add heuristics for those that have no signature.
24293         (decode_coding_emacs_mule, decode_coding_iso_2022)
24294         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
24295         Don't do eol converion.
24296         (adjust_coding_eol_type): Return a new coding system.
24297         (detect_coding): Don't detect eol.  Fix for utf-16 detection.
24298         (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
24299         each change.
24300         (decode_coding): Pay attention to undo_list.  Do eol conversion for
24301         all types of coding-systems (if necessary).
24302         (Vcode_conversion_work_buf_list): Delete it.
24303         (Vcode_conversion_reused_workbuf): Rename from
24304         Vcode_conversion_reused_work_buf.
24305         (Vcode_conversion_workbuf_name): New variable.
24306         (reused_workbuf_in_use): New variable.
24307         (make_conversion_work_buffer): Delete the arg DEPTH.
24308         (code_conversion_restore): Change argument to cons.
24309         (code_conversion_save): Delete the argument BUFFER.  Change callers.
24310         (detect_coding_system): New argument src_chars.  Change callers.
24311         Fix for utf-16 detection.
24312         (init_coding_once): Don't use ISO_carriage_return.
24313         (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
24314         reused_workbuf_in_use.
24316 2008-02-01  Kenichi Handa  <handa@m17n.org>
24318         * keymap.c (store_in_keymap): Pay attention to the case that idx
24319         is a cons specifying a character range.
24321 2008-02-01  Kenichi Handa  <handa@m17n.org>
24323         * xdisp.c (handle_auto_composed_prop): Fix the case of returning
24324         HANDLED_RECOMPUTE_PROPS.
24326         * coding.c (Fdefine_coding_system_internal): Fix checking of
24327         ascii compatibility.
24329 2008-02-01  Kenichi Handa  <handa@m17n.org>
24331         * charset.c (find_charsets_in_text): Delete unused locale variable.
24332         (Fset_charset_priority): Update Vemacs_mule_charset_list too.
24334         * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
24335         Resync charset_list to Vemacs_mule_charset_list.
24337         * keymap.c (store_in_keymap): Pay attention to the case that idx
24338         is a cons specifying a character range.
24340 2008-02-01  Kenichi Handa  <handa@m17n.org>
24342         * composite.c (update_compositions): Bind inhibit-read-only, etc
24343         to t before calling remove-list-of-text-properties.
24345         * print.c (print_object): Always print ASCII chars as is.
24347 2008-02-01  Kenichi Handa  <handa@m17n.org>
24349         * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
24351         * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
24352         is a char table.
24354 2008-02-01  Kenichi Handa  <handa@m17n.org>
24356         * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
24358 2008-02-01  Kenichi Handa  <handa@m17n.org>
24360         * xfaces.c (set_lface_from_font_name): Fix for the case that
24361         FONTNAME is not fontset name.
24363 2008-02-01  Kenichi Handa  <handa@m17n.org>
24365         * fns.c (base64_encode_1): Fix previous change.
24367 2008-02-01  Kenichi Handa  <handa@m17n.org>
24369         * fontset.c (set_fontset_font): New function.
24370         (Fset_fontset_font): If a font is specified for a charset, use
24371         map_charset_chars to store the font spec in a fontset.
24373 2008-02-01  Kenichi Handa  <handa@m17n.org>
24375         * fontset.c (fontset_face): Create a fallback fontset on demand.
24376         (make_fontset): Don't create a fallback fontset here.
24377         (free_face_fontset): Free a fallback fontset (if any) too.
24378         (n_auto_fontsets): Delete this variable.
24379         (auto_fontset_alist): New variable.
24380         (new_fontset_from_font_name): Check auto_fontset_alist.
24381         (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
24382         (Ffontset_list_all) [FONTSET_DEBUG]: New function.
24383         (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
24384         Defsubr Sfontset_list_all.
24386 2008-02-01  Kenichi Handa  <handa@m17n.org>
24388         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
24390 2008-02-01  Kenichi Handa  <handa@m17n.org>
24392         * fontset.c (Fnew_fontset): Check NAME more rigidly.
24394 2008-02-01  Kenichi Handa  <handa@m17n.org>
24396         * editfns.c (Fgoto_char): Fix docstring.
24398 2008-02-01  Kenichi Handa  <handa@m17n.org>
24400         * insdel.c (insert_from_gap): Adjust intervals correctly.
24402 2008-02-01  Jason Rumney  <jasonr@gnu.org>
24404         * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
24405         (pfnGetFontUnicodeRanges): New dynamically loaded function.
24406         (w32_initialize): Try to load it.
24407         (x_get_font_repertory): Use it if available.
24408         (w32_encode_char): Add shortcut for unicode output.
24410         * w32fns.c (w32_load_system_font): Default charset to -1.
24411         (x_to_w32_charset): Match all fonts for unicode.
24412         (w32_to_x_charset): New parameter matching.  Don't return partial
24413         or wildcard charsets.
24414         (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
24415         (w32_codepage_for_font): Return CP_UNICODE for unicode.
24416         (w32_to_x_font): Match charset to real charset.
24417         (enum_font_cb2): Always list unicode versions.
24419         * makefile.w32-in (temacs): Increase EMHEAP.
24421 2008-02-01  Jason Rumney  <jasonr@gnu.org>
24423         * w32term.c (w32_encode_char): New charset parameter.
24424         font_info.encoding becomes encoding_type.
24425         (x_get_font_repertory): New function.  Warning: stub only!
24426         (x_new_font): Return quickly if font already set.
24427         (x_new_fontset): fontsetname parameter is Lisp_Object.
24428         Use new fs_query_fontset.  Try new_fontset_from_font_name.
24429         Use fontset_name for return value.
24431         * w32term.h: Declare x_get_font_repertory.
24433         * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
24434         place of find_charset_in_text.  Use encode_coding_object in place
24435         of encode_coding.
24436         (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
24437         decode_coding.
24439         * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
24440         of x_new_fontset.
24441         (w32_load_system_font): Initialize charset as unicode.
24442         font_info.encoding becomes encoding_type.
24443         (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
24444         (x_to_w32_font): Use encode_coding_object in place of encode_coding.
24445         (syms_of_w32fns): Set get_font_repertory_func.
24447         * w32console.c: Include character.h.  Use terminal_encode_buffer
24448         from term.c.
24449         (write_glyphs): Use new version of encode_terminal_code.
24450         Use encode_coding_object in place of encode_coding.
24452         * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
24453         encoding becomes encoding_type.
24455         * term.c (terminal_encode_buffer): Make externally visible.
24457         * makefile.w32-in: Add character.h dependancies.
24458         (character.o, chartab.o): New targets.
24460 2008-02-01  Kenichi Handa  <handa@m17n.org>
24462         * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
24463         CODING_ID_EOL_TYPE.
24465 2008-02-01  Andreas Schwab  <schwab@suse.de>
24467         * coding.c (produce_chars): Revert last change.
24469 2008-02-01  Kenichi Handa  <handa@m17n.org>
24471         * charset.h (charset_unicode): Extern it.
24473         * charset.c (string_xstring_p): Check by (C >= 0x100).
24474         (find_charsets_in_text): Change format of the arc CHARSETS.
24475         New arg MULTIBYTE.
24476         (Ffind_charset_region, Ffind_charset_string): Adjust for the
24477         change of find_charsets_in_text.
24478         (Fsplit_char): Fix doc.  Never return unknown.
24480         * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
24482         * coding.c (Fdefine_coding_system_alias):
24483         Update Vcoding_system_list.
24485         * fontset.c (load_font_get_repertory): Pay attention to the case
24486         that ENCODING of a font is specified by a char-table.
24488         * xterm.c (x_get_font_repertory): Handle the case that the
24489         encoding of font is other than Unicode.
24491 2008-02-01  Kenichi Handa  <handa@m17n.org>
24493         * term.c (encode_terminal_code): Don't handle glyph-table.
24494         Check if a character is encodable by the terminal coding system.
24495         If not, produces proper number of `?'s.  Update
24496         terminal_encode_buffer and terminal_encode_buf_size if necessary.
24497         (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
24499 2008-02-01  Kenichi Handa  <handa@m17n.org>
24501         * term.c (terminal_encode_buffer, terminal_encode_buf_size):
24502         New variables.
24503         (encode_terminal_code): Change argument.  Encode multiple
24504         characters at once.  Store the result of encoding in
24505         terminal_encode_buffer.
24506         (write_glyphs, insert_glyphs): Adjust for the change of
24507         encode_terminal_code.
24508         (term_init): Initialize terminal_encode_buffer and
24509         terminal_encode_buf_size.
24511         * coding.c (consume_chars): If coding->src_object is nil, don't
24512         check annotation.
24514 2008-02-01  Kenichi Handa  <handa@m17n.org>
24516         * character.c (char_string): Use ASCII_CHAR_P instead of
24517         SINGLE_BYTE_CHAR_P.
24519 2008-02-01  Kenichi Handa  <handa@m17n.org>
24521         * xdisp.c (handle_auto_composed_prop): Check if the last
24522         characters of auto-composed region is newly composed with the
24523         following characters.
24524         (handle_composition_prop): Fix checking of point being inside
24525         composition.
24527 2008-02-01  Kenichi Handa  <handa@m17n.org>
24529         * fns.c (concat): Don't change multibyteness of the result by
24530         concatenating an 8-bit character.
24532         * data.c (Faset): Check newelt by CHECK_CHARACTER.  Don't change
24533         multibyteness of the result when newelt is an 8-bit character.
24535 2008-02-01  Dave Love  <fx@gnu.org>
24537         * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
24538         EMACS_INT.
24540         * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
24542         * xfaces.c (face_numeric_value): Declare dim size_t.
24543         (Finternal_lisp_face_equal_p): Remove unused f.
24545         * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
24546         (MATRIX_ROW): Remove unused vars.
24547         (draw_glyphs, x_insert_glyphs, fast_find_position)
24548         (fast_find_position, fast_find_string_pos): Use EMACS_INT for
24549         byte/char counts.
24551         * regex.c (regex_compile): Remove unused var.
24553         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
24555         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
24556         (Faccessible_keymaps, where_is_internal): Remove unused vars.
24558         * keyboard.c (cancel_hourglass_unwind): Return Qnil.
24560         * frame.c (frame_name_fnn_p): Make len EMACS_INT.
24562         * fileio.c (Fwrite_region): Remove unused var.
24564         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
24565         (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
24567         * composite.c (Fremove_list_of_text_properties): Declare.
24569         * coding.c (inhibit_pre_post_conversion): Remove (unused).
24570         (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
24571         (coding_inherit_eol_type): Remove unused attrs.
24572         (detect_coding): Cast arg of detect_eol.
24574         * charset.c (syms_of_charset): Remove unused var p.
24575         (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
24576         byte/char counts.
24578         * casetab.c (set_case_table): Remove unused var.
24580         * window.c (Fdisplay_buffer, Fframe_selected_window):
24581         Remove unused vars.
24583 2008-02-01  Dave Love  <fx@gnu.org>
24585         * xterm.c (x_bitmap_mask): Declare.
24587 2008-02-01  Dave Love  <fx@gnu.org>
24589         * xterm.c (x_term_init): Fix type error.
24591         * lisp.h: Add Funibyte_char_to_multibyte.
24593         * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
24594         (Fset_coding_system_priority): Doc fix.
24596         * ccl.c (ccl_driver): Fix arg of CHARACTERP.
24598         * indent.c (check_composition): Make start and end EMACS_INT.
24600         * character.c (lisp_string_width): Make ignore and end EMACS_INT.
24602         * xdisp.c (handle_composition_prop, check_point_in_composition):
24603         Make buffer positions EMACS_INT.
24605         * composite.c (find_composition, run_composition_function)
24606         (update_compositions, Ffind_composition_internal): Make buffer
24607         positions EMACS_INT.
24609         * composite.h (find_composition, update_compositions):
24610         Make position args EMACS_INT.
24612         * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
24614         * intervals.c (get_property_and_range):
24615         * intervals.h (get_property_and_range): Make start and end EMACS_INT.
24617         * unexalpha.c: Don't include varargs.h.
24619 2008-02-01  Dave Love  <fx@gnu.org>
24621         * coding.h (ENCODE_UTF_8): New.
24623         * Makefile.in (gtkutil.o): Depend on coding.h.
24625         * coding.c (Fset_coding_system_priority): Doc fix.
24627 2008-02-01  Kenichi Handa  <handa@m17n.org>
24629         * fileio.c (Finsert_file_contents): Call setup_coding_system in
24630         the case of auto saving.
24632 2008-02-01  Andreas Schwab  <schwab@suse.de>
24634         * chartab.c (map_char_table, map_char_table_for_charset):
24635         Protect `range' from GC.
24637 2008-02-01  Kenichi Handa  <handa@m17n.org>
24639         * coding.c (decode_coding_sjis): Check bytes more rigidly.
24641 2008-02-01  Kenichi Handa  <handa@m17n.org>
24643         * fileio.c (choose_write_coding_system): Return a decided coding system.
24644         (Fwrite_region): Set Vlast_coding_system_used to the return value
24645         of choose_write_coding_system.
24647 2008-02-01  Kenichi Handa  <handa@m17n.org>
24649         * charset.c (Fset_charset_priority): Pay attention to duplicated
24650         arguments.
24652         * coding.c (QCcategory): New variable.
24653         (syms_of_coding): Defsym it.  Set all elements of
24654         Vcoding_category_table and their symbol values.
24655         (Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
24656         coding-category-XXX, and coding-category-list.
24657         (Fdefine_coding_system_internal): Add category in the plist.
24659 2008-02-01  Kenichi Handa  <handa@m17n.org>
24661         * callproc.c (Fcall_process): Handle carryover correctly.
24663         * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
24664         (raw_text_coding_system): Check NILP (coding_system).
24665         (coding_inherit_eol_type): Check NILP (coding_system) and
24666         NILP (parent).
24667         (consume_chars): Fix for the case of raw-text.
24669         * process.c (read_process_output): Handle carryover correctly.
24671 2008-02-01  Dave Love  <fx@gnu.org>
24673         * regex.c (re_search_2): Fix last change.
24675 2008-02-01  Kenichi Handa  <handa@m17n.org>
24677         * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
24678         target_multibyte.  Even in a unibyte case, return a converted
24679         multibyte char.
24680         (GET_CHAR_AFTER): New macro.
24681         (PATFETCH): Translate via multibyte char.
24682         (HANDLE_UNIBYTE_RANGE): Delete this macro.
24683         (SETUP_MULTIBYTE_RANGE): New macro.
24684         (regex_compile): Setup compiled code so that its multibyteness
24685         matches that of a target.  Fix the handling of "[X-YZ]" using
24686         SETUP_MULTIBYTE_RANGE.
24687         (analyse_first) <charset>: For filling fastmap for all multibyte
24688         characters, don't check by BASE_LEADING_CODE_P.
24689         (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp).  It is
24690         the same as RE_MULTIBYTE_P (bufp) now.
24691         (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
24692         (TARGET_CHAR_AND_LENGTH): Delete this macro.
24693         (TRANSLATE_VIA_MULTIBYTE): New macro.
24694         (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
24695         It is the same as RE_MULTIBYTE_P (bufp) now.
24696         <exactn>: Translate via multibyte.
24697         <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.
24698         Don't translate it.
24699         <charset, charset_not>: Fetch a character by
24700         RE_STRING_CHAR_AND_LENGTH.  Translate via multibyte.
24701         <duplicate>: Call bcmp_translate with the last arg `multibyte'.
24702         <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
24703         notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
24704         by GET_CHAR_AFTER.
24705         (bcmp_translate): Likewise.
24707         * search.c (compile_pattern): Check the member target_multibyte,
24708         not the member multibyte of buf.
24710         * lread.c (read1): While reading a string, set force_singlebyte
24711         and force_multibyte correctly.
24713         * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
24714         up of unibyte_to_multibyte_table.
24716 2008-02-01  Kenichi Handa  <handa@m17n.org>
24718         * coding.c (setup_coding_system): If coding has
24719         post-read-conversion or pre-write-conversion, set
24720         CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
24721         respectively.
24722         (decode_coding_gap): Run post-read-conversion if any.
24724         * fileio.c (Finsert_file_contents): Even if we read into a
24725         unibyte buffer, check if we must decode the result or not.
24727 2008-02-01  Kenichi Handa  <handa@m17n.org>
24729         * coding.c (make_conversion_work_buffer): Change the work buffer
24730         name to the same one as that of Emacs 21.
24732 2008-02-01  Kenichi Handa  <handa@m17n.org>
24734         * coding.h (make_conversion_work_buffer): Adjust prototype.
24735         (code_conversion_restore): Don't extern it.
24737         * coding.c (detected_mask): Delete unused variable.
24738         (decode_coding_iso_2022): Pay attention to the byte sequence of
24739         CTEXT extended segment, and retain those bytes as is.
24740         (decode_coding_ccl): Delete unused variable `valids'.
24741         (setup_coding_system): Delete unused variable `category'.
24742         (consume_chars): Delete unused variable `category'.  Make it work
24743         for non-multibyte case.
24744         (make_conversion_work_buffer): Change argument.
24745         (saved_coding): Delete unused variable.
24746         (code_conversion_restore): Don't check saved_coding->destination.
24747         (code_conversion_save): New function.
24748         (decode_coding_gap, encode_coding_gap): Call code_conversion_save
24749         instead of record_unwind_protect.
24750         (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
24751         (detect_coding_system): Delete unused variable `mask'.
24752         (Fdefine_coding_system_internal): Delete unused variable id.
24754         * fileio.c (kill_workbuf_unwind): New function.
24755         (Finsert_file_contents): On replacing, call
24756         make_conversion_work_buffer with correct args, and call
24757         record_unwind_protect with the first arg kill_workbuf_unwind.
24759         * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
24761 2008-02-01  Kenichi Handa  <handa@m17n.org>
24763         * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
24764         (fontset_add): Fix for the case that TO is less than TO1.
24765         (Ffontset_info): Don't use fallback fontset on checking the
24766         default fontset.
24767         (dump_fontset): New function for debugging.
24769         * coding.c (Fdefine_coding_system_internal): Fix for the case that
24770         coding_type is Qcharset.
24772 2008-02-01  Kenichi Handa  <handa@m17n.org>
24774         * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
24775         (map_char_table): Don't inherit the value from the parent on
24776         initializing VAL.  Adjust for the above change.
24778 2008-02-01  Kenichi Handa  <handa@m17n.org>
24780         * coding.c (Qsignature, Qendian): Delete these variables.
24781         (syms_of_coding): Don't initialize them.
24782         (CATEGORY_MASK_UTF_16_AUTO): New macro.
24783         (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
24784         detect_info->found.
24785         (decode_coding_utf_16): Don't detect BOM here.
24786         (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
24787         is NOT utf_16_without_bom.
24788         (setup_coding_system): For a coding system of type utf-16, check
24789         if the attribute :endian is Qbig or not (not nil or not), and set
24790         CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
24791         (detect_coding): If coding type is utf-16 and BOM detection is
24792         required, detect it.
24793         (Fdefine_coding_system_internal): For a coding system of type
24794         utf-16, check if the attribute :endian is Qbig or not (not nil or not).
24796 2008-02-01  Kenichi Handa  <handa@m17n.org>
24798         * coding.c (coding_set_source): Fix for the case that the current
24799         buffer is different from coding->src_object.
24800         (decode_coding_object): Don't use the conversion work buffer if
24801         DST_OBJECT is a buffer.
24803 2008-02-01  Dave Love  <fx@gnu.org>
24805         * lread.c (read_emacs_mule_char) [len==2]: Index
24806         emacs_mule_charset correctly.
24808 2008-02-01  Dave Love  <fx@gnu.org>
24810         * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
24811         (detect_coding_big5, decode_coding_big5, encode_coding_big5)
24812         (Fdecode_big5_char, Fencode_big5_char): Delete.  (Big5 no longer
24813         treated specially.)
24814         (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
24815         (detected_mask): Remove Big5 bits.
24817 2008-02-01  Kenichi Handa  <handa@m17n.org>
24819         The following changes are to make the font rescaling facility
24820         compatible with Emacs 21.
24822         * xfaces.c (Vface_font_rescale_alist): Rename from
24823         Vface_resizing_fonts.
24824         (struct font_name): Rename member resizing_ratio to rescale_ratio.
24825         (font_rescale_ratio): Rename from font_resizing_ratio.
24826         (split_font_name): Set font->rescale_ratio.
24827         (better_font_p): Pay attention to font->rescale_ratio.
24828         (build_scalable_font_name): Likewise.  Change RESX, and RESY
24829         fields.
24830         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
24832 2008-02-01  Kenichi Handa  <handa@m17n.org>
24834         * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
24835         (Qutf_16_le): Remove these variables.
24836         (syms_of_coding): Don't DEFSYM them.
24837         (decode_coding_utf_16): Fix handling of BOM.
24838         (encode_coding_utf_16): Fix handling of BOM.
24840 2008-02-01  Kenichi Handa  <handa@m17n.org>
24842         * fileio.c (Finsert_file_contents): On replacing, before decoding
24843         the file into the work buffer, set point of the work buffer to the end.
24845 2008-02-01  Dave Love  <fx@gnu.org>
24847         * coding.c (Fcheck_coding_systems_region): Fix type errors.
24849 2008-02-01  Dave Love  <fx@gnu.org>
24851         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
24852         and fix C types.
24854 2008-02-01  Kenichi Handa  <handa@m17n.org>
24856         * xdisp.c (SKIP_GLYPHS): New macro.
24857         (set_cursor_from_row): Pay attention to string display properties.
24859         * category.c (copy_category_entry): Fix for the case that RANGE
24860         is an integer.
24862         * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
24864         * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
24866 2008-02-01  Kenichi Handa  <handa@m17n.org>
24868         * charset.c (Fcharset_id_internal): New function.
24869         (syms_of_charset): Defsubr it.
24871         * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
24872         with the last arg charset_list acquired from coding.
24873         (Fdefine_coding_system_internal): For ccl-based coding system, fix
24874         the attribute coding_attr_ccl_valids.
24876         * coding.h (enum define_coding_ccl_arg_index): Set the first
24877         member coding_arg_ccl_decoder to coding_arg_max.
24879         * ccl.h (ccl_driver): Adjust prototype.
24881         * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
24882         (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
24883         of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
24884         (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
24885         last arg Qnil.
24887 2008-02-01  Kenichi Handa  <handa@m17n.org>
24889         * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
24890         call encode_char.
24892         * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
24894 2008-02-01  Dave Love  <fx@gnu.org>
24896         * composite.c (syms_of_composite): Make composition_hash_table weak.
24898 2008-02-01  Kenichi Handa  <handa@m17n.org>
24900         * dispextern.h (check_face_attributes, generate_ascii_font_name)
24901         (font_name_registry): Don't extern them.
24902         (split_font_name_into_vector, build_font_name_from_vector): Extern them.
24904         * fontset.h (Qfontset): Don't extern it.
24905         (new_fontset_from_font_name): Extern it.
24907         * fontset.c: Give 8 extra slots to fontset objects.
24908         (Qfontset_info): New variable.
24909         (syms_of_fontset): Defsym it.
24910         (FONTSET_FALLBACK): New macro.
24911         (fontset_face): Try also the default fontset.
24912         (make_fontset): Realize a fallback fontset from the default fontset.
24913         (generate_ascii_font_name): Move from xfaces.c.  Rewritten by
24914         using split_font_name_into_vector and build_font_name_from_vector.
24915         (Fset_fontset_font): Access the elements of font_spec by enum
24916         FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
24917         name by using split_font_name_into_vector.
24918         (Fnew_fontset): If no ASCII font is specified in FONTLIST,
24919         generate a proper font name from the fontset name.
24920         Update Vfontset_alias_alist.
24921         (n_auto_fontsets): New variable.
24922         (new_fontset_from_font_name): New function.
24923         (Ffont_info): Store the information about fonts generated from the
24924         default fontset in the first extra slot of the returned char-table.
24926         * xfaces.c (generate_ascii_font_name): Move to fontset.c.
24927         (font_name_registry): Delete function.
24928         (split_font_name_into_vector): New function.
24929         (build_font_name_from_vector): New function.
24930         (font_list): The argument REGISTRY is now a list of registry names.
24931         (choose_face_font): If we are choosing an ASCII font, and ATTRS
24932         specifies an explicit font name, return the name as is.  Make a
24933         list of registy names.
24935         * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
24936         of x_new_fontset.
24937         (Fx_create_frame): Don't call x_new_fontset here.  Just use
24938         x_list_fonts to check the existence of fonts.
24940         * xterm.h (x_new_fontset): Adjust prototype.
24942         * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
24943         string.  Use new_fontset_from_font_name to create a fontset from a
24944         font name.
24946 2008-02-01  Kenichi Handa  <handa@m17n.org>
24948         * syntax.c (Vfind_word_boundary_function_table): New name for
24949         Vnext_word_boundary_function_table.
24950         (find-word-boundary-function-table): New name for
24951         next-word-boundary-function-table.
24953 2008-02-01  Dave Love  <fx@gnu.org>
24955         * Makefile.in: Fix some dependencies.
24957         * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
24958         set it to nil before returning.
24960         * composite.c (update_compositions): Fix type error.
24962         * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
24964 2008-02-01  Kenichi Handa  <handa@m17n.org>
24966         * xterm.c (x_new_font): Optimize for the case that the font is
24967         already set for the frame.
24969 2008-02-01  Kenichi Handa  <handa@m17n.org>
24971         * chartab.c (char_table_ascii): Check if the char table contents
24972         is sub-char-table or not.
24973         (char_table_set, char_table_set_range): Fix argument to
24974         char_table_ascii.
24976         * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
24977         (detect_coding_utf_8, detect_coding_utf_16)
24978         (detect_coding_emacs_mule, detect_coding_iso_2022)
24979         (detect_coding_sjis, detect_coding_big5)
24980         (detect_coding_ccl, detect_coding_charset): Change argument MASK
24981         to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
24982         sequence is valid in this coding system.  Change callers.
24983         (MAX_ANNOTATION_LENGTH): New macro.
24984         (ADD_ANNOTATION_DATA): New macro.
24985         (ADD_COMPOSITION_DATA): Change argument.  Change callers.
24986         Call ADD_ANNOTATION_DATA.  Change the format of annotation data.
24987         (ADD_CHARSET_DATA): New macro.
24988         (emacs_mule_char): New argument ID.  Change callers.
24989         (decode_coding_emacs_mule, decode_coding_iso_2022)
24990         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
24991         Produce charset annotation data in coding->charbuf.
24992         (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
24993         to charset annotation data in coding->charbuf.
24994         (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
24995         coding->common_flags if the coding system is iso-2022 based and
24996         uses designation.
24997         (produce_composition): Adjust for the new annotation data format.
24998         (produce_charset): New function.
24999         (produce_annotation): Handle charset annotation.
25000         (handle_composition_annotation, handle_charset_annotation):
25001         New functions.
25002         (consume_chars): Handle charset annotation.  Utilize the above two
25003         functions.
25004         (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
25005         buffer, get the deleted text as a string and set
25006         coding->src_object to that string.
25007         (detect_coding, detect_coding_system): Use the new struct
25008         coding_detection_info.
25010         * coding.h (struct coding_detection_info): New structure.
25011         (struct coding_system): Adjust prototype of the member `detector'.
25012         (CODING_ANNOTATE_CHARSET_MASK): New macro.
25014 2008-02-01  Kenichi Handa  <handa@m17n.org>
25016         * insdel.c (insert_from_gap): Fix argument to offset_intervals.
25018 2008-02-01  Dave Love  <fx@gnu.org>
25020         * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
25021         (Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
25022         to new local and nullify apropos_accumulate before returning.
25023         (syms_of_keymap): Staticpro and initialize apropos_accumulate.
25025 2008-02-01  Kenichi Handa  <handa@m17n.org>
25027         * charset.c (Fdefine_charset_internal): Setup charset.fast_map
25028         correctly.
25030 2008-02-01  Dave Love  <fx@gnu.org>
25032         * fns.c (Flanginfo): Call synchronize_system_time_locale.
25034 2008-02-01  Kenichi Handa  <handa@m17n.org>
25036         The following changes are to make character composition happen
25037         automatically on displaying.
25039         * Makefile.in (lisp, shortlisp): Add composite.elc.
25041         * composite.h (Qauto_composed, Vauto_composition_function)
25042         (Qauto_composition_function): Extern them.
25044         * composite.c (Vcomposition_function_table)
25045         (Qcomposition_function_table): Delete variables.
25046         (Qauto_composed, Vauto_composition_function)
25047         (Qauto_composition_function): New variables.
25048         (run_composition_function): Don't call
25049         compose-chars-after-function.
25050         (update_compositions): Clear `auto-composed' text property.
25051         (compose_chars_in_text): Delete this function.
25052         (syms_of_composite): Staticpro Qauto_composed and
25053         Qauto_composition_function.  Declare Vauto_composition_function as
25054         a Lisp variable.
25056         * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
25058         * xdisp.c (it_props): Add an entry for Qauto_composed.
25059         (handle_auto_composed_prop): New function.
25061         * xselect.c (selection_data_to_lisp_data): Don't call
25062         compose_chars_in_text.
25064 2008-02-01  Dave Love  <fx@gnu.org>
25066         * keyboard.c (read_char): Modify checking around use of
25067         Vkeyboard_translate_table.
25069         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
25070         and fix C types.
25072 2008-02-01  Kenichi Handa  <handa@m17n.org>
25074         * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
25075         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
25076         (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
25077         the case that the last byte is '\r' correctly.
25078         (decode_coding): Flush out the unprocessed data correctly.
25079         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
25081 2008-02-01  Dave Love  <fx@gnu.org>
25083         * xterm.c (XTread_socket): Fix changes for defined keysyms.
25084         Add XK_ISO... case.
25085         (xaw_scroll_callback): Revert last change.
25087 2008-02-01  Kenichi Handa  <handa@m17n.org>
25089         * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
25091 2008-02-01  Kenichi Handa  <handa@m17n.org>
25093         * xfaces.c (Vface_resizing_fonts): New variable.
25094         (struct font_name): New member `resizing_ratio'.
25095         (font_resizing_ratio): New function.
25096         (split_font_name): Set font->resizing_ratio.
25097         (better_font_p): Pay attention to font->resizing_ratio.
25098         (build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
25099         RESX, and RESY fields.
25100         (try_alternative_families): Try scalable fonts if
25101         Vscalable_fonts_allowed is not Qt.
25102         (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
25104 2008-02-01  Dave Love  <fx@gnu.org>
25106         * xterm.c (xaw_scroll_callback): Cast correctly.
25108 2008-02-01  Dave Love  <fx@gnu.org>
25110         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
25111         (lispy_kana_keys): Comment out.
25112         (make_lispy_event) [XK_kana_A]: Comment out.
25114         * xterm.c (xaw_scroll_callback): Cast call_data.
25115         (XTread_socket): Deal with ASCII keysyms.
25116         (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
25118 2008-02-01  Dave Love  <fx@gnu.org>
25120         * xterm.c (Vx_keysym_table): New.
25121         (syms_of_xterm): Initialize it.
25122         (XTread_socket): Use it.
25123         From head: Eliminate incorrect optimization that tried to avoid
25124         decoding the output of X*LookupString.
25125         (x_get_font_repertory): Delete charset declaration.
25127 2008-02-01  Kenichi Handa  <handa@m17n.org>
25129         * coding.c (detect_coding_charset): If only ASCII bytes are found,
25130         return 0.
25131         (Fdefine_coding_system_internal):
25132         Setup CODING_ATTR_ASCII_COMPAT (attrs) correctly.
25134 2008-02-01  Dave Love  <fx@gnu.org>
25136         * coding.c (Fcheck_coding_system): Doc fix.
25138         * editfns.c (Finsert_byte): Return a proper value.
25140 2008-02-01  Kenichi Handa  <handa@m17n.org>
25142         * coding.c (decode_coding): Fix args to translate_chars.
25143         Pay attention to Vstandard_translation_table_for_decode.
25144         (encode_coding): Fix args to translate_chars.  Pay attention to
25145         Vstandard_translation_table_for_encode.
25147         * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
25148         SINGLE_BYTE_CHAR_P.
25150         * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
25151         not by SINGLE_BYTE_CHAR_P.
25153         * fns.c (concat): Check CH by ASCII_CHAR_P, not by
25154         SINGLE_BYTE_CHAR_P.
25156         * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
25157         SINGLE_BYTE_CHAR_P.
25159         * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
25160         by SINGLE_BYTE_CHAR_P.
25162         * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
25163         SINGLE_BYTE_CHAR_P.
25165 2008-02-01  Dave Love  <fx@gnu.org>
25167         * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
25169 2008-02-01  Dave Love  <fx@gnu.org>
25171         * fns.c (Flanginfo): Fix typo.
25173         * unexelf.c (unexec): Make last change conditional on Irix 6.5.
25175 2008-02-01  Kenichi Handa  <handa@m17n.org>
25177         * coding.c (detect_coding_utf_8, detect_coding_utf_16)
25178         (detect_coding_emacs_mule, detect_coding_iso_2022)
25179         (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
25180         incomplete byte sequence.  Don't update *mask when correctly detected.
25181         (decode_coding_sjis): Fix decoding of katakana-jisx0201.
25182         (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
25183         (detect_coding, detect_coding_system): Adjust for the changes above.
25185 2008-02-01  Kenichi Handa  <handa@m17n.org>
25187         * character.c (char_string): Rename from
25188         char_string_with_unification.  Pay attention to CHAR_MODIFIER_MASK.
25189         (string_char): Rename from string_char.
25191         * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
25192         if C is greater than MAX_3_BYTE_CHAR.
25193         (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE):
25194         Call string_char instead of string_char_with_unification.
25196 2008-02-01  Dave Love  <fx@gnu.org>
25198         * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
25200 2008-02-01  Kenichi Handa  <handa@m17n.org>
25202         * keymap.c (push_key_description): Pay attention to force_multibyte.
25204         * regex.c (re_search_2): Fix for the case of unibyte buffer.
25206 2008-02-01  Dave Love  <fx@gnu.org>
25208         * charset.c (define_charset_internal): Rename `supprementary'.
25210         * Makefile.in (lisp, shortlisp): Remove latin-N.
25212 2008-02-01  Dave Love  <fx@gnu.org>
25214         * xfns.c (x_window, x_window): Use use_xim.
25216         * xterm.c (use_xim): Initialize.
25217         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
25218         (x_term_init): Maybe set use_xim.
25220         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
25222 2008-02-01  Kenichi Handa  <handa@m17n.org>
25224         * search.c (search_buffer): Fix case-fold-search of multibyte
25225         characters.
25226         (boyer_moore): Rename the last argument to char_high_bits.
25228 2008-02-01  Kenichi Handa  <handa@m17n.org>
25230         * xdisp.c (display_string): Fix for the case of zero width glyph.
25232         * xfns.c (x_set_font): Change the error message of the case that
25233         x_new_fontset returns Qt.
25235         * xfaces.c (set_lface_from_font_name): Reject the default fontset.
25236         (Finternal_set_lisp_face_attribute): Use signal_error for the
25237         error of invalid fontset.
25239         * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
25240         fontset, return Qt.
25242 2008-02-01  Dave Love  <fx@gnu.org>
25244         * unexelf.c (unexec): Make .got handling not SGI-specific.
25246         * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
25248         * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
25250         * keyboard.c (read_key_sequence): Fix type error.
25252         * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte):
25253         Fix type error.
25255         * fontset.c (fontset_add): Return Lisp_Object.
25257 2008-02-01  Dave Love  <fx@gnu.org>
25259         * charset.h (charset_ordered_list_tick): Declare extern.
25261 2008-02-01  Kenichi Handa  <handa@m17n.org>
25263         The following changes (and some of 2008-02-01 changes of mine) are
25264         for handling syntax, category, and case conversion for unibyte
25265         characters by converting them to multibyte on the fly.  With these
25266         changes, we don't have to setup syntax and case tables for unibyte
25267         characters in each language environment.
25269         * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
25270         multibyte if necessary.
25272         * bytecode.c (Fbyte_code): Likewise.
25274         * character.h (LEADING_CODE_LATIN_1_MIN)
25275         (LEADING_CODE_LATIN_1_MAX): New macros.
25276         (unibyte_to_multibyte_table): Extern it.
25277         (unibyte_char_to_multibyte): New macro.
25278         (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
25279         (CHAR_LEADING_CODE): New macro.
25280         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
25282         * character.c (unibyte_to_multibyte_table): New variable.
25283         (unibyte_char_to_multibyte): Move to character.h and define as macro.
25284         (multibyte_char_to_unibyte): If C is an eight-bit character,
25285         convert it to the corresponding byte value.
25287         * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
25288         not 1, signals an error.  Update the elements of
25289         unibyte_to_multibyte_table.
25290         (init_charset_once): Initialize unibyte_to_multibyte_table.
25291         (syms_of_charset): Define the charset `iso-8859-1'.
25293         * cmds.c (internal_self_insert): In a multibyte buffer, insert C
25294         as is without converting it to unibyte.  In a unibyte buffer,
25295         convert C to multibyte before checking the syntax.
25297         * lisp.h (unibyte_char_to_multibyte): Delete extern.
25299         * minibuf.c (Fminibuffer_complete_word): Use the macro
25300         FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
25302         * regex.h (struct re_pattern_buffer): New member target_multibyte.
25304         * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
25305         (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.
25306         If that is zero, convert an eight-bit char to multibyte.
25307         (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
25308         non-emacs case.
25309         (PATFETCH): Convert an eight-bit char to multibyte.
25310         (HANDLE_UNIBYTE_RANGE): New macro.
25311         (regex_compile): Setup the compiled pattern for multibyte chars
25312         even if the given regex string is unibyte.  Use PATFETCH_RAW
25313         instead of PATFETCH in many places.  To handle `charset'
25314         specification of unibyte, call HANDLE_UNIBYTE_RANGE.  Use bitmap
25315         only for ASCII chars.
25316         (analyse_first) <exactn>: Simplify because the compiled pattern
25317         is multibyte.
25318         <charset_not>: Setup fastmap from bitmap only for ASCII chars.
25319         <charset>: Use CHAR_LEADING_CODE to get leading codes.
25320         <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
25321         (re_compile_fastmap) [emacs]: Call analyse_first with the arg
25322         multibyte always 1.
25323         (re_search_2): In emacs, set the locale variable multibyte to 1,
25324         otherwise to 0.  New local variable target_multibyte.  Check it
25325         to decide the multibyteness of STR1 and STR2.
25326         If target_multibyte is zero, convert unibyte chars to multibyte
25327         before translating and checking fastmap.
25328         (TARGET_CHAR_AND_LENGTH): New macro.
25329         (re_match_2_internal): In emacs, set the locale variable multibyte
25330         to 1, otherwise to 0.  New local variable target_multibyte.
25331         Check it to decide the multibyteness of STR1 and STR2.
25332         Use TARGET_CHAR_AND_LENGTH to fetch a character from D.
25333         <charset, charset_not>: If multibyte is nonzero, check fastmap
25334         only for ASCII chars.  Call bcmp_translate with
25335         target_multibyte, not with multibyte.
25336         <begline>: Declare the local variable C as `unsigned'.
25337         (bcmp_translate): Change the last arg name to target_multibyte.
25339         * search.c (compile_pattern_1): Don't adjust the multibyteness of
25340         the regexp pattern and the matching target.  Set cp->buf.multibyte
25341         to the multibyteness of the regexp pattern.  Set
25342         cp->but.target_multibyte to the multibyteness of the matching target.
25343         (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
25344         FETCH_STRING_CHAR_ADVANCE.
25345         (Freplace_match): Convert unibyte chars to multibyte.
25347         * syntax.c (char_quoted, back_comment, scan_words)
25348         (Fforward_comment, scan_lists, Fbackward_prefix_chars)
25349         (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
25350         unibyte chars to multibyte.
25351         (skip_chars): Delete the arg syntaxp, and move the code for
25352         handling syntaxes to skip_syntaxes.  Change callers.
25353         Fix the case that the multibyteness of STRING and the current
25354         buffer doesn't match.
25355         (skip_syntaxes): New function.
25356         (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
25357         SINGLE_BYTE_CHAR_P.
25359 2008-02-01  Kenichi Handa  <handa@m17n.org>
25361         * xfaces.c (QCfontset): New variable.
25362         (LFACE_FONTSET): New macro.
25363         (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
25364         (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
25365         (Finternal_set_lisp_face_attribute)
25366         (Finternal_get_lisp_face_attribute): Handle QCfontset.
25367         (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
25368         check also LFACE_FONTSET_INDEX.
25369         (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
25370         attrs[LFACE_FONT_INDEX].
25371         (syms_of_xfaces): Intern and staticpro QCfontset.
25373         * dispextern.h (enum lface_attribute_index): New member
25374         LFACE_FONTSET_INDEX.
25376         * fns.c (base64_encode_1): Handle eight-bit chars correctly.
25378 2008-02-01  Kenichi Handa  <handa@m17n.org>
25380         * coding.c (coding_set_destination): Fix coding->destination for
25381         the case converting a region.
25382         (encode_coding_utf_8): Encode eight-bit chars as single byte.
25383         (encode_coding_object): Fix coding->dst_pos and
25384         coding->dst_pos_byte for the case converting a region.
25386         * insdel.c (insert_from_gap): Make it work even if PT != GTP.
25388         * character.h (BYTE8_STRING): New macro.
25390         * fns.c (base64_decode_1): Insert eight-bit chars correctly.
25392 2008-02-01  Kenichi Handa  <handa@m17n.org>
25394         * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
25395         characters by octal form.
25397         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
25399         * buffer.h (_fetch_multibyte_char_len): Delete extern.
25400         (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
25401         _fetch_multibyte_char_len.
25402         (FETCH_CHAR_AS_MULTIBYTE): New macro.
25404         * casetab.c (set_canon, set_identity, shuffle): Simplify.
25406         * casefiddle.c (casify_object): Simplify.  Handle the case that
25407         the case conversion change the byte length.
25408         (casify_region): Likewise.
25410         * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
25412         * character.c (_fetch_multibyte_char_len): Delete this variable.
25413         (syms_of_character): Setup Vprintable_chars.
25415         * editfns.c (Fchar_equal): Fix for the unibyte case.
25416         (Finsert_byte): New function.
25417         (syms_of_editfns): Defsubr it.
25419         * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
25420         of direct code 0x3ffff.
25422         * search.c (Freplace_match): Fix for the unibyte case.
25424 2008-02-01  Kenichi Handa  <handa@m17n.org>
25426         * lread.c (safe_to_load_p): Fix the logic.
25428         * syntax.c (scan_words): Don't treat characters belonging to
25429         different scripts as constituting a word.
25431         * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
25433         * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
25435         * emacs.c (main): In the case of --unibyte, instead of aborting on
25436         finding non-empty buffer, make it unibyte.
25438 2008-02-01  Kenichi Handa  <handa@m17n.org>
25440         * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
25441         to create a fontset.
25443 2008-02-01  Dave Love  <fx@gnu.org>
25445         * character.c (Funibyte_char_to_multibyte): Doc fix.
25447         * xfns.c [HAVE_STDLIB_H]: Fix last change.
25449 2008-02-01  Kenichi Handa  <handa@m17n.org>
25451         * fontset.c (fontset_add): Make the type `int'.
25452         (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
25454         * character.c (unibyte_char_to_multibyte)
25455         (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
25456         charset_unibyte, not charset_primary.
25458         * charset.h (charset_unibyte): Extern it instead of charset_primary.
25460         * charset.c (charset_unibyte): Rename from charset_primary.
25461         (Funibyte_charset): Rename from Fprimary_charset.
25462         (Fset_unibyte_charset): Rename from Fset_primary_charset.
25463         (syms_of_charset): Adjust for the above changes.
25465         * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
25466         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
25467         it->multibyte_p is zero.
25469         * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
25470         Delete extern.
25472 2008-02-01  Kenichi Handa  <handa@m17n.org>
25474         * coding.c (Fdefine_coding_system_internal): Fix category setting
25475         for a coding system of type iso-2022.
25477 2008-02-01  Kenichi Handa  <handa@m17n.org>
25479         * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
25481 2008-02-01  Kenichi Handa  <handa@m17n.org>
25483         * syntax.c (Vnext_word_boundary_function_table): New variable.
25484         (next-word-boundary-function-table): Declare it as a Lisp variable
25485         in syms_of_syntax.
25486         (scan_words): Call functions in Vnext_word_boundary_function_table
25487         if any.
25489         * xterm.c (x_load_font): Initialize fontp->fontset to -1.
25491         * fontset.c (fs_load_font): If fontp->charset is not negative,
25492         return fontp without setting its members.
25494 2008-02-01  Dave Love  <fx@gnu.org>
25496         * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
25498         * m/sparc.h (HAVE_ALLOCA): Delete.
25500         * s/irix6-5.h: Don't include strings.h.
25501         (bcopy, bzero, bcmp): Don't undef.
25503         * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
25505         * s/usg5-4.h (NO_SIOCTL_H): Don't define.
25506         (TIOCSIGSEND): Don't test IRIX6.
25507         (bcopy, bzero, bcmp): Define conditionally.
25509 2008-02-01  Kenichi Handa  <handa@m17n.org>
25511         * buffer.c (Qas, Qmake, Qto): New variables.
25512         (Fset_buffer_multibyte): New optional arg METHOD.  Change caller.
25513         (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
25515         * callproc.c (Fcall_process): Don't call insert_1_both directly if
25516         we are inserting a process output into a multibyte buffer.
25518         * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
25519         multibyte_char_to_unibyte.
25521         * character.c (Funibyte_char_to_multibyte): If C can't be decoded
25522         by the primary charset, make it eight-bit char.
25523         (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
25525         * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
25526         (charset_8_bit__control, charset_8_bit_graphic)
25527         (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
25528         (define_charset_internal): New function.
25529         (syms_of_charset): Call define_charset_internal for pre-defined
25530         charsets.
25532         * charset.h (charset_8_bit): Extern it.
25534         * coding.c (make_conversion_work_buffer): Adjust for the change
25535         of Fset_buffer_multibyte.
25536         (encode_coding_raw_text): Increment p0 in the loop.
25538         * lisp.h (Fset_buffer_multibyte): Adjust prototype.
25540         * xdisp.c (setup_echo_area_for_printing, set_message_1):
25541         Adjust for the change of Fset_buffer_multibyte.
25543         * fns.c (Fstring_to_multibyte): New function.
25544         (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
25546 2008-02-01  Dave Love  <fx@gnu.org>
25548         * xfns.c (x_put_x_image): Declare args.
25550         * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
25551         (try_font_list): Declare an arg.
25553         * xdisp.c (message2_nolog, set_message): Declare an arg.
25555         * terminfo.c (tparam): Declare an arg.  Use P_ to declare tparm.
25557         * syntax.c (scan_sexps_forward): Declare an arg.
25559         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
25560         Declare an arg.
25562         * lisp.h (Fnew_fontset): Declare.
25564         * keymap.c (push_key_description): Call CHARACTERP correctly.
25566         * fontset.c (fontset_add): Declare args.  Call make_number correctly.
25567         (face_for_char): Delete unused vars.
25568         (Fset_fontset_font): Doc fix.  Delete unused vars.
25570         * doc.c (Fsubstitute_command_keys): Delete unused vars.
25572         * composite.c (update_compositions): Declare arg.
25574         * cm.c (calccost, cmgoto): Declare args.
25576         * charset.c: Remove `emacs' conditional.  Doc fixes.
25577         (map_char_table_for_charset): Declare.
25579         * character.c (syms_of_character) <translation-table-vector>: Doc fix.
25581         * ccl.c: Remove `emacs' conditional.
25583 2008-02-01  Kenichi Handa  <handa@m17n.org>
25585         The following changes are to allow specifying multiple font
25586         patterns for a character range (specified by script or charset).
25588         * Makefile.in (abbrev.o): Depend on syntax.h.
25589         (xfaces.o): Depend on charset.h.
25591         * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
25592         SINGLE_BYTE_CHAR_P.
25594         * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
25596         * character.h (Vchar_script_table): Extern it.
25598         * character.c (Vscript_alist): Delete.
25599         (Vchar_script_table, Qchar_script_table): New variable.
25600         (syms_of_character): Declare Vchar_script_table as a lisp variable
25601         and initialize it.
25603         * chartab.c (Fmake_char_table): Doc fix.  If PURPOSE doesn't
25604         have property char-table-extra-slots, make no extra slot.
25606         * dispextern.h (struct face): Delete member `charset'.
25607         (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
25608         SINGLE_BYTE_CHAR_P.
25609         (choose_face_font, lookup_non_ascii_face, font_name_registry):
25610         Add prototypes.
25611         (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
25612         (generate_ascii_font_name): Rename from generate_ascii_font.
25614         * fontset.h (get_font_repertory_func): New prototype.
25615         (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
25616         (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
25618         * fontset.c (Qprepend, Qappend): New variables.
25619         (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
25620         (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
25621         (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
25622         (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
25623         (fontset_ref_and_range, fontset_add, reorder_font_vector)
25624         (load_font_get_repertory): New functions.
25625         (fontset_set): Delete.
25626         (fontset_face): New arg FACE.  Return face ID, not face.
25627         Complete re-write to handle new fontset structure.  Change caller.
25628         (free_face_fontset): Use ASET istead of AREF (X) = Y.
25629         (face_for_char): Don't call lookup_face.
25630         (make_fontset_for_ascii_face): New arg FACE.
25631         (fs_load_font): New arg CHARSET_ID.  Don't check
25632         Vfont_encoding_alist here.
25633         (find_font_encoding): New function.
25634         (list_fontsets): Use STRINGP, not ! NILP.
25635         (accumulate_script_ranges): New function.
25636         (Fset_fontset_font, Fnew_fontset, Ffontset_info):
25637         Completely re-written to handle new fontset structure.
25638         (Ffontset_font): Return a copy of element.
25639         (syms_of_fontset): Define symbols Qprepend and Qappend.
25640         Fix docstring of font-encoding-alist.
25642         * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
25643         (Fset_fotset_font): Fix arguments to 5.
25645         * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
25647         * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
25648         Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
25649         (highlight_trailing_whitespace): Adjust for the change of
25650         lookup_named_face.
25652         * xfaces.c: Include charset.h.
25653         (load_face_font): Delete argument C.  Change caller.
25654         (generate_ascii_font_name): Rename from generate_ascii_font.
25655         (font_name_registry): New function.
25656         (cache_face): Store ascii faces before non-ascii faces in buckets.
25657         (lookup_face): Delete arguments C and BASE_FACE.  Change caller.
25658         Lookup only ascii faces.
25659         (lookup_non_ascii_face): New function.
25660         (lookup_named_face): Delete argument C.  Change caller.
25661         (lookup_derived_face): Delete argument C.  Change caller.
25662         (try_font_list): New arg PATTERN.  Change caller.  If PATTERN is
25663         a string, just call font_list with it.
25664         (choose_face_font): Delete arguments FACE and C.  New arg
25665         FONT_SPEC.  Change caller.
25666         (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
25667         Change caller.
25668         (realize_non_ascii_face): New function.
25669         (realize_x_face): Call load_face_font here.
25670         (realize_tty_face): Delete argument C.  Change caller.
25671         (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
25672         get a face ID.
25673         (dump_realized_face): Don't print charset of FACE.
25675         * xfns.c (x_set_font): Always call x_new_fontset and
25676         store_frame_parameter.
25677         (Fx_create_frame): Call x_new_fontset, not x_new_font.
25678         (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
25680         * xterm.h (x_get_font_repertory): Extern it.
25682         * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
25683         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
25684         it->multibyte_p is zero.
25685         (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
25686         (x_new_fontset): If FONTSETNAME doesn't match any existing
25687         fontsets, create a new one.
25688         (x_get_font_repertory): New function.
25690 2008-02-01  Kenichi Handa  <handa@m17n.org>
25692         * coding.c (Ffind_coding_systems_region_internal): Detect an
25693         ASCII only string correctly.
25695         * lread.c (Fload): Don't load with Qload_force_doc_strings t if
25696         version is 0.
25698 2008-02-01  Kenichi Handa  <handa@m17n.org>
25700         * lread.c: Include "coding.h".
25701         (Qget_emacs_mule_file_char, Qload_force_doc_strings)
25702         (load_each_byte, unread_char): New variables.
25703         (readchar_backlog): Delete.
25704         (readchar): Return a character unless load_each_byte is nonzero.
25705         Handle the case that readcharfun is Qget_emacs_mule_file_char or a
25706         cons.  If unread_char is not -1, simply return it.
25707         (unreadchar): Handle the case that readcharfun is
25708         Qget_emacs_mule_file_char or a cons.  Set unread_char if necessary.
25709         (read_multibyte): Delete.
25710         (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
25711         (read_emacs_mule_char): New functions.
25712         (Fload): Even if the file doesn't have the extension ".elc", if
25713         safe_to_load_p returns a positive version number, assume that the
25714         file contains bytecompiled code.  If the version is less than 22,
25715         load the file while decoding multibyte sequences by emacs-mule.
25716         (readevalloop): Don't use readchar_backlog.
25717         (Fread): Likewise.  Pay attention to the case that STREAM is a cons.
25718         (Fread_from_string): Pay attention to the case that STREAM is a cons.
25719         (read_escape): Delete the arg BYTEREP.
25720         (read1): Set load_each_byte to 1 temporarily while handling
25721         #@NUMBER.  Don't call read_multibyte.
25722         (read_vector): Call Fread with a cons.  If readcharfun is
25723         Qget_emacs_mule_file_char, decode the read string by emacs-mule.
25724         (read_list): If doc_reference is 2, make the cdr part string as unibyte.
25725         (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
25726         and Qload_force_doc_strings.
25728 2008-02-01  Kenichi Handa  <handa@m17n.org>
25730         * xdisp.c (face_before_or_after_it_pos):
25731         Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
25733 2008-02-01  Kenichi Handa  <handa@m17n.org>
25735         * character.h (TRAILING_CODE_P): New macro.
25736         (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
25737         (string_char_with_unification): Fix prototype.
25738         (Vscript_alist): Extern it.
25740         * character.c (Vscript_alist): New variable.
25741         (string_char_with_unification, str_as_unibyte)
25742         (string_escape_byte8): Add `const' to local variables.
25743         (syms_of_character): Declare script-alist as a Lisp variable.
25745         * charset.h (Vcharset_ordered_list): Extern it.
25746         (charset_ordered_list_tick): Extern it.
25747         (EMACS_MULE_LEADING_CODE_PRIVATE_11)
25748         (EMACS_MULE_LEADING_CODE_PRIVATE_12)
25749         (EMACS_MULE_LEADING_CODE_PRIVATE_21)
25750         (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
25751         (Funify_charset): Adjust for the change of Funify_charset.
25753         * charset.c (charset_ordered_list_tick): New variable.
25754         (Fdefine_charset_internal): Increment charset_ordered_list_tick.
25755         (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
25756         deunify instead of unify a charset.
25757         (string_xstring_p): Add `const' to local variables.
25758         (find_charsets_in_text): Add `const' to arguments and local variables.
25759         (encode_char): Adjust for the change of Funify_charset.
25760         Fix detecting of invalid code.
25761         (Fset_charset_priority): Increment charset_ordered_list_tick.
25762         (Fmap_charset_chars): Fix handling of default value for FROM_CODE
25763         and TO_CODE.
25765         * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
25766         (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
25767         Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
25768         (decode_coding_ccl, consume_chars)
25769         (Ffind_coding_systems_region_internal)
25770         (Fcheck_coding_systems_region): Add `const' to local variables.
25772         * print.c (print_object): Use octal form for printing the
25773         contents of a bool vector.
25775 2008-02-01  Dave Love  <fx@gnu.org>
25777         * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
25778         <version == 20>: Refuse to load.
25780 2008-02-01  Dave Love  <fx@gnu.org>
25782         * fns.c: Move coding.h.
25783         (Qcodeset, Qdays, Qmonths): New.
25784         (concat): Use CHARACTERP instead of INTEGERP.
25785         (Flocale_codeset): Delete.
25786         (Flanginfo): New function.
25787         (syms_of_fns): Change accordingly.
25789         * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
25791 2008-02-01  Dave Love  <fx@gnu.org>
25793         * casetab.c (init_casetab_once, init_casetab_once):
25794         Fix CHAR_TABLE_SET call.
25796         * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
25798         * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
25800         * charset.c (Fmap_charset_chars): Check args.  Convert Lisp types.
25801         (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
25802         (Fset_charset_priority, syms_of_charset): Convert Lisp types.
25804         * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
25806         * coding.c (ENCODE_DESIGNATION, decode_eol)
25807         (make_conversion_work_buffer, code_conversion_restore)
25808         (Fdefine_coding_system_internal): Convert Lisp types.
25809         (code_conversion_restore): Use EQ, not ==.
25810         (Fencode_coding_string): Fix code_convert_string call.
25812         * coding.h (code_convert_region): Fix prototype.
25814         * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
25816         * fontset.c (fontset_ref, fontset_set, fs_load_font)
25817         (Ffontset_info): Convert Lisp types.
25819         * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
25821         * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
25823         * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
25825         * chartab.c: Include "...h", not <...h> in some cases.
25827         * callproc.c (Fcall_process): Remove unused variables.
25829 2008-02-01  Dave Love  <fx@gnu.org>
25831         * coding.c (Fset_coding_system_priority): Allow null arg list.
25833 2008-02-01  Dave Love  <fx@gnu.org>
25835         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
25836         (Fself_insert_and_exit): Use CHARACTERP.
25838         * callproc.c (Fcall_process): Remove unused vars.
25840         * xterm.c (XTread_socket): Add extra dead keysyms.
25842         * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
25844         * dispextern.h: Remove prototypes for redraw_frame,
25845         redraw_garbaged_frames.
25847         * cmds.c (Fself_insert_command): Use CHARACTERP.
25849         * chartab.c (make_sub_char_table): Remove unused var.
25850         (Fset_char_table_default, Fmap_char_table): Doc fix.
25852         * keymap.c (access_keymap): Remove generic char code.
25853         (push_key_description): Use CHARACTERP.
25855 2008-02-01  Dave Love  <fx@gnu.org>
25857         * charset.c: Doc fixes.
25858         (Funify_charset): Extra checking.
25860 2008-02-01  Dave Love  <fx@gnu.org>
25862         * lread.c: Remove some unused variables.
25863         (safe_to_load_p): If safe, return the magic number version byte.
25864         (Fload): Maybe use load-with-code-conversion.
25866 2008-02-01  Kenichi Handa  <handa@m17n.org>
25868         * category.c (Fmodify_category_entry): Don't modify the contents
25869         of category_set for characters out of the range.
25870         Avoid unnecessary modification.
25872         * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
25873         Vchar_unify_table.  The default value of the table is now nil.
25875         * character.c (syms_of_character): Setup Vchar_width_table for
25876         eight-bit-control and raw-byte chars.
25878         * charset.h (enum define_charset_arg_index):
25879         Delete charset_arg_parents and add charset_arg_subset and
25880         charset_arg_superset.
25881         (enum charset_attr_index): Delete charset_parents and add
25882         charset_subset and charset_superset.
25883         (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
25884         CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
25885         (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
25886         (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
25887         (CHARSET_SUPERSET): New macros.
25888         (charset_work): Extern it.
25889         (ENCODE_CHAR): Use charset_work.
25890         (CHAR_CHARSET_P): Adjust for the change of encoder format.
25891         (map_charset_chars): Extern it.
25893         * charset.c (load_charset_map): Set the default value of encoder
25894         and deunifier char-tables to nil.
25895         (map_charset_chars): Change argument.  Change callers.
25896         Use map_char_table_for_charset instead of map_char_table.
25897         (Fmap_charset_chars): New optional args from_code and to_code.
25898         (Fdefine_charset_internal): Adjust for the change of
25899         `define-charset' (:parents -> :subset or :superset).
25900         (charset_work): New variable.
25901         (encode_char, syms_of_charset): Adjust for the change of
25902         Fdefine_charset_internal.
25903         (Ffind_charset_string): Setup the vector `charsets' correctly.
25905         * chartab.c (sub_char_table_ref_and_range): New arg default.
25906         Fix the previous change.
25907         (char_table_ref_and_range): Adjust for the above change.
25908         (map_sub_char_table_for_charset): New function.
25909         (map_char_table_for_charset): New function.
25911         * keymap.c (describe_vector): Handle a char-table directly here.
25912         (describe_char_table): Delete.
25914         * lisp.h (map_charset_chars): Delete.
25916 2008-02-01  Dave Love  <fx@gnu.org>
25918         * fns.c (count_combining): Comment out (unused).
25919         (Flocale_codeset): New.
25920         (syms_of_fns): Defsubr it.
25922         * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
25923         (size_t): Remove.
25925 2008-02-01  Dave Love  <fx@gnu.org>
25927         * Makefile.in (chartab.o): Depend on charset.h.
25929 2008-02-01  Kenichi Handa  <handa@m17n.org>
25931         * character.c (syms_of_character): Set the default value of
25932         Vprintable_chars to Qnil.
25934 2008-02-01  Dave Love  <fx@gnu.org>
25936         * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
25938 2008-02-01  Kenichi Handa  <handa@m17n.org>
25940         * charset.c (load_charset_map): Handle the case that from < to
25941         correctly.
25943         * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
25944         (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
25945         Pay attention to raw-8-bit chars.
25947 2008-02-01  Kenichi Handa  <handa@m17n.org>
25949         * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
25950         It is not bytecompiled now.
25952         * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
25953         (charset_jisx0208): New variables.
25954         (Fdefine_charset_internal): Setup them if appropriate.
25955         (init_charset_once): Initialize them to -1.
25957         * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
25958         (charset_jisx0208): Extern them.
25960         * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
25961         (CODING_ISO_FLAG_USE_OLDJIS): New macro.
25962         (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
25963         (setup_iso_safe_charsets): Fix arguments to Fassq.
25964         (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
25965         (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
25966         CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
25967         (encode_coding_iso_2022): Change the 1st arg to
25968         ENCODE_ISO_CHARACTER to a variable.
25970 2008-02-01  Kenichi Handa  <handa@m17n.org>
25972         * charset.h (enum define_charset_arg_index): New enums
25973         charset_arg_min_code and charset_arg_max_code.
25974         (struct charset): New member char_index_offset.
25976         * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
25977         Take charset->char_index_offset into account.
25978         (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
25979         args[charset_arg_max_code].  Setup charset.char_index_offset.
25980         (syms_of_charset): Fix args to Fdefine_charset_internal.
25982 2008-02-01  Dave Love  <fx@gnu.org>
25984         * coding.c (decode_coding_utf_8): Reject overlong sequences.
25986 2008-02-01  Dave Love  <fx@gnu.org>
25988         * coding.c: Doc fixes.
25989         (Fcoding_system_aliases): Fix return value.
25990         (Qmac): Remove (duplicated) definition.
25992 2008-02-01  Dave Love  <fx@gnu.org>
25994         * charset.c (Fcharset_priority_list, Fset_charset_priority):
25995         New functions.
25997         * character.c (Fstring): Doc fix.
25999         * charset.c (Fdefine_charset_alias): Update Vcharset_list.
26001         * fontset.c (Ffontset_info): Doc fix.  Return charset names, not ids.
26002         (font-encoding-alist): Doc fix.
26004 2008-02-01  Dave Love  <fx@gnu.org>
26006         * term.c (costs_set): Declare static, non-initialized for pcc.
26007         (encode_terminal_code): Remove unused var.
26009         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
26010         for K&R.
26012         * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
26014         * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
26015         (suffixes): Move out of make_subsidiaries for K&R.
26017         * charset.c (map_charset_chars): Fix c_function declaration for K&R.
26019         * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
26021 2008-02-01  Dave Love  <fx@gnu.org>
26023         * data.c (Fchar_or_string_p): Doc fix.  Use CHARACTERP.
26025         * category.c (Fmodify_category_entry): Doc fix.  Remove unused vars.
26027 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
26029         * charset.c (Fdefine_charset_internal): Fix argument to bzero.
26031         * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
26033 2008-02-01  Kenichi Handa  <handa@m17n.org>
26035         * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
26036         vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
26038 2008-02-01  Kenichi Handa  <handa@m17n.org>
26040         * coding.c (decode_coding_charset): Adjust for the change of
26041         Fdefine_coding_system_internal.
26042         (Fdefine_coding_system_internal): For a coding system of
26043         `charset' type, store a list of charset IDs in
26044         `charset_attr_charset_valids' element of coding attributes.
26046 2008-02-01  Kenichi Handa  <handa@m17n.org>
26048         * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
26049         (emacs_mule_char): New arg src.  Delete arg `composition'.
26050         Change caller.  Handle 2-byte and 3-byte charsets correctly.
26051         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
26052         DECODE_EMACS_MULE_COMPOSITION_RULE.  Change caller.
26053         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
26054         (DECODE_EMACS_MULE_21_COMPOSITION):
26055         Call DECODE_EMACS_MULE_COMPOSITION_RULE_21.  Produce correct annotation
26056         sequence.
26057         (decode_coding_emacs_mule): Handle composition correctly.  Rewind
26058         `src' and `consumed_chars' correctly before calling emacs_mule_char.
26059         (DECODE_COMPOSITION_START): Correctly handle the case of altchar
26060         and alt&rule composition.
26061         (decode_coding_iso_2022): Handle composition correctly.
26062         (init_coding_once): Setup emacs_mule_bytes for private charsets.
26064         * charset.c (Fdefine_charset_internal): Fix bug for the case of
26065         re-defining a charset.  If the charset has :emacs-mule-id, setup
26066         emacs_mule_bytes.
26067         (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
26069 2008-02-01  Kenichi Handa  <handa@m17n.org>
26071         * coding.c (encode_coding_iso_2022, encode_coding_sjis)
26072         (encode_coding_big5, encode_coding_charset): If coding requires safe
26073         encoding, produce a character specified by
26074         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
26076 2008-02-01  Dave Love  <fx@gnu.org>
26078         * xterm.c (XSetIMValues): Declare.
26080         * process.c: Conditionally include sys/wait.h, pty.h.
26082         * print.c (print_object): Fix print format for 64-bit systems.
26084         * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
26086         * buffer.c (emacs_strerror): Declare.
26088         * fontset.c (Fclear_face_cache): Declare.
26089         (accumulate_font_info): Comment-out (unused).
26090         (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
26091         variables.
26093         * character.h (string_escape_byte8): Declare.
26095         * charset.c (load_charset_map, load_charset_map_from_file):
26096         Remove unused vars.
26097         (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
26098         (Fmap_charset_chars): Doc fix.
26100         * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
26101         (Fset_coding_system_priority, Fset_coding_system_priority)
26102         (Fdefine_coding_system_internal): Doc fix.
26104 2008-02-01  Dave Love  <fx@gnu.org>
26106         * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
26108 2008-02-01  Kenichi Handa  <handa@m17n.org>
26110         * character.c (string_escape_byte8): Make multibyte string with
26111         correct size.
26113         * charset.c (Fmake_char): Delete unnecessary code.
26115 2008-02-01  Kenichi Handa  <handa@m17n.org>
26117         * xfns.c (x_encode_text): Allocate coding.destination here, and
26118         call encode_coding_object with dst_object Qnil.
26120         * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
26121         multibyte form correctly.
26123         * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
26124         against Vfont_encoding_alist.
26126         * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
26127         handling of charset list.
26128         (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
26129         (decode_coding_object): Move point to coding->dst_pos before
26130         calling post-read-conversion function.
26131         (encode_coding_object): Give correct arguments to
26132         pre-write-conversion.  Ignore the return value of
26133         pre-write-conversion function.  Pay attention to the case that
26134         pre-write-conversion changes the current buffer.  If dst_object is
26135         Qt, even if coding->src_bytes is zero, allocate at least one byte
26136         to coding->destination.
26138         * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
26140         * charset.c (Fmake_char): Make it more backward compatible.
26141         (Fmap_charset_chars): Fix docstring.
26143 2008-02-01  Dave Love  <fx@gnu.org>
26145         * coding.c: Doc fixes.
26146         (Fdefine_coding_system_alias): Use names, not symbols, in
26147         coding-system-alist.
26149 2008-02-01  Kenichi Handa  <handa@m17n.org>
26151         * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
26152         of calling free_realized_face.
26154 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
26156         * charset.c (read_hex): Don't treat SPC as a comment starter.
26157         (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
26158         (Fdecode_char): Fix typo.
26160 2008-02-01  Kenichi Handa  <handa@m17n.org>
26162         * charset.h (struct charset): New member `code_space_mask'.
26164         * coding.c (coding_set_source): Delete the local variable beg_byte.
26165         (encode_coding_charset, Fdefine_coding_system_internal):
26166         Delete the local variable charset.
26167         (Fdefine_coding_system_internal):
26168         Setup attrs[coding_attr_charset_valids] correctly.
26170         * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
26171         member to check if CODE is valid or not.
26172         (Fdefine_charset_internal): Initialize `code_space_mask' member.
26173         (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
26174         is within the range of charset->min_code and carset->max_code.
26176 2008-02-01  Dave Love  <fx@gnu.org>
26178         * syntax.h (syntax_temp) [!__GNUC__]: Declare.
26180         * dispextern.h (generate_ascii_font): Fix return type.
26182         * xfaces.c (generate_ascii_font): Fix arg declaration.
26184         * coding.c (coding_inherit_eol_type)
26185         (Fset_terminal_coding_system_internal)
26186         (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
26188 2008-02-01  Kenichi Handa  <handa@m17n.org>
26190         * coding.c (decode_coding_charset, encode_coding_charset):
26191         Handle multiple charsets correctly.
26193 2008-02-01  Kenichi Handa  <handa@m17n.org>
26195         * search.c (boyer_moore): Fix handling of multibyte character
26196         translation.
26198         * xdisp.c (display_mode_element): When the variable `elt' is
26199         changed, update `this' and `lisp_string'.
26201 2008-02-01  Kenichi Handa  <handa@m17n.org>
26203         * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
26205         * callproc.c (Fcall_process): Be sure to give the current buffer
26206         to decode_coding_c_string.  Update PT and PT_BYTE after the insertion.
26208         * charset.c (struct charset_map_entries): New struct.
26209         (load_charset_map): Rename from parse_charset_map.  New args
26210         entries and n_entries.  Change caller.
26211         (load_charset_map_from_file): Rename from load_charset_map.
26212         Change caller.  New arg control_flag.  Call load_charset_map at
26213         the tail.
26214         (load_charset_map_from_vector): New function.
26215         (Fdefine_charset_internal): Setup charset.compact_codes_p.
26216         (encode_char): If the charset is compact, change a character index
26217         to a code point.
26219         * coding.c (coding_alloc_by_making_gap): Check the case that the
26220         source and destination are the same correctly.
26221         (decode_coding_raw_text): Set coding->consumed_char and
26222         coding->consumed to 0.
26223         (produce_chars): If coding->chars_at_source is nonzero, update
26224         coding->consumed_char and coding->consumed before calling
26225         alloc_destination.
26226         (Fdefine_coding_system_alias): Register ALIAS in
26227         Vcoding_system_alist.
26228         (syms_of_coding): Define `no-conversion' coding system at the tail.
26230         * fileio.c (Finsert_file_contents): Set coding_system instead of
26231         val.  If the current buffer is multibyte, always call
26232         decode_coding_gap.
26234         * xfaces.c (try_font_list): Give higher priority to fontset's
26235         family than face's family.
26237 2008-02-01  Kenichi Handa  <handa@m17n.org>
26239         * callproc.c (Fcall_process): Be sure to give the current buffer
26240         to decode_coding_c_string.
26242         * xfaces.c (try_font_list): Give a family specified in a fontset
26243         higher priority than a family specified in a face.
26245 2008-02-01  Kenichi Handa  <handa@m17n.org>
26247         * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
26248         Fix arguments to insert_from_buffer.
26250         * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
26252 2008-02-01  Kenichi Handa  <handa@m17n.org>
26254         * coding.c (produce_chars): Set the variable `multibytep' correctly.
26255         (decode_coding_gap): Set coding->dst_multibyte correctly.
26257 2008-02-01  Kenichi Handa  <handa@m17n.org>
26259         * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
26260         (decode_coding_utf_16): Fix converting high and low bytes to code-point.
26261         (encode_coding_utf_16): Substitute coding->default_char for
26262         non-Unicode characters.
26263         (decode_coding): Don't call record_insert here.
26264         (setup_coding_system): Initialize `surrogate' of
26265         coding->spec.utf_16 to 0.
26266         (EMIT_ONE_BYTE): Fix for multibyte case.
26268         * insdel.c (insert_from_gap): Call record_insert.
26270 2008-02-01  Kenichi Handa  <handa@m17n.org>
26272         * casefiddle.c (casify_region): Fix multibyte case.
26274         * character.c (c_string_width): Add return type `int'.
26275         (char_string_with_unification): Delete arg ADVANCED.
26277         * character.h (CHAR_VALID_P): Don't call CHARACTERP.
26278         (CHAR_STRING): Adjust for the change of char_string_with_unification.
26279         (CHAR_STRING_ADVANCE): Make it do-while statement.
26281         * chartab.c (sub_char_table_set_range): Optimize for the case
26282         DEPTH == 3.  Add workaround code for a GCC optimization bug.
26284         * charset.c (parse_charset_map): Remove an unused variable.
26286         * coding.c: Delete unused variables.
26288         * fileio.c (Finsert_file_contents): Set coding_system to Qnil
26289         earlier.  If inserted is zero and the coding system doesn't
26290         require flushing, don't call decode_coding_gap.
26292         * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
26294 2008-02-01  Kenichi Handa  <handa@m17n.org>
26296         The following changes are for using Unicode as an internal
26297         character model, and use UTF-8 format for buffer/string
26298         representation.
26300         * .gdbinit (xchartable): Adjust for the change of char table structure.
26301         (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
26303         * Makefile.in (obj): Add character.o and chartab.o.
26304         (lisp, shortlisp): Remove utf-8.elc.
26305         (*.o): For many files, change dependency on charset.h to
26306         character.h, and add dependency on character.h.
26307         (character.o, chartab.o): New targets.
26309         * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
26310         * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
26311         * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
26312         of "charset.h".
26314         * dired.c, filelock.c: Include "character.h".
26316         * alloc.c: Include "character.h" instead of "charset.h".
26317         (Fmake_char_table, make_sub_char_table): Move to chartab.c.
26318         (syms_of_alloc): Remove defsubr for Smake_char_table.
26320         * buffer.c: Include "character.h" instead of "charset.h", don't
26321         include "coding.h".
26322         (Fset_buffer_multibyte): Adjust for UTF-8.
26324         * buffer.h: EXFUN Fbuffer_live_p.
26326         * callproc.c: Include "character.h" instead of "charset.h".
26327         (Fcall_process): Big change for the new code-conversion APIs.
26329         * casetab.c: Include "character.h" instead of "charset.h".
26330         (set_canon, set_identity, shuffle): Adjust for the new
26331         map_char_table spec.
26332         (init_casetab_once): Call CHAR_TABLE_SET instead of directly
26333         accessing the char table structure.
26335         * chartab.c: New file that implements char table.
26337         * category.c: Include "character.h".
26338         (copy_category_entry): New function.
26339         (copy_category_table): Call map_char_table and copy_category_entry.
26340         (Fmake_category_table): Initialize all top-level slots.
26341         (char_category_set): New function.
26342         (modify_lower_category_set): Delete.
26343         (Fmodify_category_entry): Call char_table_ref_and_range.
26345         * category.h (CATEGORY_SET): Just call char_category_set.
26347         * ccl.c: Include "character.h".
26348         (Qccl, Qcclp): New variables.
26349         (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
26350         it's less than 256.
26351         (CCL_WRITE_MULTIBYTE_CHAR): Delete.
26352         (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
26353         and DST type.
26354         (ccl_driver): Change types of argument, adjust code accordingly.
26355         (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
26356         ccl_driver.
26357         (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
26359         * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
26360         New members src_multibyte, dst_multibyte, consumed, and produced.
26361         (struct ccl_spec): Delete members decoder and encoder.  New member ccl.
26362         (CODING_SPEC_CCL_PROGRAM): New macro.
26363         (ccl_driver): Update prototype.
26364         (Qccl, Qcclp, Fccl_program_p): Extern them.
26365         (CHECK_CCL_PROGRAM): New macro.
26367         * character.c, character.h, chartab.c: New files.
26369         * charset.c: Mostly re-written.  Move character and multibyte sequence
26370         handling codes to character.c.
26372         * charset.h: Mostly re-written.  Move character and multibyte sequence
26373         handling codes to character.h.
26375         * coding.c, coding.h: Mostly re-written.
26377         * composite.c: Include "character.h" instead of "charset.h".
26378         (CHAR_WIDTH): Move to character.h.
26379         (HASH_KEY, HASH_VALUE): Delete.
26381         * composite.h (enum composition_method): Change order of enumeration
26382         symbols.
26384         * data.c: Include "character.h" instead of "charset.h".
26385         (Faref): Call CHAR_TABLE_REF for a char table.
26386         (Faset): Call CHAR_TABLE_SET for a char table.
26388         * dispextern.h (free_realized_face, check_face_attribytes)
26389         (generate_ascii_font): Extern them.
26390         (free_realized_multibyte_face): Delete extern.
26392         * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
26393         table structure.
26395         * editfns.c: Include "character.h" instead of "charset.h".
26396         (Fchar_to_string): Always call CHAR_STRING.
26398         * emacs.c (main): Call init_charset_once, init_charset,
26399         syms_of_chartab, and syms_of_character.
26401         * fileio.c: Include "character.h" instead of "charset.h".
26402         (Finsert_file_contents): Big change for the new code-conversion API.
26403         (choose_write_coding_system, Fwrite_region): Likewise.
26404         (build_annotations_2): Delete.
26405         (e_write): Big change for the new code-conversion API.
26407         * fns.c: Include "character.h" instead of "charset.h".
26408         (copy_sub_char_table): Move to chartab.c.
26409         (Fcopy_sequence): Call copy_char_table for a char table.
26410         (concat): Delete codes calling count_multibyte.
26411         (string_char_to_byte, string_byte_to_char): Adjust for the new
26412         multibyte form.
26413         (internal_equal): Adjust for the change of char table structure.
26414         (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
26415         (Fchar_table_extra_slot, Fset_char_table_extra_slot)
26416         (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
26417         (char_table_translate, optimize_sub_char_table)
26418         (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
26419         chartab.c.
26420         (char_table_ref_and_index): Delete.
26421         (HASH_KEY, HASH_VALUE): Move to lisp.h.
26422         (Fmd5): Call preferred_coding_system instead of accessing
26423         Vcoding_category_list.  Adjust for the new code-conversion API.
26424         (syms_of_fns): Move defsubr for char table related functions to
26425         chartab.c.
26427         * fontset.c: Mostly re-written.
26429         * fontset.h (struct font_info): Change type of the member encoding_type.
26430         (enum FONT_SPEC_INDEX): New enum.
26431         (fontset_font_pattern, fs_load_font): Update prototype.
26432         (FS_LOAD_FONT): Adjust for the change of fs_load_font.
26434         * indent.c: Include "character.h" instead of "charset.h".
26435         (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
26437         * insdel.c: Include "character.h" instead of "charset.h".
26438         (copy_text): Don't refer to Vnonascii_translation_table.
26439         (insert_from_gap): New function.
26441         * keyboard.c: Include "character.h" instead of "charset.h".
26442         (command_loop_1): Never call direct_output_forward_char before
26443         a non-ASCII character.
26444         (read_char): If Vkeyboard_translate_table is a char table, always
26445         translate a character.
26447         * keymap.c: Include "character.h".
26448         (store_in_keymap): Handle the case that IDX is a cons.
26449         (Fdefine_key): Handle the case that KEY is a cons and the car part
26450         is also a cons (range).
26451         (push_key_description): Adjust for the new character code.
26452         (describe_vector): Call describe_char_table for a char table.
26453         (describe_char_table): New function.
26455         * keymap.h (describe_char_table): Extern it.
26457         * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
26458         (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
26459         (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
26460         (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
26461         Delete.
26462         (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
26463         structure.
26464         (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
26465         (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
26466         (CHARTAB_SIZE_BITS_3): New macros.
26467         (chartab_size): Extern it.
26468         (struct Lisp_Char_Table): Re-design.
26469         (struct Lisp_Sub_Char_Table): New structure.
26470         (HASH_KEY, HASH_VALUE): Move from fns.c.
26471         (CHARACTERBITS): Define as 22.
26472         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
26473         (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
26474         (GC_SUB_CHAR_TABLE_P): New macro.
26475         (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
26476         (code_convert_string_norecord): Delete extern.
26477         (init_character_once, syms_of_character, init_charset)
26478         (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
26480         * lread.c: Include "character.h".
26481         (read_multibyte): New arg NBYTES.
26482         (read_escape): Change the meaning of returned *BYTEREP.
26483         (to_multibyte): Delete.
26484         (read1): Adjust the handling of char table and string.
26486         * print.c: Include "character.h" instead of "charset.h".
26487         (print_string): Convert 8-bit raw bytes to octal form by
26488         string_escape_byte8.
26489         (print_object): Adjust for the new multibyte form.  Print 8-bit
26490         raw bytes always in octal form.  Handle sub char table correctly.
26492         * process.c: Include "character.h" instead of "charset.h".
26493         (read_process_output, send_process): Adjust for the new
26494         code-conversion API.
26496         * puresize.h (BASE_PURESIZE): Increase.
26498         * regex.c: Include "character.h" instead of "charset.h".
26499         (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
26500         (regex_compile): Accept a range whose starting and ending
26501         character have different leading bytes.
26502         (analyse_first): Adjust for the above change.
26504         * search.c: Include "character.h" instead of "charset.h".
26505         (search_buffer, boyer_moore): Adjust for the new multibyte form.
26506         (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
26508         * syntax.c: Include "character.h" instead of "charset.h".
26509         (syntax_parent_lookup): Delete.
26510         (Fmodify_syntax_entry): Accept a cons as CHAR.
26511         (skip_chars): Adjust for the new multibyte form.
26512         (init_syntax_once): Call char_table_set_range instead of directly
26513         accessing the structure of a char table.
26515         * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
26516         (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
26517         (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
26518         (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
26520         * term.c: Include "buffer.h" and "character.h".
26521         (encode_terminal_code, write_glyphs): Adjust for the new
26522         code-conversion API.
26523         (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
26525         * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
26527         * xdisp.c: Include "character.h".
26528         (get_next_display_element): Adjust for the new multibyte form.
26529         (disp_char_vector): Adjust for the new char table structure.
26530         (decode_mode_spec_coding): Adjust for the new structure of
26531         coding system.
26532         (decode_mode_spec): Adjust for the new code-conversion API.
26534         * xfaces.c: Include "character.h" instead of "charset.h".
26535         (load_face_font): Adjust for the change of choose_face_font and
26536         FS_LOAD_FONT.
26537         (generate_ascii_font): New function.
26538         (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
26539         (set_font_frame_param): Adjust for the change of choose_face_font.
26540         (free_realized_face): Make it public.
26541         (free_realized_faces_for_fontset): Rename from
26542         free_realized_multibyte_face.  Free also faces realized for ASCII.
26543         (choose_face_font): Change arguments.  Adjust for the change of
26544         fontset_font_pattern and FS_LOAD_FONT.
26546         * xfns.c: Include "character.h".
26547         (x_encode_text): Adjust for the new code-conversion API.
26549         * xselect.c: Don't include "charset.h".
26550         (selection_data_to_lisp_data): Adjust for the new code conversion API.
26552         * xterm.c: Include "character.h".
26553         (x_encode_char): New argument CHARSET.  Change caller.
26554         (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
26555         Call ENCODE_CHAR instead of SPLIT_CHAR.
26556         (x_produce_glyphs): Don't check Vnonascii_translation_table Call
26557         CHAR_WIDTH instead of CHARSET_WIDTH.
26558         (XTread_socket): Adjust for the new code-conversion API.
26559         (x_new_font): Adjust for the change of FS_LOAD_FONT.
26560         (x_load_font): Adjust for the change of struct font.
26562 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26564         * xfaces.c (face_at_buffer_position): Remove unused vars.
26566 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
26568         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
26569         Fix overflow checking.
26571 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
26573         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
26574         Cancel previous change.
26576 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
26578         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
26579         ccl->eight_bit_control.  Fix check for buffer overflow.
26580         (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
26581         (ccl_driver): Initialize extra_bytes to 0.
26583 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
26585         * keyboard.c (make_ctrl_char): If C is a multibyte character, just
26586         return it ORed with ctrl_modifier.
26588 2008-01-29  Miles Bader  <miles@gnu.org>
26590         * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
26592 2008-01-28  Jason Rumney  <jasonr@gnu.org>
26594         * w32.c (stat): Don't double check for networked drive.
26596 2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26598         * window.c (run_window_configuration_change_hook): New function.
26599         Code extracted from set_window_buffer.  Set the selected frame.
26600         (set_window_buffer): Use it.
26601         * window.h (run_window_configuration_change_hook): Declare.
26602         * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
26604         * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
26606 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
26608         * Makefile.in: Remove references to unused macros.
26610 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
26612         * w32.c (g_b_init_get_sid_sub_authority)
26613         (g_b_init_get_sid_sub_authority_count): New static variables.
26614         (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
26615         (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
26616         (init_user_info): Use them to retrieve uid and gid.
26617         Use 500/513, the Windows defaults, as Administrator's uid/gid.
26618         (fstat): Use pw_uid and pw_gid from the_passwd structure for
26619         st_uid and st_gid of the file.
26621 2008-01-26  Jason Rumney  <jasonr@gnu.org>
26623         * w32.c (logon_network_drive): New function.
26624         (stat): Use it.
26626 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
26628         * xdisp.c (pos_visible_p): Handle the case where charpos falls on
26629         invisible text covered with an ellipsis.
26631 2008-01-25  Richard Stallman  <rms@gnu.org>
26633         * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
26634         jump back to beginning.  Move some other initializations after that.
26635         (Qwindow_text_change_functions, Vwindow_text_change_functions):
26636         New variables.
26637         (syms_of_xdisp): Init them.
26639         * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
26641         * buffer.c (reset_buffer_local_variables):
26642         Implement `permanent-local-hook'.
26643         (Qpermanent_local_hook): New variable.
26644         (syms_of_buffer): Init and staticpro it.
26646 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
26648         * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
26650 2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
26652         * fns.c (Fclrhash): Return TABLE.
26654 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26656         * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
26657         (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
26658         is set even without positional changes.
26659         (x_scroll_bar_clear): Set bar->redraw_needed_p.
26661         * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
26663 2008-01-23  Jason Rumney  <jasonr@gnu.org>
26665         * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
26667         * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
26668         the unicode range available in MULE by locale-coding-system.
26669         Improve dbcs lead byte detection.  Set event timestamp and modifiers
26670         earlier.
26672 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26674         * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
26675         [MAC_OSX] (init_mac_osx_environment): Initialize it.
26676         [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
26677         when used on child processes.
26679 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
26681         * dbusbind.c (Fdbus_method_return_internal): Rename from
26682         Fdbus_method_return.
26683         (Fdbus_unregister_object): Move to dbus.el.
26684         (Fdbus_call_method, Fdbus_method_return_internal)
26685         (Fdbus_send_signal): Improve debug messages.
26687 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
26689         * undo.c (undo_inhibit_record_point): New variable.
26690         (syms_of_undo): Initialize it.
26691         (record_point): Don't record point when undo_inhibit_record_point
26692         is set.
26694 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
26696         * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
26698         * xdisp.c (Qauto_hscroll_mode): New var.
26699         (syms_of_xdisp): Initialize it.
26700         (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
26701         window's buffer.
26702         (hscroll_windows): Don't check automatic_hscrolling_p here.
26704         * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
26705         vscroll if we're setting window-buffer to the value it already has.
26707 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
26709         * m/intel386.h: Remove references to XENIX.
26711 2008-01-17  Andreas Schwab  <schwab@suse.de>
26713         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
26714         instead of HAVE_X86_64_LIB64_DIR.
26715         * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
26717 2008-01-17  Glenn Morris  <rgm@gnu.org>
26719         * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
26720         to HAVE_X86_64_LIB64_DIR.
26722 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
26724         * s/irix3-3.h:
26725         * s/irix4-0.h:
26726         * s/386-ix.h:
26727         * s/domain.h:
26728         * s/hpux9-x11r4.h:
26729         * s/hpux9shxr4.h: Remove files for systems no longer supported.
26731         * sysdep.c: Remove code containing references to symbols defined
26732         by unsupported systems.
26734 2008-01-16  Glenn Morris  <rgm@gnu.org>
26736         * coding.c (select-safe-coding-system-function): Doc fix.
26738 2008-01-15  Glenn Morris  <rgm@gnu.org>
26740         * config.in: Revert 2008-01-13 change: this is a generated file.
26742 2008-01-13  Tom Tromey  <tromey@redhat.com>
26744         * lisp.h: Fix typo.
26746 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
26748         * m/sequent-ptx.h:
26749         * m/sequent.h:
26750         * s/ptx.h:
26751         * s/ptx4-2.h:
26752         * s/ptx4.h: Remove files for systems no longer supported.
26754         * callproc.c (Fcall_process): Fix previous change.
26756 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
26758         * unexsunos4.c: Remove file, system not supported anymore.
26760         * m/mips.h:
26761         * m/intel386.h:
26762         * callproc.c:
26763         * config.in:
26764         * ecrt0.c:
26765         * emacs.c:
26766         * fileio.c:
26767         * frame.c:
26768         * getpagesize.h:
26769         * keyboard.c:
26770         * lread.c:
26771         * process.c:
26772         * puresize.h:
26773         * sysdep.c:
26774         * systty.h:
26775         * syswait.h:
26776         * unexec.c:
26777         * xdisp.c:
26778         * alloc.c: Remove code containing references to symbols defined by
26779         unsupported systems.
26781 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
26783         * coding.c (detect_coding_mask): Fix previous change.
26785 2008-01-09  Kenichi Handa  <handa@ni.aist.go.jp>
26787         * coding.c (detect_coding_iso2022): New arg
26788         latin_extra_code_state.  Allow Latin extra codes only
26789         when *latin_extra_code_state is nonzero.
26790         (detect_coding_mask): If there is a NULL byte, detect the encoding
26791         as UTF-16 or binary.  If Latin extra codes exist, detect the
26792         encoding as ISO-2022 only when there's no other proper encoding is
26793         found.
26795 2008-01-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26797         * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
26798         #ifdef MAC_OS.
26800 2008-01-08  Richard Stallman  <rms@gnu.org>
26802         * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
26804 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
26806         * keyboard.c (parse_menu_item): Don't enclose key bindings on
26807         menu bar in parentheses.
26809 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
26811         * m/7300.h:
26812         * m/acorn.h:
26813         * m/alliant-2800.h:
26814         * m/alliant.h:
26815         * m/alliant1.h:
26816         * m/alliant4.h:
26817         * m/altos.h:
26818         * m/amdahl.h:
26819         * m/apollo.h:
26820         * m/att3b.h:
26821         * m/aviion-intel.h:
26822         * m/aviion.h:
26823         * m/celerity.h:
26824         * m/clipper.h:
26825         * m/cnvrgnt.h:
26826         * m/convex.h:
26827         * m/cydra5.h:
26828         * m/delta88k.h:
26829         * m/dpx2.h:
26830         * m/dual.h:
26831         * m/elxsi.h:
26832         * m/f301.h:
26833         * m/gould-np1.h:
26834         * m/gould.h:
26835         * m/i860.h:
26836         * m/ibmps2-aix.h:
26837         * m/ibmrt-aix.h:
26838         * m/ibmrt.h:
26839         * m/irist.h:
26840         * m/is386.h:
26841         * m/isi-ov.h:
26842         * m/mega68.h:
26843         * m/mg1.h:
26844         * m/news-r6.h:
26845         * m/news-risc.h:
26846         * m/news.h:
26847         * m/nh3000.h:
26848         * m/nh4000.h:
26849         * m/ns16000.h:
26850         * m/ns32000.h:
26851         * m/nu.h:
26852         * m/orion.h:
26853         * m/orion105.h:
26854         * m/paragon.h:
26855         * m/pfa50.h:
26856         * m/plexus.h:
26857         * m/pyramid.h:
26858         * m/pyrmips.h:
26859         * m/sh3el.h:
26860         * m/sps7.h:
26861         * m/sr2k.h:
26862         * m/stride.h:
26863         * m/sun1.h:
26864         * m/sun2.h:
26865         * m/sun3-68881.h:
26866         * m/sun3-fpa.h:
26867         * m/sun3-soft.h:
26868         * m/sun3.h:
26869         * m/sun386.h:
26870         * m/symmetry.h:
26871         * m/tad68k.h:
26872         * m/tahoe.h:
26873         * m/targon31.h:
26874         * m/tek4300.h:
26875         * m/tekxd88.h:
26876         * m/tower32.h:
26877         * m/tower32v3.h:
26878         * m/ustation.h:
26879         * m/wicat.h:
26880         * m/xps100.h:
26881         * s/cxux.h:
26882         * s/cxux7.h:
26883         * s/dgux.h:
26884         * s/dgux4.h:
26885         * s/dgux5-4-3.h:
26886         * s/dgux5-4r2.h:
26887         * s/esix.h:
26888         * s/esix5r4.h:
26889         * s/hiuxmpp.h:
26890         * s/hiuxwe2.h:
26891         * s/iris3-5.h:
26892         * s/iris3-6.h:
26893         * s/isc2-2.h:
26894         * s/isc3-0.h:
26895         * s/isc4-0.h:
26896         * s/isc4-1.h:
26897         * s/newsos5.h:
26898         * s/newsos6.h:
26899         * s/osf1.h:
26900         * s/osf5-0.h:
26901         * s/riscix1-1.h:
26902         * s/riscix12.h:
26903         * s/sco4.h:
26904         * s/sco5.h:
26905         * s/sunos4-0.h:
26906         * s/sunos4-1.h:
26907         * s/sunos413.h:
26908         * s/sunos4shr.h:
26909         * s/umax.h:
26910         * s/unipl5-2.h:
26911         * s/xenix.h:
26912         * cxux-crt0.s:
26913         * unexapollo.c:
26914         * unexconvex.c:
26915         * unexenix.c:
26916         * unexsni.c: Remove files for systems no longer supported.
26918         * m/intel386.h: Remove references to unsupported systems.
26920         * w32.c (get_emacs_configuration): Remove reference to i860.
26922         * sysdep.c: Remove dead code.
26924 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
26926         * s/rtu.h:
26927         * m/masscomp.h: Remove files.  Platform is obsolete.
26929 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
26931         * dbusbind.c (Fdbus_method_return): New function.
26932         (xd_read_message): Add the serial number to the event.
26933         (Fdbus_register_method): Activate the function.
26935 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26937         * keyboard.c (read_key_sequence): Fix typo.
26939 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
26941         * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
26942         (xd_signature, xd_append_arg): Handle element type detection for
26943         empty arrays.
26944         (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
26945         SDATA () calls; this must be solved more general.
26946         (Fdbus_register_signal): Use SBYTES instead of strlen.
26948 2008-01-03  Magnus Henoch  <magnus@zemdatav>
26950         * dbusbind.c (xd_append_arg): Use unsigned char instead of
26951         unsigned int for byte values (necessary for big-endian platform).
26952         (Fdbus_call_method): Handle the case of no returned arguments.
26954 2007-12-31  Tom Tromey  <tromey@redhat.com>  (tiny change)
26956         * dbusbind.c (xd_read_message): Use non-static input_event struct.
26958 2007-12-31  Magnus Henoch  <mange@freemail.hu>
26960         * dbusbind.c (xd_signature): Signature of variant is just "v".
26962 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
26964         * dbusbind.c: Fix several errors and compiler warnings.
26965         Reported by Tom Tromey <tromey@redhat.com>.
26966         (XD_ERROR, XD_DEBUG_MESSAGE)
26967         (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
26968         (xd_append_arg): Part for basic D-Bus types rewritten.
26969         (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
26970         DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
26971         appropriate.
26972         (xd_read_message): Return Qnil.  Don't signal an error; it is not
26973         useful during event reading.
26974         (Fdbus_register_signal): Signal an error if the check for
26975         FUNCTIONP fails.
26976         (Fdbus_register_method): New function.  The implementation is not
26977         complete, the call of the function signals an error therefore.
26978         (Fdbus_unregister_object): New function, renamed from
26979         Fdbus_unregister_signal.  The initial check signals an error, if
26980         the object is not well formed.
26982 2007-12-30  Richard Stallman  <rms@gnu.org>
26984         * textprop.c (get_char_property_and_overlay):
26985         Signal error if POSITION is out of range in a buffer.
26987 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
26989         * w32fns.c (Fx_create_frame): Make copy of frame parameters
26990         because the original parameters are in pure storage now.
26992 2007-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26994         * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
26996 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
26998         * callint.c (syms_of_callint) <command-history>: Add reference to
26999         history-length in the doc string.
27001 2007-12-17  Jason Rumney  <jasonr@gnu.org>
27003         * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
27004         before passing as wParam.
27006 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
27008         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
27009         DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
27010         DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
27011         Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
27012         as number.
27013         (Fdbus_call_method): Fix docstring.
27015 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
27017         * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
27018         New macros.
27019         (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
27020         (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
27021         Simplify.
27022         (xd_signature): New function.
27023         (xd_append_arg): Compute also signatures.  Major rewrite.
27024         (xd_retrieve_arg): Make debug messages friendly.
27025         (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
27026         Check for signatures of arguments.
27028 2007-12-19  Michael Albinus  <michael.albinus@gmx.de>
27030         * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
27031         (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
27032         (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
27033         (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
27034         (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
27035         (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
27036         (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
27037         (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
27038         (xd_retrieve_value): Remove.  Functionality included in ...
27039         (xd_append_arg): New function.
27040         (Fdbus_call_method, Fdbus_send_signal): Apply it.
27042 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
27044         * dbusbind.c (top): Include <stdio.h>.
27045         (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
27046         dbus_message_new_method_call and dbus_message_new_signal.
27047         (Fdbus_register_signal): Rename unique_name to uname.
27048         Check handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
27049         non-existing unique name.  Fix typos in matching rule.  Return an
27050         object which is useful in Fdbus_unregister_signal.
27051         (Fdbus_unregister_signal): Reimplementation, in order to remove
27052         only the corresponding entry.
27053         (Vdbus_registered_functions_table): Change the order of entries.
27054         Apply these changes in xd_read_message and Fdbus_register_signal.
27056 2007-12-16  Andreas Schwab  <schwab@suse.de>
27058         * fileio.c (Finsert_file_contents): Fix overflow check to not
27059         depend on undefined integer overflow.
27061 2007-12-14  Jason Rumney  <jasonr@gnu.org>
27063         * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
27064         for characters above 127.
27066 2007-12-13  Jason Rumney  <jasonr@gnu.org>
27068         * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
27069         before dereferencing array.
27070         (lookup_vk_code): Remove zero comparison.
27072 2007-12-14  Michael Albinus  <michael.albinus@gmx.de>
27074         * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
27075         (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
27076         Use `unsigned int' instead of `uint'.
27077         (xd_read_message, Fdbus_register_signal): Split expressions into
27078         multiple lines before operators "&&" and "||", according to the
27079         GNU Coding Standards.
27081 2007-12-14  Eli Zaretskii  <eliz@gnu.org>
27083         * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
27085 2007-12-12  Juri Linkov  <juri@jurta.org>
27087         * buffer.c (Frename_buffer): In interactive spec replace
27088         `read-buffer' with `read-string' that uses `buffer-name-history'
27089         as history, and the current buffer's name as default.
27091 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27093         * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
27094         manipulating the backtrace manually.
27095         (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
27096         (struct backtrace, backtrace_list): Remove.
27097         (command_loop_1): Remove dead var `no_direct'.
27099         * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
27100         preserve non-built-in buffer-local variables.
27101         (Fkill_all_local_variables): Don't re-create&re-set permanent
27102         buffer-local variables.
27104 2007-12-09  Juri Linkov  <juri@jurta.org>
27106         * buffer.c (Frename_buffer): Change interactive spec from "s" to
27107         Lisp code that uses `read-buffer' with current buffer as default.
27109 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
27111         * dbusbind.c (xd_read_message): Generate an event for every
27112         registered handler.  There might be several handlers registered
27113         for the same signal.
27114         (Fdbus_register_signal): Don't overwrite a registration for the
27115         same signal.  Add a new registration if handlers are different.
27116         (Vdbus_registered_functions_table): Rework doc string.
27118 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
27120         * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
27121         (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
27122         DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
27123         (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
27124         Unify argument lists.
27125         (xd_read_message, Fdbus_register_signal): Reorder and extend event
27126         arguments and hash table keys.  Use unique name for service.
27127         (Fdbus_unregister_signal): Remove checks.
27128         (Vdbus_registered_functions_table): Fix doc string.
27130 2007-12-05  Magnus Henoch  <mange@freemail.hu>
27132         * process.c (make_process): Initialize pty_flag to 0.
27134 2007-12-05  Jason Rumney  <jasonr@gnu.org>
27136         * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
27137         specified XBMs.
27139 2007-12-05  Richard Stallman  <rms@gnu.org>
27141         * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
27143 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27145         * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
27146         New variable.
27147         (mac_try_close_socket) [MAC_OSX]: New function.
27148         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
27149         Update cfsockets_for_select.  Replace invalid CFRunLoop source.
27151         * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
27152         Use mac_try_close_socket.
27154 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27156         * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
27157         reloc_base.
27158         (copy_dysymtab): Compute relocation base here.
27159         (rebase_reloc_address) [__ppc64__]: New function.
27160         (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
27161         changed.
27163 2007-12-05  Jason Rumney  <jasonr@gnu.org>
27165         * w32proc.c (sys_spawnve): Quote args with wildcards.
27167 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27169         * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
27170         __objc_* sections.
27171         (unrelocate) [_LP64]: Set relocation base to address of data segment.
27173 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
27175         * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
27176         Move check for Vdbus_registered_functions_table to
27177         xd_read_queued_messages.
27178         (xd_read_queued_messages): Protect xd_read_message calls by
27179         internal_condition_case_1.
27181 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
27183         * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
27184         Qdbus_system_bus and Qdbus_session_bus, respectively.
27185         (Vdbus_intern_symbols): Remove.
27186         (Vdbus_registered_functions_table): New hash table.
27187         (XD_SYMBOL_INTERN_SYMBOL): Remove.
27188         (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
27189         Rewrite in order to manage registered functions by hash table
27190         Vdbus_registered_functions_table.
27192 2007-12-03  Jan Djärv  <jan.h.d@swipnet.se>
27194         * xterm.c: Update URL to Window Manager Specification in comment.
27196 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
27198         * config.in (HAVE_DBUS): Add.
27200         * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
27201         (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
27202         (obj): Add $(DBUS_OBJ).
27203         (LIBES): Add $(DBUS_LIBS).
27204         (dbusbind.o): New target.
27206         * dbusbind.c: New file.
27208         * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
27210         * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
27211         (Qdbus_event): New Lisp symbol.
27212         (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
27213         (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
27214         (keys_of_keyboard): Define dbus-event.
27216         * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
27218 2007-12-01  Richard Stallman  <rms@gnu.org>
27220         * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
27222 2007-11-30  Jason Rumney  <jasonr@gnu.org>
27224         * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
27225         (w32con_reset_terminal_modes): Clear screen buffer.
27226         (w32_face_attributes): Don't use color indexes that are out of range.
27227         Only reverse the default colors.
27229         * xfaces.c (map_tty_color, tty_color_name): Remove special case for
27230         WINDOWSNT.
27232         * w32console.c, w32term.h (vga_stdcolor_name): Remove.
27234 2007-11-29  Jason Rumney  <jasonr@gnu.org>
27236         * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
27237         (w32_face_attributes): Use Vtty_defined_color_alist to determine
27238         if the terminal colors are initialized.
27239         (unspecified_fg, unspecified_bg): Remove unused declarations.
27241 2007-11-29  Andreas Schwab  <schwab@suse.de>
27243         * keyboard.c (apply_modifiers): Fix typo.
27245 2007-11-29  Richard Stallman  <rms@gnu.org>
27247         * keymap.c (Fcurrent_local_map): Doc fix.
27249 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
27251         * s/gnu-kfreebsd.h: New file.
27253 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27255         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
27256         Don't cast redundantly.
27258         * keyboard.c (KEY_TO_CHAR): New macro.
27259         (parse_modifiers, apply_modifiers): Accept integer arguments.
27260         (read_key_sequence): Use them to unify the "shift->unshift" mapping
27261         for chars and symbol keys.
27262         After doing such remapping, apply function-key-map again.
27264 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
27266         * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
27267         compiled anymore.
27269 2007-11-26  Andreas Schwab  <schwab@suse.de>
27271         * process.c (list_processes_1): Fix indentation level of the
27272         command column.
27274 2007-11-23  Andreas Schwab  <schwab@suse.de>
27276         * editfns.c (Fformat): Handle %c specially since it requires the
27277         argument to be of type int.
27279 2007-11-23  Markus Triska  <markus.triska@gmx.at>
27281         * emacs.c (main): Call init_editfns before init_process, since
27282         init_process sets Vprocess_connection_type depending on OS release.
27284 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27286         * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
27287         (find_symbol_value): Use do_symval_forwarding.
27289         * data.c (set_internal): Set the value in the `cons-cell' (for
27290         Buffer_Local_values) not only for frame-local variables.
27292 2007-11-22  Andreas Schwab  <schwab@suse.de>
27294         * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
27295         values to sprintf.
27296         * keymap.c (Fsingle_key_description): Likewise.
27297         * print.c (print_object): Likewise.
27299 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
27301         * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
27302         file for image is nil.
27304 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
27306         * term.c: Include stdarg.h.
27307         (fatal): Implement using varargs.
27308         * lisp.h (fatal): Add argument types.  (Restore 2005-09-30 change).
27310 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
27312         * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
27313         * data.c (store_symval_forwarding): Get type from buffer_objfwd.
27314         Update call to buffer_slot_type_mismatch.
27315         * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
27316         (buffer_slot_type_mismatch): Update.
27317         * buffer.c (buffer_local_types): Remove.
27318         (buffer_slot_type_mismatch): Get the symbol and type as arguments.
27319         (defvar_per_buffer): Set the type in the buffer_objfwd.
27321 2007-11-21  Jason Rumney  <jasonr@gnu.org>
27323         * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
27324         CreateFileMapping returns NULL on failure.
27326 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
27328         * search.c (Fset_match_data): Remove the `evaporate' feature.
27329         (unwind_set_match_data): Don't use the `evaporate' feature.
27331 2007-11-21  Jason Rumney  <jasonr@gnu.org>
27333         * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
27335         * w32console.c (w32con_write_glyphs): Remove unused variables.
27337 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
27339         * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
27341         * s/darwin.h (MULTI_KBOARD): Remove.
27343         * macfns.c (x_create_tip_frame, Fx_create_frame)
27344         (x_create_tip_frame): Don't deal with MULTI_KBOARD.
27346 2007-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
27348         * buffer.c (Fbuffer_local_value): Remove redundant test.
27349         (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
27350         than in `current-buffer' to match the comment.
27351         Do the swap using swap_in_global_binding.
27353         * data.c (store_symval_forwarding, set_internal):
27354         * eval.c (specbind): Remove dead code.
27356         * coding.c (detect_coding, Fupdate_coding_systems_internal):
27357         * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
27358         Since we do not want to see internal Lisp_*fwd objects here.
27360 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
27362         * sysdep.c (init_system_name): Use getaddrinfo if available.
27364         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
27365         (x_scroll_bar_note_movement): start, end, with, height in struct
27366         scroll_bar are integers and not Lisp_Object, so remove XINT for them.
27368 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
27370         * puresize.h (BASE_PURESIZE): Increase to 1190000.
27372 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
27374         * buffer.h (struct buffer): Move `undo_list' back to before `name'.
27375         This undoes Richard's change of 14-Oct-2002.
27377         * alloc.c (allocate_other_vector):
27378         * lisp.h (allocate_other_vector): Remove.
27380         * window.c (struct save_window_data): Move non-lisp data to the end
27381         and make it `int' rather than Lisp_Object.
27382         (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
27383         Done wrap/unwrap integer values.
27384         (Fset_window_configuration, compare_window_configurations):
27385         Update use of fields to their new types.
27387         * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
27388         Turn integer fields into `int'.  Merge x_window_low and x_window_high.
27389         (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
27390         (SET_SCROLL_BAR_X_WINDOW): Remove.
27391         (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
27392         Access the new x_window field directly.
27393         * xterm.c (x_scroll_bar_create): Use a pseudovector.
27394         Don't wrap/unwrap integers into Lisp_Objects.
27395         (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
27396         (x_scroll_bar_report_motion):
27397         Don't wrap/unwrap integers into Lisp_Objects.
27398         (x_term_init): Use SDATA.
27399         (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
27400         (x_scroll_bar_set_handle, x_scroll_bar_remove)
27401         (XTset_vertical_scroll_bar, x_scroll_bar_expose)
27402         (x_scroll_bar_report_motion, x_scroll_bar_clear):
27403         * xfns.c (x_set_background_color):
27404         * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
27405         Access the new x_window field directly.
27407         * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
27408         (allocate_pseudovector): Make non-static.
27410         * lisp.h (enum pvec_type): New tag PVEC_OTHER.
27411         (allocate_pseudovector): Declare.
27412         (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
27414 2007-11-15  Andreas Schwab  <schwab@suse.de>
27416         * editfns.c (Fformat): Correctly format EMACS_INT values.
27417         Also take precision into account when formatting an integer.
27419         * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
27421 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27423         * keyboard.c (Fevent_symbol_parse_modifiers): New function.
27424         (syms_of_keyboard): Defsubr it.
27426         * data.c (swap_in_global_binding): Fix longstanding bug where
27427         store_symval_forwarding was not called with the right second argument,
27428         thus causing objfwd-ing from being dropped.
27430 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
27432         * macfns.c (Fx_create_frame, Fx_display_pixel_width)
27433         (Fx_display_pixel_height, Fx_display_planes)
27434         (Fx_display_color_cells, Fx_server_max_request_size)
27435         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
27436         (Fx_display_visual_class, Fx_display_save_under):
27437         * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
27438         (Fx_display_pixel_height, Fx_display_planes)
27439         (Fx_display_color_cells, Fx_server_max_request_size)
27440         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
27441         (Fx_display_mm_height, Fx_display_mm_width)
27442         (Fx_display_backing_store, Fx_display_visual_class)
27443         (Fw32_select_font, Fx_display_save_under):
27444         * xfns.c (Fx_create_frame, Fx_display_pixel_width)
27445         (Fx_display_pixel_height, Fx_display_planes)
27446         (Fx_display_color_cells, Fx_server_max_request_size)
27447         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
27448         (Fx_display_save_under): Fix typos in docstrings.
27450 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
27452         * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
27453         corresponding to deleted entries; they are an implementation detail.
27454         (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
27455         Remove variables.
27456         (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
27457         (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
27458         (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
27459         (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
27460         (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
27461         (Fw32_define_rgb_color, Fw32_load_color_file)
27462         (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
27463         Fix typos in docstrings.
27464         (Fx_server_version): Reflow docstring.
27465         (Fw32_shell_execute): Doc fixes.
27467 2007-11-13  Juanma Barranquero  <lekktu@gmail.com>
27469         * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
27470         if w32_parse_hot_key returned nil.
27472 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27474         * xdisp.c (load_overlay_strings): Fix copy&paste typo.
27476 2007-11-09  Jason Rumney  <jasonr@gnu.org>
27478         * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
27480         * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
27482         * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
27483         Remove W32_SCROLL_BAR_CLICK_EVENT.
27485         * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
27486         Add MULTIMEDIA_KEY_EVENT.
27488         * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
27489         (lispy_multimedia_keys) [WINDOWSNT]: New array.
27490         (make_lispy_event) [WINDOWSNT]: Use it to translate
27491         MULTIMEDIA_KEY_EVENT.
27493         * w32term.h (WM_APPCOMMAND): Define if not already.
27494         (GET_APPCOMMAND_LPARAM): Likewise.
27496         * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
27497         WM_APPCOMMAND.
27499         * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
27500         (syms_of_w32fns): Export and initialize it.
27501         (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
27503 2007-11-09  Chong Yidong  <cyd@stupidchicken.com>
27505         * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
27506         twice.
27508         * xdisp.c (handle_face_prop): Fix last change.
27510 2007-11-09  Richard Stallman  <rms@gnu.org>
27512         * xdisp.c (handle_face_prop): Test for strings that came from overlays,
27513         not just for after-strings and before-strings.
27514         Call face_for_overlay_string and pass the overlay to it.
27515         (handle_display_prop): Determine whether property came from an overlay.
27516         Pass OVERLAY arg to handle_single_display_spec.
27517         (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
27518         (load_overlay_strings): Fill in it->string_overlays.
27519         (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
27521         * xfaces.c (face_for_overlay_string): Function renamed from
27522         face_at_buffer_position_no_overlays, and add arg OVERLAY.
27524         * dispextern.h (struct it): New elt string_overlays.
27525         New elt from_overlay, also in stack.
27526         Rearrange a few elements.
27527         (face_for_overlay_string): Decl renamed from
27528         face_at_buffer_position_no_overlays, and add argument.
27530 2007-11-09  Richard Stallman  <rms@gnu.org>
27532         * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
27533         to get the base face for an overlay string.
27535         * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
27537         * xfaces.c (face_at_buffer_position_no_overlays): New function.
27539         * xdisp.c (handle_stop): Move some code out of loop.
27541 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27543         * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
27544         Fix conversion from Lisp object to ATSUFontID.
27546 2007-11-09  Jason Rumney  <jasonr@gnu.org>
27548         * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
27550 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27552         * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
27553         Don't assume regions are aligned to page boundary.
27554         (print_load_command_name): Add LC_UUID if defined.
27556 2007-11-09  Richard Stallman  <rms@gnu.org>
27558         * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
27560 2007-11-07  Jason Rumney  <jasonr@gnu.org>
27562         * s/windows95.h: Remove.
27564 2007-11-06  Jan Djärv  <jan.h.d@swipnet.se>
27566         * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
27567         abort with a message on unhandled store_type values.
27569 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
27571         * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
27572         Remove HAVE_X11R5 and HAVE_X11R4.
27574 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
27576         * Makefile.in: Remove references to sunfns.c and sunfns.o.
27578 2007-11-01  Johan Bockgård  <bojohan@gnu.org>
27580         * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
27581         Don't set s->stippled_p here, since it has already been set by
27582         x_set_glyph_string_gc from x_draw_glyph_string.
27584 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
27586         * sunfns.c: Remove file.
27588         * m/sun386.h:
27589         * m/sun2.h:
27590         * m/sparc.h: Remove Sun windows code.
27592 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27594         * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
27595         (init_keyboard): Set current_kboard's window-system to nil.
27596         (tty_read_avail_input): Typo.
27597         * frame.c (make_initial_frame): Don't initialize the initial_kboard.
27599 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
27601         * s/usg5-4.h:
27602         * s/usg5-3.h:
27603         * s/ptx.h:
27604         * m/is386.h:
27605         * m/ibmps2-aix.h:
27606         * Makefile.in: Remove all mentions of X10.
27608         * dispnew.c (syms_of_display): Don't mention version 10.
27610 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
27612         * makefile.w32-in (OBJ1): Remove abbrev.$(O).
27613         ($(BLD)/abbrev.$(O)): Remove.
27615 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27617         Rewrite abbrev.c in Elisp.
27618         * image.c (Qcount): Don't declare as extern.
27619         (syms_of_image): Initialize and staticpro `Qcount'.
27620         * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
27621         * emacs.c (main): Don't call syms_of_abbrev.
27622         * Makefile.in (obj): Remove abbrev.o.
27623         (abbrev.o): Remove.
27624         * abbrev.c: Remove.
27626 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
27628         * window.c (window_min_size_2): Don't count header-line.
27630 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
27632         * frame.h (struct frame): Move all bit fields after the first bit
27633         field to take advantage of the available space.  Group all the
27634         chars together to reduce wasted space due to padding.
27636 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
27638         * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
27640         * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
27641         (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
27642         (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
27643         (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
27644         (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
27645         (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
27646         (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
27647         (last_marked, mark_object_loop_halt): Make static.
27649         * frame.c (syms_of_frame) <delete-frame-functions>:
27650         Fix typo in docstring.
27652 2007-10-25  Juanma Barranquero  <lekktu@gmail.com>
27654         * w32.c (init_environment): Fix tiny memory leak.
27655         (w32_get_resource): Remove unused variable `ok'.
27657 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27659         Make `window-system' into a keyboard-local variable (rather than
27660         frame-local as done originally by multi-tty).
27662         * keyboard.h (struct kboard): Add Vwindow_system.
27663         * keyboard.c (init_kboard): Set a default for Vwindow_system.
27664         (mark_kboards): Mark Vwindow_system.
27666         * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
27667         (init_display): Don't set the obsolete `window-system' frame-param.
27669         * xterm.c (x_term_init):
27670         * w32term.c (w32_create_terminal):
27671         * term.c (init_tty): Set Vwindow_system.
27672         * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
27673         multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.
27675         * xfns.c (Fx_create_frame, x_create_tip_frame):
27676         * w32fns.c (Fx_create_frame, x_create_tip_frame):
27677         * macfns.c (Fx_create_frame):
27678         Don't set the obsolete `window-system' frame-param.
27680         * frame.h (Qwindow_system): Remove.
27681         * frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
27682         (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
27684 2007-10-24  Richard Stallman  <rms@gnu.org>
27686         * frame.c (x_figure_window_size): For fullscreen case,
27687         set USPosition | PPosition without clobbering rest of window_prompting.
27689         * keyboard.c (Fcurrent_idle_time): Doc fix.
27691         * print.c (Fwith_output_to_temp_buffer): Doc fix.
27693 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
27695         * process.c (unwind_request_sigio): Only define if __ultrix__.
27697         * callproc.c (child_setup): Remove spurious *.
27699         * lisp.h (Fget_text_property): Declare.
27700         (have_menus_p): Declare it here rather than in sys-dep header files.
27701         * macterm.h (have_menus_p):
27702         * msdos.h (have_menus_p):
27703         * xterm.h (have_menus_p): Remove.
27705         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
27706         (Fmake_variable_frame_local): Just check the variable's const-ness
27707         rather than checking nil or t.
27709 2007-10-22  Jason Rumney  <jasonr@gnu.org>
27711         * w32fns.c: Include math.h.
27712         (w32_abort): Declaration moved to nt/config.nt.
27714         * s/ms-w32.h (HAVE_STDLIB_H): Define.
27715         (abort): Redefinition moved to nt/config.nt.
27717         * m/windowsnt.h: Remove.
27719 2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
27721         * emacs.c (Fdump_emacs): Fix typo in message.
27722         (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
27723         <installation-directory>: Reflow docstring.
27725 2007-10-22  Juri Linkov  <juri@jurta.org>
27727         * minibuf.c: Allow minibuffer default to be a list of default values.
27728         With empty input use the first element of this list as returned default.
27729         (string_to_object)
27730         (read_minibuf_noninteractive): If defalt is cons, set val to its car.
27731         (read_minibuf): If defalt is cons, set histstring to its car.
27732         (Fread_string): If default_value is cons, set val to its car.
27733         (Fread_buffer): If def is cons, use its car.
27734         (Fcompleting_read): If defalt is cons, set val to its car.
27736 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
27738         * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
27740 2007-10-20  Juanma Barranquero  <lekktu@gmail.com>
27742         * doc.c (Fdocumentation): Check for advice in all cases.
27744 2007-10-19  Chong Yidong  <cyd@stupidchicken.com>
27746         * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
27748 2007-10-19  Richard Stallman  <rms@gnu.org>
27750         * doc.c (Fdocumentation): Check for and handle an advised function.
27752 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
27754         * process.c (Fset_process_filter): Doc fix.
27756 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
27758         * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
27759         which caused key-translation-map to applied repeatedly (thus breaking
27760         double-mode).
27762 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
27764         * xselect.c (x_own_selection, x_handle_selection_clear)
27765         (x_clear_frame_selections):
27766         * w32menu.c (list_of_panes, list_of_items):
27767         * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
27768         * textprop.c (validate_plist, interval_has_all_properties)
27769         (interval_has_some_properties, interval_has_some_properties_list)
27770         (add_properties, text_property_list):
27771         * process.c (Fget_buffer_process, list_processes_1, status_notify):
27772         * minibuf.c (Fassoc_string):
27773         * macselect.c (x_own_selection, x_clear_frame_selections)
27774         (Fx_disown_selection_internal):
27775         * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
27776         Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
27778 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
27780         * process.c: Link to libs for calling res_init() if available.
27781         (Fmake_network_process): Call res_init() before getaddrinfo or
27782         gethostbyname, if possible.
27784 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
27786         * lread.c (read1): Set pvectype for char_tables.
27788         * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
27789         (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
27790         Add type checks.
27791         (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
27793         * alloc.c (free_misc): Use XMISCTYPE.
27794         (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
27796 2007-10-17  Glenn Morris  <rgm@gnu.org>
27798         * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
27799         (syms_of_minibuf): Add Qcompletion_ignore_case.
27800         * dired.c (Qcompletion_ignore_case): Change to external.
27801         (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
27802         * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
27803         (Fread_file_name): Use it rather than intern'ing.
27805         * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
27806         (Fread_coding_system): Ignore case of user input.
27808 2007-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27810         * xdisp.c (handle_display_prop): Ignore display specs after
27811         replacing one when string text is being replaced.
27812         (handle_single_display_spec): Pretend as if characters with display
27813         property haven't been consumed only when buffer text is being replaced.
27815 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
27817         * xfns.c (Fx_create_frame, Fx_display_list):
27818         * window.c (window_fixed_size_p, enlarge_window)
27819         (shrink_window_lowest_first):
27820         * macterm.c (init_font_name_table):
27821         * macfns.c (Fx_create_frame, Fx_display_list):
27822         * lread.c (close_load_descs):
27823         * keyboard.c (read_char_x_menu_prompt):
27824         * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
27825         * coding.c (code_convert_region_unwind): Test the type of an object
27826         rather than just !NILP before extracting data from it.
27828         * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
27830         * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
27831         (XMISCANY): New macro.
27832         (XMISCTYPE): Use it.
27833         (struct Lisp_Misc_Any): New type.
27834         (union Lisp_Misc): Use it.
27835         (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
27836         * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
27837         (find_symbol_value, set_internal, default_value, Fset_default)
27838         (Fmake_variable_buffer_local, Fmake_local_variable)
27839         (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
27840         (Flocal_variable_if_set_p, Fvariable_binding_locus):
27841         The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
27842         * alloc.c (allocate_buffer): Set the size and tag.
27843         (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
27844         Use XMISCANY.
27845         (die): Follow the GNU convention for error messages.
27846         * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
27847         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
27848         tag any more.
27849         (set_buffer_internal_1):
27850         * frame.c (store_frame_param):
27851         * eval.c (specbind):
27852         * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
27854         * doc.c (Fsnarf_documentation): Simplify.
27856 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
27858         * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
27859         (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
27861 2007-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27863         * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
27865 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
27867         * eval.c (do_autoload): Don't save autoloads.
27869         * data.c (Ffset): Save autoload of the function being set.
27871 2007-10-07  John Paul Wallington  <jpw@pobox.com>
27873         * xfns.c (x_create_tip_frame): Set the `display-type' frame
27874         parameter before setting up faces.
27876 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
27878         * ccl.c (Fregister_code_conversion_map):
27879         * keyboard.c (append_tool_bar_item): Reformat last change.
27881         * lisp.h (eabs): Rename from `abs'.  All callers changed.
27883 2007-10-05  Dmitry Antipov  <dmantipov@yandex.ru>
27885         * buffer.c (add_overlay_mod_hooklist):
27886         * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
27887         * fontset.c (make_fontset):
27888         * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
27889         (append_tool_bar_item):
27890         * macmenu.c (grow_menu_items):
27891         * w32menu.c (grow_menu_items):
27892         * xmenu.c (grow_menu_items): Use larger_vector.
27894 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
27896         * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
27897         selected frame'' on MSDOS).
27899 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
27901         * frame.c (Qexplicit_name): New variable.
27902         (x_report_frame_params): Report it in parameter alist.
27903         (syms_of_frame): Intern and staticpro it.
27905 2007-10-10  Patrick Mahan  <mahan@mahan.org>  (tiny change)
27907         * macfns.c (x_create_tip_frame): Set terminal for frame.
27909 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27911         * frame.c (Qenvironment): Remove.
27912         (syms_of_frame) <Qenvironment>: Don't initialize.
27913         (Fdelete_frame): Don't treat the `environment' param specially.
27914         * frame.h (Qenvironment): Don't declare.
27915         * callproc.c (set_initial_environment): Don't set unused frame param.
27917         * frame.c (Fframe_with_environment): Remove.
27918         (syms_of_frame) <Sframe_with_environment>: Don't declare.
27920         * lisp.h (Fframe_with_environment): Don't declare.
27922 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
27924         * indent.c (indent_tabs_mode, last_known_column)
27925         (last_known_column_modified): Make static.
27926         (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
27928 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
27930         * puresize.h (BASE_PURESIZE): Increase to 1170000.
27932 2007-10-09  Jason Rumney  <jasonr@gnu.org>
27934         * w32term.c (x_set_window_size): Disable code that attempts to tell
27935         Lisp code about a size change before it actually happens.
27937 2007-10-09  Richard Stallman  <rms@gnu.org>
27939         * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
27940         return HANDLED_RETURN.
27942 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
27944         * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
27945         when there's an unread command event.
27947         * frame.c (focus_follows_mouse): Move here from frame.el to allow
27948         window autoselection act appropriately when leaving selected frame.
27949         (syms_of_frame): Initialize focus_follows_mouse.
27950         * frame.h (focus_follows_mouse): Extern it.
27951         * macterm.c (XTread_socket): When focus_follows_mouse is nil
27952         make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
27953         * msdos.c (dos_rawgetc): Likewise.
27954         * w32term.c (w32_read_socket): Likewise.
27955         * xterm.c (handle_one_xevent): Likewise.
27956         * xdisp.c (syms_of_xdisp): In doc-string of
27957         mouse-autoselect-window mention focus-follows-mouse.
27959 2007-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27961         * macterm.c (mac_load_query_font): Fix missing return value.
27962         [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
27963         Add BLOCK_INPUT.
27965 2007-10-08  Richard Stallman  <rms@gnu.org>
27967         * xdisp.c (get_window_cursor_type): Implement documented behavior
27968         for cursor-in-non-selected-windows = t.
27970 2007-10-08  Jason Rumney  <jasonr@gnu.org>
27972         * w32.c (w32_get_resource): Always close registry keys.
27974 2007-10-08  Jason Rumney  <jasonr@gnu.org>
27976         * makefile.w32-in (LIBS): Add COMCTL32.
27978         * w32fns.c (globals_of_w32fns): Init common controls.
27980 2007-10-08  Richard Stallman  <rms@gnu.org>
27982         * image.c (our_memory_buffer): Rename from omfib_buffer.
27984 2007-10-08  Richard Stallman  <rms@gnu.org>
27986         * buffer.c (Foverlays_at): Doc fix.
27988 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
27990         * fns.c (Fplist_put): Preserve uneven tail data.
27992 2007-10-08  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
27994         * termhooks.h (enum event_kind): Remove trailing comma.
27996         * frame.h (enum): Remove trailing comma.
27998 2007-10-08  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
28000         * w32proc.c (delete_child): Don't terminate threads of zombies.
28002 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
28004         * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
28006         * keyboard.c (syms_of_keyboard): Set up new Lisp variable
28007         last-repeatable-command.
28008         (init_kboard): Initialize Vlast_repeatable_command.
28009         (command_loop_1): Set it to real_this_command unless that was
28010         bound to an input event.
28011         (mark_kboards): Mark it.
28013 2007-10-08  Richard Stallman  <rms@gnu.org>
28015         * eval.c (condition-case): Doc fix.
28017 2007-10-08  Masatake YAMATO  <jet@gyve.org>
28019         * xfaces.c (tty_supports_face_attributes_p): Fix code
28020         for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
28021         was copied and not edited.
28023 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28025         Add new `input-decode-map' keymap and use it for terminal
28026         escape sequences.
28027         * keyboard.h (struct kboard): Add Vinput_decode_map.
28028         Remove Vlocal_key_translation_map.
28029         * keyboard.c (read_key_sequence): Add support for input-decode-map.
28030         (init_kboard): Init input-decode-map.
28031         Replace local-key-translation-map back with key-translation-map.
28032         (syms_of_keyboard): Declare input-decode-map.
28033         Remove local-key-translation-map.  Update docstrings.
28034         (mark_kboards): Mark Vinput_decode_map.
28035         Don't mark Vlocal_key_translation_map.
28036         * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
28037         Replace local-key-translation-map back with key-translation-map.
28038         * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
28039         Bind in input-decode-map rather than function-key-map.
28041         * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
28042         This was made redundant by the previous introduction of XSETPVECTYPE.
28044 2007-10-09  Richard Stallman  <rms@gnu.org>
28046         * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
28048 2007-09-29  Richard Stallman  <rms@gnu.org>
28050         * eval.c (internal_condition_case_2, internal_condition_case_1)
28051         (internal_condition_case): Reenable abort if x_catching_errors ()
28052         to see if that really happens and why.
28054 2007-10-06  Andreas Schwab  <schwab@suse.de>
28056         * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
28058 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
28060         * image.c (syms_of_image) <image-types>: Fix typo in docstring.
28062 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28064         * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
28066 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
28068         * window.h (struct window):
28069         * window.c (struct save_window_data, struct saved_window):
28070         * termhooks.h (struct terminal):
28071         * process.h (struct Lisp_Process):
28072         * frame.h (struct frame):
28073         * buffer.h (struct buffer):
28074         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
28075         (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
28076         The size field of (pseudo)vectors is now unsigned.
28077         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
28079         * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
28080         Turn `count' into an integer.
28082         * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
28083         (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
28084         * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
28085         * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
28086         (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
28088         * alloc.c (allocate_pseudovector): New fun.
28089         (ALLOCATE_PSEUDOVECTOR): New macro.
28090         (allocate_window, allocate_terminal, allocate_frame)
28091         (allocate_process): Use it.
28092         (mark_vectorlike): New function.
28093         (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
28094         (mark_terminals): Use it.
28095         (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
28096         (Fmake_byte_code): Use XSETPVECTYPE.
28098         * frame.c (Fframe_parameters): Minor simplification.
28100         * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
28102         * marker.c (Fmarker_buffer): Make test for odd case into a failure.
28104         * buffer.c (Fget_buffer_create, init_buffer_once):
28105         * lread.c (defsubr):
28106         * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
28108         * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
28109         defined differently in the m/*.h files.
28110         (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
28111         (XSETPVECTYPE): New macro.
28112         (XSETPSEUDOVECTOR): Use it.
28114         * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
28115         (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
28117         * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
28118         * lread.c (defvar_per_buffer):
28119         * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
28121         * window.c (candidate_window_p): Only consider as visible frames that
28122         are on the same terminal.
28124         * m/ibms390x.h (MARKBIT): Remove unused macro.
28126 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
28128         * lread.c (Fload): Fix typo in docstring.
28130 2007-10-01  Michaël Cadilhac  <michael@cadilhac.name>
28132         * floatfns.c (Fexpt): Manually check for overflows, so that a power
28133         of a non-zero value can't yield zero.
28135 2007-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28137         * term.c (term_clear_mouse_face, term_mouse_highlight)
28138         (tty_write_glyphs_with_face): Only define is HAVE_GPM.
28140         * print.c (safe_debug_print): Use XHASH.
28142         * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
28143         Lisp elements such as tags.
28144         (XHASH): New macro.
28145         (EQ): Use it.
28146         (SREF, SSET, STRING_COPYIN): Use SDATA.
28147         (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
28149         * alloc.c (mark_terminal): Remove left-over declaration.
28150         (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
28151         (allocate_vectorlike): Remove type argument.  Adjust callers.
28152         (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
28153         Only handle the one remaining MEM_TYPE_VECTORLIKE.
28155         * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
28156         to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
28157         (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
28158         (lisp_align_free, make_interval, allocate_string, allocate_string_data)
28159         (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
28160         Use them.
28162         * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
28163         Don't let signal handlers run when a GC is freed but not yet NULL'ed.
28164         (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
28166 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
28168         * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
28169         loaded by default.
28171 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28173         * term.c (Fgpm_mouse_start): Don't signal an error if already activated
28174         on this tty.
28175         (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
28177         * term.c (mouse_face_window): Rename from Qmouse_face_window.
28178         Update all users.
28179         (handle_one_term_event): Use Gpm_DrawPointer.
28180         (Fgpm_mouse_start): Rename from Fterm_open_connection.
28181         Signal errors instead of returning nil.  Always return nil.
28182         (Fgpm_mouse_stop): Rename from Fterm_close_connection.
28183         Make it a noop if gpm-mouse was not activated.
28184         (syms_of_term): Update names.
28186 2007-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28188         * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
28189         (init_sys_modes): Check that gpm_tty is the current tty.
28191         * alloc.c (allocate_terminal): Set the vector size to only count the
28192         lisp fields.  Initialize those to nil.
28193         (mark_object): Don't treat terminals specially.
28194         (mark_terminal): Remove.
28195         (mark_terminals): Use mark_object instead.
28197         * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
28198         the GC to the beginning.
28200         * indent.h:
28201         * indent.c: Use EMACS_INT for ints coming from Elisp data.
28203         * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
28205 2007-09-25  Jason Rumney  <jasonr@gnu.org>
28207         * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
28209         * w32console.c (create_w32cons_output): Remove.
28211         * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
28213         * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
28214         (reset_sys_modes): Use reset_terminal_modes_hook.
28216 2007-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28218         * eval.c (do_autoload): Don't output any message.
28220 2007-09-24  Juri Linkov  <juri@jurta.org>
28222         * emacs.c (standard_args): Change priority of "--no-splash"
28223         from 40 to 3.  Add "--no-desktop" with the same priority.
28225 2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
28227         * alloc.c (gc_sweep): Check cons cell mark bits word by word
28228         and optimize the case where they are all 1.
28230 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
28232         * lisp.h (abs): Define if not defined.
28233         * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
28234         Don't define `abs', since it's defined in lisp.h.
28236 2007-09-22  Eli Zaretskii  <eliz@gnu.org>
28238         * term.c (DEV_TTY): New macro.  Provide a definition for MS-Windows.
28239         (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
28240         (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
28241         (init_tty): Use DEV_TTY instead of "/dev/tty".
28242         [WINDOWSNT]: No need to protect from NAME arg being null.
28244 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
28246         * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
28247         up the tty state.
28249 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
28251         * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
28252         (gpm_tty): Change its type.
28253         * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
28254         (gpm_tty): Change its type and initialize it.
28255         (Fterm_open_connection): Check the frame is indeed a tty.
28256         Use the new gpm_tty.
28257         (Fterm_close_connection): Use the new gpm_tty.
28258         * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
28259         * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
28261 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
28263         * w32term.c (x_draw_glyph_string): Use strike_through_color, not
28264         underline_color, to draw strike-through.
28266 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
28268         * lisp.h (allocate_terminal): Declare.
28270         * window.c (candidate_window_p): Consider frames that are being placed
28271         by the user as somewhere between visible and iconified.
28272         (window_loop): Prefer windows on the current frame.
28273         (Fselect_window): Move the use of select-frame to the beginning so we
28274         can just delegate all the work (it'll call us back anyway).
28276         * frame.c (Qdisplay_environment_variable):
28277         * frame.h (Qdisplay_environment_variable): Delete.
28279         * .gdbinit (xbacktrace): Print the arg's address rather than the value
28280         of the first arg, since that value may be a union.
28282         * callproc.c (child_setup, getenv_internal): Use the frame's `display'
28283         parameter rather than Qdisplay_environment_variable.  If all else
28284         fails, look for DISPLAY in initial-environment.
28286 2007-09-21  Glenn Morris  <rgm@gnu.org>
28288         * Makefile.in (emacstool): Remove target.
28289         (lisp, shortlisp): Remove termdev.elc.
28291 2007-09-21  Markus Triska  <markus.triska@gmx.at>
28293         * xterm.c (x_delete_display): Compile session management conditionally.
28295 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28297         * callproc.c (getenv_internal_1): New function.
28298         (getenv_internal): Use it.
28299         (Fgetenv_internal): Use it.  Accept an env-list as optional arg.
28301         * terminal.c (get_terminal): Don't accept ints to represent terminals.
28302         (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
28303         (Fset_terminal_parameter): Work with dead terminals as well.
28304         (Fmodify_terminal_parameters): Remove.
28306         * terminal.c (get_terminal): Handle terminals.
28307         Make sure the terminal returned is live.
28308         (create_terminal): Use allocate_terminal.
28309         (mark_terminals): Move to alloc.c.
28310         (delete_terminal): Use terminal->name as liveness status.
28311         NULL out fields after freeing their contents.
28312         Don't deallocate the object.
28313         (Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
28314         rather than an int.
28315         (Fterminal_live_p): Accept non-integer arguments.
28316         (Fterminal_list): Return terminal objects rather than an ints.
28318         * alloc.c (enum mem_type): New member for `terminal' objects.
28319         (allocate_terminal): New function.
28320         (mark_maybe_pointer, valid_lisp_object_p, mark_object):
28321         Handle terminals.
28322         (mark_terminal): New fun.
28323         (mark_terminals): Move from terminal.c.
28325         * term.c (get_tty_terminal): Don't treat output_initial specially.
28326         (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
28327         (delete_tty): Use terminal->name as liveness status.
28329         * termhooks.h (struct terminal): Make it into a pseudovector.
28330         Remove `deleted' replaced by checking `name's nullness.
28332         * print.c (print_object): Handle terminals.
28334         * lisp.h (enum pvec_type): New `terminal' pseudovector.
28335         (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
28337         * frame.c (make_terminal_frame):
28338         * keyboard.c (tty_read_avail_input):
28339         * w32term.c (x_delete_terminal):
28340         * xfns.c (Fx_create_frame, x_create_tip_frame):
28341         * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
28343 2007-09-20  Glenn Morris  <rgm@gnu.org>
28345         * process.c (Fmake_network_process): Doc fix.
28347 2007-09-19  Jason Rumney  <jasonr@gnu.org>
28349         * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
28351 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
28353         * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
28354         Fix a C warning regarding variable constness.
28356         * xterm.c (handle_one_xevent): Fix a C warning.
28358 2007-09-18  Jason Rumney  <jasonr@gnu.org>
28360         * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
28362 2007-09-17  Jan Djärv  <jan.h.d@swipnet.se>
28364         * gtkutil.c (gdpy_def): New variable.
28365         (xg_initialize): Initialize gdpy_def.
28366         (xg_display_close): If no other display exists, set gdpy_def to a
28367         new connection.
28369 2007-09-16  Jan Djärv  <jan.h.d@swipnet.se>
28371         * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
28372         when we have no file name for the icon.
28373         (xg_tool_bar_expose_callback): Remove.
28374         (xg_create_tool_bar): Don't connect expose signal to
28375         xg_tool_bar_expose_callback.
28376         (xg_get_file_with_chooser): Move GCPRO1 after declarations.
28378 2007-09-16  Andreas Schwab  <schwab@suse.de>
28380         * alloc.c (reset_malloc_hooks): Set the hooks to the previous
28381         values instead of zapping them.
28383 2007-09-14  Glenn Morris  <rgm@gnu.org>
28385         * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
28386         * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
28387         * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
28388         scope and rename to omfib_buffer for clarity.
28389         (gif_load) <interlace_start, interlace_increment>: Move to file scope.
28391 2007-09-14  Kenichi Handa  <handa@m17n.org>
28393         * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
28395 2007-09-13  Jason Rumney  <jasonr@gnu.org>
28397         * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
28399         * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
28401         * macterm.c (mac_initialize): Don't call mac_init_fringe here.
28402         (mac_term_init): Call here instead, passing rif.
28404 2007-09-13  Glenn Morris  <rgm@gnu.org>
28406         * s/hpux.h: No longer define `static' as nothing.
28408 2007-09-13  Johan Bockgård  <bojohan@gnu.org>
28410         * callint.c (Fcall_interactively): Remove unused var `fun'.
28412 2007-09-12  Romain Francoise  <romain@orebokech.com>
28414         * window.c (prefer_window_split_horizontally, display_buffer):
28415         Revert 2007-09-08 change.
28417 2007-09-12  Glenn Morris  <rgm@gnu.org>
28419         * alloca.c: Remove file.
28420         * Makefile.in (alloca): Do not undef.
28421         (allocaobj, alloca.o): Remove.
28422         (otherobj): Remove allocaobj.
28423         * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
28424         * regex.c (C_ALLOCA): Remove all references and code that was only
28425         used when this was defined.
28426         * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
28427         * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
28428         * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
28430         * Makefile.in (SOURCES, unlock, relock): Delete.
28432         * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
28433         (menu_grab_callback): All uses changed.
28435         * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
28436         (x_reply_selection_request): All uses changed.
28438 2007-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28440         * lread.c (load_warn_old_style_backquotes): Change message to look
28441         better when it appears in the middle of byte-compiler messages.
28443 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
28445         * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
28447         * xterm.c (x_create_terminal): Add comment.
28449         * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
28451 2007-09-10  Richard Stallman  <rms@gnu.org>
28453         * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
28455 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
28457         * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
28458         (DEFUN): Document `intspec', use it instead of `prompt'.
28460         * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
28462         * data.c (Finteractive_form): If the interactive specification starts
28463         with a `(', use it as a Lisp form.
28465         * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
28466         name and file modes.
28468         * callint.c (Fcall_interactively): Comment fixes.
28470 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28472         * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
28473         and compiled functions.
28475 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
28477         * window.c (prefer_window_split_horizontally): New variable.
28478         (display_buffer): Consider splitting window horizontally depending
28479         on prefer_window_split_horizontally.
28481 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
28483         * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
28485 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28487         * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
28489         * frame.c (x_set_frame_parameters): Check number is positive before
28490         using XFASTINT.
28492         * window.c (freeze_window_start): Don't presume selected_window holds
28493         a window object.
28494         (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
28496 2007-09-07  Angelo Graziosi  <Angelo.Graziosi@roma1.infn.it>  (tiny change)
28498         * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
28500 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28502         * window.c (Vsplit_window_preferred_function): New var.
28503         (Fdisplay_buffer): Use it.
28504         (syms_of_window): Export, and initialize it.
28506 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
28508         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
28510 2007-09-06  Glenn Morris  <rgm@gnu.org>
28512         * gtkutil.c (menu_grab_callback) <cnt>:
28513         * xselect.c (x_reply_selection_request) <cnt>: Move static
28514         variable to file scope.
28516 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28518         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
28519         consistent values of selected_frame and selected_window.
28521 2007-09-04  Jason Rumney  <jasonr@gnu.org>
28523         * w32console.c (initialize_w32_display): Zero unused hooks.
28525 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
28527         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
28528         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
28530 2007-09-04  Jason Rumney  <jasonr@gnu.org>
28532         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
28533         in w32console.c.  Set up input.  Remove XXX comments that have been
28534         confirmed as correct.
28536         * s/ms-w32.h (MULTI_KBOARD): Define.
28538         * w32console.c (one_and_only_w32cons): Remove.
28539         (initialize_w32_display): Take terminal argument.
28541         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
28542         initialize_w32_display.
28543         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
28545         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
28547         * keyboard.c (discard_mouse_events): Discard it.
28548         (make_lispy_event): Translate it to a lisp event.
28549         (lispy_wheel_names): Add wheel-left and right events.
28550         (syms_of_keyboard): Enlarge wheel_syms.
28552         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
28553         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
28555         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
28557         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
28558         from WM_MOUSEHWHEEL.
28559         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
28561         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
28562         terminal.
28564         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
28565         keyboard for the terminal.
28567 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
28569         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
28570         (Vresume_tty_hook): Rename from Vresume_tty_functions.
28571         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
28572         and resume-tty-function to resume-tty-hook.
28573         (Fsuspend_tty, Fresume_tty): Use new names.
28575 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
28577         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
28578         if it starts with "n:".
28580 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
28582         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
28584 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28586         * frame.h:
28587         * frame.c (Qterm_environment_variable): Remove.
28588         (syms_of_frame): Don't init and staticpro it.
28590         * callproc.c (getenv_internal): Remove special case for $TERM.
28592         * callproc.c (Vinitial_environment): New variable.
28593         (set_initial_environment): Initialize it.
28594         (syms_of_callproc): Declare it.
28595         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
28596         TERM under which a process runs is never related to the TERM in which
28597         Emacs is running.
28599 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
28601         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
28602         * s/darwin.h: ... do it here.
28604 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
28606         * lisp.h (set_initial_environment): Rename from set_global_environment.
28608         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
28609         removed by mistake on the multi-tty branch.
28611         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
28612         (Fmodify_frame_parameters): Return a value.
28614         * image.c (png_load): Comment-out var only used in commented-out code.
28616         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
28617         before passing it to mark_object.
28619         * xfaces.c (internal_resolve_face_name): Return a value.
28620         (internal_resolve_face_name, resolve_face_name_error): Comment out.
28622         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
28623         (x_icon): Comment-out var only used in commented-out code.
28625 2007-08-29  Romain Francoise  <romain@orebokech.com>
28627         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
28628         QUIT hasn't been provided.
28630 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
28632         * callproc.c (child_setup, getenv_internal): Use the
28633         display-environment-variable and term-environment-variable frame params.
28634         (set_initial_environment): Initialise Vprocess_environment.
28636         * config.in: Disable multi-keyboard support on a mac.
28638         * frame.c (Qterm_environment_variable)
28639         (Qdisplay_environment_variable): New variables.
28640         (syms_of_frame): Intern and staticpro them.
28641         (Fmake_terminal_frame): Disable output method test.
28643         * frame.h: Declare them here.
28645         * macfns.c (x_set_mouse_color): Get rif from the frame.
28646         (x_set_tool_bar_lines): Don't use updating_frame.
28647         (mac_window): Add 2 new parameters for consistency with other systems.
28648         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
28649         frame parameters following what is done in X11 and w32.  Don't use
28650         FRAME_MAC_DISPLAY_INFO.
28651         (Fx_open_connection, start_hourglass): Remove window-system check.
28652         (x_create_tip_frame): Get the keyboard from the terminal.
28654         * macmenu.c: Reorder includes.
28655         (Fx_popup_menu): Use terminal specific mouse_position_hook.
28657         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
28658         terminal parameter.
28659         (x_clear_frame): Add a frame parameter.
28660         (note_mouse_movement): Get rif from the frame.
28661         (mac_term_init): Initialize the terminal.
28662         (mac_initialize): Make static and move terminal initialization ...
28663         (mac_create_terminal): ... to this new function.
28665         * macterm.h (struct mac_display_info): Add terminal.
28666         (mac_initialize): Delete declaration.
28668         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
28670         * sysdep.c: Comment out text after #endif.
28672         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
28673         is defined.  Better initialize ttys in windows.  Use terminal
28674         specific mouse_position_hook.
28676         * termhooks.h (union display_info): Add mac_display_info.
28678         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
28679         Set the default minibuffer frame, window_system and the rest of the
28680         frame parameters following what is done in X11.
28682         * w32term.c (w32_initialize): Make static.
28684         * xselect.c (x_handle_selection_clear): Only access
28685         terminal->kboard when MULTI_KBOARD is defined.
28687         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
28688         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
28690 2007-08-29  Jason Rumney  <jasonr@gnu.org>
28692         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
28693         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
28695         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
28696         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
28698         * keyboard.c (restore_kboard_configuration): Only define when
28699         MULTI_KBOARD defined.
28701         * makefile.w32-in: Update dependancies from Makefile.in.
28702         (OBJ1): Add terminal.$(O)
28704         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
28705         Don't define function body.
28706         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
28708         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
28710         * w32.c (request_sigio, unrequest_sigio): Remove.
28712         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
28713         (w32con_clear_frame, w32con_clear_end_of_line)
28714         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
28715         (w32con_delete_glyphs, w32con_set_terminal_window)
28716         (scroll_line, w32_sys_ring_bell): Add frame arg.
28717         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
28718         Add terminal arg.
28719         (PICK_FRAME): Remove.
28720         (w32con_write_glyphs): Use frame specific terminal coding.
28721         (one_and_only_w32cons): New global variable.
28722         (initialize_w32_display): Use it for storing hooks.
28723         (create_w32cons_output): New function.
28725         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
28726         arg a frame.
28728         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
28729         Set window_system.
28730         (x_set_tool_bar_lines): Don't use updating_frame.
28731         (Fx_create_frame): Set terminal and ref count.
28732         (Fx_open_connection): Remove window-system check.
28734         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
28736         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
28737         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
28738         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
28739         Add frame arg.
28740         (x_delete_terminal, w32_create_terminal): New functions.
28741         (w32_term_init): Create a terminal.
28742         (w32_initialize): Move terminal specific initialization to
28743         w32_create_terminal.
28745         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
28746         (w32_clear_rect, w32_clear_area): Use background from frame.
28747         (w32_display_info): Add terminal.
28748         (w32_sys_ring_bell, x_delete_display): Declare here.
28750         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
28752         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
28754 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
28756         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
28757         Fix get_named_tty calls for the controlling tty.
28759 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
28761         * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
28763 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
28765         * term.c (tty_insert_glyphs): Add missing first parameter.
28767 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
28769         * buffer.c (Fbuffer_list, Fbury_buffer):
28770         Take frame->buried_buffer_list into account.
28772         * cm.c (current_tty): New variable, for cmputc().
28773         (cmputc): Use it.
28774         (cmcheckmagic): Add tty parameter, look up terminal streams there.
28775         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
28776         (cmgoto): Add tty parameter.  Pass it on to calccost().
28777         Use emacs_tputs() instead of tputs().
28779         * cm.h (emacs_tputs): New macro to set current_tty, and then call
28780         tputs().
28781         (current_tty): New variable, for cmputc().
28782         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
28784         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
28785         (internal_condition_case, internal_condition_case_1)
28786         (internal_condition_case_2): Don't abort when x_catching_errors.
28788         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
28789         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
28790         prevent crashes caused by bogus longjmps in read_char.
28792         * keymap.h (Fset_keymap_parent): Add EXFUN.
28794         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
28795         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
28796         Remove redundant definition.
28798         * macfns.c (x_set_mouse_color, x_make_gc):
28799         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28801         * w32term.c (x_free_frame_resources):
28802         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28803         (w32_initialize): Use the accessor macros for terminal characteristics.
28805         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
28806         Use the accessor macros for terminal characteristics.
28807         * msdos.c (internal_terminal_init): Use the accessor macros for
28808         terminal characteristics.
28809         (ScreenVisualBell, internal_terminal_init):
28810         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28812         * termopts.h (no_redraw_on_reenter): Declare.
28814         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
28815         (mark_terminals, mark_ttys): Declare.
28816         (Fgarbage_collect): Call them.
28817         (mark_object): Mark buried_buffer_list.
28819         * prefix-args.c: Include stdlib.h for exit.
28821         * syssignal.h: Add comment.
28823         * indent.c: Include stdio.h.
28825         * window.h (Vinitial_window_system): Declare.
28826         (Vwindow_system): Delete declaration.
28828         * fontset.c (Finternal_char_font): Use FRAME_RIF.
28830         * image.c (lookup_image): Don't initialize `c' until the xasserts
28831         have been run.
28833         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
28834         FRAME_FOREGROUND_PIXEL.
28836         * print.c (print_preprocess): Don't lose print_depth levels while
28837         iterating.
28839         * widget.c (update_from_various_frame_slots):
28840         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
28842         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
28843         frames.
28844         (window_internal_height): Remove bogus make_number call.
28845         (init_window_once): Call make_terminal_frame with two zero parameters.
28847         * fileio.c (Fread_file_name): Update comment.
28849         * callint.c (Fcall_interactively):
28850         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
28851         Make sure it is correctly unwound.
28853         * xsmfns.c (x_session_close): New function.
28855         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
28856         Delete declarations.
28858         * xterm.h: Remove declaration for x_fully_uncatch_errors.
28859         (x_output): Remove background_pixel and foreground_pixel fields.
28860         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
28861         (x_delete_device, x_session_close): Declare.
28863         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
28864         (read_filtered_event): Call `read_char' with a local
28865         `wrong_kboard_jmpbuf'.
28867         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
28868         Don't call single_kboard_state.  Use FRAME_RIF.
28870         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
28871         systems.
28873         * lisp.h (set_process_environment): Rename to `set_global_environment'.
28874         (Fframe_with_environment, Fset_input_meta_mode)
28875         (Fset_quit_char): EXFUN.
28876         (x_create_device, tty_output, terminal, tty_display_info): Declare.
28877         (init_sys_modes, reset_sys_modes): Update prototypes.
28878         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
28880         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
28881         Vlocal_key_translation_map, and Vkeyboard_translate_table.
28882         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
28883         Delete declarations.
28884         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
28885         (temporarily_switch_to_single_kboard, tty_read_avail_input):
28886         New declarations.
28888         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
28889         already does that during init_display().  Call syms_of_keymap
28890         before syms_of_keyboard.  Call `syms_of_terminal'.
28891         Call set_initial_environment, not set_process_environment.
28892         (shut_down_emacs): Call reset_all_sys_modes() instead of
28893         reset_sys_modes().
28895         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
28896         (internal_resolve_face_name, resolve_face_name_error): New functions.
28897         (resolve_face_name): Protect against loops and errors thrown by Fget.
28898         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
28899         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
28901         * scroll.c: Replace CURTTY() with local variables throughout the
28902         file (where applicable).
28903         (calculate_scrolling, calculate_direct_scrolling)
28904         (scrolling_1, scroll_cost): Use the accessor macros for terminal
28905         characteristics.
28907         * keymap.c (Vfunction_key_map): Remove.
28908         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
28909         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
28910         (Vkey_translation_map): Remove.
28911         (syms_of_keymap): Remove DEFVAR for key-translation-map.
28912         (Fdescribe_buffer_bindings)
28913         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
28914         Update for terminal-local key-translation-map.
28916         * Makefile.in (callproc.o): Update dependencies.
28917         (lisp, shortlisp): Add termdev.elc.
28918         (obj): Add terminal.o.
28919         (terminal.o): Add dependencies.
28920         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
28921         (data.o, fns.o): Add termhooks.h dependency.
28922         (SOME_MACHINE_LISP): Add dnd.elc.
28923         (minibuf.o): Fix typo.
28924         Update dependencies.
28926         * data.c (do_symval_forwarding, store_symval_forwarding)
28927         (find_symbol_value): Use the selected frame's keyboard, not
28928         current_kboard.
28930         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
28931         Vwindow_system.
28933         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
28934         Fmenu_bar_open.
28935         (syms_of_xmenu): Update defsubr.
28936         (mouse_position_for_popup, Fx_popup_menu)
28937         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
28938         (set_frame_menubar, free_frame_menubar)
28939         (create_and_show_popup_menu, xmenu_show)
28940         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
28941         an X frame.
28943         * xselect.c (x_own_selection): Abort if not an X frame.
28944         (some_frame_on_display): Check if it is an X frame.
28945         (x_handle_selection_clear): Deal with MULTI_KBOARD.
28947         * coding.c: Include frame.h and termhooks.h.
28948         (terminal_coding, keyboard_coding): Delete.
28949         (Fset_terminal_coding_system_internal)
28950         (Fset_keyboard_coding_system_internal)
28951         (Fkeyboard_coding_system)
28952         (Fterminal_coding_system): Add a terminal parameter.
28953         Get terminal_coding from the terminal.
28954         (init_coding_once): Don't call setup_coding_system here.
28956         * dispextern.h (set_scroll_region, turn_off_insert)
28957         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
28958         (tty_clear_end_of_line, tty_setup_colors)
28959         (delete_tty, updating_frame)
28960         (produce_special_glyphs, produce_glyphs, write_glyphs)
28961         (insert_glyphs): Remove.
28962         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
28963         (tty_turn_off_highlight, get_tty_size): Add declaration.
28964         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
28966         * frame.h (enum output_method): Add output_initial.
28967         (struct x_output): Delete.
28968         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
28969         Access foreground_pixel and background_pixel directly from the frame.
28970         (tty_display): Delete.
28971         (struct frame): Add buried_buffer_list, foreground_pixel,
28972         background_pixel and terminal.  Delete kboard.
28973         (union output_data): Add tty.
28974         (FRAME_KBOARD): Get the kboard from the terminal.
28975         (FRAME_INITIAL_P): New macro.
28976         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
28977         (Qterm_environment_variable, Qdisplay_environment_variable)
28978         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
28979         New declarations.
28981         * termchar.h (tty_output, tty_display_info): New structures.
28982         (tty_list): Declare.
28983         (FRAME_TTY, CURTTY): New macros.
28984         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
28985         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
28986         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
28987         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
28989         * callproc.c: Include frame.h and termhooks.h, for terminal
28990         parameters.
28991         (add_env): New function.
28992         (child_setup): Use it.
28993         (child_setup, getenv_internal): Handle the new Vprocess_environment.
28994         (getenv_internal): Fix get_terminal_param call.
28995         (Fgetenv_internal, egetenv): Update doc.
28996         (syms_of_callproc): Initialize Vprocess_environment to nil.
28997         Register and initialize them.  Remove obsolete defvars.  Update doc
28998         strings.
28999         (child_setup): Handle Vlocal_environment_variables.
29000         (getenv_internal): Add terminal parameter.
29001         Handle Vlocal_environment_variables.
29002         (Fgetenv_internal): Add terminal parameter.
29003         (child_setup, getenv_internal, Fgetenv_internal): Store the local
29004         environment in a frame (not terminal) parameter.  Update doc strings.
29005         (set_initial_environment): Rename from set_global_environment.
29006         Store Emacs environment in initial frame parameter.
29008         * xdisp.c (redisplay_internal): Update references to
29009         `previous_terminal_frame'.
29010         (display_mode_line, Fformat_mode_line): Replace calls to
29011         `push_frame_kboard' with `push_kboard'.
29012         (get_glyph_string_clip_rects): Add extra parentheses and
29013         braces to prevent compiler warnings.
29014         (calc_pixel_width_or_height): Add xassert to check that the
29015         frame is alive.  Don't call `lookup_image' on a termcap frame.
29016         (message2_nolog, message3_nolog, redisplay_internal)
29017         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
29018         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
29019         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
29020         (Fx_display_pixel_width, Fx_display_pixel_height)
29021         (Fx_display_planes, Fx_display_color_cells)
29022         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
29023         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
29024         (Fx_display_backing_store, Fx_display_visual_class)
29025         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
29026         Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
29028         * xfns.c (x_set_foreground_color x_set_background_color)
29029         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
29030         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
29031         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
29032         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
29033         terminal that is being deleted.
29034         (Fx_create_frame): Use `store_frame_param' to set `window-system'
29035         frame parameter, and make sure it overrides any user-supplied setting.
29036         (Fx_close_connection, Fx_synchronize): Unify argument names with
29037         the rest of the DEFUNs.
29039         * dispnew.c (Fsend_string_to_terminal): Update call to
29040         `get_tty_terminal'.
29041         (Fredraw_frame, Fsend_string_to_terminal)
29042         (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
29043         FRAME_TERMCAP_P and FRAME_TTY.
29044         (window_change_signal): Don't believe width/height values that are
29045         impossibly small.
29046         (Vinitial_window_system): Rename from Vwindow_system.
29047         (termscript, Wcm, rif): Delete.
29049         * termhooks.h (struct terminal): New struct containing the
29050         previously global text display hooks and new members NAME,
29051         DELETED and PARAM_ALIST.
29052         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
29053         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
29054         (FRAME_RIF): New macros.
29055         (get_terminal_param, get_device): New declarations.
29056         (termscript): Delete declaration.
29058         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
29059         (XTflash, x_free_frame_resources, x_scroll_bar_create)
29060         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
29061         FRAME_FOREGROUND_PIXEL.
29062         (x_fully_uncatch_errors): Disable definition.
29063         (x_scroll_bar_expose): Fix reference to foreground pixel.
29064         (XTread_socket): Disable loop on all X displays.
29065         (x_delete_terminal): Don't set terminal->deleted and let
29066         delete_terminal delete the frames on the terminal.
29067         (x_delete_display): Doc update to reflect changes in
29068         delete_terminal.
29069         (x_display_info) <terminal>: Move member earlier in the struct.
29070         (deleting_tty): Remove old variable.
29071         (Fsuspend_tty): Call clear_tty_hooks.
29072         (Fresume_tty, init_tty): Call set_tty_hooks.
29073         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
29074         errors on X frames.
29075         (x_catch_errors_unwind): Abort if x_error_message is NULL.
29076         (handle_one_xevent): Initialize `f' to NULL.
29077         (x_delete_terminal, x_create_terminal): New functions.
29078         (XTset_terminal_modes, XTreset_terminal_modes)
29079         (XTread_socket, x_connection_closed, x_term_init)
29080         (x_term_init, x_delete_display): Add terminal parameter.
29081         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
29082         X connections.
29084         * frame.c: Include termchar.h.
29085         (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
29086         (Qwindow_system, Qenvironment, Qterm_environment_variable)
29087         (Qdisplay_environment_variable): New vars.
29088         (Fframep): Deal with output_initial.
29089         (Fframe-live-p): Doc fix.
29090         (Fwindow-system): New function.
29091         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
29092         (make_terminal_frame): Don't create frames on a terminal that is
29093         being deleted.  Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
29094         (store_frame_param): Check for found_for_frame before calling XFRAME.
29095         (Fmake_terminal_frame): Handle NULL tty names correctly.
29096         (syms_of_frame): Enhance doc string of `default-frame-alist'.
29097         (Fdelete_frame): Remove unused variable `count'.  Don't allow other
29098         frames to refer to a deleted frame in their 'environment parameter.
29099         (Fframe_with_environment): New function.
29100         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
29101         (get_future_frame_param): New function.
29102         (Fmake_terminal_frame): Use it.
29103         (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
29105         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
29106         * sysdep.c (reset_sys_modes): Update for renames.
29108         * keyboard.c (tty_read_avail_input): New function.
29109         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
29110         (syms_of_keyboard): Defsubr them.
29111         (Fset_input_meta_mode, Fset_quit_char): New functions.
29112         (Fset_input_mode): Split to above functions.
29113         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
29114         parameter.  Use it in call to `read_char'.
29115         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
29116         Set wrong_kboard_jmpbuf correctly in recursive calls.
29117         Use current_kboard to access Vkeyboard_translate_table.
29118         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
29119         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
29120         Update longjmp invocations.  Remember the original current_kboard,
29121         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
29122         changes it.  Comment out unnecessary calls to
29123         `record_single_kboard_state' and `any_kboard_state'.
29124         Update recursive calls.
29125         (wrong_kboard_jmpbuf): Remove global variable.
29126         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
29127         Handle deleted interrupted_kboards correctly; that is a legal
29128         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
29129         and read_char calls.  Abort if interrupted_kboard died in read_char.
29130         (any_kboard_state, single_kboard_state)
29131         (push_frame_kboard): Remove function.
29132         (pop_kboard): Switch out of single_kboard mode if the kboard has
29133         been deleted.  Remove unused variable.  Help debugging by not
29134         changing current_kboard unnecessarily.  Set current_kboard to the
29135         kboard of the selected frame when the stored kboard object has
29136         been deleted before pop_kboard.
29137         (temporarily_switch_to_single_kboard): Change first parameter to a
29138         frame pointer.  Throw an error when caller wants to change kboards
29139         while in single_kboard mode.  Don't push_kboard if we weren't in
29140         single kboard state.  Don't pop_kboard if we popped into any
29141         kboard state.
29142         (restore_kboard_configuration): Abort if pop_kboard changed the
29143         kboard in single_kboard mode.  Call pop_kboard only after setting
29144         up single_kboard mode.
29145         (Frecursive_edit): Switch to single_kboard mode only in nested
29146         command loops.
29147         (cmd_error, command_loop, command_loop_1, timer_check):
29148         Comment out unnecessary call to `any_kboard_state' and
29149         `record_single_kboard_state'.
29150         (delete_kboard): Exit single_kboard mode if we have just deleted
29151         that kboard.  Use FRAME_KBOARD.
29152         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
29153         `fatal_error_signal'.
29154         (record_single_kboard_state): Don't push_kboard if we weren't in
29155         single kboard state.  Don't pop_kboard if we popped into any
29156         kboard state.
29157         (push_frame_kboard): Rename to push_kboard.
29158         (kbd_buffer_get_event): Use FRAME_TERMINAL.
29159         (read_avail_input): Read input from all terminals.
29160         (mark_kboards): Also mark Vkeyboard_translate_table.
29161         (kbd_buffer_store_event_hold): Simplify condition.
29162         (read_key_sequence): Reinitialize fkey and keytran at each replay.
29163         (Vkeyboard_translate_table): Move to struct kboard.
29164         (init_kboard): Initialize Vkeyboard_translate_table.
29165         (syms_of_keyboard): Use DEFVAR_KBOARD to define
29166         Vkeyboard_translate_table.  Update doc strings.  Update docs of
29167         local-function-key-map and function-key-map.
29169         * terminal.c: New file.
29171         * term.c: Include errno.h.
29172         (Vring_bell_function, device_list, initial_device)
29173         (next_device_id, ring_bell, update_begin, update_end)
29174         (set_terminal_window, cursor_to, raw_cursor_to)
29175         (clear_to_end, clear_frame, clear_end_of_line)
29176         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
29177         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
29178         (syms_of_term): Move their initialization to terminal.c.
29179         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
29180         (Ftty_display_color_cells)
29181         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
29182         (clear_tty_hooks, set_tty_hooks)
29183         (init_tty, maybe_fatal): New functions.
29184         (Ftty_type): Return nil if terminal is not on a tty instead of
29185         throwing an error.  Doc update.
29186         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
29187         Doc update.  Initialize new subrs and variables.
29188         (delete_tty): Use terminal->deleted.
29189         (tty_set_terminal_modes): Rename from set_terminal_modes.
29190         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
29191         (set_scroll_region): Rename to `tty_set_scroll_region'.
29192         (turn_on_insert): Rename to `tty_turn_on_insert'.
29193         (turn_off_insert): Rename to `tty_turn_off_insert'.
29194         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
29195         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
29196         (toggle_highligh): Rename to `tty_toggle_highlight'.
29197         (background_highlight): Rename to `tty_background_highlight'.
29198         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
29199         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
29200         (tty_set_scroll_region, tty_background_highlight)
29201         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
29202         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
29203         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
29204         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
29205         Add static modifier.
29206         (tty_reset_terminal_modes, tty_set_terminal_window)
29207         (tty_set_scroll_region, tty_background_highlight)
29208         (tty_highlight_if_desired, tty_cursor_to)
29209         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
29210         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
29211         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
29212         renames.
29214 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
29216         * keyboard.c: Qrtl is new.
29217         (parse_tool_bar_item): Handle :rtl keyword.
29218         (syms_of_keyboard): Intern :rtl keyword.
29220         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
29222         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
29223         so no Lisp code is executed.
29224         (file_for_image, find_rtl_image): New functions.
29225         (xg_get_image_for_pixmap): Use file_for_image.
29226         (update_frame_tool_bar): If direction is RTL, use RTL image if
29227         defined.  Use Gtk stock images if defined.
29229 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29231         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
29232         for nonexistent or zero-width glyph in composition glyph.
29234 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29236         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
29238         * xdisp.c (Finvisible_p): New function.
29239         (syms_of_xdisp): defsubr it.
29241 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
29243         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
29244         Doc fixes.
29246 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29248         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
29250 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
29252         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
29253         whether decoding has modified buffer contents.
29255 2007-08-24  Jason Rumney  <jasonr@gnu.org>
29257         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
29258         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
29259         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
29260         (init_svg_functions) [HAVE_NTGUI]: New function.
29261         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
29262         (svg_load_image): Use them.
29263         (svg_load_image) [HAVE_NTGUI]: Implement background.
29265 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29267         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
29268         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
29269         (LIBX): Remove @RSVG_LIBS@.
29270         (LIBES): Add $(RSVG_LIBS).
29272         * image.c (svg_load_image): Blend with specified background if exists.
29273         Use IMAGE_BACKGROUND.  Add Mac OS Support.
29275         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
29276         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
29277         Remove macros.
29278         [MAC_OSX] (socket_callback): Do nothing.
29279         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
29280         ReceiveNextEvent.
29281         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
29282         socket_callback.
29283         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
29285 2007-08-22  Glenn Morris  <rgm@gnu.org>
29287         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
29289 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
29291         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
29293         * image.c: Add support for SVG images.  Some additional comments
29294         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
29295         (svg_image_p): New function to test for SVG image.
29296         (svg_load): New function to load SVG image.
29297         (svg_load_image): New function, helper for svg_load.
29298         (Qsvg): New Lisp_object.
29299         (svg_keyword_index): New enum.
29300         (svg_format): New static `image_keyword' struct.
29301         (svg_type): New static `image_type' struct.
29302         (librsvg/rsvg.h): Include it.
29304 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29306         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
29308 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29310         * lread.c (Qold_style_backquotes): New var.
29311         (syms_of_lread): Init and staticpro it.
29312         (load_warn_old_style_backquotes): New fun.
29313         (Fload): Use them to warn about old style backquotes.
29314         (end_of_file_error, Fload): Remove unused vars.
29316         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
29318         * lread.c (Vold_style_backquotes): New var.
29319         (syms_of_lread): Init and export it to Elisp.
29320         (read1): Set it when we find an old-style (back)quote.
29322 2007-08-22  Jason Rumney  <jasonr@gnu.org>
29324         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
29326 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
29328         * puresize.h (BASE_PURESIZE): Increase to 1140000.
29330 2007-08-19  Richard Stallman  <rms@gnu.org>
29332         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
29334 2007-08-19  Andreas Schwab  <schwab@suse.de>
29336         * alloc.c (pure): Round PURESIZE up.
29338 2007-08-17  Jan Djärv  <jan.h.d@swipnet.se>
29340         * xterm.c (handle_one_xevent): Remove check that mouse click is in
29341         active frame.
29343 2007-08-16  Richard Stallman  <rms@gnu.org>
29345         * eval.c (Fcommandp): Add parens to clarify.
29347         * minibuf.c (Fall_completions): Use enum for type of table.
29349         * emacs.c (USAGE2): Improve text.
29351 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
29353         * term.c (tty_default_color_capabilities): Declare static
29354         variables in file scope, to avoid HPUX compiler problem.
29356 2007-08-13  Jan Djärv  <jan.h.d@swipnet.se>
29358         * gtkutil.c (update_frame_tool_bar): Use -1 as index
29359         to gtk_toolbar_insert.
29361 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29363         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
29365         * insdel.c (reset_var_on_error): New fun.
29366         (signal_before_change, signal_after_change):
29367         Use it to reset (after|before)-change-functions to nil in case of error.
29368         Bind inhibit-modification-hooks to t.
29369         Don't bind (after|before)-change-functions to nil while they run.
29371 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29373         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
29374         filling pixmap with stippled background.
29376 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29378         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
29379         Don't use invisible frame as parent window for repositioning.
29381 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29383         * print.c (new_backquote_output): Rename from old_backquote_output.
29384         (print): Inverse its logic (according to its name) so as to match the
29385         behavior of new_backquote_flag in lread.c.
29387 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29389         * gmalloc.c (posix_memalign): New function.
29391         * macterm.c (frame_highlight, frame_unhighlight): Don't call
29392         ActivateControl/DeactivateControl here.
29393         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
29394         frame-notice-user-settings is non-nil.
29395         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
29396         for kEventParamFMFontStyle.
29397         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
29398         mac_pass_command_to_system and mac_pass_control_to_system here.
29399         (XTread_socket): Call ActivateControl/DeactivateControl here.
29400         (XTread_socket) [TARGET_API_MAC_CARBON]:
29401         Check mac_pass_command_to_system and mac_pass_control_to_system here.
29402         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
29403         for window repositioning.
29405 2007-08-08  Glenn Morris  <rgm@gnu.org>
29407         * Replace `iff' in doc-strings and comments.
29409 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
29411         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
29413 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
29415         * fileio.c (Finsert_file_contents): Run format-decode and
29416         after_insert_file_functions on entire buffer when REPLACE is
29417         non-nil and inhibit modification_hooks and point_motion_hooks.
29418         For consistency, run after_insert_file_functions iff something
29419         got inserted.  Move signal_after_change and update_compositions
29420         after code running after_insert_file_functions.  Make sure that
29421         undo_list doesn't record intermediate steps of the decoding process.
29423 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29425         * emacs.c (main)
29426         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
29427         Call malloc_enable_thread on interactive startup.
29429         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
29430         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
29431         [USE_PTHREAD]: Conditionalize with it.
29432         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
29433         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
29434         New functions.
29436 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
29438         * xdisp.c (redisplay_window): When restoring original buffer
29439         position, make sure it is still valid.
29441         * image.c (png_load): Ignore png-supplied background color.
29443 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29445         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
29446         Use kCFAbsoluteTimeIntervalSince1970.
29448         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
29449         New variable.
29450         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
29451         event loop should be quit.
29452         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
29453         Quit dialog event loop if quit_dialog_event_loop is set.
29455         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
29456         (Selection): New typedef.  Use instead of ScrapRef.
29457         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
29458         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
29459         (mac_clear_selection): Rename from clear_scrap.
29460         (get_flavor_type_from_symbol): New argument SEL and subsume function of
29461         scrap_has_target_type.  All uses changed.
29462         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
29463         (mac_selection_has_target_p): New functions.
29464         (mac_put_selection_value): Rename from put_scrap_string.
29465         (mac_get_selection_value): Rename from get_scrap_string.
29466         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
29467         (put_scrap_private_timestamp, scrap_has_target_type)
29468         (get_scrap_private_timestamp): Remove functions.
29469         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
29470         (x_own_selection, x_get_local_selection):
29471         Use mac_valid_selection_value_p.
29472         (x_own_selection): Don't use put_scrap_private_timestamp.
29473         Record OWNERSHIP-INFO into Vselection_alist instead.
29474         (x_get_local_selection): Don't check type if request is local.
29475         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
29476         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
29478 2007-08-04  Jan Djärv  <jan.h.d@swipnet.se>
29480         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
29481         add comment explaining why.
29483 2007-08-03  Richard Stallman  <rms@gnu.org>
29485         * fileio.c (Fvisited_file_modtime): Use make_time.
29487 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
29489         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
29490         build.
29492 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
29494         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
29496 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
29498         * puresize.h (BASE_PURESIZE): Increase to 1130000.
29500 2007-07-30  Richard Stallman  <rms@gnu.org>
29502         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
29504 2007-07-29  Jan Djärv  <jan.h.d@swipnet.se>
29506         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
29508 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
29510         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
29511         remote default-directory.
29513         * buffer.c (mode-line-format): Update doc string.
29515 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29517         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
29518         scroll bar gap.
29519         (x_scroll_bar_create): Set bar->fringe_extended_p.
29520         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
29521         on frame edge.  Check fringe background extension.  Don't clear
29522         extended fringe background area.
29524         * w32term.h (struct scroll_bar): New member fringe_extended_p.
29525         (w32_fill_area): Enclose multiple statements with do ... while (0).
29527         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
29528         Extend fringe background to scroll bar gap.
29529         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
29530         Set bar->fringe_extended_p.
29531         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
29532         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
29533         background extension.  Don't clear extended fringe background area.
29535         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
29536         New member fringe_extended_p.
29538 2007-07-25  Glenn Morris  <rgm@gnu.org>
29540         * Relicense all FSF files to GPLv3 or later.
29542         * COPYING: Switch to GPLv3.
29544 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29546         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
29548         * data.c (Finteractive_form): Check for the presence of an
29549         `interactive-form' symbol property more thoroughly.
29551         * data.c (Finteractive_form): Use an `interactive-form' property if
29552         present, analogous to the function-documentation property.
29554 2007-07-24  Jason Rumney  <jasonr@gnu.org>
29556         * w32fns.c (x_real_positions): Get real position from OS instead of
29557         calculating it.
29559 2007-07-23  Jason Rumney  <jasonr@gnu.org>
29561         * filelock.c (current_lock_owner): Allow for @ sign in username.
29563 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
29565         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
29566         remote default-directory.
29568         * buffer.c (mode-line-format): Describe above case in doc string.
29570 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
29572         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
29573         Define if not defined.
29575 2007-07-18  Jason Rumney  <jasonr@gnu.org>
29577         * w32proc.c (w32_executable_type): Handle 64 bit executables.
29579 2007-07-18  Richard Stallman  <rms@gnu.org>
29581         * data.c (Fsetq_default): Doc fix.
29583         * eval.c (Fsetq): Doc fix.
29585 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
29587         * coding.c (Ffind_operation_coding_system):
29588         * eval.c (For, Fand): Doc fixes.
29589         Reported by Johan Bockgård.
29591 2007-07-18  Jan Djärv  <jan.h.d@swipnet.se>
29593         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
29595         * xterm.h: Declare x_ewmh_activate_frame.
29597         * xterm.c (x_ewmh_activate_frame): New function.
29598         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
29600 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
29602         * window.c (Fdisplay_buffer): If largest or LRU window is the
29603         only window, split it even if it is not eligible for splitting.
29604         This restores the original behavior broken by the 2007-07-15
29605         change.
29607 2007-07-17  Glenn Morris  <rgm@gnu.org>
29609         * abbrev.c (abbrev_check_chars): New function.
29610         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
29611         Call abbrev_check_chars to check abbrev characters are word
29612         constituents.  Doc fix.
29614 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
29616         * process.c (Fstart_process, Fmake_network_process)
29617         (read_process_output): Fix up last changes.
29619 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
29621         * makefile.w32-in (clean): Don't delete *~.
29623 2007-07-16  Andreas Schwab  <schwab@suse.de>
29625         * window.c (Fdisplay_buffer): Use NILP.
29626         (Fset_window_scroll_bars): Likewise.
29628 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
29630         * window.c (window_min_size_2): New function.
29631         (window_min_size_1, size_window, Fdisplay_buffer)
29632         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
29633         windows without mode- or header-lines when window-min-height is
29634         too small.
29635         (size_window): Reset nodelete_p after testing it, following an
29636         earlier note by Kim F. Storm.
29637         (display_buffer): Do not set split_height_threshold to twice the
29638         value of window_min_height to avoid changing the value of a
29639         customizable variable.  Rather explicitly check whether the
29640         height of the window that shall be splitted is at least as large
29641         as split_height_threshold.
29642         (Fwindow_full_width_p): New defun.
29643         (syms_of_window): Defsubr it.
29645         * window.h: Add EXFUN for Fwindow_full_width_p.
29647 2007-07-14  Jason Rumney  <jasonr@gnu.org>
29649         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
29651 2007-07-14  Richard Stallman  <rms@gnu.org>
29653         * eval.c (maybe_call_debugger): New function.
29654         (find_handler_clause): Use maybe_call_debugger.
29655         Call it when the handler says `debug'.
29656         Eliminate DEBUGGER_VALUE_PTR.
29657         (Fsignal): Eliminate debugger_value.
29658         (Qdebug): New variable.
29659         (syms_of_eval): Initialize it.
29661 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
29663         * eval.c (Fprogn):
29664         * keyboard.c (Ftrack_mouse):
29665         * print.c (Fwith_output_to_temp_buffer):
29666         * window.c (Fsave_window_excursion): Doc fix.
29668 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29670         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
29672 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29674         * process.h (struct Lisp_Process): Turn slots infd, outfd,
29675         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
29676         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
29677         read_output_delay, and read_output_skip from Lisp_Objects to ints.
29678         Remove unused encoding_carryover.
29679         * process.c: Adjust all functions accordingly.
29681 2007-07-12  Richard Stallman  <rms@gnu.org>
29683         * term.c: Include unistd.h only if HAVE_UNISTD_H.
29685 2007-07-11  Jason Rumney  <jasonr@gnu.org>
29687         * makefile.w32-in (LIBS): Include OLE32.
29689         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
29690         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
29692 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29694         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
29695         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
29696         from a Lisp_Object into a bare pointer.
29697         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
29698         Adjust the code correspondingly.
29700         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
29702         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
29703         (term_show_mouse_face): Remove unused var `j'.
29704         (handle_one_term_event): Remove unused vars `i' and `j'.
29705         Don't cast return value of ttyname since it's not necessary.
29707 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
29709         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
29710         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
29712         * fns.c (map_char_table): Use an array of int for `indices' rather than
29713         an array of Lisp_Objects (which are only ever integers anyway).
29714         (Fmap_char_table): Update caller.
29715         * lisp.h: Update prototype.
29716         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
29717         * fontset.c (Ffontset_info):
29718         * casetab.c (set_case_table): Update callers.
29720         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
29722         * keymap.c (struct accessible_keymaps_data)
29723         (struct where_is_internal_data): New structures.
29724         (accessible_keymaps_1, where_is_internal_1): Use them to change
29725         interface to adhere to the one used by map_keymap.
29726         (Faccessible_keymaps, where_is_internal): Use map_keymap.
29727         (accessible_keymaps_char_table, where_is_internal_2): Remove.
29729         * keymap.h (map_keymap_function_t): More informative prototype.
29731 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
29733         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
29734         (looking_at_1): Don't change search_regs and last_thing_searched
29735         if `inhibit-changing-match-data' is non-nil.
29736         (string_match_1, search_buffer, set_search_regs): Likewise.
29737         (syms_of_search): Add Lisp level definition for
29738         `inhibit-changing-match-data' and set it to nil.
29739         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
29740         start and end of the match, instead of using values in search_regs.
29742 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29744         * minibuf.c (Fcompleting_read): New value `confirm-only'
29745         for `require-match'.
29747 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29749         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
29750         part of the 2007-06-27 change to syms_of_fileio.
29752 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29754         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
29755         Check WINDOWP before using XWINDOW.  Consolidate return statements.
29757 2007-06-27  Richard Stallman  <rms@gnu.org>
29759         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
29761 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
29763         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
29765 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29767         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
29768         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
29769         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
29770         (_free_internal, memalign): Use them.
29771         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
29772         Initialize to PTHREAD_MUTEX_INITIALIZER.
29773         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
29774         (morecore_nolock): Rename from morecore.  All uses changed.
29775         Use only nolock versions of internal allocation functions.
29776         (_malloc_internal_nolock, _realloc_internal_nolock)
29777         (_free_internal_nolock): New functions created from
29778         _malloc_internal, _realloc_internal, and _free_internal.
29779         (_malloc_internal, _realloc_internal, _free_internal): Use them.
29780         Copy hook value to automatic variable before its use.
29781         (memalign): Copy hook value to automatic variable before its use.
29783 2007-06-26  Kenichi Handa  <handa@m17n.org>
29785         * coding.c (Ffind_operation_coding_system): Docstring improved.
29786         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
29788 2007-06-25  David Kastrup  <dak@gnu.org>
29790         * keymap.c (Fcurrent_active_maps): Add `position' argument.
29791         (Fwhere_is_internal): Adjust call to `current-active-maps' to
29792         cater for additional parameter.
29794         * keymap.h: Adjust number of parameters to `current-active-maps'.
29796         * doc.c (Fsubstitute_command_keys): Adjust call of
29797         `current-active-maps'.
29799 2007-06-25  David Kastrup  <dak@gnu.org>
29801         * callint.c (Fcall_interactively): Make the parsing of interactive
29802         specs somewhat more readable.
29804 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29806         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
29807         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
29808         if extended background has already been filled.
29810 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29812         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
29813         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
29815         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
29816         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
29817         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
29818         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
29819         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
29820         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
29821         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
29822         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
29823         Run timers during dialog popup.
29824         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
29826 2007-06-21  Jason Rumney  <jasonr@gnu.org>
29828         * image.c (convert_mono_to_color_image): Swap fore and background.
29830 2007-06-20  Jason Rumney  <jasonr@gnu.org>
29832         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
29833         (w32_free_bdf_font): Unmap memory not handle.
29835 2007-06-20  Sam Steingold  <sds@gnu.org>
29837         * gmalloc.c (__morecore): Fix the declaration to comply with the
29838         definition.
29840 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
29842         * w32term.c (w32_delete_display): Remove leftover declaration.
29843         (w32_define_cursor, w32_initialize): Make static.
29845         * w32.c (_wsa_errlist): Fix typo in error message.
29846         (init_environment): Ignore any environment variable from the
29847         registry having a null value.
29849 2007-06-20  Glenn Morris  <rgm@gnu.org>
29851         * Makefile.in (LIBGIF): Default to -lgif.
29853 2007-06-17  Jason Rumney  <jasonr@gnu.org>
29855         * w32menu.c (add_menu_item): Don't use multibyte string functions on
29856         unicode strings.
29858 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
29860         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
29861         Fix typo in docstring.
29863 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
29865         * w32menu.c (add_menu_item): Escape `&' characters in menu items
29866         and their keybindings.
29868 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
29870         * composite.c (update_compositions): Fix last fix.
29872 2007-06-14  Jason Rumney  <jasonr@gnu.org>
29874         * w32.c (get_process_times_fn): New function pointer.
29875         (globals_of_w32): Intialize it if present in kernel32.dll.
29876         (w32_get_internal_run_time): New function.
29878         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
29880 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
29882         * composite.c (update_compositions): Check the validness of
29883         compositions.
29885 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29887         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
29888         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
29890         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
29891         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
29893         * macgui.h (USE_MAC_TOOLBAR): New define.
29895         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
29896         Return immediately unless popup is activated.
29898         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
29899         background to scroll bar gap.
29900         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
29901         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
29902         scroll bars on frame edge.  Check fringe background extension.
29903         Don't clear extended fringe background area.
29904         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
29905         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
29906         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
29907         [USE_MAC_TOOLBAR]: New macros.
29908         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
29909         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
29910         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
29911         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
29912         [USE_MAC_TOOLBAR]: New functions.
29913         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
29914         manually if previous repositioning has failed.
29915         (mac_handle_keyboard_event): Use precomputed event kind.
29916         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
29917         as tool bar item click.  Handle mouse movement over tool bar items.
29919         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
29920         toolbar_win_gravity.
29921         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
29922         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
29923         Add externs.
29925         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
29926         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
29928 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
29930         * image.c (search_image_cache): Remove unused variable.
29932 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
29934         * xfns.c, xmenu.c: Link to xaw3d if available.
29936 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29938         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
29939         frame_foreground and frame_background.
29941         * image.c (lookup_image): Save frame foreground and background colors.
29942         (search_image_cache): Check if saved and current frame colors match.
29944 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29946         * regex.c (regex_compile): Remove the `regnum' counter.
29947         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
29949 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29951         * term.c: Include intervals.h to declare Fget_text_property.
29953 2007-06-10  Jason Rumney  <jasonr@gnu.org>
29955         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
29957 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
29959         * callint.c (Fcall_interactively):
29960         * editfns.c (Fdelete_and_extract_region):
29961         * fileio.c (Fread_file_name):
29962         * fns.c (Fmapconcat):
29963         * keyboard.c (cmd_error_internal):
29964         * keymap.c (Fkey_description):
29965         * lread.c (openp):
29966         * minibuf.c (read_minibuf):
29967         * search.c (wordify):
29968         * sunfns.c (sel_read):
29969         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
29970         * xfns.c (x_default_scroll_bar_color_parameter):
29971         * xmenu.c (menu_help_callback):
29972         * xselect.c (Fx_get_atom_name):
29973         * xterm.c (x_term_init): Use empty_unibyte_string.
29975 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
29977         * alloc.c (init_strings): Initialize canonical empty strings.
29978         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
29979         canonical empty string when the requested size is 0.
29981         * emacs.c (empty_unibyte_string): Rename from empty_string.
29982         (empty_multibyte_string): New canonical empty string.
29983         (syms_of_emacs): Don't initialize empty_string.
29985         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
29986         string, if appropriate.
29987         (empty_unibyte_string, empty_multibyte_string): New externs.
29988         (empty_string): Remove extern.
29990         * lread.c (syms_of_lread): Use empty_unibyte_string.
29992 2007-06-07  Jason Rumney  <jasonr@gnu.org>
29994         * s/ms-w32.h: Don't define HAVE_TZNAME.
29996         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
29998 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30000         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
30002         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
30003         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
30005         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
30006         Don't call next handler.
30007         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
30008         Remove argument.  Install handler to application.
30009         (set_frame_menubar): Don't change deep_p.
30010         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
30011         FRAME_OUTER_TO_INNER_DIFF_Y.
30012         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
30013         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
30014         [HAVE_DIALOGS]: New macros.
30015         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
30016         Use them.
30017         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
30019         * macselect.c [MAC_OSX] (install_service_handler): Rename from
30020         init_service_handler.  All callers changed.  Return OSStatus value.
30022         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
30023         All callers changed so as not to call SetPortWindowPort.
30024         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
30025         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
30026         mac_draw_string_common.
30027         (mac_draw_image_string_qd): Likewise.
30028         (mac_draw_string_common): Use them.  Add INLINE.
30029         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
30030         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
30031         GetGlobalMouse.
30032         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
30033         and FRAME_OUTER_TO_INNER_DIFF_Y.
30034         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
30035         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
30036         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
30037         repositioning window to mac_handle_window_event.
30038         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
30039         saving window location to mac_handle_window_event
30040         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
30041         (install_menu_target_item_handler): Remove argument in extern.
30042         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
30043         Also accept command events.
30044         (do_keystroke): New function created from XTread_socket.
30045         (init_command_handler): Remove functions.
30046         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
30047         and save window location by kEventWindowShowing and kEventWindowHiding
30048         handlers here.  Don't call next handler for window state change and
30049         focus events.
30050         (mac_handle_application_event, mac_handle_keyboard_event)
30051         [TARGET_API_MAC_CARBON]: New functions.
30052         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
30053         kEventWindowShowing and kEventWindowHiding events.  Move installation
30054         of mouse, font, text input and menu target item handlers to
30055         install_application_handler.
30056         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
30057         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
30058         New function.
30059         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
30060         Register it.
30061         (XTread_socket) [TARGET_API_MAC_CARBON]:
30062         Consolidate SendEventToEventTarget calls.
30063         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
30064         Move application activation handler to mac_handle_application_event.
30065         Move keyboard handler to mac_handle_keyboard_event.
30066         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
30067         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
30068         init_command_handler.  Call install_application_handler.
30070         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
30071         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
30073 2007-06-07  Glenn Morris  <rgm@gnu.org>
30075         * emacs.c (main): Use `emacs-copyright' in --version output.
30077 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
30079         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
30081 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30083         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
30085         * macgui.h: Replace WindowPtr with WindowRef.
30087         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
30088         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
30089         Replace ControlHandle with ControlRef.
30090         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
30092         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
30093         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
30094         Replace ControlHandle with ControlRef.
30095         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
30096         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
30098         * macterm.h (struct scroll_bar): Rename member control_handle_low
30099         and control_handle_high to control_ref_low and control_ref_high.
30100         All uses changed.
30101         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
30102         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
30103         respectively.  All uses changed.
30104         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
30105         (install_window_handler, remove_window_handler): Replace WindowPtr
30106         with WindowRef in externs.
30108 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
30110         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
30112 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
30114         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
30116         * frame.c (Fmouse_position, Fmouse_pixel_position):
30117         Condition on HAVE_GPM too.
30119         * term.c (term_mouse_highlight): Remove unused variables.
30120         (Fterm_open_connection): Set gpm_zerobased to 1.
30121         (term_mouse_movement, term_mouse_click, handle_one_term_event):
30122         Use zero based co-ordinates.
30123         (handle_one_term_event): Report a drag as mouse movement too.
30125         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
30127 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
30129         * image.c (search_image_cache): New function.  Require background
30130         color match if background color is unspecified in the image spec.
30131         (uncache_image, lookup_image): Use it.
30133 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
30135         * window.c (Fshrink_window): Reflow docstring.
30137 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
30139         * Version 22.1 released.
30141 2007-06-01  Richard Stallman  <rms@gnu.org>
30143         * xfns.c (x_encode_text): Add GCPRO.
30145 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30147         * xfns.c (x_set_name_internal): Save encoded name before
30148         x_encode_text in case string data is relocated.
30150 2007-05-31  Richard Stallman  <rms@gnu.org>
30152         * buffer.c (syms_of_buffer): Doc fix.
30154 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
30156         * sysdep.c (init_sys_modes): Add rather than replace with
30157         O_NONBLOCK.
30159         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
30160         term_mouse_moveto.
30162         * termhooks.h (term_mouse_moveto): New extern.
30164         * term.c (mouse_face_window): Rename...
30165         (Qmouse_face_window): ...to this.
30166         (term_show_mouse_face, term_clear_mouse_face)
30167         (term_mouse_highlight): Use Qmouse_face_window.
30168         (term_mouse_moveto): New function.
30169         (term_mouse_position): Make it work.
30170         (syms_of_term): Uncomment assignment to mouse_position_hook.
30171         Staticpro Qmouse_face_window.
30173 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30175         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
30176         around current_column call.
30178 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
30180         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
30181         * xdisp.c (next_element_from_buffer):
30182         * window.c (delete_window):
30183         * term.c (term_mouse_highlight):
30184         * msdos.c (getdefdir):
30185         * macterm.c (mac_create_bitmap_from_bitmap_data)
30186         (init_font_name_table):
30187         * fns.c (Fsxhash):
30188         * data.c (Fmake_local_variable):
30189         * ccl.c (ccl_driver): Likewise.
30191 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30193         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
30194         Call mac_wakeup_from_rne on window size change.
30196 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
30198         * image.c (uncache_image): Fix typo.
30200 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
30202         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
30204 2007-05-22  Richard Stallman  <rms@gnu.org>
30206         * xterm.c (x_connection_closed): Remove NO_RETURN.
30208 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
30210         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
30212 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
30214         * image.c (uncache_image): New function.
30215         (Fimage_refresh): New function.
30217 2007-05-20  Jan Djärv  <jan.h.d@swipnet.se>
30219         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
30221 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
30223         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
30224         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
30226 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
30228         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
30229         conditional on [HAVE_GPM_H].
30231 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
30233         * syntax.c (skip_chars): Update syntax-table only after we checked that
30234         the new location is valid.
30236 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30238         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
30239         mac_get_window_bounds.
30241 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
30243         * Makefile.in (LIBGPM): Allow it to be set from configure.
30244         If set then link Emacs with it.
30246         * config.in: Regenerate.
30248         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
30249         New externs.
30251         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
30252         Include gpm.h.
30253         (handle_one_term_event, term_gpm): New externs.
30255         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
30256         and allow it to be interrupted by SIGIO.
30258         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
30259         (wait_reading_process_output): Wait on gpm_fd too.
30260         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
30261         (add_gpm_wait_descriptor_called_flag): New variable.
30262         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
30264         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
30265         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
30266         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
30267         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
30268         (make_lispy_event): Add case GPM_CLICK_EVENT.
30269         (read_avail_input): Handle mouse input.
30271         * term.c (write_glyphs_with_face): New function.
30272         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
30273         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
30274         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
30275         (mouse_face_face_id, term_gpm, pos_x, pos_y)
30276         (last_mouse_x, last_mouse_y): New variables.
30277         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
30278         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
30279         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
30280         (Fterm_close_connection): New functions.
30281         (term_init): Initialise mouse_face_window.
30283 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
30285         * xdisp.c (redisplay_window): If first window line is a
30286         continuation line, recompute the new window start instead of
30287         recentering.
30289 2007-05-18  Glenn Morris  <rgm@gnu.org>
30291         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
30292         Suggested by Alfred M. Szmidt <ams@gnu.org>.
30294 2007-05-17  Glenn Morris  <rgm@gnu.org>
30296         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
30298 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30300         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
30301         dead key repeat and up events.
30303 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
30305         * image.c (pbm_load): Check image size for monochrome pbm.
30307 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
30309         * xterm.c (XTread_socket): Revert last change.
30311 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
30313         * image.c (pbm_load): Correctly check image size for greyscale pbm.
30315         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
30317 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
30319         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
30320         mixup (YAILOM).
30322 2007-05-07  Andreas Schwab  <schwab@suse.de>
30324         * keymap.c (Flookup_key): Fix typo in last change.
30326 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
30328         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
30329         mapping for unibyte strings.
30331 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30333         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
30334         (Fx_popup_dialog) [MAC_OSX]: Likewise.
30336 2007-04-29  Richard Stallman  <rms@gnu.org>
30338         * insdel.c (replace_range): For undo, record insertion first.
30340 2007-04-29  Andreas Schwab  <schwab@suse.de>
30342         * lisp.h (VECSIZE): Use OFFSETOF.
30344 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30346         * xdisp.c (try_window_reusing_current_matrix): Fix number of
30347         disabled lines.
30349 2007-04-28  Richard Stallman  <rms@gnu.org>
30351         * lread.c (read_escape): In a string, \s is always space.
30353 2007-04-27  Jan Djärv  <jan.h.d@swipnet.se>
30355         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
30357         * gtkutil.c (xg_update_menubar, create_menus): Create empty
30358         submenu for menu bar items.
30360 See ChangeLog.10 for earlier changes.
30362 ;; Local Variables:
30363 ;; coding: utf-8
30364 ;; End:
30366   Copyright (C) 2007-2011  Free Software Foundation, Inc.
30368   This file is part of GNU Emacs.
30370   GNU Emacs is free software: you can redistribute it and/or modify
30371   it under the terms of the GNU General Public License as published by
30372   the Free Software Foundation, either version 3 of the License, or
30373   (at your option) any later version.
30375   GNU Emacs is distributed in the hope that it will be useful,
30376   but WITHOUT ANY WARRANTY; without even the implied warranty of
30377   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30378   GNU General Public License for more details.
30380   You should have received a copy of the GNU General Public License
30381   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.