Do not include stdlib.h and string.h, config.h does it.
[emacs.git] / src / ChangeLog
blob5e7ac0cc4b231145855d716941025df2263983c0
1 2010-10-01  Dan Nicolaescu  <dann@ics.uci.edu>
3         Do not include stdlib.h and string.h, config.h does it.
4         * xfont.c:
5         * w32term.c:
6         * w32reg.c:
7         * w32inevt.c:
8         * w32heap.c:
9         * w32console.c:
10         * w16select.c:
11         * unexsol.c:
12         * term.c:
13         * sound.c:
14         * scroll.c (m):
15         * gtkutil.c:
16         * font.c:
17         * filelock.c:
18         * fileio.c:
19         * dosfns.c:
20         * dbusbind.c:
21         * bidi.c:
22         * callproc.c:
23         * process.c:
24         * msdos.c:
25         * charset.c: Do not include stdlib.h and string.h, config.h does it.
27         * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
29         * process.c: Move #include <pty.h> earlier.
30         (SIGCHLD): Remove conditional definition, syssignal.h defines it.
31         (pty_name): Move definition later.
33         * nsselect.m (syms_of_nsselect):
34         * nsmenu.m (syms_of_nsmenu):
35         * nsfns.m (syms_of_nsfns):
36         * msdos.c (syms_of_msdos):
38         * image.c (syms_of_image):
39         * charset.c (syms_of_charset): Use intern_c_string instead of intern.
41         * point.h: Remove, unused.
43 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
45         * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
46         (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
47         (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
49 2010-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
51         * xml.c (parse_string): Use const.
53 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55         * eval.c (Fbacktrace): Don't overwrite print-level on exit.  Also
56         only override Vprint_level if it isn't already bound, and increase
57         the level to 8 to produce more useful backtraces for bug reports.
59 2010-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
61         * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
63 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
65         * w32console.c (vga_stdcolor_name): Remove unused function;
66         presumed dead after 2007-11-30T13:57:21Z!jasonr@gnu.org.
68 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70         * gnutls.c (emacs_gnutls_handshake): Made into internal function.
71         (Fgnutls_boot): Start the handshake.
72         (emacs_gnutls_read): Perform the handshake from the reader loop.
73         (Fgnutls_boot): Remove some debugging messages.
74         Change indentation throughout to use the Emacs style.
75         (emacs_gnutls_handshake): Cast the fds to something that's
76         possibly the expected length.
77         (emacs_gnutls_write): Return -1 if we try to write before handshake.
79         * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
81         * process.c (make_process): Set the gnutls_p field to zero by
82         default.
83         (read_process_output): Always call the gnutls_read function if the
84         stream is a gnutls stream.
85         (send_process): Ditto for writes.
87         * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read
88         or write anything until the state is GNUTLS_STAGE_READY.
89         (Fgnutls_boot): Mark the stream as being a gnutls stream.
91 2010-09-29  Eli Zaretskii  <eliz@gnu.org>
93         * xdisp.c (reseat_1): Initialize bidi_it.paragraph_dir to
94         NEUTRAL_DIR.
95         (handle_invisible_prop, iterate_out_of_display_property)
96         (next_element_from_buffer): If bidi_it.first_elt is set, call
97         bidi_paragraph_init with NO_DEFAULT_P argument non-zero.
98         (Bug#7128)
100         * print.c (print_object): Fix format string and argument types for
101         printing a Lisp_Misc_Marker.
103         * xdisp.c (pos_visible_p, c_string_pos, number_of_chars)
104         (load_overlay_strings, get_overlay_strings_1)
105         (get_overlay_strings, forward_to_next_line_start)
106         (back_to_previous_visible_line_start, reseat, reseat_to_string)
107         (get_next_display_element, next_element_from_string)
108         (next_element_from_c_string, next_element_from_buffer)
109         (move_it_vertically_backward, move_it_by_lines, add_to_log)
110         (message_dolog, message_log_check_duplicate, message2_nolog)
111         (message3, message3_nolog, vmessage, set_message, set_message_1)
112         (hscroll_window_tree, text_outside_line_unchanged_p)
113         (set_cursor_from_row, set_vertical_scroll_bar, redisplay_window)
114         (find_last_unchanged_at_beg_row)
115         (find_first_unchanged_at_end_row, row_containing_pos)
116         (trailing_whitespace_p, display_mode_element, decode_mode_spec)
117         (display_count_lines, x_produce_glyphs, note_mouse_highlight): Use
118         EMACS_INT for buffer and string positions.
120         * dispextern.h (struct it) <string_nchars>: Declare EMACS_INT.
121         (row_containing_pos): Adjust prototype.
123         * lisp.h (pos_visible_p, message2, message2_nolog, message3)
124         (message2_nolog, set_message): Adjust prototypes.
126 2010-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * gnutls.c (Fgnutls_boot): Remove unused vars `data' and `srp_cred'.
129         (Fgnutls_boot): Use SDATA.
130         (Fgnutls_handshake): Remove unused var `max_log_level'.
132 2010-09-27  Michael Albinus  <michael.albinus@gmx.de>
134         * dbusbind.c (syms_of_dbusbind): Set $DBUS_FATAL_WARNINGS to "0".
135         (Bug#7113)
137 2010-09-27  Jan Djärv  <jan.h.d@swipnet.se>
139         * xgselect.c (xg_select): Clear file descriptors not set from
140         rfds and wfds.
142         * process.c (wait_reading_process_output): Add missing FD_CLR
143         for write_mask (must mirror connect_wait_mask).
145 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
147         * gnutls.c (gnutls_log_function): Show level and "gnutls.c"
148         prefix.
149         (Fgnutls_boot): Use changed process members.  Use log level with a
150         function parameter to set it.  Bring back Emacs-level debugging
151         messages at log level 1 and 2.
153         * process.c (make_process): Initialize gnutls_log_level.
155         * process.h: Add gnutls_log_level and rename x509_cred and
156         anon_cred to have the gnutls_ prefix for consistency.
158         * gnutls.h (GNUTLS_LOG): Add convenience macro.
160 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
162         * w32.c (g_b_init_get_sid_identifier_authority)
163         (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority):
164         Remove, not used.
165         (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority.
166         (init_winsock): Remove useless assignment.
167         (open_process_token, get_token_information, lookup_account_sid)
168         (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security)
169         (get_security_descriptor_owner, get_security_descriptor_group)
170         (is_valid_sid, equal_sid, get_length_sid, copy_sid)
171         (get_native_system_info, get_system_times, init_user_info, crlf_to_lf)
172         (is_unc_volume, GetCachedVolumeInformation, get_volume_info)
173         (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume)
174         (unc_volume_file_attributes, convert_from_time_t)
175         (create_toolhelp32_snapshot, process32_first, process32_next)
176         (open_thread_token, impersonate_self, revert_to_self)
177         (get_process_memory_info, get_process_working_set_size)
178         (global_memory_status, global_memory_status_ex, socket_to_fd)
179         (shutdown_handler): Make static.
181 2010-09-27  Michael Albinus  <michael.albinus@gmx.de>
183         * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status)
184         (xd_pending_messages): Functions removed.
185         (xd_read_queued_messages): Add parameters fd, *data, for_read in
186         order to be compatible with add_read_fd.  Determine bus from data,
187         and call xd_read_message just for this bus.
188         (xd_add_watch): Use xd_read_queued_messages as callback function.
189         Add data.
191         * lisp.h (xd_pending_messages, xd_read_queued_messages): Remove.
193 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195         * gnutls.c (gnutls_log_function): Added more debugging.
196         (emacs_gnutls_read): Don't infloop while reading.
198 2010-09-27  Kenichi Handa  <handa@m17n.org>
200         These changes are to remove restriction on the number of glyphs in
201         one composition.
203         * dispextern.h (struct glyph): Change the member "slice" to union.
204         Remove u.cmp.from and u.cmp.to.  Give more bits to u.cmp.id.
205         (GLYPH_SLICE_EQUAL_P): Adjusted for the above change.
207         * dispnew.c (buffer_posn_from_coords): Use glyph->slice.img
208         instead of glyph->slice.
209         (marginal_area_string): Likewise.
211         * term.c (encode_terminal_code): Use glyph->slice.cmp instead of
212         glyph->u.cmp.
213         (append_composite_glyph): Likewise.
215         * xdisp.c (dump_glyph): Use glyph->slice.cmp instead of
216         glyph->u.cmp.
217         (fill_gstring_glyph_string, x_get_glyph_overhangs)
218         (append_composite_glyph): Likewise.
219         (fill_image_glyph_string): Use glyph->slice.img instead of
220         glyph->slice.
221         (append_glyph, produce_image_glyph, append_stretch_glyph)
222         (note_mouse_highlight): Likewise.
224 2010-09-26  Jan Djärv  <jan.h.d@swipnet.se>
226         * process.c (add_keyboard_wait_descriptor)
227         (delete_keyboard_wait_descriptor): Reinstate ifdef subprocesses.
228         (wait_reading_process_output): Don't pass write_mask to select
229         if SELECT_CANT_DO_WRITE_MASK is defined.
230         (SELECT_CANT_DO_WRITE_MASK): Define if SELECT_CANT_DO_WRITE_MASK.
232         * process.h (add_read_fd, delete_read_fd, add_write_fd)
233         (delete_write_fd): Declare.
235         * process.c (gpm_wait_mask, max_gpm_desc): Remove.
236         (write_mask): New variable.
237         (max_input_desc): Renamed from max_keyboard_desc.
238         (fd_callback_info): New variable.
239         (add_read_fd, delete_read_fd, add_write_fd, delete_write_fd):
240         New functions.
241         (Fmake_network_process): FD_SET write_mask.
242         (deactivate_process): FD_CLR write_mask.
243         (wait_reading_process_output): Connecting renamed to Writeok.
244         check_connect removed.  check_write is new.  Remove references to gpm.
245         Use Writeok/check_write unconditionally (i.e. no #ifdef
246         NON_BLOCKING_CONNECT) instead of Connecting.
247         Loop over file descriptors and call callbacks in fd_callback_info
248         if file descriptor is ready for I/O.
249         (add_gpm_wait_descriptor): Just call add_keyboard_wait_descriptor.
250         (delete_gpm_wait_descriptor): Just call delete_keyboard_wait_descriptor.
251         (keyboard_bit_set): Use max_input_desc.
252         (add_keyboard_wait_descriptor, delete_keyboard_wait_descriptor):
253         Remove #ifdef subprocesses.  Use max_input_desc.
254         (init_process): Initialize write_mask and fd_callback_info.
256         * keyboard.c (readable_events, gobble_input): Remove DBUS code.
258         * dbusbind.c: Include process.h.
259         (dbus_fd_cb, xd_find_watch_fd, xd_toggle_watch)
260         (xd_read_message_1): New functions.
261         (xd_add_watch, xd_remove_watch): Call xd_find_watch_fd.
262         Handle watch for both read and write.
263         (Fdbus_init_bus): Also register xd_toggle_watch.
264         (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
265         (Fdbus_method_error_internal, Fdbus_send_signal): Remove call
266         to dbus_connection_flush.
267         (xd_read_message): Move most of the code to xd_read_message_1.
268         Call xd_read_message_1 until status is COMPLETE.
270 2010-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
272         * term.c: Do not include sys/ioctl.h, not needed.
273         (init_tty): Reorder code to reduce the number of #ifdefs.
274         No code changes.
276 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
278         * process.h: Set up GnuTLS support.
280         * process.c (make_process, Fstart_process)
281         (read_process_output, send_process): Set up GnuTLS support for
282         process input/output file descriptors.
284         * gnutls.h: The GnuTLS glue for Emacs, macros and enums.
286         * gnutls.c: The source code for GnuTLS support in Emacs.
288         * emacs.c: Set up GnuTLS support and call syms_of_gnutls.
290         * config.in: Set up GnuTLS support.
292         * Makefile.in (LIBGNUTLS_LIBS, LIBGNUTLS_CFLAGS, ALL_CFLAGS)
293         (obj, LIBES): Set up GnuTLS support.
295 2010-09-26  Juanma Barranquero  <lekktu@gmail.com>
297         * w32.c (get_emacs_configuration_options): Fix previous change.
299 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
301         * insdel.c (prepare_to_modify_buffer): Ensure the mark marker is
302         alive before using it (Bug#6977).
304 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306         * xdisp.c (face_before_or_after_it_pos): EMACS_INT/int fixup.
308         * dispextern.h: EMACS_INT/int fixup.
310         * xdisp.c (string_pos_nchars_ahead, init_iterator): EMACS_INT/int
311         fixup.
313         * xrdb.c (magic_file_p): EMACS_INT/int fixup.
315 2010-09-25  Eli Zaretskii  <eliz@gnu.org>
317         * window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
318         (Fselect_window, window_scroll_pixel_based)
319         (window_scroll_line_based, Frecenter, Fset_window_configuration):
320         Use EMACS_INT for buffer positions.
322         * textprop.c (validate_interval_range, interval_of)
323         (property_change_between_p, Fadd_text_properties)
324         (set_text_properties_1, Fremove_text_properties)
325         (Fremove_list_of_text_properties, Ftext_property_any)
326         (Ftext_property_not_all, copy_text_properties)
327         (text_property_list, extend_property_ranges)
328         (verify_interval_modification): Use EMACS_INT for buffer
329         positions.
331         * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
332         for buffer positions.
334         * process.c (read_process_output, send_process)
335         (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
336         and string positions and size.
338         * print.c (print_object, print_string, strout): Use EMACS_INT for
339         string indices.
341         * minibuf.c (string_to_object): Use EMACS_INT for string position
342         and size.
344         * marker.c (verify_bytepos): Use EMACS_INT for buffer positions.
346         * lread.c <read_from_string_index, read_from_string_index_byte>
347         <read_from_string_limit, readchar_count>: Define EMACS_INT.
348         (readchar, unreadchar, read_internal_start): Use EMACS_INT for
349         buffer positions and string length.
351         * keyboard.c <last_point_position, last_non_minibuf_size>: Declare
352         EMACS_INT.
353         (echo_truncate, adjust_point_for_property, read_char)
354         (gen_help_event, make_lispy_event, modify_event_symbol)
355         (Fexecute_extended_command, stuff_buffered_input): Use EMACS_INT
356         for buffer positions and string length.
358         * keyboard.h (gen_help_event): Adjust prototype.
360         * termhooks.h <struct input_event>: Make `code' member EMACS_INT.
362         * commands.h <last_point_position>: Declare EMACS_INT.
364         * xdisp.c <help_echo_pos>: Define as EMACS_INT.
365         (truncate_echo_area): Accept EMACS_INT argument.
367         * dispextern.h <help_echo_pos>: Declare EMACS_INT.
369         * lisp.h (truncate_echo_area): Adjust prototype.
371         * composite.c (composition_adjust_point): Return EMACS_INT.
373         * composite.h (composition_adjust_point): Adjust prototype.
375 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
377         * process.c (Fmake_network_process): When arg :host is 'local,
378         use address 127.0.0.1, not name "localhost".  (Bug#6781)
380 2010-09-24  Eli Zaretskii  <eliz@gnu.org>
382         * indent.c (Fcurrent_indentation, indented_beyond_p)
383         (compute_motion): Use EMACS_INT for buffer position variables.
385         * lisp.h (indented_beyond_p): Adjust prototype.
387         * buffer.c (overlay_strings): Return EMACS_INT.
389         * buffer.h (overlay_strings): Adjust prototype.
391         * region-cache.c (pp_cache): Adjust format to arguments.
393         * eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
394         (call_debugger): Use EMACS_INT for specpdl_size related variables.
395         (verror): Use EMACS_INT for size of allocated buffer.
397         * keyboard.c (make_lispy_position): Use EMACS_INT for buffer
398         positions.
400         * xdisp.c (redisplay_internal, try_window_id)
401         (set_cursor_from_row, find_first_unchanged_at_end_row): Use
402         EMACS_INT for buffer positions.
404         * dispextern.h (set_cursor_from_row): Adjust prototype.
406         * dispnew.c (increment_matrix_positions)
407         (increment_row_positions, copy_glyph_row_contents)
408         (mode_line_string, marginal_area_string): Use EMACS_INT for buffer
409         positions.
411         * dispextern.h (mode_line_string, marginal_area_string)
412         (increment_matrix_positions, increment_row_positions): Adjust
413         prototypes.
415         * data.c (Faref, Faset): Use EMACS_INT for string length and
416         positions.
418         * cmds.c (internal_self_insert): Use EMACS_INT for the count of
419         characters to insert.
421         * ccl.c (Fccl_execute_on_string): Use EMACS_INT for string
422         position and size.
424         * syntax.c (scan_words, update_syntax_table)
425         (prev_char_comend_first, back_comment, skip_chars)
426         (skip_syntaxes, Fforward_comment, Fbackward_prefix_chars): Use
427         EMACS_INT for buffer and string positions.
429         * syntax.h (scan_words, update_syntax_table): Adjust prototypes.
431         * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
432         positions.
434 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436         * scroll.c (calculate_scrolling, line_ins_del)
437         (calculate_direct_scrolling, scroll_cost): Fix EMACS_INT/int
438         conversion.
440         * region-cache.c (move_cache_gap, set_cache_region, pp_cache)
441         (region_cache_backward, region_cache_forward)
442         (revalidate_region_cache, set_cache_region): FIX EMACS_INT/int
443         conversion.
445         * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
447         * eval.c (verror): Fix EMACS_INT/int conversion.
449         * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
450         (print_preprocess, print_check_string_charset_prop)
451         (print_object): Fix EMACS_INT/int conversion.
453         * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
455 2010-09-24  Eli Zaretskii  <eliz@gnu.org>
457         * callproc.c (Fcall_process): Use EMACS_INT for count of
458         characters read from the subprocess.
460         * bidi.c (struct bidi_paragraph_info): Use EMACS_INT for buffer
461         positions.
462         (bidi_cache_search, bidi_cache_find): Use EMACS_INT for buffer
463         positions.
465         * buffer.c (struct sortvec): Use EMACS_INT for buffer positions.
466         (struct sortstrlist, overlay_str_len): Use EMACS_INT for string
467         length.
468         (advance_to_char_boundary, Fset_buffer_multibyte)
469         (overlays_at, overlays_in, mouse_face_overlay_overlaps)
470         (overlay_touches_p, record_overlay_string, overlay_strings)
471         (recenter_overlay_lists, fix_start_end_in_overlays)
472         (modify_overlay, Fmove_overlay, report_overlay_modification)
473         (evaporate_overlays): Use EMACS_INT for buffer positions.
475         * lisp.h (fix_start_end_in_overlays, overlay_touches_p): Adjust
476         prototypes.
478         * dispextern.h (struct bidi_saved_info): Use EMACS_INT for buffer
479         positions.
481         * fns.c (Fcompare_strings, Fstring_lessp, concat)
482         (string_make_unibyte, Fstring_as_unibyte, Fsubstring)
483         (Fsubstring_no_properties, substring_both, Ffillarray)
484         (Fclear_string, mapcar1, Fmapconcat, Fmapcar, Fmapc)
485         (Fbase64_encode_region, Fbase64_encode_string, base64_encode_1)
486         (Fbase64_decode_region, Fbase64_decode_string, base64_decode_1)
487         (Fmd5): Use EMACS_INT for buffer and string positions and length
488         variables and arguments.
490         * lisp.h (substring_both): Adjust prototype.
492 2010-09-24  Juanma Barranquero  <lekktu@gmail.com>
494         Remove W32 API function pointer unused since 2005-02-15 (revno 2005-02-15T23:19:26Z!jasonr@gnu.org).
495         * w32fns.c (clipboard_sequence_fn): Don't declare.
496         (globals_of_w32fns): Don't initialize it.
498 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
500         * syntax.c (back_comment): Detect the case where a 1-char comment
501         starter is also the 2nd char of a 2-char comment ender.
503 2010-09-23  Jan Djärv  <jan.h.d@swipnet.se>
505         * gtkutil.c (xg_tool_bar_menu_proxy): Set gtk-menu-items to TRUE.
507 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509         * eval.c (verror): EMACS_INT/int cleanup.
511         * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
512         unwind_protect more than 2GB worth of functions.
514         * editfns.c (Finsert_char): EMACS_INT/int cleanup.
516         * lisp.h: Have oblookup take EMACS_INT to allow interning big
517         string and avoid compiler warnings.
518         (USE_SAFE_ALLOCA): Cast to int to avoid compilation warnings in
519         all users.
521         * lread.c (oblookup): EMACS_INT/int cleanup.
523         * cmds.c (Fforward_line, Fdelete_char): EMACS_INT/int cleanup.
525 2010-09-23  Eli Zaretskii  <eliz@gnu.org>
527         * editfns.c (clip_to_bounds): Return an EMACS_INT value.
529         * lisp.h (clip_to_bounds): Adjust prototype.
531         * intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
533 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535         * lisp.h: doprnt.c EMACS_INT/int cleanup.
537         * doprnt.c (doprnt): EMACS_INT/int cleanup.
539         * doc.c (Fsnarf_documentation, get_doc_string): EMACS_INT/int
540         cleanup.
542         * lisp.h: Change the definition of all marker.c functions that
543         take and return buffer stuff to be EMACS_INT instead of int.
545         * marker.c (buf_charpos_to_bytepos, CONSIDER, set_marker_both)
546         (buf_charpos_to_bytepos, bytepos_to_charpos)
547         (buf_bytepos_to_charpos, Fbuffer_has_markers_at)
548         (set_marker_restricted, set_marker_both): Convert int to EMACS_INT
549         for all buffer positions.
551 2010-09-23  Chong Yidong  <cyd@stupidchicken.com>
553         * intervals.c (traverse_intervals, rotate_right, rotate_left)
554         (split_interval_right, find_interval, next_interval)
555         (delete_node, delete_interval, interval_deletion_adjustment)
556         (adjust_intervals_for_deletion, merge_interval_right)
557         (merge_interval_left, graft_intervals_into_buffer)
558         (copy_intervals): Convert EMACS_UINTs to EMACS_INT.
560         * intervals.h (traverse_intervals): Update prototype.
562 2010-09-23  Eli Zaretskii  <eliz@gnu.org>
564         * indent.c (compute_motion): Use EMACS_INT for arguments to
565         region_cache_forward.
567         * region-cache.c (struct boundary, struct region_cache): Use
568         EMACS_INT for positions.
569         (find_cache_boundary, move_cache_gap, insert_cache_boundary)
570         (delete_cache_boundaries, set_cache_region)
571         (invalidate_region_cache, know_region_cache)
572         (region_cache_forward, region_cache_backward, pp_cache): Use
573         EMACS_INT for buffer positions.
575         * region-cache.h (know_region_cache, invalidate_region_cache)
576         (region_cache_forward, region_cache_backward): Adjust prototypes.
578         * search.c (string_match_1, fast_c_string_match_ignore_case)
579         (looking_at_1, scan_buffer, scan_newline)
580         (find_next_newline_no_quit, find_before_next_newline)
581         (search_command, trivial_regexp_p, search_buffer, simple_search)
582         (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
583         and string positions and length.
585         * lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
586         (find_before_next_newline): Adjust prototypes.
588         * editfns.c (transpose_markers, update_buffer_properties)
589         (buildmark, clip_to_bounds, Fgoto_char, overlays_around)
590         (get_pos_property, Fconstrain_to_field)
591         (Fline_beginning_position, Fline_end_position, Fprevious_char)
592         (Fchar_after, Fchar_before, Finsert_char)
593         (Finsert_buffer_substring, Fcompare_buffer_substrings)
594         (Fsubst_char_in_region, Fformat, Ftranspose_regions): Use
595         EMACS_INT for buffer and string position variables.
596         (Finsert_char): Protect against too large insertions.
598         * lisp.h (clip_to_bounds): Adjust prototype.
600         * intervals.c (traverse_intervals, rotate_right, rotate_left)
601         (balance_an_interval, split_interval_right, split_interval_left)
602         (find_interval, next_interval, update_interval)
603         (adjust_intervals_for_insertion, delete_node, delete_interval)
604         (interval_deletion_adjustment, adjust_intervals_for_deletion)
605         (offset_intervals, merge_interval_right, merge_interval_left)
606         (graft_intervals_into_buffer, adjust_for_invis_intang)
607         (move_if_not_intangible, get_local_map, copy_intervals)
608         (copy_intervals_to_string, compare_string_intervals)
609         (set_intervals_multibyte_1): Use EMACS_INT for buffer positions
610         and for interval tree size.
612         * intervals.h (traverse_intervals, split_interval_right)
613         (split_interval_left, find_interval, offset_intervals)
614         (graft_intervals_into_buffer, copy_intervals)
615         (copy_intervals_to_string, move_if_not_intangible, get_local_map)
616         (update_interval): Adjust prototypes.
618         * xdisp.c (check_point_in_composition, reconsider_clip_changes):
619         Use EMACS_INT for buffer position variables and arguments.
621         * composite.c (get_composition_id, find_composition)
622         (run_composition_function, compose_text)
623         (composition_gstring_width, autocmp_chars)
624         (composition_update_it, Ffind_composition_internal): Use EMACS_INT
625         for buffer positions and string length variables and arguments.
627         * composite.h (get_composition_id, find_composition, compose_text)
628         (composition_gstring_width): Adjust prototypes.
630         * editfns.c (Fformat): Use EMACS_INT for string size variables.
632         * xdisp.c (store_mode_line_noprop, display_mode_element): Use
633         EMACS_INT for string positions.
635         * intervals.c (get_property_and_range): Use EMACS_INT for buffer
636         position arguments.
638         * intervals.h (get_property_and_range): Adjust prototype.
640         * character.c (parse_str_as_multibyte, str_as_multibyte)
641         (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
642         (string_count_byte8, string_escape_byte8, c_string_width)
643         (strwidth, lisp_string_width, multibyte_chars_in_text): Use
644         EMACS_INT for string length variables and arguments.
646         * character.h (parse_str_as_multibyte, str_as_multibyte)
647         (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte)
648         (c_string_width, strwidth, lisp_string_width): Adjust
649         prototypes.
651         * font.c (font_intern_prop): Use EMACS_INT for string length
652         variables.
654         * font.c (font_intern_prop): Use EMACS_INT for string length
655         variables.
657         * fns.c (Fstring_as_multibyte): Use EMACS_INT for string length
658         variables.
660         * alloc.c <total_string_size>: Declare as EMACS_INT, not int.
661         (Fmake_string): Protect against too large strings.
662         (live_string_p, live_cons_p, live_symbol_p, live_float_p)
663         (live_misc_p): Use ptrdiff_t instead of int for pointer
664         differences.
665         (string_bytes, check_sblock, check_string_free_list)
666         (allocate_string_data, compact_small_strings, Fmake_string)
667         (Fmake_bool_vector, make_string, make_unibyte_string)
668         (make_multibyte_string, make_string_from_bytes)
669         (make_specified_string_string, Fmake_list, Fmake_vector): Use
670         EMACS_INT for string length variables and arguments.
671         (find_string_data_in_pure, make_pure_string, make_pure_c_string)
672         (Fpurecopy): Use EMACS_INT for string size.
673         (mark_vectorlike, mark_char_table, mark_object): Use EMACS_UINT
674         for vector size.
676         * lisp.h (make_string, make_unibyte_string, make_multibyte_string)
677         (make_string_from_bytes, make_specified_string_string)
678         (make_pure_string, string_bytes, check_point_in_composition):
679         Adjust prototypes.
681 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
683         * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
684         (check_translation): Use EMACS_INT for buffer positions and
685         length.
687         * undo.c (record_marker_adjustment, record_delete)
688         (record_change, record_point, record_insert)
689         (record_property_change, Fprimitive_undo): Use EMACS_INT for
690         buffer positions.
692         * lisp.h (record_marker_adjustment, record_delete)
693         (record_change, record_point, record_insert)
694         (record_property_change, Fprimitive_undo): Adjust prototypes.
696 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
697             Eli Zaretskii  <eliz@gnu.org>
699         * w32.c (get_emacs_configuration_options): Fix buffer overrun.
701 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
703         * minibuf.c (Fminibuffer_contents)
704         (Fminibuffer_contents_no_properties)
705         (Fminibuffer_completion_contents): Use EMACS_INT for minibuffer
706         positions.
708         * keyboard.c (command_loop_1): Use EMACS_INT to compare point with
709         mark.
711         * alloc.c (make_uninit_string, make_uninit_multibyte_string)
712         (allocate_string_data): Accept EMACS_INT for string length.
714         * editfns.c (Ffield_string, Ffield_string_no_properties)
715         (make_buffer_string, make_buffer_string_both, Fbuffer_substring)
716         (Fbuffer_substring_no_properties, find_field, Fdelete_field)
717         (Ffield_string, Ffield_string_no_properties, Ffield_beginning)
718         (Ffield_end): Use EMACS_INT for buffer positions.
720         * insdel.c (prepare_to_modify_buffer): Use EMACS_INT to compare
721         point with mark.
723         * lisp.h (allocate_string_data, make_uninit_string)
724         (make_uninit_multibyte_string, make_buffer_string)
725         (make_buffer_string_both): Adjust prototypes.
727 2010-09-22  Chong Yidong  <cyd@stupidchicken.com>
729         * xml.c: Switch to GNU indentation.
730         (make_dom): Change parse tree format to match xml.el.
731         (Fxml_parse_html_string_internal): Rename from html-parse-string.
732         (Fxml_parse_string_internal): Rename from xml-parse-string.
734 2010-09-22  Kenichi Handa  <handa@m17n.org>
736         * xdisp.c (compute_stop_pos): Call composition_compute_stop_pos
737         only if we are not at a composition.
738         (set_iterator_to_next): Give it->end_charpos to
739         composition_compute_stop_pos.
740         (set_iterator_to_next, next_element_from_buffer): Likewise.
742         * dispnew.c (buffer_posn_from_coords): Fix position when the
743         current display element is a grapheme cluster in bidi-reordered
744         region.
746 2010-09-21  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
748         * doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
749         the regions may overlap.
751 2010-09-21  Juanma Barranquero  <lekktu@gmail.com>
753         * makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies.
755 2010-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
757         * emacs.c: Do not include sys/ioctl.h, not needed.
759         * doprnt.c: Do not include stdlib.h, config.h does it.
760         Move #include before macro definition.
762 2010-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
764         * Makefile.in (temacs): Link using $(CC) not $(LD).
765         (LD_FIRSTFLAG): Define using autoconf.
766         (LD): Remove.
768         Remove HAVE_TERMIOS definitions.
769         * s/usg5-4-common.h (HAVE_TERMIOS):
770         * s/template.h (HAVE_TERMIOS):
771         * s/gnu-linux.h (HAVE_TERMIOS):
772         * s/darwin.h (HAVE_TERMIOS):
773         * s/cygwin.h (HAVE_TERMIOS):
774         * s/bsd-common.h (HAVE_TERMIOS):
775         * s/aix4-2.h (HAVE_TERMIOS):
776         * s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
777         defined on all non-MS platforms.
778         (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
780         * xterm.c (xt_action_hook): Use const.
782 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
784         Don't make W32 code conditional on HAVE_SOCKETS, it's always defined.
785         * w32.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
786         (gethostname) [!HAVE_SOCKETS]: Remove.
787         (SOCK_REPLACE_HANDLE): Remove macro.
788         (socket_to_fd, sys_close, _sys_read_ahead, sys_read, sys_write)
789         (term_ntproc, init_ntproc): Don't conditionalize on HAVE_SOCKETS.
790         * w32proc.c: Remove top-level uses of #ifdef HAVE_SOCKETS.
791         (syms_of_ntproc): Don't conditionalize on HAVE_SOCKETS.
793 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
795         * deps.mk (xml.o): Add dependencies.
797         * xdisp.c (Fcurrent_bidi_paragraph_direction):
798         Call bidi_paragraph_init with NO_DEFAULT_P non-zero.  (Bug#7038)
800         * bidi.c (bidi_paragraph_init): Accept an additional argument
801         NO_DEFAULT_P; all callers changed.  If NO_DEFAULT_P is non-zero,
802         search back until a paragraph with a strong directional character
803         is found, and use that to determine paragraph's base direction.
805         * dispextern.h (bidi_paragraph_init): Update prototype.
807 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
809         * w32.c (_PROCESS_MEMORY_COUNTERS_EX): Don't define with versions
810         of w32api >= 3.15.  (Bug#6989)
812 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814         * process.c (wait_reading_process_output): Don't message about
815         accept-process-output unless the time limit really is zero.
817 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * frame.c (Ftool_bar_pixel_width): YAILOM (Yet another
820         int/Lisp_Object mixup).
822 2010-09-17  Jan Djärv  <jan.h.d@swipnet.se>
824         * keyboard.c (parse_tool_bar_item): For QClabel, set TOOL_BAR_ITEM_LABEL
825         not HELP.
827 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
829         * frame.c (Ftool_bar_pixel_width): New function to expose tool
830         bar's pixel width to Lisp (Bug#7048).
832 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
834         * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
836 2010-09-17  Jan Djärv  <jan.h.d@swipnet.se>
838         * gtkutil.c (xg_pack_tool_bar): Call gtk_handle_box_set_handle_position
839         with argument top/left if tool bar is vertical/horizontal (Bug#7051).
841 2010-09-17  Kenichi Handa  <handa@m17n.org>
843         * ftfont.c (ftfont_check_otf): Fix previous change.
845 2010-09-14  Kenichi Handa  <handa@m17n.org>
847         * ftfont.c (ftfont_check_otf): Fix the case of checking just
848         existence of GSUB or GPOS.
850 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
852         * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
854 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856         * xml.c (parse_buffer): Renamed to parse_string(), since that's
857         what it does.
858         (parse_string): Return nil when the document can't be parsed.
860 2010-09-14  Jan Djärv  <jan.h.d@swipnet.se>
862         * xterm.c (get_current_vm_state): New function.
863         (do_ewmh_fullscreen): Call get_current_vm_state and compare with
864         want_fullscreen so set_wm_state calls are few (Bug#7013).
865         (x_handle_net_wm_state): Move code to get_current_vm_state and
866         call that function.
868 2010-09-14  Courtney Bane  <emacs-bugs-7626@cbane.org>  (tiny change)
870         * term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
872 2010-09-14  Kenichi Handa  <handa@m17n.org>
874         * coding.c (encode_coding_iso_2022): Don't optimize for ASCII if
875         we may use designation or locking-shift.
877 2010-09-14  Kenichi Handa  <handa@m17n.org>
879         * coding.c (detect_coding_emacs_mule): Fix checking of multibyte
880         sequence when the source is multibyte.
882 2010-09-14  Andreas Schwab  <schwab@linux-m68k.org>
884         * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
885         Don't make first argument optional.  Doc fix.
887 2010-09-14  Leo  <sdl.web@gmail.com>  (tiny change)
889         * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
890         parameters for the doc string.
892 2010-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894         * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.
896 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
898         * fns.c (Fy_or_n_p): Move to lisp/subr.el.
899         (syms_of_fns): Don't defsubr Sy_or_n_p.
900         * lisp.h: Don't declare Fy_or_n_p.
901         * fileio.c (barf_or_query_if_file_exists): Fy_or_n_p -> y-or-n-p.
903 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905         * xml.c (Fxml_parse_buffer): New function to parse XML files.
907 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909         * xml.c: New file.
910         (Fhtml_parse_buffer): New function to interface to the libxml2
911         html parsing function.
913 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
915         * biditype.h: Regenerate.
917 2010-09-04  Andreas Schwab  <schwab@linux-m68k.org>
919         * nsimage.m (ns_load_image): Check argument types.
921         * image.c: Remove all uses of gcpro.
922         (xpm_load): Check all lisp types.
923         (pbm_load): Likewise.
924         (png_load): Likewise.
925         (jpeg_load): Likewise.
926         (tiff_load): Likewise.
927         (gif_load): Likewise.
928         (imagemagick_load_image): Likewise.
929         (imagemagick_load): Likewise.
930         (svg_load): Likewise.
931         (gs_load): Likewise.
933 2010-09-04  Eli Zaretskii  <eliz@gnu.org>
935         * w32uniscribe.c (uniscribe_shape): Update commentary.  Don't
936         try to reorder grapheme clusters, since LGSTRING should always
937         hold them in the logical order.
938         (uniscribe_encode_char, uniscribe_shape): Force ScriptShape to
939         return glyph codes in the logical order.
941 2010-09-04  Andreas Schwab  <schwab@linux-m68k.org>
943         * image.c (imagemagick_image_p): Replace bcopy by memcpy.
944         (imagemagick_load_image): Fix type mismatch.
945         (Fimagemagick_types): Likewise.  Doc fix.
947 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
949         * xterm.h (struct dpyinfo): Remove cut_buffers_initialized.
951         * xterm.c (x_term_init): Don't set dpyinfo->cut_buffers_initialized.
953         * xselect.c: Remove declaration of cut-buffer objects and functions.
954         (symbol_to_x_atom): Remove mapping to XA_CUT_BUFFERn.
955         (x_atom_to_symbol): Remove mapping to QCUT_BUFFERn.
956         (Fx_get_cut_buffer_internal, Fx_store_cut_buffer_internal)
957         (Fx_rotate_cut_buffers_internal): Remove.
958         (syms_of_xselect): Remove defsubr of above.
959         Remove intern of QCUT_BUFFERn.
961 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
963         * cmds.c (Vblink_paren_function): Remove.
964         (internal_self_insert): Make it insert N chars at a time.
965         Don't call blink-paren-function.
966         (Fself_insert_command): Adjust accordingly.
967         (syms_of_cmds): Don't declare blink-paren-function.
969 2010-08-31  Kenichi Handa  <handa@m17n.org>
971         * dispextern.h (FACE_FOR_CHAR): Use an ASCII face for 8-bit
972         characters.
974         * term.c (encode_terminal_code): Fix the previous change.
975         (produce_glyphs): Don't set it->char_to_display here.
976         Don't handle unibyte-display-via-language-environment here.
977         (produce_special_glyphs): Set temp_it.char_to_display before
978         calling produce_glyphs.
980         * xdisp.c (get_next_display_element): Set it->char_to_display
981         here.  Convert all 8-bit bytes from unibyte buffer/string to 8-bit
982         characters.
983         (get_overlay_arrow_glyph_row): Set it.char_to_display too before
984         calling PRODUCE_GLYPHS.
985         (append_space_for_newline): Save and store it->char_to_display.
986         Set it->char_to_display before calling PRODUCE_GLYPHS.
987         (extend_face_to_end_of_line): Set it->char_to_display before
988         calling PRODUCE_GLYPHS.
989         (get_glyph_face_and_encoding): Set the glyph code an 8-bit
990         character to its byte value.
991         (get_char_glyph_code): New function.
992         (produce_stretch_glyph): Set it2.char_to_display too before
993         calling x_produce_glyphs.
994         (x_produce_glyphs): Simplify by using the same code for ASCII and
995         non-ASCII characters.  Don't set it->char_to_display here.
996         Don't handle unibyte-display-via-language-environment here.  For a
997         character of no glyph, use font->space_width instead of FONT_WIDTH.
999 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
1003 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
1005         * keyboard.c (command_loop_1): Don't call x-set-selection on tty.
1007 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1009         * marker.c (Fcopy_marker): Make the first arg optional.
1011 2010-08-30  Kenichi Handa  <handa@m17n.org>
1013         * composite.c (composition_update_it): Fix computing of
1014         cmp_it->width.
1016 2010-08-29  Kenichi Handa  <handa@m17n.org>
1018         * term.c (encode_terminal_code): Encode byte chars to the
1019         corresponding bytes.
1021 2010-08-29  Jan Djärv  <jan.h.d@swipnet.se>
1023         * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L.
1025 2010-08-26  Kenichi Handa  <handa@m17n.org>
1027         * xdisp.c (compute_stop_pos): Pay attention to bidi scan direction
1028         on calling composition_compute_stop_pos.
1030 2010-08-25  Kenichi Handa  <handa@m17n.org>
1032         * fontset.c (reorder_font_vector): Prefer a font-spec specifying
1033         :otf.
1035         * composite.c (composition_compute_stop_pos): Don't break
1036         composition at PT.
1037         (composition_reseat_it): Likewise.  Fix calculation of character
1038         position starting a composition.
1039         (Fcomposition_get_gstring): Don't limit the number of components
1040         for automatic composition.
1042 2010-08-25  Kenichi Handa  <handa@m17n.org>
1044         * composite.c (composition_compute_stop_pos): In forward search,
1045         pay attention to the possibility that some character after ENDPOS
1046         will be composed with charactrs before ENDPOS.
1048 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
1050         * keyboard.c (command_loop_1): Don't clobber primary selection
1051         during handle-switch-frame (Bug#6872).
1053 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1055         * dbusbind.c: Accept UNIX domain sockets as bus address.
1056         (Fdbus_close_bus): New function.
1057         (Vdbus_registered_buses): New variable.
1058         (xd_initialize): Implement string as bus address.
1059         (Fdbus_init_bus): Add bus to Vdbus_registered_buses).
1060         (Fdbus_get_unique_name, Fdbus_call_method)
1061         (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
1062         (Fdbus_method_error_internal, Fdbus_send_signal)
1063         (Fdbus_register_signal, Fdbus_register_method): Remove bus type
1064         check.  This is done in xd_initialize_bus.  Adapt doc string, if
1065         necessary.
1066         (xd_pending_messages, xd_read_queued_messages): Loop over buses in
1067         Vdbus_registered_buses.
1068         (Vdbus_registered_objects_table): Create hash.
1070 2010-08-22  Juri Linkov  <juri@jurta.org>
1072         * keyboard.c (Fexecute_extended_command): Move reading a command name
1073         with `completing-read' to a new Elisp function `read-extended-command'.
1074         Call it to read a command to `function'  (bug#5364, bug#5214).
1076 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1078         * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).
1080 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
1082         * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP
1083         instead of SAFE_ALLOCA.
1085 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
1087         * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA
1088         (Bug#6214).
1090 2010-08-22  Jan Djärv  <jan.h.d@swipnet.se>
1092         * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
1094 2010-08-22  Jan Djärv  <jan.h.d@swipnet.se>
1096         * doc.c (Fsnarf_documentation): Initialize skip_file before
1097         build-files test.
1099 2010-08-22  Peter O'Gorman  <pogma@thewrittenword.com>  (tiny change)
1101         * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK):
1102         New definitions.
1103         (HAVE_TERMIO): Remove.
1105 2010-08-22  Eli Zaretskii  <eliz@gnu.org>
1107         * deps.mk (sysdep.o, msdos.o): Depend on sysselect.h.
1109         * sysselect.h [WINDOWSNT]: Don't define the FD_* and select stuff
1110         for w32.
1112         * s/ms-w32.h (HAVE_SYS_TIMEB_H): Don't #undef HAVE_SYS_SELECT_H,
1113         it's done in nt/config.nt.
1115         * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on sysselect.h.
1117         * unexcoff.c (report_error, make_hdr, write_segment)
1118         (copy_text_and_data, copy_sym, mark_x, adjust_lnnoptrs, unexec):
1119         Convert argument lists and prototypes to ANSI C.
1120         (make_hdr, write_segment): Remove unused variables.
1121         (unexec): Remove commented-out line.  Initialize `new' to shut up
1122         compiler warnings.
1124 2010-08-22  Dan Nicolaescu  <dann@ics.uci.edu>
1126         Simplify termio code.
1127         All non-MSDOS non-WINDOWSNT platforms define HAVE_TERMIOS, so
1128         HAVE_TERMIO code is obsolete.
1129         Replace HAVE_TERMIOS conditionals with !DOS_NT.
1130         * systty.h: Do not define HAVE_TCATTR.
1131         Remove HAVE_TERMIO, HAVE_LTCHARS and HAVE_TCHARS code.
1132         Do not define EMACS_HAVE_TTY_PGRP.  Only define
1133         EMACS_GET_TTY_PGRP for !DOS_NT.
1134         * sysdep.c: Include sysselect.h unconditionally.  Do not include
1135         sys/ioctl.h and termios.h, systty.h does it.  Use
1136         HAVE_SYS_UTSNAME_H instead of USG as an include guard.
1137         (init_baud_rate): Remove HAVE_TERMIO code.
1138         (child_setup_tty): Remove HAVE_TERMIO code.
1139         (emacs_get_tty, emacs_set_tty): Remove HAVE_TERMIO, HAVE_TCHARS
1140         and HAVE_LTCHARS code.  Use !DOS_NT instead of HAVE_TCATTR.
1141         (new_ltchars, new_tchars): Remove, unused.
1142         (init_sys_modes): Remove HAVE_TERMIO, HAVE_TCHARS and HAVE_LTCHARS
1143         code.  Remove special casing for __mips__, it was a no-op.  Remove
1144         HAVE_TCATTR conditional, it is implied by HAVE_TERMIOS.
1145         (init_sys_modes): Remove HPUX special case.
1146         * process.c: Include stdlib.h unconditionally.  Do not include
1147         fcntl.h, systty.h does it.  Remove conditional code for
1148         HAVE_SERIAL, it is always true.
1149         (process_send_signal): Remove HAVE_TERMIOS conditional, it's
1150         always true when SIGNALS_VIA_CHARACTERS is true.
1151         (Fcontinue_process, Fprocess_send_eof): Simplify conditionals:
1152         !WINDOWSNT means HAVE_TERMIOS.
1153         (create_process): Remove HAVE_TERMIOS, it's inside a HAVE_PTYS
1154         conditional, which is true for all HAVE_TERMIOS systems.
1155         * keyboard.c (init_keyboard): Do not use HAVE_TERMIO, use !DOS_NT
1156         instead of HAVE_TERMIOS.
1157         * emacs.c (shut_down_emacs): Use !defined DOS_NT instead of
1158         EMACS_HAVE_TTY_PGRP.
1159         * callproc.c (child_setup): Move EMACS_SET_TTY_PGRP use to the
1160         non-MSDOS, non-WINDOWSNT code, it's only defined for such systems
1161         anyway.
1163 2010-08-21  Eli Zaretskii  <eliz@gnu.org>
1165         * dispnew.c (buffer_posn_from_coords): Fix off-by-one error in
1166         mirroring pixel positions.
1168 2010-08-20  Dan Nicolaescu  <dann@ics.uci.edu>
1170         * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove,
1171         write only.
1172         (init_alloc_once): Remove writes to malloc_sbrk_unused, and
1173         malloc_sbrk_used, nothing uses them.
1175         * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not
1176         defined, unconditionally defined in lisp.h.
1178         * term.c: Do not include <termios.h>, systty.h does it.
1180         * s/unixware.h (HAVE_TCATTR):
1181         * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
1182         systty.h defines it when HAVE_TERMIOS is defined.
1184 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1186         * dispnew.c (buffer_posn_from_coords): Fix last change for text
1187         terminals: add one-character offset for R2L lines.
1189         * emacs.c <emacs_version>: Add a comment regarding
1190         msdos/mainmake.v2's dependency on the syntax of this declaration.
1192 2010-08-20  Eli Zaretskii  <eliz@gnu.org>
1194         * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
1195         position for R2L lines by mirroring the pixel position wrt the
1196         text are box.  Improve commentary.
1198 2010-08-20  Andreas Schwab  <schwab@linux-m68k.org>
1200         * image.c (imagemagick_clear_image): Remove debugging output.
1202 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1204         * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove.
1205         (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars.
1206         (internal_self_insert): Run Qpost_self_insert_hook rather than handle
1207         self-insert-face.
1208         (syms_of_cmds): Initialize the new vars.
1210 2010-08-19  Jason Rumney  <jasonr@gnu.org>
1212         * w32menu.c (set_frame_menubar): Remove call to undefined function.
1214         * w32fns.c (w32_wnd_proc): Don't check context before initializing.
1216 2010-08-19  Jan Djärv  <jan.h.d@swipnet.se>
1218         * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary".
1220 2010-08-18  Eli Zaretskii  <eliz@gnu.org>
1222         * xterm.c (x_draw_bar_cursor):
1223         * w32term.c (x_draw_bar_cursor): If the character under cursor is
1224         R2L, draw the bar cursor on its right rather than on its left.
1226 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1228         * eval.c (Fdefmacro): Only obey one declaration.
1230         * casefiddle.c (casify_region): Setup gl_state.
1232 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1234         * nsterm.m (ns_define_frame_cursor): Call x_update_cursor (Bug#6868).
1236 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
1238         * gtkutil.c (update_frame_tool_bar): Literal strings are const char*.
1240 2010-08-18  David De La Harpe Golden  <david@harpegolden.net>
1242         * nsselect.m (QCLIPBOARD, NXPrimaryPboard): Define.
1243         (symbol_to_nsstring): Map QCLIPBOARD => NSGeneralPboard,
1244         QPRIMARY => NXPrimaryPboard.
1245         (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD,
1246         NXPrimaryPboard => QPRIMARY.
1247         (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection,
1248         NXSecondaryPboard = SecondarySelection.
1249         (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677).
1251 2010-08-18  Joakim Verona  <joakim@verona.se>
1253         * image.c: Add support for ImageMagick.  When HAVE_IMAGEMAGICK is
1254         defined:
1255         (imagemagick_image_p): New function to test for ImageMagic image.
1256         (imagemagick_load): New function to load ImageMagick image.
1257         (imagemagick_load_image): New function, helper for imagemagick_load.
1258         (imagemagick-types): New function.
1259         (Qimagemagick): New Lisp_object.
1260         (imagemagick-render-type): New variable, decides which renderer to use.
1262 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
1265         is a string.
1267 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
1269         * nsfns.m (ns_frame_parm_handlers): Add a slot for the
1270         x_set_tool_bar_position handler.
1272 2010-08-17  Eli Zaretskii  <eliz@gnu.org>
1274         * w32fns.c <w32_frame_parm_handlers>: Add a slot for the
1275         x_set_tool_bar_position handler, needed to support changes from
1276         2010-07-29T16:49:59Z!jan.h.d@swipnet.se for positioning the tool bar.  (Bug#6796)
1278 2010-08-16  Jan Djärv  <jan.h.d@swipnet.se>
1280         * nsselect.m: include keyboard.h for QPRIMARY, remove its
1281         declaration (Bug#6863).
1282         (syms_of_nsselect): Don't intern QPRIMARY.
1284         * xselect.c: Remove declaration of QPRIMARY (Bug#6864).
1286         * keyboard.h (QPRIMARY): Declare (Bug#6864).
1288 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
1290         * keyboard.c (command_loop_1): Avoid setting selection twice,
1291         since it's done in deactivate-mark as well.
1292         (Vselect_active_regions): Change default to t.  Replace `lazy'
1293         with non-default value `only', meaning only set PRIMARY for
1294         temporarily active regions.
1296         * insdel.c (prepare_to_modify_buffer): Handle `only' value of
1297         select-active-regions.
1299 2010-08-15  Jan Djärv  <jan.h.d@swipnet.se>
1301         * keyboard.c (parse_tool_bar_item): Put in a bad label if :label
1302         isn't a string.
1304 2010-08-15  Andreas Schwab  <schwab@linux-m68k.org>
1306         * keyboard.c (parse_tool_bar_item): Avoid excessive use of strlen.
1308 2010-08-15  Jan Djärv  <jan.h.d@swipnet.se>
1310         * keyboard.c (parse_tool_bar_item): malloc buf.
1311         Set TOOL_BAR_ITEM_LABEL to empty string if not set to
1312         new_lbl (Bug#6855).
1314 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
1316         * xterm.c (x_draw_stretch_glyph_string):
1317         * w32term.c (x_draw_stretch_glyph_string): In R2L rows, display
1318         the cursor on the right edge of the stretch glyph.
1320         * xdisp.c (window_box_right_offset, window_box_right):
1321         Fix commentary.
1323         * xdisp.c (Fcurrent_bidi_paragraph_direction): Fix paragraph
1324         direction when point is inside a run of whitespace characters.
1326         * bidi.c (bidi_at_paragraph_end): Remove obsolete comment.
1328 2010-08-14  Jason Rumney  <jasonr@gnu.org>
1330         * keyboard.c (lispy_function_keys): Do not define VK_PACKET (bug#4836)
1332 2010-08-14  Chong Yidong  <cyd@stupidchicken.com>
1334         * fns.c (Fmake_hash_table): Doc fix (Bug#6851).
1336 2010-08-13  Jason Rumney  <jasonr@gnu.org>
1338         * w32menu.c (simple_dialog_show): Use unicode message box if available.
1339         (MessageBoxW_Proc): New function typedef.
1340         (unicode-message-box): New function pointer.
1341         (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
1343 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
1345         * frame.h (Qtool_bar_position): Declare.
1347         * xfns.c (Fx_create_frame): Call x_default_parameter for
1348         Qtool_bar_position.
1350 2010-08-13  Eli Zaretskii  <eliz@gnu.org>
1352         * unexcoff.c: Remove the parts used when "emacs" is not defined.
1353         (report_error, report_error_1): Ditto.
1354         (write_segment): Remove "#if 0" unused code.
1355         (make_hdr): Remove code that was "#ifndef NO_REMAP" before
1356         NO_REMAP was removed (in 2010-07-29T03:25:08Z!dann@ics.uci.edu).
1357         (start_of_text): Remove unused function (was used only if NO_REMAP
1358         was NOT defined).
1360         * msdos.c (IT_set_face): Fix format string to match argument
1361         types.
1362         (IT_write_glyphs, IT_note_mode_line_highlight)
1363         (IT_set_frame_parameters): Remove unused variables.
1364         (x_set_menu_bar_lines): Declare set_menu_bar_lines.
1365         (IT_set_terminal_modes): Disambiguate expression in if clause.
1366         (Fmsdos_remember_default_colors): Return Qnil.
1367         (IT_set_frame_parameters): Add parens to disambiguate boolean
1368         expression for logging the cursor type to termscript.
1369         (keyboard_layout_list, keypad_translate_map)
1370         (grey_key_translate_map): Add braces in inner initializers.
1371         (dos_rawgetc): Add parens in condition for mouse-3 button-press.
1372         (dos_rawgetc): Remove unused label.
1373         (XMenuActivate): Add braces to remove ambiguous `else'.
1374         (dos_ttraw): Always return a value.
1375         (spawnve): Declare.
1376         (run_msdos_command): Cast 3rd arg of spawnve to "char **".
1378         * dosfns.h (x_set_title): Declare.
1380         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
1381         Remove unused variables.
1383         * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Remove unused
1384         variables.
1385         (init_dosfns): Declare get_lim_data.
1386         (system_process_attributes): Declare Fget_internal_run_time.
1388         * xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Fix argument
1389         list to be consistent with menu.h.
1391         * w32menu.c (add_menu_item, name_is_separator): Shut up compiler
1392         warnings due to mixing of "char *" and "const char *".
1394 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1396         Introduce a new comment style "c" flag.
1397         * syntax.c (SYNTAX_FLAGS_COMMENT_STYLEB)
1398         (SYNTAX_FLAGS_COMMENT_STYLEC): New macros.
1399         (SYNTAX_FLAGS_COMMENT_STYLE): Use them, add an argument.
1400         (syntax_prefix_flag_p): New function.
1401         (Fstring_to_syntax): Understand new "c" flag.
1402         (Finternal_describe_syntax_value): Recognize new flag; use the
1403         SYNTAX_FLAGS_* macros.
1404         (scan_sexps_forward, Fparse_partial_sexp): Change representation of
1405         comment style to accomodate the new styles.
1406         (back_comment, forw_comment, Fforward_comment, scan_lists)
1407         (scan_sexps_forward): Update code to obey the new comment style flag.
1409         * syntax.h: Move SYNTAX_FLAGS_FOO() macros to syntax.c.
1411         * casefiddle.c (casify_region): Use the new syntax_prefix_flag_p.
1413 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
1415         * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
1416         first.
1417         (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
1419         * gtkutil.h (xg_check_special_colors): Declare.
1421         * gtkutil.c (xg_check_special_colors, style_changed_cb): New functions.
1422         (xg_create_frame_widgets): Connect theme name changes to
1423         style_changed_cb.
1425         * xterm.c (emacs_class): New char[] for EMACS_CLASS.
1426         (xim_open_dpy, xim_initialize, xim_close_dpy): Use emacs_class.
1427         (x_term_init): Use char[] display_opt and name_opt instead of
1428         string literal.  file is const char*.
1430         * xsmfns.c (NOSPLASH_OPT): Change to char[].
1431         (smc_save_yourself_CB): Do xstrdup on all ->type and ->name for
1432         props.  Free them at the end.
1434         * xselect.c (Fx_get_atom_name): Use char empty[] instead of literal "".
1436         * xrdb.c (get_system_app): Make path const and use char *p for
1437         non-const char.
1439         * xmenu.c (Fx_popup_dialog): error_name is const char*.
1440         (xmenu_show): error parameter is const char **.  pane_string is const
1441         char *.
1442         (button_names): Is const char *.
1443         (xdialog_show): error_name and pane_string is const.
1445         * process.h (synch_process_death): Is const char*.
1447         * w32menu.c (w32_menu_show):
1448         * nsmenu.m (ns_menu_show): error parameter is const char **.
1450         * menu.h (w32_menu_show, ns_menu_show, xmenu_show): error parameter
1451         is const char **.
1453         * menu.c (Fx_popup_menu): error_name is const.
1455         * keyboard.h (_widget_value): Add defined USE_GTK.  Replace Boolean
1456         with unsigned char and XtPointer with void *.
1458         * gtkutil.h: Replace widget_value with struct _widget_value.
1459         (enum button_type, struct _widget_value): Remove and use the one from
1460         keyboard.h.
1462         * gtkutil.c (get_utf8_string): Always return an allocated string.
1463         Parameter is const.
1464         (create_dialog, xg_create_one_menuitem, create_menus)
1465         (xg_item_label_same_p, xg_update_menu_item): Free result from
1466         get_utf8_string.
1467         (xg_separator_p, xg_item_label_same_p): label is const.
1469         * font.h (font_open_by_name): Make name const.
1471         * font.c (font_open_by_name): Make name const.
1473         * floatfns.c (matherr): Use a const char* variable for x->name.
1475         * emacs.c (main): Pass char[] to putenv instead of literal.
1477         * callproc.c (synch_process_death): Make const.
1478         (Fcall_process): Make signame const.
1480         * nsterm.h (parseKeyEquiv, addSubmenuWithTitle)
1481         (addDisplayItemWithImage): Use const char*.
1483         * nsmenu.m (parseKeyEquiv, addSubmenuWithTitle)
1484         (addDisplayItemWithImage, update_frame_tool_bar): Use const char*.
1486         * nsfont.m (ns_descriptor_to_entity): Use const char*.
1488         * keyboard.h (_widget_value): name, value and key are const char*.
1490         * unexmacosx.c (unexec_error): Use const char *.
1492 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
1494         * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1495         (font_parse_name, font_open_by_name):
1496         * font.c (font_parse_xlfd, font_parse_fcname, font_unparse_fcname)
1497         (font_parse_name, font_open_by_name): Remove const.
1499 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
1501         Use autoconf determined WORDS_BIGENDIAN instead of hardcoded
1502         definition.
1504         * m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
1505         * m/amdx86-64.h: Likewise.
1506         * m/arm.h: Likewise.
1507         * m/hp800.h: Likewise.
1508         * m/ia64.h: Likewise.
1509         * m/ibmrs6000.h: Likewise.
1510         * m/ibms390.h: Likewise.
1511         * m/intel386.h: Likewise.
1512         * m/iris4d.h: Likewise.
1513         * m/m68k.h: Likewise.
1514         * m/macppc.h: Likewise.
1515         * m/mips.h: Likewise.
1516         * m/sh3.h: Likewise.
1517         * m/sparc.h: Likewise.
1518         * m/template.h: Likewise.
1519         * m/vax.h: Likewise.
1520         * m/xtensa.h: Likewise.
1521         * fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
1522         WORDS_BIG_ENDIAN.
1523         * lisp.h: Likewise.
1524         * md5.c: Likewise.
1525         * sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
1527 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
1529         Use const char* instead of char*.
1530         Reduce the number of warnings with -Wwrite-strings.
1531         * xrdb.c (get_environ_db, get_system_name):
1532         * unexelf.c (find_section):
1533         * term.c (string_cost, string_cost_one_line, per_line_cost)
1534         (get_named_tty, init_tty):
1535         * sysdep.c (sys_subshell):
1536         * sound.c (sound_perror, sound_warning, vox_open, vox_init)
1537         (alsa_sound_perror, alsa_open, alsa_configure, alsa_init):
1538         * search.c (Freplace_match):
1539         * process.c (Fmake_network_process, send_process, init_process):
1540         * lread.c (Fload, init_lread):
1541         * keymap.c (Fdescribe_buffer_bindings, describe_map_tree):
1542         * keyboard.c (parse_tool_bar_item, struct event_head):
1543         * gtkutil.h (xg_get_font_name):
1544         * gtkutil.c (get_dialog_title, create_dialog, xg_get_font_name)
1545         (make_widget_for_menu_item, make_menu_item, create_menus)
1546         (xg_make_tool_item):
1547         * font.c (parse_matrix, font_parse_name):
1548         * floatfns.c (rounding_driver, float_error_fn_name):
1549         * filelock.c (get_boot_time_1, lock_file_1):
1550         * fileio.c (barf_or_query_if_file_exists, check_writable):
1551         * editfns.c (get_system_name, get_operating_system_release)
1552         (Fencode_time, Fset_time_zone_rule):
1553         * dispextern.h (string_cost, per_line_cost, get_named_tty, init_tty):
1554         * buffer.c (defvar_per_buffer): Use const.
1556 2010-08-08  Kenichi Handa  <handa@m17n.org>
1558         * charset.c: Include <stdlib.h>.
1559         (struct charset_sort_data): New struct.
1560         (charset_compare): New function.
1561         (Fsort_charsets): New function.
1562         (syms_of_charset): Declare Fsort_charsets as a Lisp function.
1564         * coding.c (decode_coding_iso_2022): Fix checking of dimension
1565         number in CTEXT extended segment.
1567 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1569         * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
1570         * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
1572 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1574         * fns.c (Fsubstring_no_properties, Fnthcdr, Ffeaturep)
1575         (Fhash_table_size): Fix typos in docstrings.
1576         (Fmake_hash_table): Doc fix.
1578 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1580         * minibuf.c (syms_of_minibuf) <read-buffer-function>:
1581         Doc fix (bug#5625).
1583 2010-08-08  Ken Brown  <kbrown@cornell.edu>
1585         * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of
1586         the MSDOS definition.
1588 2010-08-08  Dan Nicolaescu  <dann@ics.uci.edu>
1590         Use const char* instead of char*.
1591         * xterm.c (x_create_toolkit_scroll_bar):
1592         * xfont.c (xfont_list_pattern):
1593         * xfns.c (x_default_scroll_bar_color_parameter)
1594         (xic_create_fontsetname, x_default_font_parameter)
1595         (x_screen_planes):
1596         * xdisp.c (c_string_pos, number_of_chars, reseat_to_string)
1597         (store_mode_line_string, decode_mode_spec, display_string):
1598         * menu.c (digest_single_submenu):
1599         * keymap.h (initial_define_key, initial_define_lispy_key):
1600         * keymap.c (initial_define_key, initial_define_lispy_key):
1601         * image.c (image_error, image_keyword):
1602         * gtkutil.h (xg_create_widget, xg_create_scroll_bar):
1603         * gtkutil.c (xg_create_widget, xg_create_scroll_bar):
1604         * ftfont.c (struct fc_charset_table, ftfont_spec_pattern)
1605         (ftfont_list, ftfont_match):
1606         * frame.c (frame_parm_table):
1607         * font.h (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1608         (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1609         (font_add_log, font_deferred_log):
1610         * font.c (font_intern_prop, font_parse_xlfd, font_parse_fcname)
1611         (font_unparse_fcname, font_unparse_fcname, font_open_by_name)
1612         (font_add_log, font_deferred_log):
1613         * emacs.c (argmatch):
1614         * dispextern.h (struct it):
1615         * coding.c (ENCODE_DESIGNATION):
1616         * charset.c (define_charset_internal): Use const.
1618         * s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused.
1620         * xrdb.c: Remove include guard.
1621         Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
1622         Remove #if 0 code.  Replace malloc->xmalloc, free->xfree,
1623         realloc->xrealloc instead of using #defines.
1625 2010-08-08  Eli Zaretskii  <eliz@gnu.org>
1627         * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):
1628         * editfns.c (Fline_beginning_position, Fline_end_position):
1629         State in the doc strings that start and end of line are in the
1630         logical order.
1632         * xdisp.c (display_line): Move the handling of overlay arrow after
1633         the call to find_row_edges.  (Bug#6699)
1635 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
1637         * keyboard.c (command_loop_1):
1638         * insdel.c (prepare_to_modify_buffer): Don't call validate_region.
1640 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
1642         * insdel.c (prepare_to_modify_buffer): Save active region text to
1643         Vsaved_region_selection.
1645         * xselect.c (QPRIMARY): Move to keyboard.c.
1647         * keyboard.c (Vselect_active_regions): Move from simple.el.
1648         (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars.
1649         (command_loop_1): Set window selection prior to deactivating the mark.
1651 2010-08-07  Juanma Barranquero  <lekktu@gmail.com>
1653         * alloc.c (lisp_malloc):
1654         * buffer.c (set_buffer_internal, set_buffer_internal_1):
1655         * charset.h (emacs_mule_charset):
1656         * dispextern.h (inhibit_free_realized_faces, redraw_frame)
1657         (redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
1658         (bitch_at_user):
1659         * lisp.h (Fcheck_coding_system, Fget_text_property)
1660         (Qfunction, Qcompletion_ignore_case, QCwidth, QCsize):
1661         Remove duplicate declarations.
1663 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
1665         * process.c: Simplify include logic.
1667         * keyboard.h (quit_char): Add declaration.
1668         * process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
1669         (QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary):
1670         Add declarations.
1671         * sysdep.c:
1672         * w32.c: Remove the above declarations.
1674         Remove extern declarations in .c files, .h files have them.
1675         * xterm.c:
1676         * xdisp.c:
1677         * msdos.c:
1678         * image.c:
1679         * gtkutil.c:
1680         * fileio.c:
1681         * eval.c: Remove declarations.
1683         * frame.c (frame_params): Make const.
1685         * lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
1687         * emacs.c (emacs_copyright, emacs_version): Make static.
1688         (Vinitial_window_system, Vauto_save_list_file_name)
1689         (Vinhibit_redisplay): Remove declarations.
1690         (main): Remove HAVE_SHM code, unused.  Remove _I386 conditional
1691         for AIX.
1693         Use const for some arrays and functions.
1694         * xterm.h (xg_set_icon_from_xpm_data):
1695         * xfns.c (xg_set_icon_from_xpm_data):
1696         * term.c (fkeys):
1697         * keyboard.c (lispy_accent_keys, lispy_function_keys)
1698         (lispy_multimedia_keys, lispy_kana_keys, iso_lispy_function_keys)
1699         (lispy_drag_n_drop_names, scroll_bar_parts, modify_event_symbol)
1700         (frame.c frame_parms):
1701         * emacs-icon.h (gnu_xpm_bits):
1702         * callint.c (callint_argfuns): Use const.
1704 2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
1706         * sysdep.c: Move include term.h last of includes (Bug#6812).
1708 2010-08-06  Eli Zaretskii  <eliz@gnu.org>
1710         * dispnew.c (realloc_glyph_pool): Zero out newly allocated glyphs.
1712         * msdos.c (IT_display_cursor): Log cursor position on termscript.
1714         * .gdbinit (pgx): Display the avoid_cursor_p flag.
1716 2010-08-06  Juanma Barranquero  <lekktu@gmail.com>
1718         * makefile.w32-in ($(BLD)/xdisp.$(O)): Update dependencies.
1720 2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
1722         * xterm.h (x_get_focus_frame): Declare.
1724         * keyboard.h (poll_for_input_1): Unconditionally declare.
1726         * nsterm.h (x_set_menu_bar_lines): Declare.
1728         * window.c: Don't include menu.h, it depends on lots of other .h-files.
1730         * xfaces.c (x_create_gc, x_free_gc): Convert to ANSI C prototypes.
1732         * window.c: Include menu.h.
1734         * unexmacosx.c (print_region_list, print_regions)
1735         (build_region_list, find_emacs_zone_regions)
1736         (unexec_regions_merge, read_load_commands, dump_it)
1737         (unexec_init_emacs_zone): Convert to ANSI C prototypes.
1739         * term.c: Check HAVE_SYS_IOCTL_H.
1741         * sysdep.c: Check HAVE_TERM_H.
1743         * process.c: Check HAVE_UTIL_H.  Include nsterm.h if HAVE_NS.
1745         * nsterm.m (ns_init_paths, ns_alloc_autorelease_pool)
1746         (ns_ring_bell, ns_defined_color, hide_hourglass)
1747         (x_display_pixel_height, x_display_pixel_width, syms_of_nsterm):
1748         Convert to ANSI C prototypes.
1749         (x_set_window_size, ns_draw_fringe_bitmap, judge): Move declarations
1750         before code.
1752         * nsterm.h : Include sysselect.h.
1753         (x_sync, x_get_focus_frame, x_set_mouse_position)
1754         (x_set_mouse_pixel_position, x_make_frame_visible)
1755         (x_make_frame_invisible, x_iconify_frame, x_char_width, x_char_height)
1756         (x_pixel_width, x_pixel_height, x_set_frame_alpha, x_set_tool_bar_lines)
1757         (x_activate_menubar, free_frame_menubar, ns_init_paths, ns_select)
1758         (syms_of_nsterm, syms_of_nsfns, syms_of_nsmenu, syms_of_nsselect):
1759         Declare.
1761         * nsmenu.m (popup_activated, name_is_separator)
1762         (syms_of_nsmenu): Convert to ANSI C prototypes.
1763         (runMenuAt): Prototypes and move declarations before code.
1765         * nsimage.m (ns_load_image): Move NSTRACE after declarations.
1767         * nsfont.m (ns_fallback_entity, syms_of_nsfont): Convert to ANSI C
1768         prototypes.
1770         * nsfns.m (have_menus_p, ns_display_info_for_name)
1771         (x_set_cursor_type, ns_appkit_version_str)
1772         (ns_appkit_version_int, ns_do_applescript)
1773         (x_set_scroll_bar_default_width, x_sync, compute_tip_xy)
1774         (syms_of_nsfns): Convert to ANSI C prototypes.
1776         * menu.h (x_set_menu_bar_line): Declare.
1777         (free_menubar_widget_value_tree et.al): Add HAVE_NS for these functions.
1779         * lisp.h (fmod_float): Declare.
1781         * image.c (xpm_scan, xpm_make_color_table_v)
1782         (xpm_put_color_table_v, xpm_get_color_table_v)
1783         (xpm_make_color_table_h, xpm_put_color_table_h)
1784         (xpm_get_color_table_h, xpm_str_to_color_key, xpm_load_image)
1785         (xpm_load): Convert to ANSI C prototypes.
1787         * emacs.c: Include nsterm.h if HAVE_NS.
1789         * bidi.c (bidi_dump_cached_states): Fix fprintf warning.
1791 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
1793         * process.c: Remove HAVE_SOCKETS #ifdefs inside #ifdef
1794         subprocesses, only MSDOS does not define HAVE_SOCKETS.
1795         (socket_options): Use const char* for name.
1797 2010-08-06  Juanma Barranquero  <lekktu@gmail.com>
1799         Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build.
1801         * xmenu.c [USE_X_TOOLKIT || USE_GTK]:
1802         Don't declare xmalloc_widget_value and digest_single_submenu.
1804         * w32font.c (Qlatin): Remove declaration.
1806         * menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
1808         * dired.c (compile_pattern): Restore declaration.
1810 2010-08-05  Dan Nicolaescu  <dann@ics.uci.edu>
1812         Remove extern declarations in .c files, .h files have them.
1813         * data.c:
1814         * dired.c:
1815         * editfns.c:
1816         * filelock.c:
1817         * fns.c:
1818         * font.c:
1819         * fontset.c:
1820         * frame.c:
1821         * fringe.c:
1822         * ftfont.c:
1823         * gtkutil.c:
1824         * indent.c:
1825         * keyboard.c:
1826         * keymap.c:
1827         * lread.c:
1828         * menu.c:
1829         * print.c:
1830         * search.c:
1831         * sound.c:
1832         * window.c:
1833         * xdisp.c:
1834         * xfaces.c:
1835         * xfns.c:
1836         * xfont.c:
1837         * xftfont.c:
1838         * xmenu.c:
1839         * xterm.c: Remove declarations.
1841         Cleanup syssignal.h.
1842         * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
1843         (main_thread): Move down to remove #ifdef.
1844         (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
1845         Remove conditional definition following unconditional ones.
1847         * lisp.h: Remove HAVE_SHM code, unused.
1848         (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest)
1849         (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle)
1850         (Qborder, Qbottom, Qbox, Qcircular_list, Qcomma, Qcomma_at)
1851         (Qcomma_dot, Qcursor, Qdefault, Qdown, Qend_scroll, Qeq, Qeql)
1852         (Qequal, Qfile_exists_p, Qfont_param, Qfringe, Qfunction)
1853         (Qfunction_documentation, Qhandle, Qhbar, Qheader_line, Qhollow)
1854         (Qidentity, Qleft_margin, Qmenu, Qmenu_bar_update_hook)
1855         (Qmode_line_inactive, Qmouse, Qoverriding_local_map)
1856         (Qoverriding_terminal_local_map, Qratio, Qregion, Qright_margin)
1857         (Qscroll_bar, Qtool_bar, Qtop, Qup, Qvertical_border, Qwhen)
1858         (Qwindow_scroll_functions, Vafter_load_alist)
1859         (Vauto_save_list_file_name, Vface_alternative_font_family_alist)
1860         (Vface_alternative_font_registry_alist, Vface_font_rescale_alist)
1861         (Vface_ignored_fonts, Vinhibit_redisplay, Vminibuffer_list)
1862         (Vprint_length, Vprint_level, Vscalable_fonts_allowed)
1863         (Vshell_file_name, Vsystem_name, Vwindow_scroll_functions)
1864         (Vwindow_system_version, Vx_no_window_manager, initial_argc)
1865         (initial_argv, last_nonmenu_event, load_in_progress)
1866         (noninteractive_need_newline, scroll_margin): Add declarations.
1868         * keyboard.h (xmalloc_widget_value, digest_single_submenu): Remove
1869         declarations, menu.h has them.
1870         (QCbutton, QCtoggle, QCradio, QClabel, extra_keyboard_modifiers)
1871         (Vinput_method_function, Qinput_method_function)
1872         (Qevent_symbol_element_mask, last_event_timestamp):
1873         * dispextern.h (Voverflow_newline_into_fringe):
1874         * font.h (QCantialias, Qp, syms_of_ftfont, syms_of_xfns)
1875         (syms_of_ftxfont, syms_of_xftfont, syms_of_bdffont)
1876         (syms_of_w32font, syms_of_nsfont):
1877         * fontset.h (find_font_encoding, Qlatin):
1878         * frame.h (Qtooltip, Qrun_hook_with_args, Vmenu_bar_mode)
1879         (Vtool_bar_mode, set_frame_menubar):
1880         * ftfont.h (ftfont_font_format, ftfont_get_fc_charset):
1881         * xterm.h (Qx_gtk_map_stock):
1882         * keymap.h (meta_prefix_char): Add declarations.
1884         * term.c: Remove dead code.
1886         Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
1887         * term.c (dissociate_if_controlling_tty): Use USG5 instead of
1888         USG.  This is equivalent to defined (USG) && !defined (BSD_PGRPS),
1889         which is what was there before BSD_PGRPS was removed.
1891 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
1893         * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
1895         * unexcoff.c: Renamed from unexec.c.
1897 2010-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1899         * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code.
1901 2010-08-03  Johan Bockgård  <bojohan@gnu.org>
1903         * data.c (Flocal_variable_p): Handle variable aliases correctly.
1904         (Bug#6744)
1906 2010-08-02  Jan Djärv  <jan.h.d@swipnet.se>
1908         * xterm.c (x_create_toolkit_scroll_bar): Only set XtNbeNiceToColormap
1909         to TRUE if depth of screen is < 16.
1911         * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
1912         USE_GTK_TOOLTIP.
1913         (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP.
1914         (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP.
1915         (xg_create_frame_widgets): Surround tooltip-related code with ifdef
1916         USE_GTK_TOOLTIP.
1917         (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
1919         * xterm.h (USE_GTK_TOOLTIP): New define.
1920         (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
1922         * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
1923         to Control-D (Bug#6771).
1925 2010-08-02  Juanma Barranquero  <lekktu@gmail.com>
1927         * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
1928         Wording by Drew Adams <drew.adams@oracle.com>.
1930 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
1932         * xterm.h (struct x_output): Add ttip_widget, ttip_window and
1933         ttip_lbl.
1935         * xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before
1936         calling gtk_widget_queue_draw.
1937         (x_free_frame_resources): Call xg_free_frame_widgets.
1939         * xfns.c (x_gtk_use_system_tooltips): New variable.
1940         (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
1941         new gtkutil tooltip functions to show the tooltip.
1942         (Fx_hide_tip): Call xg_hide_tooltip.
1943         (syms_of_xfns): Defvar x-gtk-use-system-tooltips.
1945         * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
1946         (xg_show_tooltip, xg_hide_tooltip): Declare.
1948         * gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip)
1949         (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets):
1950         New functions.
1951         (xg_create_frame_widgets): Set ttip_* to 0.  Set a dummy tooltip
1952         text so qttip_cb is called.  Connect query-tooltip to qttip_cb.
1953         Remove code that is commented out.
1955 2010-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1957         * keymap.c (Fdefine_key, Flookup_key): Say what event is invalid.
1959 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
1961         * xselect.c (x_own_selection): Use list4.
1963 2010-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
1965         * buffer.c (Qwindow): Do not define, already defined in data.c.
1966         (syms_of_buffer): Do not intern and staticpro Qwindow.  (Bug#6760)
1968 2010-07-29  Chad Brown  <yandros@mit.edu>
1970         Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
1971         * dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
1972         * config.in: Undef HAVE_DIRENT_H.
1973         * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
1974         * s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
1976 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
1978         Rename s/usg5-4.h -> s/usg5-4-common.h.
1979         * s/usg5-4.h: Rename file to ...
1980         * s/usg5-4-common.h: ... this for consistency with what we do for BSD.
1981         * s/unixware.h:
1982         * s/sol2-6.h:
1983         * s/irix6-5.h: Update includes accordingly.
1985 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
1987         * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
1989         * xterm.h (struct x_output): Add toolbar_top_height,
1990         toolbar_bottom_height, toolbar_left_width, toolbar_right_width.
1991         Remove toolbar_height.
1992         If USE_GTK: Add hbox_widget and toolbar_in_hbox.
1993         (FRAME_TOOLBAR_TOP_HEIGHT, FRAME_TOOLBAR_BOTTOM_HEIGHT)
1994         (FRAME_TOOLBAR_LEFT_WIDTH, FRAME_TOOLBAR_RIGHT_WIDTH): New macros.
1995         (FRAME_TOOLBAR_HEIGHT): Is now TOP_HEIGHT + BOTTOM_HEIGHT.
1997         * xterm.c (x_set_window_size_1): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
1999         * xfns.c (x_set_tool_bar_position): New function.
2000         (xic_set_statusarea): Use FRAME_TOOLBAR_TOP_HEIGHT.
2001         (x_frame_parm_handlers): Add x_set_tool_bar_position.
2002         (syms_of_xfns): If USE_GTK, provide move-toolbar.
2004         * window.c (calc_absolute_offset): Check for FRAME_TOOLBAR_TOP_HEIGHT
2005         and FRAME_TOOLBAR_LEFT_WIDTH.
2007         * gtkutil.h (xg_change_toolbar_position): Declare.
2009         * gtkutil.c (FRAME_TOTAL_PIXEL_WIDTH): New macro.
2010         (xg_frame_set_char_size): Add FRAME_TOOLBAR_WIDTH to pixelwidth.
2011         (xg_height_or_width_changed): Use FRAME_TOTAL_PIXEL_WIDTH.
2012         (xg_create_frame_widgets): Create a hobox for placing widgets
2013         vertically.  Use gtk_box_pack_start.
2014         (xg_height_or_width_changed): Renamed from xg_height_changed.
2015         (x_wm_set_size_hint): Add FRAME_TOOLBAR_WIDTH to base_width.
2016         (xg_update_frame_menubar, free_frame_menubar): Change to
2017         xg_height_or_width_changed.
2018         (xg_tool_bar_detach_callback): Update left/right/top/bottom tool bar
2019         size correctly.  Remove hardcoded 4, instead use handlebox size -
2020         toolbar size.
2021         (xg_tool_bar_attach_callback): Update left/right/top/bottom tool bar
2022         size correctly.  Use handlebox size + toolbar size as additional size.
2023         (xg_pack_tool_bar): POS is a new parameter.
2024         Set orientation of tool bar based on pos.
2025         Only make handlebox_widget if NULL.
2026         Check if tool bar goes to vbox or hbox depending on pos.
2027         (xg_update_tool_bar_sizes): New function.
2028         (update_frame_tool_bar): Remove old_req, new_req.  Do not get tool bar
2029         height, call xg_update_tool_bar_sizes instead.
2030         (free_frame_tool_bar): Remove from hbox or vbox depending on
2031         toolbar_in_hbox,  Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
2032         (xg_change_toolbar_position): New function.
2034         * frame.h (struct frame): Add tool_bar_position.
2035         (Qbottom): Declare.
2037         * frame.c (Qtool_bar_position): New variable.
2038         (make_frame): Set tool_bar_position to Qtop.
2039         (frame_parms): Add tool-bar-position.
2040         (x_report_frame_params): Store tool_bar_position.
2041         (x_set_fringe_width): Reset wm size hint after fringe changes.
2043 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
2045         Make lisp_time_argument declaration work on all systems.
2046         * lisp.h (lisp_time_argument): Move declaration ...
2047         * systime.h (lisp_time_argument): ... here
2048         * editfns.c (lisp_time_argument): Remove declaration.  (Bug#6751)
2050 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
2052         * vm-limit.c (POINTER): Add typedef for it.
2053         (start_of_data): Change return type from POINTER to char *.
2055         * frame.h (Qtty_color_mode): Move declaration out of ifdef
2056         HAVE_WINDOW_SYSTEM.
2058 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
2060         * vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.
2061         Remove reference to __osf__, unused.
2063         * mem-limits.h: Remove duplicated includes.
2064         (NULL): Remove definition, unused.
2065         (POINTER): Remove definition.
2066         (start_of_data): Use char* in prototype, as the function
2067         definition does.
2069         Remove extern declarations from .c files, and them to .h files.
2070         * keyboard.h (Qhelp_echo, waiting_for_input)
2071         (input_available_clear_time, ignore_mouse_drag_p)
2072         (Vdouble_click_time, real_this_command, Vthis_original_command):
2073         * keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
2074         (Voverriding_local_map_menu_flag):
2075         * lisp.h (Qinteractive_form, use_file_dialog)
2076         (Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
2077         (Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
2078         (QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2079         (Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
2080         (Qfunction, debug_on_next_call, Qfield)
2081         (Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
2082         (Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
2083         (Qfile_directory_p, Qinsert_file_contents)
2084         (Qcompletion_ignore_case, Qcompletion_ignore_case)
2085         (Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
2086         (history_delete_duplicates, minibuffer_auto_raise, Qonly)
2087         (Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
2088         (Qminibuffer_prompt)
2089         (Vtemporary_file_directory,char_ins_del_vector, Qface):
2090         * xterm.h (gray_bitmap_width, gray_bitmap_height)
2091         (gray_bitmap_bits, xic_create_fontsetname):
2092         * coding.h (Vtranslation_table_for_input): Add extern declarations.
2094         * xsmfns.c (Vuser_login_name):
2095         * xrdb.c (Vdouble_click_time):
2096         * xfaces.c (xic_create_fontsetname):
2097         * w32select.c (waiting_for_input):
2098         * print.c (minibuffer_auto_raise):
2099         * msdos.c (Qhelp_echo):
2100         * macros.c (real_this_command):
2101         * keymap.c (Voverriding_local_map):
2102         * xterm.c (poll_for_input_1, gray_bitmap_width)
2103         (gray_bitmap_height, gray_bitmap_bits;
2104         * xmenu.c ( Voverriding_local_map)
2105         (Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
2106         (use_file_dialog, Xt_app_con):
2107         * xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
2108         (Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
2109         (Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
2110         (Qtool_bar_lines, ignore_mouse_drag_p):
2111         * minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
2112         (Qrear_nonsticky, nconc2):
2113         * keyboard.c (current_global_map, minibuf_level, Qmenu_item)
2114         (Vhistory_length, Vtranslation_table_for_input, Qcomposition)
2115         (Qdisplay, Qafter_string, Qbefore_string, Qundefined):
2116         * fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
2117         (minibuf_level, minibuffer_auto_raise, lisp_time_argument):
2118         * eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
2119         (gc_in_progress):
2120         * doc.c (Voverriding_local_map, Qremap):
2121         * dired.c (completion_ignore_case, Qcompletion_ignore_case)
2122         (Vcompletion_regexp_list):
2123         * coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
2124         (Qcompletion_ignore_case):
2125         * callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
2126         (Vhistory_length, Vthis_original_command, real_this_command)
2127         (Qface, Qminibuffer_prompt, history_delete_duplicates):
2128         * image.c (Qrisky_local_variable):
2129         * fontset.c (QCname):
2130         * fns.c (minibuffer_auto_raise, QCname):
2131         * dispnew.c (char_ins_del_cost):
2132         * composite.c (font_fill_lglyph_metrics):
2133         * cmds.c (Qface, Vtranslation_table_for_input):
2134         * charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
2135         * ccl.c (charset_unicode):
2136         * callproc.c (Vtemporary_file_directory):
2137         * buffer.c (emacs_strerror): Remove extern declarations.
2139         * data.c (Qwindow): Make non-static, used from other files too.
2140         * frame.c (validate_x_resource_name): Remove shadow definition for i.
2142         * unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
2143         SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
2144         * s/usg5-4.h (COFF):
2145         * s/template.h:
2146         * s/msdos.h (COFF, NO_REMAP):
2147         * s/ms-w32.h (NO_REMAP):
2148         * s/hpux10-20.h (NO_REMAP):
2149         * m/sparc.h (SEGMENT_MASK):
2150         * m/m68k.h (NO_REMAP):
2151         * m/intel386.h (SEGMENT_MASK):
2152         * m/arm.h (NO_REMAP):
2153         * m/alpha.h (COFF):
2154         * m/template.h: Remove references to unused defines.
2156 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
2158         * xsettings.c (Ftool_bar_get_system_style): Also check for
2159         Qtext_image_horiz.
2161         * xdisp.c (Qtext_image_horiz): Define.
2162         (syms_of_xdisp): Initialize Qtext_image_horiz.  Add text-image-horiz
2163         to documentation of tool-bar-style.
2165         * lisp.h (Qtext_image_horiz): Declare.
2167         * gtkutil.c (xg_make_tool_item, xg_show_toolbar_item): Handle tool bar
2168         style text_image_horiz.
2170 2010-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2172         * emacs.c (Fkill_emacs): Remove return statement.
2174         * term.c (Qspace, QCalign_to, QCwidth): Remove declarations.
2175         (encode_terminal_code, produce_composite_glyph): Remove unused variables.
2176         (set_tty_color_mode, term_mouse_highlight, term_get_fkeys): Remove
2177         local extern declarations.
2179         * xmenu.c: Do not included lwlib.h, not needed.
2181         * m/iris4d.h (XUINT, XSET): Remove, not needed.
2183         * process.c: Move definitions earlier to minimize #ifdefs.
2185         * xterm.h (x_get_customization_string, x_load_resources)
2186         (x_get_resource, x_text_icon, x_text_icon, x_check_errors)
2187         (x_check_errors, x_property_data_to_lisp, defined_color)
2188         (xic_set_xfontset, x_defined_color): Use const.
2190         * xterm.c (xlwmenu_window_p, xlwmenu_redisplay): Remove declarations.
2191         (x_text_icon, x_check_errors, x_connection_closed): Use const.
2193         * xselect.c (selection_data_to_lisp_data)
2194         (x_property_data_to_lisp):
2195         * xrdb.c (x_get_string_resource, file_p)
2196         (x_get_customization_string, magic_file_p, search_magic_path)
2197         (get_system_app, get_user_app, x_load_resources, x_get_resource)
2198         (x_get_string_resource): Use const.
2200         * xfns.c: Include xlwmenu.h when USE_LUCID.
2201         (x_defined_color, xic_set_xfontset): Use const.
2202         (Fx_hide_tip): Remove local extern declaration.
2204         * xfaces.c (Qmouse_face): Remove declaration.
2205         (face_color_gray_p, tty_defined_color, defined_color)
2206         (face_color_gray_p, face_color_supported_p): Add const.
2208         * xdisp.c (do_mouse_tracking): Remove declaration.
2209         (add_to_log): Use const.
2211         * minibuf.c (Qmouse_face): Remove declaration.
2213         * msdos.c (IT_note_mouse_highlight): Remove local extern declaration.
2215         * keyboard.h (do_mouse_tracking): Add declaration.
2217         * image.c (QCwidth, QCheight, QCforeground, QCbackground, QCfile)
2218         (QCdata, QCtype, Qcenter): Remove declarations.
2220         * frame.c (x_get_resource_string, x_get_string_resource)
2221         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2222         (x_default_parameter): Use const.
2224         * font.c (Qnormal, QCtype, QCfamily, QCweight, QCslant, QCwidth)
2225         (QCheight, QCsize, QCname): Remove declarations.
2227         * emacs.c (main): Remove local extern declaration.
2229         * editfns.c (region_limit, syms_of_editfns): Remove local extern
2230         declarations.
2232         * dispnew.c: Remove duplicate #include <unistd.h>.
2233         (update_window, update_frame_1, init_display): Remove local extern
2234         declarations.
2236         * dispextern.h (add_to_log): Remove declaration.
2237         (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2238         (x_frame_get_and_record_arg, x_default_parameter): Add const.
2240         * dired.c (scmp): Add const.
2241         (directory_files_internal): Remove local extern declaration.
2243         * data.c (Finteractive_form): Use const.
2245         * composite.c (syms_of_composite): Remove local extern declarations.
2247         * charset.c (add_to_log): Remove declaration.
2249         * character.c (strwidth, parse_str_to_multibyte): Add const.
2251         * character.h (strwidth, parse_str_to_multibyte): Likewise.
2253         * buffer.c (Fset_buffer_multibyte): Remove local extern declaration.
2255         * lisp.h (Fkill_emacs): Mark as NO_RETURN.
2256         (Lisp_Subr): Make doc and intspec constant.
2257         (QCsize, Qspace, Qcenter, QCalign_to, QCdata, QCfile, QCtype)
2258         (Qlocal, Qapply, Qnormal, QCfamily, QCweight, QCslant, QCwidth)
2259         (QCheight, QCsize, QCname, QCwidth, QCforeground)
2260         (QCbackground, add_to_log, stack_base, Vmark_even_if_inactive)
2261         (display_arg): Add declarations.
2263 2010-07-27  Christoph Scholtes  <cschol2112@gmail.com>
2265         * minibuf.c (Fread_buffer): Doc fix (bug#6528).
2267         * window.c (Fwindow_height): Doc fix (bug#6518).
2269 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
2271         * buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
2273 2010-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
2275         * keyboard.c (Ftop_level, Fexit_recursive_edit)
2276         (Fabort_recursive_edit): Remove return statements in NO_RETURN
2277         functions.
2279         * frame.h (Qtty_color_mode): Add declaration.
2281         * lisp.h (Ftop_level, Fexit_recursive_edit)
2282         (Fabort_recursive_edit): Mark as NO_RETURN.
2284 2010-07-26  Kenichi Handa  <handa@m17n.org>
2286         * font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the
2287         number of glyphs gets smaller than the original length.  (Bug#6621)
2289 2010-07-26  Juanma Barranquero  <lekktu@gmail.com>
2291         * lread.c (unreadpure, mapatoms_1): Make static.
2293 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
2295         * terminfo.c (tparam): Fix prototype of tparm.
2297 2010-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2299         * emacs.c (main) [PROFILING]: Use __executable_start if defined to
2300         find start of text segment.
2301         * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
2302         is defined.
2304         * callproc.c (set_initial_environment): Avoid unbalanced braces.
2306 2010-07-25  Ken Brown  <kbrown@cornell.edu>
2308         * vm-limit.c (check_memory_limits): Fix previous change;
2309         accidentally reverted an earlier change.
2311 2010-07-25  Ken Brown  <kbrown@cornell.edu>
2313         * mem-limits.h (BSD4_2) [cygwin]: Don't define here; instead...
2314         * vm-limit.c: ...add 'defined (CYGWIN)' here (Bug#6715).
2316 2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
2318         * callproc.c (relocate_fd): Set inside #ifndef WINDOWSNT.
2319         * dired.c (opendir, readdir): Fix prototypes.
2320         * editfns.c (w32_get_internal_run_time): Fix prototypes.
2321         * keyboard.c (input_available_signal): Declare inside #ifdef SIGIO.
2322         * ndir.h (opendir, readdir, seekdir, closedir): Fix prototypes.
2323         (telldir): Remove declaration.
2324         * ralloc.c (real_morecore, __morecore): Fix prototypes.
2325         * sound.c (alsa_sound_perror): Declare inside #ifdef HAVE_ALSA.
2326         * syssignal.h (strsignal): Fix prototype.
2327         * term.c (tparam): Fix prototype.
2328         (term_get_fkeys_address, term_get_fkeys_kboard, term_get_fkeys_1)
2329         (term_get_fkeys): Set inside "#ifndef DOS_NT".
2330         * vm-limit.c (check_memory_limits): Fix prototypes of real_morecore
2331         and __morecore.
2332         * w32gui.h (XParseGeometry): Fix prototype.
2333         * w32heap.h (get_data_start, get_data_end, init_heap): Fix prototypes.
2334         * w32term.c (my_set_focus): Declare inside #if 0.
2335         * w32term.h (x_window_to_frame, x_display_info_for_name, w32_term_init)
2336         (w32_fill_rect, w32_clear_window, init_crit, delete_crit, signal_quit)
2337         (drain_message_queue, get_next_msg, post_msg, parse_button)
2338         (ClipboardSequence_Proc): Fix prototypes.
2339         (wait_for_sync): Remove declaration.
2341 2010-07-24  Juanma Barranquero  <lekktu@gmail.com>
2343         * w32fns.c (w32_to_x_color): Remove, unused.
2345 2010-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2347         * lisp.h: Remove leftover P_.
2349 2010-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2351         * ecrt0.c, unexalpha.c: Remove files, unused.
2353 2010-07-24  Andreas Schwab  <schwab@linux-m68k.org>
2355         * cmds.c (internal_self_insert): Make static.
2356         * lisp.h (internal_self_insert): Remove declaration.
2358 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
2360         * alloc.c (free_float):
2361         * font.c [ENABLE_CHECKING] (font_match_xlfd, font_check_xlfd_parse):
2362         * frame.c (delete_frame_handler):
2363         * ralloc.c (reorder_bloc):
2364         * w32menu.c (menubar_id_to_frame, add_left_right_boundary):
2365         Remove unused static functions.
2367         * menu.c (cleanup_popup_menu): Set inside "#ifdef HAVE_NS";
2368         it is called only from NS code.
2370         * w32term.c (my_set_focus): #ifdef away; it is called only from
2371         "#ifdef 0" code.
2373         * w32fns.c (x_edge_detection):
2374         * xfaces.c (may_use_scalable_font_p):
2375         Remove obsolete static declarations.
2377 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
2379         * alloc.c (emacs_blocked_free, emacs_blocked_malloc)
2380         (emacs_blocked_realloc, uninterrupt_malloc):
2381         * fringe.c (w32_reset_fringes):
2382         * image.c (convert_mono_to_color_image, lookup_rgb_color)
2383         (init_color_table, XPutPixel, jpeg_resync_to_restart_wrapper):
2384         * sound.c (be2hs, do_play_sound):
2385         * vm-limit.c (get_lim_data, ret_lim_data):
2386         * w32term.c (x_free_frame_resources):
2387         * xfaces.c (x_create_gc, x_free_gc):
2388         Convert definitions to standard C.
2390 2010-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * eval.c (Feval, Ffuncall): Use the new names.
2394         * lisp.h (struct Lisp_Subr): Rename `am' to aMANY and add aUNEVALLED.
2395         (DEFUN): Add braces around the union initialisation and use ## to
2396         specify the right union alternative and avoid a cast.
2398 2010-07-18  Juanma Barranquero  <lekktu@gmail.com>
2400         * makefile.w32-in ($(BLD)/keyboard.$(O)): Update dependencies.
2402 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
2404         * frame.c (make_initial_frame): Use set_menu_bar_lines (Bug#6660).
2406 2010-07-17  Jan Djärv  <jan.h.d@swipnet.se>
2408         * gtkutil.c (xg_event_is_for_menubar): Also check that event window
2409         is related to the menu bar (Bug#6499).
2410         (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0.
2412 2010-07-16  Jan Djärv  <jan.h.d@swipnet.se>
2414         * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
2416         * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
2418         * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
2419         i.e. don't put back ButtonRelease (Bug#6608).
2421         * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
2422         instead of Window.  Call xg_event_is_for_menubar when
2423         USE_GTK (Bug#6499).
2425         * gtkutil.h (xg_event_is_for_menubar): Declare.
2427         * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
2429 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
2431         * w32fns.c (x_set_foreground_color): Fix setting the cursor color
2432         when it's the same as the old foreground.  (Bug#6609)
2434 2010-07-16  Jan Djärv  <jan.h.d@swipnet.se>
2436         * xmenu.c (free_frame_menubar): Only call x_set_window_size if
2437         widget is non-null (Bug#6645).
2439 2010-07-15  Andreas Schwab  <schwab@linux-m68k.org>
2441         * xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
2442         Convert old-style definition.
2444         * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
2445         timestamp argument.
2447 2010-07-15  Eli Zaretskii  <eliz@gnu.org>
2449         * fringe.c (update_window_fringes): Restore mistakenly reverted
2450         code from 2010-04-17T12:33:05Z!eliz@gnu.org merged in 2010-04-20T13:31:28Z!eliz@gnu.org.
2452 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
2454         * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
2455         (SET_SAVED_KEY_EVENT): Remove (not used).
2456         (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
2457         remove size parameter.
2458         (handle_one_xevent): Check popup_activated () for menu for Xt also.
2459         Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
2460         Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
2461         ButtonRelease.
2462         (x_set_window_size_1): scroll_bar_actual_width is always
2463         SCROLL_BAR_COLS * COLUMN_WIDTH for the purpose of frame sizing.
2465         * xdisp.c (pending_menu_activation): Remove extern declaration.
2466         (prepare_menu_bars): Remove setting of pending_menu_activation.
2468         * xmenu.c (pending_menu_activation): Remove.
2469         (x_activate_menubar): Set popup_activated_flag for Xt also.
2470         Remove setting of pending_menu_activation.
2471         (set_frame_menubar): Remove check of pending_menu_activation.
2472         Declare menubar_size before code.  Correct spelling in comment.
2474 2010-07-14  Kenichi Handa  <handa@m17n.org>
2476         * font.c (font_open_entity): Cancel previous change.
2477         (Ffont_get): Don't check FONT_ENTITY_INDEX of a font-object.
2479 2010-07-13  Eli Zaretskii  <eliz@gnu.org>
2481         Remove subprocesses #ifdefs.
2482         * process.c <inhibit_sentinels>: Move to the common part.
2483         (Fwaiting_for_user_input_p): Move to the common part; return nil
2484         if async subprocesses aren't supported.
2485         * sysdep.c (wait_for_termination) [!MSDOS]: Don't compile on
2486         MS-DOS.  Remove "#ifdef subprocesses".
2487         (sys_subshell, sys_select): Remove "#ifdef subprocesses".
2488         (gettimeofday): Remove "#ifdef subprocesses".
2489         (wait_without_blocking): Remove function.
2490         (flush_pending_output, child_setup_tty): Don't compile on MS-DOS.
2491         Remove "#ifdef subprocesses".
2492         (child_setup_tty): Use WINDOWSNT instead of DOS_NT, since not
2493         compiled on MS-DOS.
2494         * callproc.c (Fcall_process) [!MSDOS]: Don't call
2495         wait_for_termination on MS-DOS.
2496         * emacs.c (shut_down_emacs): Remove "#ifndef subprocesses" from
2497         initialization of inhibit_sentinels.
2498         * keyboard.c (record_asynch_buffer_change): Remove "#ifdef
2499         subprocesses" conditional.
2500         * callproc.c (Fcall_process) [!subprocesses]: Don't call
2501         wait_for_termination, since `buffer' cannot be an integer when
2502         async subprocesses are not supported
2503         * xdisp.c (decode_mode_spec): Use `MSDOS' instead of `subprocesses'
2504         for ifdefing away the call to Fprocess_status.
2506         * process.c (add_keyboard_wait_descriptor) [!subprocesses]: Ifdef
2507         away the entire body of the function.
2509 2010-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
2511         Remove subprocesses #ifdefs from term.c.
2512         * process.c (add_keyboard_wait_descriptor)
2513         (delete_keyboard_wait_descriptor): Move to common section, do
2514         nothing when subprocesses is not defined.
2515         * term.c (Fsuspend_tty, Fresume_tty, init_tty):
2516         Remove subprocesses #ifdefs.
2518         Convert maybe_fatal to standard C.
2519         * lisp.h (verror): Declare.
2520         * eval.c (verror): New function containing the code from ...
2521         (error): ... this.  Call verror.
2522         * term.c (vfatal): New function containing the code from ...
2523         (fatal): ... this.  Call vfatal.
2524         (maybe_fatal): Convert to standard C, use variable number of
2525         arguments.  Declare as non-return.
2526         (init_tty): Fix maybe_fatal call.
2528 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
2530         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_expose)
2531         (_scroll_bar_note_movement): Convert definitions to standard C.
2532         * xmenu.c (menu_help_callback, pop_down_menu, xmenu_show):
2533         * xfns.c (hack_wm_protocols, x_window, x_window): Likewise.
2535 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
2537         * xterm.c (x_frame_of_widget, x_alloc_nearest_color_for_widget)
2538         (x_alloc_lighter_color_for_widget, cvt_string_to_pixel)
2539         (cvt_pixel_dtor, x_window_to_menu_bar, xt_action_hook)
2540         (xaw_jump_callback, xaw_scroll_callback)
2541         (x_create_toolkit_scroll_bar, x_set_toolkit_scroll_bar_thumb)
2542         (x_wm_set_size_hint, x_activate_timeout_atimer): Convert
2543         definitions to standard C.
2544         * xmenu.c (menubar_id_to_frame, popup_get_selection)
2545         (popup_activate_callback, popup_deactivate_callback)
2546         (menu_highlight_callback, menubar_selection_callback)
2547         (apply_systemfont_to_dialog, apply_systemfont_to_menu)
2548         (free_frame_menubar, popup_selection_callback, as)
2549         (create_and_show_popup_menu, dialog_selection_callback)
2550         (create_and_show_dialog):
2551         * xfns.c (hack_wm_protocols, x_window):
2552         * xfaces.c (x_update_menu_appearance):
2553         * widget.c (get_default_char_pixel_size, pixel_to_char_size)
2554         (char_to_pixel_size, round_size_to_char, get_wm_shell)
2555         (set_frame_size, update_wm_hints, setup_frame_gcs)
2556         (update_various_frame_slots, update_from_various_frame_slots)
2557         (EmacsFrameInitialize, EmacsFrameRealize, EmacsFrameResize)
2558         (EmacsFrameSetValues, EmacsFrameQueryGeometry)
2559         (EmacsFrameSetCharSize, widget_store_internal_border): Likewise.
2561 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2563         * dbusbind.c (xd_initialize): Don't compare boolean with a constant.
2565 2010-07-12  Eli Zaretskii  <eliz@gnu.org>
2567         * process.c (setup_process_coding_systems): Move to the part
2568         shared by non-subprocesses systems, and make its body empty when
2569         subprocesses is not defined.
2570         (close_process_descs): Move to the part shared by non-subprocesses
2571         systems.
2572         (wait_reading_process_output) [!subprocesses]: Convert arg list to
2573         ANSI C.
2575 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2577         * editfns.c (transpose_markers): Convert old-style definition.
2578         * emacs.c (abort, shut_down_emacs, fixup_locale)
2579         (synchronize_system_time_locale)
2580         (synchronize_system_messages_locale, syms_of_emacs): Likewise.
2581         * floatfns.c (extract_float, matherr, init_floatfns)
2582         (syms_of_floatfns): Likewise.
2583         * fns.c (make_hash_table): Likewise.
2584         * ftfont.c (ftfont_get_otf, ftfont_otf_features)
2585         (ftfont_otf_capability, ftfont_get_glyph_id, ftfont_get_metrics)
2586         (ftfont_drive_otf, ftfont_shape_by_flt, ftfont_shape)
2587         (ftfont_variation_glyphs): Likewise.
2588         * gtkutil.c (xg_create_widget, xg_modify_menubar_widgets): Likewise.
2589         * keymap.c (describe_map_tree, describe_map, describe_vector): Likewise.
2590         * lread.c (read_filtered_event): Likewise.
2591         * minibuf.c (read_minibuf_noninteractive, read_minibuf): Likewise.
2592         * process.c (wait_reading_process_output): Likewise.
2593         * scroll.c (do_line_insertion_deletion_costs): Likewise.
2594         * search.c (search_buffer, boyer_moore): Likewise.
2595         * syntax.c (scan_sexps_forward): Likewise.
2596         * xdisp.c (try_scrolling): Likewise.
2597         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
2598         (face_at_string_position): Likewise.
2599         * xfns.c (x_default_scroll_bar_color_parameter): Likewise.
2600         * xselect.c (x_get_window_property, receive_incremental_selection)
2601         (x_get_window_property_as_lisp_data, lisp_data_to_selection_data):
2602         Likewise.
2603         * xterm.c (x_draw_relief_rect, x_draw_box_rect): Likewise.
2605 2010-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
2607         * callproc.c (child_setup): Remove subprocesses conditional.
2608         Remove code dealing with SET_EMACS_PRIORITY, unused.
2610         * buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
2611         * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
2613         * emacs.c (__do_global_ctors, __do_global_ctors_aux)
2614         (__do_global_dtors, __main): Use void in definition.
2615         (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
2616         Remove SYMS_MACHINE code, unused.  Remove SYMS_SYSTEM, inline
2617         the only users from ...
2618         * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
2619         * s/msdos.h (SYMS_SYSTEM): ... here.  Remove.
2620         (HAVE_VOLATILE): Remove, unused.
2622         Convert more function definitions to standard C.
2623         * xdisp.c (window_box_edges, handle_single_display_spec)
2624         (display_string): Convert definition to standard C.
2625         * scroll.c (do_direct_scrolling, scrolling_1):
2626         * dispnew.c (allocate_matrices_for_frame_redisplay)
2627         (mirrored_line_dance):
2628         * coding.c (code_convert_string):
2629         * charset.c (map_charset_chars):
2630         * ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
2631         (Fregister_ccl_program, Fregister_code_conversion_map):
2632         * keyboard.c (kbd_buffer_nr_stored): Likewise.
2633         (head_table): Make static and const.
2635 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2637         * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2638         (PROFILING_LDFLAGS): Set from substitution.
2639         (ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
2640         CFLAGS last.
2642 2010-07-12  Kenichi Handa  <handa@m17n.org>
2644         * Makefile.in (lisp): Change hebrew.el to hebrew.elc.
2645         (shortlisp): Likewise.
2647         * font.h (enum font_property_index): New member FONT_ENTITY_INDEX.
2649         * font.c (font_open_entity): Record ENTITY in FONT_OBJECT's slot
2650         of FONT_ENTITY_INDEX.
2651         (Ffont_get): If KEY is :otf and the font-object doesn't have the
2652         property, get the property value dynamically.
2653         (Ffont_put): Accept font-entity and font-object too.
2654         (Ffont_get_glyhphs): Renamed from Fget_font_glyphs.  Arguments and
2655         return value changed.
2656         (syms_of_font): Adjusted for the above change.
2658 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
2660         * blockinput.h: Remove obsolete comment.
2662         * lisp.h: Include <stddef.h>.
2663         (OFFSETOF): Don't define.
2664         (VECSIZE): Use offsetof instead of OFFSETOF.
2665         (PSEUDOVECSIZE): Likewise.
2666         * process.c (conv_sockaddr_to_lisp): Likewise.
2667         * alloc.c: Don't include <stddef.h>.
2668         * buffer.h (PER_BUFFER_VAR_OFFSET): Use offsetof.
2670         * process.c: Remove obsolete comment.
2672 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
2674         * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
2676 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
2678         * callint.c (Fcall_interactively): Use strchr, strrchr instead of
2679         index, rindex.
2680         * doc.c (get_doc_string, Fsnarf_documentation): Likewise.
2681         * editfns.c (Fuser_full_name, Fformat): Likewise.
2682         * emacs.c (argmatch, sort_args, decode_env_path): Likewise.
2683         * fileio.c (Ffile_symlink_p): Likewise.
2684         * filelock.c (current_lock_owner): Likewise.
2685         * font.c (font_parse_name, font_parse_family_registry): Likewise.
2686         * fontset.c (fontset_pattern_regexp): Likewise.
2687         * lread.c (read1): Likewise.
2688         * sysdep.c (init_system_name): Likewise.
2689         * xfns.c (select_visual): Likewise.
2690         * s/hpux10-20.h (index, rindex): Don't define.
2691         * s/ms-w32.h (index): Likewise.
2692         * s/usg5-4.h: Likewise.
2694         * callproc.c (relocate_fd): Use F_DUPFD if defined.
2696         * alloc.c (pending_malloc_warning, malloc_warning): Add const.
2697         * callproc.c (relocate_fd, getenv_internal_1, getenv_internal)
2698         (egetenv): Likewise.
2699         * doprnt.c (doprnt): Likewise.
2700         * editfns.c (set_time_zone_rule, format2): Likewise.
2701         * emacs.c (decode_env_path): Likewise.
2702         * eval.c (signal_error, error): Likewise.
2703         * insdel.c (replace_range_2): Likewise.
2704         * keyboard.c (cmd_error_internal): Likewise.
2705         * lread.c (isfloat_string, make_symbol, dir_warning): Likewise.
2706         * print.c (write_string, write_string_1, print_error_message):
2707         Likewise.
2708         * vm-limit.c (warn_function, memory_warnings): Likewise.
2709         * xdisp.c (message1, message1_nolog, message_with_string)
2710         (vmessage, message, message_nolog): Likewise.
2711         * emacs.c: Remove duplicate declaration.
2712         * keyboard.h: Likewise.
2713         * lisp.h: Update prototypes.
2715         * eval.c: Fix indentation problem.
2717         * keyboard.c: Include "process.h"
2719         * eval.c: Remove obsolete noinline declaration.
2720         * fns.c: Likewise.
2722 2010-07-11  Ken Raeburn  <raeburn@raeburn.org>
2724         * doprnt.c (doprnt): Take a va_list argument instead of count and
2725         pointer.
2726         * eval.c (error): Change to a standard-C variadic function.
2727         * xdisp.c (vmessage): Renamed from message, made static, and
2728         changed to take a va_list argument.
2729         (message): New variadic wrapper.
2730         (message_nolog): Now a variadic function, calling vmessage.
2731         * lisp.h: Include stdarg.h for va_list.
2732         (doprnt, error, message, message_nolog): Decls updated.
2734 2010-07-11  Eli Zaretskii  <eliz@gnu.org>
2736         * process.c (syms_of_process) <delete-exited-processes>: Define
2737         even if !subprocesses.
2738         (delete_exited_processes): Ditto.
2740         * msdos.c (syms_of_msdos) <delete-exited-processes>: Remove DEFVAR.
2741         (delete_exited_processes): Don't define.
2743 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
2745         * frame.c (make_frame): Initialize menu_bar_lines and
2746         tool_bar_lines members.
2747         (make_initial_frame, make_terminal_frame): Initialize
2748         menu_bar_lines using value of menu-bar-mode.
2750         * msdos.c (IT_set_frame_parameters): Don't set menu-bar-lines.
2752 2010-07-10  Eli Zaretskii  <eliz@gnu.org>
2754         * process.c: Reshuffle #include's.  Condition some of the global
2755         and static variables on `subprocesses'.
2756         (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
2757         Leave only one implementation.
2758         (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
2759         (kill_buffer_processes, Flist_system_processes)
2760         (Fprocess_attributes, init_process, syms_of_process): Unify the
2761         implementations for with subprocesses and without them.
2763 2010-07-09  Jan Djärv  <jan.h.d@swipnet.se>
2765         * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
2766         correct size for Motif.
2767         (free_frame_menubar): Call x_set_window_size to update frame size.
2769         * xfns.c (x_window): Set borderWidth to 0 for pane and
2770         EmacsFrame.  Frame size calculation is wrong otherwise.
2772 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2774         * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which
2775         allows to suppress errors when polling in Emacs' main loop.
2776         (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)
2777         (Fdbus_call_method_asynchronously, Fdbus_method_return_internal)
2778         (Fdbus_method_error_internal, Fdbus_send_signal)
2779         (xd_get_dispatch_status, xd_read_message, Fdbus_register_signal)
2780         (Fdbus_register_method): Use it.  (Bug#6579)
2782 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
2784         * alloc.c: Convert DEFUNs to standard C.
2785         * buffer.c:
2786         * bytecode.c:
2787         * callint.c:
2788         * callproc.c:
2789         * casefiddle.c:
2790         * casetab.c:
2791         * category.c:
2792         * character.c:
2793         * charset.c:
2794         * chartab.c:
2795         * cmds.c:
2796         * coding.c:
2797         * composite.c:
2798         * data.c:
2799         * dbusbind.c:
2800         * dired.c:
2801         * dispnew.c:
2802         * doc.c:
2803         * dosfns.c:
2804         * editfns.c:
2805         * emacs.c:
2806         * eval.c:
2807         * fileio.c:
2808         * filelock.c:
2809         * floatfns.c:
2810         * fns.c:
2811         * font.c:
2812         * fontset.c:
2813         * frame.c:
2814         * fringe.c:
2815         * image.c:
2816         * indent.c:
2817         * insdel.c:
2818         * keyboard.c:
2819         * keymap.c:
2820         * lread.c:
2821         * macros.c:
2822         * marker.c:
2823         * menu.c:
2824         * minibuf.c:
2825         * msdos.c:
2826         * nsfns.m:
2827         * nsmenu.m:
2828         * nsselect.m:
2829         * print.c:
2830         * process.c:
2831         * search.c:
2832         * sound.c:
2833         * syntax.c:
2834         * term.c:
2835         * terminal.c:
2836         * textprop.c:
2837         * undo.c:
2838         * w16select.c:
2839         * w32console.c:
2840         * w32fns.c:
2841         * w32font.c:
2842         * w32menu.c:
2843         * w32proc.c:
2844         * w32select.c:
2845         * window.c:
2846         * xdisp.c:
2847         * xfaces.c:
2848         * xfns.c:
2849         * xmenu.c:
2850         * xselect.c:
2851         * xsettings.c:
2852         * xsmfns.c: Likewise.
2854 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
2856         * process.c (kbd_is_on_hold, hold_keyboard_input)
2857         (unhold_keyboard_input, kbd_on_hold_p) [!subprocesses]: Define.
2859 2010-07-08  Jan Djärv  <jan.h.d@swipnet.se>
2861         * xmenu.c (set_frame_menubar, create_and_show_popup_menu)
2862         (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
2863         unless USE_LUCID.
2865 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
2867         * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative
2868         declaration.
2870         Clean up include guards.
2871         * tparam.c: Remove include guards for config.h, string.h and code
2872         that assumes #ifndef emacs.
2873         * termcap.c:
2874         * unexalpha.c:
2875         * sysdep.c:
2876         * filemode.c:
2877         * filelock.c:
2878         * bidi.c: Likewise.
2880         Remove prefix-args.c
2881         * prefix-args.c: Remove file.
2882         * autodeps.mk (ALLOBJS): Remove reference to prefix-args.
2883         * Makefile.in (temacs${EXEEXT}): Remove references to
2884         PRE_EDIT_LDFLAGS and POST_EDIT_LDFLAGS.
2885         (mostlyclean): Remove reference to prefix-args.
2886         (prefix-args): Remove.
2888         Simplify cstart_of_data, start_of_code and related code.
2889         * mem-limits.h: Remove !emacs and _LIBC conditional code.
2890         (start_of_data): Merge into start_of_data function.
2891         * sysdep.c (start_of_text): Remove.  Move simplified versions of
2892         it in the only users: unexaix.c and unexec.c.
2893         (read_input_waiting): Remove local declaration of quit_char.
2894         (start, etext): Remove declarations.
2895         (start_of_data): Merge with the version in mem-limits.h and move
2896         to vm-limits.c.
2897         * vm-limit.c (start_of_data): Merged and simplified version of the
2898         code formerly in mem-limits.h and sysdep.c.
2899         * unexec.c (start): New declaration, moved from sysdep.c.
2900         (start_of_text): Simplified version of the code formerly in sysdep.c.
2901         * unexaix.c (start_of_text): Simplified version of the code
2902         formerly in sysdep.c.
2903         * m/alpha.h (HAVE_TEXT_START): Remove.
2904         (TEXT_START): Move ...
2905         * unexalpha.c (TEXT_START): ... here.
2906         * s/hpux10-20.h (TEXT_START): Remove.
2907         * s/darwin.h (TEXT_START):
2908         * m/mips.h (TEXT_START):
2909         * m/macppc.h (HAVE_TEXT_START):
2910         * m/m68k.h (TEXT_START):
2911         * m/iris4d.h (TEXT_START):
2912         * m/intel386.h (TEXT_START):
2913         * m/ibmrs6000.h (TEXT_START):
2914         * m/ia64.h (HAVE_TEXT_START):
2915         * s/msdos.h (TEXT_START): Likewise.
2917 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
2919         * alloc.c (overrun_check_malloc, overrun_check_realloc)
2920         (overrun_check_free, xstrdup, allocate_string)
2921         (allocate_string_data, compact_small_strings, Fmake_string)
2922         (make_unibyte_string, make_multibyte_string)
2923         (make_string_from_bytes, make_specified_string, make_float)
2924         (Fcons, allocate_terminal, allocate_frame, make_pure_string)
2925         (Fgarbage_collect): Replace bcopy, safe_bcopy, bzero, bcmp by
2926         memcpy, memmove, memset, memcmp.
2927         * atimer.c (start_atimer, set_alarm): Likewise.
2928         * buffer.c (clone_per_buffer_values, report_overlay_modification)
2929         (mmap_realloc, init_buffer_once): Likewise.
2930         * callint.c (Fcall_interactively): Likewise.
2931         * callproc.c (Fcall_process, Fcall_process_region, child_setup)
2932         (getenv_internal_1): Likewise.
2933         * casefiddle.c (casify_object): Likewise.
2934         * ccl.c (ccl_driver): Likewise.
2935         * character.c (str_as_multibyte, str_to_multibyte): Likewise.
2936         * charset.c (load_charset_map_from_file)
2937         (load_charset_map_from_file, load_charset_map_from_vector)
2938         (Fdefine_charset_internal): Likewise.
2939         * cm.c (Wcm_clear): Likewise.
2940         * coding.c (decode_eol, decode_coding_object)
2941         (Fset_coding_system_priority, make_subsidiaries): Likewise.
2942         * data.c (Faset): Likewise.
2943         * dired.c (directory_files_internal, file_name_completion_stat):
2944         Likewise.
2945         * dispnew.c (new_glyph_matrix, adjust_glyph_matrix)
2946         (clear_glyph_row, copy_row_except_pointers)
2947         (copy_glyph_row_contents, new_glyph_pool, realloc_glyph_pool)
2948         (save_current_matrix, restore_current_matrix)
2949         (build_frame_matrix_from_leaf_window, mirrored_line_dance)
2950         (mirror_line_dance, scrolling_window): Likewise.
2951         * doc.c (Fsnarf_documentation, Fsubstitute_command_keys):
2952         Likewise.
2953         * doprnt.c (doprnt): Likewise.
2954         * editfns.c (Fuser_full_name, make_buffer_string_both)
2955         (Fmessage_box, Fformat, Ftranspose_regions): Likewise.
2956         * emacs.c (sort_args): Likewise.
2957         * eval.c (Fapply, Ffuncall): Likewise.
2958         * fileio.c (Ffile_name_directory, make_temp_name)
2959         (Fexpand_file_name, search_embedded_absfilename)
2960         (Fsubstitute_in_file_name, Ffile_symlink_p, Finsert_file_contents)
2961         (auto_save_error): Likewise.
2962         * fns.c (Fstring_equal, Fcopy_sequence, concat)
2963         (string_to_multibyte, Fstring_as_unibyte, Fstring_as_multibyte)
2964         (internal_equal, Fclear_string, larger_vector, copy_hash_table)
2965         (Fmake_hash_table): Likewise.
2966         * fringe.c (Fdefine_fringe_bitmap): Likewise.
2967         * ftfont.c (ftfont_text_extents): Likewise.
2968         * getloadavg.c (getloadavg): Likewise.
2969         * image.c (define_image_type, make_image, make_image_cache)
2970         (x_create_x_image_and_pixmap, xbm_image_p)
2971         (w32_create_pixmap_from_bitmap_data, xbm_load, xpm_lookup_color)
2972         (xpm_image_p, x_create_bitmap_from_xpm_data, xpm_load)
2973         (init_color_table, x_build_heuristic_mask, pbm_image_p, pbm_load)
2974         (png_image_p, png_read_from_memory, png_load, jpeg_image_p)
2975         (tiff_image_p, tiff_read_from_memory, gif_image_p)
2976         (gif_read_from_memory, gif_load, svg_image_p, gs_image_p):
2977         Likewise.
2978         * indent.c (scan_for_column, compute_motion): Likewise.
2979         * insdel.c (gap_left, gap_right, make_gap_smaller, copy_text)
2980         (insert_1_both, insert_from_gap, replace_range_2): Likewise.
2981         * intervals.c (reproduce_tree, reproduce_tree_obj): Likewise.
2982         * keyboard.c (echo_char, save_getcjmp, restore_getcjmp)
2983         (kbd_buffer_store_event_hold, apply_modifiers_uncached)
2984         (store_user_signal_events, menu_bar_items, tool_bar_items)
2985         (process_tool_bar_item, append_tool_bar_item)
2986         (read_char_minibuf_menu_prompt, read_key_sequence)
2987         (Fread_key_sequence, Fread_key_sequence_vector, Frecent_keys):
2988         Likewise.
2989         * keymap.c (current_minor_maps, Fdescribe_buffer_bindings):
2990         Likewise.
2991         * lisp.h (STRING_COPYIN): Likewise.
2992         * lread.c (Fload, read1, oblookup): Likewise.
2993         * msdos.c (Frecent_doskeys): Likewise.
2994         * nsfns.m (Fx_create_frame): Likewise.
2995         * nsfont.m (nsfont_open, nsfont_text_extents, ns_glyph_metrics):
2996         Likewise.
2997         * nsimage.m (EmacsImage-initFromSkipXBM:width:height:)
2998         (EmacsImage-initForXPMWithDepth:width:height:flip:length:):
2999         Likewise.
3000         * nsmenu.m (ns_update_menubar): Likewise.
3001         * nsterm.m (ns_draw_fringe_bitmap, ns_term_init): Likewise.
3002         * print.c (print_unwind, printchar, strout, print_string)
3003         (print_error_message): Likewise.
3004         * process.c (conv_lisp_to_sockaddr, set_socket_option)
3005         (Fmake_network_process, Fnetwork_interface_list)
3006         (Fnetwork_interface_info, read_process_output, Fprocess_send_eof)
3007         (init_process): Likewise.
3008         * ralloc.c (resize_bloc, r_alloc_sbrk, r_alloc_init): Likewise.
3009         * regex.c (init_syntax_once, regex_compile, re_compile_fastmap):
3010         Likewise.
3011         * scroll.c (do_scrolling, do_direct_scrolling)
3012         (scrolling_max_lines_saved): Likewise.
3013         * search.c (search_buffer, wordify, Freplace_match): Likewise.
3014         * sound.c (wav_init, au_init, Fplay_sound_internal): Likewise.
3015         * syntax.c (skip_chars, skip_syntaxes): Likewise.
3016         * sysdep.c (child_setup_tty, sys_subshell, emacs_get_tty)
3017         (emacs_set_tty): Likewise.
3018         * term.c (encode_terminal_code, calculate_costs)
3019         (produce_special_glyphs, create_tty_output, init_tty, delete_tty):
3020         Likewise.
3021         * termcap.c (tgetst1, gobble_line): Likewise.
3022         * termhooks.h (EVENT_INIT): Likewise.
3023         * tparam.c (tparam1): Likewise.
3024         * unexalpha.c (unexec): Likewise.
3025         * unexec.c (write_segment): Likewise.
3026         * unexmacosx.c (unexec_write_zero): Likewise.
3027         * w32fns.c (w32_wnd_proc, Fx_create_frame, x_create_tip_frame)
3028         (Fx_file_dialog, Fsystem_move_file_to_trash): Likewise.
3029         * w32font.c (w32font_list_family, w32font_text_extents)
3030         (w32font_list_internal, w32font_match_internal)
3031         (w32font_open_internal, compute_metrics, Fx_select_font):
3032         Likewise.
3033         * w32menu.c (set_frame_menubar, add_menu_item)
3034         (w32_menu_display_help, w32_free_submenu_strings): Likewise.
3035         * w32term.c (XCreateGC, w32_initialize_display_info): Likewise.
3036         * w32uniscribe.c (uniscribe_list_family): Likewise.
3037         * w32xfns.c (get_next_msg, post_msg, prepend_msg): Likewise.
3038         * window.c (make_window, replace_window, set_window_buffer)
3039         (Fsplit_window): Likewise.
3040         * xdisp.c (init_iterator, RECORD_OVERLAY_STRING, reseat_to_string)
3041         (add_to_log, message3, x_consider_frame_title)
3042         (append_space_for_newline, extend_face_to_end_of_line)
3043         (decode_mode_spec_coding, init_glyph_string): Likewise.
3044         * xfaces.c (x_create_gc, get_lface_attributes_no_remap)
3045         (Finternal_copy_lisp_face, Finternal_merge_in_global_face)
3046         (face_attr_equal_p, make_realized_face, make_face_cache)
3047         (free_realized_faces, lookup_named_face, smaller_face)
3048         (face_with_height, lookup_derived_face)
3049         (x_supports_face_attributes_p, Finternal_set_font_selection_order)
3050         (Finternal_set_font_selection_order, realize_default_face)
3051         (compute_char_face, face_at_buffer_position)
3052         (face_for_overlay_string, face_at_string_position, merge_faces):
3053         Likewise.
3054         * xfns.c (xic_create_fontsetname, Fx_create_frame)
3055         (Fx_window_property, x_create_tip_frame)
3056         (Fx_backspace_delete_keys_p): Likewise.
3057         * xfont.c (xfont_list, xfont_match, xfont_list_family)
3058         (xfont_text_extents): Likewise.
3059         * xmenu.c (set_frame_menubar, xmenu_show): Likewise.
3060         * xrdb.c (magic_file_p, x_get_resource): Likewise.
3061         * xselect.c (x_queue_event, x_get_window_property)
3062         (receive_incremental_selection): Likewise.
3063         * xsmfns.c (x_session_check_input): Likewise.
3064         * xterm.c (x_send_scroll_bar_event, SET_SAVED_MENU_EVENT)
3065         (handle_one_xevent, x_check_errors, xim_initialize, x_term_init):
3066         Likewise.
3067         * character.h (BCOPY_SHORT): Removed.
3068         * config.in: Regenerate.
3069         * dispnew.c (safe_bcopy): Only define as dummy if PROFILING.
3070         * emacs.c (main) [PROFILING]: Don't declare
3071         dump_opcode_frequencies.
3072         * lisp.h (safe_bcopy): Remove declaration.
3073         (memset) [!HAVE_MEMSET]: Declare.
3074         (memcpy) [!HAVE_MEMCPY]: Likewise.
3075         (memmove) [!HAVE_MEMMOVE]: Likewise.
3076         (memcmp) [!HAVE_MEMCMP]: Likewise.
3077         * s/ms-w32.h (bzero, bcopy, bcmp, GAP_USE_BCOPY)
3078         (BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE, HAVE_BCOPY, HAVE_BCMP):
3079         Don't define.
3080         (HAVE_MEMCMP, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET): Define.
3081         * s/msdos.h (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE)
3082         (BCOPY_DOWNWARD_SAFE): Don't define.
3083         * sysdep.c (memset) [!HAVE_MEMSET]: Define.
3084         (memcpy) [!HAVE_MEMCPY]: Define.
3085         (memmove) [!HAVE_MEMMOVE]: Define.
3086         (memcmp) [!HAVE_MEMCMP]: Define.
3088 2010-07-07  Jan Djärv  <jan.h.d@swipnet.se>
3090         * process.c (kbd_is_on_hold): New variable.
3091         (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
3092         New functions.
3093         (wait_reading_process_output): If kbd_on_hold_p returns non-zero,
3094         select on empty input mask.
3095         (init_process): Initialize kbd_is_on_hold to 0.
3097         * process.h (hold_keyboard_input, unhold_keyboard_input)
3098         (kbd_on_hold_p): Declare.
3100         * keyboard.c (input_available_signal): Declare.
3101         (kbd_buffer_nr_stored): New function.
3102         (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
3103         more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
3104         (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
3105         returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
3106         (tty_read_avail_input): If input is on hold, return.
3107         Don't read more that free slots in kbd_buffer (Bug#6571).
3109 2010-07-07  Eli Zaretskii  <eliz@gnu.org>
3111         * msdos.h:
3112         * msdos.c:
3113         * dosfns.c:
3114         * w16select.c: Convert function definitions to ANSI C.
3116         * msdos.h (ctrl_break_func, install_ctrl_break_check):
3117         Remove unused prototypes.
3119 2010-07-07  Juanma Barranquero  <lekktu@gmail.com>
3121         * coding.c, sysdep.c: Convert some more functions to standard C.
3123 2010-07-07  Juanma Barranquero  <lekktu@gmail.com>
3125         * coding.c (decode_coding_gap, encode_coding_gap, decode_coding_object)
3126         (encode_coding_object): Use SPECPDL_INDEX.
3127         (syms_of_coding): Use DOS_NT.
3129 2010-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
3131         * intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
3133         Make the function member of Lisp_Subr use standard C prototypes.
3134         * lisp.h (struct Lisp_Subr): Use a union for the function member.
3135         (DECL_ALIGN): Add a cast for the function.
3136         * eval.c (Feval, Ffuncall): Use the proper type for each type
3137         function call.
3139 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
3141         * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
3142         fringe face id, so face-remapping-alist works (Bug#6091).
3144 2010-07-06  Juanma Barranquero  <lekktu@gmail.com>
3146         * w32.c, w32console.c, w32fns.c, w32font.c, w32heap.c, w32inevt.c
3147         * w32menu.c, w32proc.c, w32reg.c, w32select.c, w32term.c
3148         * w32uniscribe.c, w32xfns.c: Convert function definitions to standard C.
3150 2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
3152         * xterm.c (x_get_keysym_name): Change type of parameter to int.
3153         * lisp.h: Declare x_get_keysym_name.
3154         * keyboard.c (modify_event_symbol): Don't declare
3155         x_get_keysym_name here.
3157 2010-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
3159         * ecrt0.c: Revert conversion to standard C.
3161 2010-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
3163         * vm-limit.c (memory_warnings):
3164         * keyboard.c (modify_event_symbol):
3165         * floatfns.c (rounding_driver, ceiling2, floor2, truncate2)
3166         (round2, emacs_rint):
3167         * process.c (send_process, old_sigpipe): Convert function
3168         definitions and declarations to standard C.
3170 2010-07-05  Juanma Barranquero  <lekktu@gmail.com>
3172         * buffer.c, cm.c, eval.c, keyboard.c, process.c, term.c, vm-limit.c,
3173         * xdisp.c: Convert function definitions to standard C.
3175         * cm.c (cmputc): Arg C is now int, not char.
3176         * process.c (Fmake_network_process): Cast sockaddr_in* to sockaddr*.
3178 2010-07-05  James Cloos  <cloos@jhcloos.com>
3180         * xterm.h (Xatom_net_wm_name, Xatom_net_wm_icon_name): New.
3182         * xterm.c (x_term_init): Intern the _NET_WM_NAME and
3183         _NET_WM_ICON_NAME atoms.
3185         * xfns.c (x_set_name_internal): Set the EWMH _NET_WM_NAME
3186         and _NET_WM_ICON_NAME properties, too, matching what is
3187         done in the Gtk+ case.
3189 2010-07-05  Jan Djärv  <jan.h.d@swipnet.se>
3191         * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.
3193         * xsmfns.c (SSDATA): New macro.
3194         (smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
3195         passed to strlen/strcpy/strcat.
3196         (create_client_leader_window): Surround with #ifndef USE_GTK.  Cast
3197         7:th arg to XChangeProperty to (unsigned char *).
3199         * xsettings.c (something_changedCB, parse_settings)
3200         (apply_xft_settings): Reformat prototype.
3201         (something_changedCB, init_gconf): Remove unused variable i.
3202         (read_settings): Remove unused variable long_len.
3204         * gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
3205         (xg_get_image_for_pixmap, create_dialog)
3206         (xg_get_file_with_selection, xg_get_file_name, update_cl_data)
3207         (menuitem_highlight_callback, make_menu_item)
3208         (xg_create_one_menuitem, create_menus, xg_update_menu_item)
3209         (xg_create_scroll_bar, xg_update_scrollbar_pos)
3210         (xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
3211         (xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
3212         (xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
3213         (xg_tool_bar_item_expose_callback): Reformat prototype.
3214         (xg_update_menubar): GList *group => GSList *group.
3215         (xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
3216         before use.
3217         (update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
3218         to GTK_IMAGE (wimage).
3220 2010-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
3222         * atimer.c: Use "" instead of <> for local includes for
3223         consistency with the rest of the code.
3225         * xsmfns.c (smc_save_yourself_CB, smc_error_handler):
3226         * xrdb.c (get_system_name):
3227         * window.c (shrink_windows):
3228         * syntax.c (forw_comment):
3229         * scroll.c (calculate_scrolling, calculate_direct_scrolling)
3230         (ins_del_costs):
3231         * mem-limits.h (start_of_data):
3232         * lread.c (readevalloop):
3233         * gtkutil.c (xg_dialog_response_cb, xg_get_file_with_chooser)
3234         (xg_get_file_with_selection, xg_update_menubar, xg_update_submenu):
3235         * frame.c (x_get_focus_frame):
3236         * floatfns.c (fmod_float):
3237         * fileio.c (choose_write_coding_system):
3238         * emacs.c (fatal_error_signal, init_cmdargs, argmatch)
3239         (malloc_initialize_hook, sort_args, synchronize_locale):
3240         * doprnt.c (doprnt):
3241         * dired.c (compile_pattern):
3242         * data.c (fmod_float):
3243         * chartab.c (map_sub_char_table, map_sub_char_table_for_charset)
3244         (map_char_table_for_charset):
3245         * charset.c (define_charset_internal):
3246         * alloc.c (Fgarbage_collect): Convert declarations or definitions
3247         to standard C.
3249 2010-07-04  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3250             Stefan Monnier  <monnier@iro.umontreal.ca>
3252         * lread.c (read1): Fix up last change to not mess up `c'.
3254 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3256         * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu).
3258 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3260         Fix prototypes.
3262         * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
3263         * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
3264         * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
3265         arg, as required by internal_condition_case_1.
3266         * print.c (strout): Use const char* for arg PTR.
3267         * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
3268         (analyse_first): Fix "const const".
3269         * sysdep.c (set_file_times): Use EMACS_TIME, not struct timeval.
3270         * unexelf.c (round_up, find_section): Use ElfW macro for arguments.
3271         * xgselect.c (xg_select): Use SELECT_TYPE, EMACS_TIME.
3273 2010-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
3275         * alloc.c: Convert function definitions to standard C.
3276         * atimer.c:
3277         * bidi.c:
3278         * bytecode.c:
3279         * callint.c:
3280         * callproc.c:
3281         * casefiddle.c:
3282         * casetab.c:
3283         * category.c:
3284         * ccl.c:
3285         * character.c:
3286         * charset.c:
3287         * chartab.c:
3288         * cmds.c:
3289         * coding.c:
3290         * composite.c:
3291         * data.c:
3292         * dbusbind.c:
3293         * dired.c:
3294         * dispnew.c:
3295         * doc.c:
3296         * doprnt.c:
3297         * ecrt0.c:
3298         * editfns.c:
3299         * fileio.c:
3300         * filelock.c:
3301         * filemode.c:
3302         * fns.c:
3303         * font.c:
3304         * fontset.c:
3305         * frame.c:
3306         * fringe.c:
3307         * ftfont.c:
3308         * ftxfont.c:
3309         * gtkutil.c:
3310         * indent.c:
3311         * insdel.c:
3312         * intervals.c:
3313         * keymap.c:
3314         * lread.c:
3315         * macros.c:
3316         * marker.c:
3317         * md5.c:
3318         * menu.c:
3319         * minibuf.c:
3320         * prefix-args.c:
3321         * print.c:
3322         * ralloc.c:
3323         * regex.c:
3324         * region-cache.c:
3325         * scroll.c:
3326         * search.c:
3327         * sound.c:
3328         * strftime.c:
3329         * syntax.c:
3330         * sysdep.c:
3331         * termcap.c:
3332         * terminal.c:
3333         * terminfo.c:
3334         * textprop.c:
3335         * tparam.c:
3336         * undo.c:
3337         * unexelf.c:
3338         * window.c:
3339         * xfaces.c:
3340         * xfns.c:
3341         * xfont.c:
3342         * xftfont.c:
3343         * xgselect.c:
3344         * xmenu.c:
3345         * xrdb.c:
3346         * xselect.c:
3347         * xsettings.c:
3348         * xsmfns.c:
3349         * xterm.c: Likewise.
3351 2010-07-03  Eli Zaretskii  <eliz@gnu.org>
3353         * msdos.c (IT_set_frame_parameters): Fix setting of colors in
3354         frames other than the initial one.  Fix reversal of colors when
3355         `reverse' is specified in the frame parameters.  Call
3356         update_face_from_frame_parameter instead of
3357         internal-set-lisp-face-attribute.  Initialize screen colors from
3358         initial_screen_colors[] when f->default_face_done_p is zero,
3359         instead of depending on being called with default-frame-alist as
3360         the alist argument.
3362         * xfaces.c (update_face_from_frame_parameter): Move out of
3363         HAVE_WINDOW_SYSTEM portion.  Condition window-system only parts
3364         with HAVE_WINDOW_SYSTEM.
3366         * msdos.c (IT_set_frame_parameters): Set menu-bar-lines according
3367         to menu-bar-mode, if not set in the frame parameters or in
3368         default-frame-alist.
3370         * w32console.c (sys_tputs): Adjust argument list to prototype in
3371         term.c.
3373 2010-07-03  Juanma Barranquero  <lekktu@gmail.com>
3375         * lisp.h (memory_warnings): Fix prototype.
3377         * cm.h (evalcost): Fix prototype.
3379         * cm.c (evalcost): Fix arg type.
3381 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
3383         * term.c (term_clear_mouse_face, Fidentity):
3384         * syssignal.h (signal_handler_t):
3385         * lisp.h (memory_warnings):
3386         * coding.h (preferred_coding_system):
3387         * cm.h (evalcost):
3388         * blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
3390 2010-07-02  Eli Zaretskii  <eliz@gnu.org>
3392         * dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
3393         from prototypes.
3395         * msdos.h (load_pixmap): Don't define away.
3397 2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
3399         * lisp.h:
3400         * atimer.h: Remove define for P_.
3402         * alloc.c: Remove __P and P_ from .c and .m files.
3403         * atimer.c:
3404         * buffer.c:
3405         * callint.c:
3406         * category.c:
3407         * charset.c:
3408         * chartab.c:
3409         * cm.c:
3410         * coding.c:
3411         * composite.c:
3412         * data.c:
3413         * dired.c:
3414         * dispnew.c:
3415         * doc.c:
3416         * editfns.c:
3417         * emacs.c:
3418         * eval.c:
3419         * fileio.c:
3420         * filelock.c:
3421         * fns.c:
3422         * font.c:
3423         * fontset.c:
3424         * frame.c:
3425         * ftfont.c:
3426         * ftxfont.c:
3427         * gmalloc.c:
3428         * gtkutil.c:
3429         * image.c:
3430         * indent.c:
3431         * intervals.c:
3432         * keyboard.c:
3433         * keymap.c:
3434         * lread.c:
3435         * marker.c:
3436         * menu.c:
3437         * minibuf.c:
3438         * print.c:
3439         * process.c:
3440         * scroll.c:
3441         * search.c:
3442         * sound.c:
3443         * strftime.c:
3444         * syntax.c:
3445         * sysdep.c:
3446         * term.c:
3447         * terminal.c:
3448         * textprop.c:
3449         * unexalpha.c:
3450         * w32console.c:
3451         * w32fns.c:
3452         * w32font.c:
3453         * w32menu.c:
3454         * w32term.c:
3455         * w32uniscribe.c:
3456         * window.c:
3457         * xdisp.c:
3458         * xfaces.c:
3459         * xfns.c:
3460         * xfont.c:
3461         * xftfont.c:
3462         * xmenu.c:
3463         * xselect.c:
3464         * xterm.c: Likewise.
3466         Remove P_ and __P macros.
3467         * atimer.h: Remove P_ and __P macros.
3468         * buffer.h:
3469         * category.h:
3470         * ccl.h:
3471         * character.h:
3472         * charset.h:
3473         * cm.h:
3474         * coding.h:
3475         * composite.h:
3476         * dispextern.h:
3477         * disptab.h:
3478         * dosfns.h:
3479         * font.h:
3480         * fontset.h:
3481         * frame.h:
3482         * gtkutil.h:
3483         * indent.h:
3484         * intervals.h:
3485         * keyboard.h:
3486         * keymap.h:
3487         * lisp.h:
3488         * macros.h:
3489         * md5.h:
3490         * menu.h:
3491         * msdos.h:
3492         * nsterm.h:
3493         * puresize.h:
3494         * region-cache.h:
3495         * syntax.h:
3496         * syssignal.h:
3497         * systime.h:
3498         * termhooks.h:
3499         * w32font.h:
3500         * w32term.h:
3501         * widget.h:
3502         * window.h:
3503         * xgselect.h:
3504         * xsettings.h:
3505         * xterm.h: Likewise.
3507 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
3509         * lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
3511         Cleanup old code.
3512         * dired.c (BSD4_3): Remove all uses, redundant with BSD4_2.
3513         * syssignal.h: Remove code for Lynx, not supported anymore.
3514         * vm-limit.c: Remove unused code the depends on emacs not being
3515         defined and NO_LIM_DATA being defined.
3516         * mem-limits.h: Remove dead code.
3518 2010-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3520         * window.c (Fwindow_absolute_pixel_edges): Doc fix.
3522         * window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
3523         (Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
3525         * nsfns.m (compute_tip_xy): Do not convert coordinates from frame
3526         parameters, they are already absolute.
3528         * nsterm.m (x_set_window_size, initFrameFromEmacs):
3529         Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT.
3531         * nsterm.h (FRAME_NS_TOOLBAR_HEIGHT): Rename to FRAME_TOOLBAR_HEIGHT.
3533         * nsmenu.m (update_frame_tool_bar, free_frame_tool_bar):
3534         Update FRAME_TOOLBAR_HEIGHT.
3536         * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar):
3537         Add BLOCK/UNBLOCK_INPUT so asserts don't trigger.
3539 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
3541         * frame.c (get_future_frame_param, Fmake_terminal_frame): Don't
3542         check default-frame-alist.
3544 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
3546         * process.c (create_process): Avoid using invalid file descriptors.
3548         * callproc.c (child_setup): Avoid closing a file descriptor twice.
3550 2010-06-30  Jan Djärv  <jan.h.d@swipnet.se>
3552         * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font):
3553         Improve documentation.  Return font regardless of use_system_font.
3554         (syms_of_xsettings): Improve documentation for font-use-system-font.
3556 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
3558         * xfaces.c (realize_face): Garbage the frame if a face is removed
3559         (Bug#6593).
3561 2010-07-05  Andreas Schwab  <schwab@linux-m68k.org>
3563         * keyboard.c: Remove duplicate <setjmp.h>.
3564         (read_key_sequence): Remove volatile qualifiers.
3566 2010-07-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3568         * dispextern.h (FRINGE_HEIGHT_BITS): New define.
3569         (struct glyph_row): New members left_fringe_offset and
3570         right_fringe_offset.
3572         * xterm.c (x_draw_fringe_bitmap): Don't clip bottom aligned bitmap
3573         specially.
3574         * w32term.c (w32_draw_fringe_bitmap): Likewise.
3575         * nsterm.m (ns_draw_fringe_bitmap): Likewise.
3577         * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here.
3578         Take account of bitmap offset.
3579         (draw_window_fringes): Take account of window vscroll.
3580         (update_window_fringes): Likewise.  Extend top-aligned top indicator
3581         or bottom-aligned bottom indicator to adjacent rows if it doesn't fit
3582         in one row.  Don't set redraw_fringe_bitmaps_p outside row comparison.
3583         Set left_fringe_offset and right_fringe_offset (Bug#5634, Bug#6325).
3585 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
3587         * w32fns.c (Qtooltip): Declare.
3588         Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
3590 2010-07-03  Jan Djärv  <jan.h.d@swipnet.se>
3592         * xmenu.c (x_activate_menubar): Send Press/Release for Gtk+ to avoid
3593         grab on just Press (Bug#6499).
3595 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
3597         * frame.c (Qtooltip): New var.
3598         (delete_frame): Use it.  Fix faulty if statement.  Don't update
3599         mode line for tooltip frames.  Suggested by Martin Rudalics.
3601         * xfns.c (x_create_tip_frame):
3602         * w32fns.c (x_create_tip_frame): Use it.
3604 2010-06-17  Naohiro Aota  <naota@elisp.net>  (tiny change)
3606         * xftfont.c (xftfont_open): Check font width one by one also when
3607         spacing is dual.
3609         * ftfont.c (ftfont_open): Ditto.
3611 2010-06-30  Glenn Morris  <rgm@gnu.org>
3613         * s/sol2-6.h (INHIBIT_X11R6_XIM): Remove, handled by configure now.
3615         * Makefile.in (CANNOT_DUMP): Update for configure name change.
3617         * s/freebsd.h (USE_MMAP_FOR_BUFFERS):
3618         * s/irix6-5.h (USE_MMAP_FOR_BUFFERS):
3619         * s/darwin.h (SYSTEM_MALLOC):
3620         * s/sol2-10.h (SYSTEM_MALLOC): Move to configure.
3622 2010-06-29  Jan Djärv  <jan.h.d@swipnet.se>
3624         * nsfns.m: extern declare Vmenu_bar_mode, Vtool_bar_mode.
3625         (ns_get_screen): Don't assign integer to f.
3626         (Fx_display_color_cells): Declarations before statements.
3628 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
3630         * xfns.c (x_default_font_parameter): Remove got_from_system
3631         (Bug#6526).
3633         * xterm.h (gtk_widget_get_window, gtk_widget_get_mapped)
3634         (gtk_adjustment_get_page_size, gtk_adjustment_get_upper): New
3635         defines based on what configure finds.
3637         * xterm.c (XTflash): Use gtk_widget_get_window.
3638         (xg_scroll_callback): Use gtk_adjustment_get_upper and
3639         gtk_adjustment_get_page_size.
3640         (handle_one_xevent): Use gtk_widget_get_mapped.
3641         (x_term_init): Remove HAVE_GTK_MULTIDISPLAY and associated error
3642         messages.
3644         * xmenu.c (create_and_show_popup_menu): Call gtk_widget_get_mapped.
3646         * gtkutil.h: Replace HAVE_GTK_FILE_BOTH with
3647         HAVE_GTK_FILE_SELECTION_NEW.
3649         * gtkutil.c (xg_display_open, xg_display_close): Remove
3650         HAVE_GTK_MULTIDISPLAY, it is always defined.
3651         (xg_display_open): Return type is void.
3652         (gtk_widget_set_has_window)
3653         (gtk_dialog_get_action_area, gtk_dialog_get_content_area)
3654         (gtk_widget_get_sensitive, gtk_adjustment_set_page_size)
3655         (gtk_adjustment_set_page_increment)
3656         (gtk_adjustment_get_step_increment): #define these if not found
3657         by configure.
3658         (remove_submenu): New define based on Gtk+ version.
3659         (xg_set_cursor, xg_frame_resized, xg_event_is_for_scrollbar): Use
3660         gtk_widget_get_window.
3661         (xg_frame_resized, xg_update_frame_menubar): Use gtk_widget_get_mapped.
3662         (xg_create_frame_widgets): Use gtk_widget_set_has_window.
3663         (create_dialog): Use gtk_dialog_get_action_area and
3664         gtk_dialog_get_content_area.
3665         (xg_uses_old_file_dialog, xg_get_file_name): Remove HAVE_GTK_FILE_BOTH
3666         and HAVE_GTK_FILE_CHOOSER_DIALOG_NEW.  File chooser is always
3667         available, so checking for HAVE_GTK_FILE_SELECTION_NEW is enough.
3668         (xg_update_menubar, xg_update_submenu, xg_show_toolbar_item): Use
3669         g_object_ref and g_object_unref.
3670         (xg_update_menu_item, xg_tool_bar_menu_proxy): Use
3671         gtk_widget_get_sensitive.
3672         (xg_update_submenu): Use remove_submenu.
3673         (xg_update_scrollbar_pos): Don't use GtkFixedChild, use child
3674         properties instead to get old x and y position.
3675         (xg_set_toolkit_scroll_bar_thumb): Use gtk_adjustment_get_page_size,
3676         gtk_adjustment_get_step_increment, gtk_adjustment_set_page_size,
3677         gtk_adjustment_set_step_increment and gtk_adjustment_set_page_increment.
3678         (xg_get_tool_bar_widgets): New function.
3679         (xg_tool_bar_menu_proxy, xg_show_toolbar_item)
3680         (update_frame_tool_bar): Call xg_get_tool_bar_widgets.
3681         (toolbar_set_orientation): New #define based on if configure
3682         finds gtk_orientable_set_orientation.
3683         (xg_create_tool_bar): Call toolbar_set_orientation.
3684         (xg_make_tool_item, xg_show_toolbar_item): Call gtk_box_pack_start
3685         instead of gtk_box_pack_start_defaults.
3687 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
3689         * cmds.c (Fdelete_backward_char): Move into Lisp.
3691 2010-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
3693         * s/freebsd.h (BSD4_2): Remove redundant definition.
3694         bsd-common.h defines it already.
3696 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
3698         * xfns.c (Fx_create_frame): Don't consult X resouces when setting
3699         menu-bar-lines and tool-bar-lines.  Use menu-bar-mode and
3700         tool-bar-mode, which are now set using these X resources at
3701         startup, to determine the defaults (Bug#2249).
3703         * w32fns.c (Fx_create_frame):
3704         * nsfns.m (Fx_create_frame): Likewise.
3706         * frame.c (Vmenu_bar_mode, Vtool_bar_mode): New vars.
3708 2010-06-24  Juanma Barranquero  <lekktu@gmail.com>
3710         * gtkutil.c (xg_update_scrollbar_pos):
3711         Avoid C99 mid-block variable declaration.
3713 2010-06-22  Jan Djärv  <jan.h.d@swipnet.se>
3715         * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
3717         * gtkutil.h (xg_show_scroll_bar): Remove.
3719         * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
3720         if height is less than scroll bar min size.
3721         (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
3723         * xfns.c (x_default_font_parameter): Try to open font from system
3724         before using it (bug#6478).  Rename got_from_gconf to got_from_system.
3726 2010-06-22  Keith Packard  <keithp@keithp.com>  (tiny change)
3728         * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
3730 2010-06-20  Eli Zaretskii  <eliz@gnu.org>
3732         * xdisp.c (try_scrolling): When scroll-conservatively is set to
3733         most-positive-fixnum, be extra accurate when scrolling window
3734         start, to avoid missing the cursor line.
3736 2010-06-19  Eli Zaretskii  <eliz@gnu.org>
3738         * xdisp.c (try_scrolling): Compute the limit for searching point
3739         in forward scroll from scroll_max, instead of an arbitrary limit
3740         of 10 screen lines.  See
3741         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
3742         and
3743         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
3744         for details.
3746 2010-06-16  Glenn Morris  <rgm@gnu.org>
3748         * editfns.c (Fbyte_to_string): Pacify compiler.
3750 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3752         * lread.c (read1): Phase out old-style backquotes a bit more.
3754 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
3756         * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
3757         bidimirror.h.
3759         * deps.mk (bidi.o): Depend on biditype.h and bidimirror.h.
3761         * bidi.c (bidi_initialize): Remove explicit initialization of
3762         bidi_type_table; include biditype.h instead.  Don't support
3763         entries whose second codepoint is zero.  Initialize bidi_mirror_table.
3764         (bidi_mirror_char): Use bidi_mirror_table.
3766         * biditype.h: New file.
3768         * bidimirror.h: New file.
3770         * window.c (syms_of_window): Doc fix (bug#6409).
3772 2010-06-12  Romain Francoise  <romain@orebokech.com>
3774         * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and
3775         ediff-hook.
3777 2010-06-10  Glenn Morris  <rgm@gnu.org>
3779         * editfns.c (Fbyte_to_string): Pacify compiler.
3781         * m/ibms390x.h: Rather than duplicating ibms390.h, just include it.
3783 2010-06-26  Andreas Schwab  <schwab@linux-m68k.org>
3785         * alloc.c (Fmake_byte_code): Don't access undefined argument
3786         (Bug#6517).
3788 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
3790         * xdisp.c (next_element_from_image): Ensure that after-strings are
3791         read the next time we hit handle_stop (Bug#1336).
3793 2010-06-23  Andreas Schwab  <schwab@linux-m68k.org>
3795         * lread.c (read1): Signal error if #s is not followed by paren.
3797 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
3799         * image.c (free_image): Mark frame as garbaged (Bug#6426).
3801         * keymap.c (Fdefine_key): Doc fix (Bug#6460).
3803 2010-06-15  Glenn Morris  <rgm@gnu.org>
3805         * editfns.c (Fbyte_to_string): Pacify compiler.
3807 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3809         * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string.
3810         Check `object's type before accessing its guts.
3812 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
3814         * s/usg5-4.h: Fix previous change.
3815         Suggested by Lawrence Mitchell <wence@gmx.li>
3817 2010-06-08  Andreas Schwab  <schwab@linux-m68k.org>
3819         * minibuf.c (Fall_completions): Add more checks.
3821 2010-06-08  Juanma Barranquero  <lekktu@gmail.com>
3823         * minibuf.c (Fall_completions): Check COLLECTION's size (bug#6378).
3825 2010-06-08  Dan Nicolaescu  <dann@ics.uci.edu>
3827         * lread.c (X_OK): Remove, unused.
3829         * dispnew.c: Remove obsolete comment.
3831         Remove INCLUDED_FCNTL.
3832         * xterm.c (INCLUDED_FCNTL):
3833         * callproc.c (INCLUDED_FCNTL):
3834         * alloc.c (INCLUDED_FCNTL):
3835         * systty.h (INCLUDED_FCNTL): Remove all uses, not needed anymore.
3836         (emacs_get_tty, emacs_set_tty): Declare unconditionally.
3838 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
3840         * window.c (Fselect_window): Move `record_buffer' up to the
3841         beginning of this function, so the buffer gets recorded
3842         even if the selected window does not change.
3843         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
3845 2010-06-07  Juanma Barranquero  <lekktu@gmail.com>
3847         * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.
3848         (Fforward_line, Fbeginning_of_line): Reflow docstrings.
3850 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
3852         Remove BSTRING related code, all platforms define it.
3853         * s/usg5-4.h (BSTRING): Remove definition.
3854         * s/template.h (BSTRING):
3855         * s/msdos.h (BSTRING):
3856         * s/ms-w32.h (BSTRING):
3857         * s/hpux10-20.h (BSTRING):
3858         * s/gnu-linux.h (BSTRING):
3859         * s/darwin.h (BSTRING):
3860         * s/cygwin.h (BSTRING):
3861         * s/bsd-common.h (BSTRING):
3862         * s/aix4-2.h (BSTRING): Likewise.
3863         * sysdep.c: Remove code depending on BSTRING not being defined.
3865 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
3867         Remove obsolete macro BASE_LEADING_CODE_P.
3868         * character.h (BASE_LEADING_CODE_P): Remove.
3869         * regex.c [!emacs] (BASE_LEADING_CODE_P): Remove.
3870         * buffer.c (Fset_buffer_multibyte):
3871         * indent.c (scan_for_column, compute_motion):
3872         * insdel.c (count_combining_before, count_combining_after):
3873         Use LEADING_CODE_P instead of BASE_LEADING_CODE_P.
3875 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
3877         Turn `directory-sep-char' into a noop.
3879         * lisp.h [WINDOWSNT] (Vdirectory_sep_char): Don't declare.
3880         (DIRECTORY_SEP): Define unconditionally.
3882         * s/ms-w32.h (DIRECTORY_SEP): Remove.
3884         * emacs.c (decode_env_path): Don't check DIRECTORY_SEP,
3885         call dostounix_filename directly.
3887         * fileio.c (CORRECT_DIR_SEPS): Remove.
3888         (Ffile_name_directory, directory_file_name, Fexpand_file_name)
3889         (Fsubstitute_in_file_name): Use dostounix_filename instead.
3890         (file_name_as_directory): Use dostounix_filename, DIRECTORY_SEP.
3891         (syms_of_fileio) <directory-sep-char>: Move to subr.el.
3893         * w32proc.c (CORRECT_DIR_SEPS): Remove.
3894         (Fw32_short_file_name, Fw32_long_file_name): Use dostounix_filename.
3896 2010-06-03  Andreas Schwab  <schwab@linux-m68k.org>
3898         * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 address.
3899         (Bug#6346)
3901 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3903         * ccl.c (Fccl_program_p): Fix typo in docstring.
3905 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3907         Move UNEXEC definition to autoconf.
3908         * s/usg5-4.h (UNEXEC): Remove, move to configure.in.
3909         * s/sol2-10.h (UNEXEC):
3910         * s/irix6-5.h (UNEXEC):
3911         * s/hpux10-20.h (UNEXEC):
3912         * s/gnu-linux.h (UNEXEC):
3913         * s/darwin.h (UNEXEC):
3914         * s/cygwin.h (UNEXEC):
3915         * s/bsd-common.h (UNEXEC):
3916         * s/aix4-2.h (UNEXEC):
3917         * m/alpha.h (UNEXEC): Likewise.
3918         * Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
3920 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
3922         Remove obsolete pre-unicode2 macros.
3923         * character.h (MULTIBYTE_FORM_LENGTH, PARSE_MULTIBYTE_SEQ): Remove.
3924         * composite.c (composition_reseat_it):
3925         * data.c (Faset):
3926         * fns.c (Ffillarray):
3927         * regex.c (re_search_2): Use BYTES_BY_CHAR_HEAD.
3928         [!emacs] (BYTES_BY_CHAR_HEAD): Define instead of MULTIBYTE_FORM_LENGTH.
3930 2010-06-03  Juri Linkov  <juri@jurta.org>
3932         * buffer.c (Fother_buffer): Add CHECK_FRAME.
3933         (Fswitch_to_buffer): Remove unused variable `err'.
3935 2010-06-03  Glenn Morris  <rgm@gnu.org>
3937         * m/template.h (NO_SOCK_SIGIO): Remove, no longer used.
3939         * m/hp800.h (alloca) [__NetBSD__ && __GNUC__]: No need to define it,
3940         now that AH_BOTTOM does it.
3942         * m/hp800.h (HAVE_ALLOCA):
3943         * m/ibms390x.h (HAVE_ALLOCA): Do not define, no longer needed.
3945         * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
3946         Remove NOT_C_CODE tests, it is always true now.
3948 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
3950         Fix config.h includes.
3951         * xsettings.c:
3952         * xgselect.c:
3953         * nsterm.m:
3954         * nsselect.m:
3955         * nsimage.m:
3956         * nsfont.m:
3957         * nsfns.m:
3958         * dbusbind.c: Use #include <config.h> instead of "config.h" as all
3959         other files do.
3961         * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
3963         * s/sol2-6.h: Remove obsolete comments.
3965         Remove unnecessary alloca.h includes.
3966         * keymap.c: Do not include alloca.h, config.h does that.
3967         * sysdep.c: Likewise.  Do not define fwrite, not used.
3969 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3971         * sysdep.c (child_setup_tty): Move the non-canonical initialization to
3972         the HAVE_TERMIO where it belongs (bug#6149).
3974 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3976         * keymap.c (Fwhere_is_internal): Fix handling of remapping (in thread
3977         of bug#6305).
3979 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
3981         * bidi.c (bidi_move_to_visually_next): Make sure the sentinel
3982         state is always cached (bug#6306).
3984 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
3986         Fix cursor motion in bidi-reordered continued lines.
3987         * xdisp.c (try_cursor_movement): Backup to non-continuation line
3988         only after finding point's row.  Fix the logic.  Rewrite the loop
3989         over continuation lines in bidi-reordered buffers.  Return
3990         CURSOR_MOVEMENT_MUST_SCROLL upon failure to find a suitable row,
3991         rather than CURSOR_MOVEMENT_CANNOT_BE_USED.
3993 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
3995         * fileio.c (Fdelete_file): Pass TRASH arg to handler call.
3997 2010-05-28  Kenichi Handa  <handa@m17n.org>
3999         * font.c (font_delete_unmatched): Check Vface_ignored_fonts.
4000         Don't sheck SPEC if it is nil.
4001         (font_list_entities): Call font_delete_unmatched if
4002         Vface_ignored_fonts is non-nil.  (Bug#6287)
4004 2010-05-28  Glenn Morris  <rgm@gnu.org>
4006         * Makefile.in (LIBES): Remove $LOADLIBES, it is never set.
4008 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4010         * fileio.c (Fdelete_file): Change meaning of optional arg to mean
4011         whether to trash.
4012         (internal_delete_file, Frename_file): Callers changed.
4013         (delete_by_moving_to_trash): Doc fix.
4014         (Fdelete_directory_internal): Don't move to trash.
4016         * callproc.c (delete_temp_file):
4017         * buffer.c (Fkill_buffer): Callers changed.
4019         * lisp.h: Update prototype.
4021 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
4023         * xdisp.c (redisplay_window): After redisplay, check if point is
4024         still valid before setting it (Bug#6177).
4026 2010-05-27  Glenn Morris  <rgm@gnu.org>
4028         * Makefile.in, autodeps.mk, deps.mk, ns.mk:
4029         Convert comments to Makefile format.
4031         * Makefile.in (bootstrap-clean): No more Makefile.c.
4033 2010-05-26  Glenn Morris  <rgm@gnu.org>
4035         * Makefile.in (YMF_PASS_LDFLAGS): Remove.
4036         (temacs${EXEEXT}): Use PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS.
4038         * Makefile.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4039         Remove.
4040         (TEMACS_LDFLAGS): Do not use NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4042 2010-05-26  Kenichi Handa  <handa@m17n.org>
4044         * composite.c (composition_compute_stop_pos): Fix condition for
4045         backward scanning.
4047 2010-05-25  Glenn Morris  <rgm@gnu.org>
4049         * Makefile.in (@NS_IMPL_GNUSTEP_INC@, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS):
4050         Move before TEMACS_LDFLAGS.
4051         (TEMACS_LDFLAGS): Use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4052         (temacs${EXEEXT}): Do not use $NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.
4054         * Makefile.in (NOT_C_CODE): No longer define.
4055         (config.h): No longer include.
4057         * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
4058         variables it may reference.
4060         * Makefile.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4061         (TEMACS_LDFLAGS): Remove LD_SWITCH_SYSTEM_EXTRA.
4063 2010-05-25  Kenichi Handa  <handa@m17n.org>
4065         * dispextern.h (struct composition_it): New members rule_idx and
4066         charpos.
4068         * xdisp.c (set_iterator_to_next): While scanning backward, assume
4069         that the character positions of IT point the last character of the
4070         current grapheme cluster.
4071         (next_element_from_composition): Don't change character positions
4072         of IT.
4073         (append_composite_glyph): Set glyph->charpos to
4074         it->cmp_it.charpos.
4076         * composite.c (autocmp_chars): Change the first argument to RULE,
4077         and try composition with RULE only.
4078         (composition_compute_stop_pos): Record the index number of the
4079         composition rule in CMP_IT->rule_idx.
4080         (composition_reseat_it): Call autocmp_chars repeatedly until the
4081         correct rule of the composition is found.
4082         (composition_update_it): Set CMP_IT->charpos.  Assume the CHARPOS
4083         is at the last character of the current grapheme cluster when
4084         CMP_IT->reversed_p is nonzero.
4086 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4088         * editfns.c (Fbyte_to_string): New function.
4090 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4092         * process.c (Fmake_network_process): Set :host to nil if it's not used.
4093         Suggested by Masatake YAMATO <yamato@redhat.com>.
4095 2010-05-23  Eli Zaretskii  <eliz@gnu.org>
4097         * dispextern.h (init_iterator): Sync prototype with changed definition.
4099 2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
4101         * s/netbsd.h: If terminfo is found, use it in preference to
4102         termcap.  (Bug#6190)  [Backport from trunk]
4104 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
4106         Redesign and reimplement bidi-aware edge positions of glyph rows.
4108         * dispextern.h (struct glyph_row): New members minpos and maxpos.
4109         (MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
4110         (MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
4111         and maxpos members instead of start.pos and end.pos, respectively.
4113         * xdisp.c (display_line): Compare IT_CHARPOS with the position in
4114         row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
4115         (cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
4116         (try_window_reusing_current_matrix, try_window_id):
4117         Use ROW->minpos rather than ROW->start.pos.
4118         (init_from_display_pos, init_iterator): Use EMACS_INT for
4119         character and byte positions.
4120         (find_row_edges): Rename from find_row_end.  Accept additional
4121         arguments for minimum and maximum buffer positions seen by
4122         display_line for this row.  Don't use iterator to find the
4123         position following the maximum one; instead, increment the
4124         position found by display_line directly.  Fix logic; eol_pos
4125         should be tested before the rest.  Handle the case of characters
4126         delivered from display vector (bug#6036).  Fix tests related to
4127         it->method.  Handle the truncated_on_right_p rows.
4128         (RECORD_MAX_MIN_POS): New macro.
4129         (display_line): Use it to record the minimum and maximum buffer
4130         positions for glyphs in the row being assembled.  Record the
4131         position of the newline that terminates the line.  If word wrap is
4132         in effect, restore minimum and maximum positions seen up to the
4133         wrap point, when iterator returns to it.
4134         (try_window_reusing_current_matrix): Give up if in bidi-reordered
4135         row and cursor not already at point.  Restore original pre-bidi
4136         code for unidirectional buffers.
4138         * dispnew.c (increment_row_positions, check_matrix_invariants):
4139         Increment and check row->start.pos and row->end.pos, in addition
4140         to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
4142         * .gdbinit (prowlims): Display row->minpos and row->maxpos.
4143         Display truncated_on_left_p and truncated_on_right_p flags.
4144         Formatting fixes.
4145         (pmtxrows): Display the ordinal number of each row.  Don't display
4146         rows beyond the last one.
4148         * bidi.c (bidi_cache_iterator_state): Don't zero out new_paragraph:
4149         it is not copied by bidi_copy_it.
4151 2010-05-22  Eli Zaretskii  <eliz@gnu.org>
4153         * w32.c (sys_write): Break writes into chunks smaller than 32MB.
4154         (Bug#6237)
4156 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
4158         * image.c (Fimage_flush): Rename from image-refresh.
4160 2010-05-21  Chong Yidong  <cyd@stupidchicken.com>
4162         * xdisp.c (redisplay_internal): Clear caches even if redisplaying
4163         just one window.
4165         * image.c (Vimage_cache_eviction_delay): Decrease to 300.
4166         (clear_image_cache): If the number of cached images is unusually
4167         large, decrease the cache eviction delay (Bug#6230).
4169 2010-05-21  Glenn Morris  <rgm@gnu.org>
4171         * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
4172         Move these rules to ns.mk.
4173         * ns.mk: New file.
4175         * Makefile.in (../src/$(OLDXMENU), $(OLDXMENU)): Always define rules.
4177         * Makefile.in (CANNOT_DUMP): New, set by configure.
4178         (emacs${EXEEXT}, bootstrap-emacs${EXEEXT}): Use $CANNOT_DUMP.
4180 2010-05-20  Juri Linkov  <juri@jurta.org>
4182         * fileio.c (Fdelete_file): Change interative spec to use
4183         `read-file-name' like in `find-file-read-args' where the default
4184         value is `default-directory' instead of `buffer-file-name'.
4185         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
4187 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4189         * keyboard.c (Vlast_command, Vkeyboard_translate_table)
4190         (Voverriding_terminal_local_map, Vsystem_key_alist)
4191         (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
4193 2010-05-20  Glenn Morris  <rgm@gnu.org>
4195         * Makefile.in (DEPDIR): New constant.
4196         (DEPFLAGS): Set with configure, not cpp.
4197         (MKDEPDIR): New, set by configure.
4198         (.c.o, .m.o, ecrt0.o): Use $MKDEPDIR.
4199         (clean): Use $DEPDIR.
4200         (deps_frag): Include from configure.
4201         Move static/dynamic dependency stuff to deps.mk/autodeps.mk.
4202         * deps.mk, autodeps.mk: New files, extracted from Makefile.in.
4204         * bidi.c (bidi_cache_shrink, bidi_cache_iterator_state): Fix
4205         reallocation of the cache.  (Bug#6210)
4207 2010-05-19  Glenn Morris  <rgm@gnu.org>
4209         * s/msdos.h (ORDINARY_LINK): Move to sed2v2.inp.
4211         * Makefile.in (LD, YMF_PASS_LDFLAGS): Set with configure, not cpp.
4212         (GNULIB_VAR): Remove.
4213         (LIBES): Use LIB_GCC instead of GNULIB_VAR.
4215         * m/ibms390x.h (LINKER):
4216         * m/macppc.h (LINKER) [GNU_LINUX]:
4217         * s/aix4-2.h (ORDINARY_LINK):
4218         * s/cygwin.h (LINKER):
4219         * s/darwin.h (ORDINARY_LINK):
4220         * s/gnu.h (ORDINARY_LINK):
4221         * s/netbsd.h (LINKER):
4222         * s/usg5-4.h (ORDINARY_LINK):
4223         Move to configure.
4225         * s/aix4-2.h (LINKER): Remove; this file sets ORDINARY_LINK.
4227 2010-05-18  Chong Yidong  <cyd@stupidchicken.com>
4229         * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
4230         prevent stack overflow if number of arguments is too large
4231         (Bug#6214).
4233 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
4235         * charset.c (load_charset_map_from_file): Don't call close after fclose.
4237 2010-05-18  Glenn Morris  <rgm@gnu.org>
4239         * s/gnu-linux.h: Combine two conditionals.
4241         * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
4242         $(POST_ALLOC_OBJ).
4244         * Makefile.in (RALLOC_OBJ): New, set by configure.
4245         (rallocobj): Replace with the previous variable.
4246         (otherobj): Use $RALLOC_OBJ.
4248         * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]:
4249         * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure.
4251         * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
4252         (gmallocobj, vmlimitobj): Replace with previous two variables.
4253         (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
4255 2010-05-17  Glenn Morris  <rgm@gnu.org>
4257         * Makefile.in (OLDXMENU_DEPS): New, set by configure.
4258         (stamp-oldxmenu): Use $OLDXMENU_DEPS.
4260 2010-05-16  Glenn Morris  <rgm@gnu.org>
4262         * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
4264         * Makefile.in (clean): Get rid of HAVE_NS conditional.
4266         * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
4267         trailing "/".
4269         * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
4270         (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
4272         * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
4273         (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
4274         (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
4275         (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
4276         Make most of the NS_IMPL_GNUSTEP case the same as the default case.
4278         * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
4279         Remove ${STARTFLAGS}, nothing ever sets it.
4281 2010-05-16  Dan Nicolaescu  <dann@ics.uci.edu>
4283         * m/ia64.h (UNEXEC): Remove, set in s/*.h.
4285 2010-05-16  Glenn Morris  <rgm@gnu.org>
4287         * Makefile.in (LIBX_BASE): Always define.
4289         * Makefile.in (LIBX_OTHER): Move out of cpp section.
4291         * Makefile.in (LIBXT): Always define.
4293 2010-05-15  Glenn Morris  <rgm@gnu.org>
4295         * Makefile.in (OLDXMENU, LIBXMENU, LIBX_OTHER): Always define.
4297         * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
4298         (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
4300 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
4302         * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue.  (Bug#5916)
4303         (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
4305         * emacs.c (main): Initialize initial-environment and
4306         process-environment before generating from env, not after.
4308         Handle --version reasonably in CANNOT_DUMP configuration.
4309         * emacs.c (emacs_version, emacs_copyright): New string variables.
4310         (Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
4311         (syms_of_emacs): Defvar them, and initialize them from the C
4312         string variables.
4313         (main): If initialization hasn't been done, print initial version
4314         info from the C strings, instead of starting an interactive session.
4316 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
4318         * bidi.c (bidi_paragraph_init): Don't leave alone garbage values
4319         of bidi_it->paragraph_dir.  Call bidi_initialize if needed.
4320         (bidi_paragraph_init): Remove redundant assertion that we are at
4321         the beginning of a line after call to bidi_find_paragraph_start.
4323         * xdisp.c (Fcurrent_bidi_paragraph_direction): New function.
4324         (syms_of_xdisp): Defsubr it.
4326         * cmds.c (Fforward_char, Fbackward_char): Doc fix.
4328         * Makefile.in: Fix MSDOS-related comments.
4330 2010-05-15  Glenn Morris  <rgm@gnu.org>
4332         * Makefile.in (OLDXMENU_TARGET): New, set by configure.
4333         (really-lwlib, really-oldXMenu): Always define.
4334         ($OLDXMENU): Depend on $OLDXMENU_TARGET.
4336         * Makefile.in: Simplify cpp conditional.
4338         * Makefile.in (${ns_appdir}): Simplify using umask.
4340         * Makefile.in (${ns_appdir}): Remove references to CVS-related files.
4342 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4344         * eval.c (specbind): Remove left-over duplicate test.
4345         Disallow let-binding frame-local vars.  Add comment.
4347 2010-05-14  Eli Zaretskii  <eliz@gnu.org>
4349         Make the cache of bidi iterator states dynamically allocated.
4350         * bidi.c (bidi_cache_shrink): New function.
4351         (bidi_init_it): Call it.
4352         (bidi_cache_iterator_state): Enlarge the cache if needed.
4354         * bidi.c (bidi_move_to_visually_next): Rename from
4355         bidi_get_next_char_visually.  All callers changed.
4357 2010-05-14  Kenichi Handa  <handa@m17n.org>
4359         * dispextern.h (struct composition_it): New member reversed_p.
4361         * composite.c (composition_compute_stop_pos): Search backward if
4362         ENDPOS < CHARPOS.
4363         (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
4364         Set CMP_IT->reversed_p.
4365         (composition_update_it): Pay attention to CMP_IT->reversed_p.
4367         * xdisp.c (set_iterator_to_next):
4368         Call composition_compute_stop_pos with negative ENDPOS if we are
4369         scanning backward.  Call composition_compute_stop_pos if scan
4370         direction is changed.
4371         (next_element_from_buffer): Call composition_compute_stop_pos with
4372         negative ENDPOS if we are scanning backward.
4373         (next_element_from_composition): Pay attention to
4374         IT->cmp_it.reversed_p.
4376 2010-05-14  Kenichi Handa  <handa@m17n.org>
4378         * font.c (font_range): Return the range for the font found at first.
4380 2010-05-14  Glenn Morris  <rgm@gnu.org>
4382         * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
4384         * Makefile.in (mktime, X11, register): Move undefs to configure.
4386         * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4387         (MSDOS_X_OBJ): New variable.
4388         (MSDOS_SUPPORT_REAL): New constant.
4389         (MSDOS_SUPPORT): Set as a variable, not with cpp.
4390         (obj): Use MSDOS_X_OBJ.
4391         (lisp): Use MSDOS_SUPPORT as a variable.
4393         * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4394         (GPM_MOUSE_SUPPORT): Now it's a constant.
4395         (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
4396         not cpp.
4398         * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
4399         (ns_appresdir): Remove, unused.
4401         * Makefile.in (SHELL): Move outside cpp section.
4403         * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
4405 2010-05-13  Glenn Morris  <rgm@gnu.org>
4407         * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
4408         (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
4410         * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
4411         HAVE_WINDOW_SYSTEM must be too.
4413         * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
4414         (lisp): Remove WINNT_SUPPORT.
4416         * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
4417         Let configure set these variables (to empty) in this case as well.
4419         * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
4420         (LIBX_BASE): Use $LD_SWITCH_X_SITE.
4422         * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
4423         (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
4424         (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
4425         (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
4426         (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
4427         the values output by configure.
4428         (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
4430 2010-05-12  Glenn Morris  <rgm@gnu.org>
4432         * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.
4433         (LINKER_WAS_SPECIFIED): Remove.
4435         * Makefile.in (LIB_GCC): Set using configure, not cpp.
4436         (GNULIB_VAR) [!ORDINARY_LINK]: Always set to $LIB_GCC.
4437         * m/arm.h (LIB_GCC) [GNU_LINUX]:
4438         * s/cygwin.h (LIB_GCC):
4439         * s/freebsd.h (LIB_GCC):
4440         * s/gnu-linux.h (LIB_GCC):
4441         * s/msdos.h (LIB_GCC):
4442         * s/netbsd.h (LIB_GCC):
4443         Move to configure.
4445 2010-05-11  Karel Klic  <kklic@redhat.com>
4447         * ftfont.c: Fix incorrect parentheses of #if condition for
4448         definining M17N_FLT_USE_NEW_FEATURE.
4450 2010-05-11  Glenn Morris  <rgm@gnu.org>
4452         * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
4453         * s/msdos.h (MSDOS_LIBS_SYSTEM): Remove.
4455 2010-05-10  Eli Zaretskii  <eliz@gnu.org>
4457         * xdisp.c (init_iterator): Don't turn on bidi reordering in
4458         unibyte buffers.  See
4459         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
4461 2010-05-10  Glenn Morris  <rgm@gnu.org>
4463         * Makefile.in (LIBS_SYSTEM): Set using configure, not cpp.
4464         (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
4465         (LIBES): Use LIBS_SYSTEM as a variable.
4466         * s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM.  Always define.
4467         * s/aix4-2.h (LIBS_SYSTEM):
4468         * s/freebsd.h (LIBS_SYSTEM):
4469         * s/hpux10-20.h (LIBS_SYSTEM):
4470         * s/sol2-6.h (LIBS_SYSTEM):
4471         * s/unixware.h (LIBS_SYSTEM):
4472         Move to configure.
4474         * s/aix4-2.h (MAIL_USE_LOCKF):
4475         * s/bsd-common.h (MAIL_USE_FLOCK):
4476         * s/darwin.h (MAIL_USE_FLOCK):
4477         * s/gnu-linux.h (MAIL_USE_FLOCK):
4478         * s/irix6-5.h (MAIL_USE_FLOCK):
4479         * s/template.h (MAIL_USE_FLOCK):
4480         Move to configure.
4482 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4484         * Version 23.2 released.
4486 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
4488         * composite.c (autocmp_chars): Save point as marker before calling
4489         auto-composition-function (Bug#5984).
4491         * lisp.h (restore_point_unwind): Add prototype.
4493         * fileio.c (restore_point_unwind): Remove static attribute.
4495 2010-05-08  Kenichi Handa  <handa@m17n.org>
4497         * ftfont.c (M17N_FLT_USE_NEW_FEATURE): Define it if we can use the
4498         new feature of libotf and m17n-flt.
4499         (ftfont_check_otf) [M17N_FLT_USE_NEW_FEATURE]:
4500         Call OTF_check_features even if no specific feature is given.
4501         (PACK_OTF_TAG) [M17N_FLT_USE_NEW_FEATURE]: New macro.
4502         (ftfont_drive_otf) [M17N_FLT_USE_NEW_FEATURE]: Handle the case
4503         that OUT is NULL.  Use OTF_drive_gsub_with_log and
4504         OTF_drive_gpos_with_log instead of OTF_drive_gsub and
4505         OTF_drive_gpos.
4506         (ftfont_try_otf) [M17N_FLT_USE_NEW_FEATURE]: New function.
4507         (ftfont_shape_by_flt) [M17N_FLT_USE_NEW_FEATURE]:
4508         Setup mflt_enable_new_feature and mflt_try_otf.
4510 2010-05-08  Jan Djärv  <jan.h.d@swipnet.se>
4512         * xsettings.c (Ftool_bar_get_system_style): Correct comment.
4514         * gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
4515         box and toolbar (Bug #6139).
4516         (xg_create_tool_bar): Remove comment (Bug #6139).
4517         (xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
4518         (xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
4520 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
4522         * makefile.w32-in ($(BLD)/eval.$(O), $(BLD)/w32fns.$(O)):
4523         Update dependencies.
4525 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
4527         * fringe.c (update_window_fringes): Set up truncation bitmaps for
4528         R2L lines.
4530 2010-05-08  Glenn Morris  <rgm@gnu.org>
4532         * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
4534         * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
4535         (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
4536         (termcapobj): Replace with TERMCAP_OBJ.
4537         (otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
4538         (LIBES): Use LIBS_TERMCAP as a variable.
4540         * s/freebsd.h (osreldate.h): No longer include, since this file
4541         does not use __FreeBSD_version any more.
4543         * s/aix4-2.h (TERMINFO):
4544         * s/cygwin.h (TERMINFO):
4545         * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4546         * s/freebsd.h (TERMINFO, LIBS_TERMCAP):
4547         * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4548         * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
4549         * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
4550         * s/irix6-5.h (TERMINFO):
4551         * s/netbsd.h (LIBS_TERMCAP):
4552         * s/openbsd.h (TERMINFO, LIBS_TERMCAP):
4553         * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
4554         * s/usg5-4.h (TERMINFO):
4555         Move to configure.
4557 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4559         * eval.c (unbind_to): Don't unbind a local binding into the global
4560         binding when the local binding disappeared.  Inversely, don't unbind
4561         a global binding into a newly created local binding.
4562         * data.c (set_internal): Make its `buf' arg into a `where' arg so we
4563         can specify the frame to use, when applicable.  Adjust callers.
4565 2010-05-07  Vincent Belaïche  <vincent.belaiche@gmail.com>
4566             Stefan Monnier  <monnier@iro.umontreal.ca>
4568         * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
4570 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4572         * w32fns.c: Include w32.h.
4573         (Fw32_shell_execute): Decode the error message before passing it
4574         to `error'.  (Bug#6126)
4576         * msdos.c (dos_set_window_size):
4577         * w16select.c (Fx_selection_exists_p): Use `Fsymbol_value (foo)'
4578         instead of `XSYMBOL (foo)->value'.
4580 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
4582         Fix the MS-DOS build, broken by autoconfiscation.
4584         * Makefile.in: Don't use Make-style comments past the "start of
4585         cpp stuff" line.
4586         (MSDOS_OBJ): Remove xmenu.o (it is now defined by XMENU_OBJ).
4588         * s/msdos.h (UNEXEC): Don't define (@unexec@ in Makefile.in is
4589         edited directly by msdos/sed1v2.inp).
4591 2010-05-07  Glenn Morris  <rgm@gnu.org>
4593         * Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4594         (LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
4595         (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
4596         move out of cpp section.
4597         * s/freebsd.h (LD_SWITCH_SYSTEM):
4598         * s/gnu-linux.h (LD_SWITCH_SYSTEM):
4599         * s/netbsd.h (LD_SWITCH_SYSTEM):
4600         * s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
4602 2010-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
4604         Define LIB_STANDARD and START_FILES using autoconf.
4605         * s/usg5-4.h (LIB_STANDARD):
4606         * s/netbsd.h (START_FILES):
4607         * s/irix6-5.h (LIB_STANDARD):
4608         * s/hpux10-20.h (LIB_STANDARD, START_FILES):
4609         * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4610         * s/freebsd.h (START_FILES):
4611         * s/darwin.h (START_FILES):
4612         * s/cygwin.h (START_FILES):
4613         * s/aix4-2.h (LIB_STANDARD):
4614         * m/ibmrs6000.h (START_FILES): Remove, move logic to configure.in.
4615         * Makefile.in (STARTFILES): Rename to START_FILES, define using
4616         autoconf, not cpp.
4618 2010-05-06  Dan Nicolaescu  <dann@ics.uci.edu>
4620         Remove NEED_BSDTTY and NEED_UNISTD_H.
4621         * s/hpux10-20.h (NEED_BSDTTY): Remove.
4622         * s/aix4-2.h (NEED_UNISTD_H): Remove.
4623         * systty.h: Simplify conditionals for including <sys/bsdtty.h>,
4624         <sys/ptyio.h> and <unistd.h>.
4626         * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
4628         * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
4629         * s/gnu.h (START_FILES): Remove empty definition.
4631 2010-05-06  Jan Djärv  <jan.h.d@swipnet.se>
4633         * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.
4635 2010-05-06  Glenn Morris  <rgm@gnu.org>
4637         * Makefile.in (CPP, LN_S): Remove unused variables.
4639 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4641         * syntax.c (Fchar_syntax): Check the arg is a character (bug#6080).
4643 2010-05-05  Lawrence Mitchell  <wence@gmx.li>
4645         * m/sparc.h: Fix typo in earlier change.
4647 2010-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4649         Misc tweaks.
4650         * eval.c (Fdefvaralias): Remove unintended nested if.
4651         (internal_condition_case_2, internal_condition_case_n): Use ANSI type.
4653 2010-05-04  Bernhard Herzog  <bh@intevation.de>  (tiny change)
4655         * xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).
4657 2010-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
4659         Remove BSD_PGRPS.
4660         * s/bsd-common.h (BSD_PGRPS): Remove undef.
4661         * s/gnu-linux.h (BSD_PGRPS): Remove.
4662         * term.c (dissociate_if_controlling_tty):
4663         * sysdep.c (narrow_foreground_group, widen_foreground_group)
4664         (init_sys_modes, reset_sys_modes):
4665         * emacs.c (main):
4666         * callproc.c (Fcall_process, child_setup): Remove code depending
4667         on BSD_PGRPS.
4669         Remove POSIX_SIGNALS.
4670         * s/usg5-4.h (POSIX_SIGNALS):
4671         * s/netbsd.h (POSIX_SIGNALS):
4672         * s/msdos.h (POSIX_SIGNALS):
4673         * s/ms-w32.h (POSIX_SIGNALS):
4674         * s/hpux11.h (POSIX_SIGNALS):
4675         * s/gnu.h (POSIX_SIGNALS):
4676         * s/gnu-linux.h (POSIX_SIGNALS):
4677         * s/freebsd.h (POSIX_SIGNALS):
4678         * s/darwin.h (POSIX_SIGNALS):
4679         * s/cygwin.h (POSIX_SIGNALS):
4680         * s/aix4-2.h (POSIX_SIGNALS): Remove definition.
4681         * s/unixware.h:
4682         * s/sol2-6.h: Remove comments on POSIX_SIGNALS.
4683         * process.c (create_process):
4684         * syssignal.h:
4685         * sysdep.c (wait_for_termination, init_signals):
4686         * process.c (create_process):
4687         * msdos.c: POSIX_SIGNALS is always defined on all platforms,
4688         remove all code that assumes the contrary.
4690 2010-05-04  Glenn Morris  <rgm@gnu.org>
4692         * s/gnu-linux.h (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX as a shell
4693         variable.
4694         * s/netbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4695         (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH.
4696         * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Remove.
4697         (LD_SWITCH_SYSTEM): Use $LD_SWITCH_X_SITE_AUX_RPATH instead of
4698         LD_SWITCH_SYSTEM_tmp.
4699         * Makefile.in (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH):
4700         New variables, set by configure.
4702         * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4703         * s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove.
4704         (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in.
4705         * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure.
4706         (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
4708         * s/aix4-2.h (C_SWITCH_SYSTEM):
4709         * m/alpha.h (C_SWITCH_MACHINE):
4710         Move to configure.in.
4711         * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
4712         New variables, set by configure.
4713         (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
4714         $c_switch_machine and $c_switch_system.
4716 2010-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
4718         * s/hpux10-20.h (LIB_STANDARD): New definition.
4719         * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
4720         on it, not used anymore.
4722 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
4724         * eval.c (internal_condition_case_n): Rename from
4725         internal_condition_case_2.
4726         (internal_condition_case_2): New function.
4728         * xdisp.c (safe_call): Use internal_condition_case_n.
4730         * fileio.c (Fdelete_file, internal_delete_file): New arg FORCE.
4731         (internal_delete_file, Frename_file): Callers changed.
4733         * buffer.c (Fkill_buffer):
4734         * callproc.c (delete_temp_file): Callers changed (Bug#6070).
4736         * lisp.h: Update prototypes.
4738 2010-05-03  Glenn Morris  <rgm@gnu.org>
4740         * Makefile.in (LIBX_EXTRA, LIBX_BASE): New variables.
4741         (LIBXT_OTHER, LIBX_OTHER): New, set by configure.
4742         (LIBXT): Set with configure, not cpp.
4743         (LIBX): Remove.
4744         (LIBES): Replace $LIBX with $LIBX_BASE and $LIBX_OTHER.
4746 2010-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
4748         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.
4749         The FreeBSD is not needed, the default works, Solaris version is
4750         not needed, and the remaining case is not supported by configure.
4752 2010-05-02  Jan Djärv  <jan.h.d@swipnet.se>
4754         * xsmfns.c (CHDIR_OPT): New define.
4755         (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
4756         restarting emacs.
4758         * xterm.c (x_connection_closed): Call Fkill_emacs instead of
4759         shut_down_emacs.
4761         * emacs.c (USAGE1): Mention --chdir.
4762         (main): Handle --chdir.
4763         (standard_args): Add --chdir.
4764         (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
4765         #5552).
4767 2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
4769         Remove LD_SWITCH_MACHINE.
4770         * Makefile.in (LD_SWITCH_MACHINE): Remove definition, unused.
4771         (TEMACS_LDFLAGS): Do not use LD_SWITCH_MACHINE.
4773         Clean up IRIX code.
4774         * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ...
4775         * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
4777         Clean up AIX code.
4778         * m/ibmrs6000.inp: Remove file, unused.
4779         * m/ibmrs6000.h (IBMR2AIX): Remove, unused.
4780         (LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
4781         definition ...
4782         * s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
4784         * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code,
4785         unused.
4787 2010-05-01  Eli Zaretskii  <eliz@gnu.org>
4789         Emulate POSIX_SIGNALS on MS-Windows.
4791         * s/ms-w32.h (POSIX_SIGNALS, struct sigaction, SIG_BLOCK)
4792         (SIG_SETMASK, SIG_UNBLOCK): Define.
4794         * sysdep.c (sys_signal) [WINDOWSNT]: #ifdef away.
4795         (wait_for_termination) [WINDOWSNT]: Move MS-Windows specific code
4796         from non-POSIX_SIGNALS section to POSIX_SIGNALS section.
4798         * w32.c (sigemptyset, sigaddset, sigfillset, sigprocmask):
4799         New stubs.
4801         Miscellaneous fixes of bidi display.
4803         * xdisp.c (find_row_end): New function, refactored from display_line.
4804         (display_line): Use it.
4805         (extend_face_to_end_of_line): In almost-filled rows, extend only
4806         if the row is R2L and not continued.
4807         (display_line): Fix prepending of truncation glyphs to R2L rows.
4808         Preserve overlay and string info in row->end.
4809         (insert_left_trunc_glyphs): Support addition of left truncation
4810         glyphs to R2L rows.
4811         (set_cursor_from_row): Don't place cursor on the vertical border
4812         glyph between adjacent windows.  Fix a crash when a display string
4813         is continued to the next line.  Don't return zero if cursor was
4814         found by `cursor' property of a display string.
4815         (try_cursor_movement): Don't assume that row->end == (row+1)->start,
4816         test for that explicitly.
4818 2010-05-01  Glenn Morris  <rgm@gnu.org>
4820         * Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
4821         for clarity.
4822         (OTHER_OBJ): Remove.
4823         (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
4824         (otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
4826 2010-05-01  Karel Klíč  <kklic@redhat.com>
4828         * fileio.c (Ffile_selinux_context): Context functions may return null.
4830 2010-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
4832         * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
4834 2010-04-30  Glenn Morris  <rgm@gnu.org>
4836         * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable.  (Bug#6065)
4837         (OTHER_OBJ): Define as a separate variable, for clarity.
4839 2010-04-30  Jan Djärv  <jan.h.d@swipnet.se>
4841         * xsettings.c: include limits.h and update file comment.
4843 2010-04-30  Glenn Morris  <rgm@gnu.org>
4845         * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
4846         Set with configure, not cpp.
4847         (LIBW): Remove, replace with $TOOLKIT_LIBW.
4849         * Makefile.in (mallocobj): Remove.
4850         (otherobj): Simplify using @OTHER_OBJ@.
4852         * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o)
4853         (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o):
4854         Don't bother making nsgui.h dependency platform-specific.
4856         * Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency.
4858 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4860         * process.c (read_process_output, exec_sentinel): Don't burp if the
4861         sentinel/filter kills the current buffer (bug#6060).
4863         Fix wrong-docstring problem introduced with hash-consing.  (Bug#6008)
4864         * eval.c (Fautoload): Set doc to a unique number rather than to 0.
4865         Remove unused var `args'.
4866         * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
4867         (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
4868         * doc.c (store_function_docstring): Use XSETCAR.
4870 2010-04-28  Glenn Morris  <rgm@gnu.org>
4872         * Makefile.in (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT): New variables.
4873         (WINDOW_SUPPORT) [HAVE_WINDOW_SYSTEM]: Use them.
4875         * Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
4877         * Makefile.in (GPM_MOUSE_SUPPORT): New, set by configure.
4878         (MOUSE_SUPPORT) [!HAVE_MOUSE]: Use $GPM_MOUSE_SUPPORT.
4880         * Makefile.in (FONT_OBJ): New, set by configure.
4881         (FONT_DRIVERS): Use $FONT_OBJ.
4883         * Makefile.in (LIBXMU): Set with configure, not cpp.
4884         * s/aix4-2.h (LIBXMU):
4885         * s/hpux10-20.h (LIBXMU):
4886         Remove definition, now set in configure.
4888         * Makefile.in (NS_OBJ, NS_SUPPORT): Set with configure, not cpp.
4890         * m/amdx86-64.h [i386]: Move this test to configure.in.
4892 2010-04-27  Glenn Morris  <rgm@gnu.org>
4894         * Makefile.in (LIBXTR6): Set with configure, not cpp.
4895         * s/unixware.h (NEED_LIBW): Remove definition.
4897         * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
4898         (TOOLKIT_LIBW): New, set by configure.
4899         (@X_TOOLKIT_TYPE@): No longer define it.
4901         * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4902         (MOTIF_LIBW): Set with configure, not cpp.
4903         * s/aix4-2.h (LIB_MOTIF):
4904         * s/gnu-linux.h (LIB_MOTIF):
4905         * s/unixware.h (LIB_MOTIF): Move to configure.in.
4907 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
4909         Reduce CPP usage.
4910         * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
4911         (obj): Use autoconf for unexec instead of cpp.
4912         (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
4913         definitions and undefs.  Inline definitions in the only user.
4914         (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
4916 2010-04-27  Glenn Morris  <rgm@gnu.org>
4918         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around,
4919         since the defaults (set by the system file) are fine in most cases.
4920         [GNU_LINUX, __OpenBSD__, __NetBSD__, __APPLE__]: Remove sections.
4921         * m/ibms390x.h (START_FILES, LIB_STANDARD):
4922         * m/macppc.h (START_FILES, LIB_STANDARD) [GNU_LINUX]:
4923         * m/sparc.h (START_FILES, LIB_STANDARD) [__linux__]:
4924         Remove definitions, since they are set correctly in s/gnu-linux.h.
4925         * s/freebsd.h (START_FILES, LIB_STANDARD):
4926         * s/gnu-linux.h (START_FILES, LIB_STANDARD):
4927         * s/hpux10-20.h (START_FILES):
4928         * s/netbsd.h (START_FILES, LIB_STANDARD, START_FILES_1, END_FILES_1):
4929         Use $CRT_DIR in place of fixed /usr/lib, /lib directories.
4931         * Makefile.in (LIBXP, LUCID_LIBW, WIDGET_OBJ): Set via configure.
4932         (MOTIF_LIBW): Use $LIBXP.
4933         (otherobj): Use $WIDGET_OBJ.
4935 2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
4937         * Makefile.in (LIBS_MACHINE): Remove, unused.
4939         Use autoconf instead of cpp for LIB_MATH.
4940         * s/darwin.h (LIB_MATH): Do not define here, move to configure.
4941         * s/cygwin.h (LIB_MATH): Likewise.
4942         * Makefile.in (LIB_MATH): Do not define with cpp.
4943         (LIBES): Use autoconf for LIB_MATH.
4945 2010-04-26  Kenichi Handa  <handa@m17n.org>
4947         * composite.c (Ffind_composition_internal): Fix the return value
4948         for an automatic composition.
4950 2010-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
4952         Remove all NO_ARG_ARRAY uses.
4953         * fns.c (concat2, concat3, nconc2):
4954         * eval.c (apply1, call1, call2, call3, call4, call5, call6)
4955         (call7): Remove NO_ARG_ARRAY usage, assume it's always true.
4956         * m/xtensa.h (NO_ARG_ARRAY):
4957         * m/template.h (NO_ARG_ARRAY):
4958         * m/sparc.h (NO_ARG_ARRAY):
4959         * m/sh3.h (NO_ARG_ARRAY):
4960         * m/mips.h (NO_ARG_ARRAY):
4961         * m/macppc.h (NO_ARG_ARRAY):
4962         * m/iris4d.h (NO_ARG_ARRAY):
4963         * m/intel386.h (NO_ARG_ARRAY):
4964         * m/ibms390x.h (NO_ARG_ARRAY):
4965         * m/ibms390.h (NO_ARG_ARRAY):
4966         * m/ibmrs6000.h (NO_ARG_ARRAY):
4967         * m/ia64.h (NO_ARG_ARRAY):
4968         * m/hp800.h (NO_ARG_ARRAY):
4969         * m/arm.h (NO_ARG_ARRAY):
4970         * m/amdx86-64.h (NO_ARG_ARRAY):
4971         * m/alpha.h (NO_ARG_ARRAY): Remove definition.
4973 2010-04-25  Eli Zaretskii  <eliz@gnu.org>
4975         * xdisp.c (display_line): Don't assume 2nd call to
4976         get_next_display_element cannot return zero.  (Bug#6030)
4977         (iterate_out_of_display_property): New function, body from pop_it.
4978         (pop_it): Use it.
4980 2010-04-24  Glenn Morris  <rgm@gnu.org>
4982         * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]:
4983         For clarity, revert to using fixed /usr/lib rather than $CRT_DIR.
4984         (START_FILES, LIB_STANDARD) [__FreeBSD__]: Merge into the generic case,
4985         since CRT_DIR defaults to /usr/lib.  Suggested by Dan Nicolaescu.
4987 2010-04-24  Eli Zaretskii  <eliz@gnu.org>
4989         * xdisp.c (display_line): Use `reseat' instead of `reseat_1', and
4990         use `get_next_display_element' and `set_iterator_to_next' to
4991         advance to the next character, when looking for the character that
4992         begins the next row.
4994         * .gdbinit: Add a "set Fmake_symbol" line to force GDB to load the
4995         definition of "struct Lisp_Symbol".
4997 2010-04-24  Glenn Morris  <rgm@gnu.org>
4999         * Makefile.in (CRT_DIR): New variable, set by configure.
5000         * m/amdx86-64.h, m/ibms390x.h (START_FILES, LIB_STANDARD):
5001         Use $CRT_DIR rather than HAVE_LIB64_DIR.  (Bug#5655)
5003 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
5005         * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
5007         * s/cygwin.h (LIBS_DEBUG): Remove, unused.
5009         Remove redundant flags.
5010         * s/freebsd.h (C_SWITCH_SYSTEM):
5011         * s/hpux10-20.h (C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
5012         * s/netbsd.h (C_SWITCH_SYSTEM):
5013         * s/openbsd.h (LD_SWITCH_X_DEFAULT): Remove, configure takes care
5014         of these.
5016         Simplify m/intel386.h.
5017         * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
5018         user: ecrt0.c.
5019         (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
5020         (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
5021         the only user: s/unixware.h.
5022         * ecrt0.c: Remove #ifndef static.  Inline CRT0_DUMMIES definition
5023         from m/intel386.h.
5024         * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
5025         moved here from m/intel386.h.
5027         * m/mips.h: Remove #if 0 code.
5029 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
5031         Fix display of composed characters from L2R scripts in bidi buffers.
5032         * xdisp.c (set_iterator_to_next, next_element_from_composition):
5033         After advancing IT past the composition, resync the bidi iterator
5034         with IT's position.  (Bug#5977)
5036 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
5038         * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
5039         (TEMACS_LDFLAGS): Don't use LD_SWITCH_SYSTEM_TEMACS.
5041 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5043         * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
5045 2010-04-23  Eli Zaretskii  <eliz@gnu.org>
5047         Support `display' text properties and overlay strings in bidi buffers.
5048         * xdisp.c (pop_it): When the stack is popped after displaying
5049         from a string, bidi-iterate to exit from the text portion covered
5050         by the `display' property or overlay.  (Bug#5988, bug#5920)
5052 2010-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
5054         * m/macppc.h (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
5055         (LD_SWITCH_MACHINE_TEMACS): Remove, configure sets nocombreloc.
5057         * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
5058         * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove.
5060         Simplify STARTFILES definition.
5061         * s/hpux10-20.h (START_FILES): Explicitly define here instead of
5062         relying on Makefile.in to define it.
5063         * s/cygwin.h (START_FILES): Likewise.
5064         * Makefile.in (STARTFILES): Remove conditional code, not needed anymore.
5066         Clean up Solaris code.
5067         * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS, C_SWITCH_X_SYSTEM)
5068         (LIB_MOTIF): Remove, configure takes care of this.
5069         (NOT_USING_MOTIF): Remove, unused.
5070         * xrdb.c: Remove #if 0-ed #include.
5071         (SYSV): Remove conditional for old SysV.
5072         * sysdep.c (closedir): Remove conditional code for Solaris,
5073         Solaris has closedir.
5075 2010-04-22  Jan Djärv  <jan.h.d@swipnet.se>
5077         * xsettings.c (read_and_apply_settings): Check if current_font is
5078         NULL before strcmp (Bug#6001).
5080 2010-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
5082         Clean up HP-UX files.
5083         * m/hp800.h (NO_REMAP, VIRT_ADDR_VARIES, DATA_SEG_BITS)
5084         (DATA_START, TEXT_START, LOAD_AVE_TYPE, LOAD_AVE_CVT)
5085         (LDAV_SYMBOL, index, rindex): Move definitions only used in HP-UX ...
5086         * s/hpux10-20.h: ... to the only user, here.
5088 2010-04-21  Eli Zaretskii  <eliz@gnu.org>
5090         * bidi.c (bidi_find_paragraph_start, bidi_at_paragraph_end): Don't
5091         use buffer-local values of paragraph-start and paragraph-separate.
5092         <paragraph_start_re, paragraph_separate_re>: Rename from
5093         fallback_paragraph_start_re and fallback_paragraph_separate_re.
5094         (Bug#5992)
5096 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5098         * xsettings.c: Qmonospace_font_name, Qtool_bar_style and
5099         current_tool_bar_style are new.
5100         (store_config_changed_event): Rename from store_font_changed_event.
5101         (XSETTINGS_TOOL_BAR_STYLE): New define.
5102         (SEEN_FONT, SEEN_TB_STYLE): New enum values.
5103         (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef
5104         HAVE_XFT.
5105         (something_changedCB): store_font_changed_event is now
5106         store_config_changed_event.
5107         (parse_settings): Rename from parse_xft_settings.  Read
5108         non-xft xsettings outside #ifdef HAVE_XFT.
5109         (read_settings): Renamed from read_xft_settings.
5110         (apply_xft_settings): Take current settings as parameter.  Do not
5111         call read_(xft)_settings.
5112         (read_and_apply_settings): New function.
5113         (xft_settings_event): Do non-xft stuff out of HAVE_XFT.  Call
5114         read_and_apply_settings if there are settings to be read.
5115         (init_xsettings): Renamed from init_xfd_settings.
5116         Call read_and_apply_settings unconditionally.
5117         (xsettings_initialize): Call init_xsettings.
5118         (Ftool_bar_get_system_style): New function.
5119         (syms_of_xsettings): Define Qmonospace_font_name and
5120         Qtool_bar_style.  Initialize current_tool_bar_style to nil.
5121         defsubr Stool_bar_get_system_style.  Fprovide on
5122         dynamic-setting.
5123         Move misplaced HAVE_GCONF
5125         * xsettings.h (Ftool_bar_get_system_style): Declare.
5127         * xdisp.c: Vtool_bar_style, tool_bar_max_label_size,
5128         Qtext, Qboth, Qboth_horiz are new.
5129         (syms_of_xdisp): Intern Qtext, Qboth, Qboth_horiz, DEFVAR
5130         Vtool_bar_style, tool_bar_max_label_size.
5132         * lisp.h: Extern declare Qtext, Qboth, Qboth_horiz.
5134         * keyboard.c: QClabel is new.
5135         (parse_tool_bar_item): Take out QClabel from tool bar items.
5136         Try to construct a label if ther is no QClabel.
5137         (syms_of_keyboard): Intern :label as QClabel.
5139         * dispextern.h (tool_bar_item_idx): TOOL_BAR_ITEM_LABEL is new.
5140         (Vtool_bar_style, tool_bar_max_label_size, DEFAULT_TOOL_BAR_LABEL_SIZE):
5141         New.
5143         * Makefile.in (SOME_MACHINE_LISP): font-setting.el renamed to
5144         dynamic-setting.el.
5146         * gtkutil.c (xg_tool_bar_menu_proxy): Handle label in tool bar item.
5147         (xg_make_tool_item, xg_show_toolbar_item): New function.
5148         (update_frame_tool_bar): Take label from TOOL_BAR_ITEM_LABEL.
5149         Call xg_make_tool_item to make a tool bar item.
5150         Call xg_show_toolbar_item.  Use wtoolbar instead of x->toolbar_widget.
5152         * xterm.c (x_draw_image_relief): Take Vtool_bar_button_margin
5153         into account for toolbars.
5155 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
5157         * data.c (make_blv): Declarations before code (Bug#5993).
5159 2010-04-21  Glenn Morris  <rgm@gnu.org>
5161         * Makefile.in (DBUS_OBJ, GTK_OBJ, XMENU_OBJ, XOBJ):
5162         Define using autoconf, not cpp.
5163         (LIBXSM): New variable, set by autoconf.
5164         (LIBXT): Use $LIBXSM.
5166 2010-04-21  Dan Nicolaescu  <local_user@dannlt>
5168         Remove NOMULTIPLEJOBS, unused.
5169         * s/template.h (NOMULTIPLEJOBS):
5170         * s/msdos.h (NOMULTIPLEJOBS): Remove, unused.
5172         Simplify LD_SWITCH_SYSTEM_TEMACS usage.
5173         * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS):
5174         * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure
5175         detects -znocombreloc and passes it to the linker
5176         * s/hpux10-20.h (LD_SWITCH_SYSTEM_TEMACS): Remove, empty.
5178 2010-04-21  Glenn Morris  <rgm@gnu.org>
5180         * Makefile.in (LIBSELINUX_LIBS): Move out of #ifdef.
5182 2010-04-21  Karel Klíč  <kklic@redhat.com>
5184         * Makefile.in (LIBSELINUX_LIBS): New.
5185         (LIBES): Add $LIBSELINUX_LIBS.
5186         * eval.c, lisp.h (call7): New function.
5187         * fileio.c [HAVE_LIBSELINUX]: Include selinux headers.
5188         (Ffile_selinux_context, Fset_file_selinux_context):
5189         New functions.
5190         (Fcopy_file): New parameter preserve-selinux-context.
5191         (Frename_file): Preserve selinux context when renaming by copy-file.
5193 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
5194             Eli Zaretskii  <eliz@gnu.org>
5196         Don't depend on cm.c or termcap.c on Windows, use stubs.
5197         * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
5198         ($(BLD)/cm.$(O), $(BLD)/termcap.$(O)): Remove.
5199         * w32console.c (current_tty, cost): New vars; lifted from cm.c.
5200         (evalcost, cmputc, cmcheckmagic, cmcostinit, cmgoto, Wcm_clear)
5201         (sys_tputs, sys_tgetstr): New stubs.
5202         * s/ms-w32.h (chcheckmagic, cmcostinit, cmgoto, cmputc, Wcm_clear)
5203         (tputs, tgetstr): New; define to sys_*.
5205 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
5207         * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
5209 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5211         * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
5212         Just signal a warning rather than an error when inside a let.
5213         (Fmake_variable_frame_local): Add the same test.
5215         * font.c (syms_of_font): Make the style table vars read-only.
5217         * buffer.h (struct buffer): Remove unused var `direction_reversed'.
5218         * buffer.c (init_buffer_once, syms_of_buffer): Remove its initialization.
5220         * bidi.c (bidi_initialize): Simplify fallback_paragraph_*_re init.
5222 2010-04-20  Eli Zaretskii  <eliz@gnu.org>
5224         Fix R2L paragraph display on TTY.
5226         * xdisp.c (unproduce_glyphs): New function.
5227         (display_line): Use it when produced glyphs are discarded from R2L
5228         glyph rows.
5229         (append_composite_glyph): In R2L rows, prepend the glyph rather
5230         than appending it.
5232         * term.c (append_composite_glyph): In R2L rows, prepend the glyph
5233         rather than append it.  Set up the resolved_level and bidi_type
5234         attributes of the appended glyph.
5235         (produce_special_glyphs): Mirror the backslash continuation
5236         character in R2L lines.
5238         Implement display of R2L paragraphs in GUI sessions.
5240         * xdisp.c [HAVE_WINDOW_SYSTEM]: Add prototype for
5241         append_stretch_glyph.
5242         (set_cursor_from_row) <cursor_x>: Remove unused variable.  Fix
5243         off-by-one error in computing x at end of text in the row.
5244         (append_stretch_glyph): In reversed row, prepend the glyph rather
5245         than append it.  Set resolved_level and bidi_type of the glyph.
5246         (extend_face_to_end_of_line): If the row is reversed, prepend a
5247         stretch glyph whose width is such that the rightmost glyph will be
5248         drawn at the right margin of the window.  Fix off-by-one error on
5249         TTY frames in testing whether a line needs face extension.  Fix
5250         face extension at ZV.  If this is the last glyph row, use
5251         DEFAULT_FACE_ID, to avoid painting the rest of the window with the
5252         region face.
5253         (set_cursor_from_row, display_line): Use
5254         MATRIX_ROW_CONTINUATION_LINE_P instead of testing value of
5255         row->continuation_lines_width.
5256         (next_element_from_buffer): Don't call bidi_paragraph_init if we
5257         are at ZV.  Fixes a crash when reseated to ZV by
5258         try_window_reusing_current_matrix.
5259         (display_and_set_cursor, erase_phys_cursor): Handle negative HPOS,
5260         which happens with R2L glyph rows.  Fixes a crash when inserting a
5261         character at end of an R2L line.
5262         (set_cursor_from_row): Don't be fooled by truncated rows: don't
5263         treat them as having zero-width characters.  Improve comments.
5264         Don't reverse pos_before and pos_after for reversed glyph rows.
5265         Set cursor.x to negative value when the cursor might be on the
5266         left fringe.
5267         (IT_OVERFLOW_NEWLINE_INTO_FRINGE): For R2L lines, consider the
5268         left fringe, not the right one.
5269         (notice_overwritten_cursor, draw_phys_cursor_glyph)
5270         (erase_phys_cursor): For reversed cursor_row, support cursor on
5271         the left fringe.
5273         * fringe.c (update_window_fringes): For R2L rows, swap the bitmaps
5274         of continuation indicators on the fringes.
5275         (draw_fringe_bitmap): For reversed glyph rows, allow cursor on the
5276         left fringe.
5278         * w32term.c (w32_draw_window_cursor): For reversed glyph rows,
5279         draw cursor on the left fringe.
5281         * xterm.c (x_draw_window_cursor): For reversed glyph rows, draw
5282         cursor on the left fringe.
5284         * dispnew.c (update_text_area): Handle reversed desired rows when
5285         the cursor is on the left fringe.
5286         (set_window_cursor_after_update): Limit cursor's hpos by -1 from
5287         below, not by 0, for when the cursor is on the left fringe.
5289 2010-04-20  Jan Djärv  <jan.h.d@swipnet.se>
5291         * gtkutil.c (xg_event_is_for_scrollbar): Check if grabbed
5292         widget is a scrollbar.
5294 2010-04-20  Kenichi Handa  <handa@m17n.org>
5296         * charset.c (char_charset): Consider Vcharset_non_preferred_head
5297         only when the arg CHARSET_LIST is nil.
5299 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5301         Make variable forwarding explicit rather the using special values.
5302         Basically, this makes the structure of buffer-local values and object
5303         forwarding explicit in the type of Lisp_Symbols rather than use
5304         special Lisp_Objects for that.  This tends to lead to slightly more
5305         verbose code, but is more C-like, simpler, and makes it easier to make
5306         sure we handled all cases, among other things by letting the compiler
5307         help us check it.
5308         * lisp.h (enum Lisp_Misc_Type, union Lisp_Misc):
5309         Removing forwarding objects.
5310         (enum Lisp_Fwd_Type, enum symbol_redirect, union Lisp_Fwd): New types.
5311         (struct Lisp_Symbol): Make the various forms of variable-forwarding
5312         explicit rather than hiding them inside Lisp_Object "values".
5313         (XFWDTYPE): New macro.
5314         (XINTFWD, XBOOLFWD, XOBJFWD, XKBOARD_OBJFWD): Redefine.
5315         (XBUFFER_LOCAL_VALUE): Remove.
5316         (SYMBOL_VAL, SYMBOL_ALIAS, SYMBOL_BLV, SYMBOL_FWD, SET_SYMBOL_VAL)
5317         (SET_SYMBOL_ALIAS, SET_SYMBOL_BLV, SET_SYMBOL_FWD): New macros.
5318         (SYMBOL_VALUE, SET_SYMBOL_VALUE): Remove.
5319         (struct Lisp_Intfwd, struct Lisp_Boolfwd, struct Lisp_Objfwd)
5320         (struct Lisp_Buffer_Objfwd, struct Lisp_Kboard_Objfwd):
5321         Remove the Lisp_Misc_* header.
5322         (struct Lisp_Buffer_Local_Value): Redefine.
5323         (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): New macros.
5324         (struct Lisp_Misc_Any): Add filler to get the right size.
5325         (struct Lisp_Free): Use struct Lisp_Misc_Any rather than struct
5326         Lisp_Intfwd.
5327         (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL, DEFVAR_INT)
5328         (DEFVAR_KBOARD): Allocate a forwarding object.
5329         * data.c (do_blv_forwarding, store_blv_forwarding): New macros.
5330         (let_shadows_global_binding_p): New function.
5331         (union Lisp_Val_Fwd): New type.
5332         (make_blv): New function.
5333         (swap_in_symval_forwarding, indirect_variable, do_symval_forwarding)
5334         (store_symval_forwarding, swap_in_global_binding, Fboundp)
5335         (swap_in_symval_forwarding, find_symbol_value, Fset)
5336         (let_shadows_buffer_binding_p, set_internal, default_value)
5337         (Fset_default, Fmake_variable_buffer_local, Fmake_local_variable)
5338         (Fkill_local_variable, Fmake_variable_frame_local)
5339         (Flocal_variable_p, Flocal_variable_if_set_p)
5340         (Fvariable_binding_locus):
5341         * xdisp.c (select_frame_for_redisplay):
5342         * lread.c (Fintern, Funintern, init_obarray, defvar_int)
5343         (defvar_bool, defvar_lisp_nopro, defvar_lisp, defvar_kboard):
5344         * frame.c (store_frame_param):
5345         * eval.c (Fdefvaralias, Fuser_variable_p, specbind, unbind_to):
5346         * bytecode.c (Fbyte_code) <varref, varset>: Adapt to the new symbol
5347         value structure.
5348         * buffer.c (PER_BUFFER_SYMBOL): Move from buffer.h.
5349         (clone_per_buffer_values): Only adjust markers into the current buffer.
5350         (reset_buffer_local_variables): PER_BUFFER_IDX is never -2.
5351         (Fbuffer_local_value, set_buffer_internal_1)
5352         (swap_out_buffer_local_variables):
5353         Adapt to the new symbol value structure.
5354         (DEFVAR_PER_BUFFER): Allocate a Lisp_Buffer_Objfwd object.
5355         (defvar_per_buffer): Take a new arg for the fwd object.
5356         (buffer_lisp_local_variables): Return a proper alist (different fix
5357         for bug#4138).
5358         * alloc.c (Fmake_symbol): Use SET_SYMBOL_VAL.
5359         (Fgarbage_collect): Don't handle buffer_defaults specially.
5360         (mark_object): Handle new symbol value structure rather than the old
5361         special Lisp_Misc_* objects.
5362         (gc_sweep) <symbols>: Free also the buffer-local-value objects.
5363         * term.c (set_tty_color_mode):
5364         * bidi.c (bidi_initialize): Don't access the ->value field directly.
5365         * buffer.h (PER_BUFFER_VAR_OFFSET): Don't bother with
5366         a buffer_local_flags.
5367         * print.c (print_object): Get rid of impossible forwarding objects.
5369 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
5371         * bidi.c (bidi_get_type, bidi_get_category)
5372         (bidi_at_paragraph_end, bidi_resolve_weak, bidi_resolve_neutral)
5373         (bidi_type_of_next_char, bidi_level_of_next_char):
5374         Declare static.  Use `INLINE' rather than `inline'.
5376 2010-04-19  Juanma Barranquero  <lekktu@gmail.com>
5378         * dired.c (Ffile_attributes): Fix typo in docstring.
5380 2010-04-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5382         * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
5383         NSInteger (Bug#5811).
5385 2010-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5387         * s/darwin.h (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF)
5388         (PTY_OPEN): New defines.  Use openpty (Bug#726, Bug#5819).
5390 2010-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5392         * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
5394 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
5396         * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
5397         terminal frames (Bug#5837).
5399 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
5401         * .gdbinit (xsubchartable): New command.
5403 2010-04-19  Eli Zaretskii  <eliz@gnu.org>
5405         * xdisp.c (display_line): Don't write beyond the last glyph row in
5406         the desired matrix.  Fixes a crash in "emacs -nw" (bug#5972), see
5407         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
5408         and
5409         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
5411 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5413         * alloc.c (Fpurecopy): Hash-cons if requested.
5414         (syms_of_alloc): Update purify-flag docstring.
5416 2010-04-18  Jan Djärv  <jan.h.d@swipnet.se>
5418         * gtkutil.c (xg_set_geometry): Set size in geometry string also.
5419         (x_wm_set_size_hint): Set USER_POS in hint_flags (Bug#5968).
5421 2010-04-17  Eli Zaretskii  <eliz@gnu.org>
5423         Fix a crash when an NSM character is inserted at BEGV.
5425         * bidi.c (bidi_init_it): Fix initialization of bidi_it->prev.
5426         (bidi_resolve_weak): Don't use prev.type_after_w1 if it is
5427         NEUTRAL_B or UNKNOWN_BT.
5429 2010-04-16  Eli Zaretskii  <eliz@gnu.org>
5431         * xdisp.c (set_cursor_from_row): Don't consider possibility of
5432         other rows with cursor unless they are different from this row and
5433         this row is part of a continued line.  (Bug#5943)
5435 2010-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5437         * s/freebsd.h: Restore osreldate.h include.
5438         Suggested by Naohiro Aota.
5440 2010-04-16  Jan Djärv  <jan.h.d@swipnet.se>
5442         * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
5444 2010-04-16  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5446         * s/cygwin.h: Avoid linking against static libgcc.
5448 2010-04-15  Juri Linkov  <juri@jurta.org>
5450         * window.c: Add Qscroll_command.
5451         Remove Vscroll_preserve_screen_position_commands.
5452         (window_scroll_pixel_based, window_scroll_line_based): Check the
5453         `scroll-command' property on the last command instead of searching
5454         the last command in Vscroll_preserve_screen_position_commands.
5455         (syms_of_window): Initialize and staticpro `Qscroll_command'.
5456         Put Qscroll_command property on Qscroll_up and Qscroll_down.
5457         (scroll-preserve-screen-position): Doc fix.
5458         (Vscroll_preserve_screen_position_commands): Remove variable.
5460 2010-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
5462         * xdisp.c (message): Do not use NO_ARG_ARRAY.
5464 2010-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
5466         Reduce cpp use in Makefile.in.
5467         * Makefile.in (DBUS_CFLAGS, DBUS_LIBS, GCONF_CFLAGS, GCONF_LIBS)
5468         (LIBSOUND, CFLAGS_SOUND, RSVG_LIBS, RSVG_CFLAGS, INTERVALS_H)
5469         (GETLOADAVG_LIBS, RUN_TEMACS): Move to the autoconf section.
5470         (ORDINARY_LINK): Remove, defined in src/s/gnu.h.
5471         (CRT0_COMPILE): Remove, inline it in the only user.
5473 2010-04-14  Juri Linkov  <juri@jurta.org>
5475         * window.c (keys_of_window): Rebind `C-v' from `scroll-up' to
5476         `scroll-up-command' and `M-v' from `scroll-down' to
5477         `scroll-down-command'.
5479 2010-04-14  Juri Linkov  <juri@jurta.org>
5481         * window.c (Vscroll_preserve_screen_position_commands): New variable
5482         with the default value as the list of Qscroll_down and Qscroll_up.
5483         (window_scroll_pixel_based, window_scroll_line_based): Search the
5484         last command in the list Vscroll_preserve_screen_position_commands
5485         instead of comparing with Qscroll_up and Qscroll_down.
5487 2010-04-13  Jan Djärv  <jan.h.d@swipnet.se>
5489         * gtkutil.c (xg_set_geometry): Set geometry for PPosition also.
5490         (x_wm_set_size_hint): Dont set position flags, gtk_window_parse_geometry
5491         does that.
5493         * xfns.c (Fx_create_frame, x_create_tip_frame): Set default border width
5494         to zero.
5496 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * term.c (init_tty): Move common text outside of #ifdef TERMINFO.
5500         Try to solve the problem of spurious EOF chars in long lines of text
5501         sent to interactive subprocesses.
5502         * sysdep.c (child_setup_tty): Do not enable ICANON any more.
5503         (system_process_attributes): Remove unused var `ttotal'.
5504         * process.c (send_process): Don't bother breaking long line with EOF
5505         chars when talking to ttys any more.
5506         (wait_reading_process_output): Output a warning when called in such
5507         a way that it could block without being interruptible.
5509         Try to detect file modification within the same second.
5510         * buffer.h (struct buffer): New field modtime_size.
5511         * buffer.c (reset_buffer): Initialize it.
5512         * fileio.c (Finsert_file_contents, Fwrite_region): Set it.
5513         (Fverify_visited_file_modtime): Check it.
5514         (Fclear_visited_file_modtime, Fset_visited_file_modtime): Clear it.
5515         (Fset_visited_file_modtime): Set (or clear) it.
5517 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5519         * process.c (status_notify): Remove unused var `ro'.
5521 2010-04-12  Jan Djärv  <jan.h.d@swipnet.se>
5523         * xfns.c (select_visual): Don't call error if XGetVisualInfo returns
5524         more than one visual (Bug#5938).
5526 2010-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
5528         * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE):
5529         Undefine.
5531 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
5533         Remove C_SWITCH_SYSTEM_TEMACS.
5534         * s/darwin.h (C_SWITCH_SYSTEM_TEMACS): Remove.
5535         (malloc, realloc, free): Use emacs, not temacs for conditional
5536         definition.
5538         * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Remove.
5539         (ALL_CFLAGS): Do not use C_SWITCH_SYSTEM_TEMACS.
5541         Use autoconf, not cpp for some variables.
5542         * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
5543         (C_SWITCH_X_SITE): Define using autoconf, not cpp.
5544         (ALL_CFLAGS): Use them as make variables.
5545         (really-lwlib, really-oldXMenu): Do not pass them.
5547 2010-04-11  Jan Djärv  <jan.h.d@swipnet.se>
5549         * xmenu.c (apply_systemfont_to_dialog): New.
5550         (create_and_show_dialog): Call apply_systemfont_to_dialog if HAVE_XFT.
5552 2010-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5554         * process.c (exec_sentinel): Preserve current-buffer.
5556         * process.c (read_process_output): Move the save-current-buffer to
5557         apply to both the filter and the non-filter branches.
5559 2010-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
5561         * s/msdos.h (UNEXEC): New definition.
5563 2010-04-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5565         * dispextern.h (TRY_WINDOW_CHECK_MARGINS)
5566         (TRY_WINDOW_IGNORE_FONTS_CHANGE): New defines.
5568         * xdisp.c (try_window): Change arg from CHECK_MARGINS to FLAGS.
5569         Don't abort with fonts change if TRY_WINDOW_IGNORE_FONTS_CHANGE is
5570         set in FLAGS.  Callers with non-zero CHECK_MARGINS changed to use
5571         TRY_WINDOW_CHECK_MARGINS.
5573         * xfns.c (Fx_show_tip): Undo last change.  Call try_window with
5574         TRY_WINDOW_IGNORE_FONTS_CHANGE (Bug#2423).  Subtract last glyph's
5575         width only when it is for padding.
5577 2010-04-09  Jan Djärv  <jan.h.d@swipnet.se>
5579         * xfns.c (Fx_show_tip): Call try_window in a loop until
5580         fonts_changed_p is zero (Bug#2423).
5582 2010-04-08  Eli Zaretskii  <eliz@gnu.org>
5584         * xdisp.c (set_cursor_from_row): Don't dereference glyphs beyond
5585         the end of TEXT_AREA.  (Bug#5856)
5587 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
5589         * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of
5590         HAVE_GCONF.
5592 2010-04-08  Eli Zaretskii  <eliz@gnu.org>
5594         * bidi.c (bidi_resolve_weak): Use prev.type_after_w1, instead of
5595         prev.orig_type, for resolving type of NSM.  (Bug#5858)
5597 2010-04-08  Jan Djärv  <jan.h.d@swipnet.se>
5599         * xsettings.c (current_font, SYSTEM_FONT, XSETTINGS_FONT_NAME): New.
5600         (parse_xft_settings): Also check for XSETTINGS_FONT_NAME and save that
5601         in current_font.
5602         (init_gconf): Read value of SYSTEM_FONT and save it in current_font.
5603         (Ffont_get_system_normal_font, xsettings_get_system_normal_font):
5604         New functions.
5605         (syms_of_xsettings): Initialize current_font.
5606         defsubr Sfont_get_system_normal_font.
5608         * xsettings.h (Ffont_get_system_normal_font)
5609         (xsettings_get_system_normal_font): Declare.
5611         * xfns.c (extern xlwmenu_default_font): Remove.
5612         (Fx_create_frame): Remove setting of xlwmenu_default_font, moved
5613         to xlwmenu.c.
5615         * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
5616         menu items in UTF-8.
5618         * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID.
5619         (apply_systemfont_to_menu): New function.
5620         (set_frame_menubar, create_and_show_popup_menu): Call
5621         apply_systemfont_to_menu.
5623 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
5625         * frame.h (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Don't use
5626         FRAME_LINE_TO_PIXEL_Y.
5628         * xterm.c (x_set_window_size_1): Don't add border_width/height to
5629         pixelwidth/height.
5631 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
5633         Simplify code for HP machines.
5634         * m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
5635         for GNU_LINUX, not needed.
5636         (UNEXEC, NEED_BSDTTY): Move definitions...
5637         * s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
5639         * m/iris4d.h (UNEXEC): Move definition ...
5640         * s/irix6-5.h (UNEXEC): ... here.
5642 2010-04-04  Jan Djärv  <jan.h.d@swipnet.se>
5644         * xfns.c (set_machine_and_pid_properties): New function.
5645         (Fx_create_frame): Call set_machine_and_pid_properties.
5647 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
5649         * bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check
5650         bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against
5651         BIDI_EOB.  Fixes infloop with vertical cursor motion at ZV.
5653         * w32fns.c (x_create_tip_frame): Copy `parms' before we modify it
5654         in this function.  (Bug#5703)
5656 2010-04-03  Chong Yidong  <cyd@stupidchicken.com>
5658         * nsterm.h: Fix last change.
5660 2010-04-03  Dan Nicolaescu  <dann@ics.uci.edu>
5662         * m/intel386.h (NO_REMAP): Move definition ...
5663         * s/msdos.h (NO_REMAP): ... here.
5665         * m/vax.h (CRT0_DUMMIES): Remove, unused.
5667         * ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
5668         used on those platforms.
5670 2010-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
5672         Remove extern errno declarations.
5673         * xterm.c:
5674         * xrdb.c:
5675         * w32term.c:
5676         * unexec.c:
5677         * unexaix.c:
5678         * sysdep.c:
5679         * process.c:
5680         * lread.c:
5681         * keyboard.c:
5682         * floatfns.c:
5683         * filelock.c:
5684         * fileio.c:
5685         * emacs.c (main):
5686         * ecrt0.c:
5687         * dispnew.c:
5688         * callproc.c:
5689         * buffer.c: Remove errno extern declarations.
5690         * s/netbsd.h (NEED_ERRNO): Remove.
5692 2010-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
5694         Remove all uses of LIBX11_SYSTEM.
5695         * Makefile.in (LIBX11_SYSTEM): Remove.
5696         * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
5697         instead.
5699 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
5701         Remove support for DJGPP v1.x (bug#5813).
5703         * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
5704         * s/msdos.h:
5705         * unexec.c (make_hdr, copy_text_and_data):
5706         * sysdep.c (wait_for_termination, sys_subshell):
5707         * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
5708         (IT_set_terminal_modes, __write, _rename, gethostname)
5709         (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
5710         (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
5711         the value of __DJGPP__.
5712         (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
5713         compatibility code.
5714         * lread.c:
5715         * gmalloc.c (memalign):
5716         * fileio.c (Fcopy_file, check_executable, Ffile_modes):
5717         * emacs.c (main):
5718         * dosfns.c (init_dosfns):
5719         * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
5721 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
5723         * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
5724         string with `cursor' property comes from an `after-string'
5725         overlay.  (Bug#5816)
5727 2010-04-01  Glenn Morris  <rgm@gnu.org>
5729         * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
5730         Define as Makefile variables.
5731         (LIBX): Use above variables rather than directly using autoconf.
5733 2010-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
5735         Clean up BSD_SYSTEM use.
5736         * xterm.c:
5737         * process.c:
5738         * emacs.c: Use HAVE_SYS_IOCTL_H instead of BSD_SYSTEM as a guard
5739         for including <sys/ioctl.h>.
5740         * sysdep.c (wait_without_blocking): Remove BSD_SYSTEM case, this
5741         code is only used for MSDOS.
5743 2010-03-31  Juri Linkov  <juri@jurta.org>
5745         * image.c: Add `Qextension_data'.
5746         (syms_of_image): Initialize and staticpro `Qextension_data'.
5747         (Fimage_metadata): Rename from `Fimage_extension_data'.
5748         (gif_load): Put GIF extension data to the property
5749         `Qextension_data'.
5751 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5753         * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.
5754         * nsterm.h: Fix prototype.
5756 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
5758         * xdisp.c (highlight_trailing_whitespace): Support highlight of
5759         trailing whitespace in right-to-left rows.
5761 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5763         Get rid of the direct_output optimizations.
5764         * keyboard.c (nonundocount): Remove extern declaration.
5765         (command_loop_1): Remove brittle optimisation for cheap and
5766         common operations.
5767         * xdisp.c (redisplay_internal): Don't bother checking
5768         redisplay_performed_directly_p any more.
5769         * sysdep.c (init_sys_modes): Don't call direct_output_forward_char
5770         any more.
5771         * dispnew.c (redisplay_performed_directly_p)
5772         (direct_output_for_insert, direct_output_forward_char):
5773         * dispextern.h (redisplay_performed_directly_p)
5774         (direct_output_for_insert, direct_output_forward_char): Remove.
5775         * cmds.c (nonundocount): Make it static.
5777 2010-03-31  Bernhard Herzog  <bh@intevation.de>  (tiny change)
5779         * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930).
5781 2010-03-31  Jan Djärv  <jan.h.d@swipnet.se>
5783         * xdisp.c (note_mouse_highlight): Don't do highlight if pointer is
5784         invisible (Bug#5766).
5786 2010-03-31  Adrian Robert  <adrian.b.robert@gmail.com>
5788         * xdisp.c (x_consider_frame_title, update_window_cursor):
5789         Remove HAVE_NS conditionals.
5790         (prepare_menu_bars) [HAVE_NS]: Call ns_set_doc_edited.
5792         * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use
5793         filename for the title.
5794         (ns_set_doc_edited): Do nothing if the selected window is a
5795         minibuffer window.
5797         * nsterm.h: Add prototypes for ns_set_name_as_filename and
5798         ns_set_doc_edited.
5800         * nsterm.m: Remove unneeded prototype.
5802 2010-03-31  Glenn Morris  <rgm@gnu.org>
5804         * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
5805         in the DOC file.  (Bug#5336)
5807 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
5809         * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
5811 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5813         * window.c (keys_of_window): Remove redundant/overridden bindings.
5815 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
5817         * xdisp.c (BUFFER_POS_REACHED_P, move_it_in_display_line_to):
5818         Restore original behavior when the iterator is not bidi_p.
5820 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
5822         * xdisp.c (syms_of_xdisp): Use intern_c_string instead of intern.
5824 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
5826         * bidi.c (bidi_cache_iterator_state): Invalidate the cache if we
5827         are outside the range of cached character positions.
5829 2010-03-30  Juanma Barranquero  <lekktu@gmail.com>
5831         * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h.
5833 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
5835         Initial support for bidirectional editing.
5837         * Makefile.in (obj): Include bidi.o.
5838         (bidi.o): New target.
5840         * makefile.w32-in (OBJ1): Add $(BLD)/bidi.$(O).
5841         ($(BLD)/bidi.$(O)): New target.
5843         * bidi.c: New file.
5845         * buffer.h (struct buffer): New members bidi_display_reordering
5846         and bidi_paragraph_direction.
5848         * buffer.c (init_buffer_once): Initialize bidi_display_reordering
5849         and bidi_paragraph_direction.
5850         (syms_of_buffer): Declare Lisp variables bidi-display-reordering
5851         and bidi-paragraph-direction.
5852         (Fbuffer_swap_text): Swap the values of
5853         bidi_display_reordering and bidi_paragraph_direction.
5855         * dispextern.h (BIDI_MAXLEVEL, BIDI_AT_BASE_LEVEL): New macros.
5856         (bidi_type_t, bidi_dir_t): New types.
5857         (bidi_saved_info, bidi_stack, bidi_it): New structures.
5858         (struct it): New members bidi_p, bidi_it, paragraph_embedding,
5859         prev_stop, base_level_stop, and eol_pos.
5860         (bidi_init_it, bidi_get_next_char_visually): New prototypes.
5861         (IT_STACK_SIZE): Enlarge to 5.
5862         (struct glyph_row): New member reversed_p.
5863         <string_buffer_position>: Update prototype.
5864         (PRODUCE_GLYPHS): Set the reversed_p flag in the iterator's
5865         glyph_row if bidi_it.paragraph_dir == R2L.
5866         (struct glyph): New members resolved_level and bidi_type.
5868         * dispnew.c (direct_output_forward_char): Give up if we need bidi
5869         processing or buffer's direction is right-to-left.
5870         (prepare_desired_row): Preserve the reversed_p flag.
5871         (row_equal_p): Compare the reversed_p attributes as well.
5873         * xdisp.c (init_iterator): Initialize it->bidi_p.  Call
5874         bidi_init_it and set it->paragraph_embedding from the current
5875         buffer's value of bidi_paragraph_direction.
5876         (reseat_1): Initialize bidi_it.first_elt.
5877         (set_iterator_to_next, next_element_from_buffer): Use the value of
5878         paragraph_embedding to determine the paragraph direction.
5879         (set_iterator_to_next): Under bidi reordering, call
5880         bidi_get_next_char_visually.  Call bidi_paragraph_init if the
5881         new_paragraph flag is set in the bidi iterator.
5882         (next_element_from_buffer): If bidi_it.first_elt is set,
5883         initialize paragraph direction and find the first character to
5884         display in the visual order.  If reseated to a middle of a line,
5885         prime the bidi iterator starting at the line's beginning.  Handle
5886         the situation where we overstepped stop_charpos due to
5887         non-linearity of the bidi iteration.  Likewise for when we back up
5888         beyond the previous stop_charpos.  When moving across stop_charpos,
5889         record it in prev_stop.
5890         (display_line): Set row->end and it->start for the next row to the
5891         next character in logical order.  Always extend reversed_p rows to
5892         the end of line, even if they end at ZV.  Copy the reversed_p flag
5893         to the next glyph row.  Keep calling set_cursor_from_row for
5894         bidi-reordered rows even if we already have a possible candidate
5895         for cursor position.  Set row_end after all the row's glyphs have
5896         been produced, by looping over the glyphs.  Record the position
5897         after EOL in it->eol_pos, and use it to set end_pos of the last
5898         row produced for a continued line.
5899         <Qright_to_left, Qleft_to_right>: New variables.
5900         (syms_of_xdisp): Initialize and staticpro them.
5901         (string_buffer_position_lim): New function.
5902         (string_buffer_position): Most of code moved to
5903         string_buffer_position_lim.  Last argument and return value are
5904         now EMACS_INT; all callers changed.
5905         (set_cursor_from_row): Rewritten to support bidirectional text and
5906         reversed glyph rows.
5907         (text_outside_line_unchanged_p, try_window_id): Disable
5908         optimizations if we are reordering bidirectional text and the
5909         paragraph direction can be affected by the change.
5910         (append_glyph, append_composite_glyph)
5911         (produce_image_glyph, append_stretch_glyph): Set the
5912         resolved_level and bidi_type members of each glyph.
5913         (append_glyph): If the glyph row is reversed, prepend the glyph
5914         rather than appending it.
5915         (handle_stop_backwards): New function.
5916         (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
5917         (reseat): call handle_stop_backwards to recompute prev_stop and
5918         base_level_stop for the new position.
5919         (handle_invisible_prop): Under bidi iteration, skip invisible text
5920         using bidi_get_next_char_visually.  If we are `reseat'ed, init the
5921         paragraph direction.  Update IT->prev_stop after skipping
5922         invisible text.
5923         (move_it_in_display_line_to): New variables prev_method
5924         and prev_pos.  Compare for strict equality in
5925         BUFFER_POS_REACHED_P.
5926         (try_cursor_movement): Examine all the candidate rows that occlude
5927         point, to return the best match.  If rows are bidi-reordered
5928         and point moved backwards, back up to the row that is not a
5929         continuation line, and start looking for a suitable row from
5930         there.
5932         * term.c (append_glyph): Reverse glyphs by pre-pending them,
5933         rather than appending, if the glyph_row's reversed_p flag is set.
5934         Set the resolved_level and bidi_type members of each glyph.
5936         * .gdbinit (pbiditype): New command.
5937         (pgx): Use it to display bidi level and type of the glyph.
5938         (pitx): Display some bidi information about the iterator.
5939         (prowlims, pmtxrows): New commands.
5941 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
5943         Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
5944         * s/usg5-4.h (LIBS_DEBUG):
5945         * s/irix6-5.h (C_DEBUG_SWITCH):
5946         * s/gnu-linux.h (LIBS_DEBUG):
5947         * s/darwin.h (LIBS_DEBUG):
5948         * s/bsd-common.h (LIBS_DEBUG):
5949         * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
5950         * m/iris4d.h (LIBS_DEBUG):
5951         * m/hp800.h (LIBS_DEBUG): Remove definitions.
5953         * Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
5954         (LIBS_DEBUG): Remove definition.
5956 2010-03-27  Chong Yidong  <cyd@stupidchicken.com>
5958         * process.c (Fmake_network_process): Don't apply Bug#5173 fix for
5959         Windows.
5961 2010-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5963         * process.c (Fmake_network_process): Don't call turn_on_atimers around
5964         `connect' (Bug#5723).
5966 2010-03-25  Helmut Eller  <eller.helmut@gmail.com>
5968         * process.c (Fmake_network_process): Call `select' for interrupted
5969         `connect' rather than creating new socket (Bug#5173).
5971 2010-03-24  Jan Djärv  <jan.h.d@swipnet.se>
5973         * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).
5975         * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.
5977         * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.
5979 2010-03-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5981         * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around
5982         XLoadQueryFont.
5984 2010-03-24  Kenichi Handa  <handa@m17n.org>
5986         * coding.c (decode_coding_ccl): Fix previous change for the
5987         multibyte case.
5988         (encode_coding_ccl): Don't setup ccl program here.  Fix for the
5989         case that the output buffer is fullfilled.
5990         (encode_coding): Setup ccl program here.
5992 2010-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5994         * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
5996         Simplify LIBS_MACHINE definitions.
5997         * m/hp800.h (LIBS_MACHINE): Remove, same as default.
5998         * m/iris4d.h (LIBS_MACHINE): Likewise.
5999         * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
6000         * s/aix4-2.h (LIBS_SYSTEM): ... here.
6001         * s/netbsd.h: Remove commented out code.
6003 2010-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
6005         Remove dead code dealing with POSIX_SIGNALS.
6006         * atimer.c (set_alarm): Remove dead code, all USG systems define
6007         POSIX_SIGNALS.
6008         * data.c (arith_error): Likewise.
6009         * keyboard.c (input_available_signal, handle_user_signal)
6010         (interrupt_signal): Likewise.
6011         * process.c (sigchld_handler): Likewise.
6012         (create_process): Remove if 0 code.  Remove HPUX conditional when
6013         !defined (POSIX_SIGNALS), it cannot be true.
6014         * syssignal.h: Remove USG5_4 and USG conditionals when
6015         !POSIX_SIGNALS, they cannot be true.
6017         * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
6018         NO_SOCK_SIGIO, not used anymore.
6020 2010-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
6022         * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only
6023         support vax on BSDs.
6025         * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
6026         * s/aix4-2.h (ORDINARY_LINK): ... here.
6028 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6030         * Makefile.in (abs_builddir): Define.
6031         (bootstrap_exe): Use it.
6032         (VPATH): Use $(srcdir) instead of @srcdir@.
6034 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6036         * Makefile.in (bootstrap_exe): Use an absolute name.
6038 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
6040         Remove support for old GNU/Linux using libc version 5.
6041         * m/alpha.h (LINUX_SBRK_BUG): Remove definition.
6042         * emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
6044         Consolidate redundant definitions in s/bsd-common.h.
6045         * s/bsd-common.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6046         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6047         (LDAV_SYMBOL, KERNEL_FILE): Define (or undefine) here instead of
6048         doing it in all files that include this one.
6049         * s/gnu.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6050         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6051         (LDAV_SYMBOL, KERNEL_FILE): Remove.
6052         * s/freebsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6053         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6054         (LDAV_SYMBOL, KERNEL_FILE): Remove.
6055         * s/netbsd.h (BSD4_2, TABDLY, TAB3, HAVE_TERMIOS, NO_TERMIO)
6056         (LIBS_DEBUG, SYSV_SYSTEM_DIR, UNEXEC, NARROWPROTO, BSD_PGRPS)
6057         (LDAV_SYMBOL, KERNEL_FILE): Remove.
6059         Consolidate redundant definitions.
6060         * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
6061         it's undefined in all files that include this one.
6062         (POSIX_SIGNALS): Define here instead of doing it in all files that
6063         include this one.
6064         * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6065         (POSIX_SIGNALS): Do not define.
6066         * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6067         (POSIX_SIGNALS): Do not define.
6068         * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
6069         (POSIX_SIGNALS): Do not define.
6071         Remove support for old UNIX System V systems.
6072         * s/unixware.h: Add the contents of s/usg-5-4-2.h.
6073         * s/usg-5-4-2.h: Remove.
6075         Remove support for Solaris on PPC and for old versions.
6076         * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
6077         (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
6078         that cancel each other.
6079         * s/sol2-3.h:
6080         * s/sol2-4.h:
6081         * s/sol2-5.h: Remove.
6082         * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
6083         (NO_REMAP): Remove, unused.
6084         (UNEXEC): Move definition ...
6085         * s/aix4-2.h (UNEXEC): ... here.
6087         * s/openbsd.h: Remove support for non-ELF and for systems that do
6088         not support shared libraries.
6089         * s/netbsd.h:
6090         * s/freebsd.h: Likewise.
6092 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
6094         Remove non-working support for lynxos 3.0.
6095         * s/lynxos.h: Remove file.
6097         * unexec.c (unexec, adjust_lnnoptrs): Do not depend on
6098         COFF_BSD_SYMBOLS, nothing defines it anymore.
6100 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
6102         Remove obsolete uses of HAVE_SHM.
6103         * emacs.c (standard_args):
6104         (Fdump_emacs):
6105         (syms_of_emacs): Remove code depending on HAVE_SHM.
6107         * alloc.c: Remove HAVE_SHM dependent definition.
6109         * Makefile.in (RUN_TEMACS): Do not depend on HAVE_SHM.
6111 2010-03-18  Glenn Morris  <rgm@gnu.org>
6113         * emacs.c (USAGE4): Hard-code bug address.
6114         (REPORT_EMACS_BUG_ADDRESS, REPORT_EMACS_BUG_PRETEST_ADDRESS): Remove.
6115         (bug_reporting_address): Remove.
6116         (main): Don't call bug_reporting_address.
6118         * Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF)
6119         (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
6121 2010-03-15  Chong Yidong  <cyd@stupidchicken.com>
6123         * xfns.c (Fx_create_frame):
6124         * frame.c (Vdefault_frame_scroll_bars): Put non-GTK X scroll-bars
6125         on left.
6127 2010-03-13  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6129         * editfns.c (Fformat): Account for string precision when computing
6130         field width (Bug#5710).
6132 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
6134         * xfns.c (Fx_create_frame): Set default to Qright.
6136         * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
6137         all window systems.
6139 2010-03-12  Eli Zaretskii  <eliz@gnu.org>
6141         These changes remove termcap.c from the build on Posix platforms.
6142         * Makefile.in (termcapobj): Move termcap.o from here...
6143         (MSDOS_OBJ): ...to here.
6144         (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
6145         now identical to when LIBS_TERMCAP is defined.
6147         * term.c: Remove (ifdef'ed away) inclusion of termcap.h.
6149         * cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
6151         * config.in: Regenerated.  (See top-level ChangeLog.)
6153 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
6155         * Branch for 23.2.
6157 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6159         Cleanup setup of gl_state in various parts of the code.
6160         * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro.
6161         (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT):
6162         * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren)
6163         (skip_chars):
6164         * regex.c (regex_compile): Use it.
6165         (re_compile_pattern): Don't set gl_state.current_syntax_table since
6166         it's now set in regex_compile when/if we need it.
6168 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6170         Make it possible to C-g in a tight bytecode loop again (bug#5680).
6171         * lisp.h (ELSE_PENDING_SIGNALS): New macro.
6172         (QUIT): Use it to consolidate code and remove redundancy.
6173         * bytecode.c (BYTE_CODE_QUIT): Use it as well.
6175         * regex.c (regex_compile): Setup gl_state as well.
6177         * syntax.c (skip_chars): Setup gl_state (bug#3823).
6178         (in_classes): Use CONSP before XCAR/XCDR.
6180 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
6182         * keymap.c (Fwhere_is_internal): Use Fequal to compare
6183         definitions, so that keyboard macros are correctly handled
6184         (Bug#5481).
6186 2010-03-02  Eli Zaretskii  <eliz@gnu.org>
6188         * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer
6189         text that could be relocated inside the call to emacs_mule_char.
6190         (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR.
6191         (CODING_DECODE_CHAR): Add a comment describing its purpose.
6193 2010-03-02  Kenichi Handa  <handa@m17n.org>
6195         * character.c (parse_str_as_multibyte): Fix handling of the
6196         multibyte form of raw-bytes.
6197         (str_as_multibyte): Likewise.
6199         * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte
6200         form of raw-bytes.
6202 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
6204         * charset.c (load_charset_map_from_file)
6205         (load_charset_map_from_vector): Zero out allocated
6206         charset_map_entries before using them.
6208 2010-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6210         * w32uniscribe.c (uniscribe_check_otf): Fix length check.
6212 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
6214         * font.c (font_parse_fcname): Recognize "Book", "Condensed",
6215         "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
6217 2010-02-26  Kenichi Handa  <handa@m17n.org>
6219         * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
6221         * xdisp.c (reseat_to_string): Fix previous change.
6223 2010-02-26  David Reitter  <david.reitter@gmail.com>
6225         * nsfont.m (nsfont_draw): ns_antialias_text should be a
6226         Lisp_Object (Bug#4736).
6228 2010-02-25  Kenichi Handa  <handa@m17n.org>
6230         * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
6232 2010-02-24  Jan Djärv  <jan.h.d@swipnet.se>
6234         * xterm.c (XTflash): Move declarations before statements.
6236         * gtkutil.c (xg_get_gdk_display): Remove (unused).
6237         (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
6238         (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
6239         (xg_create_tool_bar): Remove unused variables.
6240         (x_wm_set_size_hint): Move declarations before statements.
6241         (xg_create_frame_widgets): Remove variable grav.
6243 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
6245         * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
6247 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6249         * term.c (fatal): Add a final \n if needed (bug#5596).
6251 2010-02-18  Chong Yidong  <cyd@stupidchicken.com>
6253         * nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
6255 2010-02-18  Glenn Morris  <rgm@gnu.org>
6257         * callint.c (Finteractive): Doc fix.
6259 2010-02-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6261         * coding.c (record_conversion_result):
6262         Handle CODING_RESULT_INSUFFICIENT_DST.
6263         (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on
6264         memory allocation error.
6266 2010-02-17  Kenichi Handa  <handa@m17n.org>
6268         * coding.c (decode_coding_ccl): Don't setup ccl program here.
6269         Fix for the case that the output buffer is fullfilled.
6270         (decode_coding): Setup ccl program here.  Keep looping when the
6271         decoder stopped because the output buffer is
6272         fullfilled (bug#5534).
6274         * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN.
6276 2010-02-13  Jan Djärv  <jan.h.d@swipnet.se>
6278         * xterm.c (x_clear_frame_area): Call gtk_widget_queue_draw if USE_GTK,
6279         bug #5571.
6280         (XTflash): Use Gdk-routines if USE_GTK so scroll bars don't get
6281         overdrawn.
6283 2010-02-10  Jan Djärv  <jan.h.d@swipnet.se>
6285         * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
6286         doing_interact here.
6287         (ice_connection_closed): New function.
6288         (x_session_check_input, smc_die_CB, ice_io_error_handler)
6289         (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
6290         (x_session_check_input): Call IceCloseConnection if IceProcessMessages
6291         returns I/O error.
6292         (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
6293         bug #5512.
6295 2010-02-08  Francis Devereux  <francis@devrx.org>  (tiny change)
6297         * nsfont.m (nsfont_open): The system's value for the font descent
6298         is negative, so round it down to avoid clipping.
6300 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
6302         * charset.c (load_charset_map_from_file)
6303         (load_charset_map_from_vector): Fix last change to use SAFE_ALLOCA
6304         instead of xmalloc (Bug#5526).  Suggested by Vivek Dasmohapatra.
6306 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
6308         * charset.c (load_charset_map_from_file): Allocate large
6309         charset_map_entries structure on the heap rather than the stack.
6310         (Bug#5526).
6312 2010-01-31  Kenichi Handa  <handa@m17n.org>
6314         * font.c (font_parse_xlfd): If FONT is a font-entity and pixel
6315         size in NAME is invalid, return -1 (Bug#5396).
6317 2010-01-31  Chong Yidong  <cyd@stupidchicken.com>
6319         * nsterm.m (ns_defined_color): Block input.  Suggested by Mike
6320         <deactivated@gmail.com> (Bug#3605).
6322 2010-01-31  David De La Harpe Golden  <david@harpegolden.net>
6324         * fileio.c (Frename_file): Correctly rename symlinks to
6325         directories (Bug#5496).
6327 2010-01-31  Filipe Cabecinhas  <filcab@gmail.com>  (tiny change)
6329         * nsterm.m (ns_ring_bell): Handle visible bell like X.
6331 2010-01-30  Andreas Schwab  <schwab@linux-m68k.org>
6333         * character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
6335 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
6337         * frame.c (DEFAULT_ROWS): Change default to 35.
6339         * xfns.c (x_default_font_parameter): Change default XFT font to
6340         monospace-10 (Bug#3643).
6342 2010-01-29  Eli Zaretskii  <eliz@gnu.org>
6344         * w32inevt.c (key_event): Remove unnecessary comparison of
6345         event->uChar.AsciiChar with 128.
6347 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
6349         * fileio.c (Frename_file): Fix last change (Bug#5487).
6351         * m/mips.h: Remove DATA_START.  Suggested by Dan Nicolaescu.
6353         * m/alpha.h: Don't define DATA_START on NetBSD (Bug#4629).
6355 2010-01-28  Jan Djärv  <jan.h.d@swipnet.se>
6357         * xfns.c (Fx_create_frame): Remove window size matching code from
6358         2010-01-15.
6359         (x_get_current_desktop, x_get_desktop_workarea): Remove.
6361 2010-01-27  Jason Rumney  <jasonr@gnu.org>
6363         * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
6364         (key_event): Use unicode for characters 128 and higher (Bug#4567).
6366 2010-01-27  Kenichi Handa  <handa@m17n.org>
6368         * regex.c (analyse_first): Fix setting of fastmap for unibyte
6369         pattern string (Bug#4209).
6371 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
6373         * fileio.c (Frename_file): Call copy-directory and
6374         delete-directory for directories, in order to handle cross-device
6375         renaming (Bug#3353).
6377 2010-01-25  Jan Djärv  <jan.h.d@swipnet.se>
6379         * xfns.c (Fx_create_frame): If frame height is too big, try
6380         sizes 24 and 10.  Bug #3643.
6382 2010-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6384         Try and fix bug#788, hopefully for real this time.
6385         * keymap.c (shadow_lookup): Add `remap' arg.
6386         (describe_map, describe_vector): Update calls to shadow_lookup.
6387         (Fwhere_is_internal): Fix up handling of `remapped_sequences' and
6388         `remapped' so this flag is applicable to `sequence'.  Be careful to
6389         perform remapping during shadow_lookup check of remapped_sequences.
6391 2010-01-24  Eric Bélanger  <snowmaniscool@gmail.com>  (tiny change)
6393         * image.c (png_load): Use png_sig_cmp instead of the obsolete
6394         png_check_sig, which has been removed in libpng 1.4.
6396 2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6398         * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
6399         lacks this header file).
6401 2010-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6403         * xdisp.c (draw_glyphs): Update `start' for left_overwritten case
6404         as in Emacs 22.
6406 2010-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6408         * lisp.h (make_pure_string): String pointer arg now points to const.
6410         * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
6411         args now point to const.
6413 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
6415         * lread.c (Fload): Don't treat files without .elc extension as
6416         byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
6417         them.  (bug#5303)
6419 2010-01-20  Kenichi Handa  <handa@m17n.org>
6421         * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
6422         treat the source as actual byte sequence.
6424 2010-01-19  Alan Mackenzie  <acm@muc.de>
6426         Fix spurious before-change-functions invocation from (insert ?\n).
6427         * textprop.c (set_text_properties): Rename parameter
6428         `signal_after_change_p' to `coherent_change_p', and make the
6429         invocation of `modify_region' conditional on it.
6431 2010-01-19  Jan Djärv  <jan.h.d@swipnet.se>
6433         * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
6434         for debug purpose.
6435         (syms_of_xsettings): Declare xft-settings.
6437 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6439         * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
6441 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6443         * xterm.c (event_handler_gdk): Block input (Bug#5037).
6445 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
6447         * emacs.c (standard_args): Adjust arg priorities to reflect how
6448         they are processed in startup.el.
6450 2010-01-16  Andreas Schwab  <schwab@linux-m68k.org>
6452         * Makefile.in (lisp, shortlisp): Update.
6454 2010-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6456         * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp
6457         code, link the new kboard into all_kboard before running Lisp code,
6458         and protect the new terminal with GCPRO (Bug#5365).
6459         (x_term_init): Remove unused var `atom'.
6460         (x_delete_display, x_delete_terminal): Remove unused var `i'.
6462 2010-01-15  Jan Djärv  <jan.h.d@swipnet.se>
6464         * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
6465         (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
6466         to find out usable size of the desktop.  Don't make frames larger than
6467         this.  Bug #3643.
6469 2010-01-15  Kenichi Handa  <handa@m17n.org>
6471         * xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS.  Callers changed.
6473 2010-01-15  Chong Yidong  <cyd@stupidchicken.com>
6475         * nsterm.m (Qnone): Define.
6477         * nsfns.m (Qnone): Move definition to nsterm.m.
6479 2010-01-14  Kenichi Handa  <handa@m17n.org>
6481         * coding.c (detect_coding_iso_2022): Fix handling of euc-xx coding
6482         systems.
6484 2010-01-14  Kenichi Handa  <handa@m17n.org>
6486         Make auto-composition work on all buffers even if they are
6487         fundamental mode.
6489         * composite.c (Vauto_composition_mode): New variable.
6490         (composition_compute_stop_pos): Check Vauto_composition_mode
6491         instead of Vauto_composition_function.
6492         (composition_adjust_point, Ffind_composition_internal): Likewise.
6493         (syms_of_composite): Declare Lisp variable
6494         "auto-composition-mode" here.
6496 2010-01-13  Chong Yidong  <cyd@stupidchicken.com>
6498         * xterm.c (x_term_init): Avoid garbage-collecting the new terminal
6499         during call to vendor-specific-keysyms (Bug#5365).
6501 2010-01-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6503         * keyboard.c (input_available_signal) [SYNC_INPUT]:
6504         Call SIGNAL_THREAD_CHECK (Bug#5333).
6506         * atimer.c (alarm_signal_handler) [!SYNC_INPUT]:
6507         Call SIGNAL_THREAD_CHECK.
6509 2010-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6511         Try to fix bug#5314.  This is probably not the final word, tho.
6512         * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify
6513         recent-auto-save-p as a side-effect.
6514         * buffer.h (BUF_AUTOSAVE_MODIFF): New macro.
6515         * buffer.c (Fkill_buffer, reset_buffer):
6516         * editfns.c (Fsubst_char_in_region):
6517         * fileio.c (Finsert_file_contents, Fdo_auto_save)
6518         (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it.
6520 2010-01-13  Kenichi Handa  <handa@m17n.org>
6522         Display buffer name, etc. in mode line by composing correctly.
6524         * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
6525         STRING is not nil.
6526         (display_mode_element): Adjust for the change of
6527         decode_mode_spec and display_line.
6528         (decode_mode_spec): Change arg MULTIBYTE to STRING.
6529         (display_string): Handle the case that STRING is non-null and
6530         LISP_STRING is not nil.
6532         * xterm.c (x_draw_composite_glyph_string_foreground):
6533         Pay attention to s->face->overstrike.
6535         * composite.c (composition_reseat_it): Don't check PT if STRING is
6536         non nil.
6538 2010-01-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6540         * keyboard.c (read_char): Don't apply previous change when current
6541         buffer is unchanged by command execution.
6543 2010-01-12  Jan Djärv  <jan.h.d@swipnet.se>
6545         * keyboard.c (read_char): Return after executing from special map.
6547 2010-01-12  Glenn Morris  <rgm@gnu.org>
6549         * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
6550         bug-gnu-emacs rather than emacs-pretest-bug.
6552 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
6554         * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
6555         initializing the Lisp variables that depend on them.
6557 2010-01-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6559         * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
6560         Clear areas that will not be updated after change of menu bar lines.
6561         Clear the menu bar window's current matrix when the window gets empty.
6563 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
6565         * intervals.h, textprop.c (extend_property_ranges): Return value
6566         and args changed.  Discard properties that begin at or after the
6567         new end (Bug#5306).
6569         * editfns.c (Fformat): Caller changed.
6571         * nsterm.m (ns_set_default_prefs): Delete function.
6572         (syms_of_nsterm): Initialize ns_command_modifier,
6573         ns_control_modifier, ns_function_modifier, ns_antialias_text, and
6574         ns_antialias_threshold here, not in ns_term_init (Bug#4113).
6576         * xdisp.c (pos_visible_p): Check for invisible text at the correct
6577         position (Bug#4040).
6579 2010-01-09  Eli Zaretskii  <eliz@gnu.org>
6581         * editfns.c (Ffloat_time): Doc fix.
6583 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
6585         * xfns.c (Fx_create_frame): Don't create frame larger than display
6586         by default bug#3643.
6588 2010-01-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6590         * frame.h (FRAME_TOP_MARGIN_HEIGHT): New macro.
6591         (FRAME_LINE_TO_PIXEL_Y, FRAME_PIXEL_Y_TO_LINE): Take account of pseudo
6592         windows above internal border.
6594         * window.h (WINDOW_MENU_BAR_P, WINDOW_TOOL_BAR_P): New macros.
6595         (WINDOW_TOP_EDGE_Y, WINDOW_BOTTOM_EDGE_Y): Take account of pseudo
6596         windows above internal border.
6598         * xdisp.c (get_glyph_string_clip_rects, init_glyph_string): Don't treat
6599         tool bar windows specially.
6601         * xfns.c (x_set_tool_bar_lines): Take account of menu bar height.
6603         * xterm.c (x_after_update_window_line): Don't treat tool bar windows
6604         specially.
6605         (XTflash): Take account of menu bar height.
6607         * w32term.c (x_after_update_window_line): Don't treat tool bar windows
6608         specially.
6610 2010-01-08  Jan Djärv  <jan.h.d@swipnet.se>
6612         * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
6613         also be true before we can return early (bug #5339).
6615 2010-01-06  David Reitter  <david.reitter@gmail.com>
6617         * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
6618         (Fns_display_usable_bounds): Rewrite, computing bounds properly
6619         (Bug#3233).
6621 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
6623         * font.c (font_open_entity): Enable chache and call cached_font_ok
6624         for the driver if defined.
6625         (QCuser_spec): New symbol.
6626         (font_spec_from_name): Save name as user-spec.
6627         (font_load_for_lface): Keep user-spec instead of name.
6628         (font_open_by_name): Save name as user-spec.
6629         (syms_of_font): Initialize QCuser_spec.
6630         (font_clear_prop): Clear name if it exists in font (bug#5157).
6632         * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
6633         (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
6634         (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
6636         * font.h (struct font_driver): Add cached_font_ok.
6638         * xterm.c (x_clear_frame): Queue draw for scroll bars.
6640 2010-01-05  Jan Djärv  <jan.h.d@swipnet.se>
6642         * xterm.c (x_new_font): Move code for setting rows/cols before
6643         resizing ...
6644         (x_set_window_size): ... to here.  Bug #2568.
6646         * gtkutil.c (xg_clear_under_internal_border): New function.
6647         (xg_frame_resized, xg_frame_set_char_size):
6648         Call xg_clear_under_internal_border.
6649         (xg_update_scrollbar_pos): Clear under old scroll bar position.
6651 2010-01-05  Chong Yidong  <cyd@stupidchicken.com>
6653         * keyboard.c (read_key_sequence): Catch keyboard switch after
6654         making a new tty frame (Bug#5095).
6656 2010-01-05  Kenichi Handa  <handa@m17n.org>
6658         * fontset.c (fontset_find_font): Fix getting the frame pointer.
6660 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6662         * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
6663         Lisp_Object, preferring to convert a lisp_Object to a void* instead.
6664         (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
6666 2010-01-03  Michael Albinus  <michael.albinus@gmx.de>
6668         * dbusbind.c (xd_add_watch): Improve debug message.
6669         (xd_remove_watch): Improve debug message.  If DATA is the session
6670         bus, unset D-Bus session environment.
6671         (Fdbus_init_bus): Pass the bus as argument to
6672         dbus_connection_set_watch_functions.  (Bug#5283)
6674 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6676         * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
6678         * lread.c (syms_of_lread): Make it clearer that these are the
6679         names of loaded files (Bug#5068).
6681         * eval.c (run_hook_with_args): Handle the case where the global
6682         value has the obsolete single-function form (Bug#5026).
6684 2009-12-27  Chong Yidong  <cyd@stupidchicken.com>
6686         * minibuf.c (Fall_completions): Minor optimization.
6688 2009-12-26  Eli Zaretskii  <eliz@gnu.org>
6690         * .gdbinit (pgx): Fix display of composite glyphs.
6691         Display cmp.from and cmp.to as well.
6692         (pitx): Fix last change.
6694 2009-12-25  Kenichi Handa  <handa@m17n.org>
6696         * composite.h (composition_adjust_point): Update prototype.
6698         * composite.c (composition_reseat_it): Don't make a composition
6699         spanning over point.
6700         (CHAR_COMPOSABLE_P): Treat U+200C (ZWNJ) and U+200D (ZWJ) as
6701         composable characters.
6702         (composition_adjust_point): New arg NEW_PT.  Callers changed.
6704         * keyboard.c (command_loop_1): Force redisplay if the last point
6705         was within a composition.
6706         (adjust_point_for_property): Don't adjust point for automatic
6707         composition when called after buffer modification.
6709 2009-12-19  Eli Zaretskii  <eliz@gnu.org>
6711         * .gdbinit (pitx): Don't use enum names, use their values.
6712         Remove reference to non-existing value GET_FROM_COMPOSITION.
6713         (pgx): Don't use enum names, use their values.
6714         (pitmethod): New helper command.
6715         (pitx): Use it to display iteration method.
6716         (pgrowit): New command.
6718         * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
6720         Update dependencies in Makefile.in.
6722         * Makefile.in (alloc.o): Depend on termhooks.h.
6723         (atimer.o): Depend on blockinput.h.
6724         (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
6725         and frame.h.
6726         (callint.o): Depend on systime.h, coding.h, and composite.h.
6727         (callproc.o): Depend on buffer.h.
6728         (casefiddle.o): Don't depend on charset.h.
6729         (casetab.o): Depend on character.h.
6730         (ccl.o): Depend on composite.h.
6731         (chartab.o): Depend on ccl.h.
6732         (cm.o): Depend on dispextern.h.
6733         (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
6734         (coding.o): Don't depend on $(INTERVALS_H).
6735         (composite.o): Don't depend on dispextern.h explicitly (it's in
6736         $(INTERVALS_H)).  Depend on ccl.h.
6737         (data.o): Depend on systime.h, coding.h, composite.h,
6738         dispextern.h, font.h, and ccl.h.
6739         (dired.o): Depend on composite.h.
6740         (dispnew.o): Depend on coding.h.  Don't depend explicitly on
6741         composite.h (it's in $(INTERVALS_H)).
6742         (doc.o): Depend on systime.h, coding.h, and composite.h.
6743         (editfns.o): Don't depend explicitly on dispextern.h.
6744         (emacs.o): Depend on frame.h and coding.h.
6745         (eval.o): Depend on coding.h, composite.h, and xterm.h.
6746         (fileio.o): Depend on frame.h and commands.h.  Don't depend
6747         explicitly on dispextern.h.
6748         (filelock.o): Don't depend on epaths.h and charset.h.  Depend on
6749         composite.h.
6750         (fns.o): Don't depend on termhooks.h.
6751         (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
6752         (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
6753         coding.h, $(INTERVALS_H), window.h, xterm.h.
6754         (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
6755         (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
6756         (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
6757         fontset.h, ccl.h, and ftfont.h.
6758         (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6759         (gtkutil.o): Depend on dispextern.h and composite.h.
6760         (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
6761         termhooks.h, and ccl.h.
6762         (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
6763         (intervals.o): Depend on systime.h and coding.h.
6764         (keyboard.o): Depend on composite.h and coding.h.
6765         (keymap.o): Depend on coding.h and frame.h.
6766         (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
6767         (macros.o): Depend on systime.h, coding.h, and composite.h.
6768         (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
6769         and atimer.h.
6770         (minibuf.o): Depend on systime.h and coding.h.  Don't depend on
6771         dispextern.h explicitly.
6772         (print.o): Depend on termhooks.h, coding.h, and ccl.h.
6773         Don't depend explicitly on dispextern.h and composite.h.
6774         (process.o): Depend on character.h, xgselect.h, and sysselect.h.
6775         (regex.o): Don't depend on charset.h.
6776         (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
6777         (search.o): Don't depend explicitly on composite.h.
6778         (sound.o): Depend on atimer.h and systime.h.
6779         (syntax.o): Don't depend explicitly on composite.h.
6780         (sysdep.o): Depend on coding.h and composite.h.
6781         (term.o): Depend on xterm.h and buffer.h.
6782         (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
6783         (textprop.o): Don't depend on dispextern.h explicitly.
6784         (undo.o): Depend on dispextern.h.
6785         (window.o): Depend on coding.h and termhooks.h.  Don't depend on
6786         dispextern.h and composite.h explicitly.
6787         (xdisp.o): Depend on ccl.h.
6788         (xfaces.o): Depend on coding.h and ccl.h.
6789         (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
6790         (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
6791         (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
6792         ftfont.h.
6793         (xgselect.o): New dependency.
6794         (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
6795         (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
6796         (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
6797         coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
6798         (xsmfns.o): Depend on frame.h and dispextern.h.
6799         (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
6800         sysselect.h.
6802 2009-12-19  Andreas Schwab  <schwab@linux-m68k.org>
6804         * font.c (Fclear_font_cache): Pass correct cache argument to
6805         font_clear_cache.
6807 2009-12-16  Andreas Schwab  <schwab@linux-m68k.org>
6809         * Makefile.in (prefix-args${EXEEXT}): Don't compile prefix-args.c
6810         twice.
6812 2009-12-15  Chong Yidong  <cyd@stupidchicken.com>
6814         * xdisp.c (decode_mode_spec): Inhibit garbage collection when
6815         calling file-remote-p.  Reported by Jim Meyering.
6817 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
6819         * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
6820         avoid compiler warnings.  (Bug #5217)
6822 2009-12-14  Kenichi Handa  <handa@m17n.org>
6824         * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
6825         in 8-bit encoding.
6827 2009-12-13  Pat Thoyts  <patthoyts@users.sourceforge.net>  (tiny change)
6829         * xfns.c (x_create_tip_frame): Set the extended window manager hint for
6830         tooltip windows.
6832 2009-12-13  Jan Djärv  <jan.h.d@swipnet.se>
6834         * xterm.h (struct x_display_info): Add Xatom_net_window_type_tooltip and
6835         Xatom_net_window_type.
6837         * xterm.c (x_term_init): Initialize Xatom_net_window_type_tooltip and
6838         Xatom_net_window_type.
6840         * xterm.c (my_log_handler): New function.
6841         (x_term_init): Set my_log_handler as log handler during gtk_init
6842         so we can filter out buggy messages.  (Bug #5120).
6844         * xterm.c (xg_scroll_callback): Parameter list changed,
6845         use parameter GtkScrollType to determine scroll/line/page.
6846         Only allow dragging if a button < 4 is grabbed (bug #5177).
6847         (xg_end_scroll_callback): New function.
6848         (x_create_toolkit_scroll_bar): Pass xg_end_scroll_callback to
6849         xg_create_scroll_bar.
6851         * gtkutil.c (xg_gtk_scroll_destroy): Remove XG_LAST_SB_DATA handling.
6852         (scroll_end_callback): Remove.
6853         (xg_create_scroll_bar): Add parameter end_callback, bind it to
6854         button-release-event.  Replace value-changed event with change-value,
6855         bug #5177.
6856         (xg_event_is_for_scrollbar): Only return true if button is less than 4,
6857         bug #5177.
6859         * gtkutil.h (XG_LAST_SB_DATA): Remove.
6860         (xg_create_scroll_bar): Add GCallback end_callback.
6862         * xftfont.c (QClcdfilter): New variable.
6863         (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
6864         (syms_of_xftfont): Initialize QClcdfilter.
6866 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
6868         * xsettings.c (struct xsettings): Add member seen.
6869         (parse_xft_settings): Update member seen with what we have read.
6870         Return non-zero if Xft-settings have been parsed, 0 otherwise.
6871         (apply_xft_settings): Only update Xft settings with what member seen
6872         indicates as new.
6874 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
6876         * dispextern.h (struct text_pos): Use EMACS_INT.
6877         (struct glyph): Use EMACS_INT for charpos.
6878         (struct it): Use EMACS_INT for stop_charpos, end_charpos,
6879         region_beg_charpos, region_end_charpos,
6880         redisplay_end_trigger_charpos, and also for
6881         iterator_stack_entry.end_charpos and
6882         iterator_stack_entry.stop_charpos.
6884 2009-12-12  Jan Djärv  <jan.h.d@swipnet.se>
6886         * gtkutil.c (scroll_end_callback): New function (bug #5177).
6887         (xg_create_scroll_bar): Call scroll_end_callback on button release
6888         event (bug #5177).
6889         (xg_event_is_for_scrollbar): != replaced with ==.
6891 2009-12-12  Kenichi Handa  <handa@m17n.org>
6893         * ftfont.c (struct ftfont_info): New member matrix.
6894         (ftfont_open): Setup xftfont_info->matrix.
6895         (MFLTFontFT): New member matrix.
6896         (FLOOR, CEIL, ROUND): New macros.
6897         (ftfont_get_metrics): Handle matrix transformation.
6898         (ftfont_shape_by_flt): New arg matrix.  Callers changed.
6900         * xftfont.c (struct xftfont_info): New member matrix.
6901         (xftfont_open): Setup xftfont_info->matrix.
6903 2009-12-10  Kenichi Handa  <handa@m17n.org>
6905         * xdisp.c (append_space_for_newline): Consider face-remapping.
6907 2009-12-09  Andreas Schwab  <schwab@linux-m68k.org>
6909         * xsettings.c: Include "keyboard.h".
6911         * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
6913         Fix implicit function declarations.
6914         * cmds.c: Include "frame.h".
6915         * frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
6916         * frame.h: Move declaration of delete_frame outside of
6917         HAVE_WINDOW_SYSTEM.
6919 2009-12-09  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6921         * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): New variable.
6923         * emacs.c (main): Set the G_SLICE environment variable for Cygwin
6924         GTK builds.
6926 2009-12-07  Andreas Schwab  <schwab@linux-m68k.org>
6928         * unexelf.c (unexec): Don't search for .data twice.
6930 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
6932         * xdisp.c (push_display_prop): Don't set avoid_cursor_p.  Return 0
6933         if push failed.
6934         (handle_line_prefix): Set avoid_cursor_p here.  Check return value
6935         of push_display_prop (Bug#5000).
6937         * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
6938         value of font_list_entities (Bug#5085).
6940 2009-12-04  Juanma Barranquero  <lekktu@gmail.com>
6942         Fix `string-to-number' to deal consistently with integers and floats.
6943         * lread.c (isfloat_string): New argument ignore_trailing to accept all
6944         trailing characters, not just whitespace.
6945         (read1): Pass new arg 0 to keep old behavior.
6946         * data.c (Fstring_to_number): Pass 1 to isfloat_string to ignore
6947         trailing chars, as it is already done for integers.  Doc fixes.
6948         * lisp.h (isfloat_string): Add new arg to declaration of isfloat_string.
6950 2009-12-04  Eli Zaretskii  <eliz@gnu.org>
6952         * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>:
6953         Delete unused enumeration value.
6955 2009-12-03  Eli Zaretskii  <eliz@gnu.org>
6957         * Makefile.in (lisp, shortlisp): Replace indian.el with indian.elc.
6959 2009-12-03  Daniel Hackney  <dan@haxney.org>  (tiny change)
6961         * process.c (Fmake_network_process): Fix up the tests for
6962         "connectionless socket", so they DTRT for seqpacket sockets as well.
6964 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6966         * process.c (Qseqpacket): New symbol.
6967         (HAVE_SEQPACKET): New macro.
6968         (Fmake_network_process): Accept new :type `seqpacket'.
6969         (init_process): Add `seqpacket' feature when applicable.
6970         (syms_of_process): Initialize Qseqpacket.
6972 2009-12-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6974         * font.c (font_load_for_lface, font_open_by_name): Don't store name
6975         if entity is Qnil.
6977 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6979         * print.c (print_preprocess): Preprocess the key_and_value table of
6980         hashtables, even tho they're "hidden" (bug#5082).
6982 2009-11-29  Jan Djärv  <jan.h.d@swipnet.se>
6984         * frame.c (frame_make_pointer_invisible)
6985         (frame_make_pointer_visible): Declare f before statements.
6987 2009-11-28  Eli Zaretskii  <eliz@gnu.org>
6989         * Makefile.in [!AUTO_DEPEND]: Remove outdated comment about
6990         omitted dependencies on lisp.h.
6992 2009-11-27  Jan Djärv  <jan.h.d@swipnet.se>
6994         * xftfont.c (xftfont_end_for_frame): Just return if dpyinfo->display
6995         is NULL.
6997         * xterm.c (x_delete_terminal): Set dpyinfo->display to NULL.
6999         * frame.c (frame_make_pointer_invisible)
7000         (frame_make_pointer_visible): Just return if there isn't any selected
7001         frame.
7003         * search.c (simple_search): Remove warning by making *p const.
7005 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
7007         * xdisp.c (power_letter): Remove duplicate const.
7009 2009-11-25  Jan Djärv  <jan.h.d@swipnet.se>
7011         * term.c (delete_tty): Remove check for last terminal (bug#4970).
7013         * xsettings.c: Revert changes from 2009-11-23.  Just use Xft
7014         defaults (bug #5025).
7016 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7018         * insdel.c (adjust_markers_for_delete): Move it in the
7019         right direction!  (bug#4803)
7021 2009-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7023         * font.c (font_open_entity): Don't use ASET if font_object is Qnil.
7025         * xterm.c (x_new_font): Update f->scroll_bar_actual_width.
7027 2009-11-24  Glenn Morris  <rgm@gnu.org>
7029         * frame.c (focus-follows-mouse): Mention mouse-autoselect-window.
7031 2009-11-23  Jan Djärv  <jan.h.d@swipnet.se>
7033         * Makefile.in: Must create deps for ecrt0.o in its rule.
7035         * xfns.c (Fx_select_font): Try to convert Fontconfig name to Gtk name
7036         because that is what Gtk+ font dialog understands.
7038         * font.c (font_make_object, Fcopy_font_spec): Use Fcopy_alist instead
7039         of Fcopy_sequence.
7040         (font_open_by_name): Put name given into QCname for font-object returned.
7042         * frame.c (x_set_font): Save original font name as frame parameter
7043         font-parameter.
7045         * xsettings.c (set_default_xft_settings): New function.
7046         (init_xfd_settings): Call set_default_xft_settings if no XSETTINGS window
7047         is found.
7049 2009-11-22  Andreas Schwab  <schwab@linux-m68k.org>
7051         * search.c (simple_search): Avoid CHAR_TO_BYTE in inner loop when
7052         searching backwards through multibyte buffer.
7054 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
7056         * xterm.c: #include xgselect.h.
7057         (x_initialize): Call xgselect_initialize.
7059         * xsettings.c (something_changedCB): C++ comments => C comments.
7060         (init_gconf): Do not deal with any GLib file descriptors, xg_select
7061         does that now.
7063         * gtkutil.c (xg_timer, xg_process_timeouts, xg_start_timer)
7064         (xg_stop_timer, menu_grab_callback_cnt, menu_grab_callback)
7065         (scroll_bar_button_cb): Remove.
7066         (create_menus): C++ comments => C comments.  Don't bind grab-notify
7067         event.
7068         (xg_create_scroll_bar): Don't bind button-press-event and
7069         button-release-event.
7071         * process.c: Include xgselect.h if defined (USE_GTK) ||
7072         defined (HAVE_GCONF).
7073         (wait_reading_process_output): Call xg_select for the same condition.
7075         * xgselect.c (xg_select): New function to better integrate with
7076         GLib/Gtk event handling.  Needed if GConf daemon dies/restarts.
7078         * xgselect.h: New file, declare xg_select, xgselect_initialize.
7080         * Makefile.in (XOBJ): Add xgselect.o.
7082 2009-11-21  Andreas Schwab  <schwab@linux-m68k.org>
7084         * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH):
7085         Remove ignored second argument.  All callers changed.
7086         * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR)
7087         (RE_STRING_CHAR_AND_LENGTH): Likewise.
7088         * xdisp.c (string_char_and_length): Likewise.
7090 2009-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
7092         * xterm.c (x_new_font):
7093         * print.c (print_object):
7094         * cmds.c (Fself_insert_command): Move declarations before statements.
7096 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
7098         * s/cygwin.h: Remove unneeded linker flags.
7100 2009-11-20  Jan Djärv  <jan.h.d@swipnet.se>
7102         * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
7104         * xsettings.h: Declare xsettings_get_system_font.
7106         * xsettings.c (xsettings_get_system_font): New function.
7107         (init_gconf): No use initiating gconf unless we have Xft also.
7108         (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
7109         HAVE_GCONF.
7111         * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
7112         add a blank entry so it doesn't collapse into nothing.
7114 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7116         * lread.c (Funintern): Comment out last change.
7118 2009-11-19  Richard Stallman  <rms@gnu.org>
7120         * lread.c (Funintern): Error if symbol is t or nil.
7122 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7124         * insdel.c (make_gap_larger): Don't make as many assumptions about the
7125         representation of Lisp integers.
7126         Reported by MJ Chan <mjchan.inbox@gmail.com>.
7128 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
7130         * lisp.h: Remove declaration of Ffont_get_system_font.
7131         * xfns.c: Move include of "xsettings.h".
7132         * xsettings.h: Use EXFUN to declare Ffont_get_system_font.
7134 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7136         * xsettings.c (something_changedCB, Ffont_get_system_font):
7137         Check use_system_font.
7138         (syms_of_xsettings): DEFVAR font-use-system-font.
7140 2009-11-17  Andreas Schwab  <schwab@linux-m68k.org>
7142         * xfns.c (x_default_font_parameter): Remove dead assignment.
7144         * lisp.h (Fbyteorder, init_font, Ffont_get_system_font): Declare.
7146 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
7148         * xftfont.c (xftfont_fix_match): Older versions of fontconfig do
7149         not have FC_LCD_*.  #define them if not there.
7151         * xsettings.c (parse_xft_settings, apply_xft_settings): Ditto.
7153         * xterm.h (struct x_display_info): Add atoms and Window for xsettings.
7155         * xterm.c (handle_one_xevent): Call xft_settings_event for
7156         ClientMessage, PropertyNotify and DestroyNotify.
7157         (x_term_init): If we have XFT, get DPI from Xft.dpi.
7158         Call xsettings_initialize.
7160         * xftfont.c (xftfont_fix_match): New function.
7161         (xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
7162         Call xftfont_fix_match after XftFontMatch.
7164         * xfont.c (xfont_driver): Initialize all members.
7166         * xfns.c (x_default_font_parameter):
7167         Try font from Ffont_get_system_font.
7168         Do not get font from x_default_parameter if we got one from
7169         Ffont_get_system_font.
7170         (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f).
7172         * w32font.c (w32font_driver): Initialize all members.
7174         * termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.
7176         * lisp.h: Declare syms_of_xsettings.
7178         * keyboard.c (kbd_buffer_get_event, make_lispy_event):
7179         Handle CONFIG_CHANGED_EVENT.
7181         * ftfont.c (ftfont_filter_properties): New function.
7183         * frame.c (x_set_font): Remove unused variable lval.
7185         * font.h (struct font_driver): Add filter_properties.
7187         * font.c (font_put_extra): Don't return if val is nil, it means
7188         boolean option is off.
7189         (font_parse_fcname): Collect all extra properties in extra_props
7190         and call filter_properties for all drivers with extra_props and
7191         font as parameter.
7192         (font_open_entity): Do not use cache, it does not pick up new
7193         fontconfig settings like hinting.
7194         (font_load_for_lface): If spec had a name in it, store it in entity.
7196         * emacs.c (main): Call syms_of_xsettings.
7198         * config.in: HAVE_GCONF is new.
7200         * Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
7201         xsettings.o is new.
7203 2009-11-17  Kenichi Handa  <handa@m17n.org>
7205         * xdisp.c (x_produce_glyphs): Consider face-remapping when falling
7206         back to the default font in case that no suitable font is found.
7208 2009-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7210         * menu.c (Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
7211         Suggested by Chad Brown <yandros@mit.edu>.
7212         (push_menu_item): Use MENU_ITEMS_ITEM_* names.
7214 2009-11-16  Jan Djärv  <jan.h.d@swipnet.se>
7216         * xmenu.c (x_menu_wait_for_event): Call XFlush before select.
7218 2009-11-14  Andreas Schwab  <schwab@linux-m68k.org>
7220         * Makefile.in: Ignore errors from mkdir when creating deps directory.
7222 2009-11-14  Jan Djärv  <jan.h.d@swipnet.se>
7224         * gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already
7225         has a parent.
7227         * Makefile.in: If AUTO_DEPEND is defined, make gcc generate
7228         dependency files in deps/.  Include those files into Makefile.
7230         * config.in: Generated (AUTO_DEPEND).
7232 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
7234         * dbusbind.c (Vdbus_registered_objects_table): Rename from
7235         Vdbus_registered_functions_table, because it contains also
7236         properties.  Fix docstring.
7237         (Fdbus_call_method, Fdbus_call_method_asynchronously): Fix docstring.
7239 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7241         * alloc.c (mark_object): Don't reprocess marked strings.
7242         Check vector's markbit earlier.  Adjust calls to mark_vectorlike.
7243         (mark_vectorlike, mark_char_table): Assume the object is unmarked.
7245 2009-11-13  Kenichi Handa  <handa@m17n.org>
7247         * category.c (word_boundary_p): Adjust for the change of the
7248         semantics of Vword_combining_categories.
7249         (Vword_combining_categories): Describe the slight change of the
7250         semantics.
7252 2009-11-13  Eli Zaretskii  <eliz@gnu.org>
7254         * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
7256         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change.
7258 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7260         * xdisp.c (syms_of_xdisp): Fix typo in last change.
7262 2009-11-12  Juanma Barranquero  <lekktu@gmail.com>
7264         * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
7266 2009-11-11  David Reitter  <david.reitter@gmail.com>
7268         * menu.c (Fx_popup_menu): Remove left-over debugging code and rename
7269         variables to fix 2009-11-09 change.
7271 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7273         * process.c (ifflag_def): Make flag_sym constant.
7274         (Fnetwork_interface_info): Use a constant pointer.
7275         (ifflag_table):
7276         * xfns.c (cursor_bits):
7277         * xdisp.c (power_letter):
7278         * termcap.c (speeds, esctab):
7279         * sysdep.c (baud_convert):
7280         * keyboard.c (lispy_accent_codes, modifier_names):
7281         * image.c (xbm_format, xpm_format, pbm_format, png_format)
7282         (jpeg_format, tiff_format, gif_format, svg_format)
7283         (interlace_start, interlace_increment, gs_format):
7284         * gtkutil.c (separator_names):
7285         * fringe.c (swap_nibble):
7286         * fns.c (base64_value_to_char, base64_char_to_value):
7287         * fileio.c (make_temp_name_tbl):
7288         * coding.c (suffixes): Make constant.
7290         * frame.c (make_initial_frame):
7291         * buffer.c (init_buffer_once): Use make_pure_c_string instead of
7292         build_string.
7293         * alloc.c (syms_of_alloc): Build Vmemory_signal_data in pure memory.
7295         * s/freebsd.h:
7296         * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
7298         * Makefile.in: Add dependencies to lisp.h.  Remove dependencies
7299         for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
7301         * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
7302         * xterm.c (syms_of_xterm):
7303         * xfaces.c (syms_of_xfaces):
7304         * xdisp.c (syms_of_xdisp):
7305         * lread.c (syms_of_lread):
7306         * keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
7307         build_string.
7309         * doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
7311 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7313         * fns.c (Fplist_get): Merge the active and the commented out code.
7315 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
7317         * keyboard.h: Declare timer_check.
7319         * keyboard.c (timer_check_2): New function that does what the old
7320         timer_check did.
7321         (timer_check): Call timer_check_2 until -1 or a non-zero time is
7322         returned, i.e. don't return -1 with timers pending.
7324         * process.c: Remove extern declaration of timer_check.
7326         * xmenu.c (x_menu_wait_for_event): Remove code that did a timeout
7327         even if timer_check returned -1.
7329         * gtkutil.c (xg_dialog_response_cb): Data is now a struct
7330         xg_dialog_data.
7331         (pop_down_dialog): Destroy widget (if any), cancel timer and unref
7332         the event loop.
7333         (xg_maybe_add_timer, xg_dialog_run): New functions (bug #4574).
7334         (xg_get_file_name, xg_get_font_name): Call xg_dialog_run (bug #4574).
7335         Destroy the dialog after xg_dialog_run.
7337 2009-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7339         * menu.c (Fx_popup_menu) [HAVE_NS]: Remove unused vars.
7341 2009-11-10  Jan Djärv  <jan.h.d@swipnet.se>
7343         * xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
7345 2009-11-09  Juanma Barranquero  <lekktu@gmail.com>
7347         * menu.c [HAVE_NTGUI]: Declare current_popup_menu.
7349 2009-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7351         * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
7352         w32menu.c, and nsmenu.m.
7353         Simplify the obsolete case where position is nil.
7354         (cleanup_popup_menu): New function, moved from nsmenu.m.
7355         (struct skp): Remove slot `notreal'.
7356         (single_keymap_panes, keymap_panes): Remove arg `notreal' and
7357         adjust callers.
7358         (single_menu_item): Adjust call to parse_menu_item.
7359         (syms_of_menu): Defsubr x-popup-menu.
7360         * menu.h (Vmenu_updating_frame): Consolidate declarations from *menu.c.
7361         (keymap_panes): Don't export any more.
7362         (mouse_position_for_popup, w32_menu_show, ns_menu_show)
7363         (xmenu_show): Declare.
7364         * keyboard.c (parse_menu_item): Remove arg `notreal'.
7365         (menu_bar_item, read_char_minibuf_menu_prompt): Adjust callers.
7366         * keyboard.h (parse_menu_item): Update declaration.
7367         * xmenu.c (Fx_popup_menu): Remove.
7368         (syms_of_xmenu): Don't defsubr x-popup-menu.
7369         * w32menu.c (Fx_popup_menu): Remove.
7370         (syms_of_w32menu): Don't defsubr x-popup-menu.
7371         * nsmenu.m (cleanup_popup_menu): Remove.
7372         (ns_menu_show): Rename from ns_popup_menu and remove all the code
7373         moved to menu.c's Fx_popup_menu.
7374         (Fx_popup_menu): Remove.
7375         (syms_of_nsmenu): Don't defsubr x-popup-menu, and don't initialize
7376         menu_items (it's done in menu.c already).
7378 2009-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7380         * keyboard.c (parse_menu_item): Handle `notreal' a bit earlier.
7381         Use `tem' less.  Make sure KEYEQ holds a string or nil (bug#4879).
7383 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7385         * xmenu.c (Fx_popup_menu): Extract event timestamp.  Pass it to
7386         xmenu_show.  Hide any tooltip before opening a menu.
7387         (xmenu_show): New arg.  Pass it to create_and_show_popup_menu.
7388         (create_and_show_popup_menu): New arg.  Pass it to gtk_menu_popup.
7390 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7392         Let integers use up 2 tags to give them one extra bit and thus double
7393         their range.
7394         * lisp.h (USE_2_TAGS_FOR_INTS): New macro.
7395         (LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P):
7396         New macros.
7397         (enum Lisp_Type): Use them.  Give explicit values.
7398         (Lisp_Type_Limit): Remove.
7399         (XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
7400         (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
7401         Pay attention to USE_2_TAGS_FOR_INTS.
7402         (INTEGERP): Use LISP_INT_TAG_P.
7403         * fns.c (internal_equal): Simplify the default case.
7404         (sxhash): Use case_Lisp_Int.
7405         * data.c (wrong_type_argument): Don't check against Lisp_Type_Limit
7406         any more.
7407         (Ftype_of): Use case_Lisp_Int.
7408         (store_symval_forwarding): Take into account the fact that Ints can
7409         now have more than one tag.
7410         * buffer.c (syms_of_buffer): Use LISP_INT_TAG.
7411         (buffer_slot_type_mismatch):
7412         * xfaces.c (face_attr_equal_p):
7413         * print.c (print_object):
7414         * alloc.c (mark_maybe_object, mark_object, survives_gc_p):
7415         Use case_Lisp_Int.
7417 2009-11-06  Eli Zaretskii  <eliz@gnu.org>
7419         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
7421         * alloc.c (make_pure_c_string): Fix last change to avoid compiler
7422         warning.
7424 2009-11-06  Jan Djärv  <jan.h.d@swipnet.se>
7426         * gtkutil.c (xg_event_is_for_scrollbar): New function (bug#4870).
7428         * gtkutil.h: Declare xg_event_is_for_scrollbar (bug#4870).
7430         * xterm.c (handle_one_xevent): Call xg_event_is_for_scrollbar for
7431         ButtonPressRelease and MotionNotify (bug#4870).
7433 2009-11-06  Dan Nicolaescu  <dann@ics.uci.edu>
7435         * keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
7437         * xterm.c (syms_of_xterm):
7438         * xselect.c (syms_of_xselect):
7439         * xmenu.c (syms_of_xmenu):
7440         * xfns.c (syms_of_xfns):
7441         * xfaces.c (syms_of_xfaces):
7442         * xdisp.c (syms_of_xdisp):
7443         * window.c (syms_of_window):
7444         * w32fns.c (syms_of_w32fns):
7445         * undo.c (syms_of_undo):
7446         * textprop.c (syms_of_textprop):
7447         * terminal.c (syms_of_terminal):
7448         * syntax.c (syms_of_syntax):
7449         * sound.c (syms_of_sound):
7450         * search.c (syms_of_search):
7451         * print.c (syms_of_print):
7452         * minibuf.c (syms_of_minibuf):
7453         * macros.c (syms_of_macros):
7454         * keymap.c (syms_of_keymap, initial_define_key)
7455         (initial_define_lispy_key):
7456         * keyboard.c (syms_of_keyboard):
7457         * insdel.c (syms_of_insdel):
7458         * image.c (syms_of_image):
7459         * fringe.c (syms_of_fringe):
7460         * frame.c (syms_of_frame):
7461         * fontset.c (syms_of_fontset):
7462         * fns.c (syms_of_fns):
7463         * fns.c (syms_of_fns):
7464         * fileio.c (syms_of_fileio):
7465         * fileio.c (syms_of_fileio):
7466         * eval.c (syms_of_eval):
7467         * doc.c (syms_of_doc):
7468         * dispnew.c (syms_of_display):
7469         * dired.c (syms_of_dired):
7470         * dbusbind.c (syms_of_dbusbind):
7471         * data.c (syms_of_data):
7472         * composite.c (syms_of_composite):
7473         * coding.c (syms_of_coding):
7474         * cmds.c (syms_of_cmds):
7475         * charset.c (define_charset_internal, syms_of_character):
7476         * ccl.c (syms_of_ccl):
7477         * category.c (syms_of_category, init_category_once):
7478         * casetab.c (syms_of_casetab):
7479         * casefiddle.c (syms_of_casefiddle):
7480         * callint.c (syms_of_callint):
7481         * bytecode.c (syms_of_bytecode):
7482         * buffer.c (keys_of_buffer, syms_of_buffer):
7483         * alloc.c (syms_of_alloc):
7484         * process.c (syms_of_process, init_process):
7485         * lread.c (syms_of_lread, init_obarray):
7486         * font.c (build_style_table):
7487         * emacs.c (syms_of_emacs, main): Replace calls to intern with
7488         intern_c_string, calls to make_pure_string with
7489         make_pure_c_string.  Use pure_cons instead of Fcons.
7491         * process.c (socket_options): Make it const.
7492         (set_socket_option, init_process): Use a const pointer.
7494         * lread.c (intern_c_string): New function.
7495         (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7496         (defvar_int): Uset it.  Make the name const char*.
7498         * lisp.h (defvar_kboard, defvar_lisp, defvar_lisp_nopro, defvar_bool)
7499         (defvar_int): Update prototypes.
7500         (DEFUN, EXFUN): Support for prototypes is now required.
7501         (intern_c_string): New prototype.
7502         (struct Lisp_Subr): Make symbol_name constant.
7504         * font.c (struct table_entry): Remove unused member.  Make NAMES
7505         constant.
7506         (weight_table, slant_table, width_table): Make constant.
7508         * emacs.c (struct standard_args): Make name and longname constant.
7510         * character.h (DEFSYM): Use intern_c_string.
7512 2009-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7514         * alloc.c (make_pure_c_string): New function.
7516         * eval.c (Fautoload): Purecopy all arguments.
7518 2009-11-05  Kenichi Handa  <handa@m17n.org>
7520         * fileio.c (Finsert_file_contents): Be sure set coding-system of
7521         the buffer in case of replace.
7523 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7525         * puresize.h (BASE_PURESIZE): Increase to 1620000.
7527 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7529         * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
7530         when applicable (bug#4851).
7532         * lisp.h: Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
7533         (P_): Support for prototypes is now required.
7535 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7537         * frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
7538         (Bug#4827).
7540 2009-10-30  Eli Zaretskii  <eliz@gnu.org>
7542         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
7544 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7546         * puresize.h (BASE_PURESIZE): Increase to 1470000.
7548         * lread.c (Fload): Purecopy the file name when building
7549         Vpreloaded_file_list.
7551 2009-10-29  Jason Rumney  <jasonr@wanchan.jasonrumney.net>
7553         * w32fns.c (syms_of_w32fns): Change default value of
7554         w32-scroll-lock-modifier to nil.  (Bug#2827)
7556 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7558         * minibuf.c (Fall_completions): Fix typos in docstring.
7560 2009-10-26  Andreas Schwab  <schwab@redhat.com>
7562         * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
7564 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7566         * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
7567         For delta < 0, skip check that only makes sense when the mini-window
7568         is going to be enlarged.  (Bug#4534)
7570 2009-10-25  Chong Yidong  <cyd@stupidchicken.com>
7572         * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
7573         string in menu maps (Bug#4471).
7575 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7577         * nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
7578         FRAME_NS_VIEW on terminal frames (Bug#4765).
7580 2009-10-24  Andreas Schwab  <schwab@linux-m68k.org>
7582         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
7583         DBUS_TYPE_UINTnn separately to get proper sign extension.
7585         * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
7586         can properly handle unsigned types.
7587         (make_uid, make_gid): Remove.
7589         * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
7590         types again.
7592         * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
7593         (system_process_attributes): Likewise.
7595 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7597         * keymap.c (Fmake_sparse_keymap): Purecopy the name.
7599         * eval.c (Fautoload): Purecopy the filename.  Simplify.
7601         * category.c (Fdefine_category): Purecopy docstring.
7603 2009-10-23  Andreas Schwab  <schwab@linux-m68k.org>
7605         * lisp.h (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
7607         * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
7609 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7611         * window.c (Fwindow_edges, Fwindow_pixel_edges)
7612         (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Doc fix
7613         (Bug#4775).
7615 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7617         * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
7618         (init_fileio_once):
7619         * lisp.h (init_fileio_once): Remove.
7620         * emacs.c (main): Don't call init_fileio_once.
7622 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7624         * puresize.h (BASE_PURESIZE): Increase to 1430000.
7626 2009-10-21  Andreas Schwab  <schwab@linux-m68k.org>
7628         * doprnt.c (doprnt): Fix overflow check.
7630 2009-10-21  Jan Djärv  <jan.h.d@swipnet.se>
7632         * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
7634         * xterm.h (x_wait_for_event): Declare it.
7636         * xterm.c (pending_event_wait): New variable.
7637         (handle_one_xevent): Set pending_event_wait.eventtype to 0 if we
7638         see pending_event_wait.eventtype.
7639         (handle_one_xevent): Don't change gravity when parent changes.
7640         (x_new_font): Call change_frame_size with new rows/columns before we
7641         try to resize the frame.
7642         (x_wait_for_event): New function.
7643         (x_set_window_size_1): Don't change gravity unless change_gravity
7644         is set.
7645         Call XResizeWindow with FRAME_OUTER_WINDOW.  If we are visible,
7646         don't change frame size, instead wait for the ConfigureNotify.
7647         (x_set_window_size): Call x_set_window_size_1 for USE_X_TOOLKIT also.
7648         (x_wm_set_size_hint): Remove ifdefs for USE_X_TOOLKIT.
7649         (x_initialize): Initialize pending_event_wait.
7651         * xmenu.c (set_frame_menubar): Add internal border width to menu bar
7652         size.
7654         * widget.c (EmacsFrameSetValues): Add comment.
7655         (EmacsFrameSetCharSize): Just call x_set_window_size.
7657         * gtkutil.c (xg_frame_set_char_size): Flush events and call
7658         x_wait_for_event.
7659         (flush_and_sync): Remove again.
7660         (xg_get_font_name): Suggest monospace if no previous font is known.
7662 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7664         * character.c (char_resolve_modifier_mask): Don't resolve meta to the
7665         8th bit, since that only made sense in the ASCII world (bug#4751).
7667 2009-10-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7669         * xterm.c (XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
7670         processing pending events when event is filtered for input method.
7671         (Bug#3681)
7673 2009-10-20  Juanma Barranquero  <lekktu@gmail.com>
7675         * fns.c: Add #endif accidentally removed in previous change.
7677 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7679         * fns.c: Remove code for unsupported system: MAC_OS.
7680         * image.c: Likewise.  Include setjmp.h.
7682 2009-10-19  Jan Djärv  <jan.h.d@swipnet.se>
7684         * xterm.c (x_create_toolkit_scroll_bar): Don't allocate color for
7685         pixel -1 (bug #4742).
7687 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7689         * process.c (create_pty): Remove conditionals for no longer
7690         supported systems: UNIPLUS and RTU.
7692         * xterm.c:
7693         * xfns.c: Remove always true condition: XtSpecificationRelease >= 5.
7695         * alloc.c: Do not define struct catchtag.
7696         * eval.c: Move struct catchtag definition ...
7697         * lisp.h: ... here.
7699         * image.c: Move png.h #include earlier to avoid warnings.
7701         * xterm.c:
7702         * xsmfns.c:
7703         * xselect.c:
7704         * xrdb.c:
7705         * xmenu.c:
7706         * xftfont.c:
7707         * xfont.c:
7708         * xfns.c:
7709         * xfaces.c:
7710         * xdisp.c:
7711         * window.c:
7712         * widget.c:
7713         * w32xfns.c:
7714         * w32uniscribe.c:
7715         * w32term.c:
7716         * w32select.c:
7717         * w32reg.c:
7718         * w32proc.c:
7719         * w32menu.c:
7720         * w32inevt.c:
7721         * w32heap.c:
7722         * w32font.c:
7723         * w32fns.c:
7724         * w32console.c:
7725         * w32.c:
7726         * w16select.c:
7727         * vm-limit.c:
7728         * unexsol.c:
7729         * unexec.c:
7730         * unexcw.c:
7731         * unexaix.c:
7732         * undo.c:
7733         * tparam.c:
7734         * textprop.c:
7735         * terminfo.c:
7736         * terminal.c:
7737         * termcap.c:
7738         * term.c:
7739         * syntax.c:
7740         * sound.c:
7741         * sheap.c:
7742         * search.c:
7743         * scroll.c:
7744         * region-cache.c:
7745         * regex.c:
7746         * ralloc.c:
7747         * process.c:
7748         * print.c:
7749         * nsterm.m:
7750         * nsselect.m:
7751         * nsmenu.m:
7752         * nsimage.m:
7753         * nsfont.m:
7754         * nsfns.m:
7755         * msdos.c:
7756         * minibuf.c:
7757         * menu.c:
7758         * marker.c:
7759         * macros.c:
7760         * keymap.c:
7761         * keyboard.c:
7762         * intervals.c:
7763         * insdel.c:
7764         * indent.c:
7765         * gtkutil.c:
7766         * ftxfont.c:
7767         * ftfont.c:
7768         * fringe.c:
7769         * frame.c:
7770         * fontset.c:
7771         * font.c:
7772         * fns.c:
7773         * floatfns.c:
7774         * filelock.c:
7775         * fileio.c:
7776         * emacs.c:
7777         * editfns.c:
7778         * dosfns.c:
7779         * doprnt.c:
7780         * doc.c:
7781         * dispnew.c:
7782         * dired.c:
7783         * dbusbind.c:
7784         * data.c:
7785         * composite.c:
7786         * coding.c:
7787         * cmds.c:
7788         * cm.c:
7789         * chartab.c:
7790         * charset.c:
7791         * character.c:
7792         * ccl.c:
7793         * category.c:
7794         * casetab.c:
7795         * casefiddle.c:
7796         * callproc.c:
7797         * callint.c:
7798         * bytecode.c:
7799         * buffer.c:
7800         * atimer.c: Include setjmp.h.  (Bug#4643)
7802 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7804         Remove leftover table unibyte_to_multibyte_table.
7805         * character.c (unibyte_to_multibyte_table): Remove.
7806         (Funibyte_char_to_multibyte): Use MAKE_CHAR_MULTIBYTE.
7807         * charset.c (init_charset_once): Don't init unibyte_to_multibyte_table.
7808         * character.h (UNIBYTE_TO_CHAR): New macro.
7809         (MAKE_CHAR_MULTIBYTE): Use it.
7810         (unibyte_to_multibyte_table, unibyte_char_to_multibyte): Remove.
7811         * xdisp.c (get_next_display_element): USE ASCII_CHAR_P.
7812         (message_dolog, set_message_1):
7813         * search.c (Freplace_match):
7814         * editfns.c (Fcompare_buffer_substrings):
7815         * fns.c (Fcompare_strings): Use MAKE_CHAR_MULTIBYTE.
7816         (concat):
7817         * insdel.c (copy_text, count_size_as_multibyte):
7818         Use ASCII_CHAR_P and BYTE8_TO_CHAR.
7819         * term.c (produce_glyphs):
7820         * syntax.c (skip_chars): Use BYTE8_TO_CHAR.
7821         * regex.c (RE_CHAR_TO_MULTIBYTE):
7822         * cmds.c (internal_self_insert):
7823         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use UNIBYTE_TO_CHAR.
7825         * cmds.c (internal_self_insert): `c' is already in "multibyte" form.
7827 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7829         * puresize.h (BASE_PURESIZE): Increase to 1310000.
7831 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7833         * buffer.c (Fbuffer_name): Doc fix.  (Bug#4728)
7835 2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
7837         * nsterm.h (NS_HAVE_NSINTEGER): Back out and augment with CGFloat,
7838         still needed under Tiger.
7840         * nsterm.m (EmacsView-conversationIdentifier): Arg is long.
7842         * m/amdx86-64.h: Don't set LIB_STANDARD and START_FILES under
7843         __Apple__.
7845         * m/intel386.h: Remove DARWIN_OS/_LP64 special case.
7847 2009-10-15  Kenichi Handa  <handa@m17n.org>
7849         * print.c (print_object): Escape a symbol like "2E10" too.
7851 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
7853         Cleanups and changes for 64-bit compile under Snow Leopard.
7854         Based on suggestions by Erik Charlebois.
7856         * nsfns.m (xw-color-values): Use CGFloat where appropriate.
7858         * nsfont.m (ns_char_width): Replace deprecated call.
7859         (ns_findfonts, nsfont_list_family): Use long format in printf, and
7860         cast argument.
7861         (nsfont_open): Use ns_char_width() everywhere.
7862         (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
7864         * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
7866         * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
7867         where appropriate.
7869         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
7870         where appropriate.
7871         (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:):
7872         Use stringWithUTF8String.
7873         (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
7875         * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip):
7876         Add formal protocol mention to inheritance.
7877         [NS_HAVE_NSINTEGER]: Drop conditional and contents.
7879         * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.
7880         Fix printf format.
7881         (ns_query_color): Use CGFloat where appropriate.
7882         (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
7883         (EmacsScroller-mouseDown:): Use long format in printf, and cast
7884         argument.
7886         * config.in (NS_HAVE_NSINTEGER): Drop.
7888         * dbusbind.c (dbus-method-return-internal)
7889         (dbus-method-error-internal): Use long format in printf, and cast
7890         argument.
7892         * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
7893         in printf, and cast argument.
7895         * process.c (list_processes_1): Use long format in printf, and
7896         cast argument.
7898 2009-10-11  Glenn Morris  <rgm@gnu.org>
7900         * frame.c (Fframe_pixel_height): Doc fix.  (Bug#4535)
7902 2009-10-08  Jan Djärv  <jan.h.d@swipnet.se>
7904         * gtkutil.c (create_menus): Call gtk_widget_set_size_request for
7905         menu bar with a small width so it doesn't enlarge the frame.
7907 2009-10-08  Juanma Barranquero  <lekktu@gmail.com>
7909         * fontset.c (Fset_fontset_font): Fix typos in error messages.
7911 2009-10-06  Glenn Morris  <rgm@gnu.org>
7913         * Makefile.in (emacs${EXEEXT}): Remove direct dependence on
7914         SOME_MACHINE_LISP (this enters indirectly via DOC).
7916 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
7918         * dired.c (Ffile_attributes): Doc fix.  (Bug#4638)
7920 2009-10-04  Eli Zaretskii  <eliz@gnu.org>
7922         * xdisp.c (syms_of_xdisp) <unibyte-display-via-language-environment>:
7923         Doc fix.
7925 2009-10-03  Martin Rudalics  <rudalics@gmx.at>
7927         * window.c (Fdelete_window): Check WINDOW argument.  (Bug#4618)
7929 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
7931         * lisp.h (Qdelete_directory_internal): Remove, because it is not
7932         used anymore outside fileio.c.
7934         * w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
7936 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7938         * lisp.h (Qdelete_directory_internal):
7939         Declare, instead of Qdelete_directory.
7941         * w32fns.c (Fsystem_move_file_to_trash): Use it.
7943 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7945         * eval.c (Fcalled_interactively_p): Add `kind' argument.
7947 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7949         * fileio.c (Fdelete_directory_internal): Rename from
7950         Fdelete_directory.  It is not a command anymore.  It has no file
7951         name handler.
7953 2009-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7955         * xdisp.c (get_next_display_element): Use an enum in last change.
7957 2009-09-28  Kenichi Handa  <handa@m17n.org>
7959         * xdisp.c (get_next_display_element): Pay attention to
7960         unibyte_display_via_language_environment in handling
7961         Vnobreak_char_display.
7963 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7965         * nsterm.h (ns_app_name): New extern variable.
7967         * nsterm.m (ns_app_name): New variable.
7968         (ns_term_init): Set and use it.
7969         (ns_term_shutdown): Use it.
7971         * nsmenu.m (ns_update_menubar): Use ns_app_name.  Sync with xmenu.c.
7972         (EmacsMenu-clear:, ns_popup_dialog): Use ns_app_name.
7974         * nsfns.m (ns_set_name_iconic, ns_set_name)
7975         (ns_set_name_as_filename, x-create-frame, ns-get-resource)
7976         (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
7978         * menu.c (find_and_return_menu_selection) [HAVE_NS]:
7979         Remove double-casting in client_data comparison.
7981 2009-09-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7983         * keyboard.c (make_lispy_event): Remember last wheel direction.
7984         (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.
7986 2009-09-26  Glenn Morris  <rgm@gnu.org>
7988         * Makefile.in (MSDOS_SUPPORT) [MSDOS]: Remove unneeded '/' in
7989         internal.elc.  Add term/pc-win.elc.
7990         (WINDOW_SUPPORT) [HAVE_X_WINDOWS]: Add term/common-win.elc and
7991         term/x-win.elc.
7992         (WINNT_SUPPORT) [WINDOWSNT]: Add term/common-win.elc and
7993         term/w32-win.elc.
7994         (NS_SUPPORT): New.
7995         (lisp): Add NS_SUPPORT.
7996         (SOME_MACHINE_LISP): Add term/w32-win.elc and emacs-lisp/easymenu.elc.
7998 2009-09-25  David Reitter  <david.reitter@gmail.com>
8000         * nsmenu.m (EmacsMenu-clear): Recognize application menu
8001         on Mac OS X 10.6+ (bug#4513).
8003 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8005         * frame.c (xrdb_get_resource): Return nil for empty string resources;
8006         some parts of Emacs code (like font selection) don't grok them.
8007         See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
8009 2009-09-24  Andreas Schwab  <schwab@redhat.com>
8011         * coding.c (decode_coding_iso_2022): Fix operator precedence.
8013 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8015         * dired.c (Fdirectory_files): Fix typo in docstring.
8017 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8019         * nsterm.m (EV_TIMESTAMP, x_set_window_size)
8020         (EmacsApp-application:openFiles:): Remove GNUstep conditionals.
8021         (EmacsScroller-setPosition:portion:whole:): Remove -display call
8022         under GNUstep.
8023         (EmacsView-initFrameFromEmacs:): Set autoresizing mask.
8025         * nsfont.m (ns_glyph_metrics): Remove GNUstep conditional for
8026         glyph advancement.
8028 2009-09-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
8030         * nsterm.m (CGContextSetFontRenderingMode): Drop declaration.
8031         (EmacsScroller-mouseDown:): Use SCROLL_BAR_FIRST_DELAY.
8033         * nsmenu.m (EmacsMenu-menuNeedsUpdate): Ignore if frame has been
8034         deleted (bug #4492).
8036         * nsfont.m (Vns_reg_to_script): New lisp variable.
8037         (syms_of_nsfont): Declare it.
8038         (ns_registry_to_script): New function.
8039         (ns_get_req_script): Call it.
8040         (ns_findfonts): Don't give up on non-unicode registry.
8042         * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
8044 2009-09-20  Tom Tromey  <tromey@redhat.com>
8046         * eval.c (find_handler_clause): Make stack-trace-on-error work in
8047         batch mode (bug#4228).
8049 2009-09-18  Rob Christie  <robchristie@gmail.com>  (tiny change)
8051         * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
8052         carefully.  (Bug #4339)
8054 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
8056         * syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
8058 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
8060         * emacs.c (inhibit_x_resources): Update doc string for NS.
8061         (main) [HAVE_NS]: Don't process --no-init-file option.  Remove
8062         legacy code for -NXHost.  Fix error printf in daemon case.
8064         * nsterm.h (ns_no_defaults): Remove.
8066         * nsterm.m (ns_no_defaults): Remove.
8067         (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
8068         (ns_use_qd_smoothing): Remove legacy variable.
8069         (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
8070         don't update the NSWindow itself.
8071         (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
8072         state detection and store user rect ourselves.  (Bug #3581)
8074         * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
8075         ns_use_qd_smoothing.
8077         * nsfns.m (x_get_string_resource): Ape just-previous changes to other
8078         platform versions.  Drop support for emacs-20-style face specs.
8079         (x-close-connection): Drop PSFlush() under OS X.
8080         (x-focus-frame): Activate the app first.  (Bug #4180)
8082 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
8084         * emacs.c (inhibit_x_resources): New variable.
8085         (main) [HAVE_NS]: Don't process --quick command line option.
8086         (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
8088         * lisp.h (inhibit_x_resources): Declare it extern.
8090         * w32reg.c (x_get_string_resource):
8091         * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
8093 2009-09-17  Eli Zaretskii  <eliz@gnu.org>
8095         * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP):
8096         Add lisp/term/internal.elc.
8098 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8100         * frame.c (x_get_resource_string): Re-add for non-toolkit builds
8101         (bug#4461).
8103 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8105         * puresize.h (BASE_PURESIZE): Increase to 1290000.
8107         * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
8108         (OBJECTS_MACHINE): Remove, unused.
8110 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * frame.c (x_get_resource_string): Remove unused.
8114 2009-09-15  Jan Djärv  <jan.h.d@swipnet.se>
8116         * xterm.c (x_new_font): Call change_frame_size before calling
8117         x_set_window_size, in case frame size won't change.
8119         * frame.c (x_set_font): Remove dead code.
8121 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8123         * lread.c (Fload): Also run do-after-load-evaluation while dumping.
8125 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8127         * lread.c (Fload): Don't output a message after loading an obsolete
8128         package any more (done in Lisp now).
8130 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8132         * fns.c (syms_of_fns): Doc fix (Bug#4227).
8134 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8136         * keymap.c (Fwhere_is_internal): Use nconc2.
8138 2009-09-11  Alan Mackenzie  <acm@muc.de>
8140         * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
8141         batch mode.
8143 2009-09-11  Andreas Schwab  <schwab@linux-m68k.org>
8145         * xdisp.c (display_mode_element): Detect cycles.
8147 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8149         * keymap.c (where_is_internal): Don't erroneously return nil right after
8150         filling the cache.
8151         (where_is_internal_1): Fix up typo.
8153 2009-09-11  Glenn Morris  <rgm@gnu.org>
8155         * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
8156         share a common doc-string.
8158 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8160         * keymap.c (get_keymap): Return the actual keymap symbol rather than
8161         t for autoloaded keymaps when autoloading is not allowed (bug#4393).
8163         * keymap.c (QCadvertised_binding): New constant.
8164         (syms_of_keymap): Initialize it.
8165         (Fwhere_is_internal): Try and use bindings from :advertised-binding
8166         if applicable.
8168 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8170         * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
8171         (parse_menu_item): Streamline since bindings are recomputed all the
8172         time anyway.  Don't bother checking Vdefine_key_rebound_commands any
8173         more and don't support lmenu's menu-alias any more either.
8175         * keymap.c (where_is_internal_data): Make noindirect a boolean.
8176         (where_is_internal): Strip it down to only traverse the keymaps.
8177         Move the cache handling from Fwhere_is_internal to here.
8178         (Fwhere_is_internal): Move the handling of remapping and the choice of
8179         the best binding from where_is_internal to here.
8180         Unify the cached/noncached paths, so remapping is also handled
8181         correctly when the cache is used, and so the cache can be used to
8182         speed up remap-handling when applicable.
8183         Give preference to non-remapped bindings.
8184         * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
8185         non-remapped bindings.
8186         * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
8187         command remapping.
8189         * xdisp.c (display_mode_element): Move list length limit from 50 to
8190         5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
8192 2009-09-09  Adrian Robert  <Adrian.B.Robert@gmail.com>
8194         * nsfont.m (ns_get_family): Don't force first letter to uppercase.
8196 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8198         * xdisp.c (Vtruncate_partial_width_windows): Improve docstring.
8199         (Bug#4334)
8201         * keymap.c (where_is_internal): Filter out shadowed remappings.
8202         Assume that where_is_internal returns unshadowed bindings to simplify
8203         the code and get rid of the gotos.  Use ASIZE.
8205 2009-09-04  Jan Djärv  <jan.h.d@swipnet.se>
8207         * xterm.c (x_focus_changed): If we get a focusout and pointer
8208         is invisible, make it visible.
8210         * xterm.h: Remove condition for declaration of
8211         x_*_window_to_frame.
8213 2009-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8215         * dispnew.c (Fsend_string_to_terminal): Make it work again on the
8216         initial terminal as well.
8218 2009-09-02  Jan Djärv  <jan.h.d@swipnet.se>
8220         * xterm.h: Rename x_non_menubar_window_to_frame to
8221         x_menubar_window_to_frame.
8223         * xterm.c: Remove declarations also in xterm.h.
8224         (XTmouse_position): Do not return valid positions
8225         for clicks in the menubar and the toolbar for Gtk+.
8227         * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
8228         if the widget for the event has the same top level as a frame,
8229         return the frame.
8230         (x_menubar_window_to_frame): Detect menu bar even with Gtk+
8231         internal windows, bug #4122.
8232         (x_non_menubar_window_to_frame): Remove.
8234 2009-09-02  Glenn Morris  <rgm@gnu.org>
8236         * buffer.c (default-major-mode): Move most of the doc from here...
8237         (major-mode): ... to here.
8239 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8241         * process.c (wait_reading_process_output): Keep the descriptor
8242         when pty is used by a non-child process, e.g., in I/O buffer of
8243         GDB this allows inferior to be restarted.
8245 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
8247         * xdisp.c (redisplay_internal): Remove redundant test and collapse
8248         both branches into one.
8250 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8252         * emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
8253         (main): Use enable-multibyte-characters rather than
8254         default-enable-multibyte-characters.  Output a warning message when
8255         running a unibyte session.
8257 2009-08-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8259         * unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
8260         LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
8261         (copy_data_segment): Also copy __program_vars section.
8262         (copy_dyld_info) [LC_DYLD_INFO]: New function.
8263         (dump_it) [LC_DYLD_INFO]: Use it.
8265         * s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
8267 2009-08-28  Eli Zaretskii  <eliz@gnu.org>
8269         * makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on
8270         $(SRC)/buildobj.h.
8271         (buildobj.h): Renamed from $(SRC)/buildobj.h.
8272         (make-buildobj-CMD, make-buildobj-SH): Create buildobj.h, not
8273         $(SRC)/buildobj.h.
8274         (clean): Add buildobj.h.
8276 2009-08-28  Teodor Zlatanov  <tzz@lifelogs.com>
8278         * print.c (print_object): Set escapeflag to 1 when printing
8279         hashtable keys and values.
8281 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8283         * lread.c (read_integer): Use doubles (and potentially return a float
8284         number) as we do in string-to-number.
8285         (read1): Use strtol to read integers, signal errors on strtol's
8286         overflow and use floats if strtol's output is too large for
8287         Elisp integers.
8289 2009-08-27  Eli Zaretskii  <eliz@gnu.org>
8291         * makefile.w32-in ($(SRC)/buildobj.h, make-buildobj-CMD)
8292         (make-buildobj-SH): Fix last change.
8293         (SRC): Move to before where it's first used.
8295 2009-08-27  Kenichi Handa  <handa@m17n.org>
8297         * process.c (send_process): Use encode_coding_object instead of
8298         encode_coding_string to perform eol-conversion even if the string
8299         is unibyte.
8301         * coding.c (encode_coding_utf_16): Fix checking of a Unicode
8302         character.
8304         * cmds.c (Fself_insert_command): Avoid unnecessay
8305         unibyte->multibyte conversion.  (Bug#4240)  (Bug#4037)
8307 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
8309         * callproc.c (Fcall_process): Remove always true #if.
8311         * lisp.h: Replace #if 0 code for checking with text pointing to
8312         the --enable-checking configure flag.
8314         * emacs.c (main): Mention the --enable-profiling configure flag
8315         instead of using CFLAGS.
8317 2009-08-26  Ken Raeburn  <raeburn@raeburn.org>
8319         * Makefile.in (buildobj.h): New target.
8320         (doc.o): Depend on it.
8321         (temacs${EXEEXT}): Don't generate buildobj.lst.
8322         (mostlyclean): Delete buildobj.h, not buildobj.lst.
8323         * makefile.w32-in ($(SRC)/buildobj.h): New target.
8324         ($(BLD)/doc.$(O)): Depend on it.
8325         (make-buildobj-CMD, make-buildobj-SH): New targets.  (Syntax help
8326         provided by Eli Zaretskii.)
8327         ($(TEMACS)): Don't generate buildobj.lst.
8328         * doc.c: Include buildobj.h.
8329         (buildobj): New static variable.
8330         (Fsnarf_documentation): Use it, instead of opening and reading
8331         buildobj.lst.
8333 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
8335         * dbusbind.c (Fdbus_call_method)
8336         (Fdbus_call_method_asynchronously): Use English numeric format for
8337         timeout values in doc string.
8339 2009-08-25  Kenichi Handa  <handa@m17n.org>
8341         * alloc.c (mark_char_table): New function.
8342         (mark_object): Use mark_char_table for a char-table.
8344         * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
8345         (CHAR_TABLE_REF): Use it.
8347 2009-08-23  Ken Raeburn  <raeburn@raeburn.org>
8349         * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
8350         before invoking the newly build emacs to check for load-path
8351         shadowing.
8353 2009-08-22  Glenn Morris  <rgm@gnu.org>
8355         * Makefile.in (bootstrap_exe): New variable.
8356         (.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
8357         Use ${bootstrap_exe}.
8359 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
8361         * coding.h (encode_coding_string): Don't encode unibyte strings.
8362         (Bug#4047)
8364 2009-08-22  Michael Albinus  <michael.albinus@gmx.de>
8366         * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
8368         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove.  It was
8369         intended as hotfix only.
8370         (xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
8372 2009-08-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
8374         * nsterm.m (ns_get_color): Update documentation properly for last
8375         change, and clean up loose ends in the code left by it.  Fix
8376         longstanding bug with 16-bit hex parsing, and add support for
8377         yet another X11 format (rgb:r/g/b) for compatibility.
8378         * nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
8379         timer_check() to avoid crash on Leopard/PPC.  Bug #2154.
8381 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8383         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
8385 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
8387         * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
8388         (xd_add_watch, xd_remove_watch): Use it.  Print debug messages.
8389         (xd_initialize, xd_pending_messages): Check, whether
8390         $DBUS_SESSION_BUS_ADDRESS is set.
8392 2009-08-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8394         * nsfns.m (Fxw_color_values): Return 3-element list.  Doc fix.
8396         * nsterm.m (ns_get_color): Remove incompatible color formats again.
8398 2009-08-20  Glenn Morris  <rgm@gnu.org>
8400         * emacs.c (system-type): Doc fix.
8402 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
8405         enough for the most common situations.  Avoid SET_SYMBOL_VALUE.
8407 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
8409         * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus):
8410         New functions.
8411         (xd_initialize): Revert change from 2009-08-16.
8413 2009-08-18  Kenichi Handa  <handa@m17n.org>
8415         * fontset.c (Ffontset_font): If a nil element is found in a
8416         font-group vector, return nil.
8418 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
8420         * process.c (status_notify): Don't perform redisplay.
8421         (Fdelete_process, list_processes_1, process_send_signal):
8422         Expliticly perform redisplay.
8423         (wait_reading_process_output): Always check process status, but
8424         don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
8426 2009-08-17  Ken Raeburn  <raeburn@raeburn.org>
8428         * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
8429         (XFLOAT_INIT): New macro for storing a float value.
8430         * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
8431         * fns.c (sxhash): Copy out the value of a float in order to
8432         examine its bytes.
8433         * dbusbind.c (xd_append_arg): Likewise.
8435         * emacs.c (main): Don't call syms_of_data twice.
8437 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
8439         * dbusbind.c (xd_initialize): Add connection file descriptor to
8440         input_wait_mask, in order to let select() detect, whether a new
8441         message has been arrived.
8442         (Fdbus_call_method_asynchronously): Allow nil HANDLER.
8444 2009-08-15  Michael Albinus  <michael.albinus@gmx.de>
8446         * dbusbind.c (xd_get_dispatch_status, xd_pending_messages):
8447         New functions.
8449         * lisp.h (xd_pending_messages): Declare.
8451         * keyboard.c (readable_events): Call xd_pending_messages.
8453 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
8455         * eval.c (Fcalled_interactively_p, Finteractive_p): Doc fix (Bug#3936).
8457         * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131).
8459         * buffer.c (set_buffer_internal_1)
8460         (swap_out_buffer_local_variables): Check for unbound local
8461         variables (Bug#4138).
8463 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
8465         * process.c (create_pty): Fix last change.
8467 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
8469         * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
8470         (xbm_load_image): Caller changed.
8471         (xbm_file_p): Avoid signalling an image_error (Bug#4107).
8473 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
8475         * process.c (create_pty): New function.
8476         (Fstart_process): Use it to allow Emacs to just associate a pty
8477         with the buffer.  See associated change in gdb-mi.el.
8478         (list_processes_1): Deal with no program name.
8479         (start_process_unwind): Use pid == -2 to mean no process.
8481 2009-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8483         * cmds.c (nonundocount): New global variable.
8484         (keys_of_cmds): Initialize it.
8485         (Fself_insert_command): Use it to combine upto 20 sequential chars
8486         into a single undo entry, just like the Qself_insert_command code in
8487         keyboard.c does.
8488         Call frame_make_pointer_invisible, also like the Qself_insert_command
8489         code in keyboard.c does.
8490         * keyboard.c (command_loop_1): Use the new global nonundocount rather
8491         than its own local replacement for it.
8493 2009-08-10  Ken Raeburn  <raeburn@raeburn.org>
8495         * fns.c (concat): Don't re-set string length to its current value.
8497         * coding.h (decode_coding_string, encode_coding_string):
8498         Use SBYTES macro.
8500         * doprnt.c (doprnt_lisp): Delete unused function.
8501         (doprnt): Merge with doprnt1, discarding lispstrings code.
8502         * lisp.h (doprnt_lisp): Don't declare.
8504 2009-08-07  Juri Linkov  <juri@jurta.org>
8506         * puresize.h (BASE_PURESIZE): Increase to 1270000.
8508 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8510         * print.c (syms_of_print): Undo previous change.
8512 2009-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
8514         * lread.c (read1, syms_of_lread): Read hashtables back from the
8515         readable format.
8517         * print.c (print_preprocess, print_object): Print hashtables fully
8518         and readably.
8519         (syms_of_print): Provide 'hashtable-print-readable.
8521 2009-08-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
8523         * nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has
8524         no family set.
8525         (nsfont_open): Handle case when entity has no family.
8527 2009-07-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
8529         * nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one
8530         element, not a list, for match case.
8532 2009-07-28  Kenichi Handa  <handa@m17n.org>
8534         * font.c (font_parse_xlfd): Check DPI and AVGWIDTH properties more
8535         rigidly.
8537         * xfont.c (xfont_list_pattern): Don't ignore the return value of
8538         font_parse_xlfd.  Check font properties more rigidly.
8540 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8542         * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in
8543         bsd-common.h.
8545 2009-07-27  Kenichi Handa  <handa@m17n.org>
8547         * xfaces.c (face_with_height): Call font_clear_prop.
8549 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
8551         * dispnew.c (init_display): Use Qx, Qw32, and Qns.
8553         * xterm.c (x_term_init): Use Qx.
8555         * nsfont.m (nsfont_draw): Revert 2009-07-15 change.
8557         * nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
8558         (ns_get_color): Revert 2009-07-16 change.
8560 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
8562         * lread.c (syms_of_lread) <force_load_messages>: New variable.
8563         (Fload): Use it to force load messages, even if NOMESSAGES is non-nil.
8565 2009-07-25  Ken Raeburn  <raeburn@raeburn.org>
8567         * coding.h (decode_coding_string, encode_coding_string):
8568         Use SCHARS macro.
8570         * lread.c: Rewrite 2009-07-21 changes.
8571         (load_depth): Delete.
8572         (Qload_in_progress): New variable.
8573         (load_unwind): Don't reference load_depth or load_in_progress.
8574         (Fload): Likewise; specbind Qload_in_progress instead.
8575         (init_lread): Don't initialize load_depth.
8576         (syms_of_lread): Initialize and protect Qload_in_progress.
8578 2009-07-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
8580         * nsfont.m (ns_findfonts): Correctly return fallback in match case.
8582 2009-07-23  Yavor Doganov  <yavor@gnu.org>
8584         * nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
8586 2009-07-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
8588         * nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
8589         Bugs 3792, 3720, 2402.
8590         (ns_lookup_indexed_color): Check for bad index.
8591         (ns_index_color): Init unused slot to 0.
8592         (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if().
8593         Bug 3714, possibly 3082.
8595 2009-07-22  Jason Rumney  <jasonr@gnu.org>
8597         * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]:
8598         Position IME window at cursor (Bug#2570).
8599         (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
8600         (globals_of_w32fns): Dynamically load functions required above.
8602         * w32term.c (w32_draw_window_cursor): Send message to reposition
8603         any IME window.
8605 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
8607         * fileio.c: Revert 2009-07-16 changes.
8608         (Vauto_save_include_big_deletions): New variable.
8609         (Fdo_auto_save): Disable auto-save only if
8610         auto-save-include-big-deletions is nil.
8612 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
8614         * xdisp.c (move_it_to): For continued lines ending in a tab, take
8615         the overflowed pixels into account (Bug#3879).
8617 2009-07-21  Ken Raeburn  <raeburn@raeburn.org>
8619         * lread.c (load_depth): New variable.
8620         (Fload, load_unwind, init_lread): Set it to the load recursion
8621         depth; set load_in_progress as a simple boolean based on the
8622         current load_depth.  (Bug#3892)
8624 2009-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
8626         * nsfont.m (ns_has_attribute): Remove.
8627         (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead.
8629 2009-07-18  Juri Linkov  <juri@jurta.org>
8631         * process.c (Fset_process_query_on_exit_flag): Mention killing
8632         a buffer in docstring.
8634 2009-07-17  Kenichi Handa  <handa@m17n.org>
8636         * casetab.c (shuffle): Fix the logic of setting up the cycle.
8638 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8640         * nsfns.m (Fns_set_alpha): Remove function.
8641         (syms_of_nsfns): Don't defsubr it.
8643         * nsterm.m (ns_get_color): Remove incompatible color formats.
8644         (ns_color_to_lisp): Generate #rrggbb color format string.
8646 2009-07-16  Richard Stallman  <rms@gnu.org>
8648         * fileio.c (Fwrite_region, Fdo_auto_save): Handle save_length = -2.
8649         (Fset_buffer_auto_saved): Handle save_length = -2.
8651 2009-07-16  Chong Yidong  <cyd@stupidchicken.com>
8653         * xterm.c (Qx_gtk_map_stock): New var.
8655         * gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead
8656         of calling intern each time.
8658 2009-07-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8660         * nsfont.m (nsfont_draw): Remove code for stippling, which actually
8661         does tiling.
8663         * nsterm.m (ns_maybe_dumpglyphs_background): Likewise.
8665 2009-07-14  Kenichi Handa  <handa@m17n.org>
8667         * font.c (font_vconcat_entity_vectors): New function.
8668         (struct font_sort_data): New member font_driver_preference.
8669         (font_compare): Check font_driver_preference.
8670         (font_sort_entities): The format of the first argument changed.
8671         (font_delete_unmatched): Likewise.
8672         (font_list_entities): The return type changed.
8673         (font_select_entity): The format of the second argument changed.
8674         (font_find_for_lface): Adjuste for the above changes.
8675         Don't suppress the checking of C even if the repertory supports it.
8676         (Flist_fonts): Adjust for the above changes.
8678         * ftfont.c (ftfont_spec_pattern): New arg langname.  Change caller.
8679         (ftfont_list): Adjust for the change of ftfont_spec_pattern.
8680         Reject a font who has adstyle property that is different from a
8681         langname derived from registry property.
8682         (ftfont_match): Adjust for the change of ftfont_spec_pattern.
8684 2009-07-13  Eli Zaretskii  <eliz@gnu.org>
8686         * dired.c (directory_files_internal) [WINDOWSNT]: Don't make a
8687         local copy of dirfilename.
8689 2009-07-13  Kenichi Handa  <handa@m17n.org>
8691         * chartab.c (sub_char_table_ref_and_range): Fix the range check
8692         against max_char.
8694         * cmds.c (internal_self_insert): Check sym by SYMBOLP before
8695         calling XSYMBOL (sym).
8697 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
8699         * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]:
8700         New function.
8701         (directory_files_internal) [WINDOWSNT]:
8702         Bind w32-get-true-file-attributes to either t or nil, depending whether
8703         the filesystem of the directory is fast or slow.
8705         * w32.c (logon_network_drive): Don't assume PATH is an absolute
8706         file name.
8707         (is_slow_fs): New function.
8708         (stat): Use it to determine whether to issue more system calls to
8709         get accurate file attributes, when w32-get-true-file-attributes is
8710         `local'.
8712 2009-07-10  Jan Djärv  <jan.h.d@swipnet.se>
8714         * xfns.c (Fx_select_font): Remember last font selected in
8715         x_last_font_name and use that the next time.  Also try the frame
8716         parameter font-parameter as default to the font dialog.
8718 2009-07-10  Kenichi Handa  <handa@m17n.org>
8720         * xftfont.c (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.
8722 2009-07-09  Eli Zaretskii  <eliz@gnu.org>
8724         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
8726         * w32.c (stat): Treat UNC file names as residing on remote
8727         drives.  (Bug#3542)
8729 2009-07-09  Kenichi Handa  <handa@m17n.org>
8731         * fontset.c (fontset_find_font): Fix previous change.
8733 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
8735         * dbusbind.c (xd_initialize, Fdbus_call_method, xd_read_message)
8736         (Fdbus_register_signal, Fdbus_register_method): Cleanup memory of
8737         error flag.
8739 2009-07-08  Kenichi Handa  <handa@m17n.org>
8741         * fontset.c (fontset_find_font): Fix the logic of handling
8742         charset_matched.
8743         (font_for_char): Delete unused var.
8744         (generate_ascii_font_name): Delete it.
8746         * coding.h (JIS_TO_SJIS2): Fix the code range check.
8748         * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.
8749         (encode_coding_sjis): Fix the code range check.
8751 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
8753         * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
8754         (Fexpand_file_name): Copy string data properly (Bug#3772).
8756 2009-07-07  Jan Djärv  <jan.h.d@swipnet.se>
8758         * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the
8759         first MapNotify.
8761 2009-07-07  Kenichi Handa  <handa@m17n.org>
8763         * character.h (unibyte_has_multibyte_table): Delete extern.
8764         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
8766         * charset.c (Fset_charset_priority): Update charset_unibyte.
8767         (syms_of_charset): Initialize charset_unibyte.
8769         * character.c (unibyte_has_multibyte_table): Delete it.
8770         (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
8771         charset_unibyte.
8772         (multibyte_char_to_unibyte_safe): Likewise.
8773         (Funibyte_char_to_multibyte): Don't check charset_unibyte.
8775         * xdisp.c (get_next_display_element): Decode it->c by charset_unibyte.
8776         (x_produce_glyphs): Likewise.
8778         * .gdbinit (xcharset): Fix the treating $arg0.
8780 2009-07-04  Eli Zaretskii  <eliz@gnu.org>
8782         Emulation of `getloadavg' on MS-Windows.
8783         * w32.c: Include float.h.
8784         (g_b_init_get_native_system_info, g_b_init_get_system_times)
8785         (GetNativeSystemInfo_Proc, GetSystemTimes_Proc): Declare.
8786         (get_native_system_info, get_system_times): New functions.
8787         (buf_next, buf_prev, sample_system_load, getavg): New subroutines.
8788         (getloadavg): Rewrite using GetSystemTimes and GetNativeSystemInfo.
8789         (globals_of_w32): Initialize g_b_init_get_native_system_info,
8790         g_b_init_get_system_times, and num_of_processors.
8792 2009-07-03  Jason Rumney  <jasonr@gnu.org>
8794         * w32term.c (w32_initialize): Use standard types.
8796 2009-07-03  Eli Zaretskii  <eliz@gnu.org>
8798         * dired.c (Ffile_attributes): Decode user and group names by the
8799         locale's encoding.  (Bug#3443)
8801 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
8803         * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
8804         (mkdir): Remove MKDIR_PROTOTYPE #ifdef, unused.
8806         * callproc.c (child_setup): Use #else instead of a separate #ifdef.
8808         * term.c (init_tty): Remove spurious #ifdef.
8810         * m/mips.h: Mention this file is also used for netbsd.
8811         * m/pmax.h: Remove file.
8813 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
8815         * xterm.h (struct x_display_info): Add invisible_cursor.
8816         (struct x_output): Add current_cursor.
8818         * xterm.c (XTtoggle_invisible_pointer): New function.
8819         (x_define_frame_cursor): Don't define cursor if invisible or the
8820         same as before.  Set current_cursor.
8821         (x_create_terminal): Set toggle_invisible_pointer_hook.
8823         * xfns.c (make_invisible_cursor): New function.
8824         (x_set_mouse_color): Call make_invisible_cursor.
8825         Set current_cursor.
8826         (x_window): Set current_cursor.
8828         * termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.
8830         * keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
8831         inserting a character.
8832         (read_avail_input): Call frame_make_pointer_visible.
8834         * frame.c (Vmake_pointer_invisible): New variable.
8835         (frame_make_pointer_invisible, frame_make_pointer_visible):
8836         New functions.
8837         (syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.
8839         * frame.h: Declare frame_make_pointer_invisible and
8840         frame_make_pointer_visible.
8841         (struct frame): Add pointer_invisible.
8843 2009-07-02  Jan Djärv  <jan.h.d@swipnet.se>
8845         * gtkutil.c (xg_frame_set_char_size): Do set width/height if the
8846         frame isn't visible.
8847         (xg_frame_resized): If width/height is -1, get size of window
8848         from X server.
8850         * xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
8851         for MapNotify.
8853         * gtkutil.c (xg_frame_set_char_size): Do not set pixel width/height
8854         here or call change_frame_size.  Just call flush_and_sync.
8855         (flush_and_sync): Reintroduce.
8857 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
8859         * xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky.
8861         * xterm.c (x_handle_net_wm_state): Also look for sticky.
8862         (x_term_init): Initialize Xatom_net_wm_state_sticky.
8864         * frame.h: Declare Qsticky.
8866         * w32fns.c (w32_frame_parm_handlers): Set 0 for sticky.
8868         * nsfns.m (ns_frame_parm_handlers): Ditto.
8870         * frame.c: Declare Qsticky.
8871         (frame_parms): Add sticky.
8873         * xfns.c (x_frame_parm_handlers): Let x_set_sticky handle sticky.
8875         * xterm.h: Declare x_set_sticky.
8877         * xterm.c (x_set_sticky): New function.
8879         * gtkutil.c (xg_tool_bar_proxy_help_callback): New function.
8880         (xg_tool_bar_menu_proxy): Attach enter/leave events to
8881         xg_tool_bar_proxy_help_callback.
8883         * emacs.c (USAGE3, standard_args): Add -mm and --maximized.
8885         * frame.c: Qmaximized is new.
8886         (x_set_frame_parameters): Do not handle fullscreen specially.
8887         Only set width and height if explicitly set.
8888         (x_set_fullscreen): Handle Qmaximized.
8889         (x_set_font, x_figure_window_size): Do not handle fullscreen specially.
8890         (syms_of_frame): Initialize Qmaximized.
8892         * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.
8893         Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized.
8895         * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
8896         for Expose event.  Add call to x_check_fullscreen for MapNotify event.
8897         Remove all code w.r.t. fullscreen from ConfigureNotify event.  Do not
8898         set gravity to NorthWestGravity when USE_GTK.
8899         (set_wm_state): New function.
8900         (do_ewmh_fullscreen): Use set_wm_state.  Also handle FULLSCREEN_MAXIMIZED.
8901         (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
8902         (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
8903         or the case when no window manager is running.  That means remove calls
8904         to x_real_positions and x_fullscreen_adjust.
8906         * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
8907         (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
8908         flush_and_sync.
8909         (xg_height_changed): New function.
8910         (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
8911         and gtk_window_set_policy.  Set frame gravity after parsing the
8912         geometry string.
8913         (xg_update_frame_menubar, free_frame_menubar)
8914         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
8915         (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
8916         Remove calls to xg_frame_set_char_size.
8918 2009-07-01  Kenichi Handa  <handa@m17n.org>
8920         * keyboard.c (decode_keyboard_code): New function.
8921         (tty_read_avail_input): Decode the input bytes if necessary.
8923         * coding.c (setup_coding_system):
8924         Initialize coding->carryover_bytes to 0.
8925         (Fset_keyboard_coding_system_internal): If CODING-SYSTEM is nil,
8926         use Qno_conversion.
8928 2009-07-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8930         * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
8932 2009-06-30  Chong Yidong  <cyd@stupidchicken.com>
8934         * xftfont.c (xftfont_open): Avoid passing NULL argument to XftLockFace.
8936 2009-06-30  Jason Rumney  <jasonr@gnu.org>
8938         * w32term.c (w32_initialize): Use GetModuleHandle for library that
8939         is already loaded.
8940         Set user model ID if supported (bug#1849).
8942 2009-06-29  Jim Meyering  <meyering@redhat.com>
8944         Remove useless if-before-xfree test.
8945         * nsfont.m (nsfont_close): Remove useless test.
8946         * term.c (delete_tty): Likewise.
8947         * w32.c (system_process_attributes): Likewise.
8948         * w32font.c (w32font_close): Likewise.
8949         * xfaces.c (x_free_gc): Likewise.
8950         * xselect.c (buffer): Likewise.
8952 2009-06-28  Andreas Schwab  <schwab@linux-m68k.org>
8954         * process.c (send_process): Keep decoded string in a local
8955         variable and protect it from GC.  (Bug#3521)
8957 2009-06-28  Eli Zaretskii  <eliz@gnu.org>
8959         * term.c (create_tty_output) [MSDOS]: #ifdef away.
8960         (tty_free_frame_resources) [MSDOS]: Add a DOS-specific version.
8962 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
8964         * xdisp.c (start_display, handle_face_prop)
8965         (move_it_vertically_backward, cursor_row_fully_visible_p)
8966         (redisplay_window, try_window_id, produce_image_glyph):
8967         Delete some #ifdef-ed out code chunks that are now obsolete.
8969         * xterm.c (x_update_window_begin, x_new_focus_frame)
8970         (x_scroll_bar_handle_click, handle_one_xevent)
8971         (handle_one_xevent, XTread_socket, x_focus_on_frame)
8972         (x_make_frame_visible, x_make_frame_invisible)
8973         (x_wm_set_icon_pixmap, x_initialize): Delete some #ifdef-ed out
8974         code chunks that are now obsolete.
8976 2009-06-28  Michael Albinus  <michael.albinus@gmx.de>
8978         * dbusbind.c (XD_SYMBOL_TO_DBUS_TYPE): Convert macro into function
8979         xd_symbol_to_dbus_type.  With Solaris 2.11, it was said to compile
8980         for hours, when optimzation is enabled.
8981         (xd_signature, xd_append_arg, xd_retrieve_arg, xd_initialize)
8982         (xd_read_message): Make them static.
8984 2009-06-27  Chuck Blake  <cblake@pdos.csail.mit.edu>  (tiny change)
8986         * term.c (turn_on_face): Allow simultaneously bold and dim
8987         terminal faces (Bug#3530).
8989 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
8991         * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
8993         * xdisp.c (mouse_face_from_buffer_pos): Fix detection of
8994         truncation glyphs (Bug#3686).
8996 2009-06-27  Glenn Morris  <rgm@gnu.org>
8998         * m/pmax.h: Restore file, with only netbsd portions.
9000 2009-06-26  David Reitter  <david.reitter@gmail.com>
9002         * nsterm.m (keydown): Avoid infinite loop.
9004 2009-06-26  Peter Jolly  <peter@jollys.org>  (tiny change)
9006         * ftfont.c (get_adstyle_property): Call font_intern_prop with 1 as
9007         the arg FORCE_SYMBOL.
9009 2009-06-25  Kenichi Handa  <handa@m17n.org>
9011         * fontset.c (fontset_find_font): When a usable rfont_def is found
9012         in a fallback font-group, make it the first element of the group.
9014 2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
9016         * emacs-icon.h: Always define gnu_xpm_bits on GTK (bug#3671).
9018 2009-06-24  Kenichi Handa  <handa@m17n.org>
9020         * fontset.c (fontset_get_font_group): Return 0 if no font-group is
9021         set for C.
9022         (fontset_font): Record the availability of a font for C both in
9023         the realized fontsets of the current one and the default one.
9025 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9027         * sysdep.c (child_setup_tty): Remove SIGNALS_VIA_CHARACTERS
9028         conditional, it is always defined on AIX.
9030 2009-06-23  Miles Bader  <miles@gnu.org>
9032         * window.c (Vrecenter_redisplay): New variable.
9033         (syms_of_window): Initialize it.
9034         (Qtty): New extern declaration.
9035         (Frecenter): Only do redisplay if Vrecenter_redisplay requests it.
9037 2009-06-23  Jim Meyering  <meyering@redhat.com>
9039         * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt):
9040         Use xmalloc and xrealloc (not malloc and realloc), so subsequent heap
9041         pointer dereferences are guaranteed to be valid.
9043 2009-06-23  Kenichi Handa  <handa@m17n.org>
9045         * emacs.c (main): Call init_font ().
9047         * font.h (Vfont_log): Extern it.
9048         (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros.
9050         * font.c (font_sort_entities, font_list_entities)
9051         (font_matching_entity, font_open_entity)
9052         (font_close_object): Change font_add_log to FONT_ADD_LOG.
9053         (Vfont_log): Delete static.
9054         (font_log_env_checked): Delete this variable.
9055         (font_add_log): Don't check font_log_env_checked.
9056         (font_deferred_log): Check Vfont_log.
9057         (init_font): New function.
9059         * ftfont.c: Change font_add_log to FONT_ADD_LOG.
9061         * w32font.c: Change font_add_log to FONT_ADD_LOG.
9063         * w32uniscribe.c: Change font_add_log to FONT_ADD_LOG.
9065         * xfont.c: Change font_add_log to FONT_ADD_LOG.
9067         * fontset.c (fontset_font): Call FONT_DEFERRED_LOG.
9068         (face_for_char): Don't call font_deferred_log here.
9069         (font_for_char): Likewise.
9071 2009-06-22  Chong Yidong  <cyd@stupidchicken.com>
9073         * w32term.c (x_draw_glyph_string): Use the glyph string's width
9074         rather than its background_width for drawing the overline and
9075         underline (Bug#489).
9077         * xterm.c (x_draw_glyph_string): Use the glyph string's width
9078         rather than its background_width for drawing the overline and
9079         underline (Bug#489).
9080         (xg_default_icon_file): New variable.
9081         (syms_of_xterm): Initialize it to the Emacs SVG icon file.
9082         (x_bitmap_icon): Under GTK, use xg_default_icon_file.
9084         * xdisp.c (Qbefore_string, Qafter_string): Add externs.
9085         (load_overlay_strings): Remove externs.
9086         (fast_find_position): Function deleted.
9087         (mouse_face_from_buffer_pos): New function, based on
9088         fast_find_position.  Correctly handle before-strings,
9089         display-strings, and after-strings (Bug#1220).
9090         (note_mouse_highlight): Use mouse_face_from_buffer_pos.
9092 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
9094         * xdisp.c (IT_DISPLAYING_WHITESPACE): Define for !HAVE_WINDOW_SYSTEM.
9095         (move_it_in_display_line_to, move_it_in_display_line_to)
9096         (display_line): Remove #ifdef HAVE_WINDOW_SYSTEM.
9098 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
9100         * Branch for 23.1.
9102 2009-06-21  Jason Rumney  <jasonr@gnu.org>
9104         * w32term.c (keyboard_codepage): New static variable.
9105         (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
9106         (w32_read_socket) [WM_CHAR]: Use it to decode character
9107         input (bug#3237).
9108         (w32_initialize): Initialize it.
9109         (codepage_for_locale): New function.
9111 2009-06-20  Ken Raeburn  <raeburn@raeburn.org>
9113         * process.c (status_message): Pass Faset index argument as a lisp
9114         object, so as to work with USE_LISP_UNION_TYPE.
9116 2009-06-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9118         * coding.c (Ffind_coding_systems_region_internal):
9119         Cache checked characters.
9121 2009-06-18  Kenichi Handa  <handa@m17n.org>
9123         * coding.c (decode_coding_iso_2022): Check MSB of bytes more rigidly.
9125 2009-06-18  Andreas Schwab  <aschwab@redhat.com>
9127         * xdisp.c (redisplay_internal): Check that the frame is still
9128         live after redisplay of its windows.
9129         (redisplay_windows): Check that the window is still live.
9131 2009-06-17  Andreas Schwab  <schwab@linux-m68k.org>
9133         * coding.c (detect_coding_utf_16): Fix previous change.
9135 2009-06-16  Kenichi Handa  <handa@m17n.org>
9137         * coding.c (detect_coding_utf_16): Fix the logic of rejecting
9138         UTF-16 by checking the dispersion of Eth and Oth bytes.
9140 2009-06-15  Andreas Schwab  <schwab@linux-m68k.org>
9142         * coding.c (detect_coding_utf_16): Fix typo counting odd bytes.
9144 2009-06-15  Kenichi Handa  <handa@m17n.org>
9146         * process.c (status_message): Fix previous change.  Be sure to
9147         decode a localized string.
9149 2009-06-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9151         * xterm.c (x_delete_terminal): Put previous change in #if 0 and
9152         add comment explaining why.
9154 2009-06-14  Sidney Markowitz  <sidney@sidney.com>
9156         * nsmenu.m (EmacsTooltip: setText): Set height of tooltip.
9158 2009-06-14  Adrian Robert  <Adrian.B.Robert@gmail.com>
9160         * nsfont.m (ns_attribute_value): Remove.
9161         (ns_attribute_fvalue): Incorporate code from ns_attribute_value.
9162         (ns_has_attribute): Shrink the normal range.
9163         (ns_findfonts): Don't worry about requested spec in determining
9164         need for synthItal.
9165         (ns_get_covering_families): Retain scriptToFamilies.
9167 2009-06-14  Seiji Zenitani  <zenitani@mac.com>
9169         * xdisp.c [USE_MAC_TOOLBAR]: Remove obsolete definition for Mac Carbon.
9171 2009-06-11  Kenichi Handa  <handa@m17n.org>
9173         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9174         overhang for the static composition case.
9176 2009-06-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9178         * xdisp.c (x_get_glyph_overhangs): Fix calculation of right
9179         overhang for the automatic composition case.
9181         * xterm.c (x_compute_glyph_string_overhangs): Handle the automatic
9182         composition case.
9184 2009-06-10  Chong Yidong  <cyd@stupidchicken.com>
9186         * xdisp.c (get_next_display_element): When handling wrap-prefix
9187         and line-prefix, treat \n as a control character (bug#3502).
9189 2009-06-10  Kenichi Handa  <handa@m17n.org>
9191         * font.c (font_parse_family_registry): Fix for one-char foundry.
9192         (font_sort_entities): Initialize prefer_prop[FONT_AVGWIDTH_INDEX].
9194 2009-06-09  Dmitry Dzhus  <dima@sphinx.net.ru>  (tiny change)
9196         * process.c (status_message): Fix handling of multibyte signal
9197         string (Bug#3499).
9199 2009-06-09  Jim Meyering  <meyering@redhat.com>
9201         * xfaces.c (Fx_load_color_file): Avoid array bounds error if the
9202         color name is missing.
9204 2009-06-09  Kenichi Handa  <handa@m17n.org>
9206         * charset.c (Fmap_charset_chars): In docstring, state clearly that
9207         FROM-CODE and TO-CODE are codepoints of CHARSET.
9209 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
9211         * nsterm.m (ns_use_system_highlight_color): Drop, unused.
9213 2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
9215         Changes to support :script/:lang/:otf in NS font driver.
9216         * nsfont.m (nsfont_escape_name, nsfont_unescape_name)
9217         (nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
9218         indicate not part of font driver interface, and change callers.
9219         (ns_get_family): Remove pointless null check.
9220         (nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
9221         ns_spec_to_descriptor, ns_descriptor_to_entity.
9222         (nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
9223         (ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
9224         (ns_spec_to_descriptor, ns_descriptor_to_entity)
9225         (ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
9226         (ns_get_req_script, ns_accumulate_script_ranges)
9227         (ns_script_to_charset, ns_get_covering_families, ns_findfonts):
9228         New functions.
9229         (nsfont_list, nsfont_match): Use ns_findfonts.
9230         (nsfont_open): Use font descriptor instead of traits.
9231         (nsfont_draw): Handle "automatic" (lookup-table) compositions.
9232         (dump_glyphstring): Rename to ns_dump_glyphstring.
9234         * nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
9236         * nsfns.m (Fns_popup_font_panel): Use shared font manager.
9238         * fontset.c (fontset_from_font): Remove NS-specific code.
9240 2009-06-08  Peter Jones  <pjones@pmade.com>  (tiny change)
9242         * nsterm.m (ns_draw_window_cursor): Respect cursor_type for
9243         nonactive windows.
9245 2009-06-08  Felix Mueller  <felix@enqueue.eu>  (tiny change)
9247         * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable.
9249 2009-06-08  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
9251         * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
9253 2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
9255         * xdisp.c (move_it_in_display_line_to): On text-only terminals,
9256         account for the overflowing of newlines into the last glyph on the
9257         display line (Bug#3482).
9259 2009-06-05  David Reitter  <david.reitter@gmail.com>
9261         * nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p)
9262         (Fx_selection_owner_p): Rename from Fns_own_selection_internal,
9263         Fns_selection_exists_p, Fns_selection_owner_p.
9265 2009-06-03  Jason Rumney  <jasonr@gnu.org>
9267         * w32fns.c (x_create_tip_frame): Use the uniscribe font backend if
9268         available.  (Bug#3379)
9270 2009-05-29  Kenichi Handa  <handa@m17n.org>
9272         * coding.c (get_translation_table):
9273         Check Venable_character_translation.
9275 2009-05-26  David Reitter  <david.reitter@gmail.com>
9277         * nsterm.m (ns_raise_frame): Only raise frame if visible.
9278         (x_make_frame_visible): Move frame to front rather than calling
9279         ns_raise_frame().
9280         (keyDown:): Do not swallow events that aren't re-sent if frame
9281         isn't key window.
9282         (drawRect:): Do not set visibility/iconified flags because
9283         drawRect may be called by NSView even if the frame is hidden.
9285         * nsfns.m (Fx_create_frame): Follow other ports in
9286         determining visibility; default to t.  Ensure async_visible is set.
9288 2009-05-23  Eli Zaretskii  <eliz@gnu.org>
9290         * dired.c (Ffile_attributes): Doc fix.
9292 2009-05-22  Chong Yidong  <cyd@stupidchicken.com>
9294         * m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
9296 2009-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9298         * xfont.c (xfont_list_pattern): Don't initialize xfont_scripts_cache
9299         and xfont_scratch_props.
9300         (syms_of_xfont): Do it here instead.
9301         (xfont_find_ccl_program): Delete, unused.
9302         (xfont_open): Delete unused var `i'.
9304 2009-05-21  Kenichi Handa  <handa@m17n.org>
9306         * fontset.c (Qlatin): Don't make it static.
9308         * xfont.c (xfont_chars_supported, xfont_supported_scripts):
9309         New functions.
9310         (xfont_scripts_cache, xfont_scratch_props): New variables.
9311         (Qlatin, Vscalable_fonts_allowed): Extern it.
9312         (xfont_list_pattern): Argument changed.  Callers changed.
9313         Check Vscalable_fonts_allowed.  Check the support of a script.
9314         (xfont_list): Don't reject a font spec with :script property.
9315         (xfont_has_char): Fix setting of encoding.
9316         (syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
9317         xfont_scratch_props.
9319 2009-05-19  Kenichi Handa  <handa@m17n.org>
9321         * font.c (font_sort_entities): Rename from font_sort_entites.
9322         Callers changed.
9324 2009-05-18  Kenichi Handa  <handa@m17n.org>
9326         * font.c (font_find_for_lface): Copy SPEC's FONT_TYPE too.
9328 2009-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9330         * frame.c (do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
9331         (delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
9333 2009-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9335         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase here.
9336         (x_delete_terminal): Dissociate resource database from display and
9337         then call XrmDestroyDatabase before closing display.
9339 2009-05-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
9341         * nsterm.m (ns_read_socket): Remove unused variable.
9342         * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
9343         whether selected frame is viable before raising it (based on patch
9344         by David Reitter), and improve commentary.
9345         * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
9347 2009-05-15  Kenichi Handa  <handa@m17n.org>
9349         * font.c (Ffont_spec): Check arguments.
9351 2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
9353         * xfaces.c (tty_supports_face_attributes_p): Recognize unspecified
9354         weight when testing attributes (Bug#3282).
9356 2009-05-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9358         * gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
9359         what we expect to get in the next ConfigureNotify event.
9361         * xftfont.c (xftfont_open): Make sure that Xrender extension is added
9362         before Xft one (Bug#1696).
9364 2009-05-07  David Reitter  <david.reitter@gmail.com>
9366         * nsfns.m (Fx_display_planes): Compute bitplanes using
9367         NSBitsPerPixelFromDepth (Bug#3207).
9369 2009-05-10  Chong Yidong  <cyd@stupidchicken.com>
9371         * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
9373 2009-05-10  Ulrich Mueller  <ulm@gentoo.org>
9375         * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
9377 2009-05-07  David Reitter  <david.reitter@gmail.com>
9379         * nsterm.m (ns_dumpglyphs_stretch, ns_dumpglyphs_image):
9380         Respect mouse face background.
9382 2009-05-07  David Reitter  <david.reitter@gmail.com>
9384         * nsterm.m (note_mouse_movement, ns_frame_up_to_date):
9385         Mouse movement/highlight: bracket drawing operations
9386         in ns_update_begin and ns_update_end.
9388 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9390         * nsfns.m (ns_get_screen): Rewrite.
9391         Don't presume selected-frame is of type `ns'.
9393         * font.c (font_update_drivers): Sanity fallback to avoid disabling
9394         all drivers.
9396         * nsterm.m (-windowDidResize:): Avoid inf-loop under GNUStep.
9398 2009-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9400         * keyboard.h (add_user_signal): Fix typo in extern.
9402         * lisp.h (add_user_signal): Remove extern.
9404         * unexelf.c (unexec): Consider a section to precede the .bss section
9405         if its addresses overlap that of .bss.
9406         (unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
9407         instead of dumping process.
9409 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9411         * keyboard.c (syms_of_keyboard): Staticpro pending_funcalls.
9413 2009-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9415         * Makefile.in (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS.
9417 2009-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
9419         * xterm.c (x_handle_net_wm_state): Move declaration of lval before
9420         any statements.
9422 2009-05-02  Andreas Schwab  <schwab@linux-m68k.org>
9424         * process.c (read_process_output): Make sure the current buffer is
9425         always restored.
9427         * coding.c (record_conversion_result): Don't modify
9428         Vlast_code_conversion_error for successful result.
9429         (alloc_destination): Don't clobber conversion result.  (Bug#1650)
9431 2009-05-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9433         * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
9434         (load_charset_map): Remove unnecessary code.
9436 2009-04-30  David Reitter  <david.reitter@gmail.com>
9438         * nsterm.m (convert_ns_to_X_keysym): Define function keys f16
9439         through f24.
9441 2009-04-30  Chong Yidong  <cyd@stupidchicken.com>
9443         * xfaces.c (face_at_buffer_position): New arg base_face_id.
9445         * xdisp.c (handle_face_prop): Pass base_face_id of iterator to
9446         face_at_buffer_position.
9447         (face_before_or_after_it_pos, get_next_display_element)
9448         (note_mouse_highlight): Update face_at_buffer_position call.
9450         * term.c (term_mouse_highlight):
9451         * msdos.c (IT_note_mouse_highlight):
9452         * fontset.c (Finternal_char_font):
9453         * font.c (font_at, font_range): Update face_at_buffer_position call.
9455         * dispextern.h (face_at_buffer_position): Update prototype.
9457 2009-04-30  Kenichi Handa  <handa@m17n.org>
9459         * fontset.c (fontset_find_font): Check if rfont_def is Qnil or not.
9461 2009-04-29  Andreas Schwab  <schwab@linux-m68k.org>
9463         * callproc.c (Fcall_process): Fix GC protection.  Make sure
9464         current buffer is always restored.
9466 2009-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9468         * atimer.c (init_atimer): Also clear stopped_atimers.
9470         * keyboard.c (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.
9472         * process.c (create_process): Clean up merger residues of
9473         2008-07-17 change.
9475 2009-04-29  Ulrich Mueller  <ulm@gentoo.org>
9477         * lread.c (Vread_circle): New variable.
9478         (read1): Disable recursive read if Vread_circle is nil.
9480 2009-04-29  Kenichi Handa  <handa@m17n.org>
9482         * fontset.h (set_default_ascii_font): Delete extern.
9484         * fontset.c (set_default_ascii_font): Delete this unused function.
9486         * frame.c (x_set_font): When ARG is a font-object, check if the
9487         font-object matches with the ASCII font-spec of the frame's
9488         fontset.  If not, create a new fontset for the frame.  (Bug #3075)
9490 2009-04-28  Andreas Schwab  <schwab@linux-m68k.org>
9492         * fns.c (Flocale_info): Protect vector from GC during decoding.
9494         * process.c (Fstart_process): Protect argv strings from GC during
9495         encoding.
9497 2009-04-27  Andreas Schwab  <schwab@linux-m68k.org>
9499         * sysdep.c: Include <ctype.h>.
9501 2009-04-27  David Reitter  <david.reitter@gmail.com>
9503         * nsfont.m (nsfont_open): Remove unused variable shrink.
9504         Remove commented-out code.
9506 2009-04-26  Johan Bockgård  <bojohan@gnu.org>
9508         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
9510 2009-04-25  Jason Rumney  <jasonr@gnu.org>
9512         * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
9514 2009-04-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9516         * fringe.c (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]:
9517         Swap bytes in short integer if fringe bitmap width > 8.
9519 2009-04-23  Kenichi Handa  <handa@m17n.org>
9521         * xfaces.c (Fx_list_fonts): If a font size is specified in
9522         PATTERN, set it in returned scalable fonts.
9524 2009-04-22  Chong Yidong  <cyd@stupidchicken.com>
9526         * keyboard.c (Fset_input_meta_mode): Doc fix.
9528         * dispnew.c (Fsend_string_to_terminal): Doc fix.
9530         * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes.
9532         * coding.c (Fterminal_coding_system): Doc fix.
9534         * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width)
9535         (Fx_display_pixel_height, Fx_display_planes)
9536         (Fx_display_color_cells, Fx_server_max_request_size)
9537         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9538         (Fx_display_mm_height, Fx_display_mm_width)
9539         (Fx_display_backing_store, Fx_display_visual_class)
9540         (Fx_display_save_under, Fx_close_connection, Fx_synchronize):
9541         Doc fixes, replacing "terminal id" with "terminal object".
9542         (check_x_display_info): Handle terminal objects instead of
9543         terminal ids.
9545         * term.c (Ftty_display_color_p, Ftty_display_color_cells)
9546         (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
9547         (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions):
9548         Doc fixes, replacing "terminal id" with "terminal object".
9550 2009-04-21  Kenichi Handa  <handa@m17n.org>
9552         * font.c (font_load_for_lface): Cancel previous change (bug#2994).
9553         (font_score): Check AVGWIDTH too.
9555         * coding.c (decode_coding_utf_16): Reduce charbuf_end for the
9556         worst case.
9557         (decode_coding_sjis, decode_coding_big5, decode_coding_charset)
9558         (decode_coding_emacs_mule, decode_coding_iso_2022): Likewise.
9560 2009-04-19  Jason Rumney  <jasonr@gnu.org>
9562         The following changes fix Bug#3005 for wide glyphs on each platform,
9563         without reintroducing Bug#1258 for stretch glyphs.
9565         * xterm.c (x_draw_bar_cursor): Limit cursor width differently for
9566         BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR using
9567         get_phys_cursor_geometry.
9569         * w32term.c (x_draw_bar_cursor): Limit cursor width differently
9570         for BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR
9571         using get_phys_cursor_geometry.
9573         * nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
9574         correctly calculated.
9576 2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
9578         * gtkutil.c (xg_tool_bar_menu_proxy, update_frame_tool_bar):
9579         Use G_CALLBACK instead of GTK_SIGNAL_FUNC which is deprecated.
9580         (xg_initialize): Use g_type_class_ref instead of gtk_type_class which
9581         is deprecated.
9583 2009-04-18  Andreas Schwab  <schwab@linux-m68k.org>
9585         * font.c (font_put_frame_data): Use xfree instead of free.
9587 2009-04-17  Juanma Barranquero  <lekktu@gmail.com>
9589         * w32font.c (Qja, Qko): Remove declarations.
9590         (syms_of_w32font): Don't DEFSYM them.
9592 2009-04-17  Chong Yidong  <cyd@stupidchicken.com>
9594         * font.c (Qja, Qko): Move definitions here from ftfont.c.
9596         * font.h (Qja, Qko): Extern them.
9598         * ftfont.c (Qja, Qko): Remove declarations.
9600         * xfont.c (Qja, Qko): Remove declarations.
9602 2009-04-17  Kenichi Handa  <handa@m17n.org>
9604         * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
9605         string from a vector to handle Latin-1 characters correctly.
9607         * ftfont.c (ftfont_pattern_entity): Return a newly allocated
9608         entity even if the cache hits.
9610 2009-04-16  Andreas Schwab  <schwab@linux-m68k.org>
9612         * search.c (boyer_moore): Use zero as marker value for a possible
9613         match instead of depending on overflow behavior.  (Bug#2844)
9615         * search.c: Use EMACS_INT for buffer positions.  Add prototypes.
9616         * lisp.h: Adjust prototypes.
9618 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
9620         * keyboard.c (adjust_point_for_property): Disable 2009-02-12
9621         change (Bug#3003).
9623 2009-04-16  Kenichi Handa  <handa@m17n.org>
9625         * xfont.c (xfont_has_char): Special handling of `ja' and `ko' adstyle.
9627         * xftfont.c (xftfont_has_char): Special handling of `ja' and `ko'
9628         adstyle.
9630         * ftfont.c (Qja, Qko): Don't make them static.
9631         (enum ftfont_cache_for): New enum.
9632         (fc_charset_table): Undo the previous change.
9633         (ftfont_get_latin1_charset): Delete it.
9634         (ftfont_pattern_entity): Check cache by ftfont_lookup_cache.
9635         Set FONT_SIZE_INDEX of the entity to 0 for a scalable font.  For a
9636         non-scarable font, try to get AVERAGE_WIDTH.
9637         (ftfont_lookup_cache): Argument FOR-FACE is changed to CACHE_FOR.
9638         Change ft_face_cache from a list of a hash-table.  Don't check
9639         `ja' and `ko' adstyle here.
9640         (ftfont_get_fc_charset): Call ftfont_lookup_cache with
9641         FTFONT_CACHE_FOR_CHARET.
9642         (ftfont_get_charset): Undo the previous change.
9643         (ftfont_open): Call ftfont_lookup_cache with FTFONT_CACHE_FOR_FACE.
9644         (ftfont_close): Likewise.
9645         (ftfont_has_char): Special handling of `ja' and `ko' adstyle.
9647         * font.c (font_sort_entites): Change the meaning of the arg
9648         BEST-ONLY.  Don't optimize for VEC of lenght 1.
9649         (font_select_entity): Just return the value of font_sort_entites.
9651         * xfaces.c (merge_face_vectors): Reflect font properties in
9652         to[LFACE_FONT_INDEX] to the other face attributes.  Don't call
9653         font_clear_prop if a face attribute doesn't change.
9655         * charset.h (charset_ksc5601): Extern it.
9657         * charset.c (charset_ksc5601): New variable.
9658         (Fdefine_charset_internal): Set charset_ksc5601.
9659         (init_charset_once): Initialize charset_ksc5601 to -1.
9661 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
9663         * fileio.c (history_delete_duplicates): Remove unused declaration.
9665         * callint.c (history_delete_duplicates): New declaration.
9666         (Fcall_interactively): Remove command history duplicates when
9667         history_delete_duplicates is true.
9669 2009-04-14  Eli Zaretskii  <eliz@gnu.org>
9671         * buffer.c (syms_of_buffer) <line-spacing>: Doc fix.
9673 2009-04-14  Kenichi Handa  <handa@m17n.org>
9675         * font.c (Ffont_info): Fix docstring.  Fix the second element of
9676         the returned value (bug#2949).
9678 2009-04-14  Chong Yidong  <cyd@stupidchicken.com>
9680         * xdisp.c (Vwrap_prefix, Vline_prefix): Reflow docstrings.
9682 2009-04-14  Kenichi Handa  <handa@m17n.org>
9684         * xfont.c (xfont_has_char): The font has C if C is ASCII and the
9685         encoding charset is ascii_compatible.
9687         * charset.c (Fdefine_charset_internal): Make charset
9688         ascii-compatible if the method is CHARSET_METHOD_OFFSET, the
9689         code_offset is 0, and covers all ASCII characters.
9691 2009-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9693         * nsselect.m (symbol_to_nsstring, clean_local_selection_data)
9694         (ns_string_to_pasteboard_internal):
9695         * nsmenu.m (process_dialog):
9696         * nsimage.m (ns_load_image): Use SDATA and ASET where appropriate.
9697         * nsfont.m (nsfont_open): Use XHASH to make it compile with LISP_UNION.
9698         * lisp.h (Fx_load_color_file): Declare.
9700 2009-04-13  Kenichi Handa  <handa@m17n.org>
9702         * font.c (font_delete_unmatched): Preserve the order of list elements.
9703         (font_select_entity): Suppress the code to optimize for the same
9704         kind of fonts.
9705         (font_load_for_lface): Get a font that supports at least ASCII
9706         characters.
9708         * ftfont.c (Qja, Qko): New variables.
9709         (fc_charset_table): Delete uniquifier data for iso8859-1.
9710         (ftfont_get_latin1_charset): New function.
9711         (get_adstyle_property): New function.
9712         (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for
9713         bitmap fonts.
9714         (ftfont_lookup_cache): Handle the case that KEY is a font-entity.
9715         Delete iso-8859-1 range from the charset of fonts whose adstyle is
9716         `ko' or `ja'.
9717         (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY.
9718         (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset.
9719         (ftfont_list): Don't refuse a font spec with non-nil `adstyle'
9720         property.
9721         (ftfont_open): Call ftfont_lookup_cache with ENTITY.
9722         (syms_of_ftfont): DEFSYM Qja and Qko.
9724 2009-04-09  Kenichi Handa  <handa@m17n.org>
9726         * charset.c (map_charset_chars): For a charset of `superset'
9727         method, fix calculation of code range.
9729         * font.c (font_put_extra): If VAL is nil, delete the slot for PROP
9730         from the list of extra properties.
9731         (font_clear_prop): Be sure to delete `:name' font property.
9733 2009-04-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9735         * dispnew.c (redraw_overlapping_rows): Fix detection of
9736         overlapping for topmost and bottommost rows.
9738         * ftfont.c (ftfont_text_extents): Fix calculation of metrics->descent.
9740 2009-04-06  Jason Rumney  <jasonr@gnu.org>
9742         * frame.c (x_set_font): Avoid C99 mid-block variable declaration.
9744 2009-04-06  Kenichi Handa  <handa@m17n.org>
9746         * ftxfont.c (ftxfont_draw_backgrond): Fix args to XFillRectangle.
9748         * xftfont.c (xftfont_open): Fix setting font->underline_thickness.
9750 2009-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9752         * ftfont.c (ftfont_open): Fix checking of the return value of
9753         FT_Load_Char.  Fix setting font->underline_thickness.
9755 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
9757         * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
9758         (Fterminal_parameters, Fterminal_parameter)
9759         (Fset_terminal_parameter): In doc string, refer to terminal
9760         objects rather than terminal ids.
9762 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
9764         * dosfns.c (system_process_attributes) [SYSTEM_MALLOC]: Don't call
9765         ret_lim_data.  (Bug#2867)
9767 2009-04-03  Chong Yidong  <cyd@stupidchicken.com>
9769         * term.c (produce_stretch_glyph): Reduce width of stretch glyphs
9770         so they don't get wider than the window, matching 2006-01-23
9771         change to the partner function in xdisp.c (Bug#2800).
9773 2009-04-03  Kenichi Handa  <handa@m17n.org>
9775         * print.c (print_object): Make each lowest sub_char_table start a
9776         new line (Bug#2866).
9778 2009-04-02  Kenichi Handa  <handa@m17n.org>
9780         * fontset.c (fontset_font): Record no-font when a fontset
9781         explicitly tells not to try another font-specs.
9783 2009-03-30  Pierre Poissinger  <pierre.poissinger@gmail.com>  (tiny change)
9785         * charset.c (map_charset_for_dump): Add missing UNGCPRO.
9787 2009-03-30  Kenichi Handa  <handa@m17n.org>
9789         * fontset.c (fontset_from_font): Specify only registry in a
9790         font-spec for all characters supported by that registry.
9792         * ftfont.c: Fix previous change.  Define ftfont_variation_glyphs
9793         even if HAVE_M17N_FLT is not defined.
9795 2009-03-29  Sebastian Rose  <sebastian_rose@gmx.de>  (tiny change)
9797         * ftfont.c: Conditionalize prototyping and use of
9798         ftfont_variation_glyphs.
9800 2009-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9802         * frame.c (delete_frame): Work around compiler bug.
9804         * editfns.c (general_insert_function): Adjust to insdel.c changes.
9805         * insdel.c (prepare_to_modify_buffer, signal_before_change):
9806         Some more EMACS_INT.
9807         * lisp.h (copy_text, count_size_as_multibyte): Fix last change.
9809         * xdisp.c (dump_glyph): Fix typo.
9811         * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
9812         (adjust_markers_gap_motion, adjust_markers_for_delete)
9813         (adjust_markers_for_insert, adjust_point)
9814         (adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
9815         (make_gap, copy_text, count_size_as_multibyte, insert)
9816         (insert_and_inherit, insert_before_markers)
9817         (insert_before_markers_and_inherit, insert_1)
9818         (count_combining_before, count_combining_after, insert_1_both)
9819         (insert_from_string, insert_from_string_before_markers)
9820         (insert_from_string_1, insert_from_gap, insert_from_buffer)
9821         (insert_from_buffer_1, adjust_after_replace)
9822         (adjust_after_replace_noundo, adjust_after_insert, replace_range)
9823         (replace_range_2, del_range, del_range_1, del_range_byte)
9824         (del_range_both, del_range_2, modify_region)
9825         (prepare_to_modify_buffer, signal_before_change)
9826         (signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
9827         for buffer positions and sizes.
9828         * lisp.h: Adjust prototypes accordingly.
9830         * fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
9831         (non_regular_inserted, non_regular_nbytes, read_non_regular)
9832         (Finsert_file_contents): Use EMACS_INT for buffer positions.
9834         * fileio.c (Finsert_file_contents): Don't limit size to INT_MAX/4.
9836 2009-03-27  Jan Djärv  <jan.h.d@swipnet.se>
9838         * frame.c (x_set_font): If the fullscreen property is non-nil, adjust
9839         lines and columns so we keep the same pixel height and width.
9841         * xterm.c (handle_one_xevent): Call x_handle_net_wm_state if
9842         the property _NET_WM_STATE has changed.
9843         (x_handle_net_wm_state): New function to update frame parameter
9844         fullscreen.
9845         (x_term_init): Initialize atoms for _NET_WM_STATE.
9847         * xterm.h (struct x_display_info): Add atoms for _NET_WM_STATE.
9849 2009-03-27  Kevin Ryde  <user42@zip.com.au>
9851         * keyboard.c (tty_read_avail_input): Don't treat a -1 return from
9852         Gpm_GetEvent as an error that justifies closing the filedescriptor.
9853         * term.c (close_gpm): Get the filedescriptor as a (new) parameter.
9854         (Fgpm_mouse_stop): Pass that new parameter.
9855         * termhooks.h (close_gpm): Adjust prototype.
9857 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9859         * lisp.h (Fx_focus_frame): Declare.
9861         * callint.c (Fcall_interactively): For '^' just delegate the work to
9862         handle-shift-selection.
9863         (syms_of_callint): Move declaration of shift-select-mode to simple.el.
9865 2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
9867         * editfns.c (Ffloat_time): Doc fix (Bug#2768).
9869         * data.c (Qinteractive_form): New variable.
9870         (Finteractive_form): Use it.
9872         * eval.c (Fcommandp): Use Qinteractive_form.
9874 2009-03-24  Jason Rumney  <jasonr@gnu.org>
9876         * fileio.c (Fsubstitute_in_file_name): Always work on a copy.
9877         Calculate total size precisely.  Decode environment variables
9878         before substituting.  (Bug#38)
9880 2009-03-24  Kenichi Handa  <handa@m17n.org>
9882         * font.c (find_font_encoding): Return Qnil for unsupported
9883         encoding (Bug#2722).
9885 2009-03-23  Jan Djärv  <jan.h.d@swipnet.se>
9887         * gtkutil.c (xg_display_open): Assign a value to gdpy_def, check
9888         that gdpy is set.
9890 2009-03-22  Alan Mackenzie  <acm@muc.de>
9892         * callint.c (Finteractive): Clarify the doc string - even
9893         promptless elements need \n separators.
9895 2009-03-22  Jason Rumney  <jasonr@gnu.org>
9897         * w32term.c (syms_of_w32term): Doc fix for
9898         x-use-underline-position-properties.
9900 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
9902         * w32.c (getpwuid): Change argument type to unsigned.
9903         (struct w32_id): Change type of `rid' member to unsigned.
9904         (w32_cached_id, w32_add_to_cache, get_name_and_id): Change type of
9905         argument ID to unsigned.  All callers changed.
9906         (getuid, geteuid, getgid, getegid): Change return type to unsigned.
9908 2009-03-20  Eli Zaretskii  <eliz@gnu.org>
9910         * editfns.c (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is
9911         negative, produce a float value.
9913         * dired.c (make_uid, make_gid): New functions.
9914         (Ffile_attributes): Use them to avoid negative UID and GID.
9916 2009-03-20  Juanma Barranquero  <lekktu@gmail.com>
9918         * keyboard.c (Fcurrent_idle_time): Reflow docstring.
9919         (syms_of_keyboard) <command-hook-internal, input-method-function>:
9920         Fix typos in docstrings.
9922 2009-03-19  Kenichi Handa  <handa@m17n.org>
9924         * fontset.c (Fset_fontset_font): When a spec of ASCII font is
9925         changed, use font_load_for_lface to get a new font object.
9926         Call free_realized_fontset after handling ASCII font change.
9928         * frame.c (x_set_font): Handle the case that ARG is a cons.
9930 2009-03-19  Glenn Morris  <rgm@gnu.org>
9932         * fileio.c (Fsubstitute_in_file_name): Doc fix.
9934 2009-03-19  Chong Yidong  <cyd@stupidchicken.com>
9936         * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
9938 2009-03-19  Kenichi Handa  <handa@m17n.org>
9940         * charset.c (load_charset_map_from_file): When a mapfile can't be
9941         loaded, signal an error.
9943 2009-03-18  Eli Zaretskii  <eliz@gnu.org>
9945         * dired.c (Ffile_attributes): Make sure UID and GID are always
9946         positive, even if the value is too large for a positive EMACS_INT.
9947         Doc fix.
9949         * editfns.c (Fuser_login_name): Support float arguments.  Doc fix.
9951 2009-03-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9953         * xmenu.c (xdialog_show): Move Fredisplay call ...
9954         (Fx_popup_dialog): ... here.
9956 2009-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9958         * dired.c (file_name_completion): Disable the first optimization just
9959         installed, since it is not implemented correctly.
9961 2009-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9963         * dired.c (file_name_completion): Check completion-ignored-extensions
9964         only if the entry can affect bestmatch.
9965         Stop the search early, as Ftry_completion already does.
9967 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
9969         * minibuf.c (Vminibuffer_completion_confirm): Doc fix.
9971 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
9973         * keyboard.c (parse_menu_item): Don't display remappings as menu
9974         equivalent bindings (Bug#788).
9976 2009-03-15  Jason Rumney  <jasonr@gnu.org>
9978         * w32term.h (WM_EMACS_PAINT): New message.
9979         * w32term.c (w32_read_socket): Use it instead of WM_PAINT.
9980         * w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
9981         before passing to lisp thread.  (Bug#950)
9983 2009-03-14  David Reitter  <david.reitter@gmail.com>
9985         * nsterm.m (ns_shutdown_properly, -terminate): Remove global state
9986         variable as it was never reset.
9987         (ns_term_init): Remove initialization of Lisp-settable defaults
9988         and ns_expand_space.
9989         (-setPanelFromDefaultValues): Remove ns_expand_space.
9990         (-showPreferencesWindow): Send new KEY_NS_SHOW_PREFS key.
9991         * nsfont.m (nsfont_open): Remove ns_expand_space, assume -0.5
9992         i.e. no additional spacing, similar to Carbon port.
9994         * nsterm.h: Define KEY_NS_SHOW_PREFS key.
9995         * nsfns.m (ns-popup-prefs-panel): Remove.
9997 2009-03-14  Jan Djärv  <jan.h.d@swipnet.se>
9999         * sound.c (alsa_configure): Remove call to deprecated
10000         snd_pcm_sw_params_set_xfer_align.
10002 2009-03-14  Stephen Berman  <stephen.berman@gmx.net>
10004         * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
10005         after clicking in a detached tool bar.
10006         (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
10008 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
10011         int/Lisp_Object mixup).
10013 2009-03-13  Kenichi Handa  <handa@m17n.org>
10015         * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
10016         Handle NAME nil and t correctly.  Callers changed.
10017         (font_def_arg, add_arg, from_arg, to_arg): Delete them.
10018         (set_fontset_font): Change ARG to a vector.  Handle range_list in
10019         ARG correctly.
10020         (Fset_fontset_font): Fix the case that TARGET is both a script
10021         name and charset name.  Adjust the arg to set_fontset_font for
10022         the above change.
10023         (fontset_from_font): Fix previous change.
10024         (Ffontset_info): Adjust for the 2008-07-09 change of fontset
10025         entry.  If FONTSET is the default fontset, don't set the extra
10026         slot of the returning char-table.
10028 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
10030         * nsfns.m (Fx_close_connection): Doc fix.
10031         (Fns_do_applescript): Reflow docstring.
10032         (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
10033         (Fx_display_pixel_width, Fx_display_pixel_height)
10034         (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
10035         Fix typos in docstrings.
10036         (Fns_set_alpha): Fix typos in error messages.
10038 2009-03-12  David Reitter  <david.reitter@gmail.com>
10040         * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
10041         non-key system events on NS.  Formerly, NON_ASCII_KEYSTROKE_EVENT
10042         were used for such events.
10044         * nsterm.m (newFrame, openFile, fulfillService, changeFont)
10045         (toggleToolbar, performDragOperation, runHelp): Use it.
10047         * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
10048         NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
10050 2009-03-11  Kenichi Handa  <handa@m17n.org>
10052         * font.h (font_open_by_spec): Extern it.
10054         * font.c (font_open_by_spec): New function.
10055         (font_open_by_name): Use font_open_by_spec.
10057         * frame.c (x_set_font): When ARG is a font-object, don't alter the
10058         fontset of the frame.
10060         * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
10061         modify the default font of frames that use this fontset.
10062         (num_auto_fontsets): New variable.
10063         (fontset_from_font): Use num_auto_fontsets to decide a fontset
10064         name.  Be sure to set FONTSET_ASCII to the correct font name.
10065         (update_auto_fontset_alist): New function.
10067 2009-03-11  Juanma Barranquero  <lekktu@gmail.com>
10069         * makefile.w32-in: Update dependencies.
10071 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
10073         * nsfns.m (syms_of_nsfns): Remove Qbuffered.
10075 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10077         * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
10079 2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
10081         * lread.c (Feval_buffer): Doc fix.
10083 2009-03-09  Kenichi Handa  <handa@m17n.org>
10085         * charset.c (Qfile_name_handler_alist): Extern it.
10086         (load_charset_map_from_file): Temporarily bind
10087         `file-name-handler-alist' to nil while calling openp.  (Bug#2435)
10089 2009-03-06  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
10091         * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
10092         not two, and use NSRectFill instead of NSDrawGroove.  (Bug#2352)
10094 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
10096         * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
10097         (x_set_window_size): Change back to calculated method of setting
10098         toolbar height under Cocoa.  (Bug#2546)
10099         (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
10100         (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
10102         * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
10104         * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
10105         accelerator in parens under GNUstep.
10107 2009-03-06  Kenichi Handa  <handa@m17n.org>
10109         These changes are to detect incorrect composition sequence without
10110         looking ahead the source.  (Bug#2370)
10112         * coding.h: Include "composite.h".
10113         (enum compisition_state): New enum.
10114         (struct compisition_status): New struct.
10115         (struct iso_2022_spec): New member cmp_status.
10116         (struct emacs_mule_spec): New struct.
10117         (struct coding_system): New members ctext_extended_segment_len and
10118         embedded_utf_8.  Change the union member
10119         spec.emacs_mule_full_support to spec.emacs_mule.
10121         * coding.c (CODING_ISO_CMP_STATUS): New macro.
10122         (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
10123         (MAX_ANNOTATION_LENGTH): Define to 5.
10124         (ADD_COMPOSITION_DATA): New arg nbytes.
10125         (emacs_mule_char): New arg cmp_status.
10126         (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
10127         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
10128         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
10129         (DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
10130         (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
10131         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
10132         (DECODE_EMACS_MULE_COMPOSITION_START): New macro.
10133         (EMACS_MULE_COMPOSITION_END): New macro.
10134         (emacs_mule_finish_composition): New function.
10135         (EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
10136         (decode_coding_emacs_mule): Avoid long looking ahead while
10137         handling composition.
10138         (DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
10139         (ENCODE_COMPOSITION_RULE): New macro.
10140         (finish_composition): New function.
10141         (MAYBE_FINISH_COMPOSITION): Call finish_composition.
10142         (DECODE_COMPOSITION_START): New implementation.
10143         (DECODE_COMPOSITION_END): Likewise.
10144         (STORE_COMPOSITION_RULE): New macro.
10145         (decode_coding_iso_2022): Avoid long looking ahead while handling
10146         composition, CTEXT extended segment, and embedded UTF-8.
10147         (setup_coding_system): For a coding of type iso-2022, reset
10148         CODING_ISO_EXTSEGMENT_LEN (coding) and
10149         CODING_ISO_EMBEDDED_UTF_8 (coding).
10150         (get_translation): Delete arguments last_block, from_nchars,
10151         to_nchars.  Callers changed.
10152         (produce_chars): Don't modify charbuf.  Adjusted for the change of
10153         get_translation.
10154         (produce_composition): Adjust for the new annotation sequence.
10155         (handle_composition_annotation): Likewise.
10156         (consume_chars): Adjust for the change of get_translation.
10158 2009-03-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
10160         * nsterm.m (ns_select): Shortcircuit if reentrant call.  (Bug#2564)
10162 2009-03-05  Kenichi Handa  <handa@m17n.org>
10164         * font.c (font_select_entity): New function.
10165         (font_find_for_lface): Use font_select_entity to select a font.
10167         * fontset.c (fontset_find_font): If a font found without
10168         restricting to the characters C doesn't support C, try to find a
10169         font with C restriction.
10171 2009-03-04  Nikolaj Schumacher  <me@nschum.de>
10173         * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value.
10175 2009-03-04  Jason Rumney  <jasonr@gnu.org>
10177         * w32fns.c (w32_wnd_proc): Only ignore IME messages for the
10178         characters that have already been read.  (Bug#2569)
10180         * image.c (xbm_read_bitmap_data, png_load, svg_load_image):
10181         Log an error message if check_image_size failed.
10182         (xpm_load_image, pbm_load, jpeg_load, tiff_load, gif_load)
10183         (gs_load): Mention max-image-size in size error message.  (Bug#2560)
10185 2009-03-02  Eli Zaretskii  <eliz@gnu.org>
10187         * callproc.c (Fcall_process): Bind inhibit-modification-hooks to t
10188         when decoding process output.
10190 2009-03-01  Richard M Stallman  <rms@gnu.org>
10192         * m/mips.h (DATA_SEG_BITS, XUINT, XSET): Definitions disabled.
10194         * emacs.c (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
10196 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
10198         * coding.c (decode_coding_utf_8, decode_coding_utf_16)
10199         (decode_coding_emacs_mule, decode_coding_iso_2022)
10200         (encode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10201         (decode_coding_raw_text, decode_coding_charset)
10202         (setup_coding_system, decode_eol, decode_coding, consume_chars):
10203         Honor inhibit-eol-conversion.  (Bug #2186)
10205 2009-02-28  Jason Rumney  <jasonr@gnu.org>
10207         * coding.c (detect_coding_charset): If not checking latin extra,
10208         fail on characters between 0x80 and 0xA0.  (Bug#2354)
10210 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
10212         * coding.c (detect_coding_charset): Fix change from 2008-10-21.
10213         Also, check iso-latin-*, not only iso-8859-*.  (Bug#2497)
10215 2009-02-27  Glenn Morris  <rgm@gnu.org>
10217         * callint.c (Finteractive): Doc fix.
10219 2009-02-27  Kenichi Handa  <handa@m17n.org>
10221         * lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
10223 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
10225         * font.c (font_style_to_value): Set value for unknown symbols to
10226         100 instead of 255.
10227         (weight_table, slant_table, width_table): Treat "unspecified" as
10228         the default value.
10230 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
10232         * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
10234 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
10236         * lread.c (Fload): Stop checking Vloads_in_progress and signal
10237         error as soon as a recursive load is detected.
10239 2009-02-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
10241         * nsterm.m (ns_ring_bell): Convert rect to window coordinates
10242         before caching.
10244 2009-02-24  Kenichi Handa  <handa@m17n.org>
10246         * fontset.c (fontset_find_font): Fix the condition for checking
10247         unavailable font.
10249 2009-02-24  Glenn Morris  <rgm@gnu.org>
10251         * xfaces.c (Finternal_set_font_selection_order): Remove leading
10252         whitespace that confuses documentation.
10254 2009-02-23  Miles Bader  <miles@gnu.org>
10256         * process.c (Flist_system_processes, Fprocess_attributes)
10257         (syms_of_process): Rename `system-process-attributes' to
10258         `process-attributes'.
10260 2009-02-22  Andreas Schwab  <schwab@linux-m68k.org>
10262         * coding.h (struct coding_system): Make safe_charsets a pointer to
10263         unsigned char.
10264         * coding.c (CODING_ISO_REQUEST): Check for safe_charsets content
10265         being 255.
10266         (SAFE_CHARSET_P): Likewise.
10267         (setup_iso_safe_charsets): Properly setup safe_charsets.
10268         (Fdefine_coding_system_internal): Likewise.
10269         (setup_coding_system): Likewise.  Remove unneeded casts.
10270         (detect_coding_iso_2022): Compare Viso_2022_charset_list with
10271         CODING_ATTR_CHARSET_LIST, not CODING_ATTR_SAFE_CHARSETS.  Remove
10272         unneeded casts.
10274         * insdel.c (del_range_2): Don't modify gap contents when called
10275         from decode_coding_object.  (Bug#1809)
10277 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
10279         * data.c (syms_of_data): Define Qfont_spec, Qfont_entity, and
10280         Qfont_object.
10281         (Ftype_of): Recognize font objects.
10283         * lisp.h: Define Qfont_spec, Qfont_entity, Qfont_object extern.
10285         * font.c (Qfont_spec, Qfont_entity, Qfont_object): Definitions
10286         moved to data.c.
10288 2009-02-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
10290         * nsterm.m (x_make_frame_invisible): Unset async_visible,
10291         async_iconified.  Based on a patch by Christian Lynbech
10292         <christian.lynbech@tieto.com>.
10293         (EmacsView-windowDidMiniaturize:): Unset async_visible.
10295 2009-02-20  Glenn Morris  <rgm@gnu.org>
10297         * syntax.c (Fskip_chars_forward): Fix doc typo.
10299 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
10301         * keymap.c (Fkeymap_parent): Doc fix (Bug#2391).
10303 2009-02-19  Chong Yidong  <cyd@stupidchicken.com>
10305         * xfns.c (Fx_create_frame): Give Xft driver a higher priority.
10307 2009-02-19  Kenichi Handa  <handa@m17n.org>
10309         * coding.c (detect_coding): Preserve coding->mode.
10310         Don't overflow coding->carryover.  (Bug#2370)
10312 2009-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
10314         * m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
10316 2009-02-18  Kenichi Handa  <handa@m17n.org>
10318         * font.c (font_check_otf_features): Fix handling of `nil' element.
10319         (Ffont_spec): Describe :lang and :otf in the docstring.
10321 2009-02-16  Andreas Schwab  <schwab@suse.de>
10323         * coding.c (Fcheck_coding_systems_region): Fix test for unibyte
10324         string.
10326 2009-02-16  Kenichi Handa  <handa@m17n.org>
10328         * coding.c (Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
10329         (Bug#1723)
10331 2009-02-14  Chong Yidong  <cyd@stupidchicken.com>
10333         * dispextern.h (struct iterator_stack_entry): New line_wrap member.
10335         * xdisp.c (push_it, pop_it): Save and restore line_wrap.
10336         (handle_line_prefix): Suppress wrapping of wrap prefixes.
10338 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
10340         * msdos.c (MAX_SCREEN_BUF): New macro.
10341         (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
10342         Encode the entire run of glyphs sharing the same face, instead of
10343         doing that one glyph at a time (fixes a bug with displaying
10344         double-size characters).
10346 2009-02-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
10348         * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.
10350         * nsmenu.m (pop_down_menu): Check popup_activated_flag.
10351         (ns_popup_dialog, EmacsDialogPanel-runDialogAt:): Let
10352         pop_down_menu do the cleanup work as it is always called.  (Bug#2154)
10354         * nsfont.m (nsfont_make_fontset_for_font): For now, don't try to
10355         set fontset font for "mathematical-" sub-scripts.  (Bug #2218)
10357 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10359         * keyboard.c (adjust_point_for_property): Allow stopping between two
10360         invisible areas.
10362 2009-02-12  Jason Rumney  <jasonr@gnu.org>
10364         * w32font.c (check_face_name): Check for fake helv.  (Bug#2275)
10365         (add_font_entity_to_list): Call check_face_name even when family
10366         is unspecified.
10368         * w32term.c (x_display_pixel_height, x_display_pixel_width):
10369         Release DC when finished.  Use NULL window to refer to desktop.
10370         (w32_term_init): Use NULL window to refer to desktop.  (Bug#460)
10372         * w32font.c (add_font_entity_to_list): Fix check for substituted
10373         raster fonts.  (Bug#2219)
10375 2009-02-12  Kenichi Handa  <handa@m17n.org>
10377         * composite.c (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
10378         (composition_gstring_width): Fix handling of LGLYPH_YOFF.
10379         (autocmp_chars): Use fast_looking_at.  Don't compose more
10380         characters than MAX_COMPOSITION_COMPONENTS.
10381         (find_automatic_composition): While looking forward and backward,
10382         check static composition.  Fix where to stop looking forward.
10383         (composition_adjust_point): Fix checking of static composition.
10384         (Fcomposition_get_gstring): Pay attention to
10385         MAX_COMPOSITION_COMPONENTS.
10387         * lisp.h (fast_looking_at): Extern it.
10389         * search.c (fast_looking_at): New function.
10391         * term.c (encode_terminal_code): Adjust for the change of
10392         <struct glyph>.u.cmp.to.
10393         (append_composite_glyph): Likewise.
10395         * xdisp.c (fill_gstring_glyph_string): Adjust for the change of
10396         <struct glyph>.u.cmp.to.  Check if the glyph belongs to the same
10397         composition.
10398         (append_composite_glyph): Adjust for the change of
10399         <strcut glyph>.u.cmp.to.
10401 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
10403         * casetab.c (init_casetab_once):
10404         * coding.c (ALLOC_CONVERSION_WORK_AREA):
10405         * font.c (font_update_lface):
10406         * fontset.c (Fnew_fontset):
10407         * ftfont.c (ftfont_drive_otf):
10408         * xfont.c (xfont_open):
10409         * xftfont.c (xftfont_get_xft_draw): Remove spurious semicolons.
10411 2009-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10413         * fileio.c (Fwrite_region): !NILP -> CONSP.
10415 2009-02-10  Andreas Schwab  <schwab@suse.de>
10417         * process.c (send_process): Properly relocate pointer into data
10418         when using encoded data.  (Bug#2272)
10420 2009-02-08  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
10422         * coding.c (detect_coding_charset): Fix previous change.
10424 2009-02-08  Jason Rumney  <jasonr@gnu.org>
10426         * w32fns.c (w32_hide_hourglass): Handle case where frame
10427         disappeared while hourglass was displayed.  (Bug #2193)
10429 2009-02-07  Andreas Schwab  <schwab@suse.de>
10431         * unexelf.c (unexec): Fix error message.
10433 2009-02-07  Adrian Robert  <Adrian.B.Robert@gmail.com>
10435         * nsterm.m (EmacsApp-sendEvent:): Defer NSApplicationDefined event
10436         when modal window is active.  (Bug #2152)
10437         (applicationShouldTerminate:): Remove now-unneeded while loop
10438         around NSRunAlertPanel.
10440         * nsmenu.m (popupSession): New file-global variable.
10441         (pop_down_menu): End the popupSession before closing dialog.
10442         (ns_popup_dialog): BLOCK_INPUT around dialog presentation.
10443         (EmacsDialogPanel-runDialogAt:): Don't place window (superfluous),
10444         don't query NSApp for events (just sleep instead).
10446 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
10448         * coding.c (syms_of_coding) <translation-table-for-input>:
10449         Modify doc string to discourage use for character code unification.
10451 2009-02-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10453         * atimer.c (run_timers): Update pending_atimers.
10455 2009-02-06  Chong Yidong  <cyd@stupidchicken.com>
10457         * image.c (svg_load_image): Fix last change.
10459         * xfns.c (Fx_create_frame): Signal an error if no font is
10460         found (Bug#2147).
10462 2009-02-05  Juanma Barranquero  <lekktu@gmail.com>
10464         * character.c (syms_of_character) <script-representative-chars>:
10465         Fix typo in docstring.
10467 2009-02-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
10469         * nsmenu.m (pop_down_menu): New function.
10470         (ns_popup_dialog): Call it on unwind.
10471         (EmacsDialogPanel-runDialogAt:): Check popup_activated_flag and
10472         call timer_check() (Bug#2154).
10473         (EmacsMenu-menuNeedsUpdate:): Don't call ns_update_menu if
10474         handling_signal is set.
10475         (EmacsMenu-fillWithWidgetValue:): Set submenu title.
10477         * config.in: Get rid of COCOA_EXPERIMENTAL_CTRL_G.
10479         * s/darwin.h: Same and NO_SOCK_SIGIO as well.
10481         * nsterm.m (ns_read_socket): Same and don't set handling_signal.
10483         * keyboard.c (poll_for_input_1, handle_async_input):
10484         Set handling_signal under HAVE_NS.
10486 2009-02-04  Glenn Morris  <rgm@gnu.org>
10488         * fileio.c (Fwrite_region): Doc fix (mention annotate-functions).
10490 2009-02-04  Kenichi Handa  <handa@m17n.org>
10492         * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
10494         * charset.c (Fchar_charset): New optional arg restriction.
10496         * coding.h (coding_system_charset_list): Extern it.
10498         * coding.c (coding_system_charset_list): New function.
10500         * composite.c: Include coding.h and termhooks.h.
10501         (composition_gstring_p): Fix for the terminal case.
10502         (composition_gstring_width): Likewise.
10503         (fill_gstring_body): Likewise.
10504         (autocmp_chars): For terminal, call Fcomposition_get_gstring with
10505         the frame.
10506         (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
10507         is within a composition.
10508         (Fcomposition_get_gstring): Fix the terminal case.
10510         * term.c (encode_terminal_code): Fix handling of composition.
10511         (produce_composite_glyph): For static composition, get pixel_width
10512         from struct composition.
10514 2009-02-02  Andreas Schwab  <schwab@suse.de>
10516         * unexelf.c (unexec): Handle unaligned bss offset.
10518 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
10520         * nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30
10521         XT,w32read_socket changes to ns_read_socket.
10523         * keyboard.c (handle_interrupt): Don't call
10524         quit_throw_to_read_char() under NS.
10526         * blockinput.h: Remove NS-specific code.
10528 2009-01-30  Dan Nicolaescu  <dann@ics.uci.edu>
10530         * dispnew.c (window_change_signal): Don't try to get the size of a
10531         suspended tty frame.
10532         * term.c (Fresume_tty): Resize if the size has changed while the
10533         tty was suspended.
10535         * alloc.c (mark_stack): Properly conditionalize previous change.
10537 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
10539         * w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
10540         * w32term.c (w32_read_socket) [SYNC_INPUT]:
10541         Remove; this code is not used on Windows.
10543 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
10545         * coding.c (detect_eol, decode_eol): Handle text with DOS-style
10546         EOLs that also has stray ^M characters.
10548 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>
10550         * atimer.c (run_timers, alarm_signal_handler):
10551         * keyboard.c (pending_signals, handle_async_input, init_keyboard):
10552         * w32inevt.c (w32_console_read_socket):
10553         * w32term.c (w32_read_socket):
10554         * xterm.c (XTread_socket): Use "#ifdef SYNC_INPUT" where appropriate.
10556 2009-01-30  Chong Yidong  <cyd@stupidchicken.com>
10558         * callproc.c (Vtemp_file_name_pattern): Remove DEFVAR_LISP.
10559         Initialize it as a relative filename pattern.
10560         (init_callproc): Don't initialize Vtemp_file_name_pattern here.
10561         (Fcall_process_region): Simplify temp file creation using
10562         temporary-file-directory.
10564 2009-01-29  Eli Zaretskii  <eliz@gnu.org>
10566         * msdos.c: Rename pending_signals to msdos_pending_signals.
10567         (sig_suspender, sigprocmask): Adjust.
10569 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
10571         * keyboard.c (pending_signals): New var.
10572         (poll_for_input, input_available_signal, init_keyboard): Set it.
10573         (process_pending_signals): New function.
10575         * lisp.h (QUIT): Check pending_signals instead of
10576         interrupt_input_pending.  Use process_pending_signals.
10578         * atimer.c (run_timers, alarm_signal_handler): Update pending_signals.
10580         * process.c (wait_reading_process_output): Use process_pending_signals.
10582         * sysdep.c (emacs_write): Use process_pending_signals.
10584         * xterm.c (XTread_socket): Update pending_signals.
10586         * w32term.c (w32_read_socket): Update pending_signals.
10588         * w32inevt.c (w32_console_read_socket): Update pending_signals.
10590 2009-01-29  Kenichi Handa  <handa@m17n.org>
10592         * xftfont.c (xftfont_has_char): New function.
10593         (syms_of_xftfont): Register xftfont_has_char in xftfont_driver.
10595 2009-01-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
10597         * nsterm.h (EmacsPrefsController.cursorBlinkSlider): Only define
10598         under GNUstep.
10599         (ns_query_color): New declaration.
10601         * nsterm.m (ns_confirm_quit): New variable.
10602         (ns_set_default_prefs, syms_of_nsterm, ns_term_init): Initialize it.
10603         (EmacsApp-applicationShouldTerminate:): Use it.
10604         (EmacsPrefsController): Let user set it.
10605         (ns_query_color): New function.
10606         (ns_defined_color): Use it.
10607         (ns_initialize): Drop.
10608         (ns_term_init): Add two lines from ns_initialize(), and set
10609         input_interrupt_mode to nil.
10611         * image.c (svg_load_image): Don't right-shift background RGB when
10612         obtained from FRAME_BACKGROUND_PIXEL.  Under HAVE_NS use ns_query_color.
10614 2009-01-28  Kenichi Handa  <handa@m17n.org>
10616         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10617         (fontset_get_font_group): Remember that no font-group is specified
10618         for C.
10620 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
10622         * fns.c (concat): Check for string overflow (bug#1787).
10624         * undo.c (undo_limit, undo_strong_limit, Vundo_outer_limit):
10625         Quadruple undo limits (bug#1501).
10627 2009-01-27  Kenichi Handa  <handa@m17n.org>
10629         * ftfont.c (ftfont_has_char): If the arg FONT is a font-object,
10630         directly use GT_Get_Char_index.
10632         * xftfont.c (struct xftfont_info): New member `index'.
10634         * fontset.c (font_for_char): Use assq_no_quit, not assoc_no_quit.
10635         (Ffontset_font): Adjust for the change of fontset entry.
10637 2009-01-26  Kenichi Handa  <handa@m17n.org>
10639         * fontset.c (fontset_find_font): Fix handling of non-cons return
10640         value of fontset_get_font_group.
10641         (fontset_font): Revert last change.
10643 2009-01-26  Jason Rumney  <jasonr@gnu.org>
10645         * w32font.c (w32font_list_internal): Return quickly if registry is
10646         unknown.  Simplify final return.
10647         (add_font_entity_to_list): Break complex logic down into more
10648         manageable chunks.  Move unknown registry check to
10649         w32font_list_internal.
10651 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
10653         Changes to remove Feval calls from GUI under NS.
10655         * nsterm.h: Move KEY_NS_... definitions here from nsterm.m.
10656         Add NS_TOGGLE_TOOLBAR, NS_PUT_WORKING_TEXT, NS_UNPUT_WORKING_TEXT.
10657         Remove NS_INSERT_WORKING_TEXT, NS_DELETE_WORKING_TEXT.
10659         * nsterm.m: Move KEY_NS_... definitions to nsterm.h.
10660         (EmacsView-toggleToolbar:): Use KEY_NS_TOGGLE_TOOLBAR.
10661         (EmacsView-setMarkedText:,-deleteWorkingText:): Use NS_TEXT_EVENT
10662         instead of NON_ASCII_KEYSTROKE_EVENT.
10663         (EmacsApp-terminate:): Use KEY_NS_POWER_OFF instead of Feval.
10664         (EmacsApp-applicationShouldTerminate:): Query user.
10665         (EmacsPreferencesController-runHelp:): Use KEY_NS_INFO_PREFS
10666         instead of Feval.
10668         * termhooks.h (NS_TEXT_EVENT): New event type under HAVE_NS.
10670         * keyboard.c (kbd_buffer_get_event): Check for it.
10671         (keys_of_keyboard): Define lispy keys for
10672         ns-put/unput-working-text.
10674         * nsmenu.m (ns_popup_dialog): Resync window setting with X and W32
10675         versions.
10676         (EmacsDialog-runDialogAt:): Use NSModalPanelRunLoopMode.
10678 2009-01-25  Chong Yidong  <cyd@stupidchicken.com>
10680         * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
10681         setting current_buffer directly.  (Bug#2044)
10683 2009-01-24  Chong Yidong  <cyd@stupidchicken.com>
10685         * fontset.c (fontset_font): If we know there is no font, don't do
10686         any work.  (Bug#1952, bug#1990).
10688         * font.c (font_parse_xlfd): Handle patterns of length < 2.  (Bug#1802)
10690 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
10692         * emacs.c (main): Do fork+exec under --daemon in Cocoa.
10693         (ns_no_defaults): New declaration.
10694         (main): Use it.
10696         * nsterm.h (ns_no_defaults): New declaration.
10698         * nsfns.m (x_get_string_resource): Don't read when ns_no_defaults.
10700         * nsterm.m (ns_no_defaults): New variable.
10701         (ns_initialize): Don't read defaults when ns_no_defaults.
10702         (EmacsView-readSelectionFromPasteboard:)
10703         (writeSelectionToPasteboard:types:): New stubbed-out methods for
10704         NSServicesRequests protocol.  (Bug#1435)
10705         (ns_dumpglyphs_stretch): New function.
10706         (ns_draw_glyph_string): Use it, parallel Yamamoto Mitsuharu change
10707         of 2008-11-15 to other terms.  (Bug#615)
10709         * nsimage.m (setPixmapData:): Set to ignore image DPI.
10711 2009-01-23  Giorgos Keramidas  <keramida@freebsd.org>  (tiny change)
10713         * alloc.c (mark_stack): Use "flushw" instead of "ta 3" assembly
10714         call for Sparc64.
10716 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
10718         * nsfns.m:
10719         * nsgui.h:
10720         * nsmenu.m:
10721         * nsselect.m:
10722         * nsterm.h:
10723         * nsterm.m: Remove '23' comments that indicated code added during
10724         update from emacs-20 -> emacs-23.
10726 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
10728         * nsterm.m (EmavsView-keyDown:): Treat nil as Qnone for
10729         ns_alternate_modifier.  (Bug#1217)
10731         * nsmenu.m (EmacsMenu-parseKeyEquiv:, addItemWithWidgetValue:):
10732         Display all shortcuts, including those w/o super modifier.
10734         * nsfns.m (ns-read-file-name): Fix typo in assignment statement.
10736 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
10738         * fileio.c (Vwrite_region_post_annotation_function)
10739         (Vwrite_region_annotation_buffers): New vars.
10740         (build_annotations_unwind): Just reset
10741         Vwrite_region_annotation_buffers.
10742         (Fwrite_region): Initialize Vwrite_region_annotation_buffers.
10743         Call write-region-post-annotation-function.
10744         (build_annotations): Add to Vwrite_region_annotation_buffers if
10745         buffer changes.
10747 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
10749         * nsterm.h (EmacsApp-setAppleMenu:): Conditionalize more correctly on
10750         Tiger.
10751         * nsfns.m (ns_do_applescript):
10752         Conditionalize typeUTF16ExternalRepresentation on Tiger.
10754 2009-01-21  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
10756         * nsterm.m (EV_TRAILER): Always use emacsframe for frame_or_window.
10758 2009-01-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
10760         * nsmenu.m (NSMENUPROFILE): Change #if style.
10762         * nsterm.h (EmacsPrefsController): Add -setPanelFromDefaultValues.
10764         * nsterm.m (x_set_frame_alpha): Add prototype.
10765         (ns_fake_keydown, EmacsView-keyUp:): New variable and function to
10766         handle Ctrl-tab.  (Bug#1841)
10767         (ns_get_color): Use unsigned long long for scanned hex string value.
10768         (ns_term_shutdown): Abort on non SIGTERM signals.
10769         (EmacsPrefsController-setDefaultFont:,-setColors:): Raise the frame.
10770         (EmacsPrefsController-setPanelFromDefaultValues): New function.
10771         (EmacsPrefsController-resetToDefaults:): Use it.  (Bug#1801)
10772         (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused.
10773         (ns_defined_color): Fix settings of the XColor variable fields:
10774         red,green,blue scale to 2-byte, pixel's parts to 1-byte.  (Bug#1663)
10776         * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image
10777         DPI.  (Bug#1316)
10778         (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color
10779         values in onTiger section.
10781 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
10783         * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
10784         Check return value of font_spec_from_name.
10785         (Fx_list_fonts): Doc fix.  (Bug#1951)
10787         * font.c (font_spec_from_name): Return Qnil if font name could not
10788         be parsed.
10789         (font_parse_name): Treat a `?' character as part of an XLFD.
10791         * fns.c (Fsubstring): Doc fix.
10793 2009-01-19  Kenichi Handa  <handa@m17n.org>
10795         * ftfont.c (ftfont_lookup_cache): Check the return value of FcFontList.
10796         (ftfont_list): Likewise.
10798 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
10800         * dbusbind.c (Fdbus_register_signal):
10801         * process.c (conv_sockaddr_to_lisp):
10802         * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
10804         * callproc.c (Fgetenv_internal): Doc fix.
10806 2009-01-16  Chong Yidong  <cyd@stupidchicken.com>
10808         * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
10809         it is not even used.
10811 2009-01-16  Glenn Morris  <rgm@gnu.org>
10813         * font.c (Ffont_variation_glyphs): Silence compiler.
10815 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
10817         * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.
10818         Reported by David Robinow <drobinow@gmail.com>.
10820 2009-01-15  Kenichi Handa  <handa@m17n.org>
10822         * coding.c (detect_coding_system): Fix handling of null_byte_found.
10824 2009-01-14  Jason Rumney  <jasonr@gnu.org>
10826         * frame.c (x_set_font): Always store a font to the font parameter,
10827         never a fontset.  (Bug#1562)
10829 2009-01-14  Kenichi Handa  <handa@m17n.org>
10831         * coding.c (TWO_MORE_BYTES): New macro.
10832         (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
10834 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
10836         * font.c (font_clear_prop): If clearing the family, clear the font
10837         width index too.
10839         * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
10841 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
10843         * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
10844         (do_play_sound): Use it.  Don't pass a hardcoded buffer size to mci
10845         functions, use sizeof.
10847 2009-01-12  Martin Rudalics  <rudalics@gmx.at>
10849         * keyboard.c (read_char): Fix case where last_nonmenu_event
10850         returned a bad value with submenus.  (Bug#447)
10852 2009-01-12  Chong Yidong  <cyd@stupidchicken.com>
10854         * xfaces.c (Finternal_set_lisp_face_attribute): If setting the
10855         family, clear the font width index too.
10857 2009-01-11  Jason Rumney  <jasonr@gnu.org>
10859         * keyboard.c (cmd_error_internal): Exit when errors occur before
10860         frame creation and not in daemon mode.  (Bug#1836)
10862 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
10864         * xdisp.c (pos_visible_p): When iterator stops on the last glyph
10865         of a display vector, backtrack.
10866         (try_window_reusing_current_matrix): Check glyph type before
10867         referencing charpos member.
10869 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
10871         Fix Bug #876:
10873         * coding.c (inhibit_null_byte_detection): New variable.
10874         (detect_coding, detect_coding_system): Don't pay attention to null
10875         bytes if inhibit_null_byte_detection is non-zero.
10876         (syms_of_coding) <inhibit-null-byte-detection>: Declare and document.
10877         <inhibit-iso-escape-detection>: Doc fix.
10879 2009-01-09  Jason Rumney  <jasonr@gnu.org>
10881         * w32font.c (add_font_entity_to_list): Don't report unknown
10882         Windows charset as any unrecognized registry.  (Bug#1548)
10883         Only report Unicode Plane 2 fonts as unicode-sip.
10885 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
10887         * xfaces.c (Fx_font_family_list): Delete function.
10888         Move compatibility version to faces.el.
10890         * font.c (Ffont_family_list): Return a list of strings, not symbols.
10892 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
10894         * frame.c (x_set_frame_parameters): Remember requested value for
10895         fullscreen before it's reset by the parameter handler.
10897 2009-01-09  Glenn Morris  <rgm@gnu.org>
10899         * keyboard.c (last_command_char): For clarity, rename to...
10900         (last_command_event): ... and update all users.
10901         (last_input_char): For clarity, rename to...
10902         (last_input_event): ... and update all users.
10903         (last-command-char, last-input-char): Move to subr.el as aliases.
10904         * cmds.c, commands.h: Update for last_command_char rename.
10906 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
10908         * font.c (font_open_for_lface): Handle unspecified height attribute.
10910 2009-01-08  Jason Rumney  <jasonr@gnu.org>
10912         * w32fns.c (Vx_pointer_shape, Vx_nontext_pointer_shape)
10913         (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
10914         (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
10915         Don't declare.
10916         (syms_of_w32fns): Don't define x-pointer-shape variable.  (Bug#1485)
10917         (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
10919 2009-01-07  Kenichi Handa  <handa@m17n.org>
10921         * fileio.c (Finsert_file_contents): In the case of replace,
10922         remember the coding system used for decoding in
10923         coding_system (Bug#1039).
10925         * coding.c (decode_coding_utf_8): Check byte_after_cr before
10926         breaking the loop.  (Bug#870)
10927         (decode_coding_utf_16, decode_coding_emacs_mule)
10928         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
10929         (decode_coding_charset): Likewise.
10931 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
10933         * frame.c (x_set_frame_parameters): Make sure height (width) get
10934         applied when fullwidth (fullheight) is set.  (Bug#1522)
10936 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
10938         * w32.c: Use 64-bit arithmetic to do FILETIME conversions.  (Bug#1766)
10939         (utc_base): Declare as ULONGLONG, not long double.
10940         (convert_time_raw): Delete.
10941         (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
10942         (initialize_utc_base): New function.
10943         (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
10944         (convert_from_time_t): Use initialize_utc_base; compute result with
10945         64-bit arithmetic.
10946         (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
10948 2009-01-03  Eli Zaretskii  <eliz@gnu.org>
10950         * process.c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
10951         (Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
10952         (Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
10953         (Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime)
10954         [!subprocesses]: Define.
10955         (syms_of_process) [!subprocesses]: Intern and staticpro them.
10956         (Flist_system_processes, Fsystem_process_attributes)
10957         [!subprocesses]: Call list_system_processes and
10958         system_process_attributes instead of returning Qnil.
10960         * dosfns.c (system_process_attributes, list_system_processes):
10961         New functions.
10963         * vm-limit.c (ret_lim_data) [MSDOS]: New function.
10965         * sysdep.c (list_system_processes, system_process_attributes) [MSDOS]:
10966         Don't use the default (no-op) implementation.
10968 2009-01-03  Jason Rumney  <jasonr@gnu.org>
10970         * keyboard.c (parse_modifiers_uncached): Wheel events are
10971         clicks (bug#687).
10973         * w32term.c (x_query_colors, x_query_color): New functions.
10975         * image.c (x_to_xcolors, png_load): Eliminate W32 specific code.
10976         (svg_load_image): Cast returned pointers from dynamically loaded
10977         functions.  Eliminate W32 specific code.
10979 2009-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
10981         * nsfns.m (x_set_foreground_color, x_set_background_color)
10982         (x_set_cursor_color, x_set_icon_name, x_explicitly_set_name)
10983         (x_set_title, x_set_icon_type, x_set_cursor_type): Rename to use
10984         x_ prefix instead of ns_.  Update references.
10985         (syms_of_nsfns): Add a FIXME comment.
10987         * nsterm.m (x_set_cursor_type): New prototype.
10988         (setValuesFromPanel): Use it instead of the old ns_ prefixed name.
10990         * sysdep.c (system_process_attributes): Provide Qtime and Qctime
10991         for Solaris instead of incorrectly providing Qutime and Qcutime.
10993 2009-01-02  Eli Zaretskii  <eliz@gnu.org>
10995         * w32.c (process_times): Compute sum of utime and stime.
10996         (system_process_attributes): Add Qtime to the alist.
10998         * sysdep.c (system_process_attributes): Compute Qtime and Qctime
10999         and add them to the alist.
11001         * process.c (top level) <Qtime, Qctime>: New variables.
11002         (syms_of_process): staticpro them.
11003         (Fsystem_process_attributes): Add their documentation to the doc
11004         string.
11006         * process.h: Declare Qtime and Qctime.
11008 2009-01-02  Jason Rumney  <jasonr@gnu.org>
11010         * image.c (Qgobject): New symbol.
11011         (syms_of_image): Initialize it.
11012         (init_svg_functions): Load some functions from gobject library.
11014 2009-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
11016         * frame.c (make_terminal_frame): Remove redundant code and useless
11017         block.
11019 2009-01-01  Andreas Schwab  <schwab@suse.de>
11021         * process.c (conv_sockaddr_to_lisp): Add workaround for
11022         getsockname bug on BSD.
11024 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
11026         * xfns.c (x_create_tip_frame): Set border width of the X window.
11028         * xfaces.c (Finternal_set_lisp_face_attribute): Improve error message.
11030 2009-01-01  Jason Rumney  <jasonr@gnu.org>
11032         * w32term.c (x_new_font): Return font object, not fontset.  (Bug#119)
11033         Don't block input, as per earlier xterm.c changes.
11035 2008-12-31  Adrian Robert  <Adrian.B.Robert@gmail.com>
11037         * nsfns.m (ns_appkit_version_str): Rename from ns_appkit_version.
11038         (ns_appkit_version_int): New function.
11039         (x-server-version): Use ns_appkit_version_int and follow 21+
11040         convention of returning 3 integers.
11042 2008-12-30  Kenichi Handa  <handa@m17n.org>
11044         * character.h (CHAR_VARIATION_SELECTOR_P): New macro.
11045         (CHAR_SURROGATE_PAIR_P): New macro.
11047         * font.h (struct font_driver): New member get_variation_glyphs.
11049         * font.c (font_range): Don't require a font for a variation selector.
11050         (Ffont_variation_glyphs): New function.
11051         (syms_of_font): Defsubr it.
11053         * ftfont.c (ftfont_driver): Set the member get_variation_glyphs to
11054         ftfont_variation_glyphs.
11055         (setup_otf_gstring): New function.
11056         (ftfont_drive_otf): Use it.
11057         (ftfont_shape_by_flt): Handle variation selector.
11058         (ftfont_variation_glyphs): New function.
11060 2008-12-30  Martin Rudalics  <rudalics@gmx.at>
11062         * frame.c (Vemacs_iconified): Remove.
11064 2008-12-30  Jason Rumney  <jasonr@gnu.org>
11066         * frame.c (store_frame_param, x_get_arg): Enable newer code on
11067         WINDOWSNT too, as related changes have already been synced.  (Bug#117)
11069 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
11071         * indent.c (Fvertical_motion): Don't advance iterator if we have
11072         reseated to the desired position.
11074         * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
11075         checking for pos match.
11077 2008-12-30  Kenichi Handa  <handa@m17n.org>
11079         * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
11080         just get the low 8-bit of the code.
11082         * font.c (font_intern_prop): Validate str as multibyte.
11084 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11086         * dispextern.h (struct face): Move lface and hash from the middle
11087         of bitfields.
11089         * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
11091 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
11093         * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
11094         (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
11095         instead of intervals.h.
11097 2008-12-26  Andreas Schwab  <schwab@suse.de>
11099         * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
11100         cons.
11102 2008-12-26  Martin Rudalics  <rudalics@gmx.at>
11104         * textprop.c (Qminibuffer_prompt): New variable.
11105         (syms_of_textprop): Initialize it.
11106         * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
11107         in minibuffer-prompt face.  (Bug#1662)
11109 2008-12-25  Jason Rumney  <jasonr@gnu.org>
11111         * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
11113 2008-12-24  Jason Rumney  <jasonr@gnu.org>
11115         * ralloc.c (r_alloc_reset_variable): New function.
11117         * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
11118         record of what points where.  (Bug#716)
11120 2008-12-22  Dan Nicolaescu  <dann@ics.uci.edu>
11122         * minibuf.c (read_minibuf): Follow the non-interactive case when
11123         running as a daemon, before detaching.
11125 2008-12-22  Andreas Schwab  <schwab@suse.de>
11127         * buffer.c (init_buffer): Use realloc instead of xrealloc.
11128         * gtkutil.c (free_widget_value): Use xfree instead of free.
11130 2008-12-22  Martin Rudalics  <rudalics@gmx.at>
11132         * frame.c (delete_frame): New function derived from
11133         Fdelete_frame to handle Qnoelisp value for FORCE argument.
11134         Delete last frame iff FORCE equals Qnoelisp.  (Bug#1450)
11135         (Fdelete_frame): Call delete_frame.  Remove line from doc-string
11136         saying that FORCE non-nil doesn't run `delete-frame-functions'.
11137         * frame.h: Extern delete_frame.
11138         * window.c (window_loop):
11139         * terminal.c (delete_terminal):
11140         * xterm.c (x_connection_closed):
11141         * xfns.c (Fx_hide_tip):
11142         * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
11144 2008-12-21  Jason Rumney  <jasonr@gnu.org>
11146         * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
11147         when character maps to .notdef character.
11149 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
11153 2008-12-20  Jason Rumney  <jasonr@gnu.org>
11155         * frame.c (Fmake_terminal_frame): Raise an error when called from
11156         a graphical frame on Windows.  (Bug#1325)
11158 2008-12-20  Jan Djärv  <jan.h.d@swipnet.se>
11160         * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
11162 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
11164         * minibuf.c (Fread_buffer): Doc fix.
11166 2008-12-20  Jason Rumney  <jasonr@gnu.org>
11168         * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
11169         server name in UNC paths.  (Bug#719)
11171         * coding.c (decode_coding): Clear chars_at_source flag when using
11172         charbuf.  (Bug#1035)
11174 2008-12-19  Daniel Engeler  <engeler@gmail.com>
11176         * sysdep.c (serial_configure): Fix typo.
11178 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
11180         * sysdep.c: Include alloca.h.
11181         (system_process_attributes): Add implementation for Solaris.
11183         * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
11185 2008-12-19  Dan Nicolaescu  <dann@ics.uci.edu>
11187         Reorganize implementation of Flist_system_processes and
11188         Fsystem_process_attributes.  No functional changes.
11189         * process.c: Don't #include pwd.h, grp.h and limits.h.
11190         (Flist_system_processes): Just call list_system_processes.
11191         (Fsystem_process_attributes): Just call system_process_attributes.
11192         (procfs_list_system_processes, time_from_jiffies)
11193         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11194         (procfs_get_total_memory, procfs_system_process_attributes): Move ...
11196         * sysdep.c: ... here.  Include pwd.h, grp.h and limits.h.
11197         (list_system_processes): Rename from
11198         procfs_list_system_processes.  Enclose in #ifdef HAVE_PROCFS.
11199         Provide a do nothing implementation.
11200         (system_process_attributes): Rename from
11201         procfs_list_system_processes.
11202         (ltime_from_jiffies, get_up_time, procfs_ttyname, MAJOR, MINOR)
11203         (procfs_get_total_memory): Enclose in #ifdef GNU_LINUX.
11205         * w32.c (list_system_processes): Rename from
11206         w32_list_system_processes.
11207         (system_process_attributes): Rename from
11208         w32_system_process_attributes.
11210         * s/gnu-linux.h (LISTPROC, PROCATTR): Remove.
11212         * process.h (w32_list_system_processes)
11213         (w32_system_process_attributes): Remove.
11214         (list_system_processes, system_process_attributes):
11215         New prototypes.
11217 2008-12-19  Kenichi Handa  <handa@m17n.org>
11219         * xfont.c (xfont_decode_coding_xlfd): New function.
11220         (xfont_encode_coding_xlfd): New function.
11221         (xfont_list_pattern): Decode XLFD by iso-8859-1.
11222         (xfont_list): Decode and encode XLFD by iso-8859-1.
11223         (xfont_match): Likewise.
11224         (xfont_list_family): Likewise.
11225         (xfont_open): Likewise.
11227         * ftfont.c (ftfont_open): Generate a multibyte string if given
11228         names are utf-8.
11230         * xftfont.c (xftfont_open): Generate a multibyte string if given
11231         names are utf-8.
11233 2008-12-18  Jan Djärv  <jan.h.d@swipnet.se>
11235         * gtkutil.c (xg_frame_resized): Remove check if rows/columns have
11236         changed.
11237         (xg_tool_bar_proxy_callback): Put focus on the frame after we have
11238         clicked on a detached tool bar button.
11240 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
11242         * emacs.c (main): Print and error and exit when no data is read
11243         from the pipe.
11245 2008-12-17  Jason Rumney  <jasonr@gnu.org>
11247         * w32font.c (w32font_has_char): Always return -1.
11249 2008-12-16  Kenichi Handa  <handa@m17n.org>
11251         * font.c (font_open_entity): Fix previous change.
11253 2008-12-16  Dan Nicolaescu  <dann@ics.uci.edu>
11255         * process.c: Include <limits.h>.
11257 2008-12-16  Chetan Pandya  <pandyacus@sbcglobal.net>  (tiny change)
11259         * font.c (font_update_drivers): Fix mistake in reconstructing the
11260         driver list.
11262 2008-12-16  Chong Yidong  <cyd@stupidchicken.com>
11264         * font.c (font_clear_cache): Fix format of font cache data.
11266 2008-12-15  Chong Yidong  <cyd@stupidchicken.com>
11268         * xftfont.c (xftfont_open): Free Xft font pattern if
11269         XftFontOpenPattern fails.
11271         * xterm.c (x_free_frame_resources): Remove extraneous call to
11272         free_frame_faces.
11274 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
11276         * xterm.c (x_delete_display): Move xim_close_dpy call to
11277         x_delete_terminal.
11278         (x_delete_terminal): Call xim_close_dpy.
11280 2008-12-13  Jason Rumney  <jasonr@gnu.org>
11282         * w32font.c (intern_font_name): New function.
11283         (add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
11284         (w32font_open_internal, Fx_select_font): Decode font name.
11285         (fill_in_logfont, list_all_matching_fonts): Encode font name.
11287         * w32font.h (intern_font_name): Declare new function.
11289         * w32uniscribe.c (add_opentype_font_name_to_list):
11290         Use intern_font_name.
11292 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
11294         * frame.c (Fdelete_frame): Call free_font_driver_list.
11296         * font.c (free_font_driver_list): Implement missing function.
11298         * w32term.c (w32_term_init): Don't initialize the image cache
11299         here; it will be done in init_frame_faces.
11301         * xterm.h (struct xim_inst_t): Definition moved from xterm.c.
11302         (struct x_display_info): Remove unused member null_pixel.  New
11303         member xim_callback_data.
11305         * xterm.c (struct xim_inst_t): Definition moved to xterm.h.
11306         (xim_initialize): Save pointer to callback function data.
11307         (xim_close_dpy): Free callback function data.  Call XCloseIM,
11308         reverting 2008-11-04 change by David Smith.
11309         (x_term_init): Don't initialize the image cache here; it will be
11310         done in init_frame_faces.  Remove ancient "null_pixel" cruft.
11311         (x_delete_display): Free x_dnd_atoms member.
11313 2008-12-13  Kenichi Handa  <handa@m17n.org>
11315         * font.c (font_rescale_ratio): Moved from xfaces.c.
11316         Argument type changed.  Handle a font-spec too.
11317         (font_score): Check Vface_font_rescale_alist.
11318         (font_open_entity): Likewise.  (Bug#1547)
11320         * xfaces.c (font_rescale_ratio): Moved to font.c.
11322 2008-12-13  Chong Yidong  <cyd@stupidchicken.com>
11324         * xfns.c (Fx_wm_set_size_hint): Check if the frame is an X frame.
11326 2008-12-12  Jason Rumney  <jasonr@gnu.org>
11328         * w32fns.c (x_display_info_for_name, Fx_open_connection): Set
11329         Vwindow_system_version to the real w32 major version.
11331 2008-12-12  Dan Nicolaescu  <dann@ics.uci.edu>
11333         * term.c (init_tty): Move setting the terminal name before the
11334         potential user: maybe_fatal.
11336 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
11338         * term.c (tty_free_frame_resources): Renamed from delete_tty_output;
11339         all callers changed.  Call free_frame_faces to free the face cache.
11341 2008-12-11  Jason Rumney  <jasonr@gnu.org>
11343         * w32font.c (fill_in_logfont): Don't assume symbol script means
11344         SYMBOL_CHARSET.  (Bug#547)
11346         * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
11347         size for surrogates.  (Bug#1096, bug#872)
11349 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
11351         * w32proc.c (Fw32_get_locale_info): Decode long form of locale name.
11353 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
11355         * process.c (Fsystem_process_attributes, syms_of_process):
11356         Fix typo in name of Ssystem_process_attributes.
11357         Reported by Ulrich Mueller <ulm@kph.uni-mainz.de>.
11359 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
11361         * syntax.c (Fmodify_syntax_entry): Doc fix.
11363 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
11365         * font.c (Ffont_spec): Move usage to end of docstring.
11367 2008-12-10  Jason Rumney  <jasonr@gnu.org>
11369         * w32font.c (Qcham): New symbol.
11370         (font_supported_scripts): Add cham, and comments for other new
11371         scripts in bitfield from OpenType spec.
11372         (add_font_entity_to_list): Limit unicode-sip fonts to those that
11373         contain characters beyond the bmp.
11375 2008-12-10  Kenichi Handa  <handa@m17n.org>
11377         * ftfont.c (fc_charset_table): Add "unicode-sip".
11378         (ftfont_spec_pattern): Lookup fc_charset_table for the registry
11379         Qunicode_sip.
11381 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
11383         * coding.c (QCdefault_char): Rename from QCdefalut_char.
11384         (Fcoding_system_put): Use QCdefault_char.
11385         (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
11387 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
11389         * xftfont.c (syms_of_xftfont): Fix typo.
11391         * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead buffer.
11393 2008-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
11395         * emacs.c (main): Close daemon_pipe on exec.
11397 2008-12-08  Chong Yidong  <cyd@stupidchicken.com>
11399         * termchar.h (struct tty): New members termcap_term_buffer and
11400         termcap_strings_buffer.
11402         * term.c (encode_terminal_code): Free any previous memory blocks
11403         before calling xmalloc for encode_terminal_src or encode_terminal_dst.
11404         (maybe_fatal): Buffer argument deleted.  Don't free buffer here.
11405         All callers changed.
11406         (init_tty): Store termcap data and string buffers in new struct
11407         tty members termcap_term_buffer and termcap_strings_buffer.
11408         (delete_tty): Free them.
11409         (syms_of_term): Initialize encode_terminal_src and encode_terminal_dst.
11411 2008-12-07  Seiji Zenitani  <zenitani@mac.com>
11413         * nsfns.m (ns_set_background_color): Remove code duplication.
11414         It was a substitute for face-transparency on OS X 10.3.
11416 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
11418         * coding.c (make_conversion_work_buffer): Disable buffer
11419         modification hooks in the work buffer.
11421 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
11423         * process.c (procfs_system_process_attributes): If `nread' has a
11424         negative value, assign zero to it.
11426 2008-12-05  Chong Yidong  <cyd@stupidchicken.com>
11428         * eval.c (Vdebug_on_error): Doc fix.
11430 2008-12-05  Kenichi Handa  <handa@m17n.org>
11432         * ftfont.c (ftfont_shape_by_flt): Use "combining" flt if the
11433         second character is a combining character.
11435 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
11437         * process.c (procfs_system_process_attributes): Don't use cmd,
11438         cmdsize, and q without initializing them first.
11440 2008-12-04  Jason Rumney  <jasonr@gnu.org>
11442         * w32font.c (w32font_draw): Initialize orig_clip before getting
11443         it, and delete it when finished.
11445 2008-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
11447         * keyboard.c (kbd_buffer_get_event): Follow the non-interactive
11448         case when running as a daemon before detaching.
11450 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
11452         * w32.c (init_environment): Don't unload library shell32.dll.
11454 2008-12-03  Kenichi Handa  <handa@m17n.org>
11456         * font.c (font_at): Set `multibyte' at first.
11458         * coding.c (decode_coding_charset): Check type of an element of
11459         vector VALIDS.
11460         (encode_coding_emacs_mule): Be sure to set `code'.
11462         * fontset.c (face_for_char): Handle invalid charset property correctly.
11463         (font_for_char): Likewise.
11465 2008-12-03  Chong Yidong  <cyd@stupidchicken.com>
11467         * font.c (Fopen_font): Compute pixel size correctly.
11468         (font_update_lface): Handle fonts with corrupted size specs,
11469         i.e. non-int and non-float.
11471         * ftfont.c (ftfont_match): Initialize entity variable.
11472         (ftfont_resolve_generic_family): Avoid using uninitialized var.
11473         (ftfont_list_family): Initialize list var earlier.
11475         * xselect.c (Fx_get_cut_buffer_internal): Fix memory leak.
11477         * xterm.c (x_draw_glyph_string): Fall back on
11478         underline_minimum_offset for underline position.
11480 2008-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11482         * keyboard.c (read_char_help_form_unwind): Specify the type for ARG.
11484         * character.c (c_string_width): Specify the type for LEN.
11486 2008-12-03  Kenichi Handa  <handa@m17n.org>
11488         * coding.c (decode_coding_utf_16): Initialize consumed_chars_base to 0.
11489         (decode_coding_utf_8): Likewise.
11490         (detect_coding_system): Initialize utf_16_le_eol to -1, val to Qnil.
11491         (produce_chars): Initialize consumed_chars to 0.
11493 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
11495         * keyboard.c (make_lispy_position): Only use PT if the selected
11496         window is current.
11498 2008-12-02  Andreas Schwab  <schwab@suse.de>
11500         * font.c (font_unparse_fcname): Fix use of uninitialized variable.
11502         * doprnt.c (doprnt1): Fix size of charbuf.
11504 2008-12-02  Chong Yidong  <cyd@stupidchicken.com>
11506         * keyboard.c (timer_check): Revert last change.
11508 2008-12-02  Juanma Barranquero  <lekktu@gmail.com>
11510         * makefile.w32-in ($(BLD)/w32console.$(O)): Fix silly, silly typo.
11512 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
11514         * makefile.w32-in: Update dependencies.
11515         (CONFIG_H): Add $(EMACS_ROOT)/nt/inc/sys/time.h.
11517 2008-12-01  Andreas Schwab  <schwab@suse.de>
11519         * font.c (register_font_driver): Use xmalloc.
11520         (font_put_frame_data): Likewise.
11522 2008-12-01  Chong Yidong  <cyd@stupidchicken.com>
11524         * xfaces.c (realize_x_face): Make abort condition clearer.
11526         * gtkutil.c (update_frame_tool_bar): Initialize variable.
11528 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
11530         * keyboard.c (timer_check): After a timer runs, ensure that the
11531         selected window's buffer is current.
11533 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
11535         * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
11536         It was accidentally restored by the Unicode merge.
11538         * w32proc.c (Fw32_get_locale_info): Fix typo in docstring.
11540 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
11542         * w32proc.c: Include "coding.h".
11543         (Fw32_short_file_name): Encode filename passed to Windows API.
11544         (Fw32_long_file_name): Encode filename passed to Windows API and
11545         decode back the result.  (Bug#1433)
11547 2008-11-29  Kenichi Handa  <handa@m17n.org>
11549         * charset.h (CHAR_CHARSET_P): Check if the encoder is loaded or
11550         not before accessing it.
11552         * charset.c (Fdefine_charset_internal): After calculating
11553         min_char, max_char, and fastmap, copy the charset structure again.
11554         (encode_char): Fix the previous change.
11556 2008-11-28  Seiji Zenitani  <zenitani@mac.com>
11558         * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
11560         * nsfns.m (ns_frame_parm_handlers): Set alpha handler.
11562         * nsterm.m (x_set_frame_alpha): New function.
11564 2008-11-27  Eli Zaretskii  <eliz@gnu.org>
11566         * xfaces.c (Fx_font_family_list, syms_of_xfaces): Fix last change.
11568 2008-11-27  Juanma Barranquero  <lekktu@gmail.com>
11570         * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
11571         pointer to check_face_name.
11573 2008-11-27  Kenichi Handa  <handa@m17n.org>
11575         * category.h (SET_CATEGORY_SET): Call set_category_set.
11576         (set_category_set): Extern it.
11578         * category.c (hash_get_category_set): New function.
11579         (Fmodify_category_entry): Adjusted for the change of
11580         char_table_ref_and_range.  Call hash_get_category_set to get a
11581         category set to store in the table.
11583         * character.h (MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
11584         Funify_charset.
11586         * charset.h (enum charset_method): Delete CHARSET_METHOD_MAP_DEFERRED.
11587         (DECODE_CHAR): Check if the decoder vector is ready.
11588         (ENCODE_CHAR): Check if the encoder char-table is ready.
11589         (maybe_unify_char): Extern it.
11591         * charset.c (Vchar_unified_charset_table): Delete it.
11592         (inhibit_load_charset_map): New variable.
11593         (temp_charset_work): New variable.
11594         (SET_TEMP_CHARSET_WORK_ENCODER, GET_TEMP_CHARSET_WORK_ENCODER)
11595         (SET_TEMP_CHARSET_WORK_DECODER, GET_TEMP_CHARSET_WORK_DECODER):
11596         New macros.
11597         (load_charset_map): Meaning of control_flag changed.  If
11598         inhibit_load_charset_map is nonzero, setup a table in
11599         temp_charset_work.
11600         (load_charset): New argument control_flag.
11601         (map_charset_for_dump): New function.
11602         (map_charset_chars): If inhibit_load_charset_map is nonzero, use
11603         map_charset_for_dump.
11604         (Fdefine_charset_internal): If the charset method is MAP, load
11605         mapping tables by calling load_charset.
11606         (Funify_charset): Don't load a mapping table but directly set
11607         Vchar_unify_table.
11608         (maybe_unify_char): New function.
11609         (decode_char): Don't handle the deleted method MAP_DEFERRED.
11610         Handle the case of inhibit_load_charset_map being nonzero.
11611         (encode_char): Don't handle the deleted method MAP_DEFERRED.
11612         Handle the case of inhibit_load_charset_map being nonzero.
11613         (Fclear_charset_maps): Just free temp_charset_work.
11614         (syms_of_charset): Make `inhibit-load-charset-map' a Lisp
11615         variable.
11617         * chartab.c (sub_char_table_ref_and_range): Adjusted for the
11618         change of char_table_ref_and_range.
11619         (char_table_ref_and_range): Change the meaning of argument FROM
11620         and TO.  Now the caller must provide initial values for *FROM
11621         and *TO.
11623         * fontset.c (fontset_add): Adjusted for the change of
11624         char_table_ref_and_range.
11625         (fontset_get_font_group): Likewise.
11626         (Ffontset_info): Likewise.
11628         * keymap.c (describe_vector): Adjusted for the change of
11629         char_table_ref_and_range.  For char-table, put boundary between
11630         non-ASCII and 8-bit characters.
11632         * print.c (print_object): For bool-vector, delete unnecessary
11633         check of ASCII_BYTE_P.
11635 2008-11-26  Jason Rumney  <jasonr@gnu.org>
11637         * w32font.c (w32font_open_internal): Don't include external
11638         leading in font height.  (Bug#879)
11640 2008-11-26  Glenn Morris  <rgm@gnu.org>
11642         * xfaces.c (Fx_font_family_list): Replace lisp/term/pc-win.el
11643         redefinition with ifdef.  (Bug#1383)
11645 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
11647         * nsterm.m (ns_get_color): Handle long hex strings (fixes bug #1044).
11649 2008-11-24  Wolfgang Lux  <wolfgang.lux@gmail.com>  (tiny change)
11651         * nsterm.m (-otherMouseDown:, -otherMouseUp:, -otherMouseDragged):
11652         New EmacsView methods.
11653         (EV_UDMODIFIERS, EV_BUTTON): Add OtherMouse constants.
11654         Fixes bug #1048,1357,1414.
11656 2008-11-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
11658         Fix bug #1362.
11659         * image.c (x_clear_image_1): Do not free background under HAVE_NS, it
11660         is not an indexed color.
11661         * nsterm.m (free_indexed_color): Add argument checking.
11662         * nsfns.m: Move config.h to before system includes (advised by Dan N.).
11664 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
11666         * minibuf.c (Fcompleting_read, Vminibuffer_completion_confirm):
11667         Document confirm-after-completion value for
11668         minibuffer-completion-confirm.
11670 2008-11-24  Jason Rumney  <jasonr@gnu.org>
11672         * w32font.c (check_face_name): Use xstrcasecmp.  Avoid compiler
11673         warning.
11675 2008-11-23  Jason Rumney  <jasonr@gnu.org>
11677         * w32uniscribe.c (uniscribe_encode_char): Ensure context is
11678         restored before returning.
11680         * w32font.c (check_face_name): New function.
11681         (add_font_entity_to_list): Use it to filter out common substituted
11682         fonts.  (Bug#642)
11684 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
11686         * buffer.c (Fswitch_to_buffer): Reword and mention new option
11687         confirm-nonexistent-file-or-buffer in doc-string.
11689 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11691         * buffer.c (Fbuffer_swap_text): Remove redundant marker manipulation.
11692         Fix copy/paste typo.  Add checks.
11694 2008-11-21  Kenichi Handa  <handa@m17n.org>
11696         * coding.c (detect_coding_iso_2022): Reject invalid composition
11697         sequence.
11698         (DECODE_COMPOSITION_START): If the current source is the last
11699         block, and the current composition doesn't end, regard this
11700         sequence as invalid.
11701         (decode_coding_iso_2022): Handle invalid composition sequence.
11703 2008-11-20  Martin Rudalics  <rudalics@gmx.at>
11705         * window.c (coordinates_in_window): Don't return
11706         ON_VERTICAL_BORDER for the rightmost position of a mode/header
11707         line when the window is not the rightmost one.  (Bug#1372)
11709 2008-11-16  Ben North  <ben@redfrontdoor.org>  (tiny change)
11711         * buffer.c (syms_of_buffer): Fix doc-string of cursor-type.
11713 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
11715         * msdos.c (run_msdos_command): Don't call dos_ttcooked, dos_ttraw,
11716         and bright_bg if noninteractive is non-zero.
11718 2008-11-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11720         * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
11721         x_draw_glyph_string_background.
11723         * w32term.c (x_draw_glyph_string): Likewise.
11725 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
11727         * xterm.c (x_draw_glyph_string): Stop drawing the background of
11728         the next glyph string once past the overhang width.
11730         * nsterm.m (ns_draw_glyph_string): Likewise.
11732         * w32term.c (x_draw_glyph_string): Likewise.
11734 2008-11-14  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
11736         * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
11737         double file close.
11739 2008-11-14  Martin Rudalics  <rudalics@gmx.at>
11741         * window.c (window_loop): In DELETE_BUFFER_WINDOWS case, reset
11742         dedicated status of window before attempting to display another
11743         buffer in it.
11745 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
11747         * msdos.c (Fmsdos_long_file_names):
11748         (syms_of_msdos) <dos-unsupported-char-glyph>:
11749         * dosfns.c (Fint86): Fix typos in docstrings.
11751 2008-11-14  Eli Zaretskii  <eliz@gnu.org>
11753         * makefile.w32-in (OBJ1, WIN32OBJ): Fix whitespace.
11755 2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11757         * puresize.h (BASE_PURESIZE): Increase to 1260000.
11759 2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
11761         * frame.c (x_set_alpha): Set alpha to -1 if nil given.
11763         * frame.h: Negative alpha means "don't touch".
11765         * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
11767         * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
11769 2008-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11771         * hftctl.c:
11772         * chpdef.h:
11773         * acldef.h: Remove files used only for systems no longer supported.
11775         * Makefile.in: Fix .o alphabetical ordering.
11776         (hftctl.o): Remove dependency, file removed.
11777         (keymap.o, print.o): Depend on charset.h.
11779 2008-11-10  Kenichi Handa  <handa@m17n.org>
11781         * character.c (Fget_byte): Fix and make it faster for unibyte target.
11783 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
11785         * dired.c (file_name_completion): If completion_ignore_case is
11786         enabled, ignore case when checking completion-regexp-list.
11788 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
11790         * vm-limit.c (get_lim_data): Fix last change.
11792 2008-11-08  Kenichi Handa  <handa@m17n.org>
11794         * character.c (Fget_byte): New function.
11795         (syms_of_character): Defsubr Fget_byte.
11797 2008-11-07  Chong Yidong  <cyd@stupidchicken.com>
11799         * xdisp.c (try_window_reusing_current_matrix): Ensure that window
11800         cursor position is valid after scrolling.
11802 2008-11-06  Juanma Barranquero  <lekktu@gmail.com>
11804         * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.
11806 2008-11-06  Glenn Morris  <rgm@gnu.org>
11808         * xterm.c (handle_one_xevent): Don't let popup menus cause
11809         mouse-autoselect-window related window switching.  (Bug#1261)
11811 2008-11-04  David Smith  <davidsmith@acm.org>  (tiny change)
11813         * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.
11815 2008-11-04  Andreas Schwab  <schwab@suse.de>
11817         * xfns.c (Fx_wm_set_size_hint): Add missing return value.
11819 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
11821         * xfns.c (Fx_wm_set_size_hint): New function.
11823 2008-11-03  Martin Rudalics  <rudalics@gmx.at>
11825         * textprop.c (Fprevious_single_char_property_change): Return 0
11826         when there's no change in a string.  (Bug#1301)
11828 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
11830         * frame.c (do_switch_frame): New argument NORECORD passed to
11831         Fselect_window.
11832         (Fselect_frame): New argument NORECORD passed to
11833         do_switch_frame.
11834         (Fset_frame_selected_window): New argument NORECORD passed to
11835         Fselect_frame.
11836         (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
11837         in call of do_switch_frame.
11838         (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
11839         Handle NORECORD argument in call of Fselect_frame.
11840         * lisp.h (do_switch_frame, Fselect_frame)
11841         (Fset_frame_selected_window): Adjust declarations.
11842         * window.c (select_frame_norecord): New function.
11843         (run_window_configuration_change_hook): Use it and call
11844         Fselect_frame with NORECORD set.
11845         (Fselect_window): Pass NORECORD to Fselect_frame.
11846         (Fset_window_configuration): Handle NORECORD argument in call of
11847         do_switch_frame.
11848         * minibuf.c (choose_minibuf_frame): Handle NORECORD in call of
11849         Fset_frame_selected_window.
11850         * keyboard.c (command_loop_1): Handle NORECORD in call of
11851         Fselect_frame (currently ifdefd).
11853 2008-11-02  Ulrich Mueller  <ulm@kph.uni-mainz.de>
11855         * emacs.c (USAGE2): Untabify.
11857 2008-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11859         * composite.c (fill_gstring_header): Fix copy/paste typo.
11861 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
11863         * window.c (Fnext_window, Fprevious_window): Rewrite doc-string.
11864         (Fother_window): Rename argument and rewrite doc-string.
11865         (select_window_norecord): Fix return value.  (Bug#1276)
11867 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
11869         * w32fns.c (x_create_tip_frame): Prevent default foreground color for
11870         new frames overriding foreground for tooltips.  Based on similar patch
11871         from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)
11873 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
11875         * emacs.c (Fdaemon_initialized): Initialize nfd.
11877 2008-10-29  Martin Rudalics  <rudalics@gmx.at>
11879         * window.c (Fwindow_height, Fdelete_window, set_window_buffer)
11880         (Fwindow_text_height): Clarify doc-strings.
11881         * xdisp.c (syms_of_xdisp): Mention set-window-buffer in
11882         doc-string of window-scroll-functions.
11884 2008-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11886         * category.c (syms_of_category): Fix typo in docstring.
11888 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
11890         * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)
11891         (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right):
11892         Fix typos in docstrings.
11894 2008-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
11896         * emacs.c (daemon_pipe): Make non-static.
11897         (IS_DAEMON): Move definition ...
11898         * lisp.h (IS_DAEMON): ... here.
11899         (daemon_pipe): Declare.
11900         (is_daemon): Remove.
11901         * dispnew.c (init_display): Use IS_DAEMON.
11903 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11905         * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)
11906         (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively.
11908         * emacs.c (is_daemon): Remove.
11909         (main): Don't set is_daemon.
11910         (IS_DAEMON): New macro.
11911         (Fdaemonp, Fdaemon_initialized): Use it.
11912         (Fdaemon_initialized): Write a char into the pipe to make sure the
11913         parent exits.
11914         (syms_of_emacs): Explicitly initialize daemon_pipe[1].
11916 2008-10-27  Chong Yidong  <cyd@stupidchicken.com>
11918         * nsterm.m (ns_draw_window_cursor): When hbar cursor is on
11919         over-sized glyph, draw it with the default glyph width.
11921         * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11922         glyph, draw it with the default glyph width.
11924         * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized
11925         glyph, draw it with the default glyph width.
11927         * xdisp.c (try_scrolling): When computing the distance from the
11928         scroll margin to PT, try moving some distance past the window
11929         bottom before giving up.
11931 2008-10-27  Martin Rudalics  <rudalics@gmx.at>
11933         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p)
11934         (Fset_window_buffer): Explain in doc-string that a window can be
11935         "strongly" dedicated to its buffer.
11937 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
11939         * emacs.c (daemon_name): New variable.
11940         (main): Deal with --daemon=SERVER_NAME.
11941         (Fdaemonp): Return a name if one was passed to --daemon.
11943 2008-10-26  Romain Francoise  <romain@orebokech.com>
11945         * emacs.c (daemon_pipe): New variable.
11946         (main): Create a pipe before forking, make the parent exit only after
11947         the child has closed its end of the pipe.  Move closing the
11948         descriptors ...
11949         (Fdaemon_initialized): ... here.  New function.
11951 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11953         * chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
11954         the previous unoptimized table.
11956         * window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
11957         the distinction between non-nil and non-t value of `dedicated'.
11959 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
11961         * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
11962         read_char_minibuf_menu_text is large enough to hold the menu string.
11964 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
11966         * window.c (Fget_buffer_window, Fdelete_windows_on)
11967         (Freplace_buffer_in_windows): Make buffer argument optional and
11968         rename to buffer_or_name.
11970 2008-10-24  Chong Yidong  <cyd@stupidchicken.com>
11972         * xdisp.c (handle_single_display_spec, handle_display_prop):
11973         Undo 2005-05-16 change.
11974         (handle_stop): Pop iterator if it's loaded with an empty string.
11975         (get_overlay_strings_1): Don't save iterator if it's loaded with
11976         an empty string (bug#1201).
11978 2008-10-24  Kenichi Handa  <handa@m17n.org>
11980         * ftfont.c (ftfont_otf_features): Fix previous change.
11981         (ftfont_otf_capability): Check FeatureList.FeatureCount before
11982         calling ftfont_otf_features.
11984 2008-10-24  Kenichi Handa  <handa@m17n.org>
11986         * font.c (font_match_p): Fix for the case that a vector of
11987         characters is in script-representative-chars.
11989 2008-10-24  Michael Albinus  <michael.albinus@gmx.de>
11991         * dbusbind.c (xd_in_read_queued_messages): New variable.
11992         (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros.  Throw Qdbus_error.
11993         (xd_read_queued_messages): Catch Qdbus_error from the macros.
11994         (all): Replace xsignal1, xsignal2, xsignal3 by the respective
11995         macro.  (Bug#1186)
11997 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
11999         * s/sol2-10.h: New file.
12001 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
12003         * xdisp.c (fill_glyph_string): Fix typo in source (though the
12004         poor beast has survived 9+ years and the jump from xterm.c!).
12006 2008-10-23  Martin Rudalics  <rudalics@gmx.at>
12008         * buffer.c (Fget_buffer_create): Rename arg to buffer_or_name.
12009         Reword doc-string.
12010         (Fbury_buffer): In doc-string say what happens to the buffer's window.
12012 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
12014         * character.c (syms_of_character) <script-representative-chars>:
12015         <unicode-category-table>: Doc fixes.
12017 2008-10-23  Noah Friedman  <friedman@splode.com>
12019         * coding.c (make_conversion_work_buffer): Check that
12020         Vcode_conversion_reused_workbuf is a live buffer, otherwise call
12021         Fget_buffer_create.
12023 2008-10-23  Kenichi Handa  <handa@m17n.org>
12025         * font.c (font_add_log): Check the values of extra properties.
12027 2008-10-22  Martin Rudalics  <rudalics@gmx.at>
12029         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12030         Reword doc-string.
12031         (Fset_window_parameter): Use NILP.
12032         (Fscroll_up, Fscroll_down, Fminibuffer_selected_window)
12033         (Frecenter): Use "selected" instead of "current" window in doc-strings.
12035 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
12037         * xdisp.c (next_element_from_buffer): Remove bogus xassert condition.
12039 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
12041         * nsfns.m (ns_appkit_version): New function.
12042         (x-server-version): Use it.
12043         (syms_of_nsfns): Define ns-version-string here, not nsterm.m.
12044         (x-server-vendor): Don't check_ns().
12046         * nsterm.m (syms_of_nsterm): Drop ns-version-string.
12048 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
12050         * w32fns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
12051         Copied from 2005-02-03 change to xfns.c by Kim F. Storm.
12053 2008-10-22  Kenichi Handa  <handa@m17n.org>
12055         * syntax.c (scan_words): Call word_boundary_p instead of comparing
12056         scripts.
12058         * category.c (word_boundary_p): Check scripts instead of charset.
12059         Handle nil value in word-separating-categories and
12060         word-combining-categories.
12061         (syms_of_category): Fix docstrings of word-separating-categories
12062         and word-combining-categories.
12064 2008-10-21  Eli Zaretskii  <eliz@gnu.org>
12066         * coding.c (Fencode_coding_region, Fdecode_coding_region)
12067         (Fdecode_coding_string, Fencode_coding_string): Doc fix.
12069 2008-10-21  Martin Rudalics  <rudalics@gmx.at>
12071         * buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
12072         Rename arg "buffer" to "buffer_or_name".
12073         (Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
12074         it optional.
12075         (no_switch_window): Remove since the return value is not used.
12076         (Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
12077         Consider window as dedicated when Fwindow_dedicated_p returns a
12078         non-nil value.
12079         * lisp.h: Remove prototype for no_switch_window.
12081 2008-10-21  Jan Djärv  <jan.h.d@swipnet.se>
12083         * emacs.c (main): Unconditionally set PER_LINUX32 and exec
12084         temacs when dumping if HAVE_PERSONALITY_LINUX32 is defined.
12086 2008-10-21  Kenichi Handa  <handa@m17n.org>
12088         * coding.c (detect_coding_charset): For iso-8859-* coding systems,
12089         check Vlatin_extra_code_table.
12091 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
12093         * fileio.c (Fset_file_modes): Doc fix.
12095 2008-10-19  Michael Albinus  <michael.albinus@gmx.de>
12097         * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
12098         in arrays.
12100 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
12102         * window.c (Fwindow_dedicated_p, Fset_window_dedicated_p):
12103         Mention kill-buffer in doc-string.
12104         (Fset_window_buffer): Reinsert tem check removed in last commit.
12105         (Fenlarge_window, Fshrink_window): Have argument names and
12106         doc-string follow Elisp manual more closely.
12108 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
12110         * fileio.c (Fset_file_modes): Doc fix.
12112 2008-10-18  Martin Rudalics  <rudalics@gmx.at>
12114         * window.c (Fwindow_width, Fset_window_start)
12115         (Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
12116         (Fdelete_windows_on, Freplace_buffer_in_windows):
12117         Make doc-strings follow code and Elisp manual more closely.
12118         (Fwindow_dedicated_p): Make window argument optional.
12119         (Fset_window_dedicated_p): Rename argument "arg" to "flag".
12120         (Fset_window_buffer): Respect any non-nil dedicated value for
12121         window.  Rename "buffer" argument to "buffer_or_name".
12123 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
12125         * m/sh3.h: New file, machine description for SuperH.
12127 2008-10-17  Martin Rudalics  <rudalics@gmx.at>
12129         * window.c (Fsplit_window): Rename arg horflag to horizontal.
12131 2008-10-17  Kenichi Handa  <handa@m17n.org>
12133         * ftfont.c (ftfont_otf_features): Fix indexing
12134         gsub_gpos->FeatureList.Feature.  Check the validity of indices.
12136 2008-10-16  Magnus Henoch  <mange@freemail.hu>
12138         * dbusbind.c (Fdbus_call_method): Unbreak usage line.
12139         (Fdbus_call_method_asynchronously): Ditto.
12140         This change makes C-h f display the argument list.
12142 2008-10-16  Chong Yidong  <cyd@stupidchicken.com>
12144         * fileio.c (Fexpand_file_name): Doc fix.
12146         * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
12147         of :foreground and :background equivalent to unspecified (20.x
12148         compatibility).
12150 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
12152         * buffer.c (syms_of_buffer): Doc fix.
12154 2008-10-14  Kenichi Handa  <handa@m17n.org>
12156         * font.c (font_clear_prop): When clearing font width, clear the
12157         average width field too.
12159 2008-10-12  Andreas Schwab  <schwab@suse.de>
12161         * ftfont.c (ftfont_shape_by_flt): Make static.
12162         * ftfont.h (ftfont_shape_by_flt): Don't declare.
12164         * font.c: Don't include <m17n-flt.h>.
12166 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
12168         * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
12170 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
12172         * frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
12173         away code.
12175 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
12177         * dispnew.c (update_text_area): Avoid looping due to large glyph
12178         overhangs (bug#1070).
12180 2008-10-09  Kenichi Handa  <handa@m17n.org>
12182         * fontset.c (face_for_char): If face->fontset is negative, just
12183         return ascii_face.
12185         * font.c (font_delete_unmatched): Fix previous change.
12186         Don't reject an entity if DPI and AVGWIDTH of an entity are 0.
12188 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
12190         * frame.c (Fraise_frame): On text-only terminals select frame in
12191         order to make it visible.  (Bug#1061)
12193 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
12195         * fontset.c (fontset_find_font): Check frame validity.
12197 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
12199         * gtkutil.c (xg_display_open): Reset default display if none exists.
12200         (xg_display_close): Allow Emacs to close all displays (bug#985).
12202 2008-10-06  Andreas Schwab  <schwab@suse.de>
12204         * sysdep.c (sys_signal): Always set SA_RESTART when noninteractively.
12206 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
12208         * emacs.c (Vbefore_init_time, Vafter_init_time): Move from startup.el.
12210         * lisp.h (Vbefore_init_time, Vafter_init_time): Declare.
12212         * gtkutil.c (x_wm_set_size_hint): Return immediately if called
12213         during initialization.
12215 2008-10-04  Eli Zaretskii  <eliz@gnu.org>
12217         * xdisp.c (redisplay_internal): If frame switched, redisplay the
12218         whole thing on MSDOS frames as well as on a TTY.
12220         * dispnew.c (update_frame): Flush termscript for MSDOS frames as
12221         well as for TTY.
12222         (Fopen_termscript): Allow opening a termscript on MSDOS frames as
12223         well as on a TTY.
12225         * sysdep.c (init_sys_modes): Set FRAME_GARBAGED_P for MSDOS frames
12226         as well as for TTY.
12228         * systime.h (EMACS_TIME_CMP): Cast EMACS_SECS values to `long'.
12230         * dispnew.c (change_frame_size_1): Set FrameRows and FrameCols for
12231         MSDOS frames as well.
12233 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
12235         * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with
12236         correct arguments.
12237         * menu.c (find_and_return_menu_selection): Add cast.
12239 2008-10-03  Glenn Morris  <rgm@gnu.org>
12241         * emacs.c (USAGE1): Add --daemon.
12243 2008-10-02  Eli Zaretskii  <eliz@gnu.org>
12245         * process.c (procfs_system_process_attributes): Multiply `pcpu' by
12246         100, so it's in percents as advertised.
12248 2008-10-02  Adrian Robert  <Adrian.B.Robert@gmail.com>
12250         * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)
12251         (ns_output.current_cursor, ns_output.desired_cursor)
12252         (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR)
12253         (FRAME_NEW_CURSOR_COLOR): Remove.
12255         * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR.
12256         (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core Emacs
12257         enumeration (HOLLOW_BOX_CURSOR, etc.).
12259         * nsterm.m (ns_frame_rehighlight): Remove commented code.
12260         (draw_window_cursor): Simplify code.
12261         (EmacsView-windowDidBecomeKey:,-windowDidResignKey:):
12262         Don't change cursor type.  In latter, call rehighlight instead of doing
12263         updates manually.
12264         (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel):
12265         Use core Emacs cursor types.
12267         * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor under NS.
12269 2008-10-02  Martin Rudalics  <rudalics@gmx.at>
12271         * process.c (Faccept_process_output): Fix doc-string.
12273 2008-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
12275         * gmalloc.c (__sbrk): Also define for uClibc.
12277         * s/gnu-linux.h (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Add definition
12278         for uClibc.
12280 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
12282         * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal
12283         styles.
12284         (nsfont_open): Reenable the cache.
12286 2008-10-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
12288         * font.c (font_matching_entity): Reflect ATTRS in font selection.
12289         (font_find_for_lface) [HAVE_NS]: Don't ignore case.
12291 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12293         * dispnew.c (Fsend_string_to_terminal): Don't try to send a string to
12294         a suspended terminal.
12296 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
12298         * dbusbind.c (xd_signature): Use strcat instead of sprintf.
12300 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
12302         * Makefile.in (MSDOS_SUPPORT): Remove ccl.elc and codepage.elc.
12304 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12306         * xdisp.c (move_it_to): Don't advance the iterator if the last tab
12307         in a continued line coincides with a line beginning.
12309 2008-09-29  Adrian Robert  <Adrian.B.Robert@gmail.com>
12311         * nsfont.m (nsfont_trait_distance): Fix bug.
12312         (nsfont_list): Return a list rather than a vector (syncs with Handa
12313         changes of 2008-05-14).
12314         (nsfont_open): Improve logging.
12316 2008-09-29  Andreas Schwab  <schwab@suse.de>
12318         * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
12320 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
12322         * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
12323         name as char-resolve-modifiers.
12324         Reported by: Markus Triska <markus.triska@gmx.at>
12326 2008-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
12328         * dispnew.c (init_display): Return earlier when running as a daemon.
12330 2008-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
12332         * nsfont.m (nsfont_draw): Fix up composition rendering (cmp_from, ...).
12334 2008-09-27  Eli Zaretskii  <eliz@gnu.org>
12336         * composite.c (Fcomposition_get_gstring)
12337         (Fcompose_region_internal, Fcompose_string_internal)
12338         (Ffind_composition_internal): Doc fix.
12339         (syms_of_composite) <compose-chars-after-function>: Doc fix.
12340         (syms_of_composite) <auto-composition-function>: Doc fix.
12341         (syms_of_composite) <composition-function-table>: Doc fix.
12343 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
12345         * search.c (wordify): New argument for lax word-ends.
12346         (Fword_search_forward_lax, Fword_search_backward_lax): New funs.
12348 2008-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
12350         * lisp.h (is_daemon): Declare.
12351         * dispnew.c (init_display): Do not try to initialize the terminal
12352         when running as a daemon.
12354 2008-09-22  Chong Yidong  <cyd@stupidchicken.com>
12356         * nsfns.m (compute_tip_xy): Use x_display_pixel_width and
12357         x_display_pixel_height.
12359 2008-09-22  Martin Rudalics  <rudalics@gmx.at>
12361         * undo.c (record_point): Don't call Fundo_boundary for first
12362         change.  (Bug#731)
12364 2008-09-22  Juanma Barranquero  <lekktu@gmail.com>
12366         * emacs.c (Fdaemonp): Doc fix.
12368 2008-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
12370         * emacs.c (main): Place #ifdef in the proper place.
12372 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
12374         * emacs.c (standard_args): Add --daemon.
12375         (main): Disconnect from the terminal when --daemon is passed.
12376         (is_daemon): New variable.
12377         (Fdaemonp): New function.
12378         (syms_of_emacs): Defsubr it.
12380 2008-09-20  Chong Yidong  <cyd@stupidchicken.com>
12382         * xdisp.c (get_next_display_element): Handle string display
12383         correctly when checking for the end of a box run.
12385 2008-09-20  Glenn Morris  <rgm@gnu.org>
12387         * fileio.c (Qdelete_by_moving_to_trash): New Lisp_Object.
12388         (syms_of_fileio): Add Qdelete_by_moving_to_trash.
12389         (Frename_file): Avoid copying to trash if a rename involves
12390         a delete.  (Bug#964).
12392 2008-09-20  Eli Zaretskii  <eliz@gnu.org>
12394         * keyboard.c (Fset_quit_char, Fset_input_meta_mode)
12395         (Fset_output_flow_control, Fcurrent_input_mode): Support MSDOS
12396         frames as well as termcap frames.
12397         (handle_interrupt): Remove "#ifndef MSDOS" around the call to
12398         get_named_tty.
12400 2008-09-19  Eli Zaretskii  <eliz@gnu.org>
12402         * process.c (procfs_system_process_attributes): Fix cmdline in
12403         case /proc/PID/cmdline is empty.
12405         * xterm.c (x_wm_set_size_hint): Use x_display_pixel_width and
12406         x_display_pixel_height.
12408 2008-09-19  Juanma Barranquero  <lekktu@gmail.com>
12410         * frame.c (x_fullscreen_adjust): Declare var as Display_Info.
12412         * w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12413         (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
12415 2008-09-19  Dan Nicolaescu  <dann@ics.uci.edu>
12417         * dispextern.h (struct it): Move line_wrap away from the middle of
12418         bitfields.  Move voffset in struct iterator_stack_entry after the
12419         bitfields.  Move tab_width near after another short.
12421 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
12423         * frame.h (struct frame): Move alpha from the middle of bitfields.
12425         * window.h (struct window): Move frozen_window_start_p after the
12426         rest of the bitfields to reduce padding.
12428 2008-09-18  Chong Yidong  <cyd@stupidchicken.com>
12430         * xterm.h (x_display_info): Remove `height' and `width' members.
12432         * nsterm.h (ns_display_info): Remove `height' and `width' members.
12434         * w32term.h (w32_display_info): Remove `height', `width',
12435         `height_in', and `width_in' members.
12437         * xterm.c (x_display_pixel_height, x_display_pixel_width):
12438         New functions.
12439         (x_calc_absolute_position): Use them.
12440         (x_term_init): Omit removed `height' and `width' members.
12442         * w32term.c (x_display_pixel_height, x_display_pixel_width):
12443         New functions.
12444         (w32_read_socket, x_calc_absolute_position): Use them.
12445         (w32_initialize_display_info, w32_term_init): Omit removed members
12446         of w32_display_info.
12448         * nsterm.m (x_display_pixel_height, x_display_pixel_width):
12449         New functions.
12450         (ns_initialize_display_info): Omit removed members of ns_display_info.
12452         * xterm.c (x_display_pixel_height, x_display_pixel_width):
12453         New functions.
12454         (x_calc_absolute_position): Use them.
12455         (x_term_init): Omit removed `height' and `width' members.
12457         * xfns.c (Fx_display_pixel_width, Fx_display_pixel_height)
12458         (compute_tip_xy):
12459         * frame.c (x_fullscreen_adjust):
12460         * xmenu.c (menu_position_func): Use x_display_pixel_height and
12461         x_display_pixel_width.
12463 2008-09-18  Kenichi Handa  <handa@m17n.org>
12465         * composite.c (fill_gstring_header): Don't check FROM and TO here.
12466         (composition_compute_stop_pos): Fix handling of static composition.
12467         (Fcomposition_get_gstring): Check FROM and TO at first.
12469 2008-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12471         * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
12472         mixup (YAILOM).
12474 2008-09-17  Chong Yidong  <cyd@stupidchicken.com>
12476         * indent.c (Fvertical_motion): Use position reported by iterator
12477         instead of PT for determining screen motion (bug#943).
12479 2008-09-17  Romain Francoise  <romain@orebokech.com>
12481         * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup.
12483 2008-09-17  Kenichi Handa  <handa@m17n.org>
12485         * ftfont.c (ftfont_shape_by_flt): Downcase family name.
12487         * composite.c (Fcomposition_get_gstring): Make bigger gstring_work
12488         if necessary.
12490 2008-09-16  Kenichi Handa  <handa@m17n.org>
12492         * coding.c (make_conversion_work_buffer): Avoid calling
12493         Fget_buffer_create if it is not necessary.
12495 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
12497         * window.c (Fselect_window): Don't update window_select_count and
12498         use_time when norecord is not nil.
12500 2008-09-14  Kenichi Handa  <handa@m17n.org>
12502         * fileio.c (Finsert_file_contents): Delete incorrect decrement of
12503         specpdl_ptr.
12505 2008-09-12  Kenichi Handa  <handa@m17n.org>
12507         * indent.c (scan_for_column): Don't handle automatic composition
12508         if the current buffer is not associated with a window.
12510         * composite.c (composition_reseat_it): If the current buffer is
12511         not associated with a window, ignore the automatic composition.
12512         (find_automatic_composition): Likewise.
12514 2008-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12516         * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.
12517         (Fgpm_mouse_stop): Use it.
12518         * termhooks.h (close_gpm): Declare.
12519         * keyboard.c (tty_read_avail_input): Forcefully close the gpm
12520         connection if Gpm_GetEvent fails.
12522         * window.c (set_window_buffer): Always preserve current-buffer.
12524 2008-09-12  Glenn Morris  <rgm@gnu.org>
12526         * charset.c (init_charset): Warn if etc/charsets not found.  (Bug#909)
12528 2008-09-11  Glenn Morris  <rgm@gnu.org>
12530         * charset.c (charset-map-path): Doc fix.
12532 2008-09-10  Kenichi Handa  <handa@m17n.org>
12534         * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
12536         * font.c (Ffont_shape_gstring): Make glyphs of non-nil adjustment
12537         compose a grapheme cluster with the preceding base glyph.
12539         * composite.c (composition_compute_stop_pos): Fix previous change.
12540         Reset cmp_it->id to -1 at first.
12542 2008-09-10  Glenn Morris  <rgm@gnu.org>
12544         * Makefile.in (character.o, chartab.o): Fix config.h typo.
12546 2008-09-09  Chong Yidong  <cyd@stupidchicken.com>
12548         * keyboard.c (read_key_sequence): Reapply translation maps when
12549         switching keyboards.
12551 2008-09-09  Kenichi Handa  <handa@m17n.org>
12553         * ftfont.c (ftfont_shape_by_flt): Use "combining" FLT for ASCII
12554         characters.
12556         * composite.c (FORWARD_CHAR): Fix calculation
12557         of (POSITION).pos_byte.
12558         (composition_compute_stop_pos): Limit the search of composition to
12559         at most 500 characters ahead.  If we reach the limit or find a
12560         newline, set cmp_it->ch to -2 and return 0.
12561         (composition_reseat_it): Handle the case that cmp_it->ch is -2.
12563 2008-09-08  Kenichi Handa  <handa@m17n.org>
12565         * indent.c (Fvertical_motion): Be sure to set
12566         it_overshoot_expected if it.cmp_it.id is non-negative.
12568 2008-09-07  Andreas Schwab  <schwab@suse.de>
12570         * callproc.c (Fcall_process): Don't hold references to string data
12571         across garbage collection.  Move initialisation of new_argv down
12572         to avoid compiler bug.
12574 2008-09-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12576         * process.c (Fsystem_process_attributes): Doc fix.
12578 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
12580         * callproc.c (Fcall_process): Canonicalize current directory name.
12582         * xdisp.c (move_it_to): When moving by vpos, ensure that the
12583         iterator advances to the next line if the current line ends in a
12584         continued tab.
12586 2008-09-07  Teodor Zlatanov  <tzz@lifelogs.com>
12588         * nsfont.m (nsfont_draw): Fix the references to missing gidx data
12589         member to point to cmp_from.
12591         * xdisp.c: Doc fix for references to gidx data member.
12593 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12595         * buffer.c (Fbuffer_swap_text): Reset window->point markers.
12597 2008-09-07  Kenichi Handa  <handa@m17n.org>
12599         * composite.c (FORWARD_CHAR): Check STOP after
12600         incrementing (POSITION).pos.
12602 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12604         * process.c (Fsystem_process_attributes): Doc fix.
12606 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
12608         * keyboard.c (Ftop_level): Doc fix.
12610 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
12612         * xmenu.c (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a
12613         minibuffer, don't let lower part of menu invade the echo area.
12615         * msdos.c (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a
12616         "char *q" to access menu text and advance through it.  Revert the
12617         change that displayed ">" instead of ASCII character 0x10.
12619 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
12621         * menu.c (single_menu_item) [!HAVE_BOXES]: Enable emulation of
12622         toggle boxes and radio buttons on MS-DOS as well.
12624 2008-09-05  Kenichi Handa  <handa@m17n.org>
12626         * composite.c (autocmp_chars): Check lookback count.
12627         (composition_compute_stop_pos): Set cmp_it->lookback.
12628         (composition_reseat_it): Check lookback count.
12629         (struct position_record): New struct.
12630         (FORWARD_CHAR, BACKWARD_CHAR, CHAR_COMPOSABLE_P): New macros.
12631         (find_automatic_composition): New function.
12632         (composition_adjust_point): Use find_automatic_composition.
12634         * dispextern.h (struct composition_it): New member lookback.
12636 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
12638         * indent.c (Fvertical_motion): Don't call move_it_by_lines again
12639         if moving by a single line.
12641 2008-09-02  Andreas Schwab  <schwab@suse.de>
12643         * xterm.c (x_delete_display): Fix merge error.
12645         * fileio.c (Fexpand_file_name): Remove unused variables.
12647 2008-09-02  Eli Zaretskii  <eliz@gnu.org>
12649         * fileio.c (Fexpand_file_name): Copy argument `name' into local
12650         storage on all platforms, not just on DOS_NT.
12652 2008-09-02  Jason Rumney  <jasonr@gnu.org>
12654         * w32menu.c (Fx_popup_menu, Fx_popup_dialog, w32_menu_show):
12655         Ensure mouse is not grabbed after menu is finished.
12657 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
12659         * xfaces.c (Finternal_set_alternative_font_family_alist)
12660         (Finternal_set_alternative_font_registry_alist): Properly copy
12661         entire alist structure.
12663 2008-09-01  Kenichi Handa  <handa@m17n.org>
12665         * ftfont.c (ftfont_spec_pattern): Don't create a charset if the
12666         representative chars of the script is a vector.
12667         (ftfont_list): Handle the case where the representative chars of
12668         the script is a vector.
12670         * character.c (syms_of_character): Docstring of
12671         script-representative-chars fixed.
12673 2008-08-31  Eli Zaretskii  <eliz@gnu.org>
12675         * msdos.c (BUILD_CHAR_GLYPH): New macro.
12676         (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
12677         the menu.  Allocate larger buffer for `text', to account for
12678         possible ^C characters.
12680 2008-08-31  Martin Rudalics  <rudalics@gmx.at>
12682         * xdisp.c (prepare_menu_bars): Don't call
12683         Vwindow_size_change_functions with arg Qt.
12685 2008-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12687         * font.h (font_range):
12688         * fileio.c (report_file_error):
12689         * composite.c (composition_update_it): Yet another int/Lisp_Object
12690         mixup (YAILOM).
12692 2008-08-30  Glenn Morris  <rgm@gnu.org>
12694         * data.c (Fmake_variable_frame_local): Doc fix.
12696         * frame.c (Fmodify_frame_parameters): Doc fix.
12698 2008-08-30  Eli Zaretskii  <eliz@gnu.org>
12700         * w32.c (init_user_info): Allocate buf[] with xmalloc using the size
12701         needed by GetTokenInformation.
12702         (w32_system_process_attributes): Check return values of all system
12703         APIs.
12705         * msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
12706         only when the state changes.
12707         (IT_update_begin, IT_update_end): Add termscript trace.
12709         * w16select.c (Fw16_set_clipboard_data): Don't encode text if
12710         clipboard is unavailable.  Set dst to NULL if it doesn't point to
12711         malloc'ed data.
12712         (Fw16_get_clipboard_data): Initialize htext to NULL, to avoid
12713         passing random values to xfree.
12715         * dispnew.c (init_display): Set `tty's association in frame's
12716         parameters alist to the name of the terminal device, if that is known.
12718 2008-08-29  Jason Rumney  <jasonr@gnu.org>
12720         * w32uniscribe.c (uniscribe_check_otf): Don't fallback on DFLT script.
12722 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
12724         * composite.c (fill_gstring_body): Avoid compiler warnings.
12726         * font.c (font_fill_lglyph_metrics): Use EMACS_INT in
12727         LGLYPH_SET_CODE to avoid compiler warnings.
12729         * makefile.w32-in ($(BLD)/w32uniscribe.$(O)): Depend on composite.h.
12731         * composite.h (LGLYPH_SET_CODE): Cast `val' to EMACS_INT.
12733         * w32uniscribe.c (uniscribe_shape): Shut up compiler warning in
12734         LGLYPH_SET_CODE.
12736 2008-08-29  Kenichi Handa  <handa@m17n.org>
12738         * fileio.c (report_file_error): Don't downcase the first character
12739         of errstring if it is still unibyte.
12741 2008-08-29  Kenichi Handa  <handa@m17n.org>
12743         These changes are to re-implement the automatic composition so
12744         that it doesn't use text properties.
12746         * Makefile.in (ftfont.o): Depend on composite.h.
12747         (composite.o): Depend dispextern.h, font.h, frame, and window.h.
12749         * character.h (Vunicode_category_table): Extern it.
12751         * character.c (Vunicode_category_table): New variable.
12752         (syms_of_character): DEFVAR_LISP Vunicode_category_table.
12754         * chartab.c (optimize_sub_char_table): Perform more greedy
12755         optimization.
12757         * composite.h (enum composition_method):
12758         Delete COMPOSITION_WITH_GLYPH_STRING.
12759         (COMPOSITION_METHOD): Don't check COMPOSITION_WITH_GLYPH_STRING.
12760         (Vcomposition_function_table): Extern it.
12761         (LGSTRING_XXX, LGLYPH_XXX): Macros moved from font.h.
12762         (composition_gstring_put_cache, composition_gstring_from_id)
12763         (composition_gstring_p, composition_gstring_width)
12764         (composition_compute_stop_pos, composition_reseat_it)
12765         (composition_update_it, composition_adjust_point): Extern them.
12766         (Fcomposition_get_gstring): EXFUN it.
12768         * composite.c: Include window.h, frame.h, dispextern.h, font.h.
12769         (Vcomposition_function_table)
12770         (get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
12771         (gstring_hash_table, gstring_work, gstring_work_headers):
12772         New variables.
12773         (gstring_lookup_cache, composition_gstring_put_cache)
12774         (composition_gstring_from_id, composition_gstring_p)
12775         (composition_gstring_width, fill_gstring_header)
12776         (fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
12777         (composition_reseat_it, composition_update_it)
12778         (composition_adjust_point, Fcomposition_get_gstring): New functions.
12779         (syms_of_composite): Initialize gstring_hash_table, gstrint_work,
12780         and gstring_work_headers.  DEFVAR_LISP composition-function-table.
12781         Defsubr composition_get_gstring.
12783         * dispextern.h (struct glyph): New union u.cmp.  Delete the member
12784         cmp_id.
12785         (struct glyph_string): Delete the member gidx.  New members
12786         cmp_id, cmp_from, and cmp_to.
12787         (enum it_method): Delete GET_FROM_COMPOSITION.
12788         (struct composition_it): New struct.
12789         (struct it): New member cmp_it, and iterator_stack_entry.cmp_it.
12790         Delete c, len, cmp_id, cmp_len in u.comp.
12792         * font.h (enum lgstring_indices): Delete it.
12793         (LGSTRING_XXX, LGLYPH_XXX): Move these macros to composite.h.
12794         (enum lglyph_indices): Likewise.
12795         (font_range): Adjust extern.
12796         (font_fill_lglyph_metrics): Extern it.
12798         * font.c (QCf): New variable.
12799         (check_gstring): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12800         (font_prepare_composition): Delete this function.
12801         (font_range): Type and arguments changed.
12802         (Ffont_make_gstring, Ffont_fill_gstring): Delete them.
12803         (font_fill_lglyph_metrics): New function.
12804         (Ffont_shape_text): Rename to Ffont_shape_gstring and change arguments.
12805         (syms_of_font): DEFSYM QCf.  Delete defsubr for
12806         Sfont_make_gstring, Sfont_fill_gstring, Sfont_shape_text.
12807         Defsubr Sfont_shape_gstring.
12809         * fontset.h (font_for_char): Extern it.
12811         * fontset.c (font_for_char): New function.
12813         * ftfont.c: Include composite.h.
12814         (ftfont_resolve_generic_family): Add langset "en" to pattern.
12815         (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12817         * indent.c: Include composite.h and dispextern.h.
12818         (check_composition): Delete this function.
12819         (scan_for_column): Handle composition by
12820         composition_compute_stop_pos, composition_reseat_it, and
12821         composition_update_it.
12822         (compute_motion): Likewise.
12823         (Fvertical_motion): Fix checking of composition.
12825         * keyboard.c (adjust_point_for_property): Check composition by
12826         composition_adjust_point.
12828         * nsterm.m (ns_draw_glyph_string): Adjust for the change of
12829         struct glyph_string.
12831         * term.c (encode_terminal_code): Adjust for the change of struct glyph.
12832         (append_composite_glyph): Adjust for the change of struct it and
12833         struct glyph.
12834         (produce_composite_glyph): Likewise.
12836         * w32term.c (x_draw_composite_glyph_string_foreground):
12837         Adjust for the change of struct glyph_string.
12838         (x_draw_glyph_string): Likewise.
12840         * w32uniscribe.c (struct uniscribe_font_info): Include composite.h.
12841         (uniscribe_shape): Use LGSTRING_GLYPH_LEN, not LGSTRING_LENGTH.
12843         * xdisp.c: Include font.h.
12844         (it_props): Delete the entry for Qauto_composed.
12845         (init_iterator): Initialize it->cmp_it.id to -1.
12846         (compute_stop_pos): Call composition_compute_stop_pos.
12847         (face_before_or_after_it_pos): Adjust for the change of struct it.
12848         (handle_auto_composed_prop): Delete it.
12849         (handle_composition_prop): Handle only static composition.
12850         (next_overlay_string): Remove it->method == GET_FROM_COMPOSITION
12851         from xassert.  Initialize it->cmp_it.stop_pos.
12852         (push_it): Adjust for the change of struct it.
12853         (pop_it): Likewise.
12854         (get_next_element): Delete next_element_from_composition.
12855         (CHAR_COMPOSED_P): New macro.
12856         (get_next_display_element): For automatic composition, get a face
12857         from the font in the glyph-string.
12858         (set_iterator_to_next): For GET_FROM_BUFFER and GET_FROM_STRING,
12859         check composition by it->cmp_it.id.  Delete GET_FROM_COMPOSITION case.
12860         (next_element_from_string): Check if the character at the current
12861         position is composed by CHAR_COMPOSED_P.
12862         (next_element_from_buffer): Likewise.
12863         (next_element_from_composition): Adjust for the change of struct it.
12864         Update it->cmp_it.
12865         (dump_glyph): Adjust for the change of struct glyph.
12866         (fill_composite_glyph_string): Adjust for the change of struct
12867         it and struct glyph.  Don't handle automatic composition here.
12868         (fill_gstring_glyph_string): New function.
12869         (x_get_glyph_overhangs): Handle automatic composition.
12870         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the change of struct glyph.
12871         (BUILD_GSTRING_GLYPH_STRING): New macro.
12872         (BUILD_GLYPH_STRINGS): Call BUILD_GSTRING_GLYPH_STRING for
12873         automatic composition.
12874         (append_composite_glyph): Adjust for the change of struct it and
12875         struct glyph.
12876         (x_produce_glyphs): Adjust for the change of struct it.
12878         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
12879         the change of struct glyph_string.
12880         (x_draw_glyph_string): Likewise.
12882 2008-08-29  Glenn Morris  <rgm@gnu.org>
12884         * buffer.c (word-wrap): Doc fix.
12885         * xdisp.c (truncate-partial-width-windows): Doc fix.
12886         Increase default to 50.
12888 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
12890         * xdisp.c (update_tool_bar_unwind): New function.
12891         (update_tool_bar): Temporarily set selected frame before building
12892         tool-bar items.
12894 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
12896         * dbusbind.c (XD_ERROR, XD_DEBUG_MESSAGE): Use strncpy and
12897         snprintf, respectively.
12898         (xd_append_arg): Convert strings with Fstring_make_unibyte.
12900 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
12902         * Makefile.in: Revert (undocumented) 2008-08-20 change adding
12903         LDFLAGS to GNUstep CC invocation.
12905 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
12907         * indent.c (Fvertical_motion): Revert last change.  Handle the
12908         general case where we are moving forward, and PT spans multiple
12909         screen lines.
12911         * eval.c (find_handler_clause): Temporarily increase
12912         max-lisp-eval-depth while printing the backtrace buffer, to
12913         guarantee that help-mode code can run.
12915 2008-08-27  Eli Zaretskii  <eliz@gnu.org>
12917         * msdos.c (Fmsdos_remember_default_colors): Don't reverse frame
12918         colors under -rv.
12919         (IT_set_frame_parameters): Don't swap foreground and background
12920         colors if `(reverse . t)' is present in the frame properties.
12921         (internal_terminal_init): Call init_frame_faces only for the
12922         initial frame.
12924 2008-08-27  Andreas Schwab  <schwab@suse.de>
12926         * dired.c (Ffile_attributes): Avoid compiler warning in bitshift.
12928 2008-08-27  Andreas Schwab  <schwab@suse.de>
12930         * search.c (search_buffer): Set char_base to zero only at the end.
12932 2008-08-27  Kenichi Handa  <handa@m17n.org>
12934         * fileio.c (report_file_error): Fix handling of multibyte error string.
12936 2008-08-27  Andreas Seltenreich  <seltenreich@gmx.de>
12938         * xterm.c (x_term_init): Temporarily hide the partially
12939         initialized terminal while calling vendor-specific-keysyms.
12941 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
12943         * msdos.c (internal_terminal_init): Most initializations done only
12944         once, especially initial_screen_colors[] and termscript open.
12946 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
12948         * eval.c (Fcondition_case): Doc fix.
12950         * widgetprv.h (EmacsFramePart): Change font member to the new font
12951         struct.
12953         * widget.c: Include character.h and font.h for XSETFONT.
12954         (setup_frame_gcs): Compute X font id from font struct, just once.
12956 2008-08-26  Eli Zaretskii  <eliz@gnu.org>
12958         * term.c (get_named_tty): Fix last change.
12960 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
12962         * indent.c (Fvertical_motion): If moving forward starting from a
12963         multi-line string, move the iterator to the last line of that string.
12965 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
12967         * frame.c (do_switch_frame): Mark previously displayed frame as
12968         obscured for FRAME_MSDOS_P frames as well.
12970 2008-08-24  Eli Zaretskii  <eliz@gnu.org>
12972         * frame.c (make_terminal_frame): Initialize f->terminal,
12973         f->terminal->reference_count, and scroll bars on MS-DOS as well.
12974         Set the top frame to newly created frame.
12975         (Fmake_terminal_frame): Reuse the_only_display_info.
12977         * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of
12978         estimating available memory.
12980 2008-08-23  David Reitter  <david.reitter@gmail.com>
12982         * nsterm.m (ns_draw_window_cursor): Don't call
12983         NSDisableScreenUpdates and NSEnableScreenUpdates on
12984         non-NS_IMPL_COCOA systems.
12986 2008-08-23  Andreas Schwab  <schwab@suse.de>
12988         * process.c (procfs_system_process_attributes): Fix use of
12989         uninitialized variables.
12991 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
12993         * emacs.c (main) [MSDOS]: Call syms_of_xmenu.
12995         * dispnew.c (init_display): Remove MS-DOS specific conditions for
12996         calling tty-set-up-initial-frame-faces.
12998         * xmenu.c (Fx_popup_dialog, Fx_popup_menu, xmenu_show):
12999         Allow MSDOS frames along with X frames.
13001         * termhooks.h (TERMINAL_ACTIVE_P): Handle output_msdos_raw in
13002         addition to output_termcap.
13004         * xdisp.c (redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
13006         * termchar.h (FRAME_TTY): Support output_msdos_raw.
13007         (struct tty_display_info) [MSDOS]: Add fields related to mouse
13008         highlight.
13010         * process.c [!subprocesses]: Define QCname.
13011         (syms_of_process): Intern and staticpro it.
13013         * w16select.c (Fw16_set_clipboard_data, Fw16_get_clipboard_data):
13014         Adjust for changes in encoding/decoding routines.
13015         Use encode_coding_object and decode_coding_object instead of
13016         encode_coding and decode_coding.
13018         * sysdep.c (init_sys_modes): Call dos_ttraw with tty_out as argument.
13020         * dosfns.c: Include frame.h before termhooks.h.
13021         (dos_cleanup): Use CURTTY ()->termscript instead of a global
13022         variable termscript.
13024         * s/msdos.h (USER_FULL_NAME): Define.
13025         (SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
13027         * editfns.c (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
13028         (Fuser_full_name): Use USER_FULL_NAME instead of a literal
13029         pw->pw_gecos.
13031         * keyboard.c (handle_interrupt) [MSDOS]: Call cursor_to with
13032         SELECTED_FRAME as additional (1st) argument.
13033         (tty_read_avail_input): Handle output_msdos_raw in
13034         addition to output_termcap.
13036         * msdos.c: Include frame.h before termhooks.h.
13037         (mouse_on, mouse_off, mouse_moveto, mouse_init)
13038         (msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
13039         (show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
13040         (IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
13041         (IT_set_terminal_modes, IT_reset_terminal_modes)
13042         (IT_set_frame_parameters): Use tty->termscript instead of a global
13043         variable termscript.
13044         (IT_write_glyphs): Use tty->terminal->terminal_coding instead of a
13045         global variable terminal_coding.  Don't refer to
13046         Vnonascii_translation_table.
13047         (internal_terminal_init): Set Vwindow_system in current_kboard.
13048         Don't use TTY_CHAR_INS_DEL_OK.  Set Vinitial_window_system.
13049         Announce date and time of session start, if termscript is open.
13050         Don't zero out the_only_display_info (it is done in
13051         term.c:init_tty).  Open termscript only of not already open.
13052         Log "SCREEN SAVED" here, instead of IT_set_terminal_modes.  Init mouse
13053         here instead of dos_ttraw.  Don't initialize display if this is an
13054         initial tty.  Don't set FRAME_FONT.
13055         (Vwindow_system_version): Bump to 23.
13056         (dos_ttraw): Accept a TTY argument; all callers fixed.  If mouse
13057         is available, set up mouse_position_hook.
13058         (dos_ttraw, IT_set_terminal_modes): If called with initial
13059         terminal, do nothing.
13060         (IT_set_frame_parameters): Handle the Qtty_type frame
13061         parameter by calling internal_terminal_init.
13062         (dos_set_window_size, show_mouse_face)
13063         (clear_mouse_face, IT_note_mode_line_highlight)
13064         (IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
13065         (dos_rawgetc): Use tty_display_info instead of x_display_info.
13066         (initialize_msdos_display): New function.
13067         (IT_cursor_to, IT_clear_to_end, IT_clear_screen)
13068         (IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
13069         (IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
13070         (IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
13071         Accept additional argument: a pointer to a frame.  Update all callers.
13072         (request_sigio, unrequest_sigio): Don't define, now defined on
13073         sysdep.c.
13074         (IT_write_glyphs): Rewrite to use encode_terminal_code.
13076         * term.c [MSDOS]: Include msdos.h.
13077         (init_tty) [MSDOS]: Reuse most of WINDOWSNT branch.  Change cpp
13078         conditional to DOS_NT.  Allow only one call to this function in a
13079         session.  Don't allocate a new struct tty_display_info; instead,
13080         reuse the_only_display_info.  Call get_tty_size to get screen
13081         dimensions.  Call init_baud_rate to set bad_rate.
13082         (dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
13083         (Fsuspend_tty) [MSDOS]: Don't close input and output.
13084         (Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
13085         (get_tty_terminal, get_named_tty, Ftty_type)
13086         (Fcontrolling_tty_p): Handle output_msdos_raw in addition to
13087         output_termcap.
13088         (Fresume_tty, Fsuspend_tty, init_tty, delete_tty):
13089         Call add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor
13090         only when subprocesses are supported.
13092         * frame.c (make_terminal_frame) [MSDOS]: Adjust initialization of
13093         f->output_data.x.
13094         (Fmake_terminal_frame) [MSDOS]: Don't allow creation of new
13095         terminal devices.
13097         * msdos.h: Remove definition of struct x_display_info and struct
13098         x_output.
13099         (FRAME_FONT): Use output_data.tty.
13100         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
13101         (struct x_display_info): Rename from display_info.  Update all users in
13102         msdos.c.
13103         (struct x_output): Remove background_pixel and foreground_pixel.
13104         (the_only_display_info): Rename from the_only_x_display.
13105         (dos_ttraw): Update prototype.
13107         * Makefile.in (MSDOS_OBJ): Add xmenu.o.
13108         (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
13110 2008-08-23  Jason Rumney  <jasonr@gnu.org>
13112         * image.c (enum tiff_keyword_index, tiff_format): Add :index keyword.
13113         (fn_TIFFSetDirectory): New library function used.
13114         (init_tiff_functions) [HAVE_NTGUI]: Initialize it.
13115         (tiff_load): Use :index to select among multiple images.  Set count
13116         property when multiple images exist.
13117         (gif_format): Use :index, not :image.
13119 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
13121         * xdisp.c (try_scrolling): Check INT_MAX instead of
13122         MOST_POSITIVE_FIXNUM for maximum integer value.  Include limits.h
13123         to obtain INT_MAX.
13125 2008-08-21  İsmail Dönmez  <ismail@namtrac.org>  (tiny change)
13127         * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
13129 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
13131         * Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
13132         GNUstep library location.
13134 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
13136         * xfaces.c (x_update_menu_appearance): Check validity of menu font
13137         before using it.
13139         * puresize.h (BASE_PURESIZE): Increase to 1250000.
13141 2008-08-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
13143         * nsfns.m (ns-read-file-name): Add casts to avoid warning.
13144         (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly.
13145         * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.
13146         * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.
13147         (EmacsApp-cursor_blink_handler): Remove declaration.
13148         * nsterm.m (ns_draw_glyph_string): Update first conditional body to
13149         match 01 Feb 2008 changes in xterm.c.
13150         (ns_read_socket): Add cast to avoid warning.
13151         (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on
13152         GNUstep.
13154 2008-08-20  Chong Yidong  <cyd@stupidchicken.com>
13156         * xselect.c (x_get_foreign_selection): Return nil if desired
13157         selection could not be obtained, instead of signalling an error.
13159 2008-08-20  David Reitter  <david.reitter@gmail.com>
13161         * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
13162         * nsterm.m: Remove ns-specific code for cursor blinking.
13163         (ns_draw_window_cursor): Clear cursor properly rather than
13164         redrawing the area.  Respect width of bar cursors.
13165         These changes enable the use of generic blink-cursor-mode and
13166         generic cursor types in NS and support smooth cursor movements (do
13167         not blink off after command).
13168         * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
13169         Nextstep, too.
13171 2008-08-19  Kenichi Handa  <handa@m17n.org>
13173         * font.c (Vfont_log_deferred): New variable.
13174         (font_add_log): Check Vfont_log_deferred.
13175         (font_deferred_log): New function.
13177         * font.h (font_deferred_log): Extern it.
13179         * fontset.c (reorder_font_vector): Use encoding charset of fonts
13180         for sorting.
13181         (face_for_char): Use deferred log.
13183 2008-08-18  Kenichi Handa  <handa@m17n.org>
13185         * fontset.c (face_for_char): Add font log.
13187         * font.c (font_add_log): Add the font properties :script, :lang,
13188         and :otf in the log.
13190 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
13192         * xdisp.c: Remove dead code.
13193         (handle_invisible_prop, next_overlay_string): Defer call to
13194         setup_for_ellipsis.
13195         (handle_stop, set_iterator_to_next): Call setup_for_ellipsis.
13197 2008-08-15  Chong Yidong  <cyd@stupidchicken.com>
13199         * xfaces.c (lookup_derived_face): Properly handle possible zero
13200         return value of get_lface_attributes.
13201         (merge_faces): Don't tell lookup_derived_face to signal an error
13202         if face is not found.
13204         * dired.c (Fdirectory_files): Doc fix.
13206         * process.c (make_process): Initialize kill_without_query struct
13207         member.
13209 2008-08-15  Eli Zaretskii  <eliz@gnu.org>
13211         * w32.c (w32_system_process_attributes) [_MSC_VER < 1300]:
13212         Alternative calculation of totphys for Visual Studio 6.
13214         * w32fns.c [_MSC_VER && _MSC_VER < 1300]: Declare HMONITOR.
13216         * w32.c (_MEMORY_STATUS_EX, MEMORY_STATUS_EX, LPMEMORY_STATUS_EX):
13217         Rename from _MEMORYSTATUSEX, MEMORYSTATUSEX, LPMEMORYSTATUSEX.
13218         All users changed.
13219         (stat): Only root directory passed to GetDriveType.  Allow RAM
13220         disk as well as local fixed disk when w32-get-true-file-attributes
13221         is set to `local'.
13222         (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
13223         (equal_sid, get_length_sid, copy_sid): New wrapper functions.
13224         (w32_cached_id, w32_add_to_cache): New functions.
13225         (get_name_and_id): Look account names in the cache before calling
13226         lookup_account_sid.
13227         (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid):
13228         New initialization flags.
13229         (globals_of_w32): Initialize them to zero.
13230         (w32_system_process_attributes): Use w32_cached_id and
13231         w32_add_to_cache.
13233 2008-08-14  Lawrence Mitchell  <wence@gmx.li>
13235         * lread.c (Fread_char, Fread_char_exclusive): If no character
13236         event is read before timeout is reached, return nil, rather than
13237         converting to a number.
13239 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
13241         * fns.c (use_dialog_box): Doc fix.
13243         * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful
13244         on OS X.
13246 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
13248         * frame.c (Qns_parse_geometry): New var.
13249         (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
13251 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
13253         * xdisp.c (x_produce_glyphs): Handle the case when font has no
13254         space character in calculating tabs.
13256 2008-08-11  Dan Nicolaescu  <dann@ics.uci.edu>
13258         * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
13260 2008-08-10  Glenn Morris  <rgm@gnu.org>
13262         * process.c (procfs_system_process_attributes): Use EMACS_INTs to
13263         silence gcc "limited range of data type" warnings in some
13264         make_fixnum_or_float calls.
13266 2008-08-09  Eli Zaretskii  <eliz@gnu.org>
13268         * w32.c (w32_system_process_attributes): If the process does not
13269         exist, return nil.
13271         * w32.c: Include thelp32.h, psapi.h and coding.h.
13272         (_MEMORYSTATUSEX, _PROCESS_MEMORY_COUNTERS_EX): New struct
13273         declarations.
13274         (CreateToolhelp32Snapshot_Proc, Process32First_Proc)
13275         (Process32Next_Proc): New typedefs.
13276         (g_b_init_create_toolhelp32_snapshot, g_b_init_process32_first)
13277         (g_b_init_process32_next, g_b_init_open_thread_token)
13278         (g_b_init_impersonate_self, g_b_init_revert_to_self)
13279         (g_b_init_get_process_memory_info, g_b_init_global_memory_status)
13280         (g_b_init_get_process_working_set_size)
13281         (g_b_init_global_memory_status_ex): New static variables.
13282         (globals_of_w32): Initialize them.
13283         (create_toolhelp32_snapshot, process32_first, process32_next)
13284         (open_thread_token, impersonate_self, revert_to_self)
13285         (get_process_memory_info, get_process_working_set_size)
13286         (global_memory_status, global_memory_status_ex): New wrapper
13287         functions.
13288         (w32_list_system_processes, w32_system_process_attributes)
13289         (enable_privilege, restore_privilege, ltime, process_times):
13290         New functions.
13291         (convert_time_raw): New function.
13292         (convert_time): Remove conversion of FILETIME into time in 100
13293         nsec units, call convert_time_raw instead.
13295         * process.h (w32_list_system_processes, w32_system_process_attributes):
13296         Add prototypes.
13297         (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
13298         (Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
13299         (Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
13300         (Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
13302         * process.c (Fsystem_process_attributes): Doc fix.
13304 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
13306         * xdisp.c (move_it_to): When stopping at a charpos, check if that's
13307         a continued multi-char glyph; if so, advance to the actual glyph.
13309 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
13311         * s/darwin.h (OTHER_FILES): Do not define here, defined in config.in.
13313         * Makefile.in (ALL_OBJC_CFLAGS): New variable.
13314         (.m.o): Use it.
13315         * config.in: Regenerate.
13317 2008-08-07  Chong Yidong  <cyd@stupidchicken.com>
13319         * xdisp.c (redisplay_window): Revert last change.
13320         (try_window): Check bottom scroll margin too.
13322 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
13324         * config.in: Regenerate.
13326         * Makefile.in (emacs): Remove ifndef NS conditional for 'emacs
13327         -list-load-path-shadows'.
13328         (nsgui.h): Reduce number of things depending on it.
13330 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
13332         * xdisp.c (try_scrolling): Use iterator to find the scroll margin,
13333         instead of window-end which does the wrong thing at eob.
13334         (try_cursor_movement): Minor optimization.
13335         (redisplay_window): If scroll margin is defined, don't assume
13336         window doesn't need scrolling.
13338 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
13340         * config.in: Regenerate.
13342         * Makefile.in: Move nsXXX.m dependencies into big alphabetical list.
13343         (mostlyclean): Don't delete *.d under NS.
13345         * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
13347 2008-08-06  Kenichi Handa  <handa@m17n.org>
13349         * xfont.c (xfont_list_family): Return a list of symbols, not strings.
13351 2008-08-06  Andreas Schwab  <schwab@suse.de>
13353         * config.in: Regenerate.
13355 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
13357         * xdisp.c (redisplay_window): Don't enforce scroll-margin when
13358         forcing a window start.
13360         * fileio.c (Vauto_save_list_file_name): Move here from file.el.
13361         (auto_save_1): Update modtime when auto-save-list-file-name is on.
13363 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
13365         * emacs.c (main): Under NS, set working dir to HOME when get a "psn"
13366         argument.
13368 2008-08-05  Juanma Barranquero  <lekktu@gmail.com>
13370         * buffer.c (syms_of_buffer) <scroll-up-aggressively>:
13371         <scroll-down-aggressively, before-change-functions>:
13372         <after-change-functions>: Reflow docstrings.
13374 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
13375             Ken Raeburn  <raeburn@gnu.org>
13377         Dock menu customization, based on a patch by Ken Raeburn, plus some
13378         other fixes.
13379         * nsmenu.m (dockMenu): New variable.
13380         (EmacsDialog -clicked:): Fix mistake in change of 2008-07-17.
13382         * nsterm.h (dockMenu): Declare.
13384         * nsterm.m (KEY_NS_NEW_FRAME): New definition.
13385         (ns_term_init): Initialize dockMenu.
13386         (EmacsApp -newFrame:, -applicationDockMenu:): New methods.
13387         (EmacsView -windowShouldClose:): Don't behave specially if <= 1 frame
13388         left.
13390         * lisp.h (LSB_TAG): Use on DARWIN_OS, not NS_IMPL_COCOA.
13392 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
13394         * nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
13396         * config.in: Regenerate.
13398 2008-08-04  Seiji Zenitani  <zenitani@mac.com>
13400         * nsfns.m (x-create-frame): Set the frame parameter alpha to nil.
13402 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
13404         * nsterm.h (find_and_call_menu_selection): Fix prototype.
13406 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
13408         * emacs.c (main: unexec_init_emacs_zone): Call if on DARWIN_OS.
13410         * keyboard.h: Comment an #endif.
13412         * lisp.h (have_menus_p): Adjust comment.
13414         * menu.c (find_and_return_menu_selection): Fix comparison with
13415         client_data.
13417         * nsmenu.m (popup_activated_flag): New variable.
13418         (popup_activated): New function.
13419         (menu-or-popup-active-p): New exported lisp definition.
13420         (ns_popup_menu): Set popup_activated_flag.  Call discard_menu_items()
13421         when popup done.
13422         (ns_popup_dialog): Set popup_activated_flag.
13424         * nsterm.m (EmacsView -conversationIdentifier): Use NSInteger
13425         version for GNUstep (handled by conditional typedef in nsterm.m).
13426         (ns_get_color): Remove special-casing for "darkblue", "dark blue" (now
13427         in rgb.txt).
13429         * process.c (init_process): Use DARWIN_OS, not DARWIN.
13431         * sysselect.h: Conditionalize init_process undef on DARWIN_OS.
13433         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): Do it also under NS.
13435         * xdisp.c (redisplay_internal, note_mouse_highlight): Under NS,
13436         shortcircuit if popup_activated like GTK and X toolkit.
13438         * m/inter386.h: Change DARWIN to DARWIN_OS.
13440         * s/darwin.h: Add #define DARWIN_OS.  Get rid of C_SWITCH_SYSTEM def.
13441         Change LIBS_MACGUI to LIBS_NSGUI.  Move temacs-conditionalized defs
13442         closer to C_SWITCH_SYSTEM_TEMACS so usage is understood.  Expand
13443         comment on NO_SOCK_SIGIO.
13445 2008-08-03  Chong Yidong  <cyd@stupidchicken.com>
13447         * nsterm.m (windowDidResize): Remove stopModal call.
13449 2008-08-03  Andreas Schwab  <schwab@suse.de>
13451         * vm-limit.c (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
13452         (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
13454 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
13456         * vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
13457         Don't use uninitialized pointer variable when using getrlimit.
13459 2008-08-02  Jason Rumney  <jasonr@gnu.org>
13461         * w32font.c (compute_metrics): Don't mess with glyph_idx setting here.
13463 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
13465         * alloc.c (NSTATICS): Bump to 0x640.
13467         * s/gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.
13469         * lisp.h: Add prototype for directory_files_internal.
13471         * process.c (Fsystem_processes_list, Fsystem_process_attributes):
13472         New functions.
13473         (syms_of_process): Defsubr them.  Add initializations for various
13474         Q* symbols used in procfs_system_process_attributes.
13475         (procfs_list_system_processes, procfs_system_process_attributes)
13476         [HAVE_PROCFS]: New functions.
13477         (time_from_jiffies, ltime_from_jiffies, get_up_time, procfs_ttyname)
13478         (procfs_get_total_memory): New functions.
13480 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
13482         * xfaces.c (Fx_load_color_file): Fix previous change;
13483         it is #ifdef WINDOWSNT, not WINDOWS_NT.
13485 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
13487         * dbusbind.c (xd_read_message): Handle D-Bus error messages.
13489 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
13491         * nsterm.h (NSInteger, NSUInteger): Add defines for non-Leopard.
13493 2008-08-01  Chong Yidong  <cyd@stupidchicken.com>
13495         * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
13497         * nsterm.m (EmacsApp -application:openFiles:): GNUstep does not
13498         define NSApplicationDelegateReplySuccess.
13499         (EmacsView -converstationIdentifier): Use long instead of
13500         NSInteger for GNUstep, since it doesn't have NSInteger.
13502         * xmenu.c: Revert last change.
13504         * keyboard.h: Fix last change.
13506 2008-08-01  Juanma Barranquero  <lekktu@gmail.com>
13508         * xfaces.c (x-load-color-file): Use RGB() instead of manually shifting
13509         on Windows.
13511 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
13513         Warning clearing and clean-up in NS port.
13514         * keyboard.h (xmalloc_widget_value, digest_single_submenu):
13515         Add prototypes.
13516         * nsgui.h (FACE_DEFAULT): Remove, unused.
13517         (XGCValues): Change colors to unsigned long.
13518         * nsterm.h (EmacsApp): Add declaration of all methods implemented in
13519         nsterm.m.
13520         (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
13521         (ns_list_fonts): Remove, unused.
13522         (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
13523         * nsfns.m (interpret_services_menu): Use NSMenuItem class.
13524         * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
13525         (nsfont_draw): Compare face colors to 0, not nil.
13526         * nsmenu.m (struct widget_value): Drop unneeded declaration.
13527         (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
13528         (-addSubmenuWithTitle:): Use NSMenuItem class.
13529         (ns_popup_menu): Use NO, not NULL, for enabled setting.
13530         * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
13531         (ns_clip_to_row): Make gc arg a BOOL.
13532         (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
13533         ns_clip_to_row() call.
13534         (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
13535         used).  Cast FRAME_FONT assignments.
13536         (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
13537         (ns_string_to_lispmod): Change arg to const char.
13538         (ns_term_init): Use NSMenuItem class.
13539         (EmacsApp -openFile:): Move to different section of file.
13540         (EmacsApp -application:openFiles:): Don't return a value, call
13541         -replyToOpenOrPrint:.
13542         (EmacsView -keyDown:): Fix up cast.
13543         (EmacsView -converstationIdentifier): Use NSInteger instead of long.
13544         (EmacsView -menuDown:): Cast tag in call to
13545         find_and_call_menu_selection().
13546         (ns_list_fonts): Remove, unused.
13547         (ns_font_to_xlfd): Make static.  Cast result of UTF8String.
13548         (ns_fontname_to_xlfd): Make static.
13549         * w32menu.c (xmalloc_widget_value, digest_single_submenu):
13550         Remove prototypes (now in keyboard.h).
13551         (next_menubar_widget_id): Remove, unused.
13552         * xmenu.c (xmalloc_widget_value, digest_single_submenu):
13553         Remove prototypes (now in keyboard.h).
13554         * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
13556 2008-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
13558         * Makefile.in (dispnew.o, gtkutil.o, sound.o, atimer.o)
13559         (floatfns.o): Depend on syssignal.h.
13560         (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
13562         * systty.h: Fix previous change that removed BSD_TERMIOS.
13563         Add comments to #ifdefs.
13565 2008-08-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
13567         * w32fns.c (w32-load-color-file): Remove.
13568         (x-open-connection): Use renamed Fx_load_color_file.
13569         * xfaces.c (x-load-color-file): Add.
13570         * nsterm.m (ns_initialize): Load colors from etc/rgb.txt instead of
13571         Emacs.clr.
13572         (hide_hourglass): BLOCK_INPUT before UNBLOCK.
13574 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
13576         * dbusbind.c (Fdbus_call_method_asynchronously)
13577         (Fdbus_method_error_internal): New defuns.
13578         (xd_read_message): Handle also reply messages.
13579         (Vdbus_registered_functions_table): Extend docstring.
13581 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
13583         * keyboard.c (gobble_input): Fix previous change.
13585 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13587         * bitmaps/README:
13588         * xfns.c:
13589         * termcap.c:
13590         * term.c:
13591         * syswait.h:
13592         * systty.h:
13593         * systime.h:
13594         * syssignal.h:
13595         * sysdep.c:
13596         * process.h:
13597         * process.c:
13598         * print.c:
13599         * ndir.h:
13600         * lread.c:
13601         * keyboard.c:
13602         * getpagesize.h:
13603         * floatfns.c:
13604         * fileio.c:
13605         * emacs.c:
13606         * doc.c:
13607         * dispnew.c:
13608         * dired.c:
13609         * data.c:
13610         * callproc.c:
13611         * buffer.c:
13612         * README:
13613         * Makefile.in:
13614         * s/template.h:
13615         * s/msdos.h:
13616         * m/vax.h: Remove VMS support.
13617         * s/vms.h:
13618         * vlimit.h:
13619         * uaf.h:
13620         * temacs.opt:
13621         * param.h:
13622         * ioctl.h: Remove file.
13624 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
13626         * s/ms-w32.h (MULTI_KBOARD): Remove.
13627         * xterm.c:
13628         * xselect.c:
13629         * xfns.c:
13630         * window.c:
13631         * w32term.c:
13632         * w32fns.c:
13633         * terminal.c:
13634         * termhooks.h:
13635         * term.c:
13636         * sysdep.c:
13637         * keyboard.h:
13638         * keyboard.c:
13639         * frame.h:
13640         * frame.c:
13641         * frame.c: Remove references to MULTI_KBOARD, it is now the default.
13642         * config.in: Regenerate.
13644 2008-07-30  Jason Rumney  <jasonr@gnu.org>
13646         * w32font.h (struct w32font_info): Use unicode version of textmetrics.
13648         * w32font.c (w32font_encode_char): Leave as unicode if in range.
13649         (w32font_open_internal): Get unicode version of textmetrics.
13650         Don't enable or disable glyph indices here.
13651         (w32font_open): Disable use of glyph indices.
13653         * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
13655 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
13657         * minibuf.c (Vread_buffer_function): Doc fix.
13659 2008-07-30  John Paul Wallington  <jpw@pobox.com>
13661         * minibuf.c (read_buffer_completion_ignore_case): New var.
13662         (Fread_buffer): Use it.
13664 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
13666         * systty.h (sensemode): Remove empty #if.  Remove reference to
13667         BSD_TERMIOS, unused.
13669         * sysdep.c: Remove reference to DGUX.
13670         (closedir): Remove reference to BROKEN_CLOSEDIR, unused.
13672         * config.in: Regenerate.
13674 2008-07-30  Jason Rumney  <jasonr@gnu.org>
13676         * w32uniscribe.c (uniscribe_encode_char): Fix glyph buffer size.
13678 2008-07-29  Jason Rumney  <jasonr@gnu.org>
13680         * w32uniscribe.c (uniscribe_shape): Avoid using context if cache
13681         is populated.
13682         (uniscribe_encode_char): Always use uniscribe.
13683         Avoid using context if cache is populated.
13685 2008-07-29  Jan Djärv  <jan.h.d@swipnet.se>
13687         * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
13688         open menu.
13690         * gtkutil.c (menu_nav_ended): Remove.
13691         (create_menus): Remove signal connect for menu_nav_ended.
13693 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
13695         * xdisp.c (redisplay_window): Check return value of
13696         compute_window_start_on_continuation_line before forcing a window
13697         start.
13699 2008-07-28  Jason Rumney  <jasonr@gnu.org>
13701         * w32font.c (w32font_text_extents): Use w32_metric_cache consistently.
13703         * w32term.c (w32_enable_unicode_output, cleartype_active):
13704         Remove obsolete display options.
13705         (x_draw_glyph_string_background): Don't use old cleartype_active
13706         workaround.
13707         (w32_initialize): Remove cleartype_active initialization.
13708         (syms_of_w32term): Remove w32_enable_unicode_output initialization.
13710 2008-07-28  Andreas Schwab  <schwab@suse.de>
13712         * lisp.h (init_weak_hash_tables, syms_of_font)
13713         (xd_read_queued_messages, syms_of_dbusbind): Declare.
13714         (remove_hash_entry): Don't declare.
13715         * eval.c (maybe_call_debugger): Make static and move before use.
13716         * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT.
13717         * xdisp.c: Include "gtkutil.h" if USE_GTK.
13718         * xterm.h (x_set_frame_alpha): Declare.
13720 2008-07-28  Jan Djärv  <jan.h.d@swipnet.se>
13722         * gtkutil.c (menu_nav_ended): Revert change from 2008-07-24.
13723         (create_menus): Connect selection-done to menu_nav_ended.
13725 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13727         * nsfns.m (x-create-frame): Add copy of parms argument to beginning.
13728         Set Vx_resource_name to a fallback.  Replace read of 'buffered'
13729         parameter with read of 'alpha' one.
13730         (Qns_frame_parameter): Remove.
13731         * nsselect.m (selection-coding-system)
13732         (next-selection-coding-system, Vselection_coding_system)
13733         (Vnext_selection_coding_system): Drop.
13735 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13737         * nsfns.m (do-applescript, do_applescript): Rename to
13738         ns-do-applescript, ns_do_applescript, and move within file.
13740 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13742         Remove support for Mac Carbon.
13743         * mactoolbox.c:
13744         * macterm.h:
13745         * macterm.c:
13746         * macselect.c:
13747         * macmenu.c:
13748         * macgui.h:
13749         * macfns.c:
13750         * mac.c: Remove file.
13751         * s/darwin.h:
13752         * m/intel386.h:
13753         * xfaces.c:
13754         * xdisp.c:
13755         * window.c:
13756         * tparam.c:
13757         * termhooks.h:
13758         * termcap.c:
13759         * term.c:
13760         * syssignal.h:
13761         * sysselect.h:
13762         * sysdep.c:
13763         * process.c:
13764         * lread.c:
13765         * lisp.h:
13766         * keyboard.c:
13767         * image.c:
13768         * fringe.c:
13769         * frame.h:
13770         * frame.c:
13771         * fontset.c:
13772         * font.h:
13773         * font.c:
13774         * fns.c:
13775         * fileio.c:
13776         * emacs.c:
13777         * dispnew.c:
13778         * dispextern.h:
13779         * config.in:
13780         * atimer.c:
13781         * Makefile.in: Remove code for Carbon.
13783 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13785         * macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
13787 2008-07-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13789         * macterm.h (kCGBitmapByteOrder32Host): New define for
13790         non-universal SDKs.
13792         * image.c (mac_create_cg_image_from_image, image_load_image_io)
13793         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13795         * macterm.c (XDrawLine, XCreatePixmapFromBitmapData)
13796         [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
13798 2008-07-26  David Robinow  <drobinow@gmail.com>  (tiny change)
13800         * w32inevt.c: Include dispextern.h.
13802 2008-07-26  Andreas Schwab  <schwab@suse.de>
13804         * print.c (print_object): Fix off-by-one in last change.
13806 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
13808         * term.c (syms_of_term): Don't initialize default_orig_pair,
13809         default_set_foreground and default_set_background on Windows.
13811 2008-07-25  Jason Rumney  <jasonr@gnu.org>
13813         * w32uniscribe.c (uniscribe_shape): Pass NULL for control arg to
13814         ScriptItemize.  Clean up return value checking.  Remove unused
13815         variables.
13816         (uniscribe_encode_char): Encode non-BMP characters with uniscribe
13817         shaping engine.
13819         * w32font.c (w32font_has_char): Handle the case where we can't
13820         determine the script for a character.
13822 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
13824         * term.c (syms_of_term): Initialize default_orig_pair,
13825         default_set_foreground, and default_set_background.
13827         * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
13828         clash (bug#86).
13829         (getloadavg): Callers changed.
13831         * image.c (svg_load_image): Fix last change.
13832         (svg_load_image): Use rsvg_handle_get_dimensions to check that
13833         image size is valid.  Use g_object_unref instead of deprecated
13834         rsvg_handle_free to free rsvg handle.
13835         (x_from_xcolors): Don't initialize pixmap (silence compiler).
13837 2008-07-25  Jason Rumney  <jasonr@gnu.org>
13839         * w32font.c (w32font_encode_char): Encode characters outside BMP as
13840         surrogates before looking up glyph index.
13841         (w32font_text_extents): Encode as surrogates if falling back to
13842         functions that need UTF-16 wide chars.
13844         * w32uniscribe.c (uniscribe_encode_char): Encode characters outside
13845         BMP as surrogates before looking up glyph index.
13847 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
13849         * image.c (svg_load_image): Check for failure in return value of
13850         rsvg_handle_get_pixbuf.  Free rsvg handle when done.
13852 2008-07-25  Jason Rumney  <jasonr@gnu.org>
13854         * w32font.c (Fx_select_font): Reverse sense of second arg.
13856 2008-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13858         * syntax.c (struct lisp_parse_state, char_quoted, inc_bytepos)
13859         (dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.
13861         * puresize.h (PURESIZE_CHECKING_RATIO): New macro.
13862         (PURESIZE): Use it.
13864 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
13866         * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
13867         * m/alpha.h (TEXT_END):
13868         * m/ibmrs6000.h (TEXT_END):
13869         * m/macppc.h (TEXT_END):
13870         * s/darwin.h (TEXT_END):
13871         * s/msdos.h (TEXT_END): Remove, unused.
13872         * s/gnu-linux.h (BSD_PGRPS): Add a comment.
13873         * s/cygwin.h: Remove comment.
13875         * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
13876         (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
13877         * m/intel386.h (DOT_GLOBAL_START):
13878         * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
13879         (USG): Remove, file not used on USG platforms.
13881         * Makefile.in (HAVE_X11): Remove empty #else.
13883 2008-07-24  Andreas Schwab  <schwab@suse.de>
13885         * fileio.c (Finsert_file_contents): Properly adjust undo list
13886         after format conversion.
13888 2008-07-24  Jan Djärv  <jan.h.d@swipnet.se>
13890         * gtkutil.c (xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
13891         (menu_nav_ended): Remove.
13892         (create_menus): Remove signal connect for menu_nav_ended.
13893         (xg_update_menubar): Also take deactivate_cb as parameter, pass it to
13894         create_menus.
13895         (xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.
13897 2008-07-23  Jason Rumney  <jasonr@gnu.org>
13899         * w32font.c (w32_enumfont_pattern_entity): Return height consistent
13900         with opened font.
13901         (w32font_open): Set font type to gdi.
13903         * w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
13905 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
13907         * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
13908         * unexaix.c (ADDR_CORRECT): Remove conditional, the only user
13909         defines it.
13910         * unexec.c (ADDR_CORRECT): Define unconditionally.
13912         * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
13914         * unexec.c: Remove code depending on !COFF and USG, the file is
13915         not used for such systems.
13917         * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
13918         * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
13919         (LD_SWITCH_SYSTEM_1): Remove, update users.
13921         * s/darwin.h (DATA_END):
13922         * m/intel386.h (DATA_END):
13923         * m/ibmrs6000.h (DATA_END):
13924         * m/alpha.h (DATA_END): Remove, unused.
13926         * config.in: Regenerate.
13927         * s/ms-w32.h (subprocesses): Define unconditionally.
13928         * s/template.h (subprocesses): Update comment.
13929         * s/vms.h (subprocesses):
13930         * s/usg5-4.h (subprocesses):
13931         * s/hpux10-20.h (subprocesses):
13932         * s/gnu-linux.h (subprocesses):
13933         * s/cygwin.h (subprocesses):
13934         * s/bsd-common.h (subprocesses):
13935         * s/aix4-2.h (subprocesses):
13936         * s/darwin.h (subprocesses): Do not define, defined by default now.
13938         * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
13939         Remove all references.
13940         (temacs): Add GNUstep specific ld flags.
13942         * nsterm.m (syms_of_nsterm): Provide ns, not ns-windowing,
13943         similarly to what X does.
13945 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
13947         * nsfns.m (x-list-fonts): Remove.
13948         (syms_of_nsfns): Drop the x-list-fonts declaration.
13949         * nsterm.m: Get rid of remaining "//" comments.
13951 2008-07-22  Chong Yidong  <cyd@stupidchicken.com>
13953         * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
13955         * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
13956         (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
13957         (Fns_own_selection_internal, Fx_disown_selection_internal)
13958         (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
13960         * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
13961         ... */' style of docstrings.  Doc fixes.
13963 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13965         * terminfo.c (UP, BC, PC): Undo previous change.
13967         * nsfns.m: Rename ns prefixed functions/variables to the
13968         corresponding x versions.  Update references.
13970 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13972         * syntax.c (char_quoted): Check "charpos > beg" before decrementing.
13974 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13976         * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines):
13977         Remove forwarding functions.
13978         (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
13979         non-static.
13980         (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
13981         non-static.
13982         (ns_frame_parm_handlers): Use the new names.
13983         (syms_of_nsfns): Move to the end of file.
13985         * nsterm.m (syms_of_nsterm): Move to the end of file.
13987         * dispnew.c (init_display): Remove code for X10.
13989 2008-07-22  Jason Rumney  <jasonr@gnu.org>
13991         * w32proc.c (Fw32_long_file_name): Don't append dir separator to
13992         bare drive.
13994 2008-07-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
13996         * nsterm.m (syms_of_nsterm): Remove debugging println.
13998 2008-07-22  David Reitter  <david.reitter@gmail.com>
14000         * nsfns.m (do_applescript, F_do_applescript): NS version of the
14001         Carbon implementation of the same functionality: execute arbitrary
14002         AppleScript code.
14004 2008-07-21  Adrian Robert  <Adrian.B.Robert@gmail.com>
14006         * nsfns.m (Fx_create_frame, Fx_read_file_name, Fx_get_resource)
14007         (Fx_set_resource, Fx_set_alpha, Fx_server_max_request_size)
14008         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
14009         (Fx_display_mm_height, Fx_display_mm_width)
14010         (Fx_display_backing_store, Fx_display_visual_class)
14011         (Fx_display_save_under, Fx_open_connection)
14012         (Fx_close_connection, Fx_hide_emacs, Fx_font_name)
14013         (Fx_list_colors, Fx_perform_service, Fx_color_defined_p)
14014         (Fx_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14015         (Fx_display_pixel_width, Fx_display_pixel_height)
14016         (Fx_display_usable_bounds, Fx_display_planes)
14017         (Fx_display_color_cells, Vns_icon_type_alist): Change to use 'doc: /*
14018         ... */' style of docstrings.
14020 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
14022         * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
14023         on this platform.
14024         (mips):
14025         * m/iris4d.h (mips): Do not define.
14026         * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
14028         * m/ibmrs6000.h (LD_SWITCH_SITE): Remove.
14030         * image.c:
14031         * nsfns.m:
14032         * nsselect.m:
14033         * nsterm.h:
14034         * nsterm.m: Rename ns prefixed functions/variables to the
14035         corresponding x versions.  Update references.
14037         * m/ibms390x.h (NO_REMAP): Do not undefine.
14039         * m/amdx86-64.h: Use SOLARIS2 instead of sun.
14041 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
14043         * nsfns.m: Change NS to Nextstep in docstrings and error messages.
14044         (Fns_create_frame, Fns_read_file_name, Fns_get_resource)
14045         (Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
14046         (Fns_server_vendor, Fns_server_version, Fns_display_screens)
14047         (Fns_display_mm_height, Fns_display_mm_width)
14048         (Fns_display_backing_store, Fns_display_visual_class)
14049         (Fns_display_save_under, Fns_open_connection)
14050         (Fns_close_connection, Fns_hide_emacs, Fns_font_name)
14051         (Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
14052         (Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
14053         (Fns_display_pixel_width, Fns_display_pixel_height)
14054         (Fns_display_usable_bounds, Fx_display_planes)
14055         (Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
14057 2008-07-21  Ami Fischman  <ami@fischman.org>  (tiny change)
14059         * print.c (print_object): Check print_depth before searching for
14060         circularities.
14062 2008-07-21  Michael Albinus  <michael.albinus@gmx.de>
14064         * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
14065         only sprintf.
14067 2008-07-21  Kenichi Handa  <handa@m17n.org>
14069         * ftfont.c (adjust_anchor): Check if DeltaValue is not NULL.
14071 2008-07-20  Andreas Schwab  <schwab@suse.de>
14073         * syntax.c (find_start_pos, find_start_value)
14074         (find_start_value_byte, find_start_begv, find_defun_start)
14075         (back_comment, scan_sexps_forward): Use EMACS_INT for buffer positions.
14077 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14079         * s/sol2-3.h: Insert contents of s/sol2.h.
14080         (LD_SWITCH_SYSTEM): Remove redundant definition.
14081         * s/sol2.h: Remove, unused.
14083 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
14085         * nsterm.m (ns_get_color): Recognize HSB,AHSB be synonyms for HSV,AHSV.
14087 2008-07-20  Adrian Robert  <Adrian.B.Robert@gmail.com>
14089         * Makefile.in (ns_appdir): Fix typo in find command.
14091 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
14093         * m/intel386.h (NO_REMAP): Do no define for USG, not used.
14095         * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
14096         added not supported anymore.
14098         * s/usg5-4-2.h (LIBS_SYSTEM):
14099         * s/sol2.h (LIBS_SYSTEM): Do not undefine.
14101         * s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14102         * s/lynxos.h (GETPGRP_NO_ARG):
14103         * s/hpux10-20.h (NO_SIOCTL_H):
14104         * s/gnu.h (GETPGRP_NO_ARG):
14105         * s/gnu-linux.h (NO_SIOCTL_H):
14106         * s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
14107         * s/cygwin.h (GETPGRP_NO_ARG):
14108         * s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
14109         (C_DEBUG_SWITCH): Remove duplicate definition.
14111         * m/ibms390.h: Remove boilerplate comments.
14113         * sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.
14115         * process.c (HAVE_SERIAL): Consolidate ifdefs.
14116         (wait_reading_process_output): Remove code for SunOS, platform not
14117         supported anymore.  Use SOLARIS2 instead of sun.
14119 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
14121         * font.c (font_open_by_name): Under NS, default lface height to zero.
14122         (font_open_for_lface): Under NS, set size based on frame fontsize.
14123         * nsterm.m (EmacsView-changeFont:): Remove some commented code.
14124         * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
14126 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
14128         * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
14129         (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
14130         DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
14131         YES/NO.
14132         * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
14133         * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
14134         * Makefile.in (clean): Clear out build destination dir.
14136 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
14138         * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
14139         xterm, xselect.
14140         * lisp.h: Remove declaration of hash_remove.
14141         * nsgui.h: Remove redefinitions of hash_remove.
14142         * fns.c (hash_remove): Rename to hash_remove_from_table.
14144 2008-07-19  Seiji Zenitani  <zenitani@mac.com>
14146         * nsfont.m (nsfont_fmember_to_entity, nsfont_make_fontset_for_font):
14147         strdup() the family UTF8String before modifying it.
14149 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
14151         * nsterm.m (ns_maybe_dumpglyphs_background): Compare result from
14152         NS_FACE_BACKGROUND with 0 instead of nil.
14153         * nsfont.m (nsfont_draw): Same.
14155 2008-07-19  Chong Yidong  <cyd@stupidchicken.com>
14157         * nsfns.m (ns_set_background_color): Fix crash.
14159 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
14161         * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
14163 2008-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
14165         * puresize.h (BASE_PURESIZE): Increase to 1240000.
14167 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14169         * gtkutil.c: Include <config.h> instead of "config.h".
14171         * lisp.h (Foverlay_buffer): Add EXFUN.
14173         * process.c (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
14174         child process to complete child_setup.  Undo 2005-09-21 change.
14176         * s/darwin.h: Mention setsid after vfork.
14178 2008-07-17  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14180         * Makefile.in (frame.o, keyboard.o, xdisp.o, xfaces.o):
14181         Depend on macgui.h.
14183         * macfns.c (Fx_server_version): Don't use gestaltSystemVersionMajor,
14184         gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.
14186         * macterm.c (keycode_to_xkeysym_table): Add entries for f17, f18,
14187         and f19.
14188         [MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
14190         * macterm.h (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
14191         (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
14192         Remove enumerators.
14194         * mactoolbox.c [USE_MAC_TSM] (mac_handle_text_input_event):
14195         Check if FACE_FROM_ID returns NULL.
14197 2008-07-17  David Robinow  <drobinow@gmail.com>  (tiny change)
14199         * w32inevt.c (change_frame_size): Remove extern declaration.
14200         (resize_event, maybe_generate_resize_event): Pass SAFE arg to
14201         change_frame_size.
14203 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
14205         * getloadavg.c: Revert last change (2008-07-15).
14207 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
14209         * Makefile.in: Replace emacsapp, emacsbindir, emacsappsrc variables
14210         set here with ns_appdir, ns_appresdir, ns_appbindir, ns_appsrc set
14211         from configure.
14213 2008-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
14215         * s/sol2.h:
14216         * s/sol2-4.h: Reorganize conditionals.
14218         * ecrt0.c: Remove code depending on m68000, not used anymore.
14220         * fns.c (hash_remove): Make static.
14221         * lisp.h (hash_remove): Don't prototype.
14223         * m/ibmrs6000.h:
14224         * m/ibms390x.h:
14225         * m/macppc.h: Remove boilerplate comments.
14227         * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
14228         Solaris, which does not need them.
14230         * m/vax.h: Remove comments about unsupported systems.
14232         * s/darwin.h: Reorganize ifdefs.
14234 2008-07-17  Andreas Schwab  <schwab@suse.de>
14236         * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
14238 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14240         Use SDATA.  Follow coding convention of placing operators at
14241         beginning of next line rather than end of previous line, and placing
14242         spaces around infix operators.
14244         * Makefile.in: Undef LIB_STANDARD before defining it to silence warning
14245         in case it was defined already.
14246         USE @GNUSTEP_MAKEFILES@ rather than envvars.
14247         * nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
14248         ns_default.
14249         (applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
14250         Lisp_Objects.
14251         * nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
14252         (ns_defined_color, ns_color_to_lisp): Declare.
14253         * nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
14254         (Fns_own_selection_internal): Make the big ugly hack more explicit, so
14255         it's accepted even with USE_LISP_UNION_TYPE.
14256         * nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
14257         (update_frame_tool_bar): Remove apparently obsolete tests for
14258         non-integerness of f->tool_bar_lines.
14259         (windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
14260         hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
14261         * nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
14262         (nsfont_open): Don't confuse NULL for Qnil.
14263         * nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
14264         * menu.h (find_and_call_menu_selection):
14265         * menu.c (find_and_call_menu_selection): Use just int for vector size.
14266         (find_and_return_menu_selection): Always return something.
14267         * frame.h: Include dispextern.h for Display_Info.
14268         (display_x_get_resource): Declare.
14270 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
14272         * syntax.c: Remove stdio.h include accidentally introduced in
14273         Emacs.app commit.
14274         * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
14275         NS_IMPL_COCOA.
14276         * keyboard.c (handle_async_input, input_available_signal): Remove
14277         BSD4_1 conditional code, introduced accidentally in Emacs.app commit.
14279 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14281         * nsterm.m (lisp_to_mod): Use parse_solitary_modifier instead.
14282         (ns_lisp_to_color): Don't mess with internal Lisp data fields.
14283         (ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
14284         Use SDATA.
14286         * keymap.c: Remove all NS-specific code.
14287         (where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
14288         (preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
14289         where_is_preferred_modifier, return a different value depending on how
14290         preferred is the binding.
14291         (where_is_internal): Adjust accordingly.
14292         (Fwhere_is_internal): Refresh where_is_preferred_modifier.
14293         Adjust to new preferred_sequence_p.
14294         (syms_of_keymap): Declare `where-is-preferred-modifier'.
14295         * keyboard.c (parse_solitary_modifier): Not static any more.
14296         * keyboard.h (parse_solitary_modifier): Declare.
14298 2008-07-16  Andreas Schwab  <schwab@suse.de>
14300         * Makefile.in (SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
14301         of easymenu.
14303 2008-07-16  Chong Yidong  <cyd@stupidchicken.com>
14305         * xdisp.c (move_it_in_display_line): Account for word wrap, so
14306         that we don't move off the line.
14308 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14310         * keyboard.c (Qsuper): Remove.
14311         (parse_menu_item): Don't call where_is_internal specially for NS.
14313 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14315         * s/gnu-linux.h: Remove boilerplate comments.
14317         * m/alpha.h (__ELF__): Consolidate conditions.
14319         * m/m68k.h (linux): Use GNU_LINUX instead.
14320         Remove boilerplate comments.
14322         * m/intel386.h: Undo refactoring from previous change.
14323         (LIB_STANDARD): All systems that define USG define LIB_STANDARD
14324         too, remove dead code.
14325         (linux): Use GNU_LINUX instead.
14327 2008-07-16  Jason Rumney  <jasonr@gnu.org>
14329         * w32gui.h: Repeat 26 June changes lost by last change.
14331 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
14333         * systty.h: Remove code for Aix on 386, unsupported platform.
14335         * s/ms-w32.h: Remove boilerplate comments.
14336         (fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.
14338         * s/gnu-linux.h (TERM): Remove support.
14339         (HAVE_SYSVIPC): Remove, unused.
14340         (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
14341         for this system.
14343         * process.c: Remove support for IRIS, unused.
14344         Remove support for TERM, not relevant anymore.
14346         * unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
14347         used with the definition.
14349         * s/aix4-2.h (static): Do not undef.
14351         * m/ibmrs6000.h: Remove code depending on USG5_4, this file is
14352         only used on Aix.
14353         (HAVE_SYSVIPC): Remove, unused.
14355         * m/hp800.h (CANNOT_DUMP): Do not undef.
14357         * m/alpha.h: Fix comment.
14359         * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
14360         (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
14361         used by this configuration.
14362         * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
14363         * unexec.c: Remove code depending on HPUX and
14364         USG_SHARED_LIBRARIES, not used with this file.  Remove code
14365         depending on IRIS, unused.  Remove if 0-ed code.
14367         * s/template.h: Remove comments about static.
14369         * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
14370         Remove if 0-ed code.
14371         (baud_convert): Don't depend on BAUD_CONVERT, all definitions the
14372         were the same as the default.
14373         * s/vms.h (BAUD_CONVERT): Remove, same as the default.
14374         Remove boilerplate comments.
14375         * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
14376         (HAVE_SYSVIPC): Remove, unused.
14377         (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
14379         * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14380         Remove boilerplate comments.
14381         * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14382         Remove boilerplate comments.
14383         * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
14384         Remove boilerplate comments.
14385         * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
14387         * m/intel386.h (DATA_SEG_BITS): Remove definitions, only used on
14388         USG systems which do not use DATA_SEG_BITS.
14389         Refactor code.  Remove boilerplate comments.
14391         * m/ibms390.h:
14392         * m/m68k.h:
14393         * s/bsd-common.h:
14394         * s/cygwin.h:
14395         * s/darwin.h:
14396         * s/freebsd.h:
14397         * s/gnu.h:
14398         * s/msdos.h: Remove boilerplate comments.
14400         * m/iris4d.h: Remove boilerplate comments and code for systems that
14401         do not use this file.
14402         (IRIS_4D): Remove, unused.
14404         * m/mips.h: Remove boilerplate comments and code for systems that
14405         do not use this file.
14406         (SIGN_EXTEND_CHAR):
14407         * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
14408         * unexmips.c: Remove file, unused.
14410         * editfns.c (Fuser_full_name): Replace the only use of
14411         USER_FULL_NAME with its value.
14412         * config.in: Regenerate.
14414 2008-07-16  David Reitter  <david.reitter@gmail.com>
14416         * Makefile.in: Add ns-win, ns-carbon-compat, easy-mmode and
14417         easy-menu to SOME_MACHINE_LISP for the new NeXTstep port.
14419 2008-07-16  Glenn Morris  <rgm@gnu.org>
14421         * emacs.c (system-type): Doc fix.
14423 2008-07-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14425         * keyboard.c (parse_menu_item): Don't use cachelist, even under NS.
14426         If the cache doesn't work, let's fix it, rather than work around it.
14428 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
14430         * Makefile.in: Correct additions for nsfont.o in last commit.
14431         * nsfont.m: New file (forgot last commit).
14433 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
14435         * callproc.c (set_initial_environment): Initialize
14436         Vprocess_environment under CANNOT_DUMP (fixes crash when
14437         batch-compiling for bootstrap).
14439 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
14440             YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14442         * frame.c (make_initial_frame): Call init_frame_faces(f) in
14443         CANNOT_DUMP case -- fix crash due to different init order.
14445 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
14447         Changes and additions for NeXTstep windowing system (Cocoa and
14448         GNUstep) support.
14450         * Makefile.in:
14451         * config.in: Support defines and build commands for NS port.
14452         * blockinput.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
14453         (UNBLOCK_INPUT_TO): Don't use under NS unless EXPERIMENTAL_CONTROL_G.
14454         * dispextern.h: Include nsgui.h and add needed typedefs under NS
14455         windowing.
14456         (struct face): Add synth_ital field.
14457         * dispnew.c: Include nsterm.h when compiling under NS windowing.
14458         (init_display): Initialize Vinitial_window_system to "ns" when so
14459         compiled.
14460         * emacs.c: Include GSConfig.h when compiling under GNUstep.
14461         (display_arg): Use under NS.
14462         (main): Under NS, allocate autorelease pool and handle command line
14463         args.  Move syms_of_xmenu() call under #ifdef HAVE_X_WINDOWS.
14464         (standard_args): Add NS-specific args.
14465         (shut_down_emacs): Shut down NS terminal if compiled under NS.
14466         * font.c (DEFAULT_ENCODING): New variable.
14467         (font_find_for_lface): Use it.
14468         (syms_of_font): Load syms_of_nsfont under NS.
14469         * font.h: Declare nsfont_driver when compiled under NS.
14470         * fontset.c: When compiling under NS, include nsterm.h.
14471         (fontset_from_font): Autoconstruct fontset under NS.
14472         * frame.c (various): Under NS, include nsterm.h, add Qns window system
14473         symbol, document and use it.
14474         (do_switch_frame): When for_deletion under Cocoa, add
14475         Fraise_frame(Qnil).
14476         (x_set_frame_parameters): Ensure font attribute changes are picked up.
14477         (x_get_arg): Allow "yes" and "no" as boolean values.
14478         (syms_of_frame): Declare Qns.  Init Vdefault_frame_scroll_bars to
14479         Qright under Cocoa.
14480         (focus-follows-mouse): Default to 0 under NS.
14481         * frame.h (enum output_method): Add output_ns.
14482         (external_tool_bar, external_menu_bar, FRAME_EXTERNAL_TOOLBAR)
14483         (FRAME_EXTERNAL_MENU_BAR): Use under NS.
14484         (FRAME_WINDOW_P): NS-specific definition.
14485         * fringe.c (max_used_fringe_bitmap): Make public.
14486         * getloadavg.c (mach/mach.h): Include it under NeXT descendant OS's.
14487         (getloadavg): Use NeXT code under descendant OS's.
14488         * image.c (includes and header section, x_create_bitmap_from_data)
14489         (x_create_bitmap_from_file, free_bitmap_record, image_background)
14490         (image_background_transparent, x_clear_image_1)
14491         (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
14492         (Create_Pixmap_From_Bitmap_Data, xpm_load_image, lookup_rgb_color)
14493         (x_to_xcolors, x_from_xcolors, x_disable_image)
14494         (x_build_heuristic_mask, syms_of_image): Add NS support parallel to
14495         other GUIs, including XPM support using code originally written for
14496         Carbon GUI.
14497         (png_load, jpeg_load, tiff_load, gif_load): Add implementations
14498         using NS API.
14499         (image_ascent): Use font metrics macros instead of direct struct field
14500         access.
14501         * keyboard.c (includes): Add nsterm.h when compiling under NS.
14502         (kbd_buffer_get_event): Handle NS as other GUI windowing systems.
14503         Also, handle NS as GTK for menu bar purposes.
14504         (make_lispy_event): Handle NS as other GUI windowing systems, and as X
14505         toolkit where they differ.
14506         (parse_menu_item): Prefer keybindings using 'super' modifier.  Also,
14507         use cachelist, still needed under NS.
14508         * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI.
14509         (struct widget_value): Define it here for menu.c.
14510         * keymap.c (includes): Include modifier internals.
14511         (lisp_to_mod, modifier_sequence_p): New functions, compiled only under
14512         NS.
14513         (where_is_internal, Fwhere_is_internal): When compiled under NS, add
14514         support for preferring sequences using certain modifiers, specified by
14515         the FIRSTONLY argument.
14516         * lisp.h (hash_remove): Rename to avoid name clash when compiling
14517         under NS GNUstep implementation.
14518         (USE_LSB_TAG): Use it under Cocoa when compiling under NS.
14519         * lread.c (init_lread): Treat NS as HAVE_CARBON for turn_off_warning.
14520         * menu.c: Include nsterm.h under NS.
14521         (single_menu_item, parse_single_submenu, xmalloc_widget_value)
14522         (free_menubar_widget_tree_value, update_submenu_strings)
14523         (find_and_call_menu_selection): Treat NS as X and NT.
14524         (find_and_return_menu_selection): New function, used for popup menus.
14525         * nsgui.h:
14526         * nsterm.h:
14527         * nsfns.m:
14528         * nsimage.m:
14529         * nsmenu.m:
14530         * nsselect.m:
14531         * nsterm.m: New files.
14532         * process.c (wait_reading_process_output): Under NS, call ns_select()
14533         instead of plain select().
14534         * syntax.c (char_quoted): Under NS, avoid a crash when called near
14535         beginning of buffer.
14536         * sysselect.h (init_process): Rename when compiling under Cocoa to
14537         avoid name conflict.
14538         * termhooks.h (display_info): Add ns_display_info to union.
14539         * terminal.c (Fterminal_live_p): Add ns to terminal types.
14540         * terminfo.c (UP, BC, PC): Don't declare when compiling under NS in
14541         COCOA environment.
14542         * unexnext.c: Update to work with mach API on Mac OS X, and to use new
14543         unexec() signature.  (Note, this will dump, but the resulting file
14544         crashes; unexosx is used instead; keeping around for reference and
14545         possible aid in getting dump working under GNUstep.)
14546         * w32gui.h (button_type, widget_value): Remove definitions (now in
14547         keyboard.h).
14548         * window.c: Include nsterm.h when compiling under NS.
14549         * xdisp.c (includes): Include nsterm.h when compiling under NS.
14550         (set_frame_menubar, update_menu_bar, display_menu_bar): Handle NS as
14551         other GUI windowing systems.
14552         (update_tool_bar, redisplay_tool_bar, redisplay_window): Handle NS as
14553         GTK.
14554         (x_consider_frame_title): Under NS, set icon type and frame
14555         modified-state indicator; use ns_set_name_as_filename() when using
14556         formatted title.
14557         (update_window_cursor): Make public when compiling under NS.
14558         (display_hourglass_p, syms_of_xdisp, hourglass_shown_p)
14559         (hourglass_atimer, Vhourglass_delay
14560         * xfaces.c (header section, init_frame_faces, clear_font_table)
14561         (defined_color, unload_color, x_face_list_fonts)
14562         (prepare_face_for_display): Add NS support parallel to other GUIs.
14563         Emulate GCs like other non-X GUIs.
14564         (split_font_name): Don't lowercase font name under NS.
14565         (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling
14566         under NS.
14567         * s/darwin.h: Add support for compilation under NS.
14569 2008-07-15  Jason Rumney  <jasonr@gnu.org>
14571         * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
14572         (w32_show_hourglass): Rename from show_hourglass.
14573         (w32_hide_hourglass): Rename from hide_hourglass.
14574         (DEFAULT_HOURGLASS_DELAY): Revert from last change.
14575         (Vhourglass_delay): Declare extern.
14576         (hourglass_started): Remove.
14578         * xdisp.c (Vhourglass_delay): Remove static.
14579         (hourglass_started, start_hourglass, cancel_hourglass):
14580         Don't include these versions on WINDOWSNT.
14582 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
14584         * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern
14585         variables (formerly in xfns.c).
14586         (show_hourglass, hide_hourglass): New prototypes (same).
14587         * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer)
14588         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY): New variables (formerly
14589         in xfns.c).
14590         (syms_of_xdisp): Declare/initialize display-hourglass,
14591         hourglass-delay.  Initialize hourglass_atimer, hourglass_shown_p.
14592         (hourglass_started, start_hourglass, cancel_hourglass): New functions,
14593         formerly in xfns.c.
14594         * xfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14595         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14596         (start_hourglass, cancel_hourglass): Remove.
14597         (show_hourglass, hide_hourglass): Remove prototypes and static
14598         modifiers.
14599         (syms_of_xfns): Remove display-hourglass, hourglass-delay,
14600         hourglass_atimer, hourglass_shown_p declaration/initialization.
14601         * macfns.c (display_hourglass_p, hourglass_atimer, hourglass_shown_p)
14602         (Vhourglass_delay, DEFAULT_HOURGLASS_DELAY, hourglass_started)
14603         (start_hourglass, cancel_hourglass): Remove.
14604         (show_hourglass, hide_hourglass): Remove prototypes and static
14605         modifiers.
14606         (syms_of_macfns): Remove display-hourglass, hourglass-delay,
14607         hourglass_atimer, hourglass_shown_p declaration/initialization.
14608         * w32fns.c (display_hourglass_p, Vhourglass_delay)
14609         (DEFAULT_HOURGLASS_DELAY): Remove.
14610         (syms_of_w32fns): Remove display-hourglass, hourglass-delay,
14611         hourglass_shown_p declaration/initialization.
14613 2008-07-14  Jason Rumney  <jasonr@gnu.org>
14615         * w32fns.c (w32_get_arg): Remove wrapper function.
14616         (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg
14617         directly.
14618         (Fx_create_frame): Sync with xfns.c.  Use x_get_arg directly.
14620 2008-07-14  Kenichi Handa  <handa@m17n.org>
14622         * xfont.c (xfont_open): Add workaround for X's bug.
14624 2008-07-14  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14626         * fontset.c: Include <stdio.h> unconditionally.
14628 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
14630         * dbusbind.c (Fdbus_register_signal): Allow also signal arguments
14631         for filtering.
14633 2008-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
14635         * s/vms.h: Use __GNUC__ instead of _GNUC_.
14637         * m/macppc.h:
14638         * m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.
14640         * m/ibms390x.h (XINT, XUINT): Don't define, same as the default.
14641         (SPECIAL_EMACS_INT):
14642         * m/ia64.h (SPECIAL_EMACS_INT):
14643         * m/amdx86-64.h (SPECIAL_EMACS_INT):
14644         * s/gnu.h (NLIST_STRUCT):
14645         * s/aix4-2.h (X11R5_INHIBIT_I18N):
14646         * s/gnu-linux.h (LINUX):
14647         * s/msdos.h (HAVE_FACES):
14648         * s/ms-w32.h (HAVE_FACES): Don't define, unused.
14650         * systty.h:
14651         * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
14652         anymore.
14654 2008-07-12  Dan Nicolaescu  <dann@ics.uci.edu>
14656         * syswait.h: Remove old if 0 code.  Do not define WAITTYPE, it was
14657         always defined as int.
14659         * s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
14660         * s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
14661         * s/gnu-linux.h (HAVE_WAIT_HEADER):
14662         * s/freebsd.h (HAVE_WAIT_HEADER):
14663         * s/bsd-common.h (HAVE_UNION_WAIT):
14664         * s/aix4-2.h (HAVE_WAIT_HEADER):
14665         * m/mips.h (HAVE_UNION_WAIT):
14666         * s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
14667         (COFF, static): Do not define, they are undefined later in the file.
14669         * process.c (update_status): Don't use a union.
14670         (status_convert):
14671         (sigchld_handler): Use int instead of WAITTYPE.
14673 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
14675         * indent.c (Fvertical_motion): Restore hscroll before moving to
14676         goal column.
14678 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
14680         * lisp.h: Remove left over code.
14682 2008-07-11  Andreas Schwab  <schwab@suse.de>
14684         * lisp.h: Fix logic in last change.
14686         * menu.h: New file.
14687         * menu.c: Include it.
14688         * xmenu.c: Likewise.
14689         * Makefile.in: Update dependencies.
14691 2008-07-11  Kenichi Handa  <handa@m17n.org>
14693         * fontset.c (fontset_from_font): Cancel the previous change.
14695 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
14697         * lisp.h:
14698         * w32heap.c:
14699         * emacs.c:
14700         * alloc.c: Replace all references of NO_UNION_TYPE with
14701         USE_LISP_UNION_TYPE.
14703         * m/xtensa.h (NO_UNION_TYPE):
14704         * m/vax.h (NO_UNION_TYPE):
14705         * m/template.h (NO_UNION_TYPE):
14706         * m/sparc.h (NO_UNION_TYPE):
14707         * m/mips.h (NO_UNION_TYPE):
14708         * m/macppc.h (NO_UNION_TYPE):
14709         * m/m68k.h (NO_UNION_TYPE):
14710         * m/iris4d.h (NO_UNION_TYPE):
14711         * m/intel386.h (NO_UNION_TYPE):
14712         * m/ibms390x.h (NO_UNION_TYPE):
14713         * m/ibms390.h (NO_UNION_TYPE):
14714         * m/ibmrs6000.h (NO_UNION_TYPE):
14715         * m/ia64.h (NO_UNION_TYPE):
14716         * m/hp800.h (NO_UNION_TYPE):
14717         * m/arm.h (NO_UNION_TYPE):
14718         * m/amdx86-64.h (NO_UNION_TYPE):
14719         * m/alpha.h (NO_UNION_TYPE): Remove definition, all platform were
14720         defining it the same.
14722 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
14724         * xdisp.c (move_it_to): Backtrack if past the edge of a wrapped line.
14726 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
14728         * fileio.c:
14729         * sysdep.c:
14730         * systty.h:
14731         * m/ibmrs6000.h:
14732         * m/iris4d.h:
14733         * s/aix4-2.h:
14734         * s/freebsd.h:
14735         * s/gnu-linux.h:
14736         * s/hpux10-20.h:
14737         * s/hpux11.h:
14738         * s/netbsd.h:
14739         * s/sol2-3.h:
14740         * s/sol2-4.h:
14741         * s/sol2.h:
14742         * s/usg5-4.h:
14743         * s/vms.h: Remove references to unused variables.
14745 2008-07-10  Andreas Schwab  <schwab@suse.de>
14747         * ftfont.c (ftfont_resolve_generic_family): Remove foundry from
14748         pattern before matching the generic family.
14750 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
14752         * unexec.c:
14753         * s/vms.h:
14754         * s/usg5-4-2.h:
14755         * s/sol2-5.h:
14756         * s/freebsd.h:
14757         * s/darwin.h: Remove dead code.
14759         * m/template.h:
14760         * m/sparc.h:
14761         * m/mips.h:
14762         * m/m68k.h:
14763         * m/iris4d.h:
14764         * m/intel386.h:
14765         * m/ibms390x.h:
14766         * m/ibms390.h:
14767         * m/ia64.h:
14768         * m/hp800.h:
14769         * m/arm.h:
14770         * m/amdx86-64.h: Remove dead code and references to unused
14771         and compiler defined symbols.
14773         * unexmips.c:
14774         * unexelf.c: Remove references to desupported systems.
14776         * m/powermac.h: Remove file, it is now identical to m/macppc.h.
14778         * m/powermac.h: Remove boilerplate comments.
14779         (NO_REMAP): Remove unused definition.
14781         * m/macppc.h (UNEXEC, NO_TERMIO): Don't define, the s/ files
14782         define them.
14784 2008-07-10  Kenichi Handa  <handa@m17n.org>
14786         * xfont.c (xfont_open): Log the reason of failure.
14788 2008-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14790         * fontset.c (fontset_get_font_group):
14791         * font.c (font_check_otf): Specify argument types.
14793 2008-07-09  Kenichi Handa  <handa@m17n.org>
14795         * coding.c (detect_coding_utf_8): Set detect_info->found only when
14796         non-ASCII char is found.
14798         * fontset.c (fontset_compare_rfontdef): Fix plus/minus.
14799         (reorder_font_vector): Change the arg preferred_family to font.
14800         Prefer the spec matching with font.
14801         (fontset_get_font_group): New function.
14802         (fontset_find_font): Change the format of an element of a realized
14803         fontset.  Use fontset_get_font_group.
14804         (fontset_font): Try the current fontset, the default fontset, the
14805         fallbacks of the current fontset, and the fallbacks of the default
14806         fontset in this order.
14807         (face_for_char): Delete the shortcut to use the current font.
14808         (fontset_from_font): Don't set fonts for Latin in the fontset.
14810         * font.h (font_make_object, font_match_p): Adjust prototypes.
14812         * ftfont.h [FT_BDF_H]: Include FT_BDF_H.
14814         * font.c (font_make_object): New arg entity and pixelsize.
14815         (font_check_otf_features, font_check_otf): New functions.
14816         (font_match_p): Check :lang, :script, and :otf properties.
14818         * xfont.c (xfont_open): Adjust it for the change of
14819         font_make_object.
14820         (xfont_text_extents): Fix initial setting of metrics.
14822         * ftfont.c (struct ftfont_info): New member index, delete member
14823         fc_charset_idx.  Make the member order compatible with struct
14824         xftfont_info.
14825         (fc_charset_table): Change charset names to registry names.
14826         (ftfont_pattern_entity): Delete the args registry and
14827         fc_charset_idx.  Change the value of :font-entity property
14828         to (FONTNAME . INDEX).  Always set :registry property to
14829         `iso10646-1'.
14830         (struct ftfont_cache_data): New struct.
14831         (ftfont_lookup_cache): New arg for_face.
14832         (ftfont_get_fc_charset, ftfont_get_otf): New functions.
14833         (ftfont_driver): Set the member otf_capability.
14834         (ftfont_get_charset): Adjust it for the change of
14835         fc_charset_table.
14836         (OTF_TAG_SYM): New macro.
14837         (ftfont_spec_pattern): Delete the arg fc_charset_idx.  Adjust it
14838         for the change of fc_charset_table.
14839         (ftfont_list): Adjust it for the change of ftfont_spec_pattern and
14840         ftfont_pattern_entity.  Add FC_INDEX to objset.
14841         (ftfont_match): Adjust it for the change of ftfont_spec_pattern
14842         and ftfont_pattern_entity.
14843         (ftfont_open): Adjust it for the change of ftfont_lookup_cache,
14844         font_make_object, struct ftfont_info.
14845         (ftfont_has_char): Use ftfont_get_fc_charset.
14846         (ftfont_otf_features, ftfont_otf_capability): New functions.
14847         (ftfont_shape): Use ftfont_get_otf.
14848         (ftfont_text_extents): Fix initial setting of metrics.
14850         * xftfont.c (struct xftfont_info): New member ft_size.  Make the
14851         member order compatible with struct ftfont_info.
14852         (xftfont_open): Add FC_CHARSET to the pattern.  Set
14853         xftfont_info->ft_size.  Don't unlock the face.  Check BDF
14854         properties if appropriate.
14855         (xftfont_close): Unlock the face.
14856         (xftfont_anchor_point, xftfont_shape): Deleted.
14857         (syms_of_xftfont): Don't set members anchor_point and shape of
14858         xftfont_driver.
14860         * w32uniscribe.c (uniscribe_open): Adjust it for the change of
14861         font_make_object.
14863         * w32font.c (w32font_open): Adjust it for the change of
14864         font_make_object.
14865         (w32font_open_internal): Don't set properties of font_object here.
14867 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
14869         * macfns.c (x_create_tip_frame):
14870         * w32fns.c (x_create_tip_frame):
14871         * xfns.c (x_create_tip_frame): Pass parameter argument to
14872         face-set-after-frame-default.
14874         * xfaces.c (Finternal_merge_in_global_face): Save merged
14875         attributes for the default face back into the face vector.
14877 2008-07-08  Andreas Schwab  <schwab@suse.de>
14879         * fontset.h: Declare fontset_from_font.  Don't declare
14880         new_fontset_from_font and fontset_from_font_name.
14881         * xterm.c: Include "fontset.h".
14882         * Makefile.in (xterm.o): Update dependencies.
14884 2008-07-08  Glenn Morris  <rgm@gnu.org>
14886         * m/sparc.h: Define __sparc__ rather than sparc.  (Bug#507.)
14887         * alloc.c, ecrt0.c: Use __sparc__ rather than sparc.
14889 2008-07-07  Chong Yidong  <cyd@stupidchicken.com>
14891         * frame.c (Qinhibit_face_set_after_frame_default): Var deleted.
14892         (x_set_frame_parameters): Don't bind it.
14894 2008-07-07  Juanma Barranquero  <lekktu@gmail.com>
14896         * w32fns.c (map_w32_filename): Declare extern.
14898 2008-07-07  Jason Rumney  <jasonr@gnu.org>
14900         * w32term.c (WS_EX_LAYERED): Define if not already.
14902 2008-07-06  Chong Yidong  <cyd@stupidchicken.com>
14904         * xfaces.c (set_font_frame_param): Don't try to set the font
14905         parameter if it is still unspecified in the lface.
14907 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
14909         * xfaces.c (Finternal_merge_in_global_face): Don't realize default
14910         face if it didn't already exist.
14912         * xdisp.c (try_window_id): Give up if word-wrapping is on.
14914 2008-07-05  Andreas Schwab  <schwab@suse.de>
14916         * xdisp.c (get_it_property): Move out of HAVE_WINDOW_SYSTEM section.
14918 2008-07-05  Chong Yidong  <cyd@stupidchicken.com>
14920         * xdisp.c (IT_OVERFLOW_NEWLINE_INTO_FRINGE): Turn it off if
14921         word-wrapping.
14922         (IT_DISPLAYING_WHITESPACE): New macro.
14923         (move_it_in_display_line_to): Handle MOVE_TO_X requests properly
14924         when word-wrapping.  Simplify word-wrapping logic.  Use correct
14925         pixel positions when saving copies of the iterator.
14926         (display_line): Use proper wrap point if the last character on a
14927         line was preceded by whitespace.
14929 2008-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14931         * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
14933 2008-07-04  Kenichi Handa  <handa@m17n.org>
14935         * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
14937         * lisp.h: EXFUN adjusted for the change of Fstring_to_unibyte.
14939 2008-07-02  Jason Rumney  <jasonr@gnu.org>
14941         * xfns.c (syms_of_xfns): Only define x-select-font when both
14942         HAVE_FREETYPE and USE_GTK.
14944         * xdisp.c (next_element_from_display_vector): Move assignment out
14945         of if statement.
14947 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
14949         * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
14951         * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
14952         (syms_of_fileio): Initialize and export them.
14953         (Fdelete_directory, Fdelete_file): Optionally delete via trash.
14955         * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
14956         (Fsystem_move_file_to_trash): New function.
14957         (syms_of_w32fns): Export it to lisp.
14959 2008-07-01  Jason Rumney  <jasonr@gnu.org>
14961         * w32font.c (w32font_text_extents): Don't count overhang as part
14962         of width.
14964 2008-06-30  Miles Bader  <miles@gnu.org>
14966         * dispextern.h (struct glyph, struct it, struct iterator_stack_entry):
14967         Add `avoid_cursor_p' field.
14969         * xdisp.c (push_it, pop_it): Save/restore avoid_cursor_p field.
14970         (set_cursor_from_row): Skip glyphs with avoid_cursor_p set.
14971         (append_glyph, append_composite_glyph, produce_image_glyph)
14972         (append_stretch_glyph): Initialize avoid_cursor_p.
14973         (get_it_property): Rename from `get_line_height_property'.
14974         (x_produce_glyphs): Use get_it_property.
14975         (handle_line_prefix, push_display_prop): New functions.
14976         (display_line, move_it_in_display_line_to): Handle line/wrap prefixes.
14977         (Vwrap_prefix, Qwrap_prefix, Vline_prefix, Qline_prefix):
14978         New variables.
14979         (syms_of_xdisp): Initialize them.
14981 2008-06-30  Kenichi Handa  <handa@m17n.org>
14983         * xftfont.c (xftfont_open): Don't call FcConfigSubstitute and
14984         XftDefaultSubstitute (they are called in XftFontMatch).
14985         (xftfont_open): Fix args to ftfont_font_format.
14987         * ftfont.c (fc_charset_table): New member lang.
14988         (ftfont_resolve_generic_family): New arg pattern.
14989         (ftfont_spec_pattern): Check fc_charset_table[]->lang.
14990         (ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
14991         (ftfont_open): Fix args to ftfont_font_format.
14992         (ftfont_font_format): New arg filename.
14994 2008-06-30  Chong Yidong  <cyd@stupidchicken.com>
14996         * xfaces.c (Finternal_merge_in_global_face): If default face was
14997         modified, realize it again.  Update the font face attribute.
14999 2008-06-29  Jason Rumney  <jasonr@gnu.org>
15001         * w32term.c (x_set_frame_alpha): Fix logic.
15003 2008-06-29  Kenichi Handa  <handa@m17n.org>
15005         * fontset.c (Finternal_char_font): Return font-object instead of
15006         font-name.
15008         * composite.c (get_composition_id): Fix the width calculation for TAB.
15010 2008-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15012         * indent.c (Fvertical_motion): Properly handle float column arg.
15014 2008-06-28  Jason Rumney  <jasonr@gnu.org>
15016         * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
15017         (pfnSetLayeredWindowAttributes): New function pointer.
15018         (w32_initialize): Initialize it when supported.
15019         (x_set_frame_alpha): New function.
15021         * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
15022         (w32_frame_parm_handlers): Set alpha handler.
15024         * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
15026 2008-06-27  Jason Rumney  <jasonr@gnu.org>
15028         * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
15029         (w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
15030         (w32_to_x_charset, x_to_w32_charset)
15031         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15032         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15033         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15034         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15035         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15036         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15037         (Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
15038         (Qw32_charset_unicode): Remove.
15039         (syms_of_w32fns): Update for above changes.
15041         * w32font.c (w32_to_x_charset, x_to_w32_charset)
15042         (Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
15043         (Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
15044         (Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
15045         (Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
15046         (Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
15047         (Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
15048         (Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
15049         (syms_of_w32font): Update for above changes.
15051 2008-06-27  Dan Nicolaescu  <dann@ics.uci.edu>
15053         * s/usg5-4.h: Fix previous change: keep the correct branch of a
15054         removed #if.
15055         (USG_SHARED_LIBRARIES): Remove duplicate definition.
15057 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
15058             Eli Zaretskii  <eliz@gnu.org>
15060         * makefile.w32-in (LOCAL_FLAGS):
15061         Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
15063         * sysdep.c (_spawnlp, _getpid):
15064         Declare with explicit _cdecl instead of _CRTAPI1.
15066         * editfns.c (Fget_internal_run_time):
15067         Check for WINDOWSNT with #ifdef, not #if.
15069 2008-06-26  Jason Rumney  <jasonr@gnu.org>
15071         * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
15073         * w32term.c (x_draw_glyph_string_foreground)
15074         (x_draw_composite_glyph_string_foreground): Sync with xterm.c.
15075         Use FONT_HANDLE macro.
15076         (x_draw_glyph_string): Use FONT_TEXTMETRIC macro.
15078         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15079         (uniscribe_encode_char): Use FONT_HANDLE macro.
15081         * w32font.c (Fx_select_font): Use FONT_HANDLE macro.
15082         (w32font_text_extents): Use precast w32_font.
15083         (w32font_close): Free cached metrics.
15084         (w32font_open_internal): Allocate space for name on stack.
15086 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
15088         * xdisp.c (extend_face_to_end_of_line): Fix last change.
15090 2008-06-26  Jason Rumney  <jasonr@gnu.org>
15092         * w32term.h (FONT_AVG_WIDTH): Remove obsolete macro.
15093         (CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.
15095 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
15097         * Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
15099 2008-06-26  Jason Rumney  <jasonr@gnu.org>
15101         * w32bdf.c, w32bdf.h: Remove obsolete files.
15103         * makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.
15105         * w32gui.h: Don't include w32bdf.h.
15106         (XCharStruct, enum w32_char_font_type, W32FontStruct):
15107         Remove obsolete font support.
15109         * w32font.h (struct w32font_info): Remove compat_w32_font.
15110         Add hfont member.
15111         (FONT_COMPAT): Remove obsolete macro.
15113         * w32font.c (w32font_close): Remove compat code.  Delete hfont member.
15114         (w32font_encode_char, w32font_text_extents): Use new hfont member.
15115         (w32font_open_internal): Remove compat code.  Set new hfont member.
15116         (Fx_select_font): Use new hfont member.
15118         * w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape)
15119         (uniscribe_encode_char): Use new hfont member.
15121         * w32term.c (x_draw_glyph_string_foreground)
15122         (x_draw_composite_glyph_string_foreground): Use new hfont member.
15123         (x_draw_glyph_string): Use metrics in w32font_info.
15125 2008-06-26  Kenichi Handa  <handa@m17n.org>
15127         * xdisp.c (handle_auto_composed_prop): Fix for the terminal case.
15129 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
15131         * unexnext.c:
15132         * m/ews4800.h:
15133         * m/hp9000s300.h:
15134         * m/ibm370aix.h:
15135         * m/mips-siemens.h:
15136         * m/ncr386.h:
15137         * m/next.h:
15138         * m/pmax.h:
15139         * m/powerpcle.h:
15140         * m/tandem-s2.h:
15141         * s/386bsd.h:
15142         * s/bsd386.h:
15143         * s/bsd4-1.h:
15144         * s/bsd4-2.h:
15145         * s/bsdos2-1.h:
15146         * s/bsdos2.h:
15147         * s/bsdos3.h:
15148         * s/bsdos4.h:
15149         * s/nextstep.h:
15150         * s/ultrix4-3.h:
15151         * s/usg5-0.h:
15152         * s/usg5-2-2.h:
15153         * s/usg5-2.h:
15154         * s/usg5-4-3.h:
15155         * s/ux4800.h:
15156         * s/uxpds.h:
15157         * s/uxpv.h: Remove support for obsolete systems.
15158         * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
15159         Remove, insert contents in s/hpux10-20.h.
15160         * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
15161         Remove, insert contents in s/aix4-2.h.
15162         * s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
15163         * s/bsd4-3.h: Rename to ...
15164         * s/bsd-common.h: ... this.
15165         * data.c:
15166         * doc.c:
15167         * ecrt0.c:
15168         * emacs.c:
15169         * fileio.c:
15170         * floatfns.c:
15171         * keyboard.c:
15172         * mem-limits.h:
15173         * print.c:
15174         * process.c:
15175         * sysdep.c:
15176         * syssignal.h:
15177         * systty.h:
15178         * syswait.h:
15179         * term.c:
15180         * unexec.c:
15181         * unexelf.c:
15182         * unexhp9k800.c:
15183         * m/hp800.h:
15184         * m/ibmrs6000.h:
15185         * m/mips.h:
15186         * m/vax.h:
15187         * s/darwin.h:
15188         * s/freebsd.h:
15189         * s/gnu.h:
15190         * s/ms-w32.h:
15191         * s/msdos.h:
15192         * s/netbsd.h:
15193         * s/template.h: Remove references to obsolete variables.
15195         * Makefile.in: Add dependencies for all unexec files.
15196         (admindir): Remove unused variable.
15197         (UNEXEC_SRC): Remove references.
15199 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
15201         * xfns.c (x_default_font_parameter): If Xft is available, first
15202         try Monospace-12 for the default font.
15204 2008-06-25  Jason Rumney  <jasonr@gnu.org>
15206         * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
15208 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15210         * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.
15212         * buffer.c (syms_of_buffer): Remove default-word-wrap.
15214 2008-06-25  Juanma Barranquero  <lekktu@gmail.com>
15216         * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix.
15217         <scroll-conservatively>: Fix typo in docstring.
15219         * xselect.c (Fx_send_client_event): Doc fix.
15221 2008-06-25  Kenichi Handa  <handa@m17n.org>
15223         * xfaces.c (Fx_list_fonts): Call Flist_fonts with the arg PREFER.
15225         * font.c (font_parse_fcname): Remove unused variables.
15226         (font_sort_entites): Delete the arg SPEC.  Caller changed.
15227         Fix for the case of ! best_only.
15228         (font_delete_unmatched): Check DPI and AVGWIDTH too.
15230         * lisp.h (Fstring_to_unibyte): EXFUN it.
15232         * character.h (str_to_unibyte): Extern it.
15234         * character.c (str_to_unibyte): New function.
15236         * fns.c (Fstring_to_unibyte): New function.
15237         (syms_of_fns): Defsubr it.
15239 2008-06-24  Kenichi Handa  <handa@m17n.org>
15241         * font.c (font_score): Even if the PIXEL_SIZE is the same, check
15242         DPI too.
15243         (font_sort_entites): Setup prefer_prop[FONT_DPI_INDEX] too.
15245 2008-06-24  Andreas Schwab  <schwab@suse.de>
15247         * Makefile.in (${lispsource}loaddefs.el): Rename from
15248         ../lisp/loaddefs.el.
15249         (bootstrap-clean): Do what distclean does but don't remove
15250         Makefile.
15251         (distclean): Depend on bootstrap-clean and remove Makefile.
15253 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
15255         * buffer.h (struct buffer): New member word_wrap.
15257         * buffer.c (syms_of_buffer): New variables default-word-wrap and
15258         word-wrap.
15259         (init_buffer_once): Initialize them.
15261         * dispextern.h (struct it): Replace bool truncate_lines_p with a
15262         line_wrap enum possessing three possible values.
15264         * termopts.h: Replace truncate_partial_width_windows with
15265         Vtruncate_partial_width_windows.
15267         * dispnew.c (direct_output_for_insert): Avoid direct output when
15268         inserting a space with word wrap on.
15270         * indent.c (compute_motion): Obey integer values of
15271         truncate-partial-width-windows.
15273         * xdisp.c (Vtruncate_partial_width_windows): New Lisp_Object,
15274         replacing truncate_partial_width_windows.
15275         (init_iterator): If Vtruncate_partial_width_windows is an integer,
15276         truncate only if the window width is below that integer.
15277         (start_display, resize_mini_window, produce_stretch_glyph)
15278         (display_string, move_it_in_display_line_to): Use line_wrap.
15279         (back_to_previous_visible_line_start, reseat_1): Reset
15280         string_from_display_prop_p.
15281         (display_line): Extend default face to end of line when wrapping.
15283 2008-06-24  Kim F. Storm  <storm@cua.dk>
15285         * xdisp.c (display_line, move_it_in_display_line_to): Add ability
15286         to wrap continued lines at word boundaries.
15288 2008-06-24  Jason Rumney  <jasonr@gnu.org>
15290         * font.c (Ffont_face_attributes): Multiply pixel size before point
15291         conversion to avoid multiplying rounding error.
15293 2008-06-23  Jason Rumney  <jasonr@gnu.org>
15295         * w32term.c (x_draw_glyph_string_background)
15296         (x_draw_glyph_string): Remove old bdf font code.
15298         * w32term.h (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): Remove.
15300 2008-06-22  Kenichi Handa  <handa@m17n.org>
15302         * font.c (font_find_for_lface): Try the adstyle specified in
15303         the property of LFACE_FONT of LFACE (if any).
15305 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
15306             Ryo Yoshitake  <ryo@shiftmode.net>
15308         * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
15310 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15312         * Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
15313         Use $(BOOTSTRAPEMACS) rather than witness-emacs.
15314         (bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
15315         (witness-emacs): Remove.
15316         (lisp, shortlisp): Move loaddefs.el earlier.
15317         (mostlyclean): Forget about witness-emacs.
15319 2008-06-22  Glenn Morris  <rgm@gnu.org>
15321         * Makefile.in (witness-emacs): Depend on temacs${EXEEXT}.
15322         (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.
15324 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15326         * Makefile.in (PRECOMP): Remove.
15327         (${lisp} ${SOME_MACHINE_LISP}): Remove pseudo dependency on PRECOMP.
15328         (witness-emacs): Run `compile-first'.
15329         (.el.elc): Use the new compile-onefile target.
15331 2008-06-21  Kenichi Handa  <handa@m17n.org>
15333         * xftfont.c (xftfont_open): Handle QCembolden only when
15334         FC_EMBOLDEN is defined.
15336 2008-06-21  Andreas Schwab  <schwab@suse.de>
15338         * Makefile.in (witness-emacs): Use ../lisp, not $(lispsource).
15339         (.el.elc): Likewise.
15341 2008-06-21  Miles Bader  <miles@gnu.org>
15343         * Makefile.in (../lisp/loaddefs.el): Build autoloads in the lisp
15344         build dir, not the lisp source dir.
15346 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15348         * Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
15349         (bootstrapclean): Remove.
15350         (.el.elc): New rule.
15351         (PRECOMP): New var.
15352         (../lisp/subdirs.el): Remove.
15353         (bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
15354         (witness-emacs): New target.
15355         (mostlyclean): Remove witness-emacs as well.
15356         (../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
15357         Add witness-emacs dependency.
15359 2008-06-20  Chong Yidong  <cyd@stupidchicken.com>
15361         * font.c (Ffont_face_attributes): Omit key-attribute pairs not
15362         defined by the font.
15364 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15366         * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
15367         (bootstrap-clean): New target that keeps TAGS around.
15368         (../lisp/subdirs.el, ../lisp/loaddefs.el): New targets.
15369         (bootstrap-emacs${EXEEXT}): Depend on subdirs.el.
15371 2008-06-20  Jason Rumney  <jasonr@gnu.org>
15373         * w32fns.c, w32term.c, w32term.h, w32gui.h [OLD_FONT]:
15374         Remove obsolete font code.
15376         * w32font.c (font_matches_spec): Use csb bitfield from font signature
15377         to determine language support.
15379 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15381         * sysdep.c (cfsetspeed): New fun extracted from the code.
15382         (cfmakeraw): Move before first use.
15384 2008-06-20  Angelo Graziosi  <angelo.graziosi@alice.it>  (tiny change)
15386         * sysdep.c (cfmakeraw): Provide fallback implementation.
15387         (serial_configure): Provide fallback implementation of cfsetspeed.
15389 2008-06-20  Kenichi Handa  <handa@m17n.org>
15391         * xftfont.c (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to
15392         the pattern.
15394         * fontset.c (fontset_from_font): Copy font_spec before changing
15395         the elements.
15397         * xfns.c (x_default_font_parameter): Try "monospace-12" too.
15399 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15401         * w32fns.c, xfns.c (x_default_font_parameter): Only set `font-param'
15402         for explicit `font' parameters.
15404         * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
15406 2008-06-19  Kenichi Handa  <handa@m17n.org>
15408         * frame.c: Include <ctype.h>.
15409         (x_set_font_backend): Allow spacing characters in the X resource
15410         for FontBackend.
15412 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15414         * w32fns.c, xfns.c (Qfont_param): New var.
15415         (syms_of_w32fns): Initialize it.
15416         (x_default_font_parameter): Record explicit `font' into
15417         `font-parameter'.
15419 2008-06-18  Kenichi Handa  <handa@m17n.org>
15421         * font.c (font_parse_xlfd): Fix previous change.
15422         (font_parse_fcname): Don't use :fc-unknown-spec.
15423         (FRAME_X_DISPLAY_INFO): Be sure to have at least 1 pixel height.
15424         (Fcopy_font_spec): Preserve the order of elements in FONT_EXTRA.
15425         (font_add_log): Prepend the driver name to the resulting fonts.
15427         * ftfont.c (ftfont_pattern_entity): New arg extra.  Caller changed.
15428         (ftfont_spec_pattern): Don't check QCfc_unknown_spec and QCname.
15429         (ftfont_list) [FC_FONTFORMAT]: Include FC_FONTFORMAT in objset.
15431         * xftfont.c (QChinting , QCautohint, QChintstyle, QCrgba)
15432         (QCembolden): New variables.
15433         (syms_of_xftfont): DEFSYM them.
15434         (xftfont_open): Call XftFontMatch.  Don't trust the result of
15435         XftTextExtents8 if the pixel_size is less than 5.
15437 2008-06-18  Andreas Schwab  <schwab@suse.de>
15439         * font.c (Ffont_face_attributes): Only define if HAVE_WINDOW_SYSTEM.
15440         (syms_of_font): Only defsubr if HAVE_WINDOW_SYSTEM.
15442 2008-06-18  Jason Rumney  <jasonr@gnu.org>
15444         * w32font.c (w32font_list, w32font_match): Add logging.
15446         * w32uniscribe.c (uniscribe_list, uniscribe_match): Add logging.
15448 2008-06-17  Chong Yidong  <cyd@stupidchicken.com>
15450         * font.c (font_parse_fcname): Store divider characters for
15451         unknown-spec list.  For known key symbols, intern using correct
15452         symbol name.
15454 2008-06-17  Kenichi Handa  <handa@m17n.org>
15456         * xfaces.c (realize_default_face): If the frame is not on window
15457         system, set the fontset of face to nil.
15459 2008-06-17  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15461         * fontset.c (fontset_pattern_regexp): Escape some reg-expr characters.
15463 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
15465         * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
15466         (build_font_name_from_vector): Delete externs.
15468         * xfaces.c (struct font_name): Don't declare.
15470 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15472         * font.c (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
15474 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
15476         * font.c (font_parse_fcname): Fix handling of unknown-spec string.
15478 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
15480         * font.c (Ffont_spec): Fix usage in docstring.
15481         (Ffont_face_attributes): Doc fix.
15483 2008-06-16  Andreas Schwab  <schwab@suse.de>
15485         * font.c (Ffont_face_attributes): Fix definition.
15487 2008-06-16  Jason Rumney  <jasonr@gnu.org>
15489         * font.h (font_style_symbolic_from_value): Remove.
15491         * font.c (font_style_symbolic_from_value): Remove.
15492         (font_style_symbolic): Revert to pre 2008-06-13 version.
15494         * w32font.c (w32_to_fc_weight): New function.
15495         (w32font_full_name, logfont_to_fcname): Use it.
15497 2008-06-16  Kenichi Handa  <handa@m17n.org>
15499         * font.c (font_check_object): Delete it.
15500         (font_clear_cache): Check if a font-object is alive.
15501         (font_open_entity): Likewise.  Set FONT_OBJLST_INDEX of a
15502         font-object to nil.
15503         (font_close_object): Don't check FONT_CLOSE_OBJECT.
15504         (font_at): Don't call font_check_object.
15505         (Ffont_get): Return a symbol for :weight, :slant, and :width.
15507 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15509         * puresize.h (BASE_PURESIZE): Increase to 1230000.
15511 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
15513         * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
15515 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
15517         * font.c (font_parse_fcname): Only one decimal point.
15518         (font_unparse_fcname): Handle data in family and foundry indices
15519         as symbols, not strings.
15520         (font_unparse_gtkname, Ffont_face_attributes): New functions.
15522         * xfns.c (Fx_select_font): Give GTK font dialog the default font name.
15524         * font.h (font_unparse_gtkname): Add prototype.
15526 2008-06-15  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
15528         * fontset.c (fontset_pattern_regexp): Escape `+' characters in pattern.
15530 2008-06-15  Andreas Schwab  <schwab@suse.de>
15532         * font.c (font_update_drivers): Fix crash when no drivers match.
15534 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15536         * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.
15537         * gtkutil.c (xg_create_frame_widgets): Don't set internal_border_width.
15539 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15541         * xdisp.c (syms_of_xdisp): Default underline-minimum-offset to 1.
15543 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15545         * process.c (Fserial_process_configure, Fprocess_send_eof):
15546         Use EQ to compare Lisp_Objects.
15548 2008-06-13  Jason Rumney  <jasonr@gnu.org>
15550         * w32fns.c (Fw32_select_font): Remove old font API function.
15552         * w32font.c (logfont_to_fcname): New function.
15553         (Fx_select_font): New font dialog function compatible with
15554         GTK/fontconfig version.
15556         * font.c (font_style_symbolic_from_value): New function.
15557         (font_style_symbolic): Use it.
15559         * font.h (font_style_symbolic_from_value): Declare new function.
15561 2008-06-13  Juanma Barranquero  <lekktu@gmail.com>
15563         * font.c (syms_of_font) <font-weight-table, font-slant-table>:
15564         <font-width-table>: Fix typos in docstrings.
15566 2008-06-13  Daniel Engeler  <engeler@gmail.com>
15568         These changes add serial port access.
15569         * process.c: Add HAVE_SERIAL.
15570         (Fdelete_process, Fprocess_status, Fset_process_buffer)
15571         (Fset_process_filter, Fset_process_sentinel, Fprocess_contact)
15572         (list_processes_1, select_wrapper, Fstop_process)
15573         (Fcontinue_process, Fprocess_send_eof, kill_buffer_processes)
15574         (status_notify): Modify to handle serial processes.
15575         [HAVE_SERIAL] (Fserial_process_configure)
15576         [HAVE_SERIAL] (make_serial_process_unwind, Fmake_serial_process):
15577         New functions.
15578         * process.h (struct Lisp_Process): Add `type'.
15579         * sysdep.c [HAVE_TERMIOS] (serial_open, serial_configure):
15580         New functions.
15581         * w32.c (_sys_read_ahead, sys_read, sys_write): Modify to handle
15582         serial ports.
15583         (serial_open, serial_configure): New functions.
15584         * w32.h: Add FILE_SERIAL.
15585         (struct _child_process): Add ovl_read, ovl_write.
15587 2008-06-13  Kenichi Handa  <handa@m17n.org>
15589         * dispextern.h (enum lface_attribute_index): New member
15590         LFACE_FOUNDRY_INDEX.
15592         * font.c (font_score): Delete arg alternate_families.  Check only
15593         weight, slant, width, and size.  Ignore the difference of alias
15594         style symbols.
15595         (font_sort_entites): Adjust for the above change.  Reflect the
15596         order of font-driver to scores.
15597         (font_list_entities): Don't check alternate_familes here.
15598         (font_clear_prop): Handle foundry.
15599         (font_update_lface): Don't parse "foundry-family" form here.
15600         Handle FONT_FOUNDRY_INDEX.
15601         (font_find_for_lface): Likewise.  Handle alternate families here.
15602         If registry is nil, try iso8859-1 and ascii-0.
15603         (font_open_for_lface): Pay attention to size in ENTITY.
15604         (font_open_by_name): Simplify by calling font_load_for_lface.
15605         (free_font_driver_list): Delete it.
15606         (font_update_drivers): Preserve the order of backends.
15607         (syms_of_font): Setting of sort_shift_bits adjusted for the change
15608         of font_score and font_sort_entites.
15609         (font_update_sort_order): Likewise.
15611         * xfaces.c (LFACE_FOUNDRY): New macro.
15612         (check_lface_attrs): Check foundry.
15613         (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" form.
15614         (merge_face_vectors): Check foundry.
15615         (merge_face_ref): Likewise.
15616         (Finternal_set_lisp_face_attribute): Likewise.
15617         (x_update_menu_appearance): Likewise.
15618         (Finternal_get_lisp_face_attribute): Likewise.
15619         (lface_hash): Likewise.
15620         (lface_same_font_attributes_p): Likewise.
15621         (x_supports_face_attributes_p): Likewise.
15622         (tty_supports_face_attributes_p): Likewise.
15623         (Finternal_set_alternative_font_family_alist): Intern strings.
15624         (Finternal_set_alternative_font_registry_alist): Downcase strings.
15625         (realize_default_face): Set LFACE_FOUNDRY (lface).
15627         * xfns.c (Fx_create_frame, x_create_tip_frame): Register X
15628         font-driver at first.
15630         * ftfont.c (ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
15632 2008-06-12  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
15634         * lread.c (Fload): Use xfree, not free on saved_doc_string.
15636 2008-06-12  Jim Meyering  <meyering@redhat.com>
15638         Make unexec_free handle NULL the same way free does.
15639         * unexmacosx.c (unexec_free): Ignore a NULL argument.
15641 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15643         * character.h (CHAR_TO_BYTE_SAFE): New macro.
15644         * character.c (Fmultibyte_char_to_unibyte): Obey the docstring.
15645         * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro.
15646         (WEAK_ALIAS): Simplify.
15647         * syntax.c (skip_chars): Don't mark non-byte chars in the fastmap
15648         when searching a unibyte buffer.
15650 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
15652         * xfns.c (Fx_select_font): Rename from x-font-dialog.
15654 2008-06-12  Juanma Barranquero  <lekktu@gmail.com>
15656         * w32font.c: Include ctype.h.
15658 2008-06-11  Jason Rumney  <jasonr@gnu.org>
15660         * w32font.c (w32font_encode_char): Detect missing glyphs that are
15661         misreported as space.
15662         (add_font_entity_to_list): Support unicode-bmp and unicode-sip
15663         as aliases for registry iso10646-1.
15665 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15667         * buffer.c (clone_per_buffer_values): Skip `name'.
15669 2008-06-11  Chong Yidong  <cyd@stupidchicken.com>
15671         * font.c (font_parse_fcname): Fix last change; accept decimal
15672         points in font size.
15674 2008-06-10  Jason Rumney  <jasonr@gnu.org>
15676         * w32uniscribe.c (add_opentype_font_name_to_list):
15677         Skip non unicode fonts.
15679 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
15681         * xfns.c (Fx_font_dialog): New function.
15683         * gtkutil.c (xg_dialog_response_cb): Rename from
15684         xg_file_response_callback.
15685         (pop_down_dialog): Rename from pop_down_file_dialog.
15686         (xg_get_file_name): Callers changed.
15687         (xg_get_font_name): New function.
15689         * gtkutil.h (xg_get_font_name): Insert prototype.
15691 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15693         * xdisp.c (underline_minimum_offset): Rename from xterm.c's
15694         x_underline_minimum_display_offset.
15695         (syms_of_xdisp): Declare it here rather than in xterm.c.
15696         * dispextern.h (underline_minimum_offset): Declare it.
15697         * w32term.c (x_draw_glyph_string): Use it.
15698         * xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
15699         (syms_of_xterm): Don't declare it any more.
15700         (x_draw_glyph_string): Adjust to the new name.
15702 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>
15704         * xterm.c (x_underline_minimum_display_offset): New var.
15705         (x_draw_glyph_string): Use it.
15706         (syms_of_xterm): Declare it.
15708 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
15710         * font.c (font_parse_fcname): Accept GTK-style font names too.
15712 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15714         * dired.c (file_name_completion): Don't return t if the match is exact
15715         but with different capitalization.
15716         * minibuf.c (Ftry_completion): Simplify.
15718         * window.c (Vwindow_point_insertion_type): New var.
15719         (set_window_buffer): Use it.
15720         (syms_of_window): Init and export it to Lisp.
15722 2008-06-10  Kenichi Handa  <handa@m17n.org>
15724         * font.h (font_intern_prop): Prototype adjusted.
15726         * font.c (font_intern_prop): New arg force_symbol.
15727         (font_parse_xlfd, font_parse_fcname, font_parse_family_registry):
15728         Adjust for the change of font_intern_prop.
15730         * ftfont.c (ftfont_pattern_entity):
15731         * w32font.c (add_font_name_to_list, w32_enumfont_pattern_entity)
15732         (w32_registry):
15733         * w32uniscribe.c (add_opentype_font_name_to_list): Adjust for
15734         the change of font_intern_prop.
15736 2008-06-09  Juanma Barranquero  <lekktu@gmail.com>
15738         * w32menu.c (digest_single_submenu): Declare extern.
15740 2008-06-09  Jason Rumney  <jasonr@gnu.org>
15742         * w32term.c (x_make_frame_visible): Use alternate restore flags.
15744         * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
15745         (parse_single_submenu): Remove.
15746         (digest_single_submenu): Remove.
15747         (syms_of_w32menu): Don't initialise variables that have moved
15748         to menu.c.
15749         (set_frame_menubar): Sync with version in xmenu.c.
15750         (w32_menu_show): Sync with xmenu_show in xmenu.c.
15752         * menu.c (single_keymap_panes, push_menu_pane, push_menu_item):
15753         Make static again.
15755 2008-06-09  Jason Rumney  <jasonr@gnu.org>
15757         Changes to w32 files related to the move of common menu code
15758         to menu.c on 2008-06-08 by Chong Yidong.
15760         * menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
15761         defs to w32gui.h.
15762         (single_keymap_panes, push_menu_item, push_menu_pane):
15763         Make globally visible.
15765         * w32menu.c (enum button_type, widget_value, local_heap, local_alloc)
15766         (local_free, malloc_widget_value, free_widget_value)
15767         (MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE)
15768         (MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION)
15769         (MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP)
15770         (MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
15771         (menu_items, menu_items_allocated, menu_items_used)
15772         (menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
15773         (init_menu_items, finish_menu_items, discard_menu_items)
15774         (grow_menu_items, push_submenu_start, push_submenu_end)
15775         (push_left_right_boundary, push_menu_pane, push_menu_item)
15776         (keymap_panes, single_keymap_panes, list_of_panes, list_of_items)
15777         (free_menubar_widget_tree_value, parse_single_submenu)
15778         (update_submenu_strings): Remove functions.
15779         (xmalloc_widget_value): Remove and declare extern.
15781         * makefile.w32-in ($(SRC)/menu.$(O)): New target.
15782         (OBJ1): Build it.
15784         * w32gui.h (widget_value, XtPointer, Boolean, enum button_type)
15785         (local_heap, local_alloc, local_free, malloc_widget_value)
15786         (free_widget_value): Define here.
15788 2008-06-09  Kenichi Handa  <handa@m17n.org>
15790         * font.h (Qascii_0): Extern it.
15792         * font.c (Qascii_0): New variable.
15793         (syms_of_font): DEFSYM it.
15794         (font_open_by_name): If the registry "iso8859-1" fails, try also
15795         "ascii-0".
15797         * ftfont.c (ftfont_spec_pattern): Accept the registry `ascii-0'.
15799 2008-06-08  Kenichi Handa  <handa@m17n.org>
15801         * .gdbinit (xfont): New command.
15803 2008-06-08  Andreas Schwab  <schwab@suse.de>
15805         * menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
15806         * Makefile.in (menu.o): Update dependencies.
15808         * Makefile.in (obj): Always add menu.o.
15809         * emacs.c (main): Always call syms_of_menu.
15810         * keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.
15812 2008-06-08  Chong Yidong  <cyd@stupidchicken.com>
15814         * Makefile.in: Compile menu.c.
15816         * lisp.h: Declare syms_of_menu.
15818         * emacs.c (main): Call syms_of_menu.
15820         * keyboard.h: Relocate platform-independent menu definitions from
15821         xmenu.c.
15823         * menu.c: New file.  Relocate platform-independent menu
15824         definitions from xmenu.c.  Suggested by Adrian Robert.
15826         * xmenu.c: Remove platform-independent menu definitions.
15827         (menu_items, menu_items_inuse, menu_items_allocated)
15828         (menu_items_used, menu_items_n_panes)
15829         (menu_items_submenu_depth): Move to keyboard.h.
15830         (init_menu_items, finish_menu_items, unuse_menu_items)
15831         (discard_menu_items, restore_menu_items, save_menu_items)
15832         (grow_menu_items, push_submenu_start, push_submenu_end)
15833         (push_left_right_boundary, push_menu_pane, push_menu_item)
15834         (keymap_panes, single_keymap_panes, single_menu_item)
15835         (list_of_panes, list_of_items, find_and_call_menu_selection)
15836         (xmalloc_widget_value, free_menubar_widget_value_tree)
15837         (parse_single_submenu, digest_single_submenu)
15838         (update_submenu_strings): Move to menu.c.
15840 2008-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15842         * dispnew.c (Flast_nonminibuf_frame): Handle the NULL case.
15844 2008-06-06  Miles Bader  <miles@gnu.org>
15846         * xdisp.c (x_produce_glyphs): Calculate tab width based on current
15847         face, not frame default.
15849 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
15851         * window.c (pop_up_windows, pop_up_frames)
15852         (display_buffer_reuse_frames, Vpop_up_frame_function)
15853         (Vdisplay_buffer_function, Veven_window_heights)
15854         (Vspecial_display_buffer_names, Vspecial_display_regexps)
15855         (Vspecial_display_function, Vsame_window_buffer_names)
15856         (Vsame_window_regexps, split_height_threshold)
15857         (Vsplit_window_preferred_function): Move those vars to window.el.
15858         (display_buffer_1, Fspecial_display_p, Fsame_window_p)
15859         (Fdisplay_buffer): Move those functions to window.el.
15860         (syms_of_window): Remove corresponding declarations.
15861         (display_buffer): New function.
15862         (temp_output_buffer_show, Fother_window_for_scrolling): Use it.
15863         * dispnew.c (Flast_nonminibuf_frame): New function.
15864         * buffer.c (Fpop_to_buffer): Move to window.el.
15866 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15868         * data.c (set_internal): Fix up call to let_shadows_buffer_binding_p.
15870 2008-06-05  Kenichi Handa  <handa@m17n.org>
15872         * coding.c (detect_coding): Fix previous change.
15873         (detect_coding_system): Likewise.
15875 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15877         * character.h (MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
15879         * keymap.c (Vminibuffer_local_filename_must_match_map):
15880         Rename from Vminibuffer_local_must_match_filename_map.
15881         (syms_of_keymap):
15882         * minibuf.c (Fcompleting_read): Adjust accordingly.
15883         * commands.h: Rename declaration as well.
15885 2008-06-05  Kenichi Handa  <handa@m17n.org>
15887         * font.c (Ffont_spec): Don't use font_parse_family_registry for
15888         family name.
15889         (Ffont_put): Likewise.
15891         * fontset.c (fontset_find_font): Call font_open_for_lface with the
15892         current font-spec.
15894         * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
15895         is unspecified.
15897         * xfaces.c (realize_x_face): If the font-related face attributes
15898         are the same as those of default face, realize a new fontset from
15899         default->fontset.
15900         (Fx_family_fonts): Use font_parse_family_registry instead of Ffont_put.
15902 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15904         * xdisp.c (move_it_in_display_line_to): Improve the type of its args.
15905         (move_it_in_display_line): New wrapper.
15907         * window.c (window_scroll_pixel_based_preserve_x)
15908         (window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
15909         (window_scroll_pixel_based, window_scroll_line_based):
15910         Use them to preserve column positions.
15911         (syms_of_window): Initialize them.
15913         * indent.c (Fvertical_motion): Extend first arg to allow passing an
15914         (HPOS . VPOS) pair.
15916         * dispextern.h (move_it_in_display_line): Declare.
15918 2008-06-05  Juanma Barranquero  <lekktu@gmail.com>
15920         * window.c (Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
15921         (Fwindow_parameters): Return copy of parameter alist.  Doc fix.
15922         (Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.
15924 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
15926         * window.c (Fset_window_parameter): Doc fix.
15927         (Fwindow_parameters, Fwindow_parameter): Remove redundant check.
15929 2008-06-04  Joakim Verona  <joakim@verona.se>
15931         * window.h (struct window): Add new member window_parameters.
15933         * window.c (Fwindow_parameters, Fwindow_parameter)
15934         (Fset_window_parameter): New defuns.
15935         (syms_of_window): Defsubr the new defuns.
15936         (make_window): Initialize window_parameters to nil.
15938 2008-06-04  John Paul Wallington  <jpw@pobox.com>
15940         * eval.c (Fdefmacro): Doc fix.
15942 2008-06-04  Kenichi Handa  <handa@m17n.org>
15944         * coding.c (detect_coding): Fix handling of coding->head_ascii.
15945         Be sure to call setup_coding_system when we find a proper coding system.
15946         (detect_coding_system): Fix handling of coding->head_ascii.
15948 2008-06-03  Andreas Schwab  <schwab@suse.de>
15950         * font.c (font_prop_validate_spacing): Fix last change.
15952 2008-06-03  Kenichi Handa  <handa@m17n.org>
15954         * font.c (font_prop_validate_spacing): Handle uppercase symbols.
15955         (font_parse_fcname): Fix handling of unknown key.
15957         * xfont.c (xfont_list): Try an alias.
15959         * charset.c (char_charset): Return NULL if the arg charset_list is
15960         specified and C doesn't belong to any of them.
15962 2008-06-02  Chip Coldwell  <coldwell@redhat.com>
15964         * font.c (font_pixel_size): Don't take cdr of an integer.
15966 2008-06-02  Jim Meyering  <meyering@redhat.com>
15968         Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
15969         * alloc.c (xfree): Return right away for a NULL arg.
15970         * lread.c (nosuffix): Remove now-useless if-before-xfree tests.
15971         * gtkutil.c (xg_gtk_scroll_destroy): Likewise.
15972         * mac.c (create_apple_event_from_event_ref): Likewise.
15973         (create_apple_event_from_drag_ref, cfstring_create_normalized):
15974         Likewise.
15975         * doprnt.c (doprnt1): Likewise.
15976         * frame.c (frame): Likewise.
15977         * keyboard.c (wipe_kboard): Likewise.
15978         * macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap)
15979         (init_font_name_table, mac_unload_font, x_delete_display): Likewise.
15980         * term.c (tty_default_color_capabilities, maybe_fatal)
15981         (delete_tty): Likewise.
15982         * w16select.c (string): Likewise.
15983         * w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
15984         * w32bdf.c (w32_free_bdf_font): Likewise.
15985         * w32fns.c (w32_unload_font): Likewise.
15986         * w32font.c (w32font_close): Likewise.
15987         * window.c (size_window): Likewise.
15988         * xselect.c (receive_incremental_selection): Likewise.
15989         * xterm.c (x_free_frame_resources, x_delete_display): Likewise.
15990         * mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
15991         * w32.c (stat): Likewise.
15993         Remove useless if-before-free tests.
15994         * editfns.c (Fset_time_zone_rule): Likewise.
15995         * lread.c (nosuffix): Likewise.
15996         * ralloc.c (get_bloc): Likewise.
15997         * regex.c (reg_free): Likewise.
15998         * xftfont.c (xftfont_open, xftfont_close): Likewise.
15999         * xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
16000         * xsmfns.c (smc_save_yourself_CB): Likewise.
16002 2008-06-02  Kenichi Handa  <handa@m17n.org>
16004         * font.c (font_find_for_lface): Handle float font size.
16005         (font_open_for_lface): Likewise.
16007         * xfaces.c (x_supports_face_attributes_p): Check face->font before
16008         comparing the properties.
16010 2008-06-01  Jason Rumney  <jasonr@gnu.org>
16012         * w32font.c (w32_enumfont_pattern_entity): Use requested registry.
16013         Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
16014         Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
16015         Don't add empty script list.
16016         (w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.
16018 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
16020         * Makefile.in (dot, dotdot): Remove, update users.
16021         ".." has been used elsewhere in the file for a long time.
16022         (LIBXT_STATIC): Remove conditional based on unused variable.
16024 2008-06-01  Miles Bader  <miles@gnu.org>
16026         * xfaces.c (Vface_remapping_alist): New variable.
16027         (syms_of_xfaces): Initialize it.
16028         (enum named_merge_point_kind): New type.
16029         (struct named_merge_point): Add `named_merge_point_kind' field.
16030         (push_named_merge_point): Make cycle detection respect different
16031         named-merge-point kinds.
16032         (lface_from_face_name_no_resolve): Rename from `lface_from_face_name'.
16033         Remove face-name alias resolution.
16034         (lface_from_face_name): New definition using
16035         `lface_from_face_name_no_resolve'.
16036         (get_lface_attributes_no_remap): Rename from `get_lface_attributes'.
16037         Call lface_from_face_name_no_resolve instead of lface_from_face_name.
16038         (get_lface_attributes): New definition that layers face-remapping on
16039         top of get_lface_attributes_no_remap.  New arg `named_merge_points'.
16040         (lookup_basic_face): New function.
16041         (lookup_derived_face): Pass new last arg to `get_lface_attributes'.
16042         (realize_named_face): Call `get_lface_attributes_no_remap' instead of
16043         `get_lface_attributes'.
16044         (face_at_buffer_position): Use `lookup_basic_face' to lookup
16045         DEFAULT_FACE_ID if necessary.  When optimizing the default-face case,
16046         return default_face's face-id instead of the constant DEFAULT_FACE_ID.
16048         * xdisp.c (init_iterator): Pass base_face_id through
16049         `lookup_basic_face' when we actually use it as a face-id.
16050         (handle_single_display_prop): Use `lookup_basic_face' to lookup
16051         DEFAULT_FACE_ID.
16053         * fontset.c (Finternal_char_font): Use `lookup_basic_face' to
16054         lookup the initial face-id.
16056         * dispextern.h (lookup_basic_face, Vface_remapping_alist): New decls.
16058 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
16060         * textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
16061         (Fremove_text_properties): Fix typos in docstrings.
16063 2008-05-31  Kenichi Handa  <handa@m17n.org>
16065         * font.c (font_list_entities): Fix the car part of data to be
16066         stored in the cache.
16068         * ftfont.c (ftfont_font_format): Don't use strcasestr.
16070 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16072         * chartab.c (Foptimize_char_table, optimize_sub_char_table):
16073         Add a `test' argument so another predicate than `equal' can be used.
16074         (map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
16075         (map_char_table): Remove unused vars `c' and `i'.
16076         * lisp.h (Foptimize_char_table): Adjust declaration.
16077         * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
16079 2008-05-30  Kenichi Handa  <handa@m17n.org>
16081         * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined.
16082         (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is
16083         defined.
16085 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16087         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
16088         (Fmake_variable_frame_local): Disallow mixing buffer-local and
16089         frame-local settings for the same variable.
16091 2008-05-30  Kenichi Handa  <handa@m17n.org>
16093         * fontset.c (Ffont_info): Move to font.c.
16094         (syms_of_fontset): Delete defsubr of Sfont_info.
16096         * font.c (font_style_to_value, font_score): Delete casting of the
16097         args to xstcasecmp.
16098         (register_font_driver): Increment num_font_drivers only when
16099         registering the driver globally.
16100         (Ffont_info): Move from fontset.c.  Handle a font object too.
16101         (syms_of_font): Defsubr Sfont_info.
16103 2008-05-29  Kenichi Handa  <handa@m17n.org>
16105         * coding.h (enum define_coding_utf8_arg_index): New enum.
16106         (enum coding_attr_index): Change coding_attr_utf_16_bom to
16107         coding_attr_utf_bom.
16108         (enum utf_bom_type): Rename from utf_16_bom_type.
16109         (struct utf_16_spec): Adjust for the above change.
16110         (struct coding_system): Add utf_8_bom in `spec' union.
16112         * coding.c (CODING_UTF_8_BOM): New macro.
16113         (enum coding_category): Delete coding_category_utf_8, add
16114         coding_category_utf_8_auto, coding_category_utf_8_nosig, and
16115         coding_category_utf_8_sig.
16116         (CATEGORY_MASK_UTF_8): Delete it.
16117         (CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG)
16118         (CATEGORY_MASK_UTF_8_SIG): New macros.
16119         (CATEGORY_MASK_ANY): Delete CATEGORY_MASK_UTF_8, add
16120         CATEGORY_MASK_UTF_8_AUTO, CATEGORY_MASK_UTF_8_NOSIG, and
16121         CATEGORY_MASK_UTF_8_SIG.
16122         (CATEGORY_MASK_UTF_8): New macro.
16123         (UTF_BOM, UTF_8_BOM_1, UTF_8_BOM_2, UTF_8_BOM_3): New macros.
16124         (detect_coding_utf_8): Check BOM.
16125         (decode_coding_utf_8, encode_coding_utf_8): Handle BOM.
16126         (decode_coding_utf_16): Adjust for the change of enum utf_bom_type.
16127         (encode_coding_utf_16): Likewise.
16128         (setup_coding_system): Likewise.  Set CODING_UTF_8_BOM (coding).
16129         (detect_coding, detect_coding_system): Handle utf-8-auto.
16130         (Fdefine_coding_system_internal): Handle `bom' property for utf-8.
16131         (syms_of_coding): Fix setting up of Vcoding_category_table.
16133 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16135         * process.c (Faccept_process_output): If `millisec' is non-nil,
16136         `seconds' default to 0.
16137         (wait_reading_process_output): Also return non-nil if we read output
16138         from a non-running process.
16140 2008-05-29  Jason Rumney  <jasonr@gnu.org>
16142         * w32font.c (w32font_open_internal): Prefer truetype fonts unless
16143         `raster' specified.
16144         (add_font_entity_to_list): Allow non-opentype truetype fonts back
16145         in the uniscribe backend, but disallow any font that has no
16146         unicode subrange support.
16148 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
16150         * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
16151         Fix typos in docstrings.
16153 2008-05-29  Kenichi Handa  <handa@m17n.org>
16155         * xfaces.c (Fx_list_fonts): Make it return a list of font names.
16156         (Fx_family_fonts): Set frame correctly.
16158 2008-05-28  Jason Rumney  <jasonr@gnu.org>
16160         * w32term.c (x_draw_glyph_string): Use clipmask if specified.
16162 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16164         * fileio.c (Fwrite_region): Delay the defaulting to beg&z to after
16165         calling build_annotations.
16167 2008-05-28  Juanma Barranquero  <lekktu@gmail.com>
16169         * coding.c (Fdecode_coding_region, Fencode_coding_region)
16170         (Fencode_coding_string):
16171         (syms_of_coding) <coding-system-for-read, coding-system-for-write>:
16172         <latin-extra-code-table>: Fix typos in docstrings.
16173         (syms_of_coding) <coding-system-alist>: Doc fix.
16174         (syms_of_coding) <translation-table-for-input>: Reflow docstring.
16176 2008-05-28  Kenichi Handa  <handa@m17n.org>
16178         * fontset.c (Ffont_info): Don't call font_close_object.
16180         * font.c (font_parse_family_registry): Use Ffont_put to validate
16181         foundry and family.
16182         (font_delete_unmatched): Don't check spacing.
16183         (font_list_entities): Add spacing to the spec to list fonts.
16185         * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
16186         (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
16188         * coding.c (encode_coding_raw_text): Fix previous change.
16189         (encode_coding_object): When the dst_object is a buffer and is
16190         different from src_object, move gap to PT.
16192 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
16194         * xterm.c (x_draw_glyph_string): If a clipmask is specified, use it.
16196 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16198         * coding.c (encode_coding_raw_text): Set coding->produced_char for
16199         all branches.  Compute it differently.
16201         * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x.
16203 2008-05-27  Juanma Barranquero  <lekktu@gmail.com>
16205         * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }"
16206         into "else if () ... else ...".
16208 2008-05-27  Jason Rumney  <jasonr@gnu.org>
16210         * w32font.c (w32font_open_internal): Determine if glyph indices
16211         are likely to work here.
16213 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
16215         * xdisp.c (draw_glyphs): If mouse-highlighting is on, attempt to
16216         draw overlap glyphs with appropriate highlighting.
16218 2008-05-27  Kenichi Handa  <handa@m17n.org>
16220         * xfont.c (xfont_open): Fix calculation of font->average_width.
16222 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16224         * casefiddle.c (casify_object): Try to guess better whether the
16225         argument is a byte or a char.
16227 2008-05-26  Andreas Schwab  <schwab@suse.de>
16229         * xselect.c (x_reply_selection_request): Properly handle format == 32.
16230         Always send multiples of format size.
16232         * xterm.c (x_set_frame_alpha): Fix type mismatch.
16234 2008-05-26  Jason Rumney  <jasonr@gnu.org>
16236         * w32font.c (w32font_text_extents): Zero whole metrics struct first.
16237         (compute_metrics): Don't set failure if we just cleared the cache.
16238         (w32_weight_table): Remove unused variable.
16239         (w32_enumfont_pattern_entity): Use FONT_SPACING_CHARCELL for
16240         backwards compatibility.
16242 2008-05-25  Kenichi Handa  <handa@m17n.org>
16244         * w32term.c (x_draw_glyph_string):
16245         * xterm.c (x_draw_glyph_string): Fix calculation of underline position.
16247         * xfaces.c: Delete unused function prototypes.
16248         (xstrlwr, font_frame): Delete them.
16249         (clear_face_cache): Delete unused variable.
16251         * xftfont.c (xftfont_open): Delete unused variable.
16252         If underline_thickness is not 1, adjust underline_position.
16254         * ftxfont.c (ftxfont_open): Delete unused variable.
16256         * fontset.c (face_for_char): Optimize for the case of no charset
16257         property.
16259         * font.c (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
16260         (check_gstring, check_otf_features, otf_list, otf_tag_symbol)
16261         (otf_open, font_otf_capability, generate_otf_features)
16262         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
16263         Comment out by surrounding "#if 0" and "#endif" for the moment.
16264         (Ffont_drive_otf, Ffont_otf_alternates): Likewise.
16265         (syms_of_font): Codes for accessing above commented out.
16267 2008-05-24  Eli Zaretskii  <eliz@gnu.org>
16269         * w32proc.c: Include dispextern.h.
16271         * w32.c: Include dispextern.h.
16273 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
16275         * charset.c (Fencode_char, Fsplit_char): Doc fixes.
16276         (Fget_unused_iso_final_char, Fdecode_char, Fiso_charset):
16277         Fix typos in docstrings.
16279 2008-05-23  Jason Rumney  <jasonr@gnu.org>
16281         * xsmfns.c: Remove includes that are already included by config.h.
16283 2008-05-23  Kenichi Handa  <handa@m17n.org>
16285         * charset.c (Qemacs, charset_emacs): New variables.
16286         (char_charset): Fix for non-Unicode characters.
16287         (syms_of_charset): Define charset_emacs.
16289         * w32term.c (x_draw_glyph_string): Be sure to update
16290         s->underline_thickness and s->underline_position.  Be sure to draw
16291         underline within the current line area.
16293         * xterm.c (x_draw_glyph_string): Be sure to update
16294         s->underline_thickness and s->underline_position.  Be sure to draw
16295         underline within the current line area.
16297         * fontset.c: Delete unused variables and add casting for char *
16298         throughout the file.
16299         (fontset_font): Try the fallback fonts of the current fontset
16300         before consulting the default fontset.
16302         * ftfont.c (ftfont_spec_pattern): Free charset if necessary.
16304         * xfont.c (xfont_list_pattern): Free names returned from XListFonts.
16306 2008-05-22  Jason Rumney  <jasonr@gnu.org>
16308         * font.c: Don't include strings.h.
16310         * dispextern.h, xfaces.c (xstrcasecmp): Rename from xstricmp.
16312         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
16313         * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
16314         * xfns.c, xfont.c: All callers of stricmp and strcasecmp changed
16315         to call xstrcasecmp.
16317         * xfont.c (xfont_list_pattern, compare_font_names): Use xstrcasecmp.
16319         * fontset.c (fs_query_fontset): Use xstrcasecmp.
16321         * font.c (font_style_to_value, font_score): Use xstrcasecmp.
16323         * dosfns.c (msdos_stdcolor_idx): Use xstrcasecmp.
16325 2008-05-22  Kenichi Handa  <handa@m17n.org>
16327         * puresize.h (BASE_PURESIZE): Increase to 1220000.
16329         * font.c (font_prop_validate_style): Adjust for the format
16330         change of font_style_table.
16332         * w32font.c (w32font_open_internal): Call Ffont_xlfd_name with
16333         two args.
16335         * xfaces.c (x_update_menu_appearance): Call Ffont_xlfd_name with
16336         two args.
16338 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16340         * minibuf.c (keys_of_minibuf): Delete.
16341         * lisp.h (keys_of_minibuf): Delete.
16342         * emacs.c (main): Don't call keys_of_minibuf.
16344 2008-05-22  Kenichi Handa  <handa@m17n.org>
16346         * ftfont.c (ftfont_resolve_generic_family): Rename from
16347         ftfont_list_generic_family.  Return a single family for each
16348         generic family.
16349         (ftfont_spec_pattern): Add FC_FAMILY to pattern.
16350         (ftfont_list): Adjust for the change of ftfont_resolve_generic_family.
16351         Call font_add_log.
16352         (ftfont_match): Call font_add_log.
16354         * font.h (Ffont_xlfd_name): EXFUN adjusted.
16355         (FONT_DEBUG): Define it.
16356         (font_add_log): Extern it.
16357         (font_assert): Rename from xassert.
16359         * xfont.c (xfont_get_pcm): Change xassert to font_assert.
16360         (xfont_list_family): Call font_add_log.
16361         (xfont_match): Likewise.
16362         (memq_no_quit): Delete.
16364         * fontset.c (fontset_from_font, Ffontset_info): Add the 2nd arg in
16365         call of Ffont_xlfd_name.
16367         * xfaces.c (struct table_entry, slant_table, weight_table)
16368         (swidth_table): Move to font.c.
16370         * font.c: Checking of FONT_DEBUG is moved to font.h.  All calls of
16371         xassert are changed to font_assert.  Delete many unused variables.
16372         (Vfont_weight_table, Vfont_slant_table, Vfont_width_table):
16373         New variables.
16374         (struct table_entry): Move from xfaces.c and modified.
16375         (weight_table, slant_table, width_table): Move from xfaces.c and
16376         contents adjusted for the change of struct table_entry.
16377         (font_style_to_value, font_style_symbolic): Adjust for the
16378         format change of font_style_table.
16379         (font_parse_family_registry): Don't overwrite existing foundry and
16380         family of font_spec.
16381         (font_score): Fix calculation of diff for sizes.
16382         (font_sort_entites): Call font_add_log.
16383         (font_delete_unmatched): Return a newly created list.
16384         (font_list_entities): Fix previous change.  Call font_add_log.
16385         (font_matching_entity, font_open_entity, font_close_entity):
16386         Call font_add_log.
16387         (Ffont_xlfd_name): New arg FOLD-WILDCARDS.
16388         (Finternal_set_font_style_table): Delete.
16389         (BUILD_STYLE_TABLE): New macro.
16390         (build_style_table): New function.
16391         (Vfont_log, font_log_env_checked): New variables.
16392         (font_add_log): New function.
16393         (syms_of_font): Delete defsubr Sinternal_set_font_style_table.
16394         Declare Lisp variables "font-weight-table", "font-slant-table",
16395         "font-width-table", and "font-log".  Initialize font_style_table.
16397 2008-05-21  Dan Nicolaescu  <dann@ics.uci.edu>
16399         * xterm.c (x_set_frame_alpha): Move declarations before statements.
16401 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
16402             Ryo Yoshitake  <ryo@shiftmode.net>
16404         * frame.c (Qalpha): Add a new frame parameter `alpha'.
16405         (Vframe_alpha_lower_limit): New variable.
16406         (x_set_alpha): New function.
16408         * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them.
16410         * xfns.c (x-create-frame, Qalpha):
16411         Initialize the frame parameter `alpha'.
16412         * xterm.c (OPAQUE, OPACITY): New.
16413         (x_set_frame_alpha): New function.
16414         (frame_highlight, frame_unhighlight): Call x_set_frame_alpha.
16416         * macfns.c (mac_frame_parm_handlers): A null handler for x_set_alpha.
16417         * w32fns.c (w32_frame_parm_handlers): Likewise.
16419 2008-05-20  Jason Rumney  <jasonr@gnu.org>
16421         * w32font.c (add_font_entity_to_list): Don't add non-opentype
16422         truetype fonts to opentype list.
16424 2008-05-20  Juanma Barranquero  <lekktu@gmail.com>
16426         * fontset.c (Ffontset_info): Doc fix.
16427         (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>:
16428         <ignore-relative-composition>: Fix typos in docstrings.
16430         * font.c (syms-of-font) <font-encoding-alist>:
16431         (Ffontp, Ffont_make_gstring): Fix typos in docstrings.
16432         (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font)
16433         (Ffont_otf_alternates): Doc fixes.
16435 2008-05-20  Kenichi Handa  <handa@m17n.org>
16437         * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
16438         font.h through out the file.
16439         (FONT_DRIVERS): Rename from FONTOBJ.
16440         (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
16441         (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
16443         * emacs.c (main): Call syms_of_font unconditionally.
16445         * font.h (find_font_encoding): Extern it.
16447         * font.c (Vfont_encoding_alist, find_font_encoding): Move from
16448         fontset.c.
16449         (font_pixel_size) [! HAVE_WINDOW_SYSTEM]: Return 1.
16450         (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts,
16451         FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f)
16452         only when HAVE_WINDOW_SYSTEM is defined.
16453         (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only
16454         when HAVE_WINDOW_SYSTEM is defined.
16456         * fontset.c (Vfont_encoding_alist, find_font_encoding): Move to font.c.
16457         (syms_of_fontset): Move declaration of font-encoding-alist to font.c.
16459         * xfaces.c: Include font.h unconditionally.
16460         (merge_face_ref, merge_face_vectors)
16461         (Finternal_set_lisp_face_attribute): Cancel the previous change.
16463 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16465         * xdisp.c (select_frame_for_redisplay): Adjust for last change to
16466         indirect_variable.
16467         * eval.c (lisp_indirect_variable): New fun.
16468         (Fuser_variable_p): Use it.
16470 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16472         * lisp.h (indirect_variable):
16473         * data.c (indirect_variable, let_shadows_buffer_binding_p):
16474         Use Lisp_Symbol pointers rather than Lisp_Object.
16475         Adjust callers.
16476         * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
16477         To this end, change calling-convention.
16479         * minibuf.c (Finternal_complete_buffer): Only strip out hidden buffers
16480         if some non-hidden buffers are selected by string&pred.
16482 2008-05-19  Chong Yidong  <cyd@stupidchicken.com>
16484         * process.c (wait_reading_process_output): Always check status
16485         when in batch mode.
16487 2008-05-19  Kenichi Handa  <handa@m17n.org>
16489         * font.c (font_list_entities): Fix handling of cache.
16490         (font_matching_entity): Likewise.
16492         * ftfont.c (cs_iso8859_1): Delete.
16493         (ft_face_cache): New variable.
16494         (struct ftfont_info): New member fc_charset_idx.
16495         (ftfont_build_basic_charsets): Delete.
16496         (fc_charset_table): New variable.
16497         (ftfont_pattern_entity): New arg fc_charset_idx.  Store (FILENAME
16498         . FC_CHARSET_IDX) as :font-entity property in the font entity.
16499         Callers changed.
16500         (ftfont_lookup_cache, ftfont_get_charset): New functions.
16501         (ftfont_spec_pattern): New argument fc_charset_idx.
16502         Check registry more rigidly.  Change callers.
16503         (ftfont_open, ftfont_close, ftfont_has_char): Adjust for the
16504         change of :font-entity property of the font.
16506         * xftfont.c (xftfont_open): Adjust for the change of :font-entity
16507         property of the font.
16509 2008-05-18  Juanma Barranquero  <lekktu@gmail.com>
16511         * coding.c (Fcoding_system_p): Rename argument to match docstring.
16512         (Funencodable_char_position, Fcheck_coding_systems_region)
16513         (Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
16514         (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region)
16515         (Ffind_operation_coding_system, Fset_coding_system_priority)
16516         (Fcoding_system_eol_type): Doc fixes.
16518 2008-05-17  Glenn Morris  <rgm@gnu.org>
16520         * sysdep.c (child_setup_tty): Handle systems with NLDLY, without FFDLY.
16522 2008-05-16  Eli Zaretskii  <eliz@gnu.org>
16524         * dired.c (Ffile_attributes): Shut up GCC warnings about st_uid
16525         and st_gid.
16527         * frame.c (Fdelete_frame): Don't call font_update_drivers if
16528         HAVE_WINDOW_SYSTEM is not defined.
16530         * xfaces.c (merge_face_ref, merge_face_vectors)
16531         (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
16532         HAVE_WINDOW_SYSTEM is defined.
16533         (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
16535 2008-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16537         * keyboard.c (parse_menu_item): Do not cache key shortcut any more.
16539 2008-05-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16541         * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
16543 2008-05-15  Kenichi Handa  <handa@m17n.org>
16545         * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
16546         preference.
16548 2008-05-15  Glenn Morris  <rgm@gnu.org>
16550         * emacs.c (USAGE1, standard_args): Remove -disable-font-backend.
16552 2008-05-15  Chong Yidong  <cyd@stupidchicken.com>
16554         * fns.c (init_fns): Don't initialize weak_hash_tables here.
16555         (init_weak_hash_tables): New fun.  Initialize weak_hash_tables.
16557         * alloc.c (init_alloc_once): Call init_weak_hash_tables.
16559 2008-05-15  Kenichi Handa  <handa@m17n.org>
16561         * ftfont.c (ftfont_list): Downcase family name to check generic
16562         families.
16564         * xfaces.c (Finternal_set_lisp_face_attribute): Be sure to make a
16565         font-spec for QCfont value.
16567         * fontset.c (Fnew_fontset): Call font_unparse_xlfd with 256-byte
16568         buffer.  Check the return value of it.
16570 2008-05-14  Jason Rumney  <jasonr@gnu.org>
16572         * w32term.c (w32_get_glyph_overhangs): Remove.
16573         (w32_redisplay_interface): Use x_get_glyph_overhangs instead.
16575 2008-05-14  Kenichi Handa  <handa@m17n.org>
16577         * font.c (font_prop_validate): Make nil a valid value.
16578         (font_clear_cache): Check if the cached vector of entities is nil
16579         or not.
16581 2008-05-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16583         * emacs.c (main_thread): Conditionalize on
16584         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16585         (main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.
16587         * syssignal.h (FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
16588         (main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
16589         FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
16591 2008-05-14  Kenichi Handa  <handa@m17n.org>
16593         * coding.c (detect_coding_iso_2022): Ignore a coding category that
16594         has no corresponding coding system.
16596 2008-05-14  Jason Rumney  <jasonr@gnu.org>
16598         * font.h (struct font) [WINDOWSNT]: Remove codepage member.
16600         * w32font.h (w32font_open_internal): Update declaration.
16602         * w32font.c (w32font_open_internal): Change last argument from
16603         w32font_info struct to font object.  Fill in font object from
16604         font_entity.  Get Outline metrics if possible.  Use them to
16605         calculate underline position and thickness.  Use xlfd name as name
16606         property.  Don't set codepage.
16607         (w32font_open): Pass font_object to w32font_open_internal.  Don't
16608         update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
16609         (w32font_draw): Use s->font.
16610         (clear_cached_metrics): Don't clear non-existent blocks.
16612         * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
16613         font was not found.
16614         (x_draw_glyph_string): Use underline position and thickness from font.
16616         * w32uniscribe.c (uniscribe_open): Pass font_object to
16617         w32font_open_internal.
16619 2008-05-14  Kenichi Handa  <handa@m17n.org>
16621         These changes are to delete all legacy font-handling codes, and
16622         make Emacs use only font-backends.
16624         * Makefile.in: Delete USE_FONT_BACKEND conditionals.
16625         (frame.o, image.o, print.o): Depend on $(FONTSRC).
16627         * makefile.w32-in (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
16629         * charset.h (Vcharset_non_preferred_head)
16630         (Vcurrent_iso639_language): Extern them.
16632         * charset.c (Vcharset_non_preferred_head): New variable.
16633         (Vcurrent_iso639_language): New variable.
16634         (syms_of_charset): Declare it as a Lisp variable.
16635         (char_charset): Don't check non preferred charsets.  As a last
16636         resort, return charset_unicode.
16637         (Fset_charset_priority): Update Vcharset_non_preferred_head.
16639         * composite.c: Throughout the file, delete all USE_FONT_BACKEND
16640         conditionals.  Don't check enable_font_backend.  Delete all codes
16641         used only when USE_FONT_BACKEND is not defined.
16643         * dispextern.h (struct glyph_string): Change type of `font' to
16644         `struct font *'.
16645         (struct glyph_string): New member underline_position and
16646         underline_thickness.
16647         (enum lface_attribute_index): Remove LFACE_AVGWIDTH_INDEX.
16648         (struct face): Change type of `font' to `struct font *'.  Remove
16649         members `font_name', `font_info_id'.
16650         (per_char_metric, encode_char): Delete externs.
16651         (calc_pixel_width_or_height): Adjust the prototype.
16653         * emacs.c (enable_font_backend): Delete extern.
16654         (main): Don't set enable_font_backend.  Don't check the command
16655         line argument "-disable-font-backend".
16657         * font.h (Qfont_spec, Qfont_entity, Qfont_object): Extern them.
16658         (enum font_property_index): New members FONT_DPI_INDEX,
16659         FONT_SPACING_INDEX, FONT_AVGWIDTH_INDEX, FONT_NAME_INDEX,
16660         FONT_FULLNAME_INDEX, FONT_FILE_INDEX, FONT_FORMAT_INDEX,
16661         FONT_OBJECT_MAX.  Delete FONT_FRAME_INDEX.
16662         (FONT_WEIGHT_NUMERIC, FONT_SLANT_NUMERIC, FONT_WIDTH_NUMERIC)
16663         (FONT_WEIGHT_SYMBOLIC, FONT_SLANT_SYMBOLIC, FONT_WIDTH_SYMBOLIC)
16664         (FONT_WEIGHT_FOR_FACE, FONT_SLANT_FOR_FACE, FONT_WIDTH_FOR_FACE)
16665         (FONT_WEIGHT_NAME_NUMERIC, FONT_SLANT_NAME_NUMERIC)
16666         (FONT_WIDTH_NAME_NUMERIC, FONT_SET_STYLE): New macros.
16667         (struct font_spec, struct font_entity): New structs.
16668         (FONT_ENCODING_NOT_DECIDED): Moved from fontset.h.
16669         (struct font): Many members from old "struct font_info" moved to
16670         here.  Members font and entity deleted.
16671         (FONT_SPEC_P, FONT_ENTITY_P, FONT_OBJECT_P, FONTP): Modified for
16672         the new font-related objects.
16673         (CHECK_FONT_SPEC, CHECK_FONT_ENTITY, CHECK_FONT_OBJECT)
16674         (CHECK_FONT_GET_OBJECT): Likewise.
16675         (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros.
16676         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved from font.h.
16677         (struct font_driver): New members case_sensitive anc check.  Type
16678         of the member list and open changed.
16679         (enable_font_backend, font_symbolic_weight, font_symbolic_slant)
16680         (font_symbolic_width, font_find_object, font_get_spec)
16681         (font_set_lface_from_name): Delete extern.
16682         (Fcopy_font_spec, Fmerge_font_spec, Ffont_family_list): New EXFUNs.
16684         * font.c: Include <strings.h>.
16685         (enable_font_backend): Delete it.
16686         (Qfont_spec, Qfont_entity, Qfont_object): New variables.
16687         (CHECK_VALIDATE_FONT_SPEC): Delete it.
16688         (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
16689         (null_string): Delete it.
16690         (null_vector): Make it static.
16691         (font_family_alist): Delete it.
16692         (Qnormal): Extern it.
16693         (QCextra, QClanguage): Delete it.
16694         (QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New variables.
16695         (font_make_spec, font_make_entity, font_make_object)
16696         (font_intern_prop): Renamed from intern_downcase.  Don't downcase
16697         the string.  Callers changed.
16698         (font_pixel_size): Adjusted for the format change of font-related
16699         objects.
16700         (prop_name_to_numeric, prop_numeric_to_name): Delete them.
16701         (font_style_to_value, font_style_symbolic): New function.
16702         (build_font_family_alist): Delete it.
16703         (font_registry_charsets): Use Fassoc_string instead of
16704         assq_no_quit.
16705         (font_prop_validate_symbol): Don't return null_string.
16706         (font_prop_validate_style): Adjusted for the change of
16707         style-related values in a font vector.
16708         (font_property_table): Delete entries for QClanguage and
16709         QCantialias, add entries for QCavgwidth.
16710         (get_font_prop_index): Delete the 2nd argument FROM.
16711         (font_prop_validate): Arguments changed.
16712         (font_put_extra): Adjusted for the change of font-related objects.
16713         (font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
16714         (font_parse_fcname, font_unparse_fcname)
16715         (font_prepare_composition): Likewise.
16716         (font_parse_family_registry): Renamed from font_merge_old_spec.
16717         (otf_open): Delete the 1st arg entity.
16718         (font_otf_capability): Adjusted for the above change.
16719         (font_score): New arg alternate_families.  Adjusted for the change
16720         of font-related objects.
16721         (font_sort_entites): New arg best_only.
16722         (font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
16723         Delete them.
16724         (font_match_p): Check alternate families.
16725         (font_find_object): Delete it.
16726         (font_check_object): New function.
16727         (font_clear_cache): Adjusted for the change of font-related objects.
16728         (font_delete_unmatched): New arg.
16729         (font_list_entities): Call font_driver->list with a spec that
16730         doesn't specify style-related properties.
16731         (font_matching_entity): Arguments changed.  Caller changed.
16732         (font_open_entity): Adjusted for the change of font-related objects.
16733         (font_close_object, font_has_char, font_encode_char)
16734         (font_get_name, font_get_spec): Likewise.
16735         (font_spec_from_name, font_clear_prop, font_update_lface):
16736         New functions.
16737         (font_find_for_lface, font_open_for_lface, font_load_for_lface)
16738         (font_prepare_for_face, font_done_for_face, font_open_by_name)
16739         (font_at): Adjusted for the change of font-related objects.
16740         (font_range): New function.
16741         (Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
16742         (Ffont_xlfd_name): Adjusted for the change of font-related objects.
16743         (Fcopy_font_spec, Fmerge_font_spec): New function.
16744         (Ffont_family_list): Renamed from list-families.
16745         (Finternal_set_font_style_table): Arguments changed.
16746         (Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
16747         (Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
16748         change of font-related objects.
16749         (syms_of_font): Delete "ifdef USE_FONT_BACKEND".  DEFSYM new symbols.
16751         * fontset.h (struct font_info): Delete it.  Most members go to
16752         struct font.
16753         (FONT_ENCODING_NOT_DECIDED): Moved to font.h.
16754         (enum FONT_SPEC_INDEX): Delete it.
16755         (font_info, list_fonts_func, load_font_func, query_font_func)
16756         (set_frame_fontset_func, find_ccl_program_func)
16757         (get_font_repertory_func, new_fontset_from_font_name): Delete
16758         externs.
16759         (fontset_from_font_name): Extern it.
16760         (FS_LOAD_FONT, FONT_INFO_ID, FONT_INFO_FROM_ID)
16761         (FONT_INFO_FROM_FACE): Deleted.
16762         (face_for_font): Adjust prototype.
16764         * fontset.c: Throughout the file, delete all USE_FONT_BACKEND
16765         conditionals.  Don't check enable_font_backend.  Delete all codes
16766         used only when USE_FONT_BACKEND is not defined.
16767         (get_font_info_func, list_font_func, load_font_func)
16768         (query_font_func, set_frame_fontset_func, find_ccl_program_func)
16769         (get_font_repertory_func): Delete them.
16770         (FONTSET_SPEC, FONT_DEF_NEW, FONT_DEF_SPEC, FONT_DEF_ENCODING)
16771         (FONT_DEF_REPERTORY, RFONT_DEF_FACE, RFONT_DEF_SET_FACE)
16772         (RFONT_DEF_FONT_DEF, RFONT_DEF_SPEC, RFONT_DEF_REPERTORY)
16773         (RFONT_DEF_OBJECT, RFONT_DEF_SET_OBJECT, RFONT_DEF_SCORE)
16774         (RFONT_DEF_SET_SCORE, RFONT_DEF_NEW): New macros.
16775         (fontset_compare_rfontdef): New function.
16776         (reorder_font_vector): Remove the argument CHARSET-ID.  Sort
16777         rfont-defs by qsort.  Adjusted for the change of font-group vector.
16778         (load_font_get_repertory): Deleted.
16779         (fontset_find_font): Use new macros to ref/set elements of
16780         font-def and rfont-def.
16781         (fontset_font): Fix the timing of remembering that no font for C.
16782         (free_face_fontset): Do nothing if the face has no fontset.
16783         (face_suitable_for_char_p): Use new macros to ref/set elements of
16784         rfont-def.
16785         (face_for_char): Likewise.  Call face_for_char with font_object.
16786         (fs_load_font): Delete.  Delete #pragma surrounding it.
16787         (fs_query_fontset): Use strcasecmp instead of strcmp.
16788         (generate_ascii_font_name): Adjusted for the format change of
16789         font-spec.
16790         (Fset_fontset_font): Likewise.  Use new macros to set elements of
16791         font-def.
16792         (Fnew_fontset): Use font_unparse_xlfd to generate
16793         FONTSET_ASCII (fontset).
16794         (new_fontset_from_font_name): Deleted.
16795         (fontset_from_font): Renamed from new_fontset_from_font.  Check if
16796         a fontset is already created for the font.  FIx updating of
16797         Vfontset_alias_alist.
16798         (fontset_ascii_font): Deleted.
16799         (Ffont_info): Adjusted for the format change of font-spec.
16800         (Finternal_char_font): Likewise.
16801         (Ffontset_info): Likewise.
16802         (syms_of_fontset): Don't check load_font_func.
16804         * fns.c (internal_equal): Handle PREV_FONT.
16806         * frame.h: Delete USE_FONT_BACKEND conditional.
16808         * frame.c: Throughout the file, delete all USE_FONT_BACKEND
16809         conditionals.  Don't check enable_font_backend.  Delete all codes
16810         used only when USE_FONT_BACKEND is not defined.
16811         (x_set_font): Call x_new_font, not x_new_fontset2.
16812         (x_set_font_backend): Use FRAME_FONT macro to check if a font is
16813         already set for the frame.
16815         * ftfont.c (ftfont_pattern_entity): Argument FRAME removed.  Make
16816         a font-entity by font_make_entity.  Use font_intern_prop instead
16817         of intern_downcase.  Use FONT_SET_STYLE to set a style-related
16818         font property.  If a font is scalable, set avgwidth property to 0.
16819         Set font-entity property by font_put_extra.
16820         (ftfont_list_generic_family): Argument SPEC and REGISTRY removed.
16821         (ffont_driver): Adjusted for the change of struct font_driver.
16822         (ftfont_spec_pattern): New function.
16823         (ftfont_list): Return a list, not vector.
16824         (ftfont_match): Use ftfont_spec_pattern to get a pattern.
16825         (ftfont_list_family): Don't downcase names.
16826         (ftfont_free_entity): Deleted.
16827         (ftfont_open): Return a font-object.  Adjusted for the change of
16828         struct font.  Get underline_thickness and underline_position from
16829         font property.  Don't update dpyinfo->smallest_font_height and
16830         dpyinfo->smallest_char_width.
16831         (ftfont_close): Don't free `struct font'.
16832         (ftfont_has_char): Adjusted for the format change of font-entity.
16833         (ftfont_encode_char, ftfont_text_extents): Likewise.
16835         * ftxfont.c (ftxfont_list): Return a list, not vector.
16836         (ftxfont_open): Return a font-object.  Adjusted for the change of
16837         struct font.  Get underline_thickness and underline_position from
16838         font property.  Don't update dpyinfo->smallest_font_height and
16839         dpyinfo->smallest_char_width.
16840         (ftxfont_close): Don't decrease FRAME_X_DISPLAY_INFO (f)->n_fonts.
16841         (ftxfont_draw): Adjusted for the change of struct font.
16843         * image.c (image_ascent): Don't include "charset.h".  Include
16844         "character.h" and "font.h".
16846         * lisp.h (enum pvec_type): New member PREV_FONT.
16847         (Fassoc_string): EXFUN it.
16849         * print.c: Include font.h.
16850         (print_object): Handle font-related objects.
16852         * xdisp.c: Throughout the file, delete all USE_FONT_BACKEND
16853         conditionals.  Don't check enable_font_backend.  Delete all codes
16854         used only when USE_FONT_BACKEND is not defined.
16855         (handle_auto_composed_prop): Do nothing if it->f is not on a
16856         window system.  Check how many following characters can be
16857         displayed by the same font.
16858         (calc_pixel_width_or_height): Type of the 4th arg is changed to
16859         'struct font *'.
16860         (get_char_face_and_encoding): Assign the whole encoding task to
16861         the `encode-char' method of a font driver.
16862         (fill_composite_glyph_string): Adjusted for the change of `struct
16863         face' and `struct glyph_string'.
16864         (fill_glyph_string): Likewise.
16865         (get_per_char_metric): Arguments changed.
16866         (x_get_glyph_overhangs): Adjusted for the change of `struct face'
16867         and `struct glyph_string'.
16868         (produce_stretch_glyph, calc_line_height_property)
16869         (x_produce_glyphs): Likewise.
16871         * xfaces.c: Throughout the file, delete all USE_FONT_BACKEND
16872         conditionals.  Don't check enable_font_backend.  Delete all codes
16873         used only when USE_FONT_BACKEND is not defined.  Use
16874         FONT_XXX_NAME_NUMERIC instead of face_numeric_xxx.
16875         (QCfoundry, QCadstyle, QCregistry, QCspacing, QCsize, QCavgwidth)
16876         (Qp): Extern them.
16877         (clear_font_table, load_face_font, xlfd_lookup_field_contents):
16878         Deleted.
16879         (struct font_name): Deleted.
16880         (xlfd_numeric_value, xlfd_symbolic_value): Deleted.
16881         (compare_fonts_by_sort_order): New function.
16882         (xlfd_numeric_slant, xlfd_symbolic_slant, xlfd_numeric_weight)
16883         (xlfd_symbolic_weight, xlfd_numeric_swidth, xlfd_symbolic_swidth):
16884         Deleted.
16885         (Fx_family_fonts): Use font_list_entities, and sort fonts by
16886         compare_fonts_by_sort_order.
16887         (Fx_font_family_list): Call Ffont_family_list.
16888         (face_numeric_value, face_numeric_weight, face_numeric_slant)
16889         (face_numeric_swidth, face_symbolic_value, face_symbolic_weight)
16890         (face_symbolic_slant, face_symbolic_swidth)
16891         (split_font_name_into_vector, build_font_name_from_vector)
16892         (xlfd_fixed_p, xlfd_point_size, pixel_point_size)
16893         (font_rescale_ratio, split_font_name, build_font_name)
16894         (free_font_names, sort_fonts, x_face_list_fonts)
16895         (face_font_available_p, sorted_font_list, cmp_font_names)
16896         (font_list_1, concat_font_list, font_list, remove_duplicates):
16897         Deleted.
16898         (Fx_list_fonts): Use Ffont_list.
16899         (LFACE_AVGWIDTH): Deleted.
16900         (check_lface_attrs): Don't check LFACE_AVGWIDTH.  Check LFACE_FONT
16901         by FONTP.
16902         (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
16903         (set_lface_from_font_name): Delete it.
16904         (set_lface_from_font): Renamed from
16905         set_lface_from_font_and_fontset.  Caller changed.  Don't set
16906         LFACE_AVGWIDTH.  Use FONT_XXX_FOR_FACE to get a symbol suitable
16907         for face.
16908         (merge_face_vectors): Copy font-spec if necessary.
16909         Clear properties of the font-spec if necessary.
16910         (merge_face_ref): Clear properties of the font-spec if necessary.
16911         (Finternal_set_lisp_face_attribute): Likewise.
16912         (set_font_frame_param): Use font_load_for_lface to load a
16913         font-object, and call Fmodify_frame_parameters with it.
16914         (x_update_menu_appearance): Don't check LFACE_AVGWIDTH.  Get XLFD
16915         font name by Ffont_xlfd_name.
16916         (Finternal_lisp_face_attribute_values): Don't check QCweight,
16917         QCslant, and QCwidth.
16918         (Fface_font): Get a font name from font->props[FONT_NAME_INDEX].
16919         (lface_same_font_attributes_p): Don't check LFACE_AVGWIDTH.
16920         Compare fonts by EQ.
16921         (lookup_non_ascii_face): Deleted.
16922         (face_for_font): The 2nd argument changed.
16923         (x_supports_face_attributes_p): Don't check LFACE_AVGWIDTH.
16924         Check atomic font properties by case insensitive.
16925         (realize_non_ascii_face): Set face->overstrike correctly.
16926         (realize_x_face): Likewise.  Check if LFACE_FONT is a font_object.
16927         (dump_realized_face): Get font name from
16928         font->props[FONT_NAME_INDEX].  Don't print font_info_id.
16930         * xfns.c: Throughout the file, delete all USE_FONT_BACKEND
16931         conditionals.  Don't check enable_font_backend.  Delete all codes
16932         used only when USE_FONT_BACKEND is not defined.
16933         (xic_create_xfontset): Original code deleted and renamed from
16934         xic_create_xfontset2.  Use FRAME_FONT, not FRAME_FONT_OBJECT.
16935         (x_make_gc): Don't set GCFont in GCs.
16936         (Fx_create_frame) [USE_LUCID]: Set xlwmenu_default_font to a font
16937         opened by "fixed".
16938         (syms_of_xfns): Don't set get_font_info_func, load_font_func,
16939         find_ccl_program_func, query_font_func, set_frame_fontset_func,
16940         get_font_repertory_func.
16942         * xfont.c: Include <stdlib.h> and "ccl.h".
16943         (struct xfont_info): New structure.
16944         (xfont_query_font): Deleted.
16945         (xfont_find_ccl_program): Renamed from x_find_ccl_program and
16946         moved from xterm.c.
16947         (xfont_driver): Adjusted for the change of struct font_driver.
16948         (compare_font_names): New function.
16949         (xfont_list_pattern): Sort font names case insensitively.  Make
16950         font_entity by calling font_make_entity.  Avoid auto-scaled fonts.
16951         (xfont_list): Return a list, not vector.
16952         (xfont_match): If the font doesn't have QCname property, generate
16953         a name from the other font properties.
16954         (xfont_open): Return a font-object.  Adjusted for the change of
16955         struct font.  Get underline_thickness and underline_position from
16956         font property.  Don't update dpyinfo->smallest_font_height and
16957         dpyinfo->smallest_char_width.
16958         (xfont_close): Don't free struct font.
16959         (xfont_prepare_face): Adjusted for the change of struct font.
16960         (xfont_done_face): Deleted.
16961         (xfont_has_char): Adjusted for the change of struct font.
16962         (xfont_encode_char, xfont_draw): Likewise.
16963         (xfont_check): New function.
16965         * xftfont.c (xftfont_list): Adjusted for the change of `list'
16966         callback function.
16967         (xftfont_match): Adjusted for the format change of font-entity.
16968         (xftfont_open): Adjusted for the format change of font-entity and
16969         font-object.  Adjusted for the change of struct font.  Return a
16970         font-object.  Don't update dpyinfo->smallest_font_height and
16971         dpyinfo->smallest_char_width.
16972         (xftfont_close): Block input while calling XftFontClose.
16973         (xftfont_prepare_face): Don't block input while calling
16974         xftfont_get_colors.  Adjusted for the change of struct font.
16975         (xftfont_shape): Return value of error case fixed.
16977         * xrdb.c (x_load_resources): Don't setup a fontset resource.
16979         * xterm.h: Throughout the file, delete all USE_FONT_BACKEND
16980         conditionals.
16981         (FONT_WIDTH): Return (f)->max_width.
16982         (struct x_display_info): Delete member `font'.
16983         (x_list_fonts, x_get_font_info, x_load_font, x_query_font)
16984         (x_find_ccl_program, x_get_font_repertory): Delete externs.
16985         (struct x_output): Change type of `font' to `struct font *'.
16987         * xterm.c: Throughout the file, delete all USE_FONT_BACKEND
16988         conditionals.  Don't check enable_font_backend.  Delete all codes
16989         used only when USE_FONT_BACKEND is not defined.  Don't include ccl.h.
16990         (x_per_char_metric, x_encode_char): Deleted.
16991         (x_set_cursor_gc, x_set_mouse_face_gc): Don't set GCFont.
16992         (x_compute_glyph_string_overhangs): Adjusted for the change of
16993         `struct face'.
16994         (x_draw_glyph_string_foreground)
16995         (x_draw_composite_glyph_string_foreground): Likewise.
16996         (x_draw_glyph_string): Likewise.  Use font->underline_position and
16997         font->underline_thickness.
16998         (x_new_font): Renamed from x_new_fontset2.
16999         (x_new_fontset, x_get_font_info, x_list_fonts): Deleted.
17000         (x_check_font): Call `check' method of a font driver.
17001         (x_font_min_bounds, x_compute_min_glyph_bounds, x_load_font)
17002         (x_query_font, x_get_font_repertory): Deleted.
17003         (x_find_ccl_program): Renamed and moved to xfont.c.
17004         (x_redisplay_interface): Adjusted for the change of `struct
17005         redisplay_interface'.
17007         * w32fns.c: Throughout the file, delete all USE_FONT_BACKEND
17008         conditionals.  Don't check enable_font_backend.  Delete all codes
17009         used only when USE_FONT_BACKEND is not defined.  Surround non-used
17010         code by "#ifdef OLD_FONT" and "endif".
17011         (Fw32_select_font): Use FONT_COMPAT to get old font structure.
17013         * w32font.h (struct w32font_info): New member.
17014         (FONT_COMPAT): New macro.
17015         (w32font_open_internal): Prototype adjusted.
17017         * w32gui.h (XGCValues): Surround `XFontStruct *font' by "if
17018         OLD_FONT" and "endif".
17020         * w32font.c: Throughout the file, delete all USE_FONT_BACKEND
17021         conditionals.  Don't check enable_font_backend.  Delete all codes
17022         used only when USE_FONT_BACKEND is not defined.
17023         (w32font_open): Return a font-object.  Make a font-object by
17024         font_make_object.  Adjusted for the change of struct w32font_info.
17025         (w32font_close): Don't free struct font.  Adjusted for the change
17026         of struct w32font_info.
17027         (w32font_encode_char, w32font_text_extents, w32font_draw):
17028         Adjusted for the change of struct w32font_info.
17029         (w32font_draw): Likewise.
17030         (w32font_list_internal): Return a list, not vector.
17031         (w32font_open_internal): Change the 4th arg to font-object.
17032         Adjusted for the change of struct w32font_info and font-object format.
17033         (add_font_name_to_list): Don't downcase names.
17034         (w32_enumfont_pattern_entity): Make a font-entity by
17035         font_make_entity.  Adjusted for the format change of font-entity.
17036         Use FONT_SET_STYLE to set a style-related font property.  If a
17037         font is scalable, set avgwidth property to 0.  Set font-entity
17038         property by font_put_extra.
17039         (font_matches_spec): Adjusted for the format change of font-entity.
17040         (w32_weight_table, w32_decode_weight): New variables.
17041         (w32_encode_weight): New function.
17042         (fill_in_logfont): Adjusted for the format change of font-spec.
17043         (w32font_full_name): Use FONT_WEIGHT_SYMBOLIC to get a symbol
17044         weight value.
17045         (w32font_driver): Adjusted for the change of struct font_driver.
17047         * w32term.h: Throughout the file, delete all USE_FONT_BACKEND
17048         conditionals.  Don't check enable_font_backend.  Surround non-used
17049         code by "#ifdef OLD_FONT" and "endif".
17050         (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT)
17051         (FONT_AVG_WIDTH): Adjusted for the change of struct font.
17053         * w32term.c: Throughout the file, delete all USE_FONT_BACKEND
17054         conditionals.  Don't check enable_font_backend.  Delete all codes
17055         used only when USE_FONT_BACKEND is not defined.  Surround non-used
17056         code by "#ifdef OLD_FONT" and "endif".
17058         * w32uniscribe.c: Delete USE_FONT_BACKEND conditional.
17059         (uniscribe_open): Return value changed to font-object.
17060         Adjusted for the format change of font-object.
17061         (uniscribe_otf_capability): Adjusted for the change of struct font.
17062         (add_opentype_font_name_to_list): Don't downcase names.
17063         (uniscribe_font_driver): Adjusted for the change of struct
17064         font_driver.
17066 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
17068         * dispnew.c (update_frame_1): Check if tty output is still valid
17069         before flushing it.
17071 2008-05-13  Jan Djärv  <jan.h.d@swipnet.se>
17073         * xterm.c (handle_one_xevent): Don't pass buttons higher than 3
17074         to Gtk+ menus.
17076 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17078         * dired.c (file_name_completion): Tweak the code so as to always do it
17079         in a single pass.  Tighten the scope of some variables.
17081         * dired.c (Qdefault_directory): New var.
17082         (file_name_completion): Use it instead of Fexpand_file_name.
17083         (syms_of_dired): Initialize it.
17085 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17087         * fileio.c (double_dollars): Remove dead code.
17089 2008-05-10  Eli Zaretskii  <eliz@gnu.org>
17091         * dired.c (Ffile_attributes, Fdirectory_files_and_attributes):
17092         Mention w32-get-true-file-attributes in doc string.
17094         * w32proc.c (syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
17096 2008-05-09  Glenn Morris  <rgm@gnu.org>
17098         * fileio.c (Fread_file_name): Remove reference to insdef, deleted
17099         2008-04-23.
17101 2008-05-09  Eli Zaretskii  <eliz@gnu.org>
17103         Support for reporting owner and group of each file on MS-Windows:
17104         * dired.c (stat_uname, stat_gname): New functions, with special
17105         implementation for w32.
17106         (Ffile_attributes): Use them instead of getpwuid and getgrgid.
17108         * w32.c: Rename the_passwd_* to dflt_passwd_*.
17109         (dflt_group_name): New static variable.
17110         (dflt_group): Rename from the_group.
17111         (init_user_info): Init dflt_group fields.  Get user's group name
17112         from LookupAccountSid.
17113         (g_b_init_get_file_security, g_b_init_get_security_descriptor_owner)
17114         (g_b_init_get_security_descriptor_group, g_b_init_is_valid_sid):
17115         New initialization states.
17116         (globals_of_w32): Initialize them to zero.  Initialize the default
17117         group name to "None".
17118         (GetFileSecurity_Name): New global var, the name of the function
17119         to call for GetFileSecurity.
17120         (GetFileSecurity_Proc, GetSecurityDescriptorOwner_Proc)
17121         (GetSecurityDescriptorGroup_Proc, IsValidSid_Proc): New typedefs.
17122         (get_file_security, get_security_descriptor_owner)
17123         (get_security_descriptor_group, is_valid_sid)
17124         (get_file_security_desc, get_rid, get_name_and_id)
17125         (get_file_owner_and_group): New functions.
17126         (stat): Use get_file_security_desc and get_file_owner_and_group to
17127         report the owner and primary group of each file.  Don't ignore the
17128         high 32 bits of file's size, now that st_size is 64-bit wide.
17129         Fix test when to get true file attributes.
17130         (init_user_info): Use get_rid instead of equivalent inline code.
17131         (fstat): Don't ignore the high 32 bits of file's size.
17133 2008-05-09  Chong Yidong  <cyd@stupidchicken.com>
17135         * image.c (png_load): Use correct bit-depth for setting background
17136         color.
17138 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
17140         * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to
17141         epa-hook.elc.
17143 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
17145         * font.c (Ffont_match_p): Don't use `iff' in docstring.
17147 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
17149         * macfns.c (Fx_create_frame): Make a copy of frame parameters
17150         because the original parameters are in pure storage now.
17151         (mac_window): Remove unused params.  Update callers.
17153 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17155         * lread.c (substitute_object_recurse): Use lower-level primitives.
17156         Don't signal errors when traversing sub-char-tables.
17157         Don't loop over all the possible characters when traversing char-tables.
17159         * print.c (print_preprocess): Add sub-char-tables to the print-table,
17160         just like we do in print.c.
17162 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17164         * minibuf.c (Ftry_completion): Remove code left over from when we used
17165         scmp instead of Fcompare_strings.
17167 2008-05-04  Juanma Barranquero  <lekktu@gmail.com>
17169         * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
17171 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17173         * image.c [USE_MAC_IMAGE_IO] (image_load_image_io):
17174         Create bitmap context in native byte order.
17176         * macterm.c (XDrawLine)
17177         (XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]: Create bitmap
17178         context in native byte order.
17180 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17182         * config.in: Regenerate.
17184         * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
17185         New definitions for Image I/O support.
17186         (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
17187         (mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
17188         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17189         (mac_data_provider_release_data, image_load_image_io)
17190         [USE_MAC_IMAGE_IO]: New functions.
17191         (CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
17192         (MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
17193         (init_image_func_pointer) [MAC_OSX]: Remove function.
17194         (image_load_quartz2d) [MAC_OSX]: Check availability of
17195         CGImageCreateWithPNGDataProvider at compile time.
17196         Use lowercase `false' for boolean constant.
17197         (png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
17198         Use image_load_image_io.
17199         (png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
17200         Don't check MyCGImageCreateWithPNGDataProvider.
17201         (init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
17202         Don't call init_image_func_pointer.
17204         * macgui.h (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
17206         * macterm.c (mac_cg_color_space_rgb) [USE_CG_DRAWING]:
17207         Make variable non-static.
17208         (XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
17209         [USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
17211         * macterm.h (ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
17212         (RED_FROM_ULONG): Mask off higher bits.
17213         (mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.
17215         * s/darwin.h [HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
17216         Include AvailabilityMacros.h.
17217         (USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
17218         (LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.
17220 2008-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17222         * chartab.c (Fset_char_table_range): If range is t, really set all
17223         chars to that value.
17225 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
17227         * dired.c (Ffile_attributes): Don't allow the device number become
17228         negative.
17230 2008-05-02  Daiki Ueno  <ueno@unixuser.org>
17232         * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc.
17234 2008-05-02  Juri Linkov  <juri@jurta.org>
17236         * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command)
17237         (Fread_variable, Fread_buffer, Fcompleting_read): Document the
17238         DEFAULT argument as a list of default values in docstrings.
17240 2008-05-01  Chong Yidong  <cyd@stupidchicken.com>
17242         * puresize.h (BASE_PURESIZE): Increase to 1210000.
17244 2008-05-01  Martin Rudalics  <rudalics@gmx.at>
17246         * dispnew.c (change_frame_size_1): Preserve small windows when
17247         shrinking frames by calling set_window_height|width with third
17248         arg 2.
17250         * window.h (struct window): Replace field too_small_ok by field
17251         resize_proportionally.
17253         * window.c (make_window): Initialize resize_proportionally.
17254         (enlarge_window): Temporarily set resize_proportionally to make
17255         sure that shrink_windows does scale the window proportionally.
17256         (shrink_windows): When window has resize_proportionally set try
17257         to shrink it proportionally by stealing from other windows.
17258         (struct saved_window, Fset_window_configuration)
17259         (compare_window_configurations): Handle resize_proportionally.
17260         (WINDOW_TOTAL_SIZE): New macro.
17261         (window_min_size, shrink_windows, size_window): Use it.
17262         (check_min_window_sizes): Remove.  Invalid values of
17263         window-min-height|width are handled by window_min_size_2 now.
17264         (size_window, Fsplit_window, enlarge_window)
17265         (adjust_window_trailing_edge, grow_mini_window): Don't call
17266         check_min_window_sizes.
17267         (window_min_size_2, window_min_size_1, window_min_size):
17268         New argument safe_p for retrieving "safe" minimum sizes.
17269         (Fdisplay_buffer, Fsplit_window, enlarge_window)
17270         (adjust_window_trailing_edge, grow_mini_window):
17271         Adjust arguments of window_min_size... functions.
17272         (shrink_windows): Argument min_size removed.  New argument
17273         safe_p allows shrinking windows to their safe minimum sizes.
17274         Calculate minimum size and decide whether a window shall be
17275         deleted for each window individually.
17276         (size_window): When nodelete_p equals 2, tell shrink_windows to
17277         delete windows only if their new minimum size is no more safe.
17278         (shrink_window_lowest_first): Call window_min_size_1 to make
17279         sure to preserve modeline of bottom-most window when resizing
17280         the minibuffer.
17281         (Fset_window_configuration, Fcurrent_window_configuration)
17282         (compare_window_configurations): Do not handle
17283         window-min-height|width any more.
17284         (syms_of_window): Clarify window-min-height|width doc-strings.
17286 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17288         * dired.c (file_name_completion): Fix up the encoding/decoding issue
17289         some more.  Copy some of the code from Ftry_completions.
17290         Remove special case code that dates back to initial revision when the
17291         slash was only added when necessary and that can't trigger nowadays.
17293 2008-04-27  Kenichi Handa  <handa@m17n.org>
17295         * font.c (font_prop_validate): Signal `error' instead of `font'.
17297 2008-04-29  Jason Rumney  <jasonr@gnu.org>
17299         * w32fns.c (Fw32_battery_status): New defun.
17300         (syms_of_w32fns): Defsubr it.
17302 2008-04-28  Andreas Schwab  <schwab@suse.de>
17304         * dired.c (file_name_completion): Fix another mixing of encoded
17305         and decoded names.
17307 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
17309         * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
17311 2008-04-27  Juanma Barranquero  <lekktu@gmail.com>
17313         * fringe.c (Fdefine_fringe_bitmap): Doc fix.
17315 2008-04-27  Andreas Schwab  <schwab@suse.de>
17317         * dired.c (file_name_completion): Fix inappropriate mixing of
17318         encoded and decoded names.
17320         * xterm.c (XTread_socket): Fix use of uninitialized variable.
17322         * puresize.h (BASE_PURESIZE): Increase to 1200000.
17324 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
17326         * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
17327         2008-03-31, it's not needed anymore with `struct stat' definition
17328         on nt/inc/sys/stat.h.  Undo changes from 2007-01-12 and 2007-01-13
17329         for the same reasons.
17331 2008-04-25  Dennis Gilmore  <ausil@fedoraproject.org>  (tiny change)
17333         * m/sparc.h: Additional redefinitions for GNU/Linux.
17335 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17337         * macterm.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: New variable.
17338         (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
17339         (Qmouse_drag_overlay) [MAC_OSX]: New variable.
17340         (syms_of_macterm) [MAC_OSX]: Intern and staticpro it.
17341         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17342         (mac_ax_selected_text_range) [MAC_OSX]: New functions.
17343         (mac_ax_number_of_characters) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17344         Likewise.
17346         * mactoolbox.c (Vmac_ts_active_input_buf) [USE_MAC_TSM]: Add extern.
17347         (fast_find_position, x_y_to_hpos_vpos, mac_ax_selected_text_range)
17348         (mac_ax_number_of_characters): Add externs.
17349         (mac_get_selected_range, mac_store_buffer_text_to_unicode_chars)
17350         [USE_MAC_TSM]: Likewise.
17351         (mac_handle_text_input_event) [MAC_OSX]:
17352         Handle kEventTextInputOffsetToPos for no active input area case.
17353         Handle kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17354         (mac_handle_document_access_event)
17355         [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New function.
17356         (install_application_handler) [MAC_OSX]: Register handlers for
17357         kEventTextInputPosToOffset and kEventTextInputGetSelectedText.
17358         (install_application_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
17359         Register mac_handle_document_access_event.
17361         * xdisp.c (x_y_to_hpos_vpos, fast_find_position) [HAVE_CARBON]:
17362         Make functions non-static.
17364 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17366         * fileio.c (Vread_file_name_function, Vread_file_name_predicate)
17367         (read_file_name_completion_ignore_case, insert_default_directory)
17368         (Qdefault_directory): Move to minibuffer.el.
17369         (Fread_file_name): Call the new `read-file-name' instead.
17371 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17373         * mac.c (create_apple_event) [TARGET_API_MAC_CARBON]:
17374         Make function non-static.
17375         (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]:
17376         Remove function.
17377         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17378         Move to mactoolbox.c.
17379         (mac_event_parameters_to_lisp) [TARGET_API_MAC_CARBON]: New function.
17381         * macgui.h (CGFloat) [!CGFLOAT_DEFINED]: New typedef.
17382         (mac_rect_make): New macro.
17384         * macterm.c (mac_draw_image_string_atsui) [MAC_OSX]: Use CGFloat
17385         instead of float.
17386         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17387         (init_cg_color, mac_draw_line, mac_draw_cg_image, XSetForeground)
17388         (XSetBackground) [USE_CG_DRAWING]: Likewise.
17389         (mac_draw_image_string_atsui) [MAC_OSX]: Use mac_rect_make instead of
17390         CGRectMake.
17391         (mac_draw_image_string_cg) [USE_CG_TEXT_DRAWING]: Likewise.
17392         (mac_erase_rectangle, mac_draw_cg_image, mac_fill_rectangle)
17393         (mac_set_clip_rectangles) [USE_CG_DRAWING]: Likewise.
17394         (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17395         instead of WindowRef in argument type.
17396         (XCreatePixmap) [!MAC_OS8]: Don't call SetPortWindowPort.
17397         (mac_invert_rectangle): Use CGContextSetBlendMode if available.
17398         (mac_set_clip_rectangles, mac_reset_clip_rectangles): Take argument F
17399         instead of DISPLAY.  All uses changed.
17400         (mac_handle_size_change): Don't call SET_FRAME_GARBAGED.
17401         (x_calc_absolute_position): Simplify so as not to use
17402         FRAME_PIXEL_WIDTH/FRAME_PIXEL_HEIGHT.
17404         * macterm.h (XCreatePixmap, XCreatePixmapFromBitmapData): Use Window
17405         instead of WindowRef in argument type.
17406         (create_apple_event_from_event_ref, create_apple_event_from_drag_ref)
17407         [TARGET_API_MAC_CARBON]: Remove externs.
17408         (create_apple_event, mac_event_parameters_to_lisp)
17409         [TARGET_API_MAC_CARBON]: Add externs.
17411         * mactoolbox.c (Vmac_ts_script_language_on_focus)
17412         (saved_ts_script_language_on_focus) [USE_MAC_TSM]: Remove externs.
17413         (XTread_socket) [USE_MAC_TOOLBAR]: Select window if its structure part
17414         is clicked.
17415         (x_activate_menubar): Remove extern for saved_menu_event_location.
17416         (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]:
17417         Move from mac.c.
17419 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17421         * alloc.c [!SYSTEM_MALLOC && !SYNC_INPUT] (uninterrupt_malloc)
17422         [HAVE_GTK_AND_PTHREAD && !DOUG_LEA_MALLOC]: Don't use recursive mutex.
17424 2008-04-23  Jason Rumney  <jasonr@gnu.org>
17426         * w32.c (stat): When Vw32_get_true_file_attributes is Qlocal, get
17427         attributes only for local files.
17429         * w32proc.c (syms_of_ntproc): Change Vw32_get_true_file attributes
17430         default to Qlocal.
17432 2008-04-22  Juri Linkov  <juri@jurta.org>
17434         * buffer.c (Fswitch_to_buffer): Change interactive spec to call
17435         read-buffer-to-switch instead of using the letter "B".
17437 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17439         * fileio.c (Qdefault_directory): New variable.
17440         (Fread_file_name): Use it to pass `dir' to the completion functions.
17442 2008-04-20  Chong Yidong  <cyd@stupidchicken.com>
17444         * xdisp.c (pos_visible_p): Check if iterator stops on a display string.
17446 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17448         * keyboard.c (Vpre_help_message): Remove.
17449         (show_help_echo): Remove default C code.
17451         * dired.c (directory_files_internal, file_name_completion):
17452         Only call ENCODE_FILE if the string is indeed decoded.
17454 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17456         * Makefile.in (TOOLKIT_DEFINES): Remove.
17457         (LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
17459 2008-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17461         * Makefile.in (MAC_OBJ): Add mactoolbox.o.
17462         (mactoolbox.o): New target.
17464         * mac.c [MAC_OSX] (select_and_poll_event, sys_select):
17465         Use mac_run_loop_run_once instead of CFRunLoopRunInMode.
17467         * macfns.c (x_set_background_color, mac_window, x_create_tip_frame):
17468         Use mac_set_frame_window_background instead of XSetWindowBackground.
17469         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]:
17470         Use mac_is_window_toolbar_visible instead of IsWindowToolbarVisible.
17471         (x_set_name_internal) [TARGET_API_MAC_CARBON]: Use mac_set_window_title
17472         instead of SetWindowTitleWithCFString.
17473         (mac_update_proxy_icon) [TARGET_API_MAC_CARBON]: Remove BLOCK_INPUT.
17474         Move function to mactoolbox.c.
17475         (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
17476         Use mac_set_window_modified instead of SetWindowModified.
17477         Add BLOCK_INPUT around mac_set_window_modified/mac_update_proxy_icon.
17478         (mac_window, x_create_tip_frame): Use mac_create_frame_window.
17479         (Fx_focus_frame): Use mac_front_non_floating_window instead of
17480         FrontNonFloatingWindow.  Use mac_activate_window instead of
17481         ActivateWindow.  Use mac_active_non_floating_window instead of
17482         ActiveNonFloatingWindow.
17483         (show_hourglass, hide_hourglass) [TARGET_API_MAC_CARBON]:
17484         Use mac_show_hourglass and mac_hide_hourglass.
17485         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use mac_get_global_mouse
17486         instead of GetGlobalMouse.
17487         (Fx_show_tip): Use mac_move_window/mac_size_window/mac_show_window
17488         instead of MoveWindow/SizeWindow/ShowWindow, respectively.
17489         Use mac_bring_window_to_front instead of BringToFront.
17490         (Qfile_name_history) [TARGET_API_MAC_CARBON]: Move extern to
17491         mactoolbox.c.
17492         (Fx_file_dialog) [TARGET_API_MAC_CARBON]: Move function body to
17493         mac_file_dialog in mactoolbox.c.  Use mac_file_dialog.
17494         (mac_nav_event_callback) [TARGET_API_MAC_CARBON]: Move function to
17495         mactoolbox.c.
17497         * macgui.h [!HAVE_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
17498         (XtPointer): Move typedef from macmenu.c.
17499         (enum button_type): Move enum from macmenu.c.
17500         (widget_value): Move typedef from macmenu.c.
17501         (M_APPLE, I_ABOUT, EXTRA_STACK_ALLOC, ARGV_STRING_LIST_ID)
17502         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17503         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17504         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17505         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17506         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17507         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17508         (DIALOG_ICON_TOP_MARGIN): Move defines from macmenu.c.
17509         (Selection): Move typedef from macselect.c.
17510         (RAM_TOO_LARGE_ALERT_ID, ABOUT_ALERT_ID) [MAC_OS8]: Move defines from
17511         macterm.c.
17512         (mac_set_window_title, mac_set_window_modified, mac_is_window_visible)
17513         (mac_is_window_collapsed, mac_bring_window_to_front)
17514         (mac_send_window_behind, mac_hide_window, mac_show_window)
17515         (mac_collapse_window, mac_front_non_floating_window)
17516         (mac_active_non_floating_window, mac_activate_window)
17517         (mac_move_window_structure, mac_move_window, mac_size_window)
17518         (mac_get_global_mouse, mac_is_window_toolbar_visible): New defines.
17520         * macmenu.c [!TARGET_API_MAC_CARBON]: Move includes to mactoolbox.c.
17521         (enum mac_menu_kind): Move enum to mactoolbox.c.
17522         (min_menu_id): Move variable to mactoolbox.c.
17523         (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: Likewise.
17524         (DIALOG_WINDOW_RESOURCE): Move define to mactoolbox.c.
17525         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
17526         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
17527         [TARGET_API_MAC_CARBON]: Likewise.
17528         (XtPointer): Move typedef to macgui.h.
17529         (enum button_type): Move enum to macgui.h.
17530         (widget_value): Move typedef to macgui.h.
17531         (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
17532         (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH, DIALOG_MAX_INNER_WIDTH)
17533         (DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
17534         (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
17535         (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
17536         (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
17537         (DIALOG_ICON_TOP_MARGIN): Move defines to macgui.h.
17538         (popup_activated_flag): Make variable non-static.
17539         (x_activate_menubar, install_menu_quit_handler, pop_down_menu)
17540         (add_menu_item, fill_menu, dispose_menus):
17541         Move functions to mactoolbox.c.
17542         (restore_show_help_function, menu_target_item_handler)
17543         (install_menu_target_item_handler, mac_handle_dialog_event)
17544         (install_dialog_event_handler, pop_down_dialog, create_and_show_dialog)
17545         [TARGET_API_MAC_CARBON]: Likewise.
17546         (menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Likewise.
17547         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17548         (find_and_call_menu_selection, name_is_separator): Make function
17549         non-static.
17550         (Vshow_help_function, timer_check) [TARGET_API_MAC_CARBON]: Move extern
17551         to mactoolbox.c.
17552         (set_frame_menubar): Don't call install_menu_quit_handler.
17553         (menu_item_selection): New variable.
17554         (mac_menu_show): Use create_and_show_popup_menu.
17555         (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Don't return
17556         selection but set variable menu_item_selection.  All uses changed.
17557         (mac_fill_menubar): Rename from fill_menubar.  All uses changed.
17558         Call install_menu_quit_handler.  Move to mactoolbox.c.
17560         * macselect.c [!TARGET_API_MAC_CARBON]: Don't include Scrap.h.
17561         (Selection): Move typedef to macgui.h.
17562         (Vselection_converter_alist, Qmac_scrap_name, Qmac_ostype)
17563         (Vmac_apple_event_map, Qmac_apple_event_class, Qmac_apple_event_id):
17564         Make variables non-static.
17565         (Vmac_dnd_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17566         (mac_handle_apple_event, cleanup_all_suspended_apple_events):
17567         Make functions non-static.
17568         (Vmac_service_selection) [MAC_OSX]: Likewise.
17569         (mac_get_selection_from_symbol, get_flavor_type_from_symbol)
17570         (mac_valid_selection_target_p, mac_clear_selection)
17571         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17572         (mac_put_selection_value, mac_selection_has_target_p)
17573         (mac_get_selection_value, mac_get_selection_target_list)
17574         (init_apple_event_handler, install_drag_handler, remove_drag_handler):
17575         Move functions to mactoolbox.c.
17576         (mac_do_track_drag, mac_do_receive_drag) [TARGET_API_MAC_CARBON]:
17577         Likewise.
17578         (copy_scrap_flavor_data, mac_handle_service_event)
17579         (install_service_handler) [MAC_OSX]: Likewise.
17580         (syms_of_macselect) <Vmac_dnd_known_types>:
17581         Use mac_dnd_default_known_types.
17583         * macterm.h (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y):
17584         Move to mactoolbox.c.
17585         (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Change to 15.
17586         (Fx_selection_owner_p): Add EXFUN.
17587         (install_window_handler, remove_window_handler, XSetWindowBackground):
17588         Remove externs.
17589         (do_apple_menu) [!TARGET_API_MAC_CARBON]: Likewise.
17590         (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Likewise.
17591         (x_raise_frame, x_lower_frame, mac_alert_sound_play)
17592         (install_application_handler, mac_get_frame_bounds, mac_get_frame_mouse)
17593         (mac_convert_frame_point_to_global, mac_set_frame_window_background)
17594         (mac_update_begin mac_update_end, mac_frame_up_to_date, x_flush)
17595         (mac_create_frame_window, mac_dispose_frame_window, mac_begin_clip)
17596         (mac_end_clip, mac_create_scroll_bar, mac_dispose_scroll_bar)
17597         (mac_set_scroll_bar_bounds, mac_redraw_scroll_bar, mac_fill_menubar)
17598         (create_and_show_popup_menu, mac_get_selection_from_symbol)
17599         (mac_valid_selection_target_p, mac_clear_selection)
17600         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
17601         (mac_put_selection_value, mac_selection_has_target_p)
17602         (mac_get_selection_value, mac_get_selection_target_list): Add externs.
17603         (mac_update_proxy_icon, mac_show_hourglass, mac_hide_hourglass)
17604         (mac_reposition_hourglass, mac_file_dialog, create_and_show_dialog)
17605         (mac_dnd_default_known_types) [TARGET_API_MAC_CARBON]: Likewise.
17606         (mac_run_loop_run_once) [MAC_OSX]: Likewise.
17607         (mac_dialog) [!TARGET_API_MAC_CARBON]: Likewise.
17608         (mac_begin_cg_clip, mac_end_cg_clip) [USE_CG_DRAWING]: Likewise.
17609         (x_set_toolkit_scroll_bar_thumb) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17610         (x_scroll_bar_set_handle) [!USE_TOOLKIT_SCROLL_BARS]: Likewise.
17612         * mactoolbox.c: New file.
17614 2008-04-18  Jason Rumney  <jasonr@gnu.org>
17616         * dired.c (Ffile_attributes) [WINDOWSNT]: Cast uid and gid to unsigned.
17618 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17620         * character.c (Fmultibyte_char_to_unibyte):
17621         Return latin1 chars unchanged.
17623         * fileio.c (Fexpand_file_name): Refine last fix so `nm' is only
17624         relocated if it points to `name'.
17626 2008-04-17  Kenichi Handa  <handa@m17n.org>
17628         * data.c (Faset): Allow setting a multibyte character in an
17629         ASCII-only unibyte string.
17631         * lisp.h (STRING_SET_MULTIBYTE): New macro.
17633 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17635         * Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
17636         done in config.h.
17638 2008-04-16  Juanma Barranquero  <lekktu@gmail.com>
17640         * character.c (Fchar_bytes, Fchar_width, Fstring_width)
17641         (Fchar_direction): Add usage in the docstring.
17643 2008-04-15  Chong Yidong  <cyd@stupidchicken.com>
17645         * keyboard.c (read_key_sequence): Remove always-true checks.
17647 2008-04-14  Jason Rumney  <jasonr@gnu.org>
17649         * w32font.c (w32font_open_internal): Set max_bounds.descent in
17650         compatibility struct, for better underline positioning.
17652 2008-04-13  David Hansen  <david.hansen@gmx.net>
17654         * dbusbind.c (dbus-get-unique-name): Remove extra copying of name
17655         string.
17657 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
17659         * m/hp800.h (XUINT, XSET): Remove.
17661 2008-04-12  Juanma Barranquero  <lekktu@gmail.com>
17663         * fileio.c (Fexpand_file_name): Add declaration for `p' missing in
17664         previous change.
17666 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17668         * fileio.c (Fexpand_file_name): Tighten the scope of `p' and `o' vars.
17669         Relocate `nm' after calling DECODE_FILE, in case the GC was run.
17671 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17673         * keymap.h (map_keymap_canonical): Declare.
17674         * xmenu.c (single_keymap_panes): Use it.
17676 2008-04-11  Glenn Morris  <rgm@gnu.org>
17678         * eval.c (Fdefvaralias): If the alias is bound and the target is not,
17679         set the target's value to that of the alias.
17681 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17683         * term.c (set_tty_color_mode): Left over typo.
17685 2008-04-10  Michael Albinus  <michael.albinus@gmx.de>
17687         * fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
17688         only after check for file name handler functions.  Signal, when
17689         native functionality is not supported.
17690         (syms_of_fileio): Declare it unconditionally.
17692 2008-04-10  Jason Rumney  <jasonr@gnu.org>
17694         * w32menu.c (is_simple_dialog, simple_dialog_show): New functions.
17695         (Fx_popup_dialog): Handle simple yes/no questions as dialogs.
17697         * w32.c (logon_network_drive): Also logon to remote drives that
17698         are mapped to drive letters.
17700 2008-04-10  Glenn Morris  <rgm@gnu.org>
17702         * xdisp.c (truncate-partial-width-windows): Doc fix.
17704 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17706         * fileio.c (read_file_name_cleanup, Fread_file_name_internal):
17707         Move functions to minibuffer.el.
17708         (syms_of_fileio): Don't declare them.
17710 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17712         * minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
17713         (syms_of_minibuf): Remove its initialization.
17715         * minibuf.c (temp_echo_area_glyphs): Remove unused function.
17717 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
17719         * editfns.c (Ffield_string_no_properties): Fix typo in docstring.
17721 2008-04-09  Jason Rumney  <jasonr@gnu.org>
17723         * makefile.w32-in (distclean): Delete makefile too.
17724         (maintainer-clean): New target.
17726         * xdisp.c (redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
17728         * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
17729         for new font backend and composite cases.
17731 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
17733         * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
17734         Most of the code moved to run_timers.
17735         (do_pending_atimers): Call run_timers.
17736         (run_timers): New function.
17738         * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
17739         run atimers.
17741         * process.c (wait_reading_process_output): The same as above.
17743 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17745         * minibuf.c (last_exact_completion): Remove variable.
17746         (Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
17747         (complete_and_exit_1, complete_and_exit_2)
17748         (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
17749         (Fdisplay_completion_list, display_completion_list_1)
17750         (Fminibuffer_completion_help, Fself_insert_and_exit)
17751         (Fexit_minibuffer, Fminibuffer_message): Move functions to
17752         minibuffer.el.
17753         (syms_of_minibuf): Remove corresponding initializations.
17755         * keyboard.c (Qdeactivate_mark): New var.
17756         (command_loop_1): Use it to call `deactivate-mark'.
17757         (syms_of_keyboard): Initialize it.
17759         * xdisp.c (redisplay_internal): Reset tty's color_mode when switching
17760         to another frame.
17761         * frame.c (do_switch_frame): Refine the top_frame/async_visible code.
17762         Don't call set_tty_color_mode.
17763         (store_frame_param): Reset previous_frame rather than call
17764         set_tty_color_mode.
17765         * term.c (set_tty_color_mode): Rewrite.
17766         * dispextern.h (set_tty_color_mode): New type.
17767         * termchar.h (struct tty_display_info): Add `previous_color_mode'.
17769 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17771         * keymap.c (access_keymap): Remove the value 2 for t_ok which was used
17772         for generic chars, which do not exist any more in emacs-unicode.
17774 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
17776         * coding.c (detect_coding_emacs_mule)
17777         (Ffind_operation_coding_system): Fix typo.
17779 2008-04-08  Jason Rumney  <jasonr@gnu.org>
17781         * w32uniscribe.c (SNAME): Extract only symbol name.
17783         * w32font.h (struct w32_metric_cache): New struct.
17784         (w32font_info): Use it.
17785         (W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
17786         (CACHE_BLOCKSIZE): New constants.
17788         * w32font.c (Qja, Qko, Qzh): New symbols.
17789         (syms_of_w32font): Initialise them.
17790         (font_matches_spec): Use them to filter by language.
17791         (recompute_cached_metrics): Remove function.
17792         (compute_metrics, clear_cached_metrics): New functions.
17793         (w32font_encode_char): Use them to manage metric cache.
17794         (w32font_text_extents): Cache metrics for all glyphs on demand.
17795         Delay converting glyph indices to WORD until needed.
17796         (w32font_open_internal): Initialize metric cache to empty.
17797         (registry_to_w32_charset): Charset should always be a symbol.
17798         (fill_in_logfont, list_all_matching_fonts): Family should
17799         always be a symbol.
17801 2008-04-06  Jason Rumney  <jasonr@gnu.org>
17803         * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
17804         Give up if glyph indices not supported.  Use uniscribe obtained
17805         ABC widths for individual metrics.  Map glyph clusters back to
17806         characters using fClusterStart flag.  Return number of glyphs
17807         produced, not chars processed.
17808         (uniscribe_shape): Map char at FROM to current glyph.
17810 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17812         * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
17813         Use SetMenuItemHierarchicalMenu.
17815 2008-04-05  Jason Rumney  <jasonr@gnu.org>
17817         * image.c (pbm_load): Allow color values up to 65535.
17818         Throw an error if max_color_idx is outside the supported range.
17819         Report an error when image size is invalid.
17820         Read two bytes at a time when raw images have max_color_idx above 255.
17822 2008-04-05  Kenichi Handa  <handa@ni.aist.go.jp>
17824         * ccl.c (ccl_driver): If ccl->quit_silently is nonzero, don't
17825         append "CCL: Quitted" when the CCL program is quitted.
17826         (setup_ccl_program): Initialize ccl->quit_silently to zero.
17828         * ccl.h (struct ccl_program): New member quit_silently.
17830 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
17832         * search.c (compile_pattern_1): Treat non-nil and non-string of
17833         search-spaces-regexp as nil.
17835         * minibuf.c (Fassoc_string): Tweak docstring.
17837 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
17839         * dired.c (Ffile_attributes): Support inode numbers wider than 32
17840         bits.  Remove ugly WINDOWSNT-specific kludge introduced on
17841         2008-03-14 to force inode be positive.
17843         * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
17844         _S_* ones, since we now use our own sys/stat.h.
17845         (stat, fstat): Don't mangle the inode number.
17846         (init_user_info): Don't restrict UID and GID to 0-60000 range.
17848 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17850         * frame.h (struct frame): Give one more bit to `visible' since we use
17851         values larger than 1 to indicate obscured frames on ttys.
17853         * keymap.c (Qkeymap_canonicalize): New var.
17854         (Fmap_keymap_internal): New fun.
17855         (describe_map): Use keymap-canonicalize.
17857         * undo.c (last_boundary_buffer, last_boundary_position): New vars.
17858         (Fundo_boundary): Set them.
17859         (syms_of_undo): Initialize them.
17860         (record_point): Use them instead of last_point_position*.
17861         (last_undo_buffer): Change type.
17863 2008-04-04  Jason Rumney  <jasonr@gnu.org>
17865         * w32font.c (w32font_text_extents): Use font's ascent and descent.
17866         (recompute_cached_metrics): Don't set ascent and descent per char.
17868         * w32uniscribe.c (uniscribe_check_otf): Fix last change.
17869         (uniscribe_check_otf): Add GC protection before consing.
17870         Rearrange loop for counting features.
17872 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17874         * insdel.c (insert_from_buffer_1): Don't compare bytes in destination
17875         buffer with byte-size of source buffer.
17877 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
17879         * callint.c (Fcall_interactively): Handle temporary region even
17880         when shift-select-mode is off.
17882 2008-04-03  Jason Rumney  <jasonr@gnu.org>
17884         * w32uniscribe.c (uniscribe_check_otf): Sanity check otf_spec.
17886 2008-04-03  Kenichi Handa  <handa@m17n.org>
17888         * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
17889         (CATEGORY_MASK_UTF_16): Likewise.
17890         (detect_coding_utf_16): Add heuristics to reject utf-16 for a
17891         binary file.
17892         (detect_coding): Add null-byte detection for a binary file.
17893         (detect_coding_system): Likewise.
17895 2008-04-03  Jason Rumney  <jasonr@gnu.org>
17897         * w32uniscribe.c: New file.
17899         * font.h (uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
17901         * w32font.h (uniscribe_check_otf): Declare for w32font.c.
17903         * w32font.c (Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
17904         (Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
17905         (Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
17906         (Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
17907         (Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
17908         (Qphonetic): New symbols.
17909         (syms_of_w32font): Initialize them.
17910         (font_supported_scripts): Use them.
17911         (w32font_list_family): List all charsets.
17912         (w32font_text_extents, recompute_cached_metrics): Fix metric
17913         calculations.
17914         (w32_enumfont_pattern_entity): Make full_type a DWORD.
17915         Give opentype fonts their own format.
17916         (font_matches_spec): New arguments backend and logfont.
17917         Handle :otf spec for uniscribe backend.
17918         (add_font_entity_to_list): Match truetype fonts in uniscribe backend.
17919         (fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
17921         * w32fns.c (Fx_create_frame): Conditionally register uniscribe
17922         font backend.
17923         (globals_of_w32fns): Initialize uniscribe font backend.
17925         * makefile.w32-in (CONFIG_H): New variable.  Use it to clean up
17926         dependencies.
17927         (w32uniscribe.$(O)): New file to build.
17928         (FONT_OBJ): Include w32uniscribe.$(O).
17929         (LIBS): Add uniscribe libraries.
17931         * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.
17933 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
17935         * callint.c (Vshift_select_mode): New var.
17936         (Finteractive): Document new ^ spec.
17937         (Fcall_interactively): Call handle-shift-selection if the ^ spec
17938         is present.
17940         * keyboard.c (Vthis_command_keys_shift_translated): New var.
17941         (command_loop_1): Avoid running the direct display versions of
17942         forward-char and backward-char if shift-selection may occur.
17943         (read_key_sequence): Set Vthis_command_keys_shift_translated if
17944         shift-translation takes place.
17946         * buffer.c (Vtransient_mark_mode): Move docstring to simple.el to
17947         avoid clobbering by define-minor-mode.
17949         * cmds.c (Fforward_char, Fbackward_char, Fforward_line)
17950         (Fbeginning_of_line, Fend_of_line): Add ^ interactive spec.
17952         * syntax.c (Fforward_word): Add ^ interactive spec.
17954         * window.c (Fscroll_up, Fscroll_down, Fscroll_left)
17955         (Fscroll_right): Add ^ interactive spec.
17957 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17959         * xdisp.c (try_window_id): Don't forget to reset delta_bytes.
17961         * casefiddle.c (casify_object): Fix up int/EMACS_INT mixup.
17963         * charset.c (Funibyte_charset, Fset_unibyte_charset): Remove.
17965 2008-03-31  Juri Linkov  <juri@jurta.org>
17967         * window.c (Fdisplay_buffer): Reinitialize `tem' to nil.
17969 2008-03-30  Jan Djärv  <jan.h.d@swipnet.se>
17971         * gtkutil.c (xg_set_geometry): Fix indentation.
17972         (xg_resize_outer_widget): Remove.
17973         (x_wm_size_hint_off): Fix indentation.
17974         (xg_frame_set_char_size): Call flush_and_sync after
17975         gtk_window_resize.
17976         (x_wm_set_size_hint): Pass NULL as geometry window to
17977         gtk_window_set_geometry_hints due to Gtk+ bug nr 68668.
17978         Add menu bar and tool bar height to base height.
17979         (xg_update_frame_menubar, free_frame_menubar)
17980         (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
17981         (update_frame_tool_bar, free_frame_tool_bar):
17982         Change xg_resize_outer_widget to xg_frame_set_char_size.
17984 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
17986         * dbusbind.c (QCdbus_timeout): New D-Bus internal symbol.
17987         (Fdbus_call_method): New parameter TIMEOUT.
17988         (dbus-send-signal): Optimize UNGCPRO call.
17990 2008-03-29  Juri Linkov  <juri@jurta.org>
17992         * window.c (Fdisplay_buffer): Move call to
17993         Vsplit_window_preferred_function out of conditions that check
17994         if window is eligible for vertical splitting.
17995         When Vsplit_window_preferred_function is non-nil, call it and use
17996         its non-nil return value as window.  Otherwise, continue doing
17997         vertical splitting using Fsplit_window with arg horflag=nil.
17998         (syms_of_window) <Vsplit_window_preferred_function>: Change the
17999         default value from `split-window' to nil.
18001 2008-03-29  Juri Linkov  <juri@jurta.org>
18003         * callint.c (Fcall_interactively): Revert 2008-03-16 change
18004         for interactive code letters 'b' and 'B'.
18006 2008-03-29  Eli Zaretskii  <eliz@gnu.org>
18008         * fileio.c (Fexpand_file_name): Convert the value of $HOME to a
18009         multibyte string.
18011 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18013         * keyboard.c (pending_funcalls): New var.
18014         (timer_check): Run it.
18015         (syms_of_keyboard): Initialize it.
18016         * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
18017         (Vdelete_terminal_functions): New vars.
18018         (syms_of_terminal): Initialize them.
18019         (Fdelete_terminal): Run delete-terminal-functions.
18020         * xdisp.c (safe_eval): Rewrite.
18021         (safe_call2): New fun.
18022         * frame.c (Qdelete_frame_functions): New var.
18023         (syms_of_frame): Initialize it.
18024         (Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
18025         * lisp.h (safe_call2, pending_funcalls): Declare.
18027 2008-03-28  Andreas Schwab  <schwab@suse.de>
18029         * indent.c (Fmove_to_column): Move declaration before statements.
18031 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18033         * frame.h (enum fullscreen_type): Give it a name.  Move it before use.
18034         (struct frame): Use bit fields for boolean vars.
18036         * process.c (server_accept_connection): Simplify naming.
18037         (emacs_get_tty_pgrp): Use SDATA.
18039         * coding.c (decode_coding_object): Fix last change.
18041 2008-03-27  Jason Rumney  <jasonr@gnu.org>
18043         * w32fns.c (start_hourglass): Suppress hourglass on tty frames.
18045 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
18047         * charset.c (Fdefine_charset_internal): Change the way of
18048         registering charsets in Vcharset_order_list.
18049         (syms_of_charset): Make the charset `eight-bit' supplementary.
18051 2008-03-26  Alexandre Oliva  <aoliva@redhat.com>  (tiny change)
18053         * regex.c (EXTEND_BUFFER): Change order of pointer addition
18054         operations, to avoid having the difference between pointers
18055         overflow.
18057 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18059         * indent.c (check_display_width): New fun.
18060         (scan_for_column): Use it.
18062         * data.c (syms_of_data): Mark most-positive-fixnum and
18063         most-negative-fixnum as constants.
18065         * xdisp.c (redisplay_internal): Reset selected_frame earlier.
18067         * indent.c (scan_for_column): Extract from current_column_1.
18068         Merge with the same code from Fmove_to_column.
18069         (current_column_1, Fmove_to_column): Use it.
18071 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18073         * keymap.c (map_keymap_internal): New fun.
18074         (map_keymap): Use it.
18075         (Fmap_keymap_internal): New fun.
18076         (Fmap_keymap): Remove left-out test from before make_save_value.
18078         * keymap.c (Fmap_keymap): Use `map-keymap-sorted.
18080         * frame.c (Fmodify_frame_parameters, x_set_frame_parameters):
18081         Use XCAR/XCDR.
18083         * process.h (struct Lisp_Process): Remove filter_multibyte.
18084         * process.c (QCfilter_multibyte): Remove.
18085         (setup_process_coding_systems): Don't use filter_multibyte.
18086         (Fstart_process, Fmake_network_process): Don't set filter_multibyte.
18087         (read_process_output): Don't adjust multibyteness to filter_multibyte.
18088         (Fset_process_filter_multibyte): Change the coding-system to
18089         approximate the previous behavior.
18090         (Fprocess_filter_multibyte_p): Get the multibyteness straight from the
18091         coding-system.
18093         * coding.c (decode_coding_object): When not decoding into a buffer,
18094         obey the coding system's preference of (uni|multi)byte.
18096 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18098         * casefiddle.c (casify_object): Avoid pathological N^2 worst case if
18099         every char is changed and has a different byte-length.
18100         (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
18101         Fix int -> EMACS_INT.
18103 2008-03-23  David Hansen  <david.hansen@gmx.net>
18105         * dbusbind.c (xd_read_message): Remove extra copying of message
18106         strings.  Check for NULL `interface' or `member'.
18108 2008-03-22  Eli Zaretskii  <eliz@gnu.org>
18110         * w32.c (readdir): If FindFirstFile/FindNextFile return in
18111         cFileName a file name that includes `?' characters, use the 8+3
18112         alias in cAlternateFileName instead.
18114 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18116         * buffer.c (enlarge_buffer_text): Fix int -> EMACS_INT.
18118 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18120         * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
18121         (set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
18122         work on current_buffer only instead (that was already the case
18123         for some of the code anyway).
18124         * buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
18125         (temp_set_point, temp_set_point_both): Use EMACS_INT.
18126         (SET_PT, SET_PT_BOTH): Adjust.
18127         * intervals.h (set_point, temp_set_point, set_point_both)
18128         (temp_set_point_both): Remove redundant declarations.
18130 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18132         * fileio.c (Finsert_file_contents):
18133         * lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
18134         * buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
18135         when buffer != current_buffer anyway.
18137 2008-03-20  Andreas Schwab  <schwab@suse.de>
18139         * callint.c (Fcall_interactively) [case 'B']: Use other-buffer
18140         as default.
18142 2008-03-19  Jason Rumney  <jasonr@gnu.org>
18144         * w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
18145         (syms_of_w32fns): Initialize them.
18146         (HOURGLASS_ID): New constant.
18147         (x_window_to_frame): Don't check hourglass_window.
18148         (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
18149         (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
18150         (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
18151         (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
18152         Only change the cursor if hourglass is not active.
18153         (Fx_create_frame): Initialize frame's current_cursor.
18154         (hourglass_atimer): Remove.
18155         (hourglass_started): New function.
18156         (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
18157         (show_hourglass): Adapt to w32, changing argument to frame.
18159         * w32term.h (struct w32_output): Remove hourglass_window.
18160         Add current_cursor.
18162         * eval.c (call_debugger, Fsignal):
18163         * keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
18164         (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
18165         (Fexecute_extended_command, cancel_hourglass_unwind):
18166         * minibuf.c (read_minibuf):
18167         * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
18169 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18171         * window.c (run_funs): New fun.
18172         (run_window_configuration_change_hook): Use it to run the buffer-local
18173         and the global part of the hook.
18175         * xdisp.c (format_mode_line_unwind_data): Add window argument.
18176         (unwind_format_mode_line): Restore selected window.
18177         (x_consider_frame_title, Fformat_mode_line): Set selected window.
18179 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18181         * editfns.c (Fchar_equal): Check they are valid characters.
18183         * buffer.h (Fbuffer_list): Declare (for use in callint.c).
18185 2008-03-17  Andreas Schwab  <schwab@suse.de>
18187         * regex.c (re_match_2_internal): Properly match raw 8-bit bytes
18188         against a charset.
18190         * lisp.h (Fbuffer_list): Declare.
18192 2008-03-17  Jan Djärv  <jan.h.d@swipnet.se>
18194         * gtkutil.c (free_frame_tool_bar): Only call gtk_container_remove if
18195         handlebox_widget is != 0.
18197 2008-03-16  Juri Linkov  <juri@jurta.org>
18199         * callint.c (Fcall_interactively): For interactive code letters
18200         'b' and 'B' put the buffer list into the list of default "future"
18201         values of the minibuffer.
18203 2008-03-16  Andreas Schwab  <schwab@suse.de>
18205         * keyboard.c (read_key_sequence): Fix downcasing of letters with
18206         modifiers.
18208         * regex.c (re_match_2_internal): Correct matching of a charset
18209         against latin-1 characters.
18211 2008-03-16  Kenichi Handa  <handa@m17n.org>
18213         * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
18214         (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
18215         (coding_alloc_by_making_gap): Fix the way to preserve data in the gap.
18216         (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap.
18217         (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
18218         CHAR_STRING_ADVANCE.
18219         (produce_chars): Fix for the case that the source and the
18220         destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
18221         instead of CHAR_STRING_ADVANCE.
18222         (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
18223         STRING_CHAR_ADVANCE.
18225 2008-03-15  Andreas Schwab  <schwab@suse.de>
18227         * regex.c (re_match_2_internal): Correct matching of eight bit
18228         characters in unibyte strings.
18230 2008-03-15  Martin Rudalics  <rudalics@gmx.at>
18232         * buffer.c (overlays_in, Foverlays_in): Include empty overlays
18233         at end of range when it coincides with the end of the buffer.
18235 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
18237         * dired.c (Ffile_attributes) [WINDOWSNT]: Force inode be positive.
18239         * w32fns.c (globals_of_w32fns, Fx_create_frame): Fix last change.
18241 2008-03-14  Jason Rumney  <jasonr@gnu.org>
18243         * editfns.c (initial_tz): New variable.
18244         (syms_of_editfns): Initialize it.
18245         (Fset_time_zone_rule): Set it when first called.
18246         Use it when TZSTRING is nil.
18248         * w32fns.c (MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
18249         (MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
18250         (monitor_from_point_fn, get_monitor_info_fn): New globals.
18251         (globals_of_w32fns): Initialize them.
18252         (compute_tip_xy): Use them to position tooltips.
18254 2008-03-14  Glenn Morris  <rgm@gnu.org>
18256         * emacs.c (main): Revert previous change.
18257         (standard_args): Revert -internal-script back to -scriptload,
18258         and remove the long-option form.
18260 2008-03-13  Glenn Morris  <rgm@gnu.org>
18262         * emacs.c (main, standard_args): Rename -scriptload to -internal-script.
18263         Remove option -enable-font-backend.
18265 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18267         * buffer.c (Fswitch_to_buffer): Fall back on pop-to-buffer.
18269 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
18271         * xterm.c (x_connection_closed): For GTK: If this is the last
18272         terminal just exit without closing the display.
18274 2008-03-11  Jason Rumney  <jasonr@gnu.org>
18276         * w32font.c (w32font_full_name): Use floor to round.
18278 2008-03-10  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
18280         * sound.c (alsa_configure): Declare vol at beginning of block.
18282         * fontset.c (Ffontset_info): Remove extra semicolon.
18284 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18286         * fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
18287         size of resulting string.
18289 2008-03-10  Jason Rumney  <jasonr@gnu.org>
18291         * dispnew.c (adjust_glyph_matrix): Initialize window_height.
18293 2008-03-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18295         * xdisp.c (handle_single_display_spec): Undo 2007-10-16 changes.
18296         Don't pretend as if characters with display property haven't been
18297         consumed for string-replacing-string case.
18299 2008-03-08  Kim F. Storm  <storm@cua.dk>
18301         * xdisp.c (GET_NEXT_DISPLAY_ELEMENT): New macro.
18302         (get_next_display_element, next_element_from_string)
18303         (next_element_from_ellipsis, next_element_from_buffer): Use it.
18305 2008-03-08  Andreas Schwab  <schwab@suse.de>
18307         * process.h (struct Lisp_Process): Declare bit fields as unsigned.
18309 2008-03-06  Jason Rumney  <jasonr@gnu.org>
18311         * w32font.c (w32_registry): Take font_type argument.  Use ANSI
18312         when charset not specified.  Only translate ANSI to unicode when
18313         font_type is truetype.
18314         (w32font_coverage_ok): New function.
18315         (add_font_entity_to_list): Use it to filter unsuitable fonts.
18317 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
18319         * lread.c (Fread_char): Resolve modifiers.
18320         (Fread_char_exclusive): Likewise.
18322         * character.c (char_resolve_modifier_mask): New function.
18323         (char_string): Use char_resolve_modifier_mask.
18324         (Fchar_resolve_modifiers): New function.
18325         (syms_of_character): Declare Fchar_resolve_modifiers as Lisp
18326         function.
18328 2008-03-04  Jason Rumney  <jasonr@gnu.org>
18330         * makefile.w32-in: Always include w32font.c in the build.
18331         * w32font.c: Wrap in USE_FONT_BACKEND conditional.
18333 2008-03-04  Andreas Schwab  <schwab@suse.de>
18335         * Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
18336         (versionclean): Likewise.
18338 2008-03-04  Juanma Barranquero  <lekktu@gmail.com>
18340         * .cvsignore: Add oo.
18342 2008-03-03  Andreas Schwab  <schwab@suse.de>
18344         * coding.c (decode_coding_object): Inhibit gap shrinking while
18345         decoding in place.
18347 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
18349         * w32term.c: Remove unused include "gnu.h".
18350         * makefile.w32-in (w32term.o): Don't depend on gnu.h.
18352         * gnu.h: Rename to ...
18353         * emacs-icon.h: ... this.
18354         * xterm.c: Use emacs-icon.h instead of gnu.h.
18355         * Makefile (xterm.o): Depend on emacs-icon.h, not gnu.h.
18357 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
18359         * w32font.c: Include math.h.
18361 2008-03-03  Jason Rumney  <jasonr@gnu.org>
18363         * w32font.c (recompute_cached_metrics): Change font arg to w32font_info.
18364         Compute options separately.
18365         (w32font_open_internal): Set glyph_idx before caching metrics.
18367         * w32font.h (NTM_PS_OPENTYPE, NTM_TT_OPENTYPE, NTM_TYPE1):
18368         Define if system headers don't.
18369         (struct w32font_info): Enlarge ascii_metrics.  Add glyph_idx.
18370         (w32font_encode_char): Don't declare here.
18372         * w32font.c (Quniscribe, QCformat): New symbols.
18373         (syms_of_w32font): Define them.
18374         (w32font_has_char): Indicate uncertainty.
18375         (w32font_encode_char): Encode as glyph point.  Make static.
18376         (recompute_cached_metrics): New function.
18377         (w32font_open_internal): Use it.  Set font to use glyph points
18378         initially.  Set format based on type of font.
18379         (w32font_text_extents, w32font_draw): Optionally use glyph points.
18380         (w32_enumfont_pattern_entity): Accept backend arg.  Set type based
18381         on it.  Set format based on information available here.
18382         (add_font_entity_to_list): Identify backend based on opentype_only.
18384 2008-03-02  Andreas Schwab  <schwab@suse.de>
18386         * ftfont.c (ftfont_pattern_entity): Fix aliasing violations.
18388         * coding.c (decode_coding_big5, produce_chars):
18389         Fix typos in last change.
18391 2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
18393         * gnu.h: New icon.
18395 2008-03-02  Kenichi Handa  <handa@m17n.org>
18397         * coding.c (decode_coding_utf_8): When eol-type of CODING is
18398         `dos', don't decode '\r' if that is the last in the source.
18399         (decode_coding_utf_16, decode_coding_emacs_mule)
18400         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
18401         (decode_coding_raw_text, decode_coding_charset): Likewise.
18402         (produce_chars): Don't decode EOL here.  Use EMACS_INT.
18404 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18406         * w32font.c (w32font_full_name): Report point size for scalable fonts.
18408 2008-03-01  Kim F. Storm  <storm@cua.dk>
18410         * dispextern.h (CHAR_GLYPH_SPACE_P): Check for default face.
18412 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18414         * w32font.c (w32font_full_name): New function.
18415         (w32font_open_internal): Use it.
18417 2008-03-01  Kim F. Storm  <storm@cua.dk>
18419         * dispnew.c (line_draw_cost): Fix invalid glyph check.
18421 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18423         * font.c (font_unparse_fcname): Increase len when style is a symbol.
18425 2008-03-01  Jan Djärv  <jan.h.d@swipnet.se>
18427         * xterm.c (handle_one_xevent): For Gtk+ and ConfigureNotify, call
18428         xg_frame_resized when the event is for the edit widget.
18430         * gtkutil.h (xg_frame_resized): Renamed from xg_resize_widgets.
18432         * gtkutil.c (xg_resize_outer_widget): Only do one of set_geometry or
18433         set_char_size.
18434         (xg_frame_resized): Renamed from xg_resize_widgets.  Remove all
18435         operations on widgets here.  Just set frame size if needed.
18436         (flush_and_sync, x_wm_size_hint_off, xg_pack_tool_bar): New functions.
18437         (xg_frame_set_char_size): Call x_wm_size_hint_off before resizing.
18438         (x_wm_set_size_hint): Set size hints on the edit widget only, not
18439         the whole frame.
18440         (xg_create_tool_bar): Move attachment of the tool bar to
18441         xg_pack_tool_bar.  Do not attach the tool bar if there are no items.
18442         (free_frame_tool_bar): Remove call to SET_FRAME_GARBAGED.
18444 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18446         * w32fns.c (w32_msg_pump): Disable debug code.
18448 2008-03-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18450         * m/intel386.h [MAC_OSX || DARWIN]: Define NO_ARG_ARRAY if _LP64.
18452 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
18454         * xdisp.c (next_overlay_string): Don't set
18455         overlay_strings_at_end_processed_p if we're currently reading from
18456         a display string.
18458 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18460         * xdisp.c (get_overlay_strings_1): Fix typo.
18462 2008-02-29  Chong Yidong  <cyd@stupidchicken.com>
18464         * xdisp.c (get_overlay_strings_1): Add missing argument type.
18466 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
18468         * ftfont.c (ftfont_match): Explicitly set pixelsize in pattern.
18470         * xdisp.c (display_mode_element): Cancel the previous change.
18471         (decode_mode_spec): Likewise.
18472         (handle_auto_composed_prop): Don't make composition if it->string
18473         is a string.
18475 2008-02-27  Kim F. Storm  <storm@cua.dk>
18477         * lisp.h (GLYPH): Change type from int to struct with separate char
18478         and face_id members.
18479         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Delete macros.
18480         (GLYPH_CHAR, GLYPH_FACE): Remove slow versions with frame arg.
18481         (FAST_GLYPH_CHAR, FAST_GLYPH_FACE): Rename macros to ...
18482         (GLYPH_CHAR, GLYPH_FACE): ... these.  Change users.
18483         (FAST_MAKE_GLYPH, MAKE_GLYPH): Remove.  Rewrite users to use ...
18484         (SET_GLYPH, SET_GLYPH_CHAR, SET_GLYPH_FACE): ... these macros instead.
18485         (GLYPH_CODE_CHAR, GLYPH_CODE_FACE, GLYPH_CODE_P)
18486         (GLYPH_CODE_CHAR_VALID_P, SET_GLYPH_FROM_GLYPH_CODE): New macros to
18487         handle new Lisp glyph code encoding, either an integer or a cons.
18489         * disptab.h (GLYPH_SIMPLE_P): Rewrite.
18490         (GLYPH_ALIAS): Delete.
18491         (GLYPH_ALIAS_P, GLYPH_FOLLOW_ALIASES): Rewrite.
18492         (GLYPH_LENGTH, GLYPH_STRING): Use GLYPH_CHAR.
18493         (GLYPH_FROM_CHAR): Replace macro by ...
18494         (SET_GLYPH_FROM_CHAR): ... this macro.  Change users.
18496         * dispextern.h (CHAR_GLYPH_SPACE_P): Simplify.
18497         (GLYPH_FROM_CHAR_GLYPH): Replace macro by ...
18498         (SET_GLYPH_FROM_CHAR_GLYPH): ... this macro.  Change users.
18499         (GLYPH_INVALID_P): New macro.
18500         (spec_glyph_lookup_face): Update prototype.
18502         * dispnew.c (line_draw_cost): Adapt to new glyph type.
18503         (build_frame_matrix_from_leaf_window): Adapt to new glyph type and
18504         new glyph code encoding.
18505         (spec_glyph_lookup_face): No return value; update passed glyph instead.
18506         (init_display): Use SET_CHAR_GLYPH to initialize space_glyph.
18508         * xdisp.c (get_next_display_element, next_element_from_display_vector):
18509         Adapt to new glyph type and new glyph code encoding.
18511         * term.c (encode_terminal_code, produce_special_glyphs): Likewise.
18513         * indent.c (current_column, current_column_1, Fmove_to_column)
18514         (compute_motion): Adapt to new glyph code encoding.
18516         * msdos.c (IT_write_glyphs): Adapt to new glyph type.
18518 2008-02-27  Chong Yidong  <cyd@stupidchicken.com>
18520         * process.c (wait_reading_process_output): Check for window
18521         changes caused by timers.
18522         Suggested by Johan Bockgård.
18524 2008-02-27  Glenn Morris  <rgm@gnu.org>
18526         * emacs.c (USAGE1): Add `--disable-font-backend'.
18528 2008-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18530         * fileio.c (Finsert_file_contents): Don't reset undo_list if no change
18531         is made to the buffer.
18533 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18535         * dispextern.h (face_at_buffer_position, face_for_overlay_string)
18536         (face_at_string_position):
18537         * xfaces.c (face_at_buffer_position, face_for_overlay_string)
18538         (face_at_string_position):
18539         * xdisp.c (display_string, next_overlay_change):
18540         * buffer.h (overlays_at):
18541         * buffer.c (overlays_at): Use EMACS_INT for buffer positions.
18542         Update callers.
18544 2008-02-26  Chong Yidong  <cyd@stupidchicken.com>
18546         * editfns.c (Fformat): Doc fix.
18548 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
18550         * font.c (Ffont_spec, Ffont_at): Fix typos in docstrings.
18551         (Ffont_put, Flist_families, Ffont_fill_gstring, Ffont_drive_otf)
18552         (Ffont_otf_alternates, Fquery_font): Doc fixes.
18554 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18556         * buffer.c (Fbuffer_swap_text): New function.
18557         (syms_of_buffer): Defsubr it.
18559 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
18561         * keyboard.c (command_loop_1): Revert 2006-10-09 change.
18563 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18565         * w32font.c (w32font_draw): Draw one character at a time when padding.
18567 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18569         * window.c (Fdelete_window, Fadjust_window_trailing_edge):
18570         Handle a nil arg.  Use run_window_configuration_change_hook.
18571         (delete_window, adjust_window_trailing_edge): Don't handle nil any more.
18572         (Fenlarge_window, Fshrink_window, Fset_window_configuration):
18573         Use run_window_configuration_change_hook.
18575 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18577         * xdisp.c (x_produce_glyphs): For a visible glyph, assure at least
18578         1-pixel width.
18580 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18582         * xdisp.c (fill_glyph_string): Pay attention to glyph->padding_p.
18583         (append_glyph): Set glyph->pixel_width and glyph->padding_p to 1
18584         if the glyph in the font is zero pixel with.
18586         * dispextern.h (struct glyph_string): New member padding_p.
18588         * w32font.c (w32font_draw): Pay attention to s->padding_p.
18590         * ftxfont.c (ftxfont_draw): Pay attention to s->padding_p.
18592         * xfont.c (xfont_draw): Pay attention to s->padding_p.
18594         * xftfont.c (xftfont_draw): Pay attention to s->padding_p.
18596         * font.c: If the font driver doesn't have `shape' function, return Qnil.
18598 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18600         * w32fns.c (enum_font_cb2): Don't use raster fonts for Unicode.
18602 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18604         Allow fine-grained image-cache flushing.
18605         * dispextern.h (struct image): Add `dependencies' field.
18606         (clear_image_caches): Change arg to Lisp_Object.
18607         * image.c (make_image): Initialize `dependencies' field.
18608         (clear_image_cache): Change arg to allow fine-grained flushing.
18609         Perform the flush even if image-cache-eviction-delay is nil.
18610         (clear_image_caches): Change arg to Lisp_Object.
18611         (Fclear_image_cache): Expand meaning of the argument.
18612         (mark_image): Mark `dependencies' field.
18613         * xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
18614         (lface_hash): Use XHASH rather than XFASTINT.
18615         (face_at_buffer_position): Fix int -> EMACS_INT position.
18616         * xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
18617         (select_frame_for_redisplay): Remove code duplication.
18618         (redisplay_internal): Adapt arg to call to clear_image_caches.
18620 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18622         * s/vms4-0.h:
18623         * s/vms4-2.h:
18624         * s/vms4-4.h:
18625         * s/vms5-5.h: Remove, unused.
18627         * s/irix5-2.h:
18628         * s/irix6-0.h:
18629         * s/riscos5.h:
18630         * s/mach-bsd4-3.h:
18631         * m/mips4.h: Remove files for obsolete systems.
18633         * Makefile.in:
18634         * filelock.c:
18635         * unexmips.c:
18636         * m/hp9000s300.h:
18637         * m/iris4d.h:
18638         * s/aix3-1.h:
18639         * s/hpux.h:
18640         * s/msdos.h:
18641         * s/usg5-0.h:
18642         * s/usg5-2-2.h:
18643         * s/usg5-2.h:
18644         * s/usg5-3.h: Remove references to obsolete variables.
18646         * s/irix5-0.h: Remove, move all the contents ...
18647         * s/irix6-5.h: ... here.  Simplify.
18648         * config.in: Regenerate.
18650 2008-02-24  Jason Rumney  <jasonr@gnu.org>
18652         * w32term.c (x_draw_glyph_string_background): Clear the background
18653         manually when cleartype is in use.
18654         (x_draw_glyph_string_foreground): Draw text transparently when
18655         cleartype is in use.
18657         * w32font.c (w32font_text_extents): Avoid getting HDC and selecting
18658         a font into it unless we have to.
18660 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18662         * intervals.h (INT_LISPLIKE): Remove.  It may misfire.
18663         (NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
18665 2008-02-18  Jason Rumney  <jasonr@gnu.org>
18667         * w32fns.c (Fw32_shell_execute): Encode parameters.
18669 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
18671         * fileio.c (syms_of_fileio) <insert-default-directory>: Doc fix.
18673 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
18675         * unexhp9k800.c (read_header): Replace `legal' with `valid'.
18677 2008-02-24  Ulrich Neumerkel  <ulrich@complang.tuwien.ac.at>  (tiny change)
18679         * xterm.c (x_set_offset): Don't change the gravity if
18680         CHANGE_GRAVITY is -1.
18682 2008-02-23  Chong Yidong  <cyd@stupidchicken.com>
18684         * fileio.c (auto_save_error_occurred): New var.
18685         (auto_save_error): Set it.
18686         (Fdo_auto_save): Don't overwrite the error message if an auto-save
18687         error occurred.
18689 2008-02-23  Eli Zaretskii  <eliz@gnu.org>
18691         * w32.c (globals_of_w32): Add initializations for
18692         g_b_init_get_sid_sub_authority and
18693         g_b_init_get_sid_sub_authority_count.
18695 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18697         * font.c (font_match_xlfd, font_check_xlfd_parse): New funs.
18698         (font_parse_xlfd): Use them for sanity check.
18699         (Finternal_set_font_style_table): Make sure the table is bijective.
18701         Consolidate the image_cache to the terminal struct.
18702         * termhooks.h (P_): Remove redundant def.
18703         (struct terminal): New field `image_cache'.
18704         * frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
18705         of FRAME_X_IMAGE_CACHE.
18706         * xterm.h (struct x_display_info): Remove image_cache field.
18707         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
18708         * w32term.h (struct w32_display_info): Remove image_cache field.
18709         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
18710         * macterm.h (struct mac_display_info): Remove image_cache field.
18711         (FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
18712         * xterm.c (x_term_init):
18713         * w32term.c (w32_term_init):
18714         * macterm.c (mac_term_init): Set the image_cache in the terminal.
18715         * dispextern.h (clear_image_cache, forall_images_in_image_cache):
18716         Remove declarations.
18717         (clear_image_caches, mark_image_cache): New declarations.
18718         * xfaces.c (clear_face_cache):
18719         * xdisp.c (redisplay_internal): Use clear_image_caches.
18720         * image.c (clear_image_cache): Don't check that a frame is on
18721         a window-system before checking if it shares the same cache.
18722         (clear_image_caches): New function.
18723         (Fclear_image_cache): Use it.
18724         (mark_image): Move from allo.c.
18725         (mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
18726         * alloc.c (mark_image, mark_image_cache): Move to image.c.
18727         (mark_object): Don't call mark_image_cache for frames.
18728         (mark_terminals): Call mark_image_cache.
18730         * lisp.h (Fdelete_terminal): Declare.
18732         * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
18733         (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
18734         wrong_type_argument.
18736 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
18738         * Makefile.in (lisp): Remove devanagari.el, kannada.el,
18739         malayalam.el, and tamil.el.  Add sinhala.el.
18741 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18743         * xterm.c (x_connection_closed): Consolidate identical tests.
18744         (x_delete_terminal): Don't crash if called via x_connection_closed.
18746 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
18748         * xdisp.c (decode_mode_spec): New arg string.
18749         (display_mode_element): Adjust for the above change.
18751 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18753         * callint.c (Fcall_interactively): Use AREF.
18755 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18757         * font.c (font_unparse_xlfd): Don't ignore integer pixel size specs.
18759 2008-02-18  Jan Djärv  <jan.h.d@swipnet.se>
18761         * xfns.c (Fx_show_tip): Set string to " " if empty.
18763 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
18765         * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
18766         with Qt.
18768 2008-02-17  Kenichi Handa  <handa@m17n.org>
18770         * ftfont.c (ftfont_shape): Return Lispy number.
18772         * xfaces.c (prepare_face_for_display): Use display_info->font->fid
18773         for GCs.
18774         (Finternal_set_font_selection_order): Call font_update_sort_order
18775         only when enable_font_backend is set.
18776         (realize_x_face): Set face->font_info to that of default face only
18777         when enable_font_backend is set.
18779         * xdisp.c (handle_composition_prop): Set it->c to the fist
18780         character of the composed region.
18781         (fill_composite_glyph_string): Set base_face->font_info to
18782         s->font_info.  Get a face for ascii from base_face->ascii_face.
18783         (BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
18784         with a face already decided.
18785         (x_produce_glyphs): Be sure to set it->ascent and it->descent to
18786         non-negative.
18787         (x_produce_glyphs): If the composition method is ..._WITH_GLYPH_STRING,
18788         call font_prepare_composition unconditionally.
18790         * xfns.c (x_make_gc): Use the default font id of the frame for GCs.
18792         * xterm.h (struct x_display_info): New member font.
18794         * xterm.c (x_set_cursor_gc): Use display_info->font->fid for GCs.
18795         (x_set_mouse_face_gc, x_new_font): Likewise.
18796         (x_term_init): Setup display_info->font.
18797         (x_delete_terminal): Free display_info->font.
18799         * xfont.c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
18801         * ftxfont.c (ftxfont_default_fid): Delete it.
18802         (ftxfont_open): Set xfont->fid to 0.
18803         (ftxfont_end_for_frame): Clear data specific to the frame and the
18804         font-driver.
18806         * xftfont.c (xftfont_default_fid): Delete it.
18807         (xftfont_open): Set xfont->fid to 0.
18809         * fontset.c (FONTSET_OBJLIST): New macro.
18810         (fontset_find_font): Update font-object list of the fontset.
18811         (free_realized_fontset): New function.
18812         (free_face_fontset): Call free_realized_fontset.
18813         (Ffont_info): Call font_close_object only when enable_font_backend
18814         is set.
18816         * font.c [HAVE_X_WINDOWS]: Include xterm.h.
18817         [HAVE_NTGUI]: Include w32term.h.
18818         [MAC_OS]: Include macterm.ch.
18819         (font_otf_ValueRecord): Use make_number.
18820         (font_finish_cache): Fix handling of reference count.
18821         (font_clear_cache): Update num_fonts.
18822         (font_open_entity): Update smallest_char_width and
18823         smallest_font_height of the frame.
18824         (font_close_object): Update num_fonts.
18825         (Fclear_font_cache): Fix finding the target cache data.
18827 2008-02-16  Glenn Morris  <rgm@gnu.org>
18829         * fontset.c (Finternal_char_font): Fix compilation warning.
18831 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
18833         * w32.c (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP
18834         instead of char arrays.  Enlarge the size of array passed to
18835         get_token_information.
18837         * font.c (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation
18838         warnings.
18840 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
18842         * .gdbinit: Don't set `args', it breaks gdb --args.
18844 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18846         * fileio.c (Finsert_file_contents): Adjust offsets when replacing
18847         within a narrowed buffer.
18849 2008-02-14  Kenichi Handa  <handa@ni.aist.go.jp>
18851         * coding.c (decode_coding_object, encode_coding_object):
18852         Preserve Vdeactivate_mark.  Delete unnecessary call of Fcurrent_buffer.
18854 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18856         * coding.c (coding_set_destination): Use BEG_BYTE rather than
18857         hardcoding 1.
18858         (detect_coding_system):
18859         * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text)
18860         (string_char_to_byte, string_byte_to_char, insert_from_gap):
18861         * insdel.c (insert_from_gap):
18862         * fns.c (string_char_byte_cache_charpos, string_char_byte_cache_bytepos)
18863         (string_char_to_byte, string_byte_to_char, string_make_multibyte)
18864         (string_to_multibyte):
18865         * character.c (chars_in_text, multibyte_chars_in_text):
18866         * fileio.c (Finsert_file_contents): Use EMACS_INT for buffer positions.
18868         * character.h (FETCH_STRING_CHAR_ADVANCE)
18869         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
18870         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA and SREF.
18871         (DEC_POS, BUF_DEC_POS): Use BEG_BYTE rather than hardcoding 1.
18873         * casefiddle.c (casify_region): Only call after-change and composition
18874         functions on the part of the region that was changed.
18876         * keyboard.c (read_avail_input):
18877         * frame.c (Fdelete_frame): Call Fdelete_terminal.
18879 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18881         * buffer.c (clone_per_buffer_values, reset_buffer_local_variables)
18882         (Fbuffer_local_value, Fbuffer_local_variables): Don't forget undo_list.
18884 2008-02-11  Juanma Barranquero  <lekktu@gmail.com>
18886         * w32menu.c (push_submenu_start, push_submenu_end)
18887         (push_left_right_boundary, push_menu_pane, push_menu_item):
18888         * keyboard.c (read_key_sequence): Don't pass args with side effects
18889         to AREF, it fails when compiling with -DENABLE_CHECKING.
18891 2008-02-11  Kenichi Handa  <handa@ni.aist.go.jp>
18893         * Makefile.in (${lispsource}international/charprop.el):
18894         Delete this target.
18896         * search.c (boyer_moore): Fix incorrect synching of the trunk and
18897         emacs-unicode-2.
18899 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18901         * terminal.c (Fdelete_terminal): Clean up the `force' path.
18903 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18905         * frame.c (Qnoelisp): New symbol.
18906         (syms_of_frame): Initialize it.
18907         (Fdelete_frame): Use it to distinguish a mere `force' passed from some
18908         harmless Elisp code, from a strong `force' from x_connection_closed.
18909         * frame.h (Qnoelisp): Declare.
18910         * xterm.c (x_connection_closed): Pass `noelisp'.
18912         * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
18913         (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
18914         (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type
18915         rather than `int' for the type of `type'.
18917 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
18919         * s/gnu-linux.h: Remove support for non-ELF and linux-1.x.
18921         * Makefile.in (GNUC): Remove support for gcc-1.x.
18923 2008-02-10  Richard Stallman  <rms@gnu.org>
18925         * lisp.h (ASET): Use AREF, not ASLOT.
18927 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18929         * lisp.h (ASET): Check bounds.
18931 2008-02-10  Glenn Morris  <rgm@gnu.org>
18933         * buffer.c (mode-name): Doc fix.
18935 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
18937         * Makefile.in:
18938         * emacs.c:
18939         * gmalloc.c:
18940         * keyboard.c:
18941         * lisp.h:
18942         * m/ibm370aix.h:
18943         * process.c:
18944         * regex.c:
18945         * s/hpux.h:
18946         * sysdep.c:
18947         * sysselect.h:
18948         * systty.h:
18949         * unexec.c:
18950         * w32term.c:
18951         * xsmfns.c:
18952         * xterm.c: Remove code that deals with obsolete variables.
18954         * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
18956         * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
18957         nothing else needs it anymore.
18959 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
18961         * buffer.h (FETCH_CHAR_AS_MULTIBYTE): Use unibyte_to_multibyte_table
18962         instead of unibyte_char_to_multibyte.
18964 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
18966         * s/gnu-linux.h: Remove commented out code.
18968         * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE.
18970         * Makefile.in: Update what RMS says about using autoconf.
18971         (C_COMPILER, COFF_ENCAPSULATE, MAKE_PARALLEL): Remove obsolete variable.
18972         (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1)
18973         (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1)
18974         (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
18976 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18978         * keymap.c (Fkey_description): Move side effect outside of macro call.
18980         * xfaces.c (Finternal_make_lisp_face):
18981         * keyboard.c (add_command_key, parse_menu_item): Use ASET.
18983         * fontset.c (free_face_fontset): Use FONTSET_FROM_ID.
18984         (syms_of_fontset): Use ASET.
18986         * fns.c (concat): Move side effect outside of macro call.
18987         (hash_clear): Use ASET.
18989 2008-02-08  Richard Stallman  <rms@gnu.org>
18991         * frame.c (Fdelete_frame): If FORCE, don't call hooks.
18992         If FORCE, and frame has a surrogate minibuffer for another frame,
18993         delete the other frame first.
18995 2008-02-07  Timo Savola  <timo.savola@iki.fi>
18997         * xterm.c (x_detect_focus_change): Handle embed client message.
18998         (handle_one_xevent): Ditto.
18999         (handle_one_xevent): If embedded and we get a button press/release,
19000         request focus.
19001         (xembed_set_info, xembed_send_message): New functions.
19002         (x_make_frame_visible): Call xembed_set_info if embedded.
19003         (x_make_frame_invisible): Call xembed_set_info if embedded.
19004         (x_term_init): Initialize Xatom_XEMBED.
19005         (x_make_frame_visible): Check for FRAME_X_EMBEDDED_P also.
19006         (x_iconify_frame): Ditto.
19008         * xterm.h (struct x_display_info): Add AtomXatom_XEMBED.
19009         (enum xembed_info, enum xembed_message, enum xembed_focus)
19010         (enum xembed_modifier, enum xembed_accelerator): New.
19011         (xembed_set_info, xembed_send_message): Declare.
19012         (FRAME_X_EMBEDDED_P): New.
19014         * gtkutil.c (xg_create_frame_widgets): If frame is embedded, call
19015         gtk_plug_new.
19017         * xfns.c (Fx_create_frame): Do not override the explicitly set parent
19018         window ID of a frame.
19019         (x_window): Reparent frame if embedded.
19020         (Fx_create_frame): Don't set border width if embedded.
19022         * emacs.c (USAGE3): Add --parent-id.
19023         (standard_args): Ditto.
19025 2008-02-07  Jan Djärv  <jan.h.d@swipnet.se>
19027         * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
19029 2008-02-07  Jim Meyering  <meyering@redhat.com>
19031         Use "do...while (0)", not "if (1)...else" in macro definitions.
19032         The latter provokes a warning from gcc about the empty else, when
19033         followed by ";".  Also, without that trailing semicolon, it would
19034         silently swallow up any following statement.
19035         * syntax.h (SETUP_SYNTAX_TABLE)
19036         (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
19037         * buffer.h (DECODE_POSITION): Likewise.
19038         * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
19039         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
19040         (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
19041         (FETCH_CHAR_ADVANCE): Likewise.
19042         (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
19044 2008-02-07  Jim Meyering  <meyering@redhat.com>
19046         * lread.c [lint]: Don't include <sys/inode.h>.
19048 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19050         * xselect.c (x_handle_dnd_message):
19051         * xmenu.c (digest_single_submenu, xmenu_show):
19052         * xdisp.c (with_echo_area_buffer_unwind_data)
19053         (format_mode_line_unwind_data, unwind_format_mode_line)
19054         (display_menu_bar):
19055         * eval.c (Ffetch_bytecode):
19056         * doc.c (store_function_docstring):
19057         * ccl.c (resolve_symbol_ccl_program, ccl_get_compiled_code)
19058         (Fccl_execute, Fccl_execute_on_string, Fregister_code_conversion_map):
19059         * buffer.c (add_overlay_mod_hooklist): Use ASET.
19061 2008-02-07  Kenichi Handa  <handa@m17n.org>
19063         * ftxfont.c (ftxfont_open): Don't set
19064         dpyinfo->smallest_font_height and dpyinfo->smallest_char_width to 0.
19066         * ftfont.c (ftfont_open): Fix previous change.
19068 2008-02-06  Jason Rumney  <jasonr@gnu.org>
19070         * w32font.c (w32font_text_extents): Fill in lbearing metric.
19071         Use cached metrics for ASCII characters.
19072         (w32font_open_internal): Don't set font's owning_frame.
19073         Cache metrics for ASCII characters.
19075         * w32font.h (struct w32font_info): Add ascii_metrics.
19076         Remove owning_frame.
19078 2008-02-06  Kenichi Handa  <handa@ni.aist.go.jp>
19080         * xdisp.c (x_produce_glyphs): Don't set it->ascent and it->descent
19081         to negative value.
19083         * ftxfont.c (ftxfont_draw): Use s->font_info, not face->font_info.
19085         * ftfont.c (ftfont_open): Fix calculation of font->font.average_width.
19087         * charset.c (syms_of_charset): Set QCtest and Qeq.
19089 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19091         * process.c (Fstart_process):
19092         * callproc.c (Fcall_process): Handle the case where
19093         Funhandled_file_name_directory returns nil.
19095         * font.h (enum lgstring_indices, enum lglyph_indices): New enums.
19096         (LGSTRING_SLOT, LGSTRING_SET_SLOT): New macros.
19097         * font.c (check_gstring): Use them and AREF to access the vector before
19098         we know it's really a gstring.
19099         (Ffont_shape_text): Fix typo.
19100         (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
19102         * composite.h (Fcompose_region_internal, Fcompose_string_internal):
19103         Declare.
19105         * chartab.c (make_sub_char_table): Remove noop-yet-incorrect statement.
19107 2008-02-05  Jason Rumney  <jasonr@gnu.org>
19109         * w32font.c (w32font_open_internal): Fill min_width with tmAveCharWidth.
19110         Set smallest_font_height and smallest_char_width in display info.
19112 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
19114         * coding.c (decode_eol): Pay attention to coding->dst_multibyte.
19116 2008-02-05  Miles Bader  <miles@gnu.org>
19118         * xfaces.c (get_lface_attributes, merge_named_face)
19119         (lookup_named_face, lookup_derived_face, realize_named_face):
19120         Revert 2008-02-01 change by cyd@stupidchicken.com.
19122 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
19124         * fontset.c (Ffontset_info): Handle the case of inhibitting the
19125         fallback fonts.
19126         (Ffontset_info) [USE_FONT_BACKEND]: Fix getting of opened font names.
19128 2008-02-04  Jason Rumney  <jasonr@gnu.org>
19130         * w32font.c (w32font_open_internal): Use font_unparse_fcname to
19131         set full_name.
19132         (w32font_open_internal): Use xmalloc, xrealloc, xfree.
19134 2008-02-03  Jason Rumney  <jasonr@gnu.org>
19136         * makefile.w32-in (OBJ1): Include font.o here.
19137         (FONTOBJ) [USE_FONTBACKEND]: Instead of here.
19139 2008-02-02  Jason Rumney  <jasonr@gnu.org>
19141         * makefile.w32-in (temacs): Bump EMHEAP to 21.
19143 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19145         * s/cygwin.h: Define VIRT_ADDR_VARIES.
19147         * puresize.h [VIRT_ADDR_VARIES]: Don't include CYGWIN in condition.
19149 2008-02-01  Andreas Schwab  <schwab@suse.de>
19151         * Makefile.in (shortlisp, lisp): Update for rename of
19152         ../lisp/language/myanmar.el.
19154 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
19156         * xfaces.c (get_lface_attributes): Delete function.
19157         (merge_named_face, lookup_named_face, lookup_derived_face)
19158         (realize_named_face): Call lface_from_face_name directly, and use
19159         the fact that merge_face_vectors does not alter its FROM argument.
19161 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19163         * w32term.c (w32_read_socket) <WM_CHAR>: Decode non-Unicode
19164         input in the default locale.  Handle non-Unicode multibyte input.
19166 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19168         * fontset.c (reorder_font_vector): Exclude nil elements from the
19169         font group.  Don't try multiple fonts.
19170         (fontset_font): Adjust for the above change.
19171         (Finternal_char_font): Return nil if the found font doesn't
19172         contain the character ch.
19174         * Makefile.in (lisp, shortlisp): Add cham.el.
19176 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19178         * font.h (FONTP): Make it return 1 also for a font-object.
19180         * .gdbinit (xfontset): New function.
19182         * font.c (font_find_for_lface): Check if the character C is
19183         supported or not only for the first font.
19185         * fontset.c (reorder_font_vector): Fix typo.
19186         (fontset_find_font): Don't add a font-spec specifying a script.
19187         Use 0 (not Qt) for the indication of empty font-group.  Change the
19188         format of RFONT-DEF.  Return Qt if no font in the font-group
19189         support the character.
19190         (fontset_font): Adjust for the above change.  If no font was
19191         found the character, remember that.
19192         (face_for_char): Adjust for the change of RFONT-DEF.
19193         (Fset_fontset_font): Allow nil for FONT-SPEC to explicitly specify
19194         no font for the target.
19195         (Finternal_char_font): Adjust for the change of RFONT-DEF.
19197 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19199         * font.c (font_load_for_face): Handle the case that the font in
19200         face->lface is a string.
19202 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19204         * xfaces.c (set_lface_from_font_and_fontset): Set the fontname in lface.
19206 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19208         * xfaces.c (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]:
19209         Fix previous change.  If the frame is not on a window system,
19210         signal an error.
19212 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19214         * coding.c (decode_coding_object, encode_coding_object): Adjust
19215         marker positions after conversion.
19217         * lisp.h (struct Lisp_Marker): New member need_adjustment.
19219 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19221         * font.c (font_find_for_lface): Fix the handling of the return
19222         value of font_has_char.
19223         (Ffont_shape_text): Fix previous change.
19225         * fontset.c (FONTSET_REF_AND_RANGE): Delete it.
19226         (fontset_ref_and_range): Delete it.
19227         (fontset_find_font): Call char_table_ref_and_range instead of
19228         FONTSET_REF_AND_RANGE.
19229         (make_fontset): Don't setup font groups of Latin here.
19230         (Fset_fontset_font): Don't overwrite the setting of FONTSET_ASCII.
19231         (new_fontset_from_font): Make the specified font the default for
19232         all Latin characters.
19234 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19236         * xfaces.c (Finternal_set_lisp_face_attribute): Check if the frame
19237         is on a window system before accessing the fontset of the frame.
19239 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19241         * Makefile.in (lisp, shortlisp): Add kherm.el and myanmar.el.
19243         * ftfont.c (ftfont_driver): Set ftfont_shape in ftfont_driver only
19244         when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
19246         * font.c (Ffont_shape_text): If the font driver doesn't have a
19247         shaper function, make zero-width glyphs to have at least one-pixel
19248         width.  Fix setting of `to' field of glyphs.
19250 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19252         * ftfont.c (ftfont_drive_otf): Fix setting of FROM and TO slots of
19253         glyphs.
19255         * font.h (struct font_driver): Improve docstring of member `shape'.
19257 2008-02-01  Kenichi Handa  <handa@m17n.org>
19259         * composite.c (syms_of_composite): Fix docstring of
19260         auto-composition-function.
19262         * font.h (LGLYPH_SIZE): New macro.
19264         * font.c (Ffont_fill_gstring): Stop filling when a character not
19265         supported by the font is found.
19266         (Ffont_shape_text): When a shape callback function returns nil,
19267         try at most two more times with larger gstring.
19268         (Ffont_at): Fix getting of w.  Call font_at with correct 5th argument.
19270         * xdisp.c (handle_auto_composed_prop): Change the argument to
19271         auto-composition-function.
19273         * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
19274         (ftfont_shape_by_flt): If an element of lgstring is nil, make a
19275         Lispy glyph and store it in the lgstring.
19277         * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
19279         * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
19281 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19283         * font.c (Ffont_shape_text): Avoid unnecessary composition.
19285         * fontset.c (Vfont_encoding_charset_alist): New variable.
19286         (syms_of_fontset): DEFVAR it.
19287         (reorder_font_vector, fontset_find_font): Optimize for the case of
19288         no need of reordering.
19289         (face_for_char): Map the charset property by
19290         Vfont_encoding_charset_alist.
19292 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19294         * w32font.c (logfonts_match): Don't check adstyle here.
19295         (font_matches_spec): Check here against physical font instead.
19296         (add_font_entity_to_list): Avoid some substitutions.
19298         * font.c (font_parse_fcname): Default weight and slant to normal.
19299         (font_score): Prefer normal fonts if weight or slant unspecified.
19300         (font_score) [WINDOWSNT]: Scale weight difference down to closer
19301         match freetype scores.
19303 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19305         * w32font.c (w32font_text_extents): Don't use the frame stored in the
19306         font, as it may have been deleted.
19307         (w32_enumfont_pattern_entity): Map generic family to adstyle using
19308         most common hyphenless variation.
19309         (logfonts_match): Check generic family.
19310         (font_matches_spec): Don't check generic family here.
19311         (fill_in_logfont): Set generic family based on adstyle.
19313         * w32font.h (w32font_get_cache): Update declaration.
19315 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19317         * ftfont.c (ftfont_get_cache): Adjust the argument type.
19319         * frame.c (x_set_font_backend): Don't call Fclear_font_cache.
19320         If none of the new drivers are available, call font_update_drivers
19321         with the old drivers.
19323         * w32font.c (w32font_get_cache): Adjust the argument type.
19325         * xfont.c (xfont_get_cache): Adjust the argument type.
19327         * font.h (struct font_driver): Change argument type of get_cache.
19329         * xftfont.c (xftfont_start_for_frame): Delete prototype.
19331         * font.c (Ffont_get): Fix arguments to Fassoc.
19332         (font_prepare_cache, font_finish_cache, font_get_cache): New functions.
19333         (font_clear_cache): New function.
19334         (font_list_entities, font_matching_entity): Use font_get_cache.
19335         (font_update_drivers): Call font_clear_cache when finishing a driver.
19337         * fontset.c (fontset_find_font): Fix previous change.
19339 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19341         * xterm.c (x_check_font) [USE_FONT_BACKEND]: Don't access
19342         dpyinfo->font_table.
19343         (x_delete_display) [USE_FONT_BACKEND]: Likewise.
19344         (x_delete_terminal) [USE_FONT_BACKEND]: Likewise.
19346         * font.c (font_at): Handle the case that the arg C is negative.
19347         Handle the unibyte case.
19348         (Ffont_at): Call font_at with the arg C -1.
19350         * xdisp.c (handle_auto_composed_prop): Don't get a character at
19351         the position here, and call font_at with the arg C -1.
19352         Don't check the range of the existing composition at the point.
19354 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19356         * fontset.c (fontset_add): New args charset_id and family.
19357         Change caller.
19358         (load_font_get_repertory, fontset_find_font): Assume that
19359         font_spec is always a font-spec object.
19360         (Fset_fontset_font): Always store a font-spec object in a fontset.
19362         * xdisp.c (handle_auto_composed_prop): Use Fget_text_property
19363         instead of get_property_and_range.
19365 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19367         * xftfont.c (struct xftfont_info): Delete the member ft_face.
19368         (xftfont_open): Don't keep locking face.
19369         (xftfont_close): Don't unlock face.
19370         (xftfont_anchor_point, xftfont_shape): Lock and unlock face.
19372         * fontset.c (fontset_find_font): Don't prefer a font of
19373         supplementary charset.
19375 2008-02-01  Kenichi Handa  <handa@m17n.org>
19377         * ftfont.c (struct OpenTypeSpec): Rename members script_tag to
19378         script, langsys_tag to langsys, new member script.
19379         (OTF_TAG_STR): Terminate by '\0'.
19380         (ftfont_get_open_type_spec): If :otf prop is spec, limit the
19381         listing to the script specified in that property.  Fix arg to
19382         OTF_check_features.
19384 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19386         * w32font.h: New file.
19388         * w32font.c: Include it.
19389         (struct w32font_info): Add owning_frame field.  Move to w32font.h.
19390         (w32font_open): Set owning_frame.
19391         (w32font_text_extents): Use owning_frame.
19392         (struct font_callback_data): Add opentype_only field.
19393         (add_font_entity_to_list): Use it to filter fonts.
19394         Don't check against full name.
19395         (w32font_list_internal): New function.
19396         (w32font_list): Use it.
19397         (w32font_match_internal): New function.
19398         (w32font_match): Use it.
19399         (w32font_open_internal): New function.
19400         (w32font_open): Use it.
19401         (w32font_get_cache, w32font_close, w32font_has_char)
19402         (w32font_encode_char, w32font_text_extents, w32font_draw):
19403         Make non-static.
19405         * makefile.w32-in (w32font.o): Depend on w32font.h.
19407 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19409         * charset.c (Fdefine_charset_internal): Record a supplementary
19410         charset at the tail of Vcharset_order_list.
19412         * font.c (Ffont_shape_text): Fix the return value.
19414         * ftfont.c (OTF_SYM_TAG, OTF_TAG_STR): Fix argument names.
19416         * xdisp.c (handle_auto_composed_prop): Fix previous change.
19418 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19420         * ftfont.c (struct OpenTypeSpec): New struct.
19421         (OTF_SYM_TAG, OTF_TAG_STR): New macros.
19422         (ftfont_get_open_type_spec): New function.
19423         (ftfont_list) [HAVE_LIBOTF]: Check otf-spec property.
19425         * lread.c (read1): Redo the previous change with checking Vpurify_flag.
19427 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19429         * w32font.c (add_font_entity_to_list): Compare only the beginning
19430         of full name.
19432 2008-02-01  Kenichi Handa  <handa@m17n.org>
19434         * xdisp.c (handle_auto_composed_prop): Simplify the code.
19435         Never return HANDLED_RECOMPUTE_PROPS.
19437 2008-02-01  Kenichi Handa  <handa@m17n.org>
19439         * font.c (font_gstring_produce): Delete it.
19441         * composite.h (COMPOSITION_METHOD):
19442         Handle COMPOSITION_WITH_GLYPH_STRING.
19444 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19446         * xfont.c (Qx): Delete.
19447         (syms_of_xfont): Don't initialize Qx.
19449         * composite.h (enum composition_method):
19450         Define COMPOSITION_WITH_GLYPH_STRING unconditionally.
19452 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19454         * xfaces.c [HAVE_WINDOW_SYSTEM]: Include "font.h" unconditionally.
19455         (choose_face_font): Accept new form of font-spec.
19457         * frame.h (font_driver_list): Declare it unconditionally.
19458         (struct frame): Define members font_driver_list and font_data_list
19459         unconditionally.
19461         * fontset.c: Include "font.h" unconditionally.
19462         (generate_ascii_font_name): Use font_parse_xlfd and font_unparse_xlfd.
19463         (Fset_fontset_font): Accept a font-spec object.
19465         * font.c (font_unparse_xlfd): If pixel_size is zero, make the
19466         PIXEL_SIZE part a wild card.
19468         * dispextern.h (struct glyph_string): Define members clip and
19469         num_clips unconditionally.
19470         (struct face): Define members font_info and extra unconditionally.
19472         * ftfont.c (ftfont_open): Set members maybe_otf and otf of
19473         ftfont_info only when HAVE_LIBOTF is defined.
19475 2008-02-01  Andreas Schwab  <schwab@suse.de>
19477         * xdisp.c (back_to_previous_visible_line_start): Fix type of beg
19478         and end.
19480 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19482         * w32font.c (w32font_driver): Add new fields.
19484 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19486         * Makefile.in (ALL_CFLAGS): Add @M17N_FLT_CFLAGS@.
19487         (FONTSRC, FONTOBJ) [HAVE_WINDOW_SYSTEM]: Set them unconditionally.
19488         (LIBES): Add @M17N_FLT_CFLAGS@.
19490         * composite.c (compose_text): Don't treat the new style
19491         composition specially.
19493         * emacs.c (main): Call syms_of_font unconditionally.
19495         * font.h (FONT_ENTITY_NOT_LOADABLE)
19496         (FONT_ENTITY_SET_NOT_LOADABLE): New macros.
19497         (LGSTRING_XXXX, LGLYPH_XXX): Adjust for the change of lispy gstring.
19498         (struct font_driver): New member shape.
19499         (font_registry_charsets): Extern it.
19500         (font_find_for_lface, font_prepare_composition): Adjust prototype.
19501         (font_otf_capability, font_drive_otf): Delete their externs.
19503         * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
19504         (font_charset_alist, font_registry_charsets): Move from xfont.c
19505         and rename.
19506         (font_prop_validate_otf): New function.
19507         (font_property_table): Register it for QCotf.
19508         (DEVICE_DELTA, adjust_anchor, REPLACEMENT_CHARACTER)
19509         (font_drive_otf): Delete.
19510         (font_prepare_composition): New arg F.  Adjust for the change of
19511         lispy gstring.
19512         (font_find_for_lface): New arg C.
19513         (font_load_for_face): Adjust for the change of font_find_for_lface.
19514         (Ffont_make_gstring, Ffont_fill_gstring): Adjust for the change of
19515         lispy gstring.
19516         (Ffont_shape_text): New function.
19517         (Fopen_font): If the font size is not given, use 12-pixel.
19518         (Ffont_at): New arg STRING.
19519         (syms_of_font): Initialize font_charset_alist.
19520         Declare Ffont_shape_text as a Lisp function.  Call syms_of_XXfont
19521         conditionally.
19523         * fontset.c (fontset_find_font) [USE_FONT_BACKEND]: Try multiple
19524         fonts of the same font-spec.  Change the format of RFONT-DEF.
19525         (face_for_char, make_fontset_for_ascii_face, Finternal_char_font):
19526         Adjust for the change of RFONT-DEF.
19527         (Fset_fontset_font) [USE_FONT_BACKEND]: Handle new format of font-spec.
19529         * ftfont.h: New file.
19531         * ftfont.c: Don't include Freetype headers.  Include "ftfont.h".
19532         (struct ftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19533         (ftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19534         (ftfont_driver) [HAVE_LIBOTF, HAVE_M17N_FLT]: Don't set
19535         font_otf_capability and font_drive_otf, set ftfont_shape.
19536         (ftfont_list): Adjust for the change of :otf property value.
19537         (struct MFLTFontFT) [HAVE_LIBOTF, HAVE_M17N_FLT]: New struct.
19538         (ftfont_get_glyph_id, ftfont_get_metrics, ftfont_check_otf)
19539         (adjust_anchor, ftfont_drive_otf, ftfont_shape_by_flt)
19540         (ftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19541         (DEVICE_DELTA) [HAVE_LIBOTF, HAVE_M17N_FLT]: New macro.
19542         (otf_gstring, gstring, m17n_flt_initialized): New variables.
19544         * w32term.c (x_draw_composite_glyph_string_foreground):
19545         Adjust for the change of lispy gstring.
19547         * xdisp.c (handle_composition_prop): Adjust for the change of
19548         lispy gstring.  Call a function for auto-composition with the
19549         third arg it->window.
19550         (fill_composite_glyph_string): Adjust for the change of lispy string.
19551         (x_produce_glyphs): Adjust for the change of font_prepare_compositionl.
19553         * xfaces.c (set_font_frame_param): Adjust for the change of
19554         font_find_for_lface.
19556         * xfont.c (x_font_charset_alist): Move to font.c and rename.
19557         (xfont_registry_charsets): Likewise.  Change caller.
19558         (syms_of_xfont): Don't handle x_font_charset_alist.
19560         * xftfont.c: Include "ftfont.h".
19561         (struct xftfont_info) [HAVE_LIBOTF]: New members maybe_otf and otf.
19562         (xftfont_open) [HAVE_LIBOTF]: Initialize the above members.
19563         (xftfont_close) [HAVE_LIBOTF]: Close otf.
19564         (xftfont_shape) [HAVE_LIBOTF, HAVE_M17N_FLT]: New function.
19565         (syms_of_xftfont) [HAVE_LIBOTF, HAVE_M17N_FLT]:
19566         Set xftfont_driver.shape to xftfont_shape.
19568         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
19569         the change of lispy gstring.
19571 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19573         * ftxfont.c (ftxfont_end_for_frame): Fix array indexing error.
19575 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19577         * w32font.c (w32font_draw): Fill background manually.
19579 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19581         * font.c (Qfontp): Remove unused symbol.
19582         (QCantialias): New symbol.
19583         (syms_of_font): Define it.
19584         (font_property_table): Set a validator for QCantialias.
19586         * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY):
19587         Define if not already.
19588         (QCfamily): Share with xfaces.c.
19589         (Qstandard, Qsubpixel, Qnatural): New symbols.
19590         (syms_of_w32font): Define them.  Don't define QCfamily here.
19591         (w32_antialias_type, lispy_antialias_type): New functions.
19592         (w32_enumfont_pattern_entity): New arg requested_font.
19593         Set antialias parameter if non-default was requested.
19594         (fill_in_logfont): Fill in lfQuality if :antialias specified.
19596 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19598         * lread.c (read1): Undo the previous change.
19600 2008-02-01  CHENG Gao  <chenggao@gmail.com>  (tiny change)
19602         * frame.c (Fdelete_frame): Call font_update_drivers only when
19603         USE_FONT_BACKEND is defined.
19605 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19607         * font.h (struct font_bitmap): New member bits_per_pixel.
19608         (struct font_driver): New members start_for_frame and end_for_frame.
19609         (struct font_data_list): New struct.
19610         (font_put_frame_data, font_get_frame_data): Extern them.
19612         * frame.h (struct frame): New member font_data_list.
19614         * font.c (font_update_drivers): Call driver->start_for_frame and
19615         driver->end_for_frame at proper timings.
19616         (font_put_frame_data, font_get_frame_data): New functions.
19617         (Ffont_spec): Add usage in the docstring.
19619         * frame.c (make_frame): Initialize f->font_data_list to NULL.
19620         (Fdelete_frame): Call font_update_drivers.
19622         * xftfont.c (struct xftface_info): Delete the member xft_draw.
19623         (xftfont_prepare_face, xftfont_done_face): Adjust for the above change.
19624         (xftfont_get_xft_draw): New function.
19625         (xftfont_draw): Get XftDraw by xftfont_get_xft_draw.
19626         (xftfont_end_for_frame): New function.
19627         (syms_of_xftfont): Set xftfont_driver.end_for_frame.
19629         * ftxfont.c (ftxfont_get_gcs): Rename from ftxfont_create_gcs.
19630         Change argument.  Cache GCs in the per-frame data.
19631         (struct ftxfont_frame_data): New struct.
19632         (ftxfont_draw_bitmap): New arg gc_fore and flush.
19633         (ftxfont_prepare_face, ftxfont_done_face): Delete them.
19634         (ftxfont_draw): Get GCs by ftxfont_get_gcs.  Reflect s->clip in GCs.
19635         (ftxfont_end_for_frame): New function.
19636         (syms_of_ftxfont): Set ftxfont_driver.end_for_frame.
19638         * ftfont.c (ftfont_get_bitmap): Set bitmap->bits_per_pixel.
19640 2008-02-01  Kenichi Handa  <handa@m17n.org>
19642         * xselect.c (Vselection_coding_system)
19643         (Vnext_selection_coding_system): Delete them.
19644         (syms_of_xselect): Don't declare selection-coding-system and
19645         next-selection-coding-system.  They are declared in select.el.
19647 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19649         * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
19651         * w32fns.c: Include imm.h.
19652         (get_composition_string_fn, get_ime_context_fn): New optional
19653         system functions.
19654         (globals_of_w32fns): Load them from imm32.dll.
19655         (ignore_ime_char): New flag.
19656         (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
19657         WM_IME_ENDCOMPOSITION messages.
19659         * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
19660         MULTIBYTE_CHAR_KEYSTROKE_EVENT.
19662 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19664         * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
19665         (READCHAR_REPORT_MULTIBYTE): New macro.
19666         (readchar): New 2nd arg MULTIBYTE.
19667         (read1): Use READCHAR_REPORT_MULTIBYTE for the first read.
19668         Make symbol's name multibyte according to the multibyteness of the
19669         source.
19671 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19673         * xfaces.c (face_for_overlay_string): Call lookup_face with
19674         correct arguments (fix of synching with the trunk).
19676 2008-02-01  Kenichi Handa  <handa@m17n.org>
19678         * font.c (font_prop_validate_symbol, font_prop_validate_style)
19679         (font_prop_validate_non_neg, font_prop_validate_spacing):
19680         Delete argument prop_index.
19681         (font_property_table): Change arguments to validater.  Change Callers.
19682         (font_lispy_object): Delete.
19683         (font_at): Use font_find_object instead fo font_lispy_object.
19685 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
19687         * fileio.c (Fexpand_file_name): Adjust multibyteness of directory
19688         and file names.
19690 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19692         * w32font.c (add_font_name_to_list): Avoid vertical fonts.
19693         (font_matches_spec): Remove debug output.
19694         (add_font_entity_to_list): Avoid using substituted fonts.
19696 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19698         * doc.c (Fsnarf_documentation):
19699         * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change.
19701 2008-02-01  Miles Bader  <miles@gnu.org>
19703         * dispextern.h (struct glyph_row): Only define "clip" field if
19704         HAVE_WINDOW_SYSTEM is defined.
19706 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19708         Fix up multi-tty merge.
19710         * xterm.c (handle_one_xevent): Remove duplicate code and fix up nesting
19711         and indentation.
19713         * xfaces.c (free_realized_face, clear_face_gcs):
19714         Include font_done_for_face in the input_blocked section, just in case.
19716         * xdisp.c (decode_mode_spec): Use terminal-local coding systems.
19717         (get_char_face_and_encoding): Undo last change and remove the *other*
19718         duplicate definition (i.e. keep the one that's better scoped and that
19719         includes code for the font-backend).
19721         * terminal.c (create_terminal): Default keyboard_coding to
19722         `no-conversion' and terminal_coding to `undecided'.
19724         * lread.c (read1): Use XSETPVECTYPE to set a pseudovector's tag.
19726         * fontset.c (free_realized_fontsets): Check that the table entry does
19727         contain a fontset before trying to compare it to `base'.
19729         * emacs.c (main): Move syms_of_data, syms_of_fileio, syms_of_alloc,
19730         syms_of_charset, and syms_of_coding earlier because init_window_once
19731         now needs Vcoding_system_hash_table to be setup.
19733         * coding.h (default_buffer_file_coding): Remove.
19735         * coding.c (default_buffer_file_coding): Remove.
19736         (Fterminal_coding_system, Fkeyboard_coding_system): Use ->id rather
19737         than ->symbol, and use the terminal-local coding system.
19738         (syms_of_coding): Don't setup the coding-systems that are not
19739         terminal-local.
19740         (Fdefine_coding_system_internal): Use XCAR/XCDR.
19742         * chartab.c (Fmake_char_table, make_sub_char_table, copy_char_table):
19743         Use XSETPVECTYPE now that XSETCHAR_TABLE doesn't set the tag anymore.
19745         * alloc.c (Fmake_char_table, make_sub_char_table): Remove.  They're now
19746         in chartab.c and were re-added here by mistake.
19747         (Fpurecopy): Use XSETPVECTYPE after copying a COMPILED pseudovector.
19749         * doc.c (Fsnarf_documentation):
19750         * Makefile.in (temacs${EXEEXT}, mostlyclean): Move buildobj.lst from
19751         src to etc.
19753         * ChangeLog.10: Add mistakenly removed entry.
19755 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
19757         * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
19759 2008-02-01  Miles Bader  <miles@gnu.org>
19761         * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
19762         Add extra args to FACE_FOR_CHAR.
19764 2008-02-01  Kenichi Handa  <handa@m17n.org>
19766         * keymap.c (where_is_internal_1): If key is a cons, store the copy
19767         in sequence.
19769         * chartab.c (map_sub_char_table, map_char_table): If the range
19770         contains just one character, call the function with that character
19771         even if the depth is not 3.
19773 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19775         * w32font.c (w32font_text_extents): Calculate metrics for the
19776         whole string.
19778 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19780         * w32xfns.c (get_next_msg): Consolidate WM_PAINT messages.
19782 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19784         * w32term.c (x_set_glyph_string_clipping): Use
19785         get_glyph_string_clip_rects.
19786         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19787         Adjust for the change of struct glyph_string.
19789         * w32font.c (w32font_draw): Do clipping here.
19791 2008-02-01  Kenichi Handa  <handa@m17n.org>
19793         * xftfont.c (xftfont_draw): Adjust for the change of struct
19794         glyph_string.
19796         * xterm.c (x_set_glyph_string_clipping): Use
19797         get_glyph_string_clip_rects.
19798         (x_set_glyph_string_clipping_exactly, x_draw_glyph_string):
19799         Adjust for the change of struct glyph_string.
19801         * xdisp.c (get_glyph_string_clip_rects): Reflect s->row->clip to
19802         the resulting clip(s}.
19803         (expose_overlaps): Add arg r.  Change callers.  Set it to
19804         row->clip temporarily.
19805         (expose_window): Redraw rows overlapping the exposed area.
19807         * dispextern.h (struct glyph_row): New member clip.
19808         (struct glyph_string): Delete members clip_x, clip_y, clip_width,
19809         clip_height, new member clip, and num_clips.
19811 2008-02-01  Kenichi Handa  <handa@m17n.org>
19813         * data.c (Fchar_or_string_p): Fix docstring.
19815 2008-02-01  Kenichi Handa  <handa@m17n.org>
19817         * xftfont.c (xftfont_draw): If s->font_info != s->face->font_info,
19818         create a temporary XftDraw object.
19820 2008-02-01  Kenichi Handa  <handa@m17n.org>
19822         * font.c (Ffontp): Fix docstring.
19824         * coding.c (detect_coding_iso_2022): Don't treat SI/SO codes as a
19825         strong evidence of ISO-2022.
19827 2008-02-01  Kenichi Handa  <handa@m17n.org>
19829         * abbrev.c (abbrev_check_chars): Use CHAR_TABLE_REF, not
19830         SYNTAX_ENTRY_FOLLOW_PARENT.
19832 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19834         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
19835         its type.
19836         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
19837         Update to the new type of weak_hash_tables and next_weak.
19839         * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
19840         a plain C pointer to Lisp_Hash_Table.
19842         * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
19843         (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
19844         (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)
19845         (GC_INTFWDP, GC_BOOLFWDP, GC_OBJFWDP, GC_BUFFER_OBJFWDP)
19846         (GC_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP)
19847         (GC_KBOARD_OBJFWDP, GC_PSEUDOVECTORP, GC_WINDOW_CONFIGURATIONP)
19848         (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP)
19849         (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP)
19850         (GC_EQ): Remove since they've been identical to their non-GC_
19851         alter-egos ever since the markbit was eradicated.
19853         * alloc.c:
19854         * buffer.c:
19855         * buffer.h:
19856         * data.c:
19857         * fileio.c:
19858         * filelock.c:
19859         * fns.c:
19860         * frame.h:
19861         * lisp.h:
19862         * macterm.c:
19863         * print.c:
19864         * process.c:
19865         * w32fns.c:
19866         * w32menu.c:
19867         * w32term.c:
19868         * xfns.c:
19869         * xmenu.c:
19870         * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
19872 2008-02-01  Kenichi Handa  <handa@m17n.org>
19874         * chartab.c (map_sub_char_table): Make it work for the top-level
19875         char-table.  Fix handling of parent char-table.
19876         (map_char_table): Adjust for the above change.
19878 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19880         * w32font.c (Qgdi): Rename from Qw32.
19882 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19884         * w32bdf.c (get_quoted_string): Make function static.
19886 2008-02-01  Kenichi Handa  <handa@m17n.org>
19888         * xftfont.c (xftfont_open): If one of font's ASCII glyph has
19889         bigger ascent and descent than those of the font, use them as
19890         font's ascent and descent.
19892 2008-02-01  Kenichi Handa  <handa@m17n.org>
19894         * Makefile.in (${lispsource}international/charprop.el): Move this
19895         target within "#ifdef HAVE_UNIDATA" and "#endif".
19897 2008-02-01  Kenichi Handa  <handa@m17n.org>
19899         * Makefile.in (lisp): Add ${lispsource}language/tai-viet.el.
19900         (shortlisp): Add ../lisp/language/tai-viet.el.
19902 2008-02-01  Ulrich Mueller  <ulm@gentoo.org>
19904         * Makefile.in (${lispsource}international/charprop.el): Depend on
19905         temacs${EXEEXT}.
19907 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19909         * w32font.c (w32font_close): Delete the GDI font object.
19911         * w32menu.c: Include character.h.
19913         * w32proc.c: Likewise.
19915         * w32select.c: Likewise.
19917         * makefile.w32-in (w32proc.o): Depend on character.h.
19919 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19921         * w32fns.c (syms_of_w32fns): Use DEFSYM macro.
19923         * w32menu.c (syms_of_w32menu): Likewise.
19925         * w32proc.c (syms_of_ntproc): Likewise.
19927         * w32select.c (syms_of_w32select): Likewise.
19929         * w32term.c (syms_of_w32term): Likewise.
19931 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19933         * w32font.c (w32font_draw): Delete brush after using it.
19935 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19937         * w32font.c (w32font_open): Don't set font_idx.
19938         (w32font_text_extents): Try GetTextExtentPoint32W before defaulting
19939         to font settings.
19940         (w32font_draw): Fill background explicitly.
19942 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19944         * w32term.c (w32_initialize): Don't call w32font_initialize.
19946         * w32font.c (w32font_info): Remove subranges.
19947         (QCsubranges, Qmodern, Qswiss, Qroman): Remove.
19948         (QCfamily, Qmonospace, Qsans_serif, Qmono, Qsans, Qsans__serif)
19949         (Qraster, Qoutline, Qlatin, Qgreek, Qcoptic, Qcyrillic, Qarmenian)
19950         (Qhebrew, Qarabic, Qsyriac, Qnko, Qthaana, Qdevanagari, Qbengali)
19951         (Qgurmukhi, Qgujarati, Qoriya, Qtamil, Qtelugu, Qkannada)
19952         (Qmalayalam, Qsinhala, Qthai, Qlao, Qtibetan, Qmyanmar, Qgeorgian)
19953         (Qhangul, Qethiopic, Qcherokee, Qcanadian_aboriginal, Qogham)
19954         (Qrunic, Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan)
19955         (Qideographic_description, Qcjk_misc, Qkana, Qbopomofo, Qkanbun)
19956         (Qyi, Qbyzantine_musical_symbol, Qmusical_symbol, Qmathematical):
19957         New symbols.
19958         (font_callback_data): New struct.
19959         (w32font_list, w32font_match): Use it.
19960         (w32font_open): Don't populate subranges.
19961         (w32font_has_char): Use script Lisp symbols, not subrange bitmask.
19962         (w32font_encode_char): Always return unicode code-point as-is.
19963         (w32font_text_extents): Supply a transformation matrix to
19964         GetGlyphOutline.  Never look up by glyph index.  Avoid looping
19965         twice.  Use unicode version of GetTexExtentPoint32 instead of
19966         glyph index version.
19967         (set_fonts_frame): Remove.
19968         (w32_enumfont_pattern_entity): Add frame parameter, use it to
19969         set frame parameter.  Use backward compatible fake foundries.
19970         Save generic family in extra slot under QCfamily.  Make width slot
19971         constant.  Save QCspacing value.  Save list of scripts instead of
19972         binary subranges.
19973         (w32_generic_family, logfonts_match, font_matches_spec): New functions.
19974         (add_font_entity_to_list): Use font_callback_data struct.  Filter
19975         unwanted fonts.
19976         (add_one_font_entity_to_list): Use font_callback_data struct.
19977         (w32_registry): Default to iso10646_1.
19978         (fill_in_logfont): Use dpi from extra slot.  Don't bother with
19979         string font registries.  Don't fill in font name if it is a generic
19980         family name, fill family instead.  Use spacing, family and script
19981         extra info to fill pitch, family and charset fields.
19982         (list_all_matching_fonts): Use font_callback_data struct.
19983         (unicode_range_for_char): Remove.
19984         (font_supported_scripts): New function.
19985         (w32font_initialize): Remove.
19986         (syms_of_w32font): Update which symbols are defined.
19988 2008-02-01  Jason Rumney  <jasonr@gnu.org>
19990         * font.c (font_pixel_size): Reverse assq_no_quit args.
19992         * w32term.h (FONT_WIDTH): Report max width, not average.
19993         (FONT_MAX_WIDTH): Remove.
19994         (FONT_AVG_WIDTH): New macro.
19996         * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only
19997         redefinition of FONT_WIDTH.
19999         * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH.
20000         (w32_cache_char_metrics): Use FONT_WIDTH.
20002         * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH.
20004 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20006         * w32font.c (w32font_open): Make lfHeight negative.
20008         * w32fns.c (x_default_font_parameter): Use new style font name.
20009         (Fx_create_frame, x_create_tip_frame): Initialize resx and resy.
20011 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20013         * w32font.c (QCsubranges): New symbol.
20014         (w32font_open, w32font_has_char): Get subranges from subproperty
20015         of extra.
20016         (w32_enumfont_pattern_entity): Set subranges as subproperty of extra.
20017         (syms_of_w32font): Define :subranges symbol.
20019         * font.c (font_put_extra): Expose externally.
20021         * font.h (font_put_extra): Move declaration from font.c.
20023         * font.c (Ffont_get): Use font driver to determine otf capability.
20024         (adjust_anchor): Check if driver defines anchor_point before using.
20026         * w32font.c (w32font_open): Handle size, height and pixel_size better.
20027         (w32font_draw): Use options.
20028         (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts.
20029         Fix detection of truetype fonts.
20030         (registry_to_w32_charset): Handle charsets other than iso8859-1
20031         expressed as lisp symbols.
20032         (w32_registry): Express charset as lisp symbol.
20033         (fill_in_logfont): Reverse pixel and point height logic.
20034         Don't set width here.  Set quality to default.
20036         * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts.
20037         (x_to_w32_font): Fill in lfPitchAndFamily correctly.
20039         * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20040         Remove redundant loop and allocation.
20042         * makefile.w32-in (font.o, w32font.o): New objects.
20043         (fontset.o, xdisp.o, xfaces.o, w32fns.o, w32term.o): Depend on font.h.
20044         (FONTOBJ): New group of objects conditioned on USE_FONT_BACKEND.
20046         * xdisp.c (fill_composite_glyph_string): Make the first arg to
20047         STORE_XCHARB a valid l-value.
20049         * w32term.c (w32_native_per_char_metric): Swap width and rbearing
20050         calculations for non-Truetype fonts.
20051         (x_draw_glyph_string): Sync with xterm.c.
20052         (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
20053         Remove redundant code.
20054         (w32_initialize) [USE_FONT_BACKEND]: Call w32font_initialize.
20056         * w32term.h (w32_output_data) [USE_FONT_BACKEND]: Add fontp member.
20057         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro from xterm.h.
20059         * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c.
20060         (x_to_w32_charset, w32_to_x_charset): Expose externally.
20062         * w32font.c: New file for w32 font backend.
20064 2008-02-01  Kenichi Handa  <handa@m17n.org>
20066         * term.c: Don't include "buffer.h" twice.
20068 2008-02-01  Kenichi Handa  <handa@m17n.org>
20070         * character.c (Funibyte_string): New function.
20071         (syms_of_character): Defsubr it.
20073 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20075         * w32term.c [USE_FONT_BACKEND]:
20076         (x_get_font_repertory, note_mouse_movement, x_set_mouse_face_gc)
20077         (x_set_glyph_string_clipping, x_set_glyph_string_clipping_exactly)
20078         (x_draw_glyph_string, x_draw_glyph_string_foreground)
20079         (x_draw_composite_glyph_string_foreground, x_new_fontset2)
20080         (x_free_frame_resources): Sync with xterm.c.
20082 2008-02-01  Andreas Schwab  <schwab@suse.de>
20084         * lread.c (read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
20085         char-table size.
20087 2008-02-01  Kenichi Handa  <handa@m17n.org>
20089         * font.c (check_otf_features): Define it regardless of HAVE_LIBOTF.
20091 2008-02-01  Kenichi Handa  <handa@m17n.org>
20093         * ftfont.c (ftfont_driver): Delete font_otf_gsub and
20094         font_otf_gpos, add font_drive_otf.
20096         * fontset.c (fontset_find_font): Pay attention to font size
20097         specified for a font.
20098         (reorder_font_vector): Check contents of font_def.
20100         * font.c (struct otf_list): Delete it.
20101         (otf_list): Make it a lisp variable.
20102         (otf_open): Use lispy otf_list.
20103         (generate_otf_features): Rename from parse_gsub_gpos_spec.
20104         (check_otf_features): New function.
20105         (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor):
20106         New functions.
20107         (font_drive_otf): New function merging font_otf_gsub and
20108         font_otf_gpos.
20109         (font_open_for_lface): New arg spec.  Change argument order.
20110         (font_load_for_face): Adjust for the change of font_open_for_lface.
20111         (Ffont_drive_otf): New function merging Ffont_otf_gsub and
20112         Ffont_otf_gpos.
20113         (syms_of_font): Staticpro otf_list.  Delete defsubr of
20114         Sfont_otf_gsub and Sfont_otf_gpos.  Defsubr Sfont_drive_otf.
20116         * xfaces.c (set_font_frame_param): Adjust for the change of
20117         font_open_for_lface.
20119         * font.h (font_open_for_lface): Adjust prototype.
20120         (struct font_driver): Delete members otf_gsub and otf_gpos, add
20121         member otf_drive.
20122         (font_otf_gsub, font_otf_gpos): Delete externs.
20123         (font_drive_otf): Extern it.
20125 2008-02-01  Kenichi Handa  <handa@m17n.org>
20127         * font.c (font_at): If the window W is not on a window system,
20128         return Qnil.
20130         * coding.c (produce_chars, encode_coding): Don't call
20131         insert_from_gap if no characters to produce.
20133 2008-02-01  Kenichi Handa  <handa@m17n.org>
20135         * fontset.c (free_realized_fontsets): Avoid unnecessary call of
20136         Fclear_face_cache.
20138         * xfaces.c (face_for_font): Check also face->font==font->font.font.
20140 2008-02-01  Miles Bader  <miles@gnu.org>
20142         * emacs.c (main): Change default value of `enable_font_backend' to 1.
20143         Parse "--disable-font-backend" option.
20144         (standard_args): Add "--disable-font-backend" option.
20146 2008-02-01  Kenichi Handa  <handa@m17n.org>
20148         * fontset.c (fontset_find_font): New function.
20149         (fontset_font): Use fontset_find_font.
20150         (make_fontset_for_ascii_face): Don't set face ID in rfont_def.
20151         Register the specified font for all Latin characters.
20152         (new_fontset_from_font): Register the specified font for all Latin
20153         characters.
20154         (dump_fontset): For a realized fontset, include the base fontset
20155         name in the returned vector.
20157 2008-02-01  Kenichi Handa  <handa@m17n.org>
20159         * character.h (CHAR_STRING): Cast C to unsigned on calling
20160         char_string.
20162         * character.c (char_string): Type of arg C changed to unsigned.
20163         Signal an error if C is an invalid character code.
20165         * editfns.c (general_insert_function, Fchar_to_string):
20166         Use CHARACTERP, not INTEGERP.
20168 2008-02-01  Kenichi Handa  <handa@m17n.org>
20170         * character.h (MIN_MULTIBYTE_LEADING_CODE)
20171         (MAX_MULTIBYTE_LEADING_CODE): New macros.
20173         * regex.c (analyse_first): Fix for multibyte characters in "case
20174         charset:" and "case categoryspec:".
20176 2008-02-01  Andreas Schwab  <schwab@suse.de>
20178         * Makefile.in (LIBES): Move standard libraries to the end.
20180 2008-02-01  Kenichi Handa  <handa@m17n.org>
20182         * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
20183         nonzero, don't shrink the buffer nextb.
20185         * buffer.h (struct buffer_text): New member inhibit_shrinking.
20187         * coding.c (coding_alloc_by_making_gap): New arg offset.
20188         (alloc_destination): Call coding_alloc_by_making_gap with the arg
20189         offset.
20190         (decode_coding_iso_2022): Update coding->safe_charsets.
20191         (decode_coding_gap): Temporarily set
20192         current_buffer->text->inhibit_shrinking to 1.
20194 2008-02-01  Kenichi Handa  <handa@m17n.org>
20196         * xterm.c (x_draw_composite_glyph_string_foreground): Fix
20197         indexing into elements of s->cmp and s->char2b.
20199 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
20201         * regex.c (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.
20203 2008-02-01  Kenichi Handa  <handa@m17n.org>
20205         * regex.c (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variable
20206         target_multibyte instead of multibyte.
20207         (re_match_2_internal): Call bcmp_translate with target_multibyte.
20208         (bcmp_translate): Change the argument name from multibyte to
20209         target_multibyte.
20211 2008-02-01  Kenichi Handa  <handa@m17n.org>
20213         These changes are to compile a regexp into a pattern that can be
20214         used both for multibyte and unibyte targets.
20216         * Makefile.in (search.o): Depend on charset.h.
20218         * character.c (multibyte_char_to_unibyte_safe): New function.
20220         * search.c: Include "charset.h".
20221         (compile_pattern_1): Delete argument multibyte.  Don't set
20222         cp->buf.target_multibyte here.  Set cp->buf.charset_unibyte.
20223         (compile_pattern): Don't compare cp->buf.target_multibyte.
20224         Compare cp->buf.charset_unibyte.
20225         (compile_pattern): Set cp->buf.target_multibyte.
20227         * lisp.h (multibyte_char_to_unibyte_safe): Extern it.
20229         * regex.h (struct re_pattern_buffer): New member charset_unibyte.
20231         * regex.c (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New arg
20232         multibyte.  Change callers.
20233         (RE_CHAR_TO_MULTIBYTE, RE_CHAR_TO_UNIBYTE): New macros.
20234         (MAKE_CHAR_MULTIBYTE, MAKE_CHAR_UNIBYTE): Delete.  Change callers
20235         to use RE_CHAR_TO_MULTIBYTE and RE_CHAR_TO_UNIBYTE, respectively.
20236         (SETUP_ASCII_RANGE, SETUP_UNIBYTE_RANGE): New macros.
20237         (SETUP_MULTIBYTE_RANGE): Generate a more compact range_table.
20238         (regex_compile): Make the compiled pattern usable both for
20239         multibyte and unibyte targets.
20240         (analyse_first): Make the fastmap usable both for multibyte and
20241         unibyte targets.
20242         (TRANSLATE_VIA_MULTIBYTE): Delete.
20243         (re_match_2_internal): Pay attention to the case that the
20244         multibyteness of bufp and target may be different.
20246 2008-02-01  Kenichi Handa  <handa@m17n.org>
20248         * xdisp.c (x_produce_glyphs): When a font is not found, make the
20249         empty box occupy at least one column width.
20251 2008-02-01  Miles Bader  <miles@gnu.org>
20253         * Makefile.in: Remove redundant HAVE_XFT clause.
20255 2008-02-01  Kenichi Handa  <handa@m17n.org>
20257         * xrdb.c (x_load_resources): Setup the default fontSet X resource.
20259 2008-02-01  Kenichi Handa  <handa@m17n.org>
20261         * fontset.c (Finternal_char_font): Fix for the case of POSITION
20262         being nil.
20264 2008-02-01  Kenichi Handa  <handa@m17n.org>
20266         * xftfont.c (xftfont_open): Call FcConfigSubstitute.
20268 2008-02-01  Kenichi Handa  <handa@m17n.org>
20270         * xftfont.c (xftfont_open): Don't enable antialias explicitly.
20272 2008-02-01  Kenichi Handa  <handa@m17n.org>
20274         * search.c (simple_search): Fix previous change.
20276 2008-02-01  Kenichi Handa  <handa@m17n.org>
20278         * xftfont.c (ftfont_font_format): Extern declaration.
20280         * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
20282         * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
20283         (xfont_list): Don't directly use Lisp_Object as an operand of &&.
20285         * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
20286         (ftfont_font_format): Fix previous change.
20288         * font.h (Ffont_xlfd_name): EXFUN it.
20290         * font.c (font_parse_xlfd): Fix the array size of `f'.
20291         (register_font_driver): Use EQ to compare driver->type.
20293         * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
20294         (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
20295         (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
20297 2008-02-01  Kenichi Handa  <handa@m17n.org>
20299         * ftfont.c (ftfont_pattern_entity, ftfont_list_generic_family)
20300         (ftfont_list, ftfont_font_format): Check if FC_FONTFORMAT is defined.
20302 2008-02-01  Kenichi Handa  <handa@m17n.org>
20304         * xfont.c (xfont_open): Set font->format.
20306         * xftfont.c (xftfont_open): Set font->format.
20308         * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
20309         (ftfont_list): Include FC_FONTFORMAT in FcObject.
20310         (ftfont_open): Set font->format.
20311         (ftfont_font_format): New function.
20313         * font.h (struct font): New member format.
20315         * font.c (Qopentype): New variable.
20316         (syms_of_font): Defsym it.
20317         (Fquery_font): Change the format of the last element of the return
20318         value.
20320 2008-02-01  Kenichi Handa  <handa@m17n.org>
20322         * xfns.c (xic_create_xfontset): Try the default fontset name as a
20323         last resort.
20325 2008-02-01  Kenichi Handa  <handa@m17n.org>
20327         * coding.c (detect_coding_charset): Fix detection of multi-byte
20328         charset.
20330 2008-02-01  Bob Halley  <halley@play-bow.org>  (tiny change)
20332         * ccl.c (ccl_driver): If DST is NULL, set ccl->produced to 0.
20334 2008-02-01  Kenichi Handa  <handa@m17n.org>
20336         * xdisp.c (get_next_display_element): Set it->face_id for the
20337         first component of a composition.
20338         (x_produce_glyphs): Check if the font is changed or not for composition.
20340 2008-02-01  Kenichi Handa  <handa@m17n.org>
20342         * fontset.c (Qlatin): New variable.
20343         (syms_of_fontset): Define it as a lisp symbol.
20344         (Fset_fontset_font): If TARGET is `latin', use FONT_SPEC for ASCII.
20346 2008-02-01  Kenichi Handa  <handa@m17n.org>
20348         * font.c (font_unparse_fcname): Pay attention to the case that
20349         some of font property is a null string.
20351 2008-02-01  Kenichi Handa  <handa@m17n.org>
20353         * term.c: Include "composite.h".
20354         (encode_terminal_code): Output all components of composition.
20355         Check the size of encode_terminal_src.
20356         (produce_glyphs): For composition, call produce_composite_glyph.
20357         (append_composite_glyph, produce_composite_glyph): New functions.
20359         * xdisp.c (x_produce_glyphs): In handling composition, if a font
20360         is not found, get font_info from the current ascii face.
20362 2008-02-01  Kenichi Handa  <handa@m17n.org>
20364         * fileio.c (Finsert_file_contents): On replacing, temporarily bind
20365         buffer-file-name to Qnil before calling insert_from_buffer.
20367         * font.c (font_unparse_fcname): Pay attention to the case that
20368         foundry is a null string.
20370 2008-02-01  Kenichi Handa  <handa@m17n.org>
20372         * ftfont.c (ftfont_list): Allow registry "unicode-sip".
20374         * font.c (Qunicode_sip): New variable.
20375         (syms_of_font): Declare it as a Lisp symbol.
20377         * font.h (Qunicode_sip): Extern it.
20379 2008-02-01  Kenichi Handa  <handa@m17n.org>
20381         * composite.c (get_composition_id): Pay attention to TAB component.
20383         * xterm.c (x_draw_composite_glyph_string_foreground): Don't draw
20384         TAB.  Adjust for the change of s->char2b which always points to
20385         the first element of allocated memory.
20387         * xftfont.c (xftfont_text_extents): Fix calculation of descent value.
20389         * xdisp.c (handle_composition_prop): Set it->c to the first
20390         non-TAB component.
20391         (fill_composite_glyph_string): Change argument.
20392         (BUILD_COMPOSITE_GLYPH_STRING): Adjust for the above change.
20393         (x_produce_glyphs): Fix handling of left/right padding.
20395 2008-02-01  Kenichi Handa  <handa@m17n.org>
20397         * coding.c (detect_coding_system): Fix for handling off
20398         inhibit_iso_escape_detection.  Fix for the case that no coding
20399         system is defined for a specific coding category.
20401 2008-02-01  Kenichi Handa  <handa@m17n.org>
20403         * font.c (font_matching_entity): Delete unused local var.
20405         * xftfont.c (xftfont_open): Call XftDefaultSubstitute before
20406         opening a font.
20408         * fileio.c (Finsert_file_contents): On recovering a file, assume
20409         Unix-like eol.
20410         (choose_write_coding_system): On auto-saving a file, force
20411         Unix-like eol.
20413         * coding.c (setup_coding_system): Fix setting of
20414         coding->common_flags based on eol_type.
20415         (coding_inherit_eol_type): If PARENT is not nil, be sure to
20416         inherit from it.
20418 2008-02-01  Kenichi Handa  <handa@m17n.org>
20420         * alloc.c (NSTATICS): Increas to 0x600.
20422 2008-02-01  Kenichi Handa  <handa@m17n.org>
20424         * ftfont.c (ftfont_driver): Set ftfont_driver.match to ftfont_match.
20425         (ftfont_list): Don't check :name property.
20426         (ftfont_match): New function.
20427         (ftfont_pattern_entity): If the pattern doesn't contain
20428         FC_SPACING, don't assume FC_MONO.
20430         * font.h (struct font_driver): New member `match'.
20431         (font_update_drivers): Adjust prototype.
20433         * font.c (font_parse_fcname, font_parse_name): Don't change :name
20434         property of FONT.
20435         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE, check_gstring): Define
20436         them unconditionally.
20437         (font_matching_entity): New function.
20438         (font_open_by_name): Try font_matching_entity if exact match is
20439         not found.
20440         (font_update_drivers): Delete the arg FONT.  Return a list of
20441         actually used backends.  Don't free faces, font caches here.
20442         Don't store data in frame parameters.  Don't call x_set_font.
20443         (Ffont_spec): Store :name property as is.
20444         (Ffont_get): Check HAVE_LIBOTF before calling font_otf_capability.
20445         (Ffont_otf_gsub): Call font->driver->otf_gsub instead of font_otf_gsub.
20446         (Ffont_otf_gpos): Call font->driver->otf_gpos instead of font_otf_gpos.
20447         (Ffont_otf_alternates): Check if the driver has otf_gsub function.
20448         Call font->driver->otf_gsub instead of font_otf_gsub.
20450         * frame.c (x_set_font_backend): Do more works that were done in
20451         font_update_drivers before.
20453         * xfont.c (xfont_match): New function.
20454         (xfont_driver): Set xfont_driver.match to xfont_match.
20455         (xfont_draw): Set font in GC if necessary.
20457         * ftxfont.c (ftxfont_match): New function.
20458         (syms_of_ftxfont): Set ftxfont_driver.match to ftxfont_match.
20460         * xftfont.c (xftfont_match): New function.
20461         (syms_of_xftfont): Set xftfont_driver.match to xftfont_match.
20463 2008-02-01  Kenichi Handa  <handa@m17n.org>
20465         * font.h (struct font): New member scalable.
20466         (struct font_driver): New arg ALTERANTE_SUBST to otf_gsub.
20467         (font_otf_gsub): Adjust prototype.
20469         * font.c (font_otf_capability): Fix handling of the default langsys.
20470         (parse_gsub_gpos_spec): Change type to void.  New arg nbytes.
20471         Check the contents of SPEC.
20472         (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE): New macros.
20473         (check_gstring): New function.
20474         (REPLACEMENT_CHARACTER): New macro.
20475         (font_otf_gsub): New arg alternate_subst.  Be sure to set all
20476         glyph codes of GSTRING.
20477         (font_otf_gpos): Be sure to set all glyph codes of GSTRING.
20478         (font_prepare_composition): Set cmp->glyph_len.
20479         (font_open_entity): Set font->scalable.
20480         (Ffont_get): Handle :otf property.
20481         (Ffont_otf_gsub, Ffont_otf_gpos, Ffont_otf_alternates): New
20482         functions.
20483         (Fquery_font): Use font->font.full_name.
20484         (syms_of_font): Defsubr Sfont_otf_gsub, Sfont_otf_gpos, and
20485         Sfont_otf_alternates.
20487         * ftfont.c (ftfont_open): Set font->font.full_name and
20488         font->font.name properly.  Fix calculation of font->font.height
20489         and font->min_width.
20491         * ftxfont.c (ftxfont_create_gcs): New function.
20492         (ftxfont_draw_bitmap): Fix arg to ftfont_driver.get_bitmap.
20493         (ftxfont_draw_backgrond): Fix filling region.
20494         (ftxfont_default_fid): New function.
20495         (ftxfont_open): Set xfont->fid to the return value of
20496         ftxfont_default_fid.
20497         (ftxfont_prepare_face): Use ftxfont_create_gcs to create GCs.
20498         (ftxfont_done_face): Free only GCs that are created by
20499         ftxfont_create_gcs.
20500         (ftxfont_draw): If face->gc != s->gc, create proper GCs.
20502         * xterm.c (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
20503         Clip to src->width, etc (not src->clip_XXX).
20505         * xfns.c (x_create_tip_frame) [USE_FONT_BACKEND]: Handle
20506         FontBackend frame parameter.
20508 2008-02-01  Kenichi Handa  <handa@m17n.org>
20510         * font.h (struct font_driver_list): New member `on'.
20511         (Fclear_font_cache): EXFUN it.
20512         (font_update_drivers): Extern it.
20514         * font.c (font_unparse_fcname): Fix typo (swidth->width).
20515         (font_list_entities): Check driver_list->on.
20516         (register_font_driver): Initialize `on' member to 0.
20517         (font_update_drivers): New function.
20518         (Fclear_font_cache): Check driver_list->on.
20520         * frame.h (Qfont_backend): Extern it.
20521         (x_set_font_backend): Extern it.
20523         * frame.c (Qfont_backend): New variable.
20524         (frame_parms): New element for font-backend.
20525         (x_set_font_backend): New function.
20527         * xfns.c (Fx_create_frame) [USE_FONT_BACKEND]: Handle
20528         FontBackend frame parameter.
20529         (x_frame_parm_handlers) [USE_FONT_BACKEND]: New element
20530         x_set_font_backend.
20532         * xfont.c (xfont_list): Don't try listing by :name property if the
20533         name is not for XLFD.
20535 2008-02-01  Kenichi Handa  <handa@m17n.org>
20537         * font.h (LGLYPH_FROM, LGLYPH_TO, LGLYPH_SET_FROM)
20538         (LGLYPH_SET_TO): New macros.
20539         (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WADJUST): Check if adjustment
20540         element of G is vector or not.
20541         (font_at): Extern it.
20543         * font.c: Include window.h.
20544         (font_lispy_object): New function.
20545         (font_prepare_composition): Check LGLYPH_FORM (g) to detect the
20546         end of valid glyph.
20547         (font_close_object): Fix getting (struct font *).
20548         (font_at): New function.
20549         (Ffont_get): If FONT is a font-object, get entity from it.
20550         (Ffont_make_gstring): Initialize elements of glyphs with nil.
20551         (Ffont_fill_gstring): Use macro LGSTRING_XXX and LGLYPH_XXX.  Fix
20552         range check.
20553         (Ffont_at): New function.
20554         (syms_of_font): Defsubr Sfont_at.
20556         * xdisp.c (it_props): Move the entry for Qauto_composed to just
20557         before the entry for Qcomposition.
20558         (handle_auto_composed_prop): Call auto-composition-function with 4 args.
20559         (handle_composition_prop) [USE_FONT_BACKEND]: Set it->face_id from
20560         the font in gstring.
20561         (fill_composite_glyph_string) [USE_FONT_BACKEND]: Check
20562         LGLYPH_FORM (g) to detect the end of valid glyph.
20563         (x_produce_glyphs) [USE_FONT_BACKEND]: Don't update it->face_id if
20564         we are composing with gstring.
20566         * xterm.c (x_draw_composite_glyph_string_foreground) [USE_FONT_BACKEND]:
20567         Check if adjustment is vector or not.
20569         * Makefile.in (font.o): Make it depends on window.h.
20571 2008-02-01  Kenichi Handa  <handa@m17n.org>
20573         * xterm.c (x_draw_composite_glyph_string_foreground): Check if
20574         adjustment is vector or not.
20576 2008-02-01  Miles Bader  <miles@gnu.org>
20578         * character.h (CHECK_CHARACTER): Redefine in terms of CHECK_TYPE.
20580 2008-02-01  Kenichi Handa  <handa@m17n.org>
20582         * font.h (LGLYPH_XOFF, LGLYPH_YOFF, LGLYPH_WIDTH, LGLYPH_WADJUST)
20583         (LGLYPH_SET_WIDTH): Adjusted for the change of LGLYPH format.
20584         (LGLYPH_ADJUSTMENT, LGLYPH_SET_ADJUSTMENT): New macros.
20586         * font.c (font_merge_old_spec): Treat '*' in foundry as a wild card.
20587         (DEVICE_DELTA): Fix typo.
20588         (font_otf_gpos, font_prepare_compositio): Adjust for the change of
20589         LGLYPH format.
20591         * xterm.c (x_draw_composite_glyph_string_foreground): Adjust for
20592         the change of LGLYPH format.
20594 2008-02-01  Kenichi Handa  <handa@m17n.org>
20596         * ftfont.c (ftfont_list): Fix typo.
20597         (ftfont_build_basic_charsets): Don't include letters with diacritics.
20599 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
20601         * xfaces.c (realize_non_ascii_face): Set face->extra to NULL.
20603         * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if
20604         xftface_info is non-NULL.
20606 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
20608         * ftfont.c (ftfont_list): Move misplaced #endif.
20610 2008-02-01  Kenichi Handa  <handa@m17n.org>
20612         * ftfont.c (ftfont_list): Pay attention to the case that
20613         FC_CAPABILITY is not defined.
20615 2008-02-01  Kenichi Handa  <handa@m17n.org>
20617         * xftfont.c (xftfont_open): Set charset related members to -1.
20619         * ftfont.c (ftfont_list): Handle QCotf property.  Fix handling of
20620         QCname.
20621         (ftfont_open): Set charset related members to -1.
20623         * fontset.c (Votf_script_alist): New variable.
20624         (syms_of_fontset): Initialize it.
20625         (fontset_font): Delete unused variable.
20627         * fontset.h (Votf_script_alist): Extern it.
20629         * font.c (font_find_for_lface): Optimize code.
20631         * font.h (font_close_object, font_merge_old_spec): Extern them.
20633 2008-02-01  Kenichi Handa  <handa@m17n.org>
20635         * font.c (QCscalable, Qc, Qm, Qp, Qd): New variables.
20636         (syms_of_font): Initialize them.
20637         (font_pixel_size): Allow float value in dpi.
20638         (font_prop_validate_type): Delete.
20639         (font_prop_validate_symbol, font_prop_validate_style): Change argument.
20640         Change caller.
20641         (font_prop_validate_non_neg): Rename from font_prop_validate_size.
20642         (font_prop_validate_extra): Delete.
20643         (font_prop_validate_spacing): New function.
20644         (font_property_table): Add elements for all known properties.
20645         (get_font_prop_index): Rename from check_font_prop_name.  New
20646         argument FROM.  Change caller.
20647         (font_prop_validate): Validate all known properties.
20648         (font_put_extra): Delete argument force.  Change caller.
20649         (font_expand_wildcards): Make it static.  Fix the way of shrinking
20650         the possible range.
20651         (font_parse_xlfd): Delete argument merge.  Fix handling of RESX,
20652         RESY, SPACING, and AVGWIDTH.  Don't validate property values here.
20653         Change caller.
20654         (font_unparse_xlfd): Handle dpi, spacing, and scalable properties.
20655         (font_parse_fcname): Delete argument merge.  Fix parsing of point
20656         size.  Don't validate properties values here.  Change caller.
20657         (font_unparse_fcname): Handle dpi, spacing, and scalable properties.
20658         (font_open_by_name): Delete unused variable.
20659         (Ffont_spec): Likewise.  Validate property values.
20660         (Ffont_match_p): New function.
20662         * font.h (QCscalable): Extern it.
20663         (font_parse_xlfd, font_parse_fcname): Adjust prototype.
20665         * ftfont.c (ftfont_list): Handle properties dpi, spacing, and scalable.
20667         * xfont.c (xfont_query_font): Adjust for the change of font_parse_xlfd.
20668         (xfont_list_pattern): New function.
20669         (xfont_list): Use xfont_list_pattern.
20671 2008-02-01  Kenichi Handa  <handa@m17n.org>
20673         * font.h (Flist_fonts): EXFUN it.
20675 2008-02-01  Jason Rumney  <jasonr@gnu.org>
20677         * w32term.c (w32_initialize): Add back smoothing_type and
20678         smoothing_enabled definitions.
20680 2008-02-01  Kenichi Handa  <handa@m17n.org>
20682         * xterm.c (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
20683         s->face->font on determining underline position.
20685 2008-02-01  Kenichi Handa  <handa@m17n.org>
20687         * font.c (font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
20688         (font_has_char): Accept font-object too.
20689         (font_find_for_lface): Try at first with a size specified in face.
20691 2008-02-01  Kenichi Handa  <handa@m17n.org>
20693         * frame.c (x_set_font) [USE_FONT_BACKEND]: Fix argument to
20694         font_open_by_name.
20696 2008-02-01  Kenichi Handa  <handa@m17n.org>
20698         * font.h (QCspacing, QCdpi): Extern them.
20699         (enum font_spacing): New enum.
20700         (FONT_PIXEL_SIZE_QUANTUM): New macro.
20702         * font.c (POINT_TO_PIXEL): Don't divide POINT by 10.
20703         (QCspacing, QCdpi): New variables.
20704         (syms_of_font): Initialize them.
20705         (font_pixel_size): New function.
20706         (font_put_extra): New function.
20707         (font_parse_xlfd): Fix handling of font size.  Add QCdpi property
20708         in FONT_EXTRA.
20709         (font_parse_fcname): Handle enumerated values (e.g. bold).
20710         Fix handling font size.  Add QCname property that contains only
20711         unknown properties.
20712         (font_score): Change argument.  Change caller.  Pay attention to
20713         FONT_PIXEL_SIZE_QUANTUM.
20714         (font_sort_entites, font_list_entities, font_find_for_lface)
20715         (font_open_for_lface, font_open_by_name): Fix handling of font size.
20716         (Ffont_spec): Add QCname property that contains only unknown properties.
20718         * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq.  Don't
20719         include weight in listing pattern, instead check weight of each
20720         listed font.  Don't include scalable in pattern.  Pay attention to
20721         FONT_PIXEL_SIZE_QUANTUM.
20723 2008-02-01  Kenichi Handa  <handa@m17n.org>
20725         * font.c (font_parse_fcname): Fix parsing of point-size.
20726         (font_unparse_fcname): Produce symbolic names for style properties.
20727         (font_list_entities): Handle float size correctly.
20728         (font_open_by_name): Prefer `normal' property values if the name
20729         doesn't specify them.
20731         * fontset.c (Finternal_char_font): Use font_get_name, not
20732         Ffont_xlfd_name.
20734         * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
20735         FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
20736         pattern.  Don't force scalable.
20738         * xftfont.c (xftfont_open): For generating a name, start from
20739         96-byte buffer.
20741 2008-02-01  Jan Djärv  <jan.h.d@swipnet.se>
20743         * frame.h (x_new_fontset2): Fix prototype.
20745 2008-02-01  Kenichi Handa  <handa@m17n.org>
20747         * font.h (struct font_driver): Delete member parse_name.
20748         (font_match_p, font_get_spec, font_parse_fcname)
20749         (font_unparse_fcname): Extern them.
20750         (font_get_name): Adjust prototype.
20752         * font.c (XLFD_SMALLNUM_MASK): Delete this macro.
20753         (XLFD_LARGENUM_MASK): Delete XLFD_ENCODING_MASK from it.
20754         (font_expand_wildcards): Fix handling ENCODING field.  Avoid
20755         unnecessary checks for weight, slant, and swidth.
20756         (font_parse_fcname): New function.
20757         (font_unparse_fcname): New function.
20758         (font_parse_name): New function.
20759         (font_match_p): New function.
20760         (font_get_name): Change return value to Lisp string.
20761         (font_get_spec): New function.
20762         (Qunspecified, Qignore_defface): Don't extern them.
20763         (font_find_for_lface): Assume that LFACE is fully specified.
20764         (font_load_for_face): If lface[LFACE_FONT_INDEX] is an font
20765         object, use it for FACE.
20766         (font_open_by_name): Call Ffont_spec with QCname prop.  Don't call
20767         driver->parse_name.
20768         (Ffont_spec): Call font_parse_name, not font_parse_xlfd.
20770         * fontset.h (new_fontset_from_font) [USE_FONT_BACKEND]: Adjust
20771         prototype.
20773         * fontset.c (new_fontset_from_font) [USE_FONT_BACKEND]: Delete
20774         argument F.  Don't call Fnew_fontset.  Instead, directly call
20775         make_fontset.
20777         * frame.h (x_new_fontset2) [USE_FONT_BACKEND]: Adjust prototype.
20779         * frame.c (x_set_font) [USE_FONT_BACKEND]: Adjust for the change
20780         of x_new_fontset2.
20782         * ftfont.c (Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)
20783         (Qsans__serif): New variables.
20784         (ftfont_generic_family_list): New variable.
20785         (syms_of_ftfont): Initialize the above variables.
20786         (ftfont_pattern_entity): Delete argument NAME.
20787         (ftfont_list_generic_family): New function.
20788         (ftfont_parse_name): Delete this function.
20789         (ftfont_list): Try generic family only when FcFontList found no font.
20790         (ftfont_list_family): Fix args to FcObjectSetBuild.
20792         * xfaces.c (check_lface_attrs) [USE_FONT_BACKEND]: Accept font
20793         object in attrs[LFACE_FONT_INDEX].
20794         (set_lface_from_font_name): Cancel all changes for font-backend.
20795         (set_lface_from_font_and_fontset) [USE_FONT_BACKEND]: New
20796         function.
20797         (Finternal_set_lisp_face_attribute) [USE_FONT_BACKEND]: Accept a
20798         font object in QCfont attribute.
20799         (set_font_frame_param) [USE_FONT_BACKEND]: Likewise.
20800         (realize_default_face) [USE_FONT_BACKEND]: Call
20801         set_lface_from_font_and_fontset.
20803         * xfns.c (x_default_font_parameter) [USE_FONT_BACKEND]: Try also
20804         "fixed", and signal error here if no suitable font was found.
20806         * xfont.c (xfont_parse_name): Delete this function.
20808         * xftfont.c (xftfont_open): Change coding style of error
20809         handling.  Generate fontconfig's fontname pattern.
20811         * xterm.h (struct x_output) [USE_FONT_BACKEND]: New member fontp.
20812         (FRAME_FONT_OBJECT) [USE_FONT_BACKEND]: New macro.
20814         * xterm.c (x_new_fontset2) [USE_FONT_BACKEND]: Change arguments.
20815         Both args FONTSET and FONT_OBJECT must be existing ones.
20817 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20819         * macterm.c (mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.
20821 2008-02-01  Kenichi Handa  <handa@m17n.org>
20823         * xfont.c (xfont_open, xfont_encode_char): Fix typo.
20825         * font.h (struct font): Fix typo.
20827         * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
20828         XLFD_XXX_INDEX.
20829         (enum xlfd_field_mask): New enum.
20830         (intern_font_field): Changed argument.  Change caller.  If digits
20831         are followed by non-digits, return a symbol.
20832         (font_expand_wildcards): New function.
20833         (font_parse_xlfd): Fix wildcard handling.
20834         (Ffont_spec): If :name is specified, reflect the info in the other
20835         properties.
20837         * ftfont.c (ftfont_pattern_entity): Fix typo.
20838         (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
20839         locale.
20841 2008-02-01  Kenichi Handa  <handa@m17n.org>
20843         * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
20845         * font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move from ftfont.c.
20846         (font_unparse_xlfd): Fix argument type declaration.  Append "*" if
20847         registry doesn't specify encoding part.
20848         (font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
20849         (font_open_by_name): At first try parsing the name.
20850         (syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
20851         as Lisp symbols.
20853         * fontset.c (reorder_font_vector): Pay attention to the case that
20854         the 3rd element of font_def is nil.
20855         (fontset_font): For the default fontset, append one more fontset
20856         elements for a script-based font specification.  Don't add script
20857         attribute on finding a font.
20858         (new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
20859         font name.
20860         (fontset_ascii_font): If a font can't be opened, return nil.
20862         * ftfont.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Move to font.c.
20863         (ftfont_pattern_entity): New function.
20864         (ftfont_get_cache): Assume that freetype_font_cache is already
20865         initialized.
20866         (ftfont_list): Handle the case that a file is specified in font
20867         name.  Use ftfont_pattern_entity to generate entities.
20868         (ftfont_has_char): Check if the pattern contains FC_CHARSET.
20869         (syms_of_ftfont): Initialize freetype_font_cache.
20871         * xftfont.c (xftfont_open): Make the font name fontconfig's
20872         style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
20873         (xftfont_close): Free font->font.name if not NULL.
20875         * xfont.c (xfont_list): If script is specified for a font, return
20876         null_vector.
20877         (xfont_list_family): Declare argument type.
20879         * xfaces.c (set_lface_from_font_name): If a font doesn't have a
20880         name, set LFACE_FONT (lface) to nil.
20882         * xterm.c (x_new_fontset2): If an ASCII font couldn't be loaded,
20883         return Qnil.
20885 2008-02-01  Kenichi Handa  <handa@m17n.org>
20887         * emacs.c (main): Check -enable-font-backend arg after the check of -nl.
20888         (standard_args): Add "-enable-font-backend".
20890 2008-02-01  Kenichi Handa  <handa@m17n.org>
20892         * xftfont.c (xftfont_default_fid): Set fid_known to 1.
20893         (struct xftdraw_list, xftdraw_list): Delete them.
20894         (register_xftdraw, check_xftdraw): Delete them.
20895         (xftfont_prepare_face): Don't call register_xftdraw.
20896         (xftfont_done_face): Don't call check_xftdraw.
20897         (xftfont_draw): Get background color only when with_background is
20898         nonzero.
20900         * xfont.c (xfont_encode_char): Fix calculation of char2b.
20902 2008-02-01  Kenichi Handa  <handa@m17n.org>
20904         These changes are for the new font handling codes.
20906         * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
20907         @FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
20908         (LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
20909         (FONTSRC, FONTOBJ): New variables.
20910         (obj): Add $(FONTOBJ).
20911         (SOME_MACHINE_OBJECTS): Lib_X11_Lib.
20912         (LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
20913         @LIBOTF_LIBS@.
20914         (font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
20915         (fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depend on $(FONTSRC).
20917         * font.h, font.c, xfont.c, ftfont.c, xftfont.c, ftxfont.c: New files.
20919         * character.h (Vscript_representative_chars): Extern it.
20921         * character.c (Vscript_representative_chars): New variable.
20922         (syms_of_character): Declare it as a Lisp variable.
20924         * composite.c (get_composition_id) [USE_FONT_BACKEND]: If
20925         enable_font_backend is nonzero, accept the composition method
20926         COMPOSITION_WITH_GLYPH_STRING.
20928         * composite.h (enum composition_method) [USE_FONT_BACKEND]: New
20929         enumeration COMPOSITION_WITH_GLYPH_STRING.
20931         * dispextern.h (struct glyph_string) [USE_FONT_BACKEND]: New
20932         members clip_x, clip_y, clip_width, and clip_height.
20933         (struct face) [USE_FONT_BACKEND]: New members font_info and extra.
20935         * emacs.c (main) [USE_FONT_BACKEND]: Handle arg
20936         --enable-font-backend.  Call syms_of_font.
20938         * fns.c (assoc_no_quit): New function.
20940         * fontset.h (FONT_INFO_FROM_FACE): New macro.
20941         (face_for_font, new_fontset_from_font)
20942         (fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.
20944         * fontset.c [USE_FONT_BACKEND]: Include "font.h".
20945         (fontset_font, fontset_ascii, face_for_char)
20946         (make_fontset_for_ascii_face, Ffont_info)
20947         (Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
20948         is nonzero, use font-backend mechanism.
20949         (find_font_encoding): Make it non-static.
20950         (new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
20951         New functions.
20953         * frame.h (struct frame): New members resx and resy.
20954         (struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
20955         (x_new_fontset2) [USE_FONT_BACKEND]: Extern it.
20957         * frame.c [USE_FONT_BACKEND]: Include "font.h".
20958         (make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend mechanism.
20960         * lisp.h (assoc_no_quit): Extern it.
20962         * xdisp.c: If USE_FONT_BACKEND is defined, include "font.h".
20963         Through out the file, use FONT_INFO_FROM_FACE instead of
20964         FONT_INFO_FROM_ID, use get_per_char_metric instead of
20965         rif->per_char_metric.
20966         (handle_composition_prop) [USE_FONT_BACKEND]: If the composition
20967         method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
20968         (get_glyph_face_and_encoding, fill_composite_glyph_string)
20969         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
20970         (x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
20971         nonzero, use font-backend mechanism.
20972         (get_per_char_metric): New function.
20974         * xfaces.c [USE_FONT_BACKEND]: Include "font.h".
20975         (set_lface_from_font_name)
20976         (set_font_frame_param, free_realized_face)
20977         (prepare_face_for_display, clear_face_gcs)
20978         (Finternal_set_font_selection_order, realize_x_face)
20979         [USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
20980         font-backend mechanism.
20981         (clear_face_cache) [USE_FONT_BACKEND]: Don't call clear_font_table.
20982         (load_face_font) [USE_FONT_BACKEND]: Abort.
20983         (face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
20984         (face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New functions.
20986         * xfns.c [USE_FONT_BACKEND]: Include "font.h".
20987         (x_default_font_parameter) [USE_FONT_BACKEND]: New function.
20988         (Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
20989         nonzero, register all available font drivers.  Call
20990         x_default_font_parameter for deciding a font.
20991         (x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.
20993         * xterm.c [USE_FONT_BACKEND]: Include "font.h".
20994         (x_set_mouse_face_gc, x_set_glyph_string_clipping)
20995         (x_set_glyph_string_clipping_exactly)
20996         (x_compute_glyph_string_overhangs)
20997         (x_draw_glyph_string_foreground)
20998         (x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
20999         (x_free_frame_resources) [USE_FONT_BACKEND]: If
21000         enable_font_backend is nonzero, use font-backend mechanism.
21001         (x_new_fontset2) [USE_FONT_BACKEND]: New function.
21003 2008-02-01  Kenichi Handa  <handa@m17n.org>
21005         * coding.c (coding_inherit_eol_type): If PARENT is nil, inherit from
21006         system_eol_type.
21007         (syms_of_coding): Initialize system_eol_type.
21009         * process.c (Fset_process_coding_system): Inherit system's eol
21010         format if necessary.
21012 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21014         * macgui.h (USE_ATSUI): Don't enable on emacs-unicode-2 branch.
21016 2008-02-01  Kenichi Handa  <handa@m17n.org>
21018         * coding.c (decode_eol): Pay attention to buffer relocation in
21019         del_range_2.
21020         (decode_coding): Call decode_eol before restoring undo_list.
21022 2008-02-01  Kenichi Handa  <handa@m17n.org>
21024         * charset.c (Fdefine_charset_internal): Fix setting of
21025         emacs_mule_bytes.
21027 2008-02-01  Kenichi Handa  <handa@m17n.org>
21029         * keyboard.c (read_char): Check if C is a character or not before
21030         looking up Vkeyboard_translate_table.
21032 2008-02-01  Kenichi Handa  <handa@m17n.org>
21034         * coding.c (DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Fix
21035         condition to terminate the loop.
21037 2008-02-01  Kenichi Handa  <handa@m17n.org>
21039         * coding.c (produce_composition): Compare charbuf[i] instead of
21040         args[i] against 0.
21041         (Fterminal_coding_system): Use EQ to compare Lisp objects.
21043 2008-02-01  Kenichi Handa  <handa@m17n.org>
21045         * coding.c (DECODE_COMPOSITION_START): If the source is short, set
21046         coding->result to CODING_RESULT_INSUFFICIENT_SRC.
21047         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
21048         detect_coding.
21049         (emacs_mule_char): Handle old style (Emacs 20) component character
21050         of a composition.
21051         (DECODE_EMACS_MULE_COMPOSITION_RULE_20)
21052         (DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Fix parsing a
21053         composition rule.
21054         (decode_coding_emacs_mule): Handle invalid bytes correctly.
21056 2008-02-01  Kenichi Handa  <handa@m17n.org>
21058         * coding.c (encode_coding_ccl): Allocate destination dynamically
21059         when necessary.
21061 2008-02-01  Kenichi Handa  <handa@m17n.org>
21063         * ccl.c (Fccl_execute_on_string): Fix the condition of terminating
21064         the loop.  When quitted, show a proper error message.
21066 2008-02-01  Kenichi Handa  <handa@m17n.org>
21068         * xterm.c (x_set_glyph_string_clipping_exactly): Set
21069         src->clip_head and src->clip_tail temporarily instead of src->hl.
21071         * ccl.c (CCL_WRITE_STRING): Handle a flag bit for multibyte
21072         character sequence.
21073         (Fccl_execute_on_string): Use ASET, not XSET.
21075 2008-02-01  Kenichi Handa  <handa@m17n.org>
21077         * search.c (search_buffer): Fix handling of "\\" in a trivial regexp.
21079 2008-02-01  Kenichi Handa  <handa@m17n.org>
21081         * coding.c (decode_coding): Fix the condition of terminating the
21082         decoding loop.
21084 2008-02-01  Kenichi Handa  <handa@m17n.org>
21086         * data.c (Faset): On setting a character bigger than 255 in a
21087         unibyte string, signal an error instead of make the string multibyte.
21089 2008-02-01  Kenichi Handa  <handa@m17n.org>
21091         * charset.c (map_charset_chars): Fix for ascii-compatible charset
21092         made by a mapping table.
21094 2008-02-01  Kenichi Handa  <handa@m17n.org>
21096         * xdisp.c (fill_composite_glyph_string): Check s->face is NULL or
21097         not.
21098         (BUILD_COMPOSITE_GLYPH_STRING): If C is TAB, set s->face to NULL.
21099         (x_produce_glyphs): If CH is TAB, set cmp->offsets properly.
21101         * xterm.c (x_draw_composite_glyph_string_foreground): Check
21102         s->face is NULL or not.
21104 2008-02-01  Kenichi Handa  <handa@m17n.org>
21106         * xterm.c (x_set_glyph_string_clipping_exactly): New function.
21107         (x_draw_glyph_string): Fix drawing of right_overhang and
21108         left_overhang around/on cursor.
21110         * xdisp.c (draw_glyphs): Fix inclusion of right_overwriting glyphs.
21112 2008-02-01  Kenichi Handa  <handa@m17n.org>
21114         * xdisp.c (x_produce_glyphs): Handle composition with TAB.
21116 2008-02-01  Kenichi Handa  <handa@m17n.org>
21118         * coding.c (Fdefine_coding_system_internal)
21119         (Fdefine_coding_system_alias): Avoid a duplicated element in
21120         Vcoding_system_alist.
21122 2008-02-01  Kenichi Handa  <handa@m17n.org>
21124         * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
21126         * coding.c (Qcoding_system_define_form): New variable.
21127         (syms_of_coding): Intern and staticpro it.
21128         (Fcoding_system_p): Check Qcoding_system_define_form.
21129         (Fcheck_coding_system): Try to autoload the definition of CODING-SYSTEM.
21131         * coding.h (CODING_SYSTEM_P): If ID is not available, call
21132         Fcoding_system_p.
21133         (CHECK_CODING_SYSTEM): If ID is not available, call
21134         Fcheck_coding_system.
21135         (CHECK_CODING_SYSTEM_GET_SPEC, CHECK_CODING_SYSTEM_GET_ID):
21136         Try also Fcheck_coding_system.
21138 2008-02-01  Kenichi Handa  <handa@m17n.org>
21140         * coding.c (code_conversion_restore): GCPRO arg.
21142 2008-02-01  Kenichi Handa  <handa@m17n.org>
21144         * character.c (lisp_string_width): Check multibyteness of STRING.
21146 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21148         * macterm.c (mac_encode_char): Call ccl_driver with the last arg
21149         Qnil.  Use JIS_TO_SJIS instead of ENCODE_SJIS.
21150         (decode_mac_font_name): Use decode_coding_c_string instead of
21151         decode_coding.
21152         (x_load_font): Initialize fontp->fontset to -1.  Set
21153         fontp->encoding_type.
21155 2008-02-01  Kenichi Handa  <handa@m17n.org>
21157         * search.c (search_buffer): Give up BM search on case-fold-search
21158         if one of a target character has a case-equivalence of different
21159         byte length even if that target character is an ASCII.
21160         (simple_search): Fix calculation of byte length of matched text.
21161         (boyer_moore): Fix handling of case-equivalent multibyte characters.
21163 2008-02-01  Kenichi Handa  <handa@m17n.org>
21165         * coding.c (decode_coding): Fix handling of invalid bytes.
21167 2008-02-01  Kenichi Handa  <handa@m17n.org>
21169         * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
21170         Unicode characters.
21172 2008-02-01  Kenichi Handa  <handa@m17n.org>
21174         * coding.c (encode_coding_object): If a pre-write-conversion
21175         function makes a new buffer, kill it.
21177 2008-02-01  Kenichi Handa  <handa@m17n.org>
21179         * coding.c (QCascii_compatible_p): New variable.
21180         (syms_of_coding): Initialize it.
21181         (ONE_MORE_BYTE, ONE_MORE_BYTE_NO_CHECK): Decrement `src' before
21182         calling string_char.
21183         (record_conversion_result): Add `default:' case.
21184         (coding_charset_list): Delete unused variable `coding_type'.
21185         (Fdefine_coding_system_internal): Add `ascii-compatible-p'
21186         property in the plist of the coding system.
21187         (Fcoding_system_put): Check QCascii_compatible_p.
21189 2008-02-01  Miles Bader  <miles@gnu.org>
21191         * xfaces.c (Finternal_lisp_face_equal_p): Restore previously
21192         removed calculation of frame `f', as it's now used.
21194 2008-02-01  Kenichi Handa  <handa@m17n.org>
21196         * Makefile.in (RUN_TEMACS): Include "-nl" if HAVE_SHM is defined.
21197         (emacs${EXEEXT}): Run $(RUN_TEMACS) unconditionally.
21198         (UNIDATA): New variable.
21199         (${lispsource}international/charprop.el): Depends on ${UNIDATA}.
21200         (bootstrap-emacs${EXEEXT}): Depends on charprop.el.  Run
21201         $(RUN_TEMACS) unconditionally.
21203 2008-02-01  Kenichi Handa  <handa@m17n.org>
21205         * Makefile.in (temacs${EXEEXT}): Build charprop.el if necessary.
21206         (admindir): New variable.
21207         ($(lispsource)international/charprop.el): New target.
21209 2008-02-01  Miles Bader  <miles@gnu.org>
21211         * character.c (chars-in-region): Remove obsolete function.
21212         (syms_of_character): Remove its initialization.
21214 2008-02-01  Benjamin Riefenstahl  <b.riefenstahl@turtle-trading.net>
21216         * w32select.c (validate_coding_system)
21217         (setup_windows_coding_system): New functions.
21218         (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use
21219         setup_windows_coding_system.
21220         (setup_config, Fw32_get_clipboard_data): Use
21221         validate_coding_system.
21222         (Fx_selection_exists): Move call to setup_config to a place
21223         where signals are allowed.
21225         * lisp.h (Fcoding_system_base, Fcoding_system_eol_type)
21226         (Fcheck_coding_system): Add declarations.
21228 2008-02-01  Kenichi Handa  <handa@m17n.org>
21230         * charset.c (load_charset_map_from_vector): Fix for the first iteration.
21232 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21234         * macfns.c (Fx_create_frame, x_create_tip_frame): Pass Lisp
21235         string as the second argument for x_new_fontset.
21237 2008-02-01  Kenichi Handa  <handa@m17n.org>
21239         * coding.c (decode_coding_object): Use safe_call1 instead of call1.
21240         (encode_coding_object): Use safe_call instead of call2.
21242 2008-02-01  Kenichi Handa  <handa@m17n.org>
21244         * fontset.c (Fset_fontset_font): Check family element of a given vector.
21246         * Makefile.in (lisp): Include charprop.el.
21248 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21250         * macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
21251         Not sure if it's unnecessary.
21253 2008-02-01  Steven Tamm  <steventamm@mac.com>
21255         * macfns.c (Fx_create_frame, x_create_tip_frame): ifdef'd out
21256         some possibly unnecessary fontset checking code that crashed
21257         when creating a new frame.
21259 2008-02-01  Kenichi Handa  <handa@m17n.org>
21261         * xfaces.c (merge_faces): Fix argument to lookup_derived_face and
21262         lookup_face.
21264         * xdisp.c (Fformat_mode_line): Fix argument to lookup_named_face.
21266         * fringe.c (draw_fringe_bitmap_1): Fix argument to lookup_named_face.
21268 2008-02-01  Kenichi Handa  <handa@m17n.org>
21270         * coding.c: Cancel the change done in HEAD on 2008-02-01.
21271         (coding_charset_list): New function.
21273         * coding.h (coding_charset_list): Extern it.
21275 2008-02-01  Kenichi Handa  <handa@m17n.org>
21277         * fontset.c (Fset_fontset_font): Call find_font_encoding with
21278         concatenation of family and registry.
21280 2008-02-01  Kenichi Handa  <handa@m17n.org>
21282         * character.h (BYTE8_STRING): Fix typo.
21284         * editfns.c (Ftranslate_region_internal): Don't convert unibyte
21285         string to multibyte (sync to HEAD).
21287         * casefiddle.c (casify_region): Handle changes in byte-length
21288         using replace_range_2 (sync to HEAD).
21290 2008-02-01  Andreas Schwab  <schwab@suse.de>
21292         * chartab.c (map_char_table): GCPRO table and arg.
21294 2008-02-01  Kenichi Handa  <handa@m17n.org>
21296         * syntax.c (skip_syntaxes): Return lispy 0 (not nil) if point is
21297         already at limit.
21299 2008-02-01  Kenichi Handa  <handa@m17n.org>
21301         * fontset.c (fs_load_font): Use fast_string_match_ignore_case
21302         instead of fast_c_string_match_ignore_case.
21303         (find_font_encoding): Change argument to Lisp_Object.  Use
21304         fast_string_match_ignore_case instead of
21305         fast_c_string_match_ignore_case.  Change caller.
21307 2008-02-01  Kenichi Handa  <handa@m17n.org>
21309         * xdisp.c (get_next_display_element): In unibyte case, decide to
21310         display in octal form by checking a character by
21311         UNIBYTE_CHAR_HAS_MULTIBYTE_P.
21313         * charset.c (Fset_unibyte_charset): Setup unibyte_has_multibyte_table.
21315         * character.c (unibyte_has_multibyte_table): New variable.
21317         * character.h (unibyte_has_multibyte_table): Extern it.
21318         (UNIBYTE_CHAR_HAS_MULTIBYTE_P): New macro.
21320 2008-02-01  Kenichi Handa  <handa@m17n.org>
21322         * coding.c (encode_coding_iso_2022): Fix handling of charset
21323         annotation.
21325 2008-02-01  Kenichi Handa  <handa@m17n.org>
21327         * coding.c (setup_coding_system): If coding_system is nil, use
21328         Qundecided.
21329         (Fterminal_coding_system): Return nil if terminal coding system is
21330         `undecided'.
21331         (syms_of_coding): Define coding-system `undecided' here.  Setup
21332         terminal_coding as `undecided'.
21334 2008-02-01  Kenichi Handa  <handa@m17n.org>
21336         * xdisp.c (message_dolog, set_message_1): Call
21337         unibyte_char_to_multibyte with arg type int.
21339         * lread.c (read1): Fix reading of a char-table.
21341         * print.c (print_object): Include sub char-table in circularities
21342         detection.
21344 2008-02-01  Kenichi Handa  <handa@m17n.org>
21346         * keymap.c (where_is_internal_2): Fix for the case that KEY is a cons.
21347         Append the found sequences in car of ARGS instead of prepending.
21349 2008-02-01  Kenichi Handa  <handa@m17n.org>
21351         * fileio.c (report_file_error): Make a unibyte string from
21352         strerror (errorno).
21353         (Fsubstitute_in_file_name): Fix the arg to
21354         unibyte_char_to_multibyte.  It is evaluated twice.
21356 2008-02-01  Kenichi Handa  <handa@m17n.org>
21358         * charset.h (CHAR_CHARSET): Shortcut for ASCII case.
21360 2008-02-01  Kenichi Handa  <handa@m17n.org>
21362         * coding.c (detect_coding_utf_16): Don't set detect_info->found if
21363         BOM is not found.
21364         (detect_coding, detect_coding_system): Optimization for ISO-2022
21365         when no 8-bit data is found.
21367 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21369         * w32fns.c (x_to_w32_font): Update to use new coding struct.
21371 2008-02-01  Kenichi Handa  <handa@m17n.org>
21373         * charset.c (Fdeclare_equiv_charset, Fiso_charset): Fix handing of
21374         CHARS.
21376 2008-02-01  Steven Tamm  <steventamm@mac.com>
21378         * macterm.c (mac_encode_char): Add charset argument and update
21379         to use encoding_type.
21380         (x_new_font, x_new_fontset): Merge in changes from xterm.c;
21381         switch to pure fontset.
21382         (decode_mac_font_name): Temporarily remove decoding.
21383         (x_font_name_to_mac_font_name): Temporarily remove encoding.
21384         (x_load_font): Temporarily remove encoding.
21386 2008-02-01  Kenichi Handa  <handa@m17n.org>
21388         * xfaces.c (Fface_font): If frame is not on a window system,
21389         ignore CHARACTER arg.  If HAVE_WINDOW_SYSTEM is not defined, don't
21390         refer to face->font.
21391         (split_font_name_into_vector, build_font_name_from_vector)
21392         (lookup_non_ascii_face, realize_non_ascii_face): Define them only
21393         when HAVE_WINDOW_SYSTEM is defined.
21395 2008-02-01  Kenichi Handa  <handa@m17n.org>
21397         * xdisp.c (BUILD_GLYPH_STRINGS): Check if s is NULL.
21398         (x_produce_glyphs): Fix setting of members of cmp in case
21399         cmp->glyph_len is zero.
21401         * fontset.c (Fset_fontset_font): Fix docstring.
21402         (Ffontset_info): Make it backward compatible.  New arg ALL.
21404 2008-02-01  Kim F. Storm  <storm@cua.dk>
21406         * process.c (read_process_output): Grow decoding_buf when needed;
21407         this could cause a crash in allocate_string and compact_small_strings.
21409 2008-02-01  Kenichi Handa  <handa@m17n.org>
21411         * fileio.c (WRITE_BUF_SIZE): Delete this macro.
21413 2008-02-01  Kenichi Handa  <handa@m17n.org>
21415         * coding.c (setup_coding_system): Set coding->common_flags
21416         correctly for raw-text.
21417         (consume_chars): On encoding unibyte text by raw-text, don't check
21418         multibyte form.
21419         (encode_coding): On encoding by raw-text, never use translation tables.
21421         * fileio.c (e_write): Short cut for the case of no encoding.
21423 2008-02-01  Kenichi Handa  <handa@m17n.org>
21425         * coding.c (detect_coding, detect_coding_system): Delete unused
21426         variables.
21428 2008-02-01  Kenichi Handa  <handa@m17n.org>
21430         * coding.c (encode_coding_utf_8): Fix handling of raw-byte char.
21431         (consume_chars): Fix handling of 8-bit bytes in unibyte source.
21433 2008-02-01  Kenichi Handa  <handa@m17n.org>
21435         * coding.c (Ffind_coding_systems_region_internal): Include
21436         raw-text and no-conversion in the result.
21438 2008-02-01  Kenichi Handa  <handa@m17n.org>
21440         * fontset.c (find_font_encoding): Return `ascii' for unknown encoding.
21441         (load_font_get_repertory): Delete unnecessary check of ENCODING of
21442         FONT_DEF.
21443         (font_def_arg, add_arg, from_arg, to_arg): New args.
21444         (set_fontset_font): Change argument.
21445         (Fset_fontset_font): Fix for the case that TARGET is a script
21446         name and charset name.
21447         (new_fontset_from_font_name): Fix argument to Fnew_fontset.
21449 2008-02-01  Kenichi Handa  <handa@m17n.org>
21451         * fontset.c (fontset_font): Rename from fontset_face.  Change return
21452         value.
21453         (face_suitable_for_char_p, face_for_char): Adjust for the change
21454         of fontset_font.
21455         (make_fontset_for_ascii_face): Fix setting of the fontset element
21456         for ASCII.
21457         (Finternal_char_font): Use fontset_font instead of FACE_FOR_CHAR
21458         to get a font name.
21459         (Ffontset_info): Adjust for the change of fontset_font.
21461         * coding.c (emacs_mule_char): Check invalid code more rigidly.
21463         * character.h (LEADING_CODE_LATIN_1_MIN)
21464         (LEADING_CODE_LATIN_1_MAX): Delete these macros.
21466 2008-02-01  Kenichi Handa  <handa@m17n.org>
21468         * editfns.c (check_translation): New function.
21469         (Ftranslate_region_internal): Handle M:N mapping.
21471 2008-02-01  Kenichi Handa  <handa@m17n.org>
21473         * xfaces.c (xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
21475 2008-02-01  Kenichi Handa  <handa@m17n.org>
21477         * coding.c (DECODE_DESIGNATION): Set chars_96 to -1 instead of
21478         goto invalid_code.
21479         (decode_coding_iso_2022): Fix handling of invalid designation.
21481         * fileio.c (Finsert_file_contents): Be sure to call unbind_to
21482         after calling code_conversion_save.
21484 2008-02-01  Kenichi Handa  <handa@m17n.org>
21486         * xdisp.c (handle_auto_composed_prop): Fix Lisp_Object/int mixup.
21488         * print.c (print_prune_string_charset): Fix Lisp_Object/int mixup.
21490         * fontset.c: Include "intervals.h".
21491         (fontset_face): Fix comparing of Lisp_Objects.
21492         (free_face_fontset, new_fontset_from_font_name): Fix
21493         Lisp_Object/int mixup.
21495         * editfns.c (Ftranslate_region_internal): Fix Lisp_Object/int mixup.
21497         * coding.c: Add many prototypes for static functions.
21498         (get_translation_table): Allow max_lookup to be NULL.
21499         (decode_coding, Ffind_coding_systems_region_internal)
21500         (Funencodable_char_position, Fcheck_coding_systems_region): Call
21501         get_translation_table with max_lookup NULL.
21503 2008-02-01  Kenichi Handa  <handa@m17n.org>
21505         * coding.c (get_translation_table): Declare it as Lisp_Object.
21506         (LOOKUP_TRANSLATION_TABLE): New macro.
21507         (produce_chars, consume_chars): Use LOOKUP_TRANSLATION_TABLE
21508         instead of CHAR_TABLE_REF.
21510 2008-02-01  Kenichi Handa  <handa@m17n.org>
21512         * coding.c (MAX_ANNOTATION_LENGTH): Adjust for the change of
21513         annotation data format.
21514         (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
21515         Change arguments FROM and TO to single argument NCHARS.  Change caller.
21516         (decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule)
21517         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
21518         (decode_coding_ccl, decode_coding_charset): Pay attention to
21519         coding->charbuf_used.
21520         (get_translation): New function.
21521         (produce_chars): New arguments translation_table and last_block.
21522         Translate characters here.  Return number of carryover chars.
21523         Change caller.
21524         (produce_composition): New argument pos.  Change caller.
21525         Adjust for the change of annotation data format.
21526         (produce_charset, produce_annotation): Likewise.
21527         (decode_coding, encode_coding): Don't call translate_chars.
21528         (consume_chars): New arg translation_table.  Change caller.
21529         (translate_chars): Delete.
21530         (syms_of_coding): Make translation-table's number of extra slots 2.
21532 2008-02-01  Kenichi Handa  <handa@m17n.org>
21534         * search.c (simple_search): Fix setting this_pos_byte in backward
21535         search.
21537         * coding.c (detect_coding_emacs_mule): Fix counting of encoded
21538         byte sequence.
21539         (detect_coding_ccl): Fix setting of the variable valids.
21541 2008-02-01  Kenichi Handa  <handa@m17n.org>
21543         * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font.
21545         * coding.c (decode_coding_utf_16): Fix handling of surrogate pair.
21547         * editfns.c (Ftranslate_region_internal): Rename from
21548         Ftranslate_region.  Accept a char-table in TABLE.
21549         (syms_of_editfns): Defsubr Stranslate_region_internal.
21551         * xfaces.c (set_lface_from_font_name): If a font is specified for
21552         a frame, generate a fontset from the font.
21553         (build_scalable_font_name): If the scalable font is requested for
21554         a specific size, don't change that size.
21555         (try_font_list): Try a scalable font also in the case that a
21556         pattern string is specified.
21558 2008-02-01  Kenichi Handa  <handa@m17n.org>
21560         * xfaces.c (Fface_font): New optional arg CHARACTER.
21562 2008-02-01  Kenichi Handa  <handa@m17n.org>
21564         * charset.h (CHARSET_OFFSET): New macro.
21566 2008-02-01  Kenichi Handa  <handa@m17n.org>
21568         * xterm.c (x_get_font_repertory): Fix for non-Unicode-bmp charset.
21570         * fontset.c (fontset_face): Handle the case that repertory is a
21571         char-table.
21572         (find_font_encoding): Return nil for unknown encoding.
21573         (Fset_fontset_font): Ignore a font of unknown encoding.
21575 2008-02-01  Kenichi Handa  <handa@m17n.org>
21577         * keymap.c (describe_vector): Handle default value of a char table.
21579         * fontset.c (fontset_face): Handle fallback fonts correctly.
21580         (Ffontset_info): Return infomation about fallback fonts.
21582 2008-02-01  Kenichi Handa  <handa@m17n.org>
21584         * fontset.c (FONTSET_DEFAULT): New macro.
21585         (FONTSET_ADD, fontset_add): Handle the case that range is nil.
21586         (Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
21587         the case that it is nil.
21588         (dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
21589         (syms_of_fontset): Set char-table-extra-slots property of fontset to 9.
21591         * charset.h (CHAR_CHARSET_P): Fix for the case that the method is
21592         subset or superset.
21594 2008-02-01  Kenichi Handa  <handa@m17n.org>
21596         * emacs.c (main): Call init_charset after syms_of_XXX.
21598         * charset.c (Vcharset_map_directory): Delete.
21599         (Vcharset_map_path): New variable.
21600         (load_charset_map_from_file): Use Vcharset_map_path instead.
21601         (init_charset): Initialize Vcharset_map_path.
21602         (syms_of_charset): Delete declaration of "charset-map-directory",
21603         add declaration of "charset-map-path".
21605 2008-02-01  Kenichi Handa  <handa@m17n.org>
21607         * fns.c (string_char_to_byte, string_byte_to_char): Optimize for
21608         ASCII only string.
21610         * fileio.c (Finsert_file_contents): Avoid detecting a code twice.
21612         * coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.
21613         (detect_coding, detect_coding_system): Treat '\0' as normal ASCII byte.
21615 2008-02-01  Kenichi Handa  <handa@m17n.org>
21617         * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
21619         * coding.c (QCmnemonic, QCdefalut_char)
21620         (QCdecode_translation_table, QCencode_translation_table)
21621         (QCpost_read_conversion, QCpre_write_conversion): New variables.
21622         (get_translation_table): Return a list of translation tables if
21623         necessary.
21624         (decode_coding): Call get_translation_table with ENCODEP 0.
21625         (char_encodable_p): If translation_table is non-nil, always call
21626         translate_char.
21627         (Fdefine_coding_system_internal): Accept list of translation
21628         tables as :encode-translation-table and :decode-translation-table.
21629         (Fcoding_system_put): New function.
21630         (syms_of_coding): Declare new symbols.  Defsubr
21631         Scoding_system_put.
21632         (decode_coding_sjis, encode_coding_sjis): Handle 4th charset,
21633         typically JISX0212.
21635         * charset.c (map_charset_chars): Fix arg to map_charset_chars in
21636         when the charset is superset type.
21638         * character.c (translate_char): Accept list of translation tables.
21640 2008-02-01  Kenichi Handa  <handa@m17n.org>
21642         * coding.h (enum coding_attr_index): New member coding_attr_trans_tbl.
21643         (CODING_ATTR_TRANS_TBL): New macro.
21645         * coding.c (get_translation_table): New function.
21646         (translate_chars): Fix the bug of skipping annotation data.
21647         (decode_coding, encode_coding): Utilize get_translation_table.
21648         (char_encodable_p, Funencodable_char_position): Translate char if
21649         necessary.
21650         (Ffind_coding_systems_region_internal)
21651         (Fcheck_coding_systems_region): Setup translation table for encode
21652         in a coding system attribute vector in advance.
21653         (Fdefine_coding_system_internal): Allow a symbol as translation
21654         table.  For shift-jis type coding system, allow 4th charset.
21656 2008-02-01  Kenichi Handa  <handa@m17n.org>
21658         * coding.c (decode_coding_sjis): Check the first byte rigidly.
21660         * xdisp.c (get_next_display_element): Pass -1 as POS to
21661         FACE_FOR_CHAR if displaying a C-string.
21663 2008-02-01  Kenichi Handa  <handa@m17n.org>
21665         * composite.c (get_composition_id): Handle xoff and yoff in a
21666         composition rule.
21668         * composite.h (COMPOSITION_DECODE_RULE): New arg xoff and yoff.
21669         (struct composition): New member lbearing and rbearing.
21671         * xdisp.c (move_it_to): Optimize for the case (op & MOVE_TO_Y).
21672         (x_get_glyph_overhangs): Handle a composition glyph.
21673         (x_produce_glyphs): Setup lbearing and rbreaing for a composition glyph.
21675         * xterm.c (x_compute_glyph_string_overhangs): Handle also a
21676         composition glyph.
21678 2008-02-01  Kenichi Handa  <handa@m17n.org>
21680         * print.c: Include charset.h.
21681         (Vprint_charset_text_property): New variable.
21682         (Qdefault): Extern it.
21683         (PRINT_STRING_NON_CHARSET_FOUND)
21684         (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
21685         (print_check_string_result): New variable.
21686         (print_check_string_charset_prop): New function.
21687         (print_prune_charset_plist): New variable.
21688         (print_prune_string_charset): New function.
21689         (print_object): Call print_prune_string_charset if
21690         Vprint_charset_text_property is not t.
21691         (print_interval): Print nothing if interval->plist is nil.
21692         (syms_of_print): Declare Vprint_charset_text_property as a lisp
21693         variable.  Init and staticpro print_prune_charset_plist.
21695 2008-02-01  Kenichi Handa  <handa@m17n.org>
21697         * fontset.c (new_fontset_from_font_name): Use the specified font
21698         for all characters in the new fontset.
21700         * macterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21701         OBJECT args.
21703         * xdisp.c (x_produce_glyphs): Call FACE_FOR_CHAR with POS and
21704         OBJECT args for composition too.
21706         * w32term.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
21707         OBJECT args.
21709 2008-02-01  Kenichi Handa  <handa@m17n.org>
21711         * dispextern.h (FACE_FOR_CHAR): New args POS and OBJECT.
21713         * fontset.c (reorder_font_vector): Adjust for the change of
21714         FONT_DEF format.
21715         (fontset_face): New arg id.  Change caller.
21716         (face_for_char): New args pos and object.
21717         (make_fontset_for_ascii_face): Adjust for the change of FONT_DEF format.
21718         (fs_query_fontset): Check NAME by Fassoc too.
21719         (Fset_fontset_font): Allow non-XLFD font name.
21720         (Ffontset_info): Adjust for the change of FONT_DEF format.
21722         * fontset.h (face_for_char): Adjust prototype.
21724         * xdisp.c (face_before_or_after_it_pos, get_next_display_element)
21725         (append_space, extend_face_to_end_of_line)
21726         (get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
21727         (x_produce_glyphs): Call FACE_FOR_CHAR with POS and OBJECT args.
21729         * xfaces.c (compute_char_face): Call FACE_FOR_CHAR with
21730         POS and OBJECT args.
21732         * xterm.c (x_set_mouse_face_gc): Call FACE_FOR_CHAR with
21733         POS and OBJECT args.
21735 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21737         * w32select.c (Fw32_set_clipboard_data): Avoid potential realloc
21738         of GlobalAlloc'ed memory.
21740 2008-02-01  Kenichi Handa  <handa@m17n.org>
21742         * ccl.c (Fccl_execute_on_string): Fix the condition of loop.
21744         * charset.h (charset_table_used): Delete extern.
21746         * charset.c (charset_table_used): Make it static.
21747         (map_charset_chars): Fix args to c_function with.
21749         * chartab.c (map_sub_char_table_for_charset): Fix args to
21750         c_function with.
21752         * coding.h (enum coding_result_code): Delete
21753         CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
21755         * coding.c (Qinsufficient_source, Qinconsistent_eol)
21756         (Qinvalid_source, Qinterrupted, Qinsufficient_memory): New variables.
21757         (Vlast_code_conversion_error): New variables.
21758         (syms_of_coding): DEFSYM or DEFVAR_LISP them.
21759         (ONE_MORE_BYTE): Record error if any instead of signaling an
21760         error.  If non-ASCII multibyte char is found, return the negative
21761         value of the code.  All callers changed to check it.
21762         (ONE_MORE_BYTE_NO_CHECK): Likewise.
21763         (record_conversion_result): New function.  Change all codes setting
21764         coding->result to call this function.
21765         (detect_coding_utf_8, decode_coding_utf_8)
21766         (detect_coding_emacs_mule, detect_coding_sji, detect_coding_big5):
21767         Don't use the local variable incomplete.
21768         (emacs_mule_char): Change the second arg to `const'.
21769         (decode_coding): Fix of flushing out unprocessed data.
21770         (make_conversion_work_buffer): Fix making of a work buffer.
21771         (decode_coding_object): Return coding->dst_object.
21773         * fontset.c (set_fontset_font): Fix args.
21775         * lisp.h (CHARACTERBITS): Define as 22.
21777         * process.c (send_process): Be sure to set coding->src_multibyte.
21779         * xdisp.c (handle_auto_composed_prop): Fix setting of limit.
21781 2008-02-01  Kenichi Handa  <handa@m17n.org>
21783         * xdisp.c (handle_auto_composed_prop): Give limit to
21784         Fnext_single_char_property_change.
21786 2008-02-01  Kenichi Handa  <handa@m17n.org>
21788         * composite.c (syms_of_composite): Don't make the composition hash
21789         table weak.
21791         * fontset.c (Fset_fontset_font): Fix docstring.
21793         * lisp.h (detect_coding_system): Adjust prototype.
21795         * fileio.c (kill_workbuf_unwind): Delete this function.
21796         (Finsert_file_contents): Adjust the call of detect_coding_system.
21797         Get conversion_buffer by code_conversion_save.  Use the macro
21798         CODING_MAY_REQUIRE_DECODING.  After decoding, update
21799         coding_system.
21801         * coding.h (make_conversion_work_buffer): Delete extern.
21802         (code_conversion_save): Extern it.
21804         * coding.c (enum iso_code_class_type): Delete ISO_carriage_return.
21805         (CODING_GET_INFO): Delete argument eol_type.  Change callers.
21806         (decode_coding_utf_8): Don't do eol converion.
21807         (detect_coding_utf_16): Check coding->src_chars, not
21808         coding->src_bytes.  Add heuristics for those that have no signature.
21809         (decode_coding_emacs_mule, decode_coding_iso_2022)
21810         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
21811         Don't do eol converion.
21812         (adjust_coding_eol_type): Return a new coding system.
21813         (detect_coding): Don't detect eol.  Fix for utf-16 detection.
21814         (decode_eol): In case of CRLF->LF conversion, use del_range_2 on
21815         each change.
21816         (decode_coding): Pay attention to undo_list.  Do eol conversion for
21817         all types of coding-systems (if necessary).
21818         (Vcode_conversion_work_buf_list): Delete it.
21819         (Vcode_conversion_reused_workbuf): Rename from
21820         Vcode_conversion_reused_work_buf.
21821         (Vcode_conversion_workbuf_name): New variable.
21822         (reused_workbuf_in_use): New variable.
21823         (make_conversion_work_buffer): Delete the arg DEPTH.
21824         (code_conversion_restore): Change argument to cons.
21825         (code_conversion_save): Delete the argument BUFFER.  Change callers.
21826         (detect_coding_system): New argument src_chars.  Change callers.
21827         Fix for utf-16 detection.
21828         (init_coding_once): Don't use ISO_carriage_return.
21829         (syms_of_coding): Initialize Vcode_conversion_workbuf_name and
21830         reused_workbuf_in_use.
21832 2008-02-01  Kenichi Handa  <handa@m17n.org>
21834         * keymap.c (store_in_keymap): Pay attention to the case that idx
21835         is a cons specifying a character range.
21837 2008-02-01  Kenichi Handa  <handa@m17n.org>
21839         * xdisp.c (handle_auto_composed_prop): Fix the case of returning
21840         HANDLED_RECOMPUTE_PROPS.
21842         * coding.c (Fdefine_coding_system_internal): Fix checking of
21843         ascii compatibility.
21845 2008-02-01  Kenichi Handa  <handa@m17n.org>
21847         * charset.c (find_charsets_in_text): Delete unused locale variable.
21848         (Fset_charset_priority): Update Vemacs_mule_charset_list too.
21850         * coding.c (encode_coding_emacs_mule): Emit bytes with MSB.
21851         Resync charset_list to Vemacs_mule_charset_list.
21853         * keymap.c (store_in_keymap): Pay attention to the case that idx
21854         is a cons specifying a character range.
21856 2008-02-01  Kenichi Handa  <handa@m17n.org>
21858         * composite.c (update_compositions): Bind inhibit-read-only, etc
21859         to t before calling remove-list-of-text-properties.
21861         * print.c (print_object): Always print ASCII chars as is.
21863 2008-02-01  Kenichi Handa  <handa@m17n.org>
21865         * keymap.c (Fdefine_key): Fix handling of Lucid style event type list.
21867         * fns.c (Fmapconcat, Fmapcar, Fmapc): Signal an error if SEQUENCE
21868         is a char table.
21870 2008-02-01  Kenichi Handa  <handa@m17n.org>
21872         * syntax.c (skip_chars): Be sure to alloca char_ranges when necessary.
21874 2008-02-01  Kenichi Handa  <handa@m17n.org>
21876         * xfaces.c (set_lface_from_font_name): Fix for the case that
21877         FONTNAME is not fontset name.
21879 2008-02-01  Kenichi Handa  <handa@m17n.org>
21881         * fns.c (base64_encode_1): Fix previous change.
21883 2008-02-01  Kenichi Handa  <handa@m17n.org>
21885         * fontset.c (set_fontset_font): New function.
21886         (Fset_fontset_font): If a font is specified for a charset, use
21887         map_charset_chars to store the font spec in a fontset.
21889 2008-02-01  Kenichi Handa  <handa@m17n.org>
21891         * fontset.c (fontset_face): Create a fallback fontset on demand.
21892         (make_fontset): Don't create a fallback fontset here.
21893         (free_face_fontset): Free a fallback fontset (if any) too.
21894         (n_auto_fontsets): Delete this variable.
21895         (auto_fontset_alist): New variable.
21896         (new_fontset_from_font_name): Check auto_fontset_alist.
21897         (dump_fontset) [FONTSET_DEBUG]: Fully re-written.
21898         (Ffontset_list_all) [FONTSET_DEBUG]: New function.
21899         (syms_of_fontset): Initialize and staticpro auto_fontset_alist.
21900         Defsubr Sfontset_list_all.
21902 2008-02-01  Kenichi Handa  <handa@m17n.org>
21904         * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
21906 2008-02-01  Kenichi Handa  <handa@m17n.org>
21908         * fontset.c (Fnew_fontset): Check NAME more rigidly.
21910 2008-02-01  Kenichi Handa  <handa@m17n.org>
21912         * editfns.c (Fgoto_char): Fix docstring.
21914 2008-02-01  Kenichi Handa  <handa@m17n.org>
21916         * insdel.c (insert_from_gap): Adjust intervals correctly.
21918 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21920         * w32term.c (GLYPHSET, WCRANGE): Define if system headers don't.
21921         (pfnGetFontUnicodeRanges): New dynamically loaded function.
21922         (w32_initialize): Try to load it.
21923         (x_get_font_repertory): Use it if available.
21924         (w32_encode_char): Add shortcut for unicode output.
21926         * w32fns.c (w32_load_system_font): Default charset to -1.
21927         (x_to_w32_charset): Match all fonts for unicode.
21928         (w32_to_x_charset): New parameter matching.  Don't return partial
21929         or wildcard charsets.
21930         (w32_to_all_x_charsets): Don't return partial or wildcard charsets.
21931         (w32_codepage_for_font): Return CP_UNICODE for unicode.
21932         (w32_to_x_font): Match charset to real charset.
21933         (enum_font_cb2): Always list unicode versions.
21935         * makefile.w32-in (temacs): Increase EMHEAP.
21937 2008-02-01  Jason Rumney  <jasonr@gnu.org>
21939         * w32term.c (w32_encode_char): New charset parameter.
21940         font_info.encoding becomes encoding_type.
21941         (x_get_font_repertory): New function.  Warning: stub only!
21942         (x_new_font): Return quickly if font already set.
21943         (x_new_fontset): fontsetname parameter is Lisp_Object.
21944         Use new fs_query_fontset.  Try new_fontset_from_font_name.
21945         Use fontset_name for return value.
21947         * w32term.h: Declare x_get_font_repertory.
21949         * w32select.c (Fw32_set_clipboard_data): Use string_x_string_p in
21950         place of find_charset_in_text.  Use encode_coding_object in place
21951         of encode_coding.
21952         (Fw32_get_clipboard_data): Use decode_coding_c_string in place of
21953         decode_coding.
21955         * w32fns.c (Fx_create_frame, x_create_tip_frame): Use new version
21956         of x_new_fontset.
21957         (w32_load_system_font): Initialize charset as unicode.
21958         font_info.encoding becomes encoding_type.
21959         (w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
21960         (x_to_w32_font): Use encode_coding_object in place of encode_coding.
21961         (syms_of_w32fns): Set get_font_repertory_func.
21963         * w32console.c: Include character.h.  Use terminal_encode_buffer
21964         from term.c.
21965         (write_glyphs): Use new version of encode_terminal_code.  Use
21966         encode_coding_object in place of encode_coding.
21968         * w32bdf.c (w32_load_bdf_font): Clear font_info before filling.
21969         encoding becomes encoding_type.
21971         * term.c (terminal_encode_buffer): Make externally visible.
21973         * makefile.w32-in: Add character.h dependancies.
21974         (character.o, chartab.o): New targets.
21976 2008-02-01  Kenichi Handa  <handa@m17n.org>
21978         * fileio.c (Finsert_file_contents) [DOS_NT]: Use the macro
21979         CODING_ID_EOL_TYPE.
21981 2008-02-01  Andreas Schwab  <schwab@suse.de>
21983         * coding.c (produce_chars): Revert last change.
21985 2008-02-01  Kenichi Handa  <handa@m17n.org>
21987         * charset.h (charset_unicode): Extern it.
21989         * charset.c (string_xstring_p): Check by (C >= 0x100).
21990         (find_charsets_in_text): Change format of the arc CHARSETS.  New
21991         arg MULTIBYTE.
21992         (Ffind_charset_region, Ffind_charset_string): Adjust for the
21993         change of find_charsets_in_text.
21994         (Fsplit_char): Fix doc.  Never return unknown.
21996         * chartab.c (char_table_translate): Use CHARACTERP, not INTEGERP.
21998         * coding.c (Fdefine_coding_system_alias): Update
21999         Vcoding_system_list.
22001         * fontset.c (load_font_get_repertory): Pay attention to the case
22002         that ENCODING of a font is specified by a char-table.
22004         * xterm.c (x_get_font_repertory): Handle the case that the
22005         encoding of font is other than Unicode.
22007 2008-02-01  Kenichi Handa  <handa@m17n.org>
22009         * term.c (encode_terminal_code): Don't handle glyph-table.  Check
22010         if a character is encodable by the terminal coding system.  If
22011         not, produces proper number of `?'s.  Update
22012         terminal_encode_buffer and terminal_encode_buf_size if necessary.
22013         (produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.
22015 2008-02-01  Kenichi Handa  <handa@m17n.org>
22017         * term.c (terminal_encode_buffer, terminal_encode_buf_size): New
22018         variables.
22019         (encode_terminal_code): Change argument.  Encode multiple
22020         characters at once.  Store the result of encoding in
22021         terminal_encode_buffer.
22022         (write_glyphs, insert_glyphs): Adjust for the change of
22023         encode_terminal_code.
22024         (term_init): Initialize terminal_encode_buffer and
22025         terminal_encode_buf_size.
22027         * coding.c (consume_chars): If coding->src_object is nil, don't
22028         check annotation.
22030 2008-02-01  Kenichi Handa  <handa@m17n.org>
22032         * character.c (char_string): Use ASCII_CHAR_P instead of
22033         SINGLE_BYTE_CHAR_P.
22035 2008-02-01  Kenichi Handa  <handa@m17n.org>
22037         * xdisp.c (handle_auto_composed_prop): Check if the last
22038         characters of auto-composed region is newly composed with the
22039         following characters.
22040         (handle_composition_prop): Fix checking of point being inside
22041         composition.
22043 2008-02-01  Kenichi Handa  <handa@m17n.org>
22045         * fns.c (concat): Don't change multibyteness of the result by
22046         concatenating an 8-bit character.
22048         * data.c (Faset): Check newelt by CHECK_CHARACTER.  Don't change
22049         multibyteness of the result when newelt is an 8-bit character.
22051 2008-02-01  Dave Love  <fx@gnu.org>
22053         * xmenu.c (find_and_call_menu_selection): Make menu_bar_items_used
22054         EMACS_INT.
22056         * xfns.c (DefaultDepthOfScreen, x_encode_text): Remove unused vars.
22058         * xfaces.c (face_numeric_value): Declare dim size_t.
22059         (Finternal_lisp_face_equal_p): Remove unused f.
22061         * xdisp.c (BUILD_CHAR_GLYPH_STRINGS, display_and_set_cursor)
22062         (MATRIX_ROW): Remove unused vars.
22063         (draw_glyphs, x_insert_glyphs, fast_find_position)
22064         (fast_find_position, fast_find_string_pos): Use EMACS_INT for
22065         byte/char counts.
22067         * regex.c (regex_compile): Remove unused var.
22069         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
22071         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
22072         (Faccessible_keymaps, where_is_internal): Remove unused vars.
22074         * keyboard.c (cancel_hourglass_unwind): Return Qnil.
22076         * frame.c (frame_name_fnn_p): Make len EMACS_INT.
22078         * fileio.c (Fwrite_region): Remove unused var.
22080         * dispnew.c (adjust_frame_glyphs_for_frame_redisplay)
22081         (adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.
22083         * composite.c (Fremove_list_of_text_properties): Declare.
22085         * coding.c (inhibit_pre_post_conversion): Remove (unused).
22086         (alloc_destination, produce_chars): Use EMACS_INT for byte/char counts.
22087         (coding_inherit_eol_type): Remove unused attrs.
22088         (detect_coding): Cast arg of detect_eol.
22090         * charset.c (syms_of_charset): Remove unused var p.
22091         (find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
22092         byte/char counts.
22094         * casetab.c (set_case_table): Remove unused var.
22096         * window.c (Fdisplay_buffer, Fframe_selected_window): Remove
22097         unused vars.
22099 2008-02-01  Dave Love  <fx@gnu.org>
22101         * xterm.c (x_bitmap_mask): Declare.
22103 2008-02-01  Dave Love  <fx@gnu.org>
22105         * xterm.c (x_term_init): Fix type error.
22107         * lisp.h: Add Funibyte_char_to_multibyte.
22109         * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
22110         (Fset_coding_system_priority): Doc fix.
22112         * ccl.c (ccl_driver): Fix arg of CHARACTERP.
22114         * indent.c (check_composition): Make start and end EMACS_INT.
22116         * character.c (lisp_string_width): Make ignore and end EMACS_INT.
22118         * xdisp.c (handle_composition_prop, check_point_in_composition):
22119         Make buffer positions EMACS_INT.
22121         * composite.c (find_composition, run_composition_function)
22122         (update_compositions, Ffind_composition_internal): Make buffer
22123         positions EMACS_INT.
22125         * composite.h (find_composition, update_compositions): Make
22126         position args EMACS_INT.
22128         * keyboard.c (adjust_point_for_property): Make beg and end EMACS_INT.
22130         * intervals.c (get_property_and_range):
22131         * intervals.h (get_property_and_range): Make start and end EMACS_INT.
22133         * unexalpha.c: Don't include varargs.h.
22135 2008-02-01  Dave Love  <fx@gnu.org>
22137         * coding.h (ENCODE_UTF_8): New.
22139         * Makefile.in (gtkutil.o): Depend on coding.h.
22141         * coding.c (Fset_coding_system_priority): Doc fix.
22143 2008-02-01  Kenichi Handa  <handa@m17n.org>
22145         * fileio.c (Finsert_file_contents): Call setup_coding_system in
22146         the case of auto saving.
22148 2008-02-01  Andreas Schwab  <schwab@suse.de>
22150         * chartab.c (map_char_table, map_char_table_for_charset): Protect
22151         `range' from GC.
22153 2008-02-01  Kenichi Handa  <handa@m17n.org>
22155         * coding.c (decode_coding_sjis): Check bytes more rigidly.
22157 2008-02-01  Kenichi Handa  <handa@m17n.org>
22159         * fileio.c (choose_write_coding_system): Return a decided coding system.
22160         (Fwrite_region): Set Vlast_coding_system_used to the return value
22161         of choose_write_coding_system.
22163 2008-02-01  Kenichi Handa  <handa@m17n.org>
22165         * charset.c (Fset_charset_priority): Pay attention to duplicated
22166         arguments.
22168         * coding.c (QCcategory): New variable.
22169         (syms_of_coding): Defsym it.  Set all elements of
22170         Vcoding_category_table and their symbol values.
22171         (Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
22172         coding-category-XXX, and coding-category-list.
22173         (Fdefine_coding_system_internal): Add category in the plist.
22175 2008-02-01  Kenichi Handa  <handa@m17n.org>
22177         * callproc.c (Fcall_process): Handle carryover correctly.
22179         * coding.c (decode_coding_iso_2022): Fix handling of invalid bytes.
22180         (raw_text_coding_system): Check NILP (coding_system).
22181         (coding_inherit_eol_type): Check NILP (coding_system) and
22182         NILP (parent).
22183         (consume_chars): Fix for the case of raw-text.
22185         * process.c (read_process_output): Handle carryover correctly.
22187 2008-02-01  Dave Love  <fx@gnu.org>
22189         * regex.c (re_search_2): Fix last change.
22191 2008-02-01  Kenichi Handa  <handa@m17n.org>
22193         * regex.c (GET_CHAR_BEFORE_2): Check multibyte, not
22194         target_multibyte.  Even in a unibyte case, return a converted
22195         multibyte char.
22196         (GET_CHAR_AFTER): New macro.
22197         (PATFETCH): Translate via multibyte char.
22198         (HANDLE_UNIBYTE_RANGE): Delete this macro.
22199         (SETUP_MULTIBYTE_RANGE): New macro.
22200         (regex_compile): Setup compiled code so that its multibyteness
22201         matches that of a target.  Fix the handling of "[X-YZ]" using
22202         SETUP_MULTIBYTE_RANGE.
22203         (analyse_first) <charset>: For filling fastmap for all multibyte
22204         characters, don't check by BASE_LEADING_CODE_P.
22205         (re_search_2): Don't check RE_TARGET_MULTIBYTE_P (bufp).  It is
22206         the same as RE_MULTIBYTE_P (bufp) now.
22207         (mutually_exclusive_p): Check by (! multibyte || IS_REAL_ASCII (c)).
22208         (TARGET_CHAR_AND_LENGTH): Delete this macro.
22209         (TRANSLATE_VIA_MULTIBYTE): New macro.
22210         (re_match_2_internal): Don't check RE_TARGET_MULTIBYTE_P (bufp).
22211         It is the same as RE_MULTIBYTE_P (bufp) now.
22212         <exactn>: Translate via multibyte.
22213         <anychar>: Fetch a character by RE_STRING_CHAR_AND_LENGTH.  Don't
22214         translate it.
22215         <charset, charset_not>: Fetch a character by
22216         RE_STRING_CHAR_AND_LENGTH.  Translate via multibyte.
22217         <duplicate>: Call bcmp_translate with the last arg `multibyte'.
22218         <wordbound, notwordbound, wordbeg, wordend, syntaxspec,
22219         notsyntaxspec, categoryspec, notcategoryspec> Fetch a character
22220         by GET_CHAR_AFTER.
22221         (bcmp_translate): Likewise.
22223         * search.c (compile_pattern): Check the member target_multibyte,
22224         not the member multibyte of buf.
22226         * lread.c (read1): While reading a string, set force_singlebyte
22227         and force_multibyte correctly.
22229         * charset.c (Fset_unibyte_charset, init_charset_once): Fix setting
22230         up of unibyte_to_multibyte_table.
22232 2008-02-01  Kenichi Handa  <handa@m17n.org>
22234         * coding.c (setup_coding_system): If coding has
22235         post-read-conversion or pre-write-conversion, set
22236         CODING_REQUIRE_DECODING_MASK and CODING_REQUIRE_ENCODING_MASK
22237         respectively.
22238         (decode_coding_gap): Run post-read-conversion if any.
22240         * fileio.c (Finsert_file_contents): Even if we read into a
22241         unibyte buffer, check if we must decode the result or not.
22243 2008-02-01  Kenichi Handa  <handa@m17n.org>
22245         * coding.c (make_conversion_work_buffer): Change the work buffer
22246         name to the same one as that of Emacs 21.
22248 2008-02-01  Kenichi Handa  <handa@m17n.org>
22250         * coding.h (make_conversion_work_buffer): Adjust prototype.
22251         (code_conversion_restore): Don't extern it.
22253         * coding.c (detected_mask): Delete unused variable.
22254         (decode_coding_iso_2022): Pay attention to the byte sequence of
22255         CTEXT extended segment, and retain those bytes as is.
22256         (decode_coding_ccl): Delete unused variable `valids'.
22257         (setup_coding_system): Delete unused variable `category'.
22258         (consume_chars): Delete unused variable `category'.  Make it work
22259         for non-multibyte case.
22260         (make_conversion_work_buffer): Change argument.
22261         (saved_coding): Delete unused variable.
22262         (code_conversion_restore): Don't check saved_coding->destination.
22263         (code_conversion_save): New function.
22264         (decode_coding_gap, encode_coding_gap): Call code_conversion_save
22265         instead of record_unwind_protect.
22266         (decode_coding_object, encode_coding_object): Likewise.  Recover PT.
22267         (detect_coding_system): Delete unused variable `mask'.
22268         (Fdefine_coding_system_internal): Delete unused variable id.
22270         * fileio.c (kill_workbuf_unwind): New function.
22271         (Finsert_file_contents): On replacing, call
22272         make_conversion_work_buffer with correct args, and call
22273         record_unwind_protect with the first arg kill_workbuf_unwind.
22275         * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
22277 2008-02-01  Kenichi Handa  <handa@m17n.org>
22279         * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not FONTSET_NAME.
22280         (fontset_add): Fix for the case that TO is less than TO1.
22281         (Ffontset_info): Don't use fallback fontset on checking the
22282         default fontset.
22283         (dump_fontset): New function for debugging.
22285         * coding.c (Fdefine_coding_system_internal): Fix for the case that
22286         coding_type is Qcharset.
22288 2008-02-01  Kenichi Handa  <handa@m17n.org>
22290         * chartab.c (map_sub_char_table): New argument DEFAULT_VAL.
22291         (map_char_table): Don't inherit the value from the parent on
22292         initializing VAL.  Adjust for the above change.
22294 2008-02-01  Kenichi Handa  <handa@m17n.org>
22296         * coding.c (Qsignature, Qendian): Delete these variables.
22297         (syms_of_coding): Don't initialize them.
22298         (CATEGORY_MASK_UTF_16_AUTO): New macro.
22299         (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
22300         detect_info->found.
22301         (decode_coding_utf_16): Don't detect BOM here.
22302         (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
22303         is NOT utf_16_without_bom.
22304         (setup_coding_system): For a coding system of type utf-16, check
22305         if the attribute :endian is Qbig or not (not nil or not), and set
22306         CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
22307         (detect_coding): If coding type is utf-16 and BOM detection is
22308         required, detect it.
22309         (Fdefine_coding_system_internal): For a coding system of type
22310         utf-16, check if the attribute :endian is Qbig or not (not nil or not).
22312 2008-02-01  Kenichi Handa  <handa@m17n.org>
22314         * coding.c (coding_set_source): Fix for the case that the current
22315         buffer is different from coding->src_object.
22316         (decode_coding_object): Don't use the conversion work buffer if
22317         DST_OBJECT is a buffer.
22319 2008-02-01  Dave Love  <fx@gnu.org>
22321         * lread.c (read_emacs_mule_char) [len==2]: Index
22322         emacs_mule_charset correctly.
22324 2008-02-01  Dave Love  <fx@gnu.org>
22326         * coding.c (Qbig5, Vbig5_coding_system, CATEGORY_MASK_BIG5)
22327         (detect_coding_big5, decode_coding_big5, encode_coding_big5)
22328         (Fdecode_big5_char, Fencode_big5_char): Delete.  (Big5 no longer
22329         treated specially.)
22330         (setup_coding_system, coding_category, CATEGORY_MASK_ANY)
22331         (detected_mask): Remove Big5 bits.
22333 2008-02-01  Kenichi Handa  <handa@m17n.org>
22335         The following changes are to make the font rescaling facility
22336         compatible with Emacs 21.
22338         * xfaces.c (Vface_font_rescale_alist): Rename from
22339         Vface_resizing_fonts.
22340         (struct font_name): Rename member resizing_ratio to rescale_ratio.
22341         (font_rescale_ratio): Rename from font_resizing_ratio.
22342         (split_font_name): Set font->rescale_ratio.
22343         (better_font_p): Pay attention to font->rescale_ratio.
22344         (build_scalable_font_name): Likewise.  Change RESX, and RESY
22345         fields.
22346         (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
22348 2008-02-01  Kenichi Handa  <handa@m17n.org>
22350         * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
22351         (Qutf_16_le): Remove these variables.
22352         (syms_of_coding): Don't DEFSYM them.
22353         (decode_coding_utf_16): Fix handling of BOM.
22354         (encode_coding_utf_16): Fix handling of BOM.
22356 2008-02-01  Kenichi Handa  <handa@m17n.org>
22358         * fileio.c (Finsert_file_contents): On replacing, before decoding
22359         the file into the work buffer, set point of the work buffer to the end.
22361 2008-02-01  Dave Love  <fx@gnu.org>
22363         * coding.c (Fcheck_coding_systems_region): Fix type errors.
22365 2008-02-01  Dave Love  <fx@gnu.org>
22367         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22368         and fix C types.
22370 2008-02-01  Kenichi Handa  <handa@m17n.org>
22372         * xdisp.c (SKIP_GLYPHS): New macro.
22373         (set_cursor_from_row): Pay attention to string display properties.
22375         * category.c (copy_category_entry): Fix for the case that RANGE
22376         is an integer.
22378         * xterm.c (x_encode_char): Call ccl_driver with the last arg Qnil.
22380         * w32term.c (w32_encode_char): Call ccl_driver with the last arg Qnil.
22382 2008-02-01  Kenichi Handa  <handa@m17n.org>
22384         * charset.c (Fcharset_id_internal): New function.
22385         (syms_of_charset): Defsubr it.
22387         * coding.c (decode_coding_ccl, encode_coding_ccl): Call ccl_driver
22388         with the last arg charset_list acquired from coding.
22389         (Fdefine_coding_system_internal): For ccl-based coding system, fix
22390         the attribute coding_attr_ccl_valids.
22392         * coding.h (enum define_coding_ccl_arg_index): Set the first
22393         member coding_arg_ccl_decoder to coding_arg_max.
22395         * ccl.h (ccl_driver): Adjust prototype.
22397         * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
22398         (ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
22399         of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET.
22400         (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the
22401         last arg Qnil.
22403 2008-02-01  Kenichi Handa  <handa@m17n.org>
22405         * charset.h (ENCODE_CHAR): If the method is SUBSET or SUPERSET,
22406         call encode_char.
22408         * charset.c (encode_char): Fix handling of methods SUBSET and SUPERSET.
22410 2008-02-01  Dave Love  <fx@gnu.org>
22412         * composite.c (syms_of_composite): Make composition_hash_table weak.
22414 2008-02-01  Kenichi Handa  <handa@m17n.org>
22416         * dispextern.h (check_face_attributes, generate_ascii_font_name)
22417         (font_name_registry): Don't extern them.
22418         (split_font_name_into_vector, build_font_name_from_vector): Extern them.
22420         * fontset.h (Qfontset): Don't extern it.
22421         (new_fontset_from_font_name): Extern it.
22423         * fontset.c: Give 8 extra slots to fontset objects.
22424         (Qfontset_info): New variable.
22425         (syms_of_fontset): Defsym it.
22426         (FONTSET_FALLBACK): New macro.
22427         (fontset_face): Try also the default fontset.
22428         (make_fontset): Realize a fallback fontset from the default fontset.
22429         (generate_ascii_font_name): Move from xfaces.c.  Rewritten by
22430         using split_font_name_into_vector and build_font_name_from_vector.
22431         (Fset_fontset_font): Access the elements of font_spec by enum
22432         FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
22433         name by using split_font_name_into_vector.
22434         (Fnew_fontset): If no ASCII font is specified in FONTLIST,
22435         generate a proper font name from the fontset name.  Update
22436         Vfontset_alias_alist.
22437         (n_auto_fontsets): New variable.
22438         (new_fontset_from_font_name): New function.
22439         (Ffont_info): Store the information about fonts generated from the
22440         default fontset in the first extra slot of the returned char-table.
22442         * xfaces.c (generate_ascii_font_name): Move to fontset.c.
22443         (font_name_registry): Delete function.
22444         (split_font_name_into_vector): New function.
22445         (build_font_name_from_vector): New function.
22446         (font_list): The argument REGISTRY is now a list of registry names.
22447         (choose_face_font): If we are choosing an ASCII font, and ATTRS
22448         specifies an explicit font name, return the name as is.  Make a
22449         list of registy names.
22451         * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change
22452         of x_new_fontset.
22453         (Fx_create_frame): Don't call x_new_fontset here.  Just use
22454         x_list_fonts to check the existence of fonts.
22456         * xterm.h (x_new_fontset): Adjust prototype.
22458         * xterm.c (x_new_fontset): Change the arg FONTSETNAME to Lisp
22459         string.  Use new_fontset_from_font_name to create a fontset from a
22460         font name.
22462 2008-02-01  Kenichi Handa  <handa@m17n.org>
22464         * syntax.c (Vfind_word_boundary_function_table): New name for
22465         Vnext_word_boundary_function_table.
22466         (find-word-boundary-function-table): New name for
22467         next-word-boundary-function-table.
22469 2008-02-01  Dave Love  <fx@gnu.org>
22471         * Makefile.in: Fix some dependencies.
22473         * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but
22474         set it to nil before returning.
22476         * composite.c (update_compositions): Fix type error.
22478         * syntax.c (skip_chars, skip_syntaxes): Fix type errors.
22480 2008-02-01  Kenichi Handa  <handa@m17n.org>
22482         * xterm.c (x_new_font): Optimize for the case that the font is
22483         already set for the frame.
22485 2008-02-01  Kenichi Handa  <handa@m17n.org>
22487         * chartab.c (char_table_ascii): Check if the char table contents
22488         is sub-char-table or not.
22489         (char_table_set, char_table_set_range): Fix argument to
22490         char_table_ascii.
22492         * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
22493         (detect_coding_utf_8, detect_coding_utf_16)
22494         (detect_coding_emacs_mule, detect_coding_iso_2022)
22495         (detect_coding_sjis, detect_coding_big5)
22496         (detect_coding_ccl, detect_coding_charset): Change argument MASK
22497         to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
22498         sequence is valid in this coding system.  Change callers.
22499         (MAX_ANNOTATION_LENGTH): New macro.
22500         (ADD_ANNOTATION_DATA): New macro.
22501         (ADD_COMPOSITION_DATA): Change argument.  Change callers.  Call
22502         ADD_ANNOTATION_DATA.  Change the format of annotation data.
22503         (ADD_CHARSET_DATA): New macro.
22504         (emacs_mule_char): New argument ID.  Change callers.
22505         (decode_coding_emacs_mule, decode_coding_iso_2022)
22506         (decode_coding_sjis, decode_coding_big5, decode_coding_charset):
22507         Produce charset annotation data in coding->charbuf.
22508         (encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
22509         to charset annotation data in coding->charbuf.
22510         (setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
22511         coding->common_flags if the coding system is iso-2022 based and
22512         uses designation.
22513         (produce_composition): Adjust for the new annotation data format.
22514         (produce_charset): New function.
22515         (produce_annotation): Handle charset annotation.
22516         (handle_composition_annotation, handle_charset_annotation): New
22517         functions.
22518         (consume_chars): Handle charset annotation.  Utilize the above two
22519         functions.
22520         (encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
22521         buffer, get the deleted text as a string and set
22522         coding->src_object to that string.
22523         (detect_coding, detect_coding_system): Use the new struct
22524         coding_detection_info.
22526         * coding.h (struct coding_detection_info): New structure.
22527         (struct coding_system): Adjust prototype of the member `detector'.
22528         (CODING_ANNOTATE_CHARSET_MASK): New macro.
22530 2008-02-01  Kenichi Handa  <handa@m17n.org>
22532         * insdel.c (insert_from_gap): Fix argument to offset_intervals.
22534 2008-02-01  Dave Love  <fx@gnu.org>
22536         * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
22537         (Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
22538         to new local and nullify apropos_accumulate before returning.
22539         (syms_of_keymap): Staticpro and initialize apropos_accumulate.
22541 2008-02-01  Kenichi Handa  <handa@m17n.org>
22543         * charset.c (Fdefine_charset_internal): Setup charset.fast_map
22544         correctly.
22546 2008-02-01  Dave Love  <fx@gnu.org>
22548         * fns.c (Flanginfo): Call synchronize_system_time_locale.
22550 2008-02-01  Kenichi Handa  <handa@m17n.org>
22552         The following changes are to make character composition happen
22553         automatically on displaying.
22555         * Makefile.in (lisp, shortlisp): Add composite.elc.
22557         * composite.h (Qauto_composed, Vauto_composition_function)
22558         (Qauto_composition_function): Extern them.
22560         * composite.c (Vcomposition_function_table)
22561         (Qcomposition_function_table): Delete variables.
22562         (Qauto_composed, Vauto_composition_function)
22563         (Qauto_composition_function): New variables.
22564         (run_composition_function): Don't call
22565         compose-chars-after-function.
22566         (update_compositions): Clear `auto-composed' text property.
22567         (compose_chars_in_text): Delete this function.
22568         (syms_of_composite): Staticpro Qauto_composed and
22569         Qauto_composition_function.  Declare Vauto_composition_function as
22570         a Lisp variable.
22572         * dispextern.h (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
22574         * xdisp.c (it_props): Add an entry for Qauto_composed.
22575         (handle_auto_composed_prop): New function.
22577         * xselect.c (selection_data_to_lisp_data): Don't call
22578         compose_chars_in_text.
22580 2008-02-01  Dave Love  <fx@gnu.org>
22582         * keyboard.c (read_char): Modify checking around use of
22583         Vkeyboard_translate_table.
22585         * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22586         and fix C types.
22588 2008-02-01  Kenichi Handa  <handa@m17n.org>
22590         * coding.c (decode_coding_utf_8, decode_coding_emacs_mule)
22591         (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
22592         (decode_coding_charset, produce_chars): When eol_type is Qdos, handle
22593         the case that the last byte is '\r' correctly.
22594         (decode_coding): Flush out the unprocessed data correctly.
22595         (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of coding->mode.
22597 2008-02-01  Dave Love  <fx@gnu.org>
22599         * xterm.c (XTread_socket): Fix changes for defined keysyms.
22600         Add XK_ISO... case.
22601         (xaw_scroll_callback): Revert last change.
22603 2008-02-01  Kenichi Handa  <handa@m17n.org>
22605         * charset.c (Fset_charset_priority): Update Viso_2022_charset_list.
22607 2008-02-01  Kenichi Handa  <handa@m17n.org>
22609         * xfaces.c (Vface_resizing_fonts): New variable.
22610         (struct font_name): New member `resizing_ratio'.
22611         (font_resizing_ratio): New function.
22612         (split_font_name): Set font->resizing_ratio.
22613         (better_font_p): Pay attention to font->resizing_ratio.
22614         (build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
22615         RESX, and RESY fields.
22616         (try_alternative_families): Try scalable fonts if
22617         Vscalable_fonts_allowed is not Qt.
22618         (syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.
22620 2008-02-01  Dave Love  <fx@gnu.org>
22622         * xterm.c (xaw_scroll_callback): Cast correctly.
22624 2008-02-01  Dave Love  <fx@gnu.org>
22626         * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extend.
22627         (lispy_kana_keys): Comment out.
22628         (make_lispy_event) [XK_kana_A]: Comment out.
22630         * xterm.c (xaw_scroll_callback): Cast call_data.
22631         (XTread_socket): Deal with ASCII keysyms.
22632         (syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
22634 2008-02-01  Dave Love  <fx@gnu.org>
22636         * xterm.c (Vx_keysym_table): New.
22637         (syms_of_xterm): Initialize it.
22638         (XTread_socket): Use it.
22639         From head: Eliminate incorrect optimization that tried to avoid
22640         decoding the output of X*LookupString.
22641         (x_get_font_repertory): Delete charset declaration.
22643 2008-02-01  Kenichi Handa  <handa@m17n.org>
22645         * coding.c (detect_coding_charset): If only ASCII bytes are found,
22646         return 0.
22647         (Fdefine_coding_system_internal): Setup
22648         CODING_ATTR_ASCII_COMPAT (attrs) correctly.
22650 2008-02-01  Dave Love  <fx@gnu.org>
22652         * coding.c (Fcheck_coding_system): Doc fix.
22654         * editfns.c (Finsert_byte): Return a proper value.
22656 2008-02-01  Kenichi Handa  <handa@m17n.org>
22658         * coding.c (decode_coding): Fix args to translate_chars.  Pay
22659         attention to Vstandard_translation_table_for_decode.
22660         (encode_coding): Fix args to translate_chars.  Pay attention to
22661         Vstandard_translation_table_for_encode.
22663         * data.c (Faset): Check NEWELT by ASCII_CHAR_P, not by
22664         SINGLE_BYTE_CHAR_P.
22666         * editfns.c (general_insert_function): Check VAL by ASCII_CHAR_P,
22667         not by SINGLE_BYTE_CHAR_P.
22669         * fns.c (concat): Check CH by ASCII_CHAR_P, not by
22670         SINGLE_BYTE_CHAR_P.
22672         * insdel.c (copy_text): Check C by ASCII_CHAR_P, not by
22673         SINGLE_BYTE_CHAR_P.
22675         * keymap.c (Ftext_char_description): Check C by ASCII_CHAR_P, not
22676         by SINGLE_BYTE_CHAR_P.
22678         * search.c (Freplace_match): Check C by ASCII_CHAR_P, not by
22679         SINGLE_BYTE_CHAR_P.
22681 2008-02-01  Dave Love  <fx@gnu.org>
22683         * fns.c (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
22685 2008-02-01  Dave Love  <fx@gnu.org>
22687         * fns.c (Flanginfo): Fix typo.
22689         * unexelf.c (unexec): Make last change conditional on Irix 6.5.
22691 2008-02-01  Kenichi Handa  <handa@m17n.org>
22693         * coding.c (detect_coding_utf_8, detect_coding_utf_16)
22694         (detect_coding_emacs_mule, detect_coding_iso_2022)
22695         (detect_coding_sjis, detect_coding_big5, detect_coding_ccl): Check
22696         incomplete byte sequence.  Don't update *mask when correctly detected.
22697         (decode_coding_sjis): Fix decoding of katakana-jisx0201.
22698         (detect_eol): Delete the argument CODING, and add the argument CATEGORY.
22699         (detect_coding, detect_coding_system): Adjust for the changes above.
22701 2008-02-01  Kenichi Handa  <handa@m17n.org>
22703         * character.c (char_string): Rename from
22704         char_string_with_unification.  Pay attention to CHAR_MODIFIER_MASK.
22705         (string_char): Rename from string_char.
22707         * character.h (CHAR_STRING, CHAR_STRING_ADVANCE): Call char_string
22708         if C is greater than MAX_3_BYTE_CHAR.
22709         (STRING_CHAR, STRING_CHAR_AND_LENGTH, STRING_CHAR_ADVANCE): Call
22710         string_char instead of string_char_with_unification.
22712 2008-02-01  Dave Love  <fx@gnu.org>
22714         * coding.c (decode_coding_utf_8): Treat surrogates as invalid.
22716 2008-02-01  Kenichi Handa  <handa@m17n.org>
22718         * keymap.c (push_key_description): Pay attention to force_multibyte.
22720         * regex.c (re_search_2): Fix for the case of unibyte buffer.
22722 2008-02-01  Dave Love  <fx@gnu.org>
22724         * charset.c (define_charset_internal): Rename `supprementary'.
22726         * Makefile.in (lisp, shortlisp): Remove latin-N.
22728 2008-02-01  Dave Love  <fx@gnu.org>
22730         * xfns.c (x_window, x_window): Use use_xim.
22732         * xterm.c (use_xim): Initialize.
22733         (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
22734         (x_term_init): Maybe set use_xim.
22736         * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
22738 2008-02-01  Kenichi Handa  <handa@m17n.org>
22740         * search.c (search_buffer): Fix case-fold-search of multibyte
22741         characters.
22742         (boyer_moore): Rename the last argument to char_high_bits.
22744 2008-02-01  Kenichi Handa  <handa@m17n.org>
22746         * xdisp.c (display_string): Fix for the case of zero width glyph.
22748         * xfns.c (x_set_font): Change the error message of the case that
22749         x_new_fontset returns Qt.
22751         * xfaces.c (set_lface_from_font_name): Reject the default fontset.
22752         (Finternal_set_lisp_face_attribute): Use signal_error for the
22753         error of invalid fontset.
22755         * xterm.c (x_new_fontset): If FONTSETNAME specifies the default
22756         fontset, return Qt.
22758 2008-02-01  Dave Love  <fx@gnu.org>
22760         * unexelf.c (unexec): Make .got handling not SGI-specific.
22762         * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
22764         * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
22766         * keyboard.c (read_key_sequence): Fix type error.
22768         * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
22769         type error.
22771         * fontset.c (fontset_add): Return Lisp_Object.
22773 2008-02-01  Dave Love  <fx@gnu.org>
22775         * charset.h (charset_ordered_list_tick): Declare extern.
22777 2008-02-01  Kenichi Handa  <handa@m17n.org>
22779         The following changes (and some of 2008-02-01 changes of mine) are
22780         for handling syntax, category, and case conversion for unibyte
22781         characters by converting them to multibyte on the fly.  With these
22782         changes, we don't have to setup syntax and case tables for unibyte
22783         characters in each language environment.
22785         * abbrev.c (Fexpand_abbrev): Convert a unibyte character to
22786         multibyte if necessary.
22788         * bytecode.c (Fbyte_code): Likewise.
22790         * character.h (LEADING_CODE_LATIN_1_MIN)
22791         (LEADING_CODE_LATIN_1_MAX): New macros.
22792         (unibyte_to_multibyte_table): Extern it.
22793         (unibyte_char_to_multibyte): New macro.
22794         (MAKE_CHAR_MULTIBYTE): Use unibyte_to_multibyte_table.
22795         (CHAR_LEADING_CODE): New macro.
22796         (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): New macro.
22798         * character.c (unibyte_to_multibyte_table): New variable.
22799         (unibyte_char_to_multibyte): Move to character.h and define as macro.
22800         (multibyte_char_to_unibyte): If C is an eight-bit character,
22801         convert it to the corresponding byte value.
22803         * charset.c (Fset_unibyte_charset): If the dimension of CHARSET is
22804         not 1, signals an error.  Update the elements of
22805         unibyte_to_multibyte_table.
22806         (init_charset_once): Initialize unibyte_to_multibyte_table.
22807         (syms_of_charset): Define the charset `iso-8859-1'.
22809         * cmds.c (internal_self_insert): In a multibyte buffer, insert C
22810         as is without converting it to unibyte.  In a unibyte buffer,
22811         convert C to multibyte before checking the syntax.
22813         * lisp.h (unibyte_char_to_multibyte): Delete extern.
22815         * minibuf.c (Fminibuffer_complete_word): Use the macro
22816         FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.
22818         * regex.h (struct re_pattern_buffer): New member target_multibyte.
22820         * regex.c (RE_TARGET_MULTIBYTE_P): New macro.
22821         (GET_CHAR_BEFORE_2): Check target_multibyte, not multibyte.  If
22822         that is zero, convert an eight-bit char to multibyte.
22823         (MAKE_CHAR_MULTIBYTE, CHAR_LEADING_CODE): New dummy new macros for
22824         non-emacs case.
22825         (PATFETCH): Convert an eight-bit char to multibyte.
22826         (HANDLE_UNIBYTE_RANGE): New macro.
22827         (regex_compile): Setup the compiled pattern for multibyte chars
22828         even if the given regex string is unibyte.  Use PATFETCH_RAW
22829         instead of PATFETCH in many places.  To handle `charset'
22830         specification of unibyte, call HANDLE_UNIBYTE_RANGE.  Use bitmap
22831         only for ASCII chars.
22832         (analyse_first) <exactn>: Simplify because the compiled pattern
22833         is multibyte.
22834         <charset_not>: Setup fastmap from bitmap only for ASCII chars.
22835         <charset>: Use CHAR_LEADING_CODE to get leading codes.
22836         <categoryspec>: If multibyte, setup fastmap only for ASCII chars here.
22837         (re_compile_fastmap) [emacs]: Call analyse_first with the arg
22838         multibyte always 1.
22839         (re_search_2): In emacs, set the locale variable multibyte to 1,
22840         otherwise to 0.  New local variable target_multibyte.  Check it
22841         to decide the multibyteness of STR1 and STR2.  If
22842         target_multibyte is zero, convert unibyte chars to multibyte
22843         before translating and checking fastmap.
22844         (TARGET_CHAR_AND_LENGTH): New macro.
22845         (re_match_2_internal): In emacs, set the locale variable multibyte
22846         to 1, otherwise to 0.  New local variable target_multibyte.  Check
22847         it to decide the multibyteness of STR1 and STR2.  Use
22848         TARGET_CHAR_AND_LENGTH to fetch a character from D.
22849         <charset, charset_not>: If multibyte is nonzero, check fastmap
22850         only for ASCII chars.  Call bcmp_translate with
22851         target_multibyte, not with multibyte.
22852         <begline>: Declare the local variable C as `unsigned'.
22853         (bcmp_translate): Change the last arg name to target_multibyte.
22855         * search.c (compile_pattern_1): Don't adjust the multibyteness of
22856         the regexp pattern and the matching target.  Set cp->buf.multibyte
22857         to the multibyteness of the regexp pattern.  Set
22858         cp->but.target_multibyte to the multibyteness of the matching target.
22859         (wordify): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE instead of
22860         FETCH_STRING_CHAR_ADVANCE.
22861         (Freplace_match): Convert unibyte chars to multibyte.
22863         * syntax.c (char_quoted, back_comment, scan_words)
22864         (Fforward_comment, scan_lists, Fbackward_prefix_chars)
22865         (scan_sexps_forward): Use FETCH_CHAR_AS_MULTIBYTE to convert
22866         unibyte chars to multibyte.
22867         (skip_chars): Delete the arg syntaxp, and move the code for
22868         handling syntaxes to skip_syntaxes.  Change callers.
22869         Fix the case that the multibyteness of STRING and the current
22870         buffer doesn't match.
22871         (skip_syntaxes): New function.
22872         (SYNTAX_WITH_MULTIBYTE_CHECK): Check C by ASCII_CHAR_P, not by
22873         SINGLE_BYTE_CHAR_P.
22875 2008-02-01  Kenichi Handa  <handa@m17n.org>
22877         * xfaces.c (QCfontset): New variable.
22878         (LFACE_FONTSET): New macro.
22879         (check_lface_attrs): Check also LFACE_FONTSET_INDEX.
22880         (set_lface_from_font_name): Setup LFACE_FONTSET (lface).
22881         (Finternal_set_lisp_face_attribute)
22882         (Finternal_get_lisp_face_attribute): Handle QCfontset.
22883         (lface_same_font_attributes_p): Fix checking of LFACE_FONT_INDEX,
22884         check also LFACE_FONTSET_INDEX.
22885         (face_fontset): Check attrs[LFACE_FONTSET_INDEX], not
22886         attrs[LFACE_FONT_INDEX].
22887         (syms_of_xfaces): Intern and staticpro QCfontset.
22889         * dispextern.h (enum lface_attribute_index): New member
22890         LFACE_FONTSET_INDEX.
22892         * fns.c (base64_encode_1): Handle eight-bit chars correctly.
22894 2008-02-01  Kenichi Handa  <handa@m17n.org>
22896         * coding.c (coding_set_destination): Fix coding->destination for
22897         the case converting a region.
22898         (encode_coding_utf_8): Encode eight-bit chars as single byte.
22899         (encode_coding_object): Fix coding->dst_pos and
22900         coding->dst_pos_byte for the case converting a region.
22902         * insdel.c (insert_from_gap): Make it work even if PT != GTP.
22904         * character.h (BYTE8_STRING): New macro.
22906         * fns.c (base64_decode_1): Insert eight-bit chars correctly.
22908 2008-02-01  Kenichi Handa  <handa@m17n.org>
22910         * xdisp.c (get_next_display_element): Don't display unibyte 8-bit
22911         characters by octal form.
22913         * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
22915         * buffer.h (_fetch_multibyte_char_len): Delete extern.
22916         (FETCH_MULTIBYTE_CHAR, BUF_FETCH_MULTIBYTE_CHAR): Don't use
22917         _fetch_multibyte_char_len.
22918         (FETCH_CHAR_AS_MULTIBYTE): New macro.
22920         * casetab.c (set_canon, set_identity, shuffle): Simplify.
22922         * casefiddle.c (casify_object): Simplify.  Handle the case that
22923         the case conversion change the byte length.
22924         (casify_region): Likewise.
22926         * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
22928         * character.c (_fetch_multibyte_char_len): Delete this variable.
22929         (syms_of_character): Setup Vprintable_chars.
22931         * editfns.c (Fchar_equal): Fix for the unibyte case.
22932         (Finsert_byte): New function.
22933         (syms_of_editfns): Defsubr it.
22935         * keyboard.c (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
22936         of direct code 0x3ffff.
22938         * search.c (Freplace_match): Fix for the unibyte case.
22940 2008-02-01  Kenichi Handa  <handa@m17n.org>
22942         * lread.c (safe_to_load_p): Fix the logic.
22944         * syntax.c (scan_words): Don't treat characters belonging to
22945         different scripts as constituting a word.
22947         * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
22949         * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not script.
22951         * emacs.c (main): In the case of --unibyte, instead of aborting on
22952         finding non-empty buffer, make it unibyte.
22954 2008-02-01  Kenichi Handa  <handa@m17n.org>
22956         * xterm.c (x_new_fontset): Call `create-fontset-from-ascii-font'
22957         to create a fontset.
22959 2008-02-01  Dave Love  <fx@gnu.org>
22961         * character.c (Funibyte_char_to_multibyte): Doc fix.
22963         * xfns.c [HAVE_STDLIB_H]: Fix last change.
22965 2008-02-01  Kenichi Handa  <handa@m17n.org>
22967         * fontset.c (fontset_add): Make the type `int'.
22968         (fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.
22970         * character.c (unibyte_char_to_multibyte)
22971         (multibyte_char_to_unibyte, Funibyte_char_to_multibyte): Refer to
22972         charset_unibyte, not charset_primary.
22974         * charset.h (charset_unibyte): Extern it instead of charset_primary.
22976         * charset.c (charset_unibyte): Rename from charset_primary.
22977         (Funibyte_charset): Rename from Fprimary_charset.
22978         (Fset_unibyte_charset): Rename from Fset_primary_charset.
22979         (syms_of_charset): Adjust for the above changes.
22981         * w32term.c (x_produce_glyphs): Use ASCII_CHAR_P, not
22982         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
22983         it->multibyte_p is zero.
22985         * lisp.h (nonascii_insert_offset, Vnonascii_translation_table):
22986         Delete extern.
22988 2008-02-01  Kenichi Handa  <handa@m17n.org>
22990         * coding.c (Fdefine_coding_system_internal): Fix category setting
22991         for a coding system of type iso-2022.
22993 2008-02-01  Kenichi Handa  <handa@m17n.org>
22995         * fontset.h (FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
22997 2008-02-01  Kenichi Handa  <handa@m17n.org>
22999         * syntax.c (Vnext_word_boundary_function_table): New variable.
23000         (next-word-boundary-function-table): Declare it as a Lisp variable
23001         in syms_of_syntax.
23002         (scan_words): Call functions in Vnext_word_boundary_function_table
23003         if any.
23005         * xterm.c (x_load_font): Initialize fontp->fontset to -1.
23007         * fontset.c (fs_load_font): If fontp->charset is not negative,
23008         return fontp without setting its members.
23010 2008-02-01  Dave Love  <fx@gnu.org>
23012         * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
23014         * m/sparc.h (HAVE_ALLOCA): Delete.
23016         * s/irix6-5.h: Don't include strings.h.
23017         (bcopy, bzero, bcmp): Don't undef.
23019         * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
23021         * s/usg5-4.h (NO_SIOCTL_H): Don't define.
23022         (TIOCSIGSEND): Don't test IRIX6.
23023         (bcopy, bzero, bcmp): Define conditionally.
23025 2008-02-01  Kenichi Handa  <handa@m17n.org>
23027         * buffer.c (Qas, Qmake, Qto): New variables.
23028         (Fset_buffer_multibyte): New optional arg METHOD.  Change caller.
23029         (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
23031         * callproc.c (Fcall_process): Don't call insert_1_both directly if
23032         we are inserting a process output into a multibyte buffer.
23034         * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
23035         multibyte_char_to_unibyte.
23037         * character.c (Funibyte_char_to_multibyte): If C can't be decoded
23038         by the primary charset, make it eight-bit char.
23039         (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
23041         * charset.c (charset_eight_bit, Qeight_bit_control): New variables.
23042         (charset_8_bit__control, charset_8_bit_graphic)
23043         (Qeight_bit_control, Qeight_bit_graphic): Delete these variables.
23044         (define_charset_internal): New function.
23045         (syms_of_charset): Call define_charset_internal for pre-defined
23046         charsets.
23048         * charset.h (charset_8_bit): Extern it.
23050         * coding.c (make_conversion_work_buffer): Adjust for the change
23051         of Fset_buffer_multibyte.
23052         (encode_coding_raw_text): Increment p0 in the loop.
23054         * lisp.h (Fset_buffer_multibyte): Adjust prototype.
23056         * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjust
23057         for the change of Fset_buffer_multibyte.
23059         * fns.c (Fstring_to_multibyte): New function.
23060         (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
23062 2008-02-01  Dave Love  <fx@gnu.org>
23064         * xfns.c (x_put_x_image): Declare args.
23066         * xfaces.c (font_name_registry, choose_face_font): Delete unused vars.
23067         (try_font_list): Declare an arg.
23069         * xdisp.c (message2_nolog, set_message): Declare an arg.
23071         * terminfo.c (tparam): Declare an arg.  Use P_ to declare tparm.
23073         * syntax.c (scan_sexps_forward): Declare an arg.
23075         * scroll.c (calculate_scrolling, calculate_direct_scrolling):
23076         Declare an arg.
23078         * lisp.h (Fnew_fontset): Declare.
23080         * keymap.c (push_key_description): Call CHARACTERP correctly.
23082         * fontset.c (fontset_add): Declare args.  Call make_number correctly.
23083         (face_for_char): Delete unused vars.
23084         (Fset_fontset_font): Doc fix.  Delete unused vars.
23086         * doc.c (Fsubstitute_command_keys): Delete unused vars.
23088         * composite.c (update_compositions): Declare arg.
23090         * cm.c (calccost, cmgoto): Declare args.
23092         * charset.c: Remove `emacs' conditional.  Doc fixes.
23093         (map_char_table_for_charset): Declare.
23095         * character.c (syms_of_character) <translation-table-vector>: Doc fix.
23097         * ccl.c: Remove `emacs' conditional.
23099 2008-02-01  Kenichi Handa  <handa@m17n.org>
23101         The following changes are to allow specifying multiple font
23102         patterns for a character range (specified by script or charset).
23104         * Makefile.in (abbrev.o): Depend on syntax.h.
23105         (xfaces.o): Depend on charset.h.
23107         * alloc.c (Fmake_string): Use ASCII_CHAR_P, not
23108         SINGLE_BYTE_CHAR_P.
23110         * ccl.c (Fccl_execute_on_string): Add `const' to local variables.
23112         * character.h (Vchar_script_table): Extern it.
23114         * character.c (Vscript_alist): Delete.
23115         (Vchar_script_table, Qchar_script_table): New variable.
23116         (syms_of_character): Declare Vchar_script_table as a lisp variable
23117         and initialize it.
23119         * chartab.c (Fmake_char_table): Doc fix.  If PURPOSE doesn't
23120         have property char-table-extra-slots, make no extra slot.
23122         * dispextern.h (struct face): Delete member `charset'.
23123         (FACE_SUITABLE_FOR_CHAR_P, FACE_FOR): Use ASCII_CHAR_P, not
23124         SINGLE_BYTE_CHAR_P.
23125         (choose_face_font, lookup_non_ascii_face, font_name_registry):
23126         Add prototypes.
23127         (lookup_face, lookup_named_face, lookup_derived_face): Fix prototype.
23128         (generate_ascii_font_name): Rename from generate_ascii_font.
23130         * fontset.h (get_font_repertory_func): New prototype.
23131         (make_fontset_for_ascii_face, fs_load_font): Fix prototypes.
23132         (FS_LOAD_FONT): Call fs_load_font with the 3rd arg charset_ascii.
23134         * fontset.c (Qprepend, Qappend): New variables.
23135         (FONTSET_CHARSET_ALIST, FONTSET_FACE_ALIST): Delete.
23136         (FONTSET_NOFONT_FACE, FONTSET_REPERTORY): New macros.
23137         (FONTSET_REF): Optimize if FONTSET is Vdefault_fontset.
23138         (FONTSET_REF_AND_RANGE, FONTSET_ADD): New macros.
23139         (fontset_ref_and_range, fontset_add, reorder_font_vector)
23140         (load_font_get_repertory): New functions.
23141         (fontset_set): Delete.
23142         (fontset_face): New arg FACE.  Return face ID, not face.
23143         Complete re-write to handle new fontset structure.  Change caller.
23144         (free_face_fontset): Use ASET istead of AREF (X) = Y.
23145         (face_for_char): Don't call lookup_face.
23146         (make_fontset_for_ascii_face): New arg FACE.
23147         (fs_load_font): New arg CHARSET_ID.  Don't check
23148         Vfont_encoding_alist here.
23149         (find_font_encoding): New function.
23150         (list_fontsets): Use STRINGP, not ! NILP.
23151         (accumulate_script_ranges): New function.
23152         (Fset_fontset_font, Fnew_fontset, Ffontset_info): Completely
23153         re-written to handle new fontset structure.
23154         (Ffontset_font): Return a copy of element.
23155         (syms_of_fontset): Define symbols Qprepend and Qappend.  Fix
23156         docstring of font-encoding-alist.
23158         * lisp.h (CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
23159         (Fset_fotset_font): Fix arguments to 5.
23161         * msdos.c (XMenuActivate): Adjust for the change of lookup_derived_face.
23163         * xdisp.c (message_dolog, set_message_1, extend_face_to_end_of_line):
23164         Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23165         (highlight_trailing_whitespace): Adjust for the change of
23166         lookup_named_face.
23168         * xfaces.c: Include charset.h.
23169         (load_face_font): Delete argument C.  Change caller.
23170         (generate_ascii_font_name): Rename from generate_ascii_font.
23171         (font_name_registry): New function.
23172         (cache_face): Store ascii faces before non-ascii faces in buckets.
23173         (lookup_face): Delete arguments C and BASE_FACE.  Change caller.
23174         Lookup only ascii faces.
23175         (lookup_non_ascii_face): New function.
23176         (lookup_named_face): Delete argument C.  Change caller.
23177         (lookup_derived_face): Delete argument C.  Change caller.
23178         (try_font_list): New arg PATTERN.  Change caller.  If PATTERN is
23179         a string, just call font_list with it.
23180         (choose_face_font): Delete arguments FACE and C.  New arg
23181         FONT_SPEC.  Change caller.
23182         (realize_face, realize_x_face): Delete arguments C and BASE_FACE.
23183         Change caller.
23184         (realize_non_ascii_face): New function.
23185         (realize_x_face): Call load_face_font here.
23186         (realize_tty_face): Delete argument C.  Change caller.
23187         (compute_char_face): If CH is not ascii, call FACE_FOR_CHAR to
23188         get a face ID.
23189         (dump_realized_face): Don't print charset of FACE.
23191         * xfns.c (x_set_font): Always call x_new_fontset and
23192         store_frame_parameter.
23193         (Fx_create_frame): Call x_new_fontset, not x_new_font.
23194         (syms_of_xfns): Set get_font_repertory_func to x_get_font_repertory.
23196         * xterm.h (x_get_font_repertory): Extern it.
23198         * xterm.c (x_produce_glyphs): Use ASCII_CHAR_P, not
23199         SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
23200         it->multibyte_p is zero.
23201         (XTread_socket): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
23202         (x_new_fontset): If FONTSETNAME doesn't match any existing
23203         fontsets, create a new one.
23204         (x_get_font_repertory): New function.
23206 2008-02-01  Kenichi Handa  <handa@m17n.org>
23208         * coding.c (Ffind_coding_systems_region_internal): Detect an
23209         ASCII only string correctly.
23211         * lread.c (Fload): Don't load with Qload_force_doc_strings t if
23212         version is 0.
23214 2008-02-01  Kenichi Handa  <handa@m17n.org>
23216         * lread.c: Include "coding.h".
23217         (Qget_emacs_mule_file_char, Qload_force_doc_strings)
23218         (load_each_byte, unread_char): New variables.
23219         (readchar_backlog): Delete.
23220         (readchar): Return a character unless load_each_byte is nonzero.
23221         Handle the case that readcharfun is Qget_emacs_mule_file_char or a
23222         cons.  If unread_char is not -1, simply return it.
23223         (unreadchar): Handle the case that readcharfun is
23224         Qget_emacs_mule_file_char or a cons.  Set unread_char if necessary.
23225         (read_multibyte): Delete.
23226         (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
23227         (read_emacs_mule_char): New functions.
23228         (Fload): Even if the file doesn't have the extension ".elc", if
23229         safe_to_load_p returns a positive version number, assume that the
23230         file contains bytecompiled code.  If the version is less than 22,
23231         load the file while decoding multibyte sequences by emacs-mule.
23232         (readevalloop): Don't use readchar_backlog.
23233         (Fread): Likewise.  Pay attention to the case that STREAM is a cons.
23234         (Fread_from_string): Pay attention to the case that STREAM is a cons.
23235         (read_escape): Delete the arg BYTEREP.
23236         (read1): Set load_each_byte to 1 temporarily while handling
23237         #@NUMBER.  Don't call read_multibyte.
23238         (read_vector): Call Fread with a cons.  If readcharfun is
23239         Qget_emacs_mule_file_char, decode the read string by emacs-mule.
23240         (read_list): If doc_reference is 2, make the cdr part string as unibyte.
23241         (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
23242         and Qload_force_doc_strings.
23244 2008-02-01  Kenichi Handa  <handa@m17n.org>
23246         * xdisp.c (face_before_or_after_it_pos): Call
23247         FETCH_MULTIBYTE_CHAR with byte postion, not char position.
23249 2008-02-01  Kenichi Handa  <handa@m17n.org>
23251         * character.h (TRAILING_CODE_P): New macro.
23252         (MAYBE_UNIFY_CHAR): Adjust for the change of Funify_charset.
23253         (string_char_with_unification): Fix prototype.
23254         (Vscript_alist): Extern it.
23256         * character.c (Vscript_alist): New variable.
23257         (string_char_with_unification, str_as_unibyte)
23258         (string_escape_byte8): Add `const' to local variables.
23259         (syms_of_character): Declare script-alist as a Lisp variable.
23261         * charset.h (Vcharset_ordered_list): Extern it.
23262         (charset_ordered_list_tick): Extern it.
23263         (EMACS_MULE_LEADING_CODE_PRIVATE_11)
23264         (EMACS_MULE_LEADING_CODE_PRIVATE_12)
23265         (EMACS_MULE_LEADING_CODE_PRIVATE_21)
23266         (EMACS_MULE_LEADING_CODE_PRIVATE_22): New macros.
23267         (Funify_charset): Adjust for the change of Funify_charset.
23269         * charset.c (charset_ordered_list_tick): New variable.
23270         (Fdefine_charset_internal): Increment charset_ordered_list_tick.
23271         (Funify_charset): New optional arg DEUNIFY.  If it is non-nil,
23272         deunify instead of unify a charset.
23273         (string_xstring_p): Add `const' to local variables.
23274         (find_charsets_in_text): Add `const' to arguments and local variables.
23275         (encode_char): Adjust for the change of Funify_charset.  Fix
23276         detecting of invalid code.
23277         (Fset_charset_priority): Increment charset_ordered_list_tick.
23278         (Fmap_charset_chars): Fix handling of default value for FROM_CODE
23279         and TO_CODE.
23281         * coding.c (LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12)
23282         (LEADING_CODE_PRIVATE_21, LEADING_CODE_PRIVATE_22): Delete macros.
23283         Changed callers to use EMACS_MULE_LEADING_CODE_PRIVATE_11, etc.
23284         (decode_coding_ccl, consume_chars)
23285         (Ffind_coding_systems_region_internal)
23286         (Fcheck_coding_systems_region): Add `const' to local variables.
23288         * print.c (print_object): Use octal form for printing the
23289         contents of a bool vector.
23291 2008-02-01  Dave Love  <fx@gnu.org>
23293         * lread.c (Fload) <!load_dangerous_libraries>: Don't leak fd.
23294         <version == 20>: Refuse to load.
23296 2008-02-01  Dave Love  <fx@gnu.org>
23298         * fns.c: Move coding.h.
23299         (Qcodeset, Qdays, Qmonths): New.
23300         (concat): Use CHARACTERP instead of INTEGERP.
23301         (Flocale_codeset): Delete.
23302         (Flanginfo): New function.
23303         (syms_of_fns): Change accordingly.
23305         * coding.c (adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
23307 2008-02-01  Dave Love  <fx@gnu.org>
23309         * casetab.c (init_casetab_once, init_casetab_once): Fix
23310         CHAR_TABLE_SET call.
23312         * category.c (Fmodify_category_entry): Fix CATEGORY_MEMBER call.
23314         * character.c (syms_of_character): Fix CHAR_TABLE_SET call.
23316         * charset.c (Fmap_charset_chars): Check args.  Convert Lisp types.
23317         (load_charset_map, Fdeclare_equiv_charset, Fencode_char)
23318         (Fset_charset_priority, syms_of_charset): Convert Lisp types.
23320         * charset.h (CHECK_CHARSET_GET_ID): Use XINT on AREF result.
23322         * coding.c (ENCODE_DESIGNATION, decode_eol)
23323         (make_conversion_work_buffer, code_conversion_restore)
23324         (Fdefine_coding_system_internal): Convert Lisp types.
23325         (code_conversion_restore): Use EQ, not ==.
23326         (Fencode_coding_string): Fix code_convert_string call.
23328         * coding.h (code_convert_region): Fix prototype.
23330         * dispextern.h (redraw_frame, redraw_garbaged_frames): Remove.
23332         * fontset.c (fontset_ref, fontset_set, fs_load_font)
23333         (Ffontset_info): Convert Lisp types.
23335         * syntax.h (SYNTAX_ENTRY_INT): Don't use make_number.
23337         * xterm.c (note_mouse_movement): Fix call of window_from_coordinates.
23339         * xdisp.c (display_mode_element): Fix call of Fset_text_properties.
23341         * chartab.c: Include "...h", not <...h> in some cases.
23343         * callproc.c (Fcall_process): Remove unused variables.
23345 2008-02-01  Dave Love  <fx@gnu.org>
23347         * coding.c (Fset_coding_system_priority): Allow null arg list.
23349 2008-02-01  Dave Love  <fx@gnu.org>
23351         * minibuf.c (Fminibuffer_complete_word): Remove unused var.
23352         (Fself_insert_and_exit): Use CHARACTERP.
23354         * callproc.c (Fcall_process): Remove unused vars.
23356         * xterm.c (XTread_socket): Add extra dead keysyms.
23358         * xdisp.c (decode_mode_spec_coding): Use CHARACTERP.
23360         * dispextern.h: Remove prototypes for redraw_frame,
23361         redraw_garbaged_frames.
23363         * cmds.c (Fself_insert_command): Use CHARACTERP.
23365         * chartab.c (make_sub_char_table): Remove unused var.
23366         (Fset_char_table_default, Fmap_char_table): Doc fix.
23368         * keymap.c (access_keymap): Remove generic char code.
23369         (push_key_description): Use CHARACTERP.
23371 2008-02-01  Dave Love  <fx@gnu.org>
23373         * charset.c: Doc fixes.
23374         (Funify_charset): Extra checking.
23376 2008-02-01  Dave Love  <fx@gnu.org>
23378         * lread.c: Remove some unused variables.
23379         (safe_to_load_p): If safe, return the magic number version byte.
23380         (Fload): Maybe use load-with-code-conversion.
23382 2008-02-01  Kenichi Handa  <handa@m17n.org>
23384         * category.c (Fmodify_category_entry): Don't modify the contents
23385         of category_set for characters out of the range.  Avoid
23386         unnecessary modification.
23388         * character.h (MAYBE_UNIFY_CHAR): Adjust for the change of
23389         Vchar_unify_table.  The default value of the table is now nil.
23391         * character.c (syms_of_character): Setup Vchar_width_table for
23392         eight-bit-control and raw-byte chars.
23394         * charset.h (enum define_charset_arg_index): Delete
23395         charset_arg_parents and add charset_arg_subset and
23396         charset_arg_superset.
23397         (enum charset_attr_index): Delete charset_parents and add
23398         charset_subset and charset_superset.
23399         (enum charset_method): Delete CHARSET_METHOD_INHERIT and add
23400         CHARSET_METHOD_SUBSET and CHARSET_METHOD_SUPERSET.
23401         (CHARSET_ATTR_PARENTS, CHARSET_PARENTS): Delete.
23402         (CHARSET_ATTR_SUBSET, CHARSET_ATTR_SUPERSET, CHARSET_SUBSET)
23403         (CHARSET_SUPERSET): New macros.
23404         (charset_work): Extern it.
23405         (ENCODE_CHAR): Use charset_work.
23406         (CHAR_CHARSET_P): Adjust for the change of encoder format.
23407         (map_charset_chars): Extern it.
23409         * charset.c (load_charset_map): Set the default value of encoder
23410         and deunifier char-tables to nil.
23411         (map_charset_chars): Change argument.  Change callers.  Use
23412         map_char_table_for_charset instead of map_char_table.
23413         (Fmap_charset_chars): New optional args from_code and to_code.
23414         (Fdefine_charset_internal): Adjust for the change of
23415         `define-charset' (:parents -> :subset or :superset).
23416         (charset_work): New variable.
23417         (encode_char, syms_of_charset): Adjust for the change of
23418         Fdefine_charset_internal.
23419         (Ffind_charset_string): Setup the vector `charsets' correctly.
23421         * chartab.c (sub_char_table_ref_and_range): New arg default.  Fix
23422         the previous change.
23423         (char_table_ref_and_range): Adjust for the above change.
23424         (map_sub_char_table_for_charset): New function.
23425         (map_char_table_for_charset): New function.
23427         * keymap.c (describe_vector): Handle a char-table directly here.
23428         (describe_char_table): Delete.
23430         * lisp.h (map_charset_chars): Delete.
23432 2008-02-01  Dave Love  <fx@gnu.org>
23434         * fns.c (count_combining): Comment out (unused).
23435         (Flocale_codeset): New.
23436         (syms_of_fns): Defsubr it.
23438         * config.in (HAVE_PTY_H, HAVE_SIZE_T, HAVE_LANGINFO_CODESET): New.
23439         (size_t): Remove.
23441 2008-02-01  Dave Love  <fx@gnu.org>
23443         * Makefile.in (chartab.o): Depend on charset.h.
23445 2008-02-01  Kenichi Handa  <handa@m17n.org>
23447         * character.c (syms_of_character): Set the default value of
23448         Vprintable_chars to Qnil.
23450 2008-02-01  Dave Love  <fx@gnu.org>
23452         * Makefile.in (lisp, shortlisp): Change indian.elc to indian.el.
23454 2008-02-01  Kenichi Handa  <handa@m17n.org>
23456         * charset.c (load_charset_map): Handle the case that from < to
23457         correctly.
23459         * coding.c (encode_coding_emacs_mule, encode_coding_iso_2022)
23460         (encode_coding_sjis, encode_coding_big5, encode_coding_charset):
23461         Pay attention to raw-8-bit chars.
23463 2008-02-01  Kenichi Handa  <handa@m17n.org>
23465         * Makefile.in (lisp, shortlisp): Change chinese.elc to chinese.el.
23466         It is not bytecompiled now.
23468         * charset.c (charset_jisx0201_roman, charset_jisx0208_1978)
23469         (charset_jisx0208): New variables.
23470         (Fdefine_charset_internal): Setup them if appropriate.
23471         (init_charset_once): Initialize them to -1.
23473         * charset.h (charset_jisx0201_roman, charset_jisx0208_1978)
23474         (charset_jisx0208): Extern them.
23476         * coding.c (CODING_ISO_FLAG_USE_ROMAN): New macro.
23477         (CODING_ISO_FLAG_USE_OLDJIS): New macro.
23478         (CODING_ISO_FLAG_FULL_SUPPORT): Change macro definition.
23479         (setup_iso_safe_charsets): Fix arguments to Fassq.
23480         (DECODE_DESIGNATION, ENCODE_ISO_CHARACTER_DIMENSION1)
23481         (ENCODE_ISO_CHARACTER_DIMENSION2): Pay attention to
23482         CODING_ISO_FLAG_USE_ROMAN and CODING_ISO_FLAG_USE_OLDJIS.
23483         (encode_coding_iso_2022): Change the 1st arg to
23484         ENCODE_ISO_CHARACTER to a variable.
23486 2008-02-01  Kenichi Handa  <handa@m17n.org>
23488         * charset.h (enum define_charset_arg_index): New enums
23489         charset_arg_min_code and charset_arg_max_code.
23490         (struct charset): New member char_index_offset.
23492         * charset.c (CODE_POINT_TO_INDEX, INDEX_TO_CODE_POINT):
23493         Take charset->char_index_offset into account.
23494         (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
23495         args[charset_arg_max_code].  Setup charset.char_index_offset.
23496         (syms_of_charset): Fix args to Fdefine_charset_internal.
23498 2008-02-01  Dave Love  <fx@gnu.org>
23500         * coding.c (decode_coding_utf_8): Reject overlong sequences.
23502 2008-02-01  Dave Love  <fx@gnu.org>
23504         * coding.c: Doc fixes.
23505         (Fcoding_system_aliases): Fix return value.
23506         (Qmac): Remove (duplicated) definition.
23508 2008-02-01  Dave Love  <fx@gnu.org>
23510         * charset.c (Fcharset_priority_list, Fset_charset_priority):
23511         New functions.
23513         * character.c (Fstring): Doc fix.
23515         * charset.c (Fdefine_charset_alias): Update Vcharset_list.
23517         * fontset.c (Ffontset_info): Doc fix.  Return charset names, not ids.
23518         (font-encoding-alist): Doc fix.
23520 2008-02-01  Dave Love  <fx@gnu.org>
23522         * term.c (costs_set): Declare static, non-initialized for pcc.
23523         (encode_terminal_code): Remove unused var.
23525         * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
23526         for K&R.
23528         * xterm.c (xlwmenu_window_p): Fix prototype for K&R.
23530         * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R.
23531         (suffixes): Move out of make_subsidiaries for K&R.
23533         * charset.c (map_charset_chars): Fix c_function declaration for K&R.
23535         * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'.
23537 2008-02-01  Dave Love  <fx@gnu.org>
23539         * data.c (Fchar_or_string_p): Doc fix.  Use CHARACTERP.
23541         * category.c (Fmodify_category_entry): Doc fix.  Remove unused vars.
23543 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
23545         * charset.c (Fdefine_charset_internal): Fix argument to bzero.
23547         * coding.c (decode_coding_charset): Workaround for the bug of GCC 2.96.
23549 2008-02-01  Kenichi Handa  <handa@m17n.org>
23551         * Makefile.in (lisp, shortlisp): Change cyrillic.elc to cyrillic.el,
23552         vietnamese.elc to vietnamese.el.  They are not bytecompiled now.
23554 2008-02-01  Kenichi Handa  <handa@m17n.org>
23556         * coding.c (decode_coding_charset): Adjust for the change of
23557         Fdefine_coding_system_internal.
23558         (Fdefine_coding_system_internal): For a coding system of
23559         `charset' type, store a list of charset IDs in
23560         `charset_attr_charset_valids' element of coding attributes.
23562 2008-02-01  Kenichi Handa  <handa@m17n.org>
23564         * coding.c (ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
23565         (emacs_mule_char): New arg src.  Delete arg `composition'.  Change
23566         caller.  Handle 2-byte and 3-byte charsets correctly.
23567         (DECODE_EMACS_MULE_COMPOSITION_RULE_20): Rename from
23568         DECODE_EMACS_MULE_COMPOSITION_RULE.  Change caller.
23569         (DECODE_EMACS_MULE_COMPOSITION_RULE_21): New macro.
23570         (DECODE_EMACS_MULE_21_COMPOSITION): Call
23571         DECODE_EMACS_MULE_COMPOSITION_RULE_21.  Produce correct annotation
23572         sequence.
23573         (decode_coding_emacs_mule): Handle composition correctly.  Rewind
23574         `src' and `consumed_chars' correctly before calling emacs_mule_char.
23575         (DECODE_COMPOSITION_START): Correctly handle the case of altchar
23576         and alt&rule composition.
23577         (decode_coding_iso_2022): Handle composition correctly.
23578         (init_coding_once): Setup emacs_mule_bytes for private charsets.
23580         * charset.c (Fdefine_charset_internal): Fix bug for the case of
23581         re-defining a charset.  If the charset has :emacs-mule-id, setup
23582         emacs_mule_bytes.
23583         (Fmake_char): If CODE1 is nil, use the minimum code of the charset.
23585 2008-02-01  Kenichi Handa  <handa@m17n.org>
23587         * coding.c (encode_coding_iso_2022, encode_coding_sjis)
23588         (encode_coding_big5, encode_coding_charset): If coding requires safe
23589         encoding, produce a character specified by
23590         CODING_INHIBIT_CHARACTER_SUBSTITUTION.
23592 2008-02-01  Dave Love  <fx@gnu.org>
23594         * xterm.c (XSetIMValues): Declare.
23596         * process.c: Conditionally include sys/wait.h, pty.h.
23598         * print.c (print_object): Fix print format for 64-bit systems.
23600         * keyboard.c (modify_event_symbol): Fix print format for 64-bit systems.
23602         * buffer.c (emacs_strerror): Declare.
23604         * fontset.c (Fclear_face_cache): Declare.
23605         (accumulate_font_info): Comment-out (unused).
23606         (face_for_char, Fset_fontset_font, Ffontset_info): Remove unused
23607         variables.
23609         * character.h (string_escape_byte8): Declare.
23611         * charset.c (load_charset_map, load_charset_map_from_file): Remove
23612         unused vars.
23613         (Fdefine_charset_internal, Fsplit_char, syms_of_charset)
23614         (Fmap_charset_chars): Doc fix.
23616         * coding.c (Vchar_coding_system_table, Qchar_coding_system): Remove.
23617         (Fset_coding_system_priority, Fset_coding_system_priority)
23618         (Fdefine_coding_system_internal): Doc fix.
23620 2008-02-01  Dave Love  <fx@gnu.org>
23622         * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.
23624 2008-02-01  Kenichi Handa  <handa@m17n.org>
23626         * character.c (string_escape_byte8): Make multibyte string with
23627         correct size.
23629         * charset.c (Fmake_char): Delete unnecessary code.
23631 2008-02-01  Kenichi Handa  <handa@m17n.org>
23633         * xfns.c (x_encode_text): Allocate coding.destination here, and
23634         call encode_coding_object with dst_object Qnil.
23636         * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to
23637         multibyte form correctly.
23639         * fontset.c (fs_load_font): Check fontp->full_name (not fontname)
23640         against Vfont_encoding_alist.
23642         * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
23643         handling of charset list.
23644         (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
23645         (decode_coding_object): Move point to coding->dst_pos before
23646         calling post-read-conversion function.
23647         (encode_coding_object): Give correct arguments to
23648         pre-write-conversion.  Ignore the return value of
23649         pre-write-conversion function.  Pay attention to the case that
23650         pre-write-conversion changes the current buffer.  If dst_object is
23651         Qt, even if coding->src_bytes is zero, allocate at least one byte
23652         to coding->destination.
23654         * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
23656         * charset.c (Fmake_char): Make it more backward compatible.
23657         (Fmap_charset_chars): Fix docstring.
23659 2008-02-01  Dave Love  <fx@gnu.org>
23661         * coding.c: Doc fixes.
23662         (Fdefine_coding_system_alias): Use names, not symbols, in
23663         coding-system-alist.
23665 2008-02-01  Kenichi Handa  <handa@m17n.org>
23667         * fontset.c (free_realized_fontsets): Call Fclear_face_cache instead
23668         of calling free_realized_face.
23670 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
23672         * charset.c (read_hex): Don't treat SPC as a comment starter.
23673         (decode_char): If CODE_POINT_TO_INDEX returns -1, always return -1.
23674         (Fdecode_char): Fix typo.
23676 2008-02-01  Kenichi Handa  <handa@m17n.org>
23678         * charset.h (struct charset): New member `code_space_mask'.
23680         * coding.c (coding_set_source): Delete the local variable beg_byte.
23681         (encode_coding_charset, Fdefine_coding_system_internal):
23682         Delete the local variable charset.
23683         (Fdefine_coding_system_internal): Setup
23684         attrs[coding_attr_charset_valids] correctly.
23686         * charset.c (CODE_POINT_TO_INDEX): Utilize `code_space_mask'
23687         member to check if CODE is valid or not.
23688         (Fdefine_charset_internal): Initialize `code_space_mask' member.
23689         (encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
23690         is within the range of charset->min_code and carset->max_code.
23692 2008-02-01  Dave Love  <fx@gnu.org>
23694         * syntax.h (syntax_temp) [!__GNUC__]: Declare.
23696         * dispextern.h (generate_ascii_font): Fix return type.
23698         * xfaces.c (generate_ascii_font): Fix arg declaration.
23700         * coding.c (coding_inherit_eol_type)
23701         (Fset_terminal_coding_system_internal)
23702         (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
23704 2008-02-01  Kenichi Handa  <handa@m17n.org>
23706         * coding.c (decode_coding_charset, encode_coding_charset): Handle
23707         multiple charsets correctly.
23709 2008-02-01  Kenichi Handa  <handa@m17n.org>
23711         * search.c (boyer_moore): Fix handling of multibyte character
23712         translation.
23714         * xdisp.c (display_mode_element): When the variable `elt' is
23715         changed, update `this' and `lisp_string'.
23717 2008-02-01  Kenichi Handa  <handa@m17n.org>
23719         * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
23721         * callproc.c (Fcall_process): Be sure to give the current buffer
23722         to decode_coding_c_string.  Update PT and PT_BYTE after the insertion.
23724         * charset.c (struct charset_map_entries): New struct.
23725         (load_charset_map): Rename from parse_charset_map.  New args
23726         entries and n_entries.  Change caller.
23727         (load_charset_map_from_file): Rename from load_charset_map.
23728         Change caller.  New arg control_flag.  Call load_charset_map at
23729         the tail.
23730         (load_charset_map_from_vector): New function.
23731         (Fdefine_charset_internal): Setup charset.compact_codes_p.
23732         (encode_char): If the charset is compact, change a character index
23733         to a code point.
23735         * coding.c (coding_alloc_by_making_gap): Check the case that the
23736         source and destination are the same correctly.
23737         (decode_coding_raw_text): Set coding->consumed_char and
23738         coding->consumed to 0.
23739         (produce_chars): If coding->chars_at_source is nonzero, update
23740         coding->consumed_char and coding->consumed before calling
23741         alloc_destination.
23742         (Fdefine_coding_system_alias): Register ALIAS in
23743         Vcoding_system_alist.
23744         (syms_of_coding): Define `no-conversion' coding system at the tail.
23746         * fileio.c (Finsert_file_contents): Set coding_system instead of
23747         val.  If the current buffer is multibyte, always call
23748         decode_coding_gap.
23750         * xfaces.c (try_font_list): Give higher priority to fontset's
23751         family than face's family.
23753 2008-02-01  Kenichi Handa  <handa@m17n.org>
23755         * callproc.c (Fcall_process): Be sure to give the current buffer
23756         to decode_coding_c_string.
23758         * xfaces.c (try_font_list): Give a family specified in a fontset
23759         higher priority than a family specified in a face.
23761 2008-02-01  Kenichi Handa  <handa@m17n.org>
23763         * fileio.c (Finsert_file_contents): Fix calculation of `inserted'.
23764         Fix arguments to insert_from_buffer.
23766         * xdisp.c (display_mode_element): Fix calculation of `bytepos'.
23768 2008-02-01  Kenichi Handa  <handa@m17n.org>
23770         * coding.c (produce_chars): Set the variable `multibytep' correctly.
23771         (decode_coding_gap): Set coding->dst_multibyte correctly.
23773 2008-02-01  Kenichi Handa  <handa@m17n.org>
23775         * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.
23776         (decode_coding_utf_16): Fix converting high and low bytes to code-point.
23777         (encode_coding_utf_16): Substitute coding->default_char for
23778         non-Unicode characters.
23779         (decode_coding): Don't call record_insert here.
23780         (setup_coding_system): Initialize `surrogate' of
23781         coding->spec.utf_16 to 0.
23782         (EMIT_ONE_BYTE): Fix for multibyte case.
23784         * insdel.c (insert_from_gap): Call record_insert.
23786 2008-02-01  Kenichi Handa  <handa@m17n.org>
23788         * casefiddle.c (casify_region): Fix multibyte case.
23790         * character.c (c_string_width): Add return type `int'.
23791         (char_string_with_unification): Delete arg ADVANCED.
23793         * character.h (CHAR_VALID_P): Don't call CHARACTERP.
23794         (CHAR_STRING): Adjust for the change of char_string_with_unification.
23795         (CHAR_STRING_ADVANCE): Make it do-while statement.
23797         * chartab.c (sub_char_table_set_range): Optimize for the case
23798         DEPTH == 3.  Add workaround code for a GCC optimization bug.
23800         * charset.c (parse_charset_map): Remove an unused variable.
23802         * coding.c: Delete unused variables.
23804         * fileio.c (Finsert_file_contents): Set coding_system to Qnil
23805         earlier.  If inserted is zero and the coding system doesn't
23806         require flushing, don't call decode_coding_gap.
23808         * syntax.h (SET_RAW_SYNTAX_ENTRY): Don't call make_number.
23810 2008-02-01  Kenichi Handa  <handa@m17n.org>
23812         The following changes are for using Unicode as an internal
23813         character model, and use UTF-8 format for buffer/string
23814         representation.
23816         * .gdbinit (xchartable): Adjust for the change of char table structure.
23817         (xsubchartable, xcoding, xcharset, xcurbuf): New commands.
23819         * Makefile.in (obj): Add character.o and chartab.o.
23820         (lisp, shortlisp): Remove utf-8.elc.
23821         (*.o): For many files, change dependency on charset.h to
23822         character.h, and add dependency on character.h.
23823         (character.o, chartab.o): New targets.
23825         * abbrev.c, bytecode.c, casefiddle.c, cmds.c, dispnew.c, doc.c:
23826         * doprnt.c, dosfns.c, frame.c, marker.c, minibuf.c, msdos.c:
23827         * w16select.c, w32bdf.c, w32console.c: Include "character.h" instead
23828         of "charset.h".
23830         * dired.c, filelock.c: Include "character.h".
23832         * alloc.c: Include "character.h" instead of "charset.h".
23833         (Fmake_char_table, make_sub_char_table): Move to chartab.c.
23834         (syms_of_alloc): Remove defsubr for Smake_char_table.
23836         * buffer.c: Include "character.h" instead of "charset.h", don't
23837         include "coding.h".
23838         (Fset_buffer_multibyte): Adjust for UTF-8.
23840         * buffer.h: EXFUN Fbuffer_live_p.
23842         * callproc.c: Include "character.h" instead of "charset.h".
23843         (Fcall_process): Big change for the new code-conversion APIs.
23845         * casetab.c: Include "character.h" instead of "charset.h".
23846         (set_canon, set_identity, shuffle): Adjust for the new
23847         map_char_table spec.
23848         (init_casetab_once): Call CHAR_TABLE_SET instead of directly
23849         accessing the char table structure.
23851         * chartab.c: New file that implements char table.
23853         * category.c: Include "character.h".
23854         (copy_category_entry): New function.
23855         (copy_category_table): Call map_char_table and copy_category_entry.
23856         (Fmake_category_table): Initialize all top-level slots.
23857         (char_category_set): New function.
23858         (modify_lower_category_set): Delete.
23859         (Fmodify_category_entry): Call char_table_ref_and_range.
23861         * category.h (CATEGORY_SET): Just call char_category_set.
23863         * ccl.c: Include "character.h".
23864         (Qccl, Qcclp): New variables.
23865         (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if
23866         it's less than 256.
23867         (CCL_WRITE_MULTIBYTE_CHAR): Delete.
23868         (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC
23869         and DST type.
23870         (ccl_driver): Change types of argument, adjust code accordingly.
23871         (Fccl_execute, Fccl_execute_on_string): Adjust for the change of
23872         ccl_driver.
23873         (syms_of_ccl): Intern and staticpro Qccl and Qcclp.
23875         * ccl.h (struct ccl_program): Delete members eol_type and multibyte.
23876         New members src_multibyte, dst_multibyte, consumed, and produced.
23877         (struct ccl_spec): Delete members decoder and encoder.  New member ccl.
23878         (CODING_SPEC_CCL_PROGRAM): New macro.
23879         (ccl_driver): Update prototype.
23880         (Qccl, Qcclp, Fccl_program_p): Extern them.
23881         (CHECK_CCL_PROGRAM): New macro.
23883         * character.c, character.h, chartab.c: New files.
23885         * charset.c: Mostly re-written.  Move character and multibyte sequence
23886         handling codes to character.c.
23888         * charset.h: Mostly re-written.  Move character and multibyte sequence
23889         handling codes to character.h.
23891         * coding.c, coding.h: Mostly re-written.
23893         * composite.c: Include "character.h" instead of "charset.h".
23894         (CHAR_WIDTH): Move to character.h.
23895         (HASH_KEY, HASH_VALUE): Delete.
23897         * composite.h (enum composition_method): Change order of enumeration
23898         symbols.
23900         * data.c: Include "character.h" instead of "charset.h".
23901         (Faref): Call CHAR_TABLE_REF for a char table.
23902         (Faset): Call CHAR_TABLE_SET for a char table.
23904         * dispextern.h (free_realized_face, check_face_attribytes)
23905         (generate_ascii_font): Extern them.
23906         (free_realized_multibyte_face): Delete extern.
23908         * disptab.h (DISP_CHAR_VECTOR): Adjust for the change of char
23909         table structure.
23911         * editfns.c: Include "character.h" instead of "charset.h".
23912         (Fchar_to_string): Always call CHAR_STRING.
23914         * emacs.c (main): Call init_charset_once, init_charset,
23915         syms_of_chartab, and syms_of_character.
23917         * fileio.c: Include "character.h" instead of "charset.h".
23918         (Finsert_file_contents): Big change for the new code-conversion API.
23919         (choose_write_coding_system, Fwrite_region): Likewise.
23920         (build_annotations_2): Delete.
23921         (e_write): Big change for the new code-conversion API.
23923         * fns.c: Include "character.h" instead of "charset.h".
23924         (copy_sub_char_table): Move to chartab.c.
23925         (Fcopy_sequence): Call copy_char_table for a char table.
23926         (concat): Delete codes calling count_multibyte.
23927         (string_char_to_byte, string_byte_to_char): Adjust for the new
23928         multibyte form.
23929         (internal_equal): Adjust for the change of char table structure.
23930         (Fchar_table_subtype, Fchar_table_parent, Fset_char_table_parent)
23931         (Fchar_table_extra_slot, Fset_char_table_extra_slot)
23932         (Fchar_table_range, Fset_char_table_range, Fset_char_table_default)
23933         (char_table_translate, optimize_sub_char_table)
23934         (Foptimize_char_table, map_char_table, Fmap_char_table): Move to
23935         chartab.c.
23936         (char_table_ref_and_index): Delete.
23937         (HASH_KEY, HASH_VALUE): Move to lisp.h.
23938         (Fmd5): Call preferred_coding_system instead of accessing
23939         Vcoding_category_list.  Adjust for the new code-conversion API.
23940         (syms_of_fns): Move defsubr for char table related functions to
23941         chartab.c.
23943         * fontset.c: Mostly re-written.
23945         * fontset.h (struct font_info): Change type of the member encoding_type.
23946         (enum FONT_SPEC_INDEX): New enum.
23947         (fontset_font_pattern, fs_load_font): Update prototype.
23948         (FS_LOAD_FONT): Adjust for the change of fs_load_font.
23950         * indent.c: Include "character.h" instead of "charset.h".
23951         (MULTIBYTE_BYTES_WIDTH): Call CHAR_WIDTH instead of WIDTH_BY_CHAR_HEAD.
23953         * insdel.c: Include "character.h" instead of "charset.h".
23954         (copy_text): Don't refer to Vnonascii_translation_table.
23955         (insert_from_gap): New function.
23957         * keyboard.c: Include "character.h" instead of "charset.h".
23958         (command_loop_1): Never call direct_output_forward_char before
23959         a non-ASCII character.
23960         (read_char): If Vkeyboard_translate_table is a char table, always
23961         translate a character.
23963         * keymap.c: Include "character.h".
23964         (store_in_keymap): Handle the case that IDX is a cons.
23965         (Fdefine_key): Handle the case that KEY is a cons and the car part
23966         is also a cons (range).
23967         (push_key_description): Adjust for the new character code.
23968         (describe_vector): Call describe_char_table for a char table.
23969         (describe_char_table): New function.
23971         * keymap.h (describe_char_table): Extern it.
23973         * lisp.h (enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
23974         (XSUB_CHAR_TABLE, XSETSUB_CHAR_TABLE): New macros.
23975         (CHAR_TABLE_ORDINARY_SLOTS, CHAR_TABLE_SINGLE_BYTE_SLOTS)
23976         (SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
23977         Delete.
23978         (CHAR_TABLE_REF, CHAR_TABLE_SET): Adjust for the new char table
23979         structure.
23980         (CHAR_TABLE_TRANSLATE): Just call char_table_translate.
23981         (CHARTAB_SIZE_BITS_0, CHARTAB_SIZE_BITS_1, CHARTAB_SIZE_BITS_2)
23982         (CHARTAB_SIZE_BITS_3): New macros.
23983         (chartab_size): Extern it.
23984         (struct Lisp_Char_Table): Re-design.
23985         (struct Lisp_Sub_Char_Table): New structure.
23986         (HASH_KEY, HASH_VALUE): Move from fns.c.
23987         (CHARACTERBITS): Define as 22.
23988         (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the above change.
23989         (SUB_CHAR_TABLE_P): Check PVEC_CHAR_TABLE.
23990         (GC_SUB_CHAR_TABLE_P): New macro.
23991         (Fencode_coding_string, Fdecode_coding_string): Update EXFUN.
23992         (code_convert_string_norecord): Deleted extern.
23993         (init_character_once, syms_of_character, init_charset)
23994         (syms_of_composite, Qeq, Fmakehash, insert_from_gap): Extern them.
23996         * lread.c: Include "character.h".
23997         (read_multibyte): New arg NBYTES.
23998         (read_escape): Change the meaning of returned *BYTEREP.
23999         (to_multibyte): Delete.
24000         (read1): Adjust the handling of char table and string.
24002         * print.c: Include "character.h" instead of "charset.h".
24003         (print_string): Convert 8-bit raw bytes to octal form by
24004         string_escape_byte8.
24005         (print_object): Adjust for the new multibyte form.  Print 8-bit
24006         raw bytes always in octal form.  Handle sub char table correctly.
24008         * process.c: Include "character.h" instead of "charset.h".
24009         (read_process_output, send_process): Adjust for the new
24010         code-conversion API.
24012         * puresize.h (BASE_PURESIZE): Increase.
24014         * regex.c: Include "character.h" instead of "charset.h".
24015         (BYTE8_TO_CHAR, CHAR_BYTE8_P) [not emacs]: New dummy macros.
24016         (regex_compile): Accept a range whose starting and ending
24017         character have different leading bytes.
24018         (analyse_first): Adjust for the above change.
24020         * search.c: Include "character.h" instead of "charset.h".
24021         (search_buffer, boyer_moore): Adjust for the new multibyte form.
24022         (Freplace_match): Adjust for the change of multibyte_char_to_unibyte.
24024         * syntax.c: Include "character.h" instead of "charset.h".
24025         (syntax_parent_lookup): Delete.
24026         (Fmodify_syntax_entry): Accept a cons as CHAR.
24027         (skip_chars): Adjust for the new multibyte form.
24028         (init_syntax_once): Call char_table_set_range instead of directly
24029         accessing the structure of a char table.
24031         * syntax.h (SET_RAW_SYNTAX_ENTRY): Call CHAR_TABLE_SET.
24032         (SYNTAX_ENTRY_FOLLOW_PARENT): Delete macro.
24033         (SET_RAW_SYNTAX_ENTRY_RANGE): New macro.
24034         (SYNTAX_ENTRY_INT): Call CHAR_TABLE_REF.
24036         * term.c: Include "buffer.h" and "character.h".
24037         (encode_terminal_code, write_glyphs): Adjust for the new
24038         code-conversion API.
24039         (produce_glyphs): Call CHAR_WIDTH instead of CHARSET_WIDTH.
24041         * w32term.c (x_new_font): Adjust for the change of FS_LOAD_FONT.
24043         * xdisp.c: Include "character.h".
24044         (get_next_display_element): Adjust for the new multibyte form.
24045         (disp_char_vector): Adjust for the new char table structure.
24046         (decode_mode_spec_coding): Adjust for the new structure of
24047         coding system.
24048         (decode_mode_spec): Adjust for the new code-conversion API.
24050         * xfaces.c: Include "character.h" instead of "charset.h".
24051         (load_face_font): Adjust for the change of choose_face_font and
24052         FS_LOAD_FONT.
24053         (generate_ascii_font): New function.
24054         (set_lface_from_font_name): Adjust for the change of FS_LOAD_FONT.
24055         (set_font_frame_param): Adjust for the change of choose_face_font.
24056         (free_realized_face): Make it public.
24057         (free_realized_faces_for_fontset): Rename from
24058         free_realized_multibyte_face.  Free also faces realized for ASCII.
24059         (choose_face_font): Change arguments.  Adjust for the change of
24060         fontset_font_pattern and FS_LOAD_FONT.
24062         * xfns.c: Include "character.h".
24063         (x_encode_text): Adjust for the new code-conversion API.
24065         * xselect.c: Don't include "charset.h".
24066         (selection_data_to_lisp_data): Adjust for the new code conversion API.
24068         * xterm.c: Include "character.h".
24069         (x_encode_char): New argument CHARSET.  Change caller.
24070         (x_get_char_face_and_encoding, x_get_glyph_face_and_encoding):
24071         Call ENCODE_CHAR instead of SPLIT_CHAR.
24072         (x_produce_glyphs): Don't check Vnonascii_translation_table Call
24073         CHAR_WIDTH instead of CHARSET_WIDTH.
24074         (XTread_socket): Adjust for the new code-conversion API.
24075         (x_new_font): Adjust for the change of FS_LOAD_FONT.
24076         (x_load_font): Adjust for the change of struct font.
24078 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24080         * xfaces.c (face_at_buffer_position): Remove unused vars.
24082 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
24084         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR):
24085         Fix overflow checking.
24087 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
24089         * ccl.c (CCL_WRITE_CHAR, CCL_WRITE_MULTIBYTE_CHAR, ccl_driver):
24090         Cancel previous change.
24092 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
24094         * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when
24095         ccl->eight_bit_control.  Fix check for buffer overflow.
24096         (CCL_WRITE_MULTIBYTE_CHAR): Fix check for buffer overflow.
24097         (ccl_driver): Initialize extra_bytes to 0.
24099 2008-01-31  Kenichi Handa  <handa@ni.aist.go.jp>
24101         * keyboard.c (make_ctrl_char): If C is a multibyte character, just
24102         return it ORed with ctrl_modifier.
24104 2008-01-29  Miles Bader  <miles@gnu.org>
24106         * macterm.c (XTset_vertical_scroll_bar): Fix merge mistake.
24108 2008-01-28  Jason Rumney  <jasonr@gnu.org>
24110         * w32.c (stat): Don't double check for networked drive.
24112 2008-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24114         * window.c (run_window_configuration_change_hook): New function.
24115         Code extracted from set_window_buffer.  Set the selected frame.
24116         (set_window_buffer): Use it.
24117         * window.h (run_window_configuration_change_hook): Declare.
24118         * dispnew.c (change_frame_size_1): Use it instead of set-window-buffer.
24120         * keyboard.c (read_char): Yet another int/Lisp_Object mixup (YAILOM).
24122 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
24124         * Makefile.in: Remove references to unused macros.
24126 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
24128         * w32.c (g_b_init_get_sid_sub_authority)
24129         (g_b_init_get_sid_sub_authority_count): New static variables.
24130         (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
24131         (get_sid_sub_authority, get_sid_sub_authority_count): New functions.
24132         (init_user_info): Use them to retrieve uid and gid.
24133         Use 500/513, the Windows defaults, as Administrator's uid/gid.
24134         (fstat): Use pw_uid and pw_gid from the_passwd structure for
24135         st_uid and st_gid of the file.
24137 2008-01-26  Jason Rumney  <jasonr@gnu.org>
24139         * w32.c (logon_network_drive): New function.
24140         (stat): Use it.
24142 2008-01-26  Chong Yidong  <cyd@stupidchicken.com>
24144         * xdisp.c (pos_visible_p): Handle the case where charpos falls on
24145         invisible text covered with an ellipsis.
24147 2008-01-25  Richard Stallman  <rms@gnu.org>
24149         * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and
24150         jump back to beginning.  Move some other initializations after that.
24151         (Qwindow_text_change_functions, Vwindow_text_change_functions):
24152         New variables.
24153         (syms_of_xdisp): Init them.
24155         * keyboard.c (read_char): Restore echo_message_buffer after redisplay.
24157         * buffer.c (reset_buffer_local_variables):
24158         Implement `permanent-local-hook'.
24159         (Qpermanent_local_hook): New variable.
24160         (syms_of_buffer): Init and staticpro it.
24162 2008-01-25  Michael Albinus  <michael.albinus@gmx.de>
24164         * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.
24166 2008-01-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
24168         * fns.c (Fclrhash): Return TABLE.
24170 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24172         * macterm.c (x_scroll_bar_create): Initialize bar->redraw_needed_p.
24173         (XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
24174         is set even without positional changes.
24175         (x_scroll_bar_clear): Set bar->redraw_needed_p.
24177         * macterm.h (struct scroll_bar): New member `redraw_needed_p'.
24179 2008-01-23  Jason Rumney  <jasonr@gnu.org>
24181         * xterm.c (handle_one_xevent): Revert to counting chars not bytes.
24183         * w32term.c (w32_read_socket) <WM_CHAR>: Decode characters outside
24184         the unicode range available in MULE by locale-coding-system.
24185         Improve dbcs lead byte detection.  Set event timestamp and modifiers
24186         earlier.
24188 2008-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24190         * mac.c (mac_emacs_pid) [MAC_OSX]: New variable.
24191         [MAC_OSX] (init_mac_osx_environment): Initialize it.
24192         [MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
24193         when used on child processes.
24195 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
24197         * dbusbind.c (Fdbus_method_return_internal): Rename from
24198         Fdbus_method_return.
24199         (Fdbus_unregister_object): Move to dbus.el.
24200         (Fdbus_call_method, Fdbus_method_return_internal)
24201         (Fdbus_send_signal): Improve debug messages.
24203 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
24205         * undo.c (undo_inhibit_record_point): New variable.
24206         (syms_of_undo): Initialize it.
24207         (record_point): Don't record point when undo_inhibit_record_point
24208         is set.
24210 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24212         * process.c (list_processes_1): Don't use SCHARS on a nil buffer name.
24214         * xdisp.c (Qauto_hscroll_mode): New var.
24215         (syms_of_xdisp): Initialize it.
24216         (hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
24217         window's buffer.
24218         (hscroll_windows): Don't check automatic_hscrolling_p here.
24220         * window.c (set_window_buffer): Don't unnecessarily reset hscroll and
24221         vscroll if we're setting window-buffer to the value it already has.
24223 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
24225         * m/intel386.h: Remove references to XENIX.
24227 2008-01-17  Andreas Schwab  <schwab@suse.de>
24229         * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR
24230         instead of HAVE_X86_64_LIB64_DIR.
24231         * m/ibms390x.h (START_FILES, LIB_STANDARD): Likewise.
24233 2008-01-17  Glenn Morris  <rgm@gnu.org>
24235         * m/ibms390x.h (START_FILES, LIB_STANDARD): Adjust value according
24236         to HAVE_X86_64_LIB64_DIR.
24238 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
24240         * s/irix3-3.h:
24241         * s/irix4-0.h:
24242         * s/386-ix.h:
24243         * s/domain.h:
24244         * s/hpux9-x11r4.h:
24245         * s/hpux9shxr4.h: Remove files for systems no longer supported.
24247         * sysdep.c: Remove code containing references to symbols defined
24248         by unsupported systems.
24250 2008-01-16  Glenn Morris  <rgm@gnu.org>
24252         * coding.c (select-safe-coding-system-function): Doc fix.
24254 2008-01-15  Glenn Morris  <rgm@gnu.org>
24256         * config.in: Revert 2008-01-13 change: this is a generated file.
24258 2008-01-13  Tom Tromey  <tromey@redhat.com>
24260         * lisp.h: Fix typo.
24262 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
24264         * m/sequent-ptx.h:
24265         * m/sequent.h:
24266         * s/ptx.h:
24267         * s/ptx4-2.h:
24268         * s/ptx4.h: Remove files for systems no longer supported.
24270         * callproc.c (Fcall_process): Fix previous change.
24272 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
24274         * unexsunos4.c: Remove file, system not supported anymore.
24276         * m/mips.h:
24277         * m/intel386.h:
24278         * callproc.c:
24279         * config.in:
24280         * ecrt0.c:
24281         * emacs.c:
24282         * fileio.c:
24283         * frame.c:
24284         * getpagesize.h:
24285         * keyboard.c:
24286         * lread.c:
24287         * process.c:
24288         * puresize.h:
24289         * sysdep.c:
24290         * systty.h:
24291         * syswait.h:
24292         * unexec.c:
24293         * xdisp.c:
24294         * alloc.c: Remove code containing references to symbols defined by
24295         unsupported systems.
24297 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
24299         * coding.c (detect_coding_mask): Fix previous change.
24301 2008-01-09  Kenichi Handa  <handa@ni.aist.go.jp>
24303         * coding.c (detect_coding_iso2022): New arg
24304         latin_extra_code_state.  Allow Latin extra codes only
24305         when *latin_extra_code_state is nonzero.
24306         (detect_coding_mask): If there is a NULL byte, detect the encoding
24307         as UTF-16 or binary.  If Latin extra codes exist, detect the
24308         encoding as ISO-2022 only when there's no other proper encoding is
24309         found.
24311 2008-01-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24313         * frame.c (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of
24314         #ifdef MAC_OS.
24316 2008-01-08  Richard Stallman  <rms@gnu.org>
24318         * fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
24320 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
24322         * keyboard.c (parse_menu_item): Don't enclose key bindings on
24323         menu bar in parentheses.
24325 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
24327         * m/7300.h:
24328         * m/acorn.h:
24329         * m/alliant-2800.h:
24330         * m/alliant.h:
24331         * m/alliant1.h:
24332         * m/alliant4.h:
24333         * m/altos.h:
24334         * m/amdahl.h:
24335         * m/apollo.h:
24336         * m/att3b.h:
24337         * m/aviion-intel.h:
24338         * m/aviion.h:
24339         * m/celerity.h:
24340         * m/clipper.h:
24341         * m/cnvrgnt.h:
24342         * m/convex.h:
24343         * m/cydra5.h:
24344         * m/delta88k.h:
24345         * m/dpx2.h:
24346         * m/dual.h:
24347         * m/elxsi.h:
24348         * m/f301.h:
24349         * m/gould-np1.h:
24350         * m/gould.h:
24351         * m/i860.h:
24352         * m/ibmps2-aix.h:
24353         * m/ibmrt-aix.h:
24354         * m/ibmrt.h:
24355         * m/irist.h:
24356         * m/is386.h:
24357         * m/isi-ov.h:
24358         * m/mega68.h:
24359         * m/mg1.h:
24360         * m/news-r6.h:
24361         * m/news-risc.h:
24362         * m/news.h:
24363         * m/nh3000.h:
24364         * m/nh4000.h:
24365         * m/ns16000.h:
24366         * m/ns32000.h:
24367         * m/nu.h:
24368         * m/orion.h:
24369         * m/orion105.h:
24370         * m/paragon.h:
24371         * m/pfa50.h:
24372         * m/plexus.h:
24373         * m/pyramid.h:
24374         * m/pyrmips.h:
24375         * m/sh3el.h:
24376         * m/sps7.h:
24377         * m/sr2k.h:
24378         * m/stride.h:
24379         * m/sun1.h:
24380         * m/sun2.h:
24381         * m/sun3-68881.h:
24382         * m/sun3-fpa.h:
24383         * m/sun3-soft.h:
24384         * m/sun3.h:
24385         * m/sun386.h:
24386         * m/symmetry.h:
24387         * m/tad68k.h:
24388         * m/tahoe.h:
24389         * m/targon31.h:
24390         * m/tek4300.h:
24391         * m/tekxd88.h:
24392         * m/tower32.h:
24393         * m/tower32v3.h:
24394         * m/ustation.h:
24395         * m/wicat.h:
24396         * m/xps100.h:
24397         * s/cxux.h:
24398         * s/cxux7.h:
24399         * s/dgux.h:
24400         * s/dgux4.h:
24401         * s/dgux5-4-3.h:
24402         * s/dgux5-4r2.h:
24403         * s/esix.h:
24404         * s/esix5r4.h:
24405         * s/hiuxmpp.h:
24406         * s/hiuxwe2.h:
24407         * s/iris3-5.h:
24408         * s/iris3-6.h:
24409         * s/isc2-2.h:
24410         * s/isc3-0.h:
24411         * s/isc4-0.h:
24412         * s/isc4-1.h:
24413         * s/newsos5.h:
24414         * s/newsos6.h:
24415         * s/osf1.h:
24416         * s/osf5-0.h:
24417         * s/riscix1-1.h:
24418         * s/riscix12.h:
24419         * s/sco4.h:
24420         * s/sco5.h:
24421         * s/sunos4-0.h:
24422         * s/sunos4-1.h:
24423         * s/sunos413.h:
24424         * s/sunos4shr.h:
24425         * s/umax.h:
24426         * s/unipl5-2.h:
24427         * s/xenix.h:
24428         * cxux-crt0.s:
24429         * unexapollo.c:
24430         * unexconvex.c:
24431         * unexenix.c:
24432         * unexsni.c: Remove files for systems no longer supported.
24434         * m/intel386.h: Remove references to unsupported systems.
24436         * w32.c (get_emacs_configuration): Remove reference to i860.
24438         * sysdep.c: Remove dead code.
24440 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
24442         * s/rtu.h:
24443         * m/masscomp.h: Remove files.  Platform is obsolete.
24445 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
24447         * dbusbind.c (Fdbus_method_return): New function.
24448         (xd_read_message): Add the serial number to the event.
24449         (Fdbus_register_method): Activate the function.
24451 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24453         * keyboard.c (read_key_sequence): Fix typo.
24455 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
24457         * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
24458         (xd_signature, xd_append_arg): Handle element type detection for
24459         empty arrays.
24460         (Fdbus_call_method, Fdbus_send_signal): Undo type casting for
24461         SDATA () calls; this must be solved more general.
24462         (Fdbus_register_signal): Use SBYTES instead of strlen.
24464 2008-01-03  Magnus Henoch  <magnus@zemdatav>
24466         * dbusbind.c (xd_append_arg): Use unsigned char instead of
24467         unsigned int for byte values (necessary for big-endian platform).
24468         (Fdbus_call_method): Handle the case of no returned arguments.
24470 2007-12-31  Tom Tromey  <tromey@redhat.com>  (tiny change)
24472         * dbusbind.c (xd_read_message): Use non-static input_event struct.
24474 2007-12-31  Magnus Henoch  <mange@freemail.hu>
24476         * dbusbind.c (xd_signature): Signature of variant is just "v".
24478 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
24480         * dbusbind.c: Fix several errors and compiler warnings.
24481         Reported by Tom Tromey <tromey@redhat.com>.
24482         (XD_ERROR, XD_DEBUG_MESSAGE)
24483         (XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
24484         (xd_append_arg): Part for basic D-Bus types rewritten.
24485         (xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
24486         DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
24487         appropriate.
24488         (xd_read_message): Return Qnil.  Don't signal an error; it is not
24489         useful during event reading.
24490         (Fdbus_register_signal): Signal an error if the check for
24491         FUNCTIONP fails.
24492         (Fdbus_register_method): New function.  The implementation is not
24493         complete, the call of the function signals an error therefore.
24494         (Fdbus_unregister_object): New function, renamed from
24495         Fdbus_unregister_signal.  The initial check signals an error, if
24496         the object is not well formed.
24498 2007-12-30  Richard Stallman  <rms@gnu.org>
24500         * textprop.c (get_char_property_and_overlay):
24501         Signal error if POSITION is out of range in a buffer.
24503 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
24505         * w32fns.c (Fx_create_frame): Make copy of frame parameters
24506         because the original parameters are in pure storage now.
24508 2007-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24510         * xdisp.c (phys_cursor_in_rect_p): Check if cursor is in fringe area.
24512 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
24514         * callint.c (syms_of_callint) <command-history>: Add reference to
24515         history-length in the doc string.
24517 2007-12-17  Jason Rumney  <jasonr@gnu.org>
24519         * w32fns.c (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned
24520         before passing as wParam.
24522 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
24524         * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
24525         DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
24526         DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
24527         Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
24528         as number.
24529         (Fdbus_call_method): Fix docstring.
24531 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
24533         * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
24534         New macros.
24535         (XD_SYMBOL_TO_DBUS_TYPE): Rename from XD_LISP_SYMBOL_TO_DBUS_TYPE.
24536         (XD_OBJECT_TO_DBUS_TYPE): Rename from XD_LISP_OBJECT_TO_DBUS_TYPE.
24537         Simplify.
24538         (xd_signature): New function.
24539         (xd_append_arg): Compute also signatures.  Major rewrite.
24540         (xd_retrieve_arg): Make debug messages friendly.
24541         (Fdbus_call_method, Fdbus_send_signal): Extend docstring.
24542         Check for signatures of arguments.
24544 2007-12-19  Michael Albinus  <michael.albinus@gmx.de>
24546         * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
24547         (QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
24548         (QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
24549         (QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
24550         (QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
24551         (QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type symbols.
24552         (XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
24553         (XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
24554         (xd_retrieve_value): Remove.  Functionality included in ...
24555         (xd_append_arg): New function.
24556         (Fdbus_call_method, Fdbus_send_signal): Apply it.
24558 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
24560         * dbusbind.c (top): Include <stdio.h>.
24561         (Fdbus_call_method, Fdbus_send_signal): Apply type cast in
24562         dbus_message_new_method_call and dbus_message_new_signal.
24563         (Fdbus_register_signal): Rename unique_name to uname.
24564         Check handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
24565         non-existing unique name.  Fix typos in matching rule.  Return an
24566         object which is useful in Fdbus_unregister_signal.
24567         (Fdbus_unregister_signal): Reimplementation, in order to remove
24568         only the corresponding entry.
24569         (Vdbus_registered_functions_table): Change the order of entries.
24570         Apply these changes in xd_read_message and Fdbus_register_signal.
24572 2007-12-16  Andreas Schwab  <schwab@suse.de>
24574         * fileio.c (Finsert_file_contents): Fix overflow check to not
24575         depend on undefined integer overflow.
24577 2007-12-14  Jason Rumney  <jasonr@gnu.org>
24579         * w32term.c (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT
24580         for characters above 127.
24582 2007-12-13  Jason Rumney  <jasonr@gnu.org>
24584         * w32fns.c (w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
24585         before dereferencing array.
24586         (lookup_vk_code): Remove zero comparison.
24588 2007-12-14  Michael Albinus  <michael.albinus@gmx.de>
24590         * dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
24591         (Fdbus_call_method, Fdbus_send_signal, xd_read_message):
24592         Use `unsigned int' instead of `uint'.
24593         (xd_read_message, Fdbus_register_signal): Split expressions into
24594         multiple lines before operators "&&" and "||", according to the
24595         GNU Coding Standards.
24597 2007-12-14  Eli Zaretskii  <eliz@gnu.org>
24599         * dispextern.h (WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
24601 2007-12-12  Juri Linkov  <juri@jurta.org>
24603         * buffer.c (Frename_buffer): In interactive spec replace
24604         `read-buffer' with `read-string' that uses `buffer-name-history'
24605         as history, and the current buffer's name as default.
24607 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24609         * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of
24610         manipulating the backtrace manually.
24611         (make_lispy_event): Merge the ASCII and MULTIBYTE cases.
24612         (struct backtrace, backtrace_list): Remove.
24613         (command_loop_1): Remove dead var `no_direct'.
24615         * buffer.c (reset_buffer_local_variables): If permanent_too is 0, also
24616         preserve non-built-in buffer-local variables.
24617         (Fkill_all_local_variables): Don't re-create&re-set permanent
24618         buffer-local variables.
24620 2007-12-09  Juri Linkov  <juri@jurta.org>
24622         * buffer.c (Frename_buffer): Change interactive spec from "s" to
24623         Lisp code that uses `read-buffer' with current buffer as default.
24625 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
24627         * dbusbind.c (xd_read_message): Generate an event for every
24628         registered handler.  There might be several handlers registered
24629         for the same signal.
24630         (Fdbus_register_signal): Don't overwrite a registration for the
24631         same signal.  Add a new registration if handlers are different.
24632         (Vdbus_registered_functions_table): Rework doc string.
24634 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
24636         * dbusbind.c (Fdbus_get_unique_name, xd_read_message)
24637         (Fdbus_register_signal): Use DBUS_MAXIMUM_NAME_LENGTH and
24638         DBUS_MAXIMUM_MATCH_RULE_LENGTH for string lengths.
24639         (Fdbus_call_method, Fdbus_send_signal, Fdbus_register_signal):
24640         Unify argument lists.
24641         (xd_read_message, Fdbus_register_signal): Reorder and extend event
24642         arguments and hash table keys.  Use unique name for service.
24643         (Fdbus_unregister_signal): Remove checks.
24644         (Vdbus_registered_functions_table): Fix doc string.
24646 2007-12-05  Magnus Henoch  <mange@freemail.hu>
24648         * process.c (make_process): Initialize pty_flag to 0.
24650 2007-12-05  Jason Rumney  <jasonr@gnu.org>
24652         * image.c (xbm_load) [WINDOWSNT]: Shuffle the bits of directly
24653         specified XBMs.
24655 2007-12-05  Richard Stallman  <rms@gnu.org>
24657         * xdisp.c (syms_of_xdisp) <scroll-conservatively>: Doc fix.
24659 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24661         * mac.c (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
24662         New variable.
24663         (mac_try_close_socket) [MAC_OSX]: New function.
24664         [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
24665         Update cfsockets_for_select.  Replace invalid CFRunLoop source.
24667         * sysdep.c (emacs_close) [MAC_OSX && HAVE_CARBON]:
24668         Use mac_try_close_socket.
24670 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24672         * unexmacosx.c (unrelocate): New argument BASE.  Use it instead of
24673         reloc_base.
24674         (copy_dysymtab): Compute relocation base here.
24675         (rebase_reloc_address) [__ppc64__]: New function.
24676         (copy_dysymtab) [__ppc64__]: Use it if relocation base needs to be
24677         changed.
24679 2007-12-05  Jason Rumney  <jasonr@gnu.org>
24681         * w32proc.c (sys_spawnve): Quote args with wildcards.
24683 2007-12-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24685         * unexmacosx.c (copy_data_segment): Also copy __gcc_except_tab and
24686         __objc_* sections.
24687         (unrelocate) [_LP64]: Set relocation base to address of data segment.
24689 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
24691         * dbusbind.c (xd_read_message): Return value is a Lisp_Object.
24692         Move check for Vdbus_registered_functions_table to
24693         xd_read_queued_messages.
24694         (xd_read_queued_messages): Protect xd_read_message calls by
24695         internal_condition_case_1.
24697 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
24699         * dbusbind.c (QCdbus_system_bus, QCdbus_session_bus): Rename from
24700         Qdbus_system_bus and Qdbus_session_bus, respectively.
24701         (Vdbus_intern_symbols): Remove.
24702         (Vdbus_registered_functions_table): New hash table.
24703         (XD_SYMBOL_INTERN_SYMBOL): Remove.
24704         (xd_read_message, Fdbus_register_signal, Fdbus_unregister_signal):
24705         Rewrite in order to manage registered functions by hash table
24706         Vdbus_registered_functions_table.
24708 2007-12-03  Jan Djärv  <jan.h.d@swipnet.se>
24710         * xterm.c: Update URL to Window Manager Specification in comment.
24712 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
24714         * config.in (HAVE_DBUS): Add.
24716         * Makefile.in (HAVE_DBUS): Add D-Bus definitions if defined.
24717         (ALL_CFLAGS): Add ${DBUS_CFLAGS}.
24718         (obj): Add $(DBUS_OBJ).
24719         (LIBES): Add $(DBUS_LIBS).
24720         (dbusbind.o): New target.
24722         * dbusbind.c: New file.
24724         * emacs.c (main): Call syms_of_dbusbind when HAVE_DBUS is defined.
24726         * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
24727         (Qdbus_event): New Lisp symbol.
24728         (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT.
24729         (gobble_input): Call xd_read_queued_messages, reading D-Bus messages.
24730         (keys_of_keyboard): Define dbus-event.
24732         * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined.
24734 2007-12-01  Richard Stallman  <rms@gnu.org>
24736         * search.c (syms_of_search) <inhibit-changing-match-data>: Doc fix.
24738 2007-11-30  Jason Rumney  <jasonr@gnu.org>
24740         * w32console.c (w32con_ins_del_lines, scroll_line): Clip to window.
24741         (w32con_reset_terminal_modes): Clear screen buffer.
24742         (w32_face_attributes): Don't use color indexes that are out of range.
24743         Only reverse the default colors.
24745         * xfaces.c (map_tty_color, tty_color_name): Remove special case for
24746         WINDOWSNT.
24748         * w32console.c, w32term.h (vga_stdcolor_name): Remove.
24750 2007-11-29  Jason Rumney  <jasonr@gnu.org>
24752         * w32console.c: Leave HAVE_WINDOW_SYSTEM defined.
24753         (w32_face_attributes): Use Vtty_defined_color_alist to determine
24754         if the terminal colors are initialized.
24755         (unspecified_fg, unspecified_bg): Remove unused declarations.
24757 2007-11-29  Andreas Schwab  <schwab@suse.de>
24759         * keyboard.c (apply_modifiers): Fix typo.
24761 2007-11-29  Richard Stallman  <rms@gnu.org>
24763         * keymap.c (Fcurrent_local_map): Doc fix.
24765 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
24767         * s/gnu-kfreebsd.h: New file.
24769 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24771         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer):
24772         Don't cast redundantly.
24774         * keyboard.c (KEY_TO_CHAR): New macro.
24775         (parse_modifiers, apply_modifiers): Accept integer arguments.
24776         (read_key_sequence): Use them to unify the "shift->unshift" mapping
24777         for chars and symbol keys.
24778         After doing such remapping, apply function-key-map again.
24780 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
24782         * Makefile.in (SOME_MACHINE_LISP): Remove VMS files, they are not
24783         compiled anymore.
24785 2007-11-26  Andreas Schwab  <schwab@suse.de>
24787         * process.c (list_processes_1): Fix indentation level of the
24788         command column.
24790 2007-11-23  Andreas Schwab  <schwab@suse.de>
24792         * editfns.c (Fformat): Handle %c specially since it requires the
24793         argument to be of type int.
24795 2007-11-23  Markus Triska  <markus.triska@gmx.at>
24797         * emacs.c (main): Call init_editfns before init_process, since
24798         init_process sets Vprocess_connection_type depending on OS release.
24800 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24802         * data.c (do_symval_forwarding): Use same code as in find_symbol_value.
24803         (find_symbol_value): Use do_symval_forwarding.
24805         * data.c (set_internal): Set the value in the `cons-cell' (for
24806         Buffer_Local_values) not only for frame-local variables.
24808 2007-11-22  Andreas Schwab  <schwab@suse.de>
24810         * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
24811         values to sprintf.
24812         * keymap.c (Fsingle_key_description): Likewise.
24813         * print.c (print_object): Likewise.
24815 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
24817         * gtkutil.c (update_frame_tool_bar): Don't call x-gtk-map-stock if
24818         file for image is nil.
24820 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
24822         * term.c: Include stdarg.h.
24823         (fatal): Implement using varargs.
24824         * lisp.h (fatal): Add argument types.  (Restore 2005-09-30 change).
24826 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24828         * lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
24829         * data.c (store_symval_forwarding): Get type from buffer_objfwd.
24830         Update call to buffer_slot_type_mismatch.
24831         * buffer.h (buffer_local_types, PER_BUFFER_TYPE): Remove.
24832         (buffer_slot_type_mismatch): Update.
24833         * buffer.c (buffer_local_types): Remove.
24834         (buffer_slot_type_mismatch): Get the symbol and type as arguments.
24835         (defvar_per_buffer): Set the type in the buffer_objfwd.
24837 2007-11-21  Jason Rumney  <jasonr@gnu.org>
24839         * w32bdf.c (w32_init_bdf_font, w32_BDF_to_x_font):
24840         CreateFileMapping returns NULL on failure.
24842 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24844         * search.c (Fset_match_data): Remove the `evaporate' feature.
24845         (unwind_set_match_data): Don't use the `evaporate' feature.
24847 2007-11-21  Jason Rumney  <jasonr@gnu.org>
24849         * dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
24851         * w32console.c (w32con_write_glyphs): Remove unused variables.
24853 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
24855         * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
24857         * s/darwin.h (MULTI_KBOARD): Remove.
24859         * macfns.c (x_create_tip_frame, Fx_create_frame)
24860         (x_create_tip_frame): Don't deal with MULTI_KBOARD.
24862 2007-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24864         * buffer.c (Fbuffer_local_value): Remove redundant test.
24865         (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
24866         than in `current-buffer' to match the comment.
24867         Do the swap using swap_in_global_binding.
24869         * data.c (store_symval_forwarding, set_internal):
24870         * eval.c (specbind): Remove dead code.
24872         * coding.c (detect_coding, Fupdate_coding_systems_internal):
24873         * fns.c (Fmd5): Use find_symbol_value rather than SYMBOL_VALUE
24874         Since we do not want to see internal Lisp_*fwd objects here.
24876 2007-11-18  Jan Djärv  <jan.h.d@swipnet.se>
24878         * sysdep.c (init_system_name): Use getaddrinfo if available.
24880         * xterm.c (x_scroll_bar_set_handle, x_scroll_bar_handle_click)
24881         (x_scroll_bar_note_movement): start, end, with, height in struct
24882         scroll_bar are integers and not Lisp_Object, so remove XINT for them.
24884 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
24886         * puresize.h (BASE_PURESIZE): Increase to 1190000.
24888 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24890         * buffer.h (struct buffer): Move `undo_list' back to before `name'.
24891         This undoes Richard's change of 14-Oct-2002.
24893         * alloc.c (allocate_other_vector):
24894         * lisp.h (allocate_other_vector): Remove.
24896         * window.c (struct save_window_data): Move non-lisp data to the end
24897         and make it `int' rather than Lisp_Object.
24898         (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
24899         Done wrap/unwrap integer values.
24900         (Fset_window_configuration, compare_window_configurations):
24901         Update use of fields to their new types.
24903         * xterm.h (struct scroll_bar): Only use Lisp_Object for lisp data.
24904         Turn integer fields into `int'.  Merge x_window_low and x_window_high.
24905         (SCROLL_BAR_PACK, SCROLL_BAR_UNPACK, SCROLL_BAR_X_WINDOW)
24906         (SET_SCROLL_BAR_X_WINDOW): Remove.
24907         (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET):
24908         Access the new x_window field directly.
24909         * xterm.c (x_scroll_bar_create): Use a pseudovector.
24910         Don't wrap/unwrap integers into Lisp_Objects.
24911         (XTset_vertical_scroll_bar, x_scroll_bar_handle_click)
24912         (x_scroll_bar_report_motion):
24913         Don't wrap/unwrap integers into Lisp_Objects.
24914         (x_term_init): Use SDATA.
24915         (x_window_to_scroll_bar, x_create_toolkit_scroll_bar)
24916         (x_scroll_bar_set_handle, x_scroll_bar_remove)
24917         (XTset_vertical_scroll_bar, x_scroll_bar_expose)
24918         (x_scroll_bar_report_motion, x_scroll_bar_clear):
24919         * xfns.c (x_set_background_color):
24920         * gtkutil.c (xg_create_scroll_bar, xg_set_toolkit_scroll_bar_thumb):
24921         Access the new x_window field directly.
24923         * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
24924         (allocate_pseudovector): Make non-static.
24926         * lisp.h (enum pvec_type): New tag PVEC_OTHER.
24927         (allocate_pseudovector): Declare.
24928         (ALLOCATE_PSEUDOVECTOR): Move from alloc.c.
24930 2007-11-15  Andreas Schwab  <schwab@suse.de>
24932         * editfns.c (Fformat): Correctly format EMACS_INT values.
24933         Also take precision into account when formatting an integer.
24935         * keyboard.c (Fevent_symbol_parse_modifiers): Fix declaration.
24937 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24939         * keyboard.c (Fevent_symbol_parse_modifiers): New function.
24940         (syms_of_keyboard): Defsubr it.
24942         * data.c (swap_in_global_binding): Fix longstanding bug where
24943         store_symval_forwarding was not called with the right second argument,
24944         thus causing objfwd-ing from being dropped.
24946 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
24948         * macfns.c (Fx_create_frame, Fx_display_pixel_width)
24949         (Fx_display_pixel_height, Fx_display_planes)
24950         (Fx_display_color_cells, Fx_server_max_request_size)
24951         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24952         (Fx_display_visual_class, Fx_display_save_under):
24953         * w32fns.c (Fx_create_frame, Fx_display_pixel_width)
24954         (Fx_display_pixel_height, Fx_display_planes)
24955         (Fx_display_color_cells, Fx_server_max_request_size)
24956         (Fx_server_vendor, Fx_server_version, Fx_display_screens)
24957         (Fx_display_mm_height, Fx_display_mm_width)
24958         (Fx_display_backing_store, Fx_display_visual_class)
24959         (Fw32_select_font, Fx_display_save_under):
24960         * xfns.c (Fx_create_frame, Fx_display_pixel_width)
24961         (Fx_display_pixel_height, Fx_display_planes)
24962         (Fx_display_color_cells, Fx_server_max_request_size)
24963         (Fx_server_vendor, Fx_server_version, Fx_display_backing_store)
24964         (Fx_display_save_under): Fix typos in docstrings.
24966 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
24968         * w32fns.c (Fw32_registered_hot_keys): Don't return the nil values
24969         corresponding to deleted entries; they are an implementation detail.
24970         (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits):
24971         Remove variables.
24972         (w32_pass_extra_mouse_buttons_to_system, w32_strict_fontnames)
24973         (w32_pass_multimedia_buttons_to_system, w32_strict_painting)
24974         (Vw32_charset_info_alist, w32_to_x_color, w32_init_class)
24975         (w32_createscrollbar, w32_createwindow, my_post_msg, w32_get_modifiers)
24976         (w32_grabbed_keys, cancel_all_deferred_msgs): Make static.
24977         (Fw32_define_rgb_color, Fw32_load_color_file)
24978         (syms_of_w32fns) <w32-pass-multimedia-buttons-to-system>:
24979         Fix typos in docstrings.
24980         (Fx_server_version): Reflow docstring.
24981         (Fw32_shell_execute): Doc fixes.
24983 2007-11-13  Juanma Barranquero  <lekktu@gmail.com>
24985         * w32fns.c (Fw32_register_hot_key): Don't try to register hot key
24986         if w32_parse_hot_key returned nil.
24988 2007-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24990         * xdisp.c (load_overlay_strings): Fix copy&paste typo.
24992 2007-11-09  Jason Rumney  <jasonr@gnu.org>
24994         * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
24996         * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
24998         * keyboard.c (discard_mouse_events, make_lispy_event) [WINDOWSNT]:
24999         Remove W32_SCROLL_BAR_CLICK_EVENT.
25001         * termhooks.h (enum event_kind) [WINDOWSNT]: Likewise.
25002         Add MULTIMEDIA_KEY_EVENT.
25004         * keyboard.c (lispy_function_keys) [WINDOWSNT]: Add more keys.
25005         (lispy_multimedia_keys) [WINDOWSNT]: New array.
25006         (make_lispy_event) [WINDOWSNT]: Use it to translate
25007         MULTIMEDIA_KEY_EVENT.
25009         * w32term.h (WM_APPCOMMAND): Define if not already.
25010         (GET_APPCOMMAND_LPARAM): Likewise.
25012         * w32term.c (w32_read_socket): Generate MULTIMEDIA_KEY_EVENT from
25013         WM_APPCOMMAND.
25015         * w32fns.c (w32_pass_multimedia_buttons_to_system): New user option.
25016         (syms_of_w32fns): Export and initialize it.
25017         (w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
25019 2007-11-09  Chong Yidong  <cyd@stupidchicken.com>
25021         * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE
25022         twice.
25024         * xdisp.c (handle_face_prop): Fix last change.
25026 2007-11-09  Richard Stallman  <rms@gnu.org>
25028         * xdisp.c (handle_face_prop): Test for strings that came from overlays,
25029         not just for after-strings and before-strings.
25030         Call face_for_overlay_string and pass the overlay to it.
25031         (handle_display_prop): Determine whether property came from an overlay.
25032         Pass OVERLAY arg to handle_single_display_spec.
25033         (handle_single_display_spec): New arg OVERLAY sets it->from_overlay.
25034         (load_overlay_strings): Fill in it->string_overlays.
25035         (get_overlay_strings_1, push_it, pop_it): Handle it->from_overlays.
25037         * xfaces.c (face_for_overlay_string): Function renamed from
25038         face_at_buffer_position_no_overlays, and add arg OVERLAY.
25040         * dispextern.h (struct it): New elt string_overlays.
25041         New elt from_overlay, also in stack.
25042         Rearrange a few elements.
25043         (face_for_overlay_string): Decl renamed from
25044         face_at_buffer_position_no_overlays, and add argument.
25046 2007-11-09  Richard Stallman  <rms@gnu.org>
25048         * xdisp.c (handle_face_prop): Use face_at_buffer_position_no_overlays
25049         to get the base face for an overlay string.
25051         * dispextern.h (face_at_buffer_position_no_overlays): Add decl.
25053         * xfaces.c (face_at_buffer_position_no_overlays): New function.
25055         * xdisp.c (handle_stop): Move some code out of loop.
25057 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25059         * macfns.c [USE_ATSUI] (Fmac_atsu_font_face_attributes):
25060         Fix conversion from Lisp object to ATSUFontID.
25062 2007-11-09  Jason Rumney  <jasonr@gnu.org>
25064         * xdisp.c (Fformat_mode_line): Do nothing when noninteractive.
25066 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25068         * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge):
25069         Don't assume regions are aligned to page boundary.
25070         (print_load_command_name): Add LC_UUID if defined.
25072 2007-11-09  Richard Stallman  <rms@gnu.org>
25074         * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring.
25076 2007-11-07  Jason Rumney  <jasonr@gnu.org>
25078         * s/windows95.h: Remove.
25080 2007-11-06  Jan Djärv  <jan.h.d@swipnet.se>
25082         * gtkutil.c (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME and
25083         abort with a message on unhandled store_type values.
25085 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
25087         * xterm.c, xfns.c, xselect.c, xterm.h, s/msdos.h, s/sco4.h, s/sco5.h:
25088         Remove HAVE_X11R5 and HAVE_X11R4.
25090 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
25092         * Makefile.in: Remove references to sunfns.c and sunfns.o.
25094 2007-11-01  Johan Bockgård  <bojohan@gnu.org>
25096         * macterm.c, w32term.c, xterm.c (x_draw_stretch_glyph_string):
25097         Don't set s->stippled_p here, since it has already been set by
25098         x_set_glyph_string_gc from x_draw_glyph_string.
25100 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
25102         * sunfns.c: Remove file.
25104         * m/sun386.h:
25105         * m/sun2.h:
25106         * m/sparc.h: Remove Sun windows code.
25108 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25110         * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
25111         (init_keyboard): Set current_kboard's window-system to nil.
25112         (tty_read_avail_input): Typo.
25113         * frame.c (make_initial_frame): Don't initialize the initial_kboard.
25115 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
25117         * s/usg5-4.h:
25118         * s/usg5-3.h:
25119         * s/ptx.h:
25120         * m/is386.h:
25121         * m/ibmps2-aix.h:
25122         * Makefile.in: Remove all mentions of X10.
25124         * dispnew.c (syms_of_display): Don't mention version 10.
25126 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
25128         * makefile.w32-in (OBJ1): Remove abbrev.$(O).
25129         ($(BLD)/abbrev.$(O)): Remove.
25131 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25133         Rewrite abbrev.c in Elisp.
25134         * image.c (Qcount): Don't declare as extern.
25135         (syms_of_image): Initialize and staticpro `Qcount'.
25136         * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
25137         * emacs.c (main): Don't call syms_of_abbrev.
25138         * Makefile.in (obj): Remove abbrev.o.
25139         (abbrev.o): Remove.
25140         * abbrev.c: Remove.
25142 2007-10-26  Martin Rudalics  <rudalics@gmx.at>
25144         * window.c (window_min_size_2): Don't count header-line.
25146 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
25148         * frame.h (struct frame): Move all bit fields after the first bit
25149         field to take advantage of the available space.  Group all the
25150         chars together to reduce wasted space due to padding.
25152 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
25154         * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
25156         * alloc.c (spare_memory, stack_copy, stack_copy_size, ignore_warnings)
25157         (Vdead, dont_register_blocks, staticvec, staticidx, interval_block)
25158         (n_interval_blocks, init_strings, check_string_bytes, check_sblock)
25159         (init_float, free_float, n_cons_blocks, init_cons, all_vectors)
25160         (n_vectors, symbol_block, symbol_block_index, symbol_free_list)
25161         (n_symbol_blocks, init_symbol, marker_block, marker_free_list)
25162         (n_marker_blocks, init_marker, valid_pointer_p, make_pure_float)
25163         (last_marked, mark_object_loop_halt): Make static.
25165         * frame.c (syms_of_frame) <delete-frame-functions>:
25166         Fix typo in docstring.
25168 2007-10-25  Juanma Barranquero  <lekktu@gmail.com>
25170         * w32.c (init_environment): Fix tiny memory leak.
25171         (w32_get_resource): Remove unused variable `ok'.
25173 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
25175         Make `window-system' into a keyboard-local variable (rather than
25176         frame-local as done originally by multi-tty).
25178         * keyboard.h (struct kboard): Add Vwindow_system.
25179         * keyboard.c (init_kboard): Set a default for Vwindow_system.
25180         (mark_kboards): Mark Vwindow_system.
25182         * dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
25183         (init_display): Don't set the obsolete `window-system' frame-param.
25185         * xterm.c (x_term_init):
25186         * w32term.c (w32_create_terminal):
25187         * term.c (init_tty): Set Vwindow_system.
25188         * macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
25189         multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.
25191         * xfns.c (Fx_create_frame, x_create_tip_frame):
25192         * w32fns.c (Fx_create_frame, x_create_tip_frame):
25193         * macfns.c (Fx_create_frame):
25194         Don't set the obsolete `window-system' frame-param.
25196         * frame.h (Qwindow_system): Remove.
25197         * frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
25198         (Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.
25200 2007-10-24  Richard Stallman  <rms@gnu.org>
25202         * frame.c (x_figure_window_size): For fullscreen case,
25203         set USPosition | PPosition without clobbering rest of window_prompting.
25205         * keyboard.c (Fcurrent_idle_time): Doc fix.
25207         * print.c (Fwith_output_to_temp_buffer): Doc fix.
25209 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25211         * process.c (unwind_request_sigio): Only define if __ultrix__.
25213         * callproc.c (child_setup): Remove spurious *.
25215         * lisp.h (Fget_text_property): Declare.
25216         (have_menus_p): Declare it here rather than in sys-dep header files.
25217         * macterm.h (have_menus_p):
25218         * msdos.h (have_menus_p):
25219         * xterm.h (have_menus_p): Remove.
25221         * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
25222         (Fmake_variable_frame_local): Just check the variable's const-ness
25223         rather than checking nil or t.
25225 2007-10-22  Jason Rumney  <jasonr@gnu.org>
25227         * w32fns.c: Include math.h.
25228         (w32_abort): Declaration moved to nt/config.nt.
25230         * s/ms-w32.h (HAVE_STDLIB_H): Define.
25231         (abort): Redefinition moved to nt/config.nt.
25233         * m/windowsnt.h: Remove.
25235 2007-10-22  Juanma Barranquero  <lekktu@gmail.com>
25237         * emacs.c (Fdump_emacs): Fix typo in message.
25238         (syms_of_emacs) <kill-emacs-hook>: Fix typo in docstring.
25239         <installation-directory>: Reflow docstring.
25241 2007-10-22  Juri Linkov  <juri@jurta.org>
25243         * minibuf.c: Allow minibuffer default to be a list of default values.
25244         With empty input use the first element of this list as returned default.
25245         (string_to_object)
25246         (read_minibuf_noninteractive): If defalt is cons, set val to its car.
25247         (read_minibuf): If defalt is cons, set histstring to its car.
25248         (Fread_string): If default_value is cons, set val to its car.
25249         (Fread_buffer): If def is cons, use its car.
25250         (Fcompleting_read): If defalt is cons, set val to its car.
25252 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
25254         * fileio.c (Fcopy_file): Call file name handler with preserve_uid_gid.
25256 2007-10-20  Juanma Barranquero  <lekktu@gmail.com>
25258         * doc.c (Fdocumentation): Check for advice in all cases.
25260 2007-10-19  Chong Yidong  <cyd@stupidchicken.com>
25262         * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags.
25264 2007-10-19  Richard Stallman  <rms@gnu.org>
25266         * doc.c (Fdocumentation): Check for and handle an advised function.
25268 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
25270         * process.c (Fset_process_filter): Doc fix.
25272 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25274         * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty
25275         which caused key-translation-map to applied repeatedly (thus breaking
25276         double-mode).
25278 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25280         * xselect.c (x_own_selection, x_handle_selection_clear)
25281         (x_clear_frame_selections):
25282         * w32menu.c (list_of_panes, list_of_items):
25283         * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list):
25284         * textprop.c (validate_plist, interval_has_all_properties)
25285         (interval_has_some_properties, interval_has_some_properties_list)
25286         (add_properties, text_property_list):
25287         * process.c (Fget_buffer_process, list_processes_1, status_notify):
25288         * minibuf.c (Fassoc_string):
25289         * macselect.c (x_own_selection, x_clear_frame_selections)
25290         (Fx_disown_selection_internal):
25291         * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree):
25292         Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
25294 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
25296         * process.c: Link to libs for calling res_init() if available.
25297         (Fmake_network_process): Call res_init() before getaddrinfo or
25298         gethostbyname, if possible.
25300 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25302         * lread.c (read1): Set pvectype for char_tables.
25304         * lisp.h (XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY)
25305         (XBUFFER_OBJFWD, XBUFFER_LOCAL_VALUE, XKBOARD_OBJFWD, XSAVE_VALUE):
25306         Add type checks.
25307         (SOME_BUFFER_LOCAL_VALUEP, GC_SOME_BUFFER_LOCAL_VALUEP): Remove.
25309         * alloc.c (free_misc): Use XMISCTYPE.
25310         (live_misc_p, gc_sweep): Use Lisp_Misc_Any.
25312 2007-10-17  Glenn Morris  <rgm@gnu.org>
25314         * minibuf.c (Qcompletion_ignore_case): New Lisp_Object.
25315         (syms_of_minibuf): Add Qcompletion_ignore_case.
25316         * dired.c (Qcompletion_ignore_case): Change to external.
25317         (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
25318         * fileio.c (Qcompletion_ignore_case): New external Lisp_Object.
25319         (Fread_file_name): Use it rather than intern'ing.
25321         * coding.c (Qcompletion_ignore_case): New external Lisp_Object.
25322         (Fread_coding_system): Ignore case of user input.
25324 2007-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25326         * xdisp.c (handle_display_prop): Ignore display specs after
25327         replacing one when string text is being replaced.
25328         (handle_single_display_spec): Pretend as if characters with display
25329         property haven't been consumed only when buffer text is being replaced.
25331 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25333         * xfns.c (Fx_create_frame, Fx_display_list):
25334         * window.c (window_fixed_size_p, enlarge_window)
25335         (shrink_window_lowest_first):
25336         * macterm.c (init_font_name_table):
25337         * macfns.c (Fx_create_frame, Fx_display_list):
25338         * lread.c (close_load_descs):
25339         * keyboard.c (read_char_x_menu_prompt):
25340         * fns.c (Fmember, Fmemql, Fdelete, Fset_char_table_parent):
25341         * coding.c (code_convert_region_unwind): Test the type of an object
25342         rather than just !NILP before extracting data from it.
25344         * alloc.c (Fpurecopy): Set the pvec tag on pseudo vectors.
25346         * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
25347         (XMISCANY): New macro.
25348         (XMISCTYPE): Use it.
25349         (struct Lisp_Misc_Any): New type.
25350         (union Lisp_Misc): Use it.
25351         (struct Lisp_Buffer_Local_Value): Add `local_if_set' bit.
25352         * data.c (Fboundp, store_symval_forwarding, swap_in_global_binding)
25353         (find_symbol_value, set_internal, default_value, Fset_default)
25354         (Fmake_variable_buffer_local, Fmake_local_variable)
25355         (Fkill_local_variable, Fmake_variable_frame_local, Flocal_variable_p)
25356         (Flocal_variable_if_set_p, Fvariable_binding_locus):
25357         The SOME_BUFFER_LOCAL_VALUEP distinction is replaced by local_if_set.
25358         * alloc.c (allocate_buffer): Set the size and tag.
25359         (allocate_misc, mark_maybe_object, mark_object, survives_gc_p):
25360         Use XMISCANY.
25361         (die): Follow the GNU convention for error messages.
25362         * print.c (print_object): SOME_BUFFER_LOCAL_VALUEP -> local_if_set.
25363         * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Don't set the
25364         tag any more.
25365         (set_buffer_internal_1):
25366         * frame.c (store_frame_param):
25367         * eval.c (specbind):
25368         * xdisp.c (select_frame_for_redisplay): Drop SOME_BUFFER_LOCAL_VALUEP.
25370         * doc.c (Fsnarf_documentation): Simplify.
25372 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
25374         * w32term.c (w32_font_is_double_byte, my_create_scrollbar): Make static.
25375         (syms_of_w32term) <w32-enable-unicode-output>: Fix typo in docstring.
25377 2007-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25379         * buffer.c (Fmake_indirect_buffer): Set the buffer's tag.
25381 2007-10-14  Juanma Barranquero  <lekktu@gmail.com>
25383         * eval.c (do_autoload): Don't save autoloads.
25385         * data.c (Ffset): Save autoload of the function being set.
25387 2007-10-07  John Paul Wallington  <jpw@pobox.com>
25389         * xfns.c (x_create_tip_frame): Set the `display-type' frame
25390         parameter before setting up faces.
25392 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
25394         * ccl.c (Fregister_code_conversion_map):
25395         * keyboard.c (append_tool_bar_item): Reformat last change.
25397         * lisp.h (eabs): Rename from `abs'.  All callers changed.
25399 2007-10-05  Dmitry Antipov  <dmantipov@yandex.ru>
25401         * buffer.c (add_overlay_mod_hooklist):
25402         * ccl.c (Fregister_ccl_program, Fregister_code_conversion_map):
25403         * fontset.c (make_fontset):
25404         * keyboard.c (GROW_RAW_KEYBUF, menu_bar_items, menu_bar_item)
25405         (append_tool_bar_item):
25406         * macmenu.c (grow_menu_items):
25407         * w32menu.c (grow_menu_items):
25408         * xmenu.c (grow_menu_items): Use larger_vector.
25410 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
25412         * msdos.c (dos_rawgetc): Undo last change (there's no ``leaving
25413         selected frame'' on MSDOS).
25415 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
25417         * frame.c (Qexplicit_name): New variable.
25418         (x_report_frame_params): Report it in parameter alist.
25419         (syms_of_frame): Intern and staticpro it.
25421 2007-10-10  Patrick Mahan  <mahan@mahan.org>  (tiny change)
25423         * macfns.c (x_create_tip_frame): Set terminal for frame.
25425 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25427         * frame.c (Qenvironment): Remove.
25428         (syms_of_frame) <Qenvironment>: Don't initialize.
25429         (Fdelete_frame): Don't treat the `environment' param specially.
25430         * frame.h (Qenvironment): Don't declare.
25431         * callproc.c (set_initial_environment): Don't set unused frame param.
25433         * frame.c (Fframe_with_environment): Remove.
25434         (syms_of_frame) <Sframe_with_environment>: Don't declare.
25436         * lisp.h (Fframe_with_environment): Don't declare.
25438 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
25440         * indent.c (indent_tabs_mode, last_known_column)
25441         (last_known_column_modified): Make static.
25442         (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring.
25444 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25446         * puresize.h (BASE_PURESIZE): Increase to 1170000.
25448 2007-10-09  Jason Rumney  <jasonr@gnu.org>
25450         * w32term.c (x_set_window_size): Disable code that attempts to tell
25451         Lisp code about a size change before it actually happens.
25453 2007-10-09  Richard Stallman  <rms@gnu.org>
25455         * xdisp.c (handle_invisible_prop): After setting up an ellipsis,
25456         return HANDLED_RETURN.
25458 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
25460         * keyboard.c (kbd_buffer_get_event): Break loop waiting for input
25461         when there's an unread command event.
25463         * frame.c (focus_follows_mouse): Move here from frame.el to allow
25464         window autoselection act appropriately when leaving selected frame.
25465         (syms_of_frame): Initialize focus_follows_mouse.
25466         * frame.h (focus_follows_mouse): Extern it.
25467         * macterm.c (XTread_socket): When focus_follows_mouse is nil
25468         make SELECT_WINDOW_EVENT only if we don't leave the selected frame.
25469         * msdos.c (dos_rawgetc): Likewise.
25470         * w32term.c (w32_read_socket): Likewise.
25471         * xterm.c (handle_one_xevent): Likewise.
25472         * xdisp.c (syms_of_xdisp): In doc-string of
25473         mouse-autoselect-window mention focus-follows-mouse.
25475 2007-10-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25477         * macterm.c (mac_load_query_font): Fix missing return value.
25478         [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap):
25479         Add BLOCK_INPUT.
25481 2007-10-08  Richard Stallman  <rms@gnu.org>
25483         * xdisp.c (get_window_cursor_type): Implement documented behavior
25484         for cursor-in-non-selected-windows = t.
25486 2007-10-08  Jason Rumney  <jasonr@gnu.org>
25488         * w32.c (w32_get_resource): Always close registry keys.
25490 2007-10-08  Jason Rumney  <jasonr@gnu.org>
25492         * makefile.w32-in (LIBS): Add COMCTL32.
25494         * w32fns.c (globals_of_w32fns): Init common controls.
25496 2007-10-08  Richard Stallman  <rms@gnu.org>
25498         * image.c (our_memory_buffer): Rename from omfib_buffer.
25500 2007-10-08  Richard Stallman  <rms@gnu.org>
25502         * buffer.c (Foverlays_at): Doc fix.
25504 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25506         * fns.c (Fplist_put): Preserve uneven tail data.
25508 2007-10-08  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
25510         * termhooks.h (enum event_kind): Remove trailing comma.
25512         * frame.h (enum): Remove trailing comma.
25514 2007-10-08  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
25516         * w32proc.c (delete_child): Don't terminate threads of zombies.
25518 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
25520         * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
25522         * keyboard.c (syms_of_keyboard): Set up new Lisp variable
25523         last-repeatable-command.
25524         (init_kboard): Initialize Vlast_repeatable_command.
25525         (command_loop_1): Set it to real_this_command unless that was
25526         bound to an input event.
25527         (mark_kboards): Mark it.
25529 2007-10-08  Richard Stallman  <rms@gnu.org>
25531         * eval.c (condition-case): Doc fix.
25533 2007-10-08  Masatake YAMATO  <jet@gyve.org>
25535         * xfaces.c (tty_supports_face_attributes_p): Fix code
25536         for LFACE_INVERSE_INDEX and LFACE_BACKGROUND_INDEX; code
25537         was copied and not edited.
25539 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25541         Add new `input-decode-map' keymap and use it for terminal
25542         escape sequences.
25543         * keyboard.h (struct kboard): Add Vinput_decode_map.
25544         Remove Vlocal_key_translation_map.
25545         * keyboard.c (read_key_sequence): Add support for input-decode-map.
25546         (init_kboard): Init input-decode-map.
25547         Replace local-key-translation-map back with key-translation-map.
25548         (syms_of_keyboard): Declare input-decode-map.
25549         Remove local-key-translation-map.  Update docstrings.
25550         (mark_kboards): Mark Vinput_decode_map.
25551         Don't mark Vlocal_key_translation_map.
25552         * keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
25553         Replace local-key-translation-map back with key-translation-map.
25554         * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
25555         Bind in input-decode-map rather than function-key-map.
25557         * lisp.h (XSETPSEUDOVECTOR): Don't set the tag anymore.
25558         This was made redundant by the previous introduction of XSETPVECTYPE.
25560 2007-10-09  Richard Stallman  <rms@gnu.org>
25562         * image.c (free_bitmap_record): Rename from Free_Bitmap_Record.
25564 2007-09-29  Richard Stallman  <rms@gnu.org>
25566         * eval.c (internal_condition_case_2, internal_condition_case_1)
25567         (internal_condition_case): Reenable abort if x_catching_errors ()
25568         to see if that really happens and why.
25570 2007-10-06  Andreas Schwab  <schwab@suse.de>
25572         * fileio.c (Fwrite_region): Ignore EINVAL error from fsync.
25574 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
25576         * image.c (syms_of_image) <image-types>: Fix typo in docstring.
25578 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25580         * frame.h (struct frame): Don't try to GC-mark menu_bar_items_used.
25582 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25584         * window.h (struct window):
25585         * window.c (struct save_window_data, struct saved_window):
25586         * termhooks.h (struct terminal):
25587         * process.h (struct Lisp_Process):
25588         * frame.h (struct frame):
25589         * buffer.h (struct buffer):
25590         * lisp.h (struct Lisp_Vector, struct Lisp_Char_Table)
25591         (struct Lisp_Bool_Vector, struct Lisp_Subr, struct Lisp_Hash_Table):
25592         The size field of (pseudo)vectors is now unsigned.
25593         (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Simplify accordingly.
25595         * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
25596         Turn `count' into an integer.
25598         * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
25599         (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
25600         * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
25601         * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
25602         (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
25604         * alloc.c (allocate_pseudovector): New fun.
25605         (ALLOCATE_PSEUDOVECTOR): New macro.
25606         (allocate_window, allocate_terminal, allocate_frame)
25607         (allocate_process): Use it.
25608         (mark_vectorlike): New function.
25609         (mark_object) <FRAMEP, WINDOWP, BOOL_VECTOR_P, VECTORP>: Use it.
25610         (mark_terminals): Use it.
25611         (Fmake_bool_vector, Fmake_char_table, make_sub_char_table)
25612         (Fmake_byte_code): Use XSETPVECTYPE.
25614         * frame.c (Fframe_parameters): Minor simplification.
25616         * insdel.c (adjust_markers_for_insert): Generalize assertion checks.
25618         * marker.c (Fmarker_buffer): Make test for odd case into a failure.
25620         * buffer.c (Fget_buffer_create, init_buffer_once):
25621         * lread.c (defsubr):
25622         * window.c (Fcurrent_window_configuration): Use XSETPVECTYPE.
25624         * lisp.h (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't let them be
25625         defined differently in the m/*.h files.
25626         (XCHAR_TABLE, XBOOL_VECTOR): Add assertion checking.
25627         (XSETPVECTYPE): New macro.
25628         (XSETPSEUDOVECTOR): Use it.
25630         * buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
25631         (DEFVAR_PER_BUFFER, defvar_per_buffer): Move from lisp.h and lread.c.
25633         * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
25634         * lread.c (defvar_per_buffer):
25635         * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c.
25637         * window.c (candidate_window_p): Only consider as visible frames that
25638         are on the same terminal.
25640         * m/ibms390x.h (MARKBIT): Remove unused macro.
25642 2007-10-01  Juanma Barranquero  <lekktu@gmail.com>
25644         * lread.c (Fload): Fix typo in docstring.
25646 2007-10-01  Michaël Cadilhac  <michael@cadilhac.name>
25648         * floatfns.c (Fexpt): Manually check for overflows, so that a power
25649         of a non-zero value can't yield zero.
25651 2007-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25653         * term.c (term_clear_mouse_face, term_mouse_highlight)
25654         (tty_write_glyphs_with_face): Only define is HAVE_GPM.
25656         * print.c (safe_debug_print): Use XHASH.
25658         * lisp.h (DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
25659         Lisp elements such as tags.
25660         (XHASH): New macro.
25661         (EQ): Use it.
25662         (SREF, SSET, STRING_COPYIN): Use SDATA.
25663         (VOID_TO_LISP, CVOID_TO_LISP, LISP_TO_VOID, LISP_TO_CVOID): Remove.
25665         * alloc.c (mark_terminal): Remove left-over declaration.
25666         (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
25667         (allocate_vectorlike): Remove type argument.  Adjust callers.
25668         (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
25669         Only handle the one remaining MEM_TYPE_VECTORLIKE.
25671         * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
25672         to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
25673         (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)
25674         (lisp_align_free, make_interval, allocate_string, allocate_string_data)
25675         (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
25676         Use them.
25678         * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
25679         Don't let signal handlers run when a GC is freed but not yet NULL'ed.
25680         (x_free_gc): Remove BLOCK_INPUT since it's now redundant.
25682 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
25684         * Makefile.in (lisp, shortlisp): Delete server.elc, it is not
25685         loaded by default.
25687 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25689         * term.c (Fgpm_mouse_start): Don't signal an error if already activated
25690         on this tty.
25691         (Fgpm_mouse_stop): Only deactivate if it was activated on this tty.
25693         * term.c (mouse_face_window): Rename from Qmouse_face_window.
25694         Update all users.
25695         (handle_one_term_event): Use Gpm_DrawPointer.
25696         (Fgpm_mouse_start): Rename from Fterm_open_connection.
25697         Signal errors instead of returning nil.  Always return nil.
25698         (Fgpm_mouse_stop): Rename from Fterm_close_connection.
25699         Make it a noop if gpm-mouse was not activated.
25700         (syms_of_term): Update names.
25702 2007-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25704         * sysdep.c (narrow_foreground_group, widen_foreground_group): Static.
25705         (init_sys_modes): Check that gpm_tty is the current tty.
25707         * alloc.c (allocate_terminal): Set the vector size to only count the
25708         lisp fields.  Initialize those to nil.
25709         (mark_object): Don't treat terminals specially.
25710         (mark_terminal): Remove.
25711         (mark_terminals): Use mark_object instead.
25713         * termhooks.h (struct terminal): Move all Lisp_Object fields traced by
25714         the GC to the beginning.
25716         * indent.h:
25717         * indent.c: Use EMACS_INT for ints coming from Elisp data.
25719         * indent.c (Fmove_to_column): Use EMACS_INT for buffer positions.
25721 2007-09-25  Jason Rumney  <jasonr@gnu.org>
25723         * frame.c (make_terminal_frame): Remove special case for WINDOWSNT.
25725         * w32console.c (create_w32cons_output): Remove.
25727         * term.c (init_tty): Call init_sys_modes on WINDOWSNT also.
25729         * sysdep.c (init_sys_modes): Use set_terminal_modes_hook.
25730         (reset_sys_modes): Use reset_terminal_modes_hook.
25732 2007-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25734         * eval.c (do_autoload): Don't output any message.
25736 2007-09-24  Juri Linkov  <juri@jurta.org>
25738         * emacs.c (standard_args): Change priority of "--no-splash"
25739         from 40 to 3.  Add "--no-desktop" with the same priority.
25741 2007-09-23  Dmitry Antipov  <dmantipov@yandex.ru>
25743         * alloc.c (gc_sweep): Check cons cell mark bits word by word
25744         and optimize the case where they are all 1.
25746 2007-09-23  Johannes Weiner  <hannes@saeurebad.de>
25748         * lisp.h (abs): Define if not defined.
25749         * keyboard.c, sound.c, w32term.c, xfaces.c, xterm.c:
25750         Don't define `abs', since it's defined in lisp.h.
25752 2007-09-22  Eli Zaretskii  <eliz@gnu.org>
25754         * term.c (DEV_TTY): New macro.  Provide a definition for MS-Windows.
25755         (FRAME_TERMCAP_P) [WINDOWSNT]: Don't define to zero.
25756         (Fcontrolling_tty_p, Fresume_tty, dissociate_if_controlling_tty)
25757         (init_tty): Use DEV_TTY instead of "/dev/tty".
25758         [WINDOWSNT]: No need to protect from NAME arg being null.
25760 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
25762         * term.c (Fsuspend_tty): Run suspend-tty-functions before cleaning
25763         up the tty state.
25765 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25767         * termhooks.h (term_gpm): Delete.  Use gpm_tty's NULLness instead.
25768         (gpm_tty): Change its type.
25769         * term.c (term_gpm): Delete.  Use gpm_tty's NULLness instead.
25770         (gpm_tty): Change its type and initialize it.
25771         (Fterm_open_connection): Check the frame is indeed a tty.
25772         Use the new gpm_tty.
25773         (Fterm_close_connection): Use the new gpm_tty.
25774         * keyboard.c (tty_read_avail_input): Use the new gpm_tty.
25775         * sysdep.c (init_sys_modes): term_gpm -> gpm_tty.
25777 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
25779         * w32term.c (x_draw_glyph_string): Use strike_through_color, not
25780         underline_color, to draw strike-through.
25782 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25784         * lisp.h (allocate_terminal): Declare.
25786         * window.c (candidate_window_p): Consider frames that are being placed
25787         by the user as somewhere between visible and iconified.
25788         (window_loop): Prefer windows on the current frame.
25789         (Fselect_window): Move the use of select-frame to the beginning so we
25790         can just delegate all the work (it'll call us back anyway).
25792         * frame.c (Qdisplay_environment_variable):
25793         * frame.h (Qdisplay_environment_variable): Delete.
25795         * .gdbinit (xbacktrace): Print the arg's address rather than the value
25796         of the first arg, since that value may be a union.
25798         * callproc.c (child_setup, getenv_internal): Use the frame's `display'
25799         parameter rather than Qdisplay_environment_variable.  If all else
25800         fails, look for DISPLAY in initial-environment.
25802 2007-09-21  Glenn Morris  <rgm@gnu.org>
25804         * Makefile.in (emacstool): Remove target.
25805         (lisp, shortlisp): Remove termdev.elc.
25807 2007-09-21  Markus Triska  <markus.triska@gmx.at>
25809         * xterm.c (x_delete_display): Compile session management conditionally.
25811 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25813         * callproc.c (getenv_internal_1): New function.
25814         (getenv_internal): Use it.
25815         (Fgetenv_internal): Use it.  Accept an env-list as optional arg.
25817         * terminal.c (get_terminal): Don't accept ints to represent terminals.
25818         (Fterminal_name, Fterminal_parameters, Fterminal_parameter)
25819         (Fset_terminal_parameter): Work with dead terminals as well.
25820         (Fmodify_terminal_parameters): Remove.
25822         * terminal.c (get_terminal): Handle terminals.
25823         Make sure the terminal returned is live.
25824         (create_terminal): Use allocate_terminal.
25825         (mark_terminals): Move to alloc.c.
25826         (delete_terminal): Use terminal->name as liveness status.
25827         NULL out fields after freeing their contents.
25828         Don't deallocate the object.
25829         (Fframe_terminal): Use FRAME_TERMINAL.  Return the terminal object
25830         rather than an int.
25831         (Fterminal_live_p): Accept non-integer arguments.
25832         (Fterminal_list): Return terminal objects rather than an ints.
25834         * alloc.c (enum mem_type): New member for `terminal' objects.
25835         (allocate_terminal): New function.
25836         (mark_maybe_pointer, valid_lisp_object_p, mark_object):
25837         Handle terminals.
25838         (mark_terminal): New fun.
25839         (mark_terminals): Move from terminal.c.
25841         * term.c (get_tty_terminal): Don't treat output_initial specially.
25842         (Fsuspend_tty, Fresume_tty): Use terminal objects rather than ints.
25843         (delete_tty): Use terminal->name as liveness status.
25845         * termhooks.h (struct terminal): Make it into a pseudovector.
25846         Remove `deleted' replaced by checking `name's nullness.
25848         * print.c (print_object): Handle terminals.
25850         * lisp.h (enum pvec_type): New `terminal' pseudovector.
25851         (XTERMINAL, XSETTERMINAL, TERMINALP, GC_TERMINALP): New macros.
25853         * frame.c (make_terminal_frame):
25854         * keyboard.c (tty_read_avail_input):
25855         * w32term.c (x_delete_terminal):
25856         * xfns.c (Fx_create_frame, x_create_tip_frame):
25857         * xterm.c (x_delete_terminal): Use terminal->name as liveness status.
25859 2007-09-20  Glenn Morris  <rgm@gnu.org>
25861         * process.c (Fmake_network_process): Doc fix.
25863 2007-09-19  Jason Rumney  <jasonr@gnu.org>
25865         * dispextern.h (w32_init_fringe, mac_init_fringe): Declare rif argument.
25867 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
25869         * coding.c (detect_eol_type, detect_eol_type_in_2_octet_form):
25870         Fix a C warning regarding variable constness.
25872         * xterm.c (handle_one_xevent): Fix a C warning.
25874 2007-09-18  Jason Rumney  <jasonr@gnu.org>
25876         * w32fns.c (Fx_focus_frame): Rename from Fw32_focus_frame.
25878 2007-09-17  Jan Djärv  <jan.h.d@swipnet.se>
25880         * gtkutil.c (gdpy_def): New variable.
25881         (xg_initialize): Initialize gdpy_def.
25882         (xg_display_close): If no other display exists, set gdpy_def to a
25883         new connection.
25885 2007-09-16  Jan Djärv  <jan.h.d@swipnet.se>
25887         * gtkutil.c (xg_get_image_for_pixmap): Always create a GdkPixbuf
25888         when we have no file name for the icon.
25889         (xg_tool_bar_expose_callback): Remove.
25890         (xg_create_tool_bar): Don't connect expose signal to
25891         xg_tool_bar_expose_callback.
25892         (xg_get_file_with_chooser): Move GCPRO1 after declarations.
25894 2007-09-16  Andreas Schwab  <schwab@suse.de>
25896         * alloc.c (reset_malloc_hooks): Set the hooks to the previous
25897         values instead of zapping them.
25899 2007-09-14  Glenn Morris  <rgm@gnu.org>
25901         * fringe.c (init_fringe_bitmap) <swap_nibble>: Move to file scope.
25902         * gtkutil.c (xg_separator_p) <separator_names>: Move to file scope.
25903         * image.c (our_memory_fill_input_buffer) <buffer>: Move to file
25904         scope and rename to omfib_buffer for clarity.
25905         (gif_load) <interlace_start, interlace_increment>: Move to file scope.
25907 2007-09-14  Kenichi Handa  <handa@m17n.org>
25909         * xterm.c (handle_one_xevent): Skip decoding if nbytes is zero.
25911 2007-09-13  Jason Rumney  <jasonr@gnu.org>
25913         * fringe.c (w32_init_fringe, mac_init_fringe): Add rif argument.
25915         * w32term.c (w32_term_init): Pass rif to w32_init_fringe.
25917         * macterm.c (mac_initialize): Don't call mac_init_fringe here.
25918         (mac_term_init): Call here instead, passing rif.
25920 2007-09-13  Glenn Morris  <rgm@gnu.org>
25922         * s/hpux.h: No longer define `static' as nothing.
25924 2007-09-13  Johan Bockgård  <bojohan@gnu.org>
25926         * callint.c (Fcall_interactively): Remove unused var `fun'.
25928 2007-09-12  Romain Francoise  <romain@orebokech.com>
25930         * window.c (prefer_window_split_horizontally, display_buffer):
25931         Revert 2007-09-08 change.
25933 2007-09-12  Glenn Morris  <rgm@gnu.org>
25935         * alloca.c: Remove file.
25936         * Makefile.in (alloca): Do not undef.
25937         (allocaobj, alloca.o): Remove.
25938         (otherobj): Remove allocaobj.
25939         * keyboard.c (command_loop_1): Remove #ifdef C_ALLOCA block.
25940         * regex.c (C_ALLOCA): Remove all references and code that was only
25941         used when this was defined.
25942         * search.c (boyer_moore): Remove #ifdef C_ALLOCA block.
25943         * xmenu.c (xmenu_show): Remove #ifdef C_ALLOCA block.
25944         * m/ibms390x.h, m/sh3el.h (C_ALLOCA): Remove references to this.
25946         * Makefile.in (SOURCES, unlock, relock): Delete.
25948         * gtkutil.c (cnt): Rename to menu_grab_callback_cnt for clarity.
25949         (menu_grab_callback): All uses changed.
25951         * xselect.c (cnt): Rename to x_reply_selection_request_cnt for clarity.
25952         (x_reply_selection_request): All uses changed.
25954 2007-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25956         * lread.c (load_warn_old_style_backquotes): Change message to look
25957         better when it appears in the middle of byte-compiler messages.
25959 2007-09-10  Dan Nicolaescu  <dann@ics.uci.edu>
25961         * s/darwin.h (MULTI_KBOARD): Only define for Carbon.
25963         * xterm.c (x_create_terminal): Add comment.
25965         * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
25967 2007-09-10  Richard Stallman  <rms@gnu.org>
25969         * xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
25971 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
25973         * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
25974         (DEFUN): Document `intspec', use it instead of `prompt'.
25976         * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
25978         * data.c (Finteractive_form): If the interactive specification starts
25979         with a `(', use it as a Lisp form.
25981         * fileio.c (Fset_file_modes): Add an interactive spec that reads a file
25982         name and file modes.
25984         * callint.c (Fcall_interactively): Comment fixes.
25986 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25988         * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
25989         and compiled functions.
25991 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
25993         * window.c (prefer_window_split_horizontally): New variable.
25994         (display_buffer): Consider splitting window horizontally depending
25995         on prefer_window_split_horizontally.
25997 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
25999         * sysdep.c [WINDOWSNT]: Don't include sysselect.h.
26001 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26003         * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
26005         * frame.c (x_set_frame_parameters): Check number is positive before
26006         using XFASTINT.
26008         * window.c (freeze_window_start): Don't presume selected_window holds
26009         a window object.
26010         (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
26012 2007-09-07  Angelo Graziosi  <Angelo.Graziosi@roma1.infn.it>  (tiny change)
26014         * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
26016 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26018         * window.c (Vsplit_window_preferred_function): New var.
26019         (Fdisplay_buffer): Use it.
26020         (syms_of_window): Export, and initialize it.
26022 2007-09-06  Pixel  <pixel@mandriva.com>  (tiny change)
26024         * image.c (gif_load): Fix bug: Handle nonexistent colormap.
26026 2007-09-06  Glenn Morris  <rgm@gnu.org>
26028         * gtkutil.c (menu_grab_callback) <cnt>:
26029         * xselect.c (x_reply_selection_request) <cnt>: Move static
26030         variable to file scope.
26032 2007-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26034         * xdisp.c (redisplay_internal): Make sure Elisp code always sees
26035         consistent values of selected_frame and selected_window.
26037 2007-09-04  Jason Rumney  <jasonr@gnu.org>
26039         * w32console.c (initialize_w32_display): Zero unused hooks.
26041 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
26043         * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
26044         (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
26046 2007-09-04  Jason Rumney  <jasonr@gnu.org>
26048         * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
26049         in w32console.c.  Set up input.  Remove XXX comments that have been
26050         confirmed as correct.
26052         * s/ms-w32.h (MULTI_KBOARD): Define.
26054         * w32console.c (one_and_only_w32cons): Remove.
26055         (initialize_w32_display): Take terminal argument.
26057         * term.c (init_tty) [WINDOWSNT]: Pass terminal to
26058         initialize_w32_display.
26059         (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
26061         * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
26063         * keyboard.c (discard_mouse_events): Discard it.
26064         (make_lispy_event): Translate it to a lisp event.
26065         (lispy_wheel_names): Add wheel-left and right events.
26066         (syms_of_keyboard): Enlarge wheel_syms.
26068         * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
26069         <WM_MOUSEHWHEEL>: Pass new system message to lisp.
26071         * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
26073         * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
26074         from WM_MOUSEHWHEEL.
26075         (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
26077         * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
26078         terminal.
26080         * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
26081         keyboard for the terminal.
26083 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
26085         * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
26086         (Vresume_tty_hook): Rename from Vresume_tty_functions.
26087         (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
26088         and resume-tty-function to resume-tty-hook.
26089         (Fsuspend_tty, Fresume_tty): Use new names.
26091 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
26093         * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
26094         if it starts with "n:".
26096 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
26098         * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
26100 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26102         * frame.h:
26103         * frame.c (Qterm_environment_variable): Remove.
26104         (syms_of_frame): Don't init and staticpro it.
26106         * callproc.c (getenv_internal): Remove special case for $TERM.
26108         * callproc.c (Vinitial_environment): New variable.
26109         (set_initial_environment): Initialize it.
26110         (syms_of_callproc): Declare it.
26111         (child_setup): Don't mess with TERM via Qterm_environment_variable; the
26112         TERM under which a process runs is never related to the TERM in which
26113         Emacs is running.
26115 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
26117         * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
26118         * s/darwin.h: ... do it here.
26120 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26122         * lisp.h (set_initial_environment): Rename from set_global_environment.
26124         * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
26125         removed by mistake on the multi-tty branch.
26127         * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
26128         (Fmodify_frame_parameters): Return a value.
26130         * image.c (png_load): Comment-out var only used in commented-out code.
26132         * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
26133         before passing it to mark_object.
26135         * xfaces.c (internal_resolve_face_name): Return a value.
26136         (internal_resolve_face_name, resolve_face_name_error): Comment out.
26138         * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
26139         (x_icon): Comment-out var only used in commented-out code.
26141 2007-08-29  Romain Francoise  <romain@orebokech.com>
26143         * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
26144         QUIT hasn't been provided.
26146 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
26148         * callproc.c (child_setup, getenv_internal): Use the
26149         display-environment-variable and term-environment-variable frame params.
26150         (set_initial_environment): Initialise Vprocess_environment.
26152         * config.in: Disable multi-keyboard support on a mac.
26154         * frame.c (Qterm_environment_variable)
26155         (Qdisplay_environment_variable): New variables.
26156         (syms_of_frame): Intern and staticpro them.
26157         (Fmake_terminal_frame): Disable output method test.
26159         * frame.h: Declare them here.
26161         * macfns.c (x_set_mouse_color): Get rif from the frame.
26162         (x_set_tool_bar_lines): Don't use updating_frame.
26163         (mac_window): Add 2 new parameters for consistency with other systems.
26164         (Fx_create_frame): Fix doc string.  Rename the parameter.  Set the
26165         frame parameters following what is done in X11 and w32.  Don't use
26166         FRAME_MAC_DISPLAY_INFO.
26167         (Fx_open_connection, start_hourglass): Remove window-system check.
26168         (x_create_tip_frame): Get the keyboard from the terminal.
26170         * macmenu.c: Reorder includes.
26171         (Fx_popup_menu): Use terminal specific mouse_position_hook.
26173         * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
26174         terminal parameter.
26175         (x_clear_frame): Add a frame parameter.
26176         (note_mouse_movement): Get rif from the frame.
26177         (mac_term_init): Initialize the terminal.
26178         (mac_initialize): Make static and move terminal initialization ...
26179         (mac_create_terminal): ... to this new function.
26181         * macterm.h (struct mac_display_info): Add terminal.
26182         (mac_initialize): Delete declaration.
26184         * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
26186         * sysdep.c: Comment out text after #endif.
26188         * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
26189         is defined.  Better initialize ttys in windows.  Use terminal
26190         specific mouse_position_hook.
26192         * termhooks.h (union display_info): Add mac_display_info.
26194         * w32fns.c (Fx_create_frame): Use kboard from the terminal.
26195         Set the default minibuffer frame, window_system and the rest of the
26196         frame parameters following what is done in X11.
26198         * w32term.c (w32_initialize): Make static.
26200         * xselect.c (x_handle_selection_clear): Only access
26201         terminal->kboard when MULTI_KBOARD is defined.
26203         * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
26204         (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
26206 2007-08-29  Jason Rumney  <jasonr@gnu.org>
26208         * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
26209         (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
26211         * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
26212         (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
26214         * keyboard.c (restore_kboard_configuration): Only define when
26215         MULTI_KBOARD defined.
26217         * makefile.w32-in: Update dependancies from Makefile.in.
26218         (OBJ1): Add terminal.$(O)
26220         * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
26221         Don't define function body.
26222         (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
26224         * termhooks.h (display_info) [WINDOWSNT]: Add w32.
26226         * w32.c (request_sigio, unrequest_sigio): Remove.
26228         * w32console.c (w32con_move_cursor, w32con_clear_to_end)
26229         (w32con_clear_frame, w32con_clear_end_of_line)
26230         (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
26231         (w32con_delete_glyphs, w32con_set_terminal_window)
26232         (scroll_line, w32_sys_ring_bell): Add frame arg.
26233         (w32con_set_terminal_modes, w32con_reset_terminal_modes):
26234         Add terminal arg.
26235         (PICK_FRAME): Remove.
26236         (w32con_write_glyphs): Use frame specific terminal coding.
26237         (one_and_only_w32cons): New global variable.
26238         (initialize_w32_display): Use it for storing hooks.
26239         (create_w32cons_output): New function.
26241         * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
26242         arg a frame.
26244         * w32fns.c (x_create_tip_frame): Set terminal and ref count.
26245         Set window_system.
26246         (x_set_tool_bar_lines): Don't use updating_frame.
26247         (Fx_create_frame): Set terminal and ref count.
26248         (Fx_open_connection): Remove window-system check.
26250         * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
26252         * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
26253         (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
26254         (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
26255         Add frame arg.
26256         (x_delete_terminal, w32_create_terminal): New functions.
26257         (w32_term_init): Create a terminal.
26258         (w32_initialize): Move terminal specific initialization to
26259         w32_create_terminal.
26261         * w32term.h (x_output): Remove foreground_pixel and background_pixel.
26262         (w32_clear_rect, w32_clear_area): Use background from frame.
26263         (w32_display_info): Add terminal.
26264         (w32_sys_ring_bell, x_delete_display): Declare here.
26266         * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
26268         * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
26270 2007-08-29  Kalle Olavi Niemitalo  <kon@iki.fi>  (tiny change)
26272         * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
26273         Fix get_named_tty calls for the controlling tty.
26275 2007-08-29  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
26277         * term.c (dissociate_if_controlling_tty) [USG]: Fix parse error.
26279 2007-08-29  Yoshiaki Kasahara  <kasahara@nc.kyushu-u.ac.jp>  (tiny change)
26281         * term.c (tty_insert_glyphs): Add missing first parameter.
26283 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
26285         * buffer.c (Fbuffer_list, Fbury_buffer):
26286         Take frame->buried_buffer_list into account.
26288         * cm.c (current_tty): New variable, for cmputc().
26289         (cmputc): Use it.
26290         (cmcheckmagic): Add tty parameter, look up terminal streams there.
26291         (calccost): Add tty parameter.  Use emacs_tputs() instead of tputs().
26292         (cmgoto): Add tty parameter.  Pass it on to calccost().
26293         Use emacs_tputs() instead of tputs().
26295         * cm.h (emacs_tputs): New macro to set current_tty, and then call
26296         tputs().
26297         (current_tty): New variable, for cmputc().
26298         (cmcheckmagic, cmputc, cmgoto): Add prototypes.
26300         * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
26301         (internal_condition_case, internal_condition_case_1)
26302         (internal_condition_case_2): Don't abort when x_catching_errors.
26304         * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
26305         (Fy_or_n_p): Likewise.  Use temporarily_switch_to_single_kboard to
26306         prevent crashes caused by bogus longjmps in read_char.
26308         * keymap.h (Fset_keymap_parent): Add EXFUN.
26310         * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
26311         * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26312         Remove redundant definition.
26314         * macfns.c (x_set_mouse_color, x_make_gc):
26315         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26317         * w32term.c (x_free_frame_resources):
26318         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26319         (w32_initialize): Use the accessor macros for terminal characteristics.
26321         * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
26322         Use the accessor macros for terminal characteristics.
26323         * msdos.c (internal_terminal_init): Use the accessor macros for
26324         terminal characteristics.
26325         (ScreenVisualBell, internal_terminal_init):
26326         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26328         * termopts.h (no_redraw_on_reenter): Declare.
26330         * alloc.c (emacs_blocked_malloc): Disable mallopt call.
26331         (mark_terminals, mark_ttys): Declare.
26332         (Fgarbage_collect): Call them.
26333         (mark_object): Mark buried_buffer_list.
26335         * prefix-args.c: Include stdlib.h for exit.
26337         * syssignal.h: Add comment.
26339         * indent.c: Include stdio.h.
26341         * window.h (Vinitial_window_system): Declare.
26342         (Vwindow_system): Delete declaration.
26344         * fontset.c (Finternal_char_font): Use FRAME_RIF.
26346         * image.c (lookup_image): Don't initialize `c' until the xasserts
26347         have been run.
26349         * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
26350         FRAME_FOREGROUND_PIXEL.
26352         * print.c (print_preprocess): Don't lose print_depth levels while
26353         iterating.
26355         * widget.c (update_from_various_frame_slots):
26356         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26358         * window.c (set_window_buffer): Don't call clear_mouse_face on tty
26359         frames.
26360         (window_internal_height): Remove bogus make_number call.
26361         (init_window_once): Call make_terminal_frame with two zero parameters.
26363         * fileio.c (Fread_file_name): Update comment.
26365         * callint.c (Fcall_interactively):
26366         Use temporarily_switch_to_single_kboard instead of single_kboard_state.
26367         Make sure it is correctly unwound.
26369         * xsmfns.c (x_session_close): New function.
26371         * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
26372         Delete declarations.
26374         * xterm.h: Remove declaration for x_fully_uncatch_errors.
26375         (x_output): Remove background_pixel and foreground_pixel fields.
26376         (x_display_info): Add new field TERMINAL.  Remove KBOARD field.
26377         (x_delete_device, x_session_close): Declare.
26379         * lread.c: Include setjmp.h.  Update declaration of `read_char'.
26380         (read_filtered_event): Call `read_char' with a local
26381         `wrong_kboard_jmpbuf'.
26383         * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
26384         Don't call single_kboard_state.  Use FRAME_RIF.
26386         * process.c (Fmake_network_process): Don't unrequest_sigio on modern
26387         systems.
26389         * lisp.h (set_process_environment): Rename to `set_global_environment'.
26390         (Fframe_with_environment, Fset_input_meta_mode)
26391         (Fset_quit_char): EXFUN.
26392         (x_create_device, tty_output, terminal, tty_display_info): Declare.
26393         (init_sys_modes, reset_sys_modes): Update prototypes.
26394         (init_all_sys_modes, reset_all_sys_modes): New prototypes.
26396         * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
26397         Vlocal_key_translation_map, and Vkeyboard_translate_table.
26398         (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
26399         Delete declarations.
26400         (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
26401         (temporarily_switch_to_single_kboard, tty_read_avail_input):
26402         New declarations.
26404         * emacs.c (main): Don't call init_sys_modes(), the new term_init()
26405         already does that during init_display().  Call syms_of_keymap
26406         before syms_of_keyboard.  Call `syms_of_terminal'.
26407         Call set_initial_environment, not set_process_environment.
26408         (shut_down_emacs): Call reset_all_sys_modes() instead of
26409         reset_sys_modes().
26411         * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
26412         (internal_resolve_face_name, resolve_face_name_error): New functions.
26413         (resolve_face_name): Protect against loops and errors thrown by Fget.
26414         (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
26415         (Ftty_supports_face_attributes_p): Update tty_capable_p call.
26417         * scroll.c: Replace CURTTY() with local variables throughout the
26418         file (where applicable).
26419         (calculate_scrolling, calculate_direct_scrolling)
26420         (scrolling_1, scroll_cost): Use the accessor macros for terminal
26421         characteristics.
26423         * keymap.c (Vfunction_key_map): Remove.
26424         (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
26425         (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
26426         (Vkey_translation_map): Remove.
26427         (syms_of_keymap): Remove DEFVAR for key-translation-map.
26428         (Fdescribe_buffer_bindings)
26429         (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
26430         Update for terminal-local key-translation-map.
26432         * Makefile.in (callproc.o): Update dependencies.
26433         (lisp, shortlisp): Add termdev.elc.
26434         (obj): Add terminal.o.
26435         (terminal.o): Add dependencies.
26436         [HAVE_CARBON]: Make terminal.o depend on macgui.h.
26437         (data.o, fns.o): Add termhooks.h dependency.
26438         (SOME_MACHINE_LISP): Add dnd.elc.
26439         (minibuf.o): Fix typo.
26440         Update dependencies.
26442         * data.c (do_symval_forwarding, store_symval_forwarding)
26443         (find_symbol_value): Use the selected frame's keyboard, not
26444         current_kboard.
26446         * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
26447         Vwindow_system.
26449         * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
26450         Fmenu_bar_open.
26451         (syms_of_xmenu): Update defsubr.
26452         (mouse_position_for_popup, Fx_popup_menu)
26453         (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
26454         (set_frame_menubar, free_frame_menubar)
26455         (create_and_show_popup_menu, xmenu_show)
26456         (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
26457         an X frame.
26459         * xselect.c (x_own_selection): Abort if not an X frame.
26460         (some_frame_on_display): Check if it is an X frame.
26461         (x_handle_selection_clear): Deal with MULTI_KBOARD.
26463         * coding.c: Include frame.h and termhooks.h.
26464         (terminal_coding, keyboard_coding): Delete.
26465         (Fset_terminal_coding_system_internal)
26466         (Fset_keyboard_coding_system_internal)
26467         (Fkeyboard_coding_system)
26468         (Fterminal_coding_system): Add a terminal parameter.
26469         Get terminal_coding from the terminal.
26470         (init_coding_once): Don't call setup_coding_system here.
26472         * dispextern.h (set_scroll_region, turn_off_insert)
26473         (turn_off_highlight, background_highlight, clear_end_of_line_raw)
26474         (tty_clear_end_of_line, tty_setup_colors)
26475         (delete_tty, updating_frame)
26476         (produce_special_glyphs, produce_glyphs, write_glyphs)
26477         (insert_glyphs): Remove.
26478         (raw_cursor_to, clear_to_end, tty_turn_off_insert)
26479         (tty_turn_off_highlight, get_tty_size): Add declaration.
26480         (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
26482         * frame.h (enum output_method): Add output_initial.
26483         (struct x_output): Delete.
26484         (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
26485         Access foreground_pixel and background_pixel directly from the frame.
26486         (tty_display): Delete.
26487         (struct frame): Add buried_buffer_list, foreground_pixel,
26488         background_pixel and terminal.  Delete kboard.
26489         (union output_data): Add tty.
26490         (FRAME_KBOARD): Get the kboard from the terminal.
26491         (FRAME_INITIAL_P): New macro.
26492         (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
26493         (Qterm_environment_variable, Qdisplay_environment_variable)
26494         (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
26495         New declarations.
26497         * termchar.h (tty_output, tty_display_info): New structures.
26498         (tty_list): Declare.
26499         (FRAME_TTY, CURTTY): New macros.
26500         (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
26501         (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
26502         (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
26503         (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
26505         * callproc.c: Include frame.h and termhooks.h, for terminal
26506         parameters.
26507         (add_env): New function.
26508         (child_setup): Use it.
26509         (child_setup, getenv_internal): Handle the new Vprocess_environment.
26510         (getenv_internal): Fix get_terminal_param call.
26511         (Fgetenv_internal, egetenv): Update doc.
26512         (syms_of_callproc): Initialize Vprocess_environment to nil.
26513         Register and initialize them.  Remove obsolete defvars.  Update doc
26514         strings.
26515         (child_setup): Handle Vlocal_environment_variables.
26516         (getenv_internal): Add terminal parameter.
26517         Handle Vlocal_environment_variables.
26518         (Fgetenv_internal): Add terminal parameter.
26519         (child_setup, getenv_internal, Fgetenv_internal): Store the local
26520         environment in a frame (not terminal) parameter.  Update doc strings.
26521         (set_initial_environment): Rename from set_global_environment.
26522         Store Emacs environment in initial frame parameter.
26524         * xdisp.c (redisplay_internal): Update references to
26525         `previous_terminal_frame'.
26526         (display_mode_line, Fformat_mode_line): Replace calls to
26527         `push_frame_kboard' with `push_kboard'.
26528         (get_glyph_string_clip_rects): Add extra parentheses and
26529         braces to prevent compiler warnings.
26530         (calc_pixel_width_or_height): Add xassert to check that the
26531         frame is alive.  Don't call `lookup_image' on a termcap frame.
26532         (message2_nolog, message3_nolog, redisplay_internal)
26533         (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
26534         (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
26535         (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
26536         (Fx_display_pixel_width, Fx_display_pixel_height)
26537         (Fx_display_planes, Fx_display_color_cells)
26538         (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
26539         (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
26540         (Fx_display_backing_store, Fx_display_visual_class)
26541         (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
26542         Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
26544         * xfns.c (x_set_foreground_color x_set_background_color)
26545         (x_set_mouse_color, x_set_cursor_color, x_make_gc):
26546         Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26547         (Fx_create_frame, x_create_tip_frame, build_string, x_window)
26548         (Fx_create_frame, x_create_tip_frame): Don't create frames on a
26549         terminal that is being deleted.
26550         (Fx_create_frame): Use `store_frame_param' to set `window-system'
26551         frame parameter, and make sure it overrides any user-supplied setting.
26552         (Fx_close_connection, Fx_synchronize): Unify argument names with
26553         the rest of the DEFUNs.
26555         * dispnew.c (Fsend_string_to_terminal): Update call to
26556         `get_tty_terminal'.
26557         (Fredraw_frame, Fsend_string_to_terminal)
26558         (Fsend_string_to_terminal, init_display): Use FRAME_RIF,
26559         FRAME_TERMCAP_P and FRAME_TTY.
26560         (window_change_signal): Don't believe width/height values that are
26561         impossibly small.
26562         (Vinitial_window_system): Rename from Vwindow_system.
26563         (termscript, Wcm, rif): Delete.
26565         * termhooks.h (struct terminal): New struct containing the
26566         previously global text display hooks and new members NAME,
26567         DELETED and PARAM_ALIST.
26568         (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
26569         (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
26570         (FRAME_RIF): New macros.
26571         (get_terminal_param, get_device): New declarations.
26572         (termscript): Delete declaration.
26574         * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
26575         (XTflash, x_free_frame_resources, x_scroll_bar_create)
26576         (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
26577         FRAME_FOREGROUND_PIXEL.
26578         (x_fully_uncatch_errors): Disable definition.
26579         (x_scroll_bar_expose): Fix reference to foreground pixel.
26580         (XTread_socket): Disable loop on all X displays.
26581         (x_delete_terminal): Don't set terminal->deleted and let
26582         delete_terminal delete the frames on the terminal.
26583         (x_delete_display): Doc update to reflect changes in
26584         delete_terminal.
26585         (x_display_info) <terminal>: Move member earlier in the struct.
26586         (deleting_tty): Remove old variable.
26587         (Fsuspend_tty): Call clear_tty_hooks.
26588         (Fresume_tty, init_tty): Call set_tty_hooks.
26589         (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
26590         errors on X frames.
26591         (x_catch_errors_unwind): Abort if x_error_message is NULL.
26592         (handle_one_xevent): Initialize `f' to NULL.
26593         (x_delete_terminal, x_create_terminal): New functions.
26594         (XTset_terminal_modes, XTreset_terminal_modes)
26595         (XTread_socket, x_connection_closed, x_term_init)
26596         (x_term_init, x_delete_display): Add terminal parameter.
26597         (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
26598         X connections.
26600         * frame.c: Include termchar.h.
26601         (Qterminal, Qterminal_live_p, Qburied_buffer_list, Qtty, Qtty_type)
26602         (Qwindow_system, Qenvironment, Qterm_environment_variable)
26603         (Qdisplay_environment_variable): New vars.
26604         (Fframep): Deal with output_initial.
26605         (Fframe-live-p): Doc fix.
26606         (Fwindow-system): New function.
26607         (x_set_screen_gamma, store_frame_param): Fix compilation errors.
26608         (make_terminal_frame): Don't create frames on a terminal that is
26609         being deleted.  Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
26610         (store_frame_param): Check for found_for_frame before calling XFRAME.
26611         (Fmake_terminal_frame): Handle NULL tty names correctly.
26612         (syms_of_frame): Enhance doc string of `default-frame-alist'.
26613         (Fdelete_frame): Remove unused variable `count'.  Don't allow other
26614         frames to refer to a deleted frame in their 'environment parameter.
26615         (Fframe_with_environment): New function.
26616         (syms_of_frame): Defsubr it.  Initialize and staticpro Qenvironment.
26617         (get_future_frame_param): New function.
26618         (Fmake_terminal_frame): Use it.
26619         (x_set_frame_parameters, x_set_screen_gamma): Use FRAME_RIF.
26621         * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
26622         * sysdep.c (reset_sys_modes): Update for renames.
26624         * keyboard.c (tty_read_avail_input): New function.
26625         (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
26626         (syms_of_keyboard): Defsubr them.
26627         (Fset_input_meta_mode, Fset_quit_char): New functions.
26628         (Fset_input_mode): Split to above functions.
26629         (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
26630         parameter.  Use it in call to `read_char'.
26631         (read_char): Declare.  Update call to `read_char_minibuf_menu_prompt'.
26632         Set wrong_kboard_jmpbuf correctly in recursive calls.
26633         Use current_kboard to access Vkeyboard_translate_table.
26634         Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
26635         Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
26636         Update longjmp invocations.  Remember the original current_kboard,
26637         and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
26638         changes it.  Comment out unnecessary calls to
26639         `record_single_kboard_state' and `any_kboard_state'.
26640         Update recursive calls.
26641         (wrong_kboard_jmpbuf): Remove global variable.
26642         (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
26643         Handle deleted interrupted_kboards correctly; that is a legal
26644         case.  Add `wrong_kboard_jmpbuf' local variable.  Update setjmp
26645         and read_char calls.  Abort if interrupted_kboard died in read_char.
26646         (any_kboard_state, single_kboard_state)
26647         (push_frame_kboard): Remove function.
26648         (pop_kboard): Switch out of single_kboard mode if the kboard has
26649         been deleted.  Remove unused variable.  Help debugging by not
26650         changing current_kboard unnecessarily.  Set current_kboard to the
26651         kboard of the selected frame when the stored kboard object has
26652         been deleted before pop_kboard.
26653         (temporarily_switch_to_single_kboard): Change first parameter to a
26654         frame pointer.  Throw an error when caller wants to change kboards
26655         while in single_kboard mode.  Don't push_kboard if we weren't in
26656         single kboard state.  Don't pop_kboard if we popped into any
26657         kboard state.
26658         (restore_kboard_configuration): Abort if pop_kboard changed the
26659         kboard in single_kboard mode.  Call pop_kboard only after setting
26660         up single_kboard mode.
26661         (Frecursive_edit): Switch to single_kboard mode only in nested
26662         command loops.
26663         (cmd_error, command_loop, command_loop_1, timer_check):
26664         Comment out unnecessary call to `any_kboard_state' and
26665         `record_single_kboard_state'.
26666         (delete_kboard): Exit single_kboard mode if we have just deleted
26667         that kboard.  Use FRAME_KBOARD.
26668         (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
26669         `fatal_error_signal'.
26670         (record_single_kboard_state): Don't push_kboard if we weren't in
26671         single kboard state.  Don't pop_kboard if we popped into any
26672         kboard state.
26673         (push_frame_kboard): Rename to push_kboard.
26674         (kbd_buffer_get_event): Use FRAME_TERMINAL.
26675         (read_avail_input): Read input from all terminals.
26676         (mark_kboards): Also mark Vkeyboard_translate_table.
26677         (kbd_buffer_store_event_hold): Simplify condition.
26678         (read_key_sequence): Reinitialize fkey and keytran at each replay.
26679         (Vkeyboard_translate_table): Move to struct kboard.
26680         (init_kboard): Initialize Vkeyboard_translate_table.
26681         (syms_of_keyboard): Use DEFVAR_KBOARD to define
26682         Vkeyboard_translate_table.  Update doc strings.  Update docs of
26683         local-function-key-map and function-key-map.
26685         * terminal.c: New file.
26687         * term.c: Include errno.h.
26688         (Vring_bell_function, device_list, initial_device)
26689         (next_device_id, ring_bell, update_begin, update_end)
26690         (set_terminal_window, cursor_to, raw_cursor_to)
26691         (clear_to_end, clear_frame, clear_end_of_line)
26692         (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
26693         (Fdisplay_name, create_device, delete_device): Move to terminal.c.
26694         (syms_of_term): Move their initialization to terminal.c.
26695         (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
26696         (Ftty_display_color_cells)
26697         (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
26698         (clear_tty_hooks, set_tty_hooks)
26699         (init_tty, maybe_fatal): New functions.
26700         (Ftty_type): Return nil if terminal is not on a tty instead of
26701         throwing an error.  Doc update.
26702         (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
26703         Doc update.  Initialize new subrs and variables.
26704         (delete_tty): Use terminal->deleted.
26705         (tty_set_terminal_modes): Rename from set_terminal_modes.
26706         (tty_reset_terminal_modes): Rename from reset_terminal_modes.
26707         (set_scroll_region): Rename to `tty_set_scroll_region'.
26708         (turn_on_insert): Rename to `tty_turn_on_insert'.
26709         (turn_off_insert): Rename to `tty_turn_off_insert'.
26710         (turn_off_highlight): Rename to `tty_turn_off_highlight'.
26711         (turn_on_highlight): Rename to `tty_turn_on_highlight'.
26712         (toggle_highligh): Rename to `tty_toggle_highlight'.
26713         (background_highlight): Rename to `tty_background_highlight'.
26714         (highlight_if_desired): Rename to `tty_highlight_if_desired'.
26715         (tty_ring_bell, tty_update_end, tty_set_terminal_window)
26716         (tty_set_scroll_region, tty_background_highlight)
26717         (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
26718         (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
26719         (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
26720         (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
26721         Add static modifier.
26722         (tty_reset_terminal_modes, tty_set_terminal_window)
26723         (tty_set_scroll_region, tty_background_highlight)
26724         (tty_highlight_if_desired, tty_cursor_to)
26725         (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
26726         (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
26727         (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
26728         renames.
26730 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
26732         * keyboard.c: Qrtl is new.
26733         (parse_tool_bar_item): Handle :rtl keyword.
26734         (syms_of_keyboard): Intern :rtl keyword.
26736         * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
26738         * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
26739         so no Lisp code is executed.
26740         (file_for_image, find_rtl_image): New functions.
26741         (xg_get_image_for_pixmap): Use file_for_image.
26742         (update_frame_tool_bar): If direction is RTL, use RTL image if
26743         defined.  Use Gtk stock images if defined.
26745 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26747         * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
26748         for nonexistent or zero-width glyph in composition glyph.
26750 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26752         * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
26754         * xdisp.c (Finvisible_p): New function.
26755         (syms_of_xdisp): defsubr it.
26757 2007-08-24  Juanma Barranquero  <lekktu@gmail.com>
26759         * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
26760         Doc fixes.
26762 2007-08-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26764         * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
26766 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
26768         * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
26769         whether decoding has modified buffer contents.
26771 2007-08-24  Jason Rumney  <jasonr@gnu.org>
26773         * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
26774         (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
26775         (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
26776         (init_svg_functions) [HAVE_NTGUI]: New function.
26777         (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
26778         (svg_load_image): Use them.
26779         (svg_load_image) [HAVE_NTGUI]: Implement background.
26781 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26783         * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
26784         (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
26785         (LIBX): Remove @RSVG_LIBS@.
26786         (LIBES): Add $(RSVG_LIBS).
26788         * image.c (svg_load_image): Blend with specified background if exists.
26789         Use IMAGE_BACKGROUND.  Add Mac OS Support.
26791         * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
26792         (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
26793         Remove macros.
26794         [MAC_OSX] (socket_callback): Do nothing.
26795         [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
26796         ReceiveNextEvent.
26797         [MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
26798         socket_callback.
26799         (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
26801 2007-08-22  Glenn Morris  <rgm@gnu.org>
26803         * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
26805 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
26807         * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
26809         * image.c: Add support for SVG images.  Some additional comments
26810         by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
26811         (svg_image_p): New function to test for SVG image.
26812         (svg_load): New function to load SVG image.
26813         (svg_load_image): New function, helper for svg_load.
26814         (Qsvg): New Lisp_object.
26815         (svg_keyword_index): New enum.
26816         (svg_format): New static `image_keyword' struct.
26817         (svg_type): New static `image_type' struct.
26818         (librsvg/rsvg.h): Include it.
26820 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26822         * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
26824 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26826         * lread.c (Qold_style_backquotes): New var.
26827         (syms_of_lread): Init and staticpro it.
26828         (load_warn_old_style_backquotes): New fun.
26829         (Fload): Use them to warn about old style backquotes.
26830         (end_of_file_error, Fload): Remove unused vars.
26832         * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
26834         * lread.c (Vold_style_backquotes): New var.
26835         (syms_of_lread): Init and export it to Elisp.
26836         (read1): Set it when we find an old-style (back)quote.
26838 2007-08-22  Jason Rumney  <jasonr@gnu.org>
26840         * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
26842 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
26844         * puresize.h (BASE_PURESIZE): Increase to 1140000.
26846 2007-08-19  Richard Stallman  <rms@gnu.org>
26848         * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
26850 2007-08-19  Andreas Schwab  <schwab@suse.de>
26852         * alloc.c (pure): Round PURESIZE up.
26854 2007-08-17  Jan Djärv  <jan.h.d@swipnet.se>
26856         * xterm.c (handle_one_xevent): Remove check that mouse click is in
26857         active frame.
26859 2007-08-16  Richard Stallman  <rms@gnu.org>
26861         * eval.c (Fcommandp): Add parens to clarify.
26863         * minibuf.c (Fall_completions): Use enum for type of table.
26865         * emacs.c (USAGE2): Improve text.
26867 2007-08-15  Philippe Waroquiers  <philippe.waroquiers@eurocontrol.int>
26869         * term.c (tty_default_color_capabilities): Declare static
26870         variables in file scope, to avoid HPUX compiler problem.
26872 2007-08-13  Jan Djärv  <jan.h.d@swipnet.se>
26874         * gtkutil.c (update_frame_tool_bar): Use -1 as index
26875         to gtk_toolbar_insert.
26877 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26879         * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
26881         * insdel.c (reset_var_on_error): New fun.
26882         (signal_before_change, signal_after_change):
26883         Use it to reset (after|before)-change-functions to nil in case of error.
26884         Bind inhibit-modification-hooks to t.
26885         Don't bind (after|before)-change-functions to nil while they run.
26887 2007-08-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26889         * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
26890         filling pixmap with stippled background.
26892 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26894         * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
26895         Don't use invisible frame as parent window for repositioning.
26897 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
26899         * print.c (new_backquote_output): Rename from old_backquote_output.
26900         (print): Inverse its logic (according to its name) so as to match the
26901         behavior of new_backquote_flag in lread.c.
26903 2007-08-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26905         * gmalloc.c (posix_memalign): New function.
26907         * macterm.c (frame_highlight, frame_unhighlight): Don't call
26908         ActivateControl/DeactivateControl here.
26909         [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
26910         frame-notice-user-settings is non-nil.
26911         [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
26912         for kEventParamFMFontStyle.
26913         [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
26914         mac_pass_command_to_system and mac_pass_control_to_system here.
26915         (XTread_socket): Call ActivateControl/DeactivateControl here.
26916         (XTread_socket) [TARGET_API_MAC_CARBON]:
26917         Check mac_pass_command_to_system and mac_pass_control_to_system here.
26918         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
26919         for window repositioning.
26921 2007-08-08  Glenn Morris  <rgm@gnu.org>
26923         * Replace `iff' in doc-strings and comments.
26925 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
26927         * xdisp.c (move_it_by_lines): Remove incorrect optimization.
26929 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
26931         * fileio.c (Finsert_file_contents): Run format-decode and
26932         after_insert_file_functions on entire buffer when REPLACE is
26933         non-nil and inhibit modification_hooks and point_motion_hooks.
26934         For consistency, run after_insert_file_functions iff something
26935         got inserted.  Move signal_after_change and update_compositions
26936         after code running after_insert_file_functions.  Make sure that
26937         undo_list doesn't record intermediate steps of the decoding process.
26939 2007-08-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26941         * emacs.c (main)
26942         [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
26943         Call malloc_enable_thread on interactive startup.
26945         * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
26946         (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
26947         [USE_PTHREAD]: Conditionalize with it.
26948         (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
26949         (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
26950         New functions.
26952 2007-08-06  Chong Yidong  <cyd@stupidchicken.com>
26954         * xdisp.c (redisplay_window): When restoring original buffer
26955         position, make sure it is still valid.
26957         * image.c (png_load): Ignore png-supplied background color.
26959 2007-08-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26961         * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
26962         Use kCFAbsoluteTimeIntervalSince1970.
26964         * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
26965         New variable.
26966         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
26967         event loop should be quit.
26968         [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
26969         Quit dialog event loop if quit_dialog_event_loop is set.
26971         * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
26972         (Selection): New typedef.  Use instead of ScrapRef.
26973         (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
26974         (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
26975         (mac_clear_selection): Rename from clear_scrap.
26976         (get_flavor_type_from_symbol): New argument SEL and subsume function of
26977         scrap_has_target_type.  All uses changed.
26978         (mac_get_selection_ownership_info, mac_valid_selection_value_p)
26979         (mac_selection_has_target_p): New functions.
26980         (mac_put_selection_value): Rename from put_scrap_string.
26981         (mac_get_selection_value): Rename from get_scrap_string.
26982         (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
26983         (put_scrap_private_timestamp, scrap_has_target_type)
26984         (get_scrap_private_timestamp): Remove functions.
26985         (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
26986         (x_own_selection, x_get_local_selection):
26987         Use mac_valid_selection_value_p.
26988         (x_own_selection): Don't use put_scrap_private_timestamp.
26989         Record OWNERSHIP-INFO into Vselection_alist instead.
26990         (x_get_local_selection): Don't check type if request is local.
26991         (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
26992         Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
26994 2007-08-04  Jan Djärv  <jan.h.d@swipnet.se>
26996         * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
26997         add comment explaining why.
26999 2007-08-03  Richard Stallman  <rms@gnu.org>
27001         * fileio.c (Fvisited_file_modtime): Use make_time.
27003 2007-08-01  Ryo Yoshitake  <ryo@shiftmode.net>  (tiny change)
27005         * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
27006         build.
27008 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27010         * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
27012 2007-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
27014         * puresize.h (BASE_PURESIZE): Increase to 1130000.
27016 2007-07-30  Richard Stallman  <rms@gnu.org>
27018         * lread.c (readevalloop, read1): Treat NBSP as whitespace.
27020 2007-07-29  Jan Djärv  <jan.h.d@swipnet.se>
27022         * gmalloc.c (__malloc_initialize): Remove pthread_once.  Not needed.
27024 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
27026         * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
27027         remote default-directory.
27029         * buffer.c (mode-line-format): Update doc string.
27031 2007-07-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27033         * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
27034         scroll bar gap.
27035         (x_scroll_bar_create): Set bar->fringe_extended_p.
27036         (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
27037         on frame edge.  Check fringe background extension.  Don't clear
27038         extended fringe background area.
27040         * w32term.h (struct scroll_bar): New member fringe_extended_p.
27041         (w32_fill_area): Enclose multiple statements with do ... while (0).
27043         * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
27044         Extend fringe background to scroll bar gap.
27045         (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
27046         Set bar->fringe_extended_p.
27047         (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27048         Put leftmost/rightmost scroll bars on frame edge.  Check fringe
27049         background extension.  Don't clear extended fringe background area.
27051         * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
27052         New member fringe_extended_p.
27054 2007-07-25  Glenn Morris  <rgm@gnu.org>
27056         * Relicense all FSF files to GPLv3 or later.
27058         * COPYING: Switch to GPLv3.
27060 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27062         * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
27064         * data.c (Finteractive_form): Check for the presence of an
27065         `interactive-form' symbol property more thoroughly.
27067         * data.c (Finteractive_form): Use an `interactive-form' property if
27068         present, analogous to the function-documentation property.
27070 2007-07-24  Jason Rumney  <jasonr@gnu.org>
27072         * w32fns.c (x_real_positions): Get real position from OS instead of
27073         calculating it.
27075 2007-07-23  Jason Rumney  <jasonr@gnu.org>
27077         * filelock.c (current_lock_owner): Allow for @ sign in username.
27079 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
27081         * xdisp.c (decode_mode_spec): Add case 'R' for to test for
27082         remote default-directory.
27084         * buffer.c (mode-line-format): Describe above case in doc string.
27086 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
27088         * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
27089         Define if not defined.
27091 2007-07-18  Jason Rumney  <jasonr@gnu.org>
27093         * w32proc.c (w32_executable_type): Handle 64 bit executables.
27095 2007-07-18  Richard Stallman  <rms@gnu.org>
27097         * data.c (Fsetq_default): Doc fix.
27099         * eval.c (Fsetq): Doc fix.
27101 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
27103         * coding.c (Ffind_operation_coding_system):
27104         * eval.c (For, Fand): Doc fixes.
27105         Reported by Johan Bockgård.
27107 2007-07-18  Jan Djärv  <jan.h.d@swipnet.se>
27109         * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
27111         * xterm.h: Declare x_ewmh_activate_frame.
27113         * xterm.c (x_ewmh_activate_frame): New function.
27114         (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
27116 2007-07-17  Martin Rudalics  <rudalics@gmx.at>
27118         * window.c (Fdisplay_buffer): If largest or LRU window is the
27119         only window, split it even if it is not eligible for splitting.
27120         This restores the original behavior broken by the 2007-07-15
27121         change.
27123 2007-07-17  Glenn Morris  <rgm@gnu.org>
27125         * abbrev.c (abbrev_check_chars): New function.
27126         (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27127         Call abbrev_check_chars to check abbrev characters are word
27128         constituents.  Doc fix.
27130 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
27132         * process.c (Fstart_process, Fmake_network_process)
27133         (read_process_output): Fix up last changes.
27135 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
27137         * makefile.w32-in (clean): Don't delete *~.
27139 2007-07-16  Andreas Schwab  <schwab@suse.de>
27141         * window.c (Fdisplay_buffer): Use NILP.
27142         (Fset_window_scroll_bars): Likewise.
27144 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
27146         * window.c (window_min_size_2): New function.
27147         (window_min_size_1, size_window, Fdisplay_buffer)
27148         (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
27149         windows without mode- or header-lines when window-min-height is
27150         too small.
27151         (size_window): Reset nodelete_p after testing it, following an
27152         earlier note by Kim F. Storm.
27153         (display_buffer): Do not set split_height_threshold to twice the
27154         value of window_min_height to avoid changing the value of a
27155         customizable variable.  Rather explicitly check whether the
27156         height of the window that shall be splitted is at least as large
27157         as split_height_threshold.
27158         (Fwindow_full_width_p): New defun.
27159         (syms_of_window): Defsubr it.
27161         * window.h: Add EXFUN for Fwindow_full_width_p.
27163 2007-07-14  Jason Rumney  <jasonr@gnu.org>
27165         * process.c [WINDOWSNT]: Don't undefine AF_INET6.
27167 2007-07-14  Richard Stallman  <rms@gnu.org>
27169         * eval.c (maybe_call_debugger): New function.
27170         (find_handler_clause): Use maybe_call_debugger.
27171         Call it when the handler says `debug'.
27172         Eliminate DEBUGGER_VALUE_PTR.
27173         (Fsignal): Eliminate debugger_value.
27174         (Qdebug): New variable.
27175         (syms_of_eval): Initialize it.
27177 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
27179         * eval.c (Fprogn):
27180         * keyboard.c (Ftrack_mouse):
27181         * print.c (Fwith_output_to_temp_buffer):
27182         * window.c (Fsave_window_excursion): Doc fix.
27184 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27186         * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
27188 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27190         * process.h (struct Lisp_Process): Turn slots infd, outfd,
27191         kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
27192         inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
27193         read_output_delay, and read_output_skip from Lisp_Objects to ints.
27194         Remove unused encoding_carryover.
27195         * process.c: Adjust all functions accordingly.
27197 2007-07-12  Richard Stallman  <rms@gnu.org>
27199         * term.c: Include unistd.h only if HAVE_UNISTD_H.
27201 2007-07-11  Jason Rumney  <jasonr@gnu.org>
27203         * makefile.w32-in (LIBS): Include OLE32.
27205         * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
27206         (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
27208 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27210         * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
27211         * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
27212         from a Lisp_Object into a bare pointer.
27213         (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
27214         Adjust the code correspondingly.
27216         * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
27218         * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
27219         (term_show_mouse_face): Remove unused var `j'.
27220         (handle_one_term_event): Remove unused vars `i' and `j'.
27221         Don't cast return value of ttyname since it's not necessary.
27223 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27225         * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
27226         USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
27228         * fns.c (map_char_table): Use an array of int for `indices' rather than
27229         an array of Lisp_Objects (which are only ever integers anyway).
27230         (Fmap_char_table): Update caller.
27231         * lisp.h: Update prototype.
27232         * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
27233         * fontset.c (Ffontset_info):
27234         * casetab.c (set_case_table): Update callers.
27236         * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
27238         * keymap.c (struct accessible_keymaps_data)
27239         (struct where_is_internal_data): New structures.
27240         (accessible_keymaps_1, where_is_internal_1): Use them to change
27241         interface to adhere to the one used by map_keymap.
27242         (Faccessible_keymaps, where_is_internal): Use map_keymap.
27243         (accessible_keymaps_char_table, where_is_internal_2): Remove.
27245         * keymap.h (map_keymap_function_t): More informative prototype.
27247 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
27249         * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
27250         (looking_at_1): Don't change search_regs and last_thing_searched
27251         if `inhibit-changing-match-data' is non-nil.
27252         (string_match_1, search_buffer, set_search_regs): Likewise.
27253         (syms_of_search): Add Lisp level definition for
27254         `inhibit-changing-match-data' and set it to nil.
27255         (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
27256         start and end of the match, instead of using values in search_regs.
27258 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27260         * minibuf.c (Fcompleting_read): New value `confirm-only'
27261         for `require-match'.
27263 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27265         * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
27266         part of the 2007-06-27 change to syms_of_fileio.
27268 2007-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27270         * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
27271         Check WINDOWP before using XWINDOW.  Consolidate return statements.
27273 2007-06-27  Richard Stallman  <rms@gnu.org>
27275         * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
27277 2007-06-27  Juanma Barranquero  <lekktu@gmail.com>
27279         * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
27281 2007-06-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27283         * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
27284         (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
27285         (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
27286         (_free_internal, memalign): Use them.
27287         (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
27288         Initialize to PTHREAD_MUTEX_INITIALIZER.
27289         (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
27290         (morecore_nolock): Rename from morecore.  All uses changed.
27291         Use only nolock versions of internal allocation functions.
27292         (_malloc_internal_nolock, _realloc_internal_nolock)
27293         (_free_internal_nolock): New functions created from
27294         _malloc_internal, _realloc_internal, and _free_internal.
27295         (_malloc_internal, _realloc_internal, _free_internal): Use them.
27296         Copy hook value to automatic variable before its use.
27297         (memalign): Copy hook value to automatic variable before its use.
27299 2007-06-26  Kenichi Handa  <handa@m17n.org>
27301         * coding.c (Ffind_operation_coding_system): Docstring improved.
27302         (syms_of_coding): Docstring of `file-coding-system-alist' improved.
27304 2007-06-25  David Kastrup  <dak@gnu.org>
27306         * keymap.c (Fcurrent_active_maps): Add `position' argument.
27307         (Fwhere_is_internal): Adjust call to `current-active-maps' to
27308         cater for additional parameter.
27310         * keymap.h: Adjust number of parameters to `current-active-maps'.
27312         * doc.c (Fsubstitute_command_keys): Adjust call of
27313         `current-active-maps'.
27315 2007-06-25  David Kastrup  <dak@gnu.org>
27317         * callint.c (Fcall_interactively): Make the parsing of interactive
27318         specs somewhat more readable.
27320 2007-06-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27322         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
27323         to scroll bar gap also when bitmap fills fringe.  Draw only foreground
27324         if extended background has already been filled.
27326 2007-06-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27328         * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
27329         (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
27331         * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
27332         Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
27333         in #if 0 as it is not compatible with y-or-n-p-with-timeout.
27334         (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
27335         [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
27336         instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
27337         (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
27338         [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
27339         Run timers during dialog popup.
27340         (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
27342 2007-06-21  Jason Rumney  <jasonr@gnu.org>
27344         * image.c (convert_mono_to_color_image): Swap fore and background.
27346 2007-06-20  Jason Rumney  <jasonr@gnu.org>
27348         * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
27349         (w32_free_bdf_font): Unmap memory not handle.
27351 2007-06-20  Sam Steingold  <sds@gnu.org>
27353         * gmalloc.c (__morecore): Fix the declaration to comply with the
27354         definition.
27356 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
27358         * w32term.c (w32_delete_display): Remove leftover declaration.
27359         (w32_define_cursor, w32_initialize): Make static.
27361         * w32.c (_wsa_errlist): Fix typo in error message.
27362         (init_environment): Ignore any environment variable from the
27363         registry having a null value.
27365 2007-06-20  Glenn Morris  <rgm@gnu.org>
27367         * Makefile.in (LIBGIF): Default to -lgif.
27369 2007-06-17  Jason Rumney  <jasonr@gnu.org>
27371         * w32menu.c (add_menu_item): Don't use multibyte string functions on
27372         unicode strings.
27374 2007-06-16  Juanma Barranquero  <lekktu@gmail.com>
27376         * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
27377         Fix typo in docstring.
27379 2007-06-16  Eli Zaretskii  <eliz@gnu.org>
27381         * w32menu.c (add_menu_item): Escape `&' characters in menu items
27382         and their keybindings.
27384 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
27386         * composite.c (update_compositions): Fix last fix.
27388 2007-06-14  Jason Rumney  <jasonr@gnu.org>
27390         * w32.c (get_process_times_fn): New function pointer.
27391         (globals_of_w32): Intialize it if present in kernel32.dll.
27392         (w32_get_internal_run_time): New function.
27394         * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
27396 2007-06-14  Kenichi Handa  <handa@etlken.m17n.org>
27398         * composite.c (update_compositions): Check the validness of
27399         compositions.
27401 2007-06-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27403         * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
27404         (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
27406         * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
27407         (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
27409         * macgui.h (USE_MAC_TOOLBAR): New define.
27411         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27412         Return immediately unless popup is activated.
27414         * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
27415         background to scroll bar gap.
27416         (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
27417         (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
27418         scroll bars on frame edge.  Check fringe background extension.
27419         Don't clear extended fringe background area.
27420         (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
27421         (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
27422         (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
27423         [USE_MAC_TOOLBAR]: New macros.
27424         (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
27425         (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
27426         (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
27427         (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
27428         [USE_MAC_TOOLBAR]: New functions.
27429         (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
27430         manually if previous repositioning has failed.
27431         (mac_handle_keyboard_event): Use precomputed event kind.
27432         (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
27433         as tool bar item click.  Handle mouse movement over tool bar items.
27435         * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
27436         toolbar_win_gravity.
27437         (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
27438         (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
27439         Add externs.
27441         * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
27442         [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
27444 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
27446         * image.c (search_image_cache): Remove unused variable.
27448 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
27450         * xfns.c, xmenu.c: Link to xaw3d if available.
27452 2007-06-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27454         * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
27455         frame_foreground and frame_background.
27457         * image.c (lookup_image): Save frame foreground and background colors.
27458         (search_image_cache): Check if saved and current frame colors match.
27460 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27462         * regex.c (regex_compile): Remove the `regnum' counter.
27463         Use bufp->re_nsub instead.  Add support for \(?N:RE\).
27465 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27467         * term.c: Include intervals.h to declare Fget_text_property.
27469 2007-06-10  Jason Rumney  <jasonr@gnu.org>
27471         * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
27473 2007-06-08  Juanma Barranquero  <lekktu@gmail.com>
27475         * callint.c (Fcall_interactively):
27476         * editfns.c (Fdelete_and_extract_region):
27477         * fileio.c (Fread_file_name):
27478         * fns.c (Fmapconcat):
27479         * keyboard.c (cmd_error_internal):
27480         * keymap.c (Fkey_description):
27481         * lread.c (openp):
27482         * minibuf.c (read_minibuf):
27483         * search.c (wordify):
27484         * sunfns.c (sel_read):
27485         * xdisp.c (Fformat_mode_line, syms_of_xdisp):
27486         * xfns.c (x_default_scroll_bar_color_parameter):
27487         * xmenu.c (menu_help_callback):
27488         * xselect.c (Fx_get_atom_name):
27489         * xterm.c (x_term_init): Use empty_unibyte_string.
27491 2007-06-08  Dmitry Antipov  <dmantipov@yandex.ru>  (tiny change)
27493         * alloc.c (init_strings): Initialize canonical empty strings.
27494         (make_uninit_string, make_uninit_multibyte_string): Return appropriate
27495         canonical empty string when the requested size is 0.
27497         * emacs.c (empty_unibyte_string): Rename from empty_string.
27498         (empty_multibyte_string): New canonical empty string.
27499         (syms_of_emacs): Don't initialize empty_string.
27501         * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
27502         string, if appropriate.
27503         (empty_unibyte_string, empty_multibyte_string): New externs.
27504         (empty_string): Remove extern.
27506         * lread.c (syms_of_lread): Use empty_unibyte_string.
27508 2007-06-07  Jason Rumney  <jasonr@gnu.org>
27510         * s/ms-w32.h: Don't define HAVE_TZNAME.
27512         * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
27514 2007-06-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27516         * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
27518         * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
27519         (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
27521         * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
27522         Don't call next handler.
27523         [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
27524         Remove argument.  Install handler to application.
27525         (set_frame_menubar): Don't change deep_p.
27526         (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
27527         FRAME_OUTER_TO_INNER_DIFF_Y.
27528         (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
27529         (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
27530         [HAVE_DIALOGS]: New macros.
27531         [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
27532         Use them.
27533         (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
27535         * macselect.c [MAC_OSX] (install_service_handler): Rename from
27536         init_service_handler.  All callers changed.  Return OSStatus value.
27538         * macterm.c (mac_begin_cg_clip): New arg F.  Call SetPortWindowPort.
27539         All callers changed so as not to call SetPortWindowPort.
27540         (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
27541         (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
27542         mac_draw_string_common.
27543         (mac_draw_image_string_qd): Likewise.
27544         (mac_draw_string_common): Use them.  Add INLINE.
27545         (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
27546         Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
27547         GetGlobalMouse.
27548         (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
27549         and FRAME_OUTER_TO_INNER_DIFF_Y.
27550         [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
27551         [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
27552         (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
27553         repositioning window to mac_handle_window_event.
27554         (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
27555         saving window location to mac_handle_window_event
27556         [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
27557         (install_menu_target_item_handler): Remove argument in extern.
27558         [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
27559         Also accept command events.
27560         (do_keystroke): New function created from XTread_socket.
27561         (init_command_handler): Remove functions.
27562         [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
27563         and save window location by kEventWindowShowing and kEventWindowHiding
27564         handlers here.  Don't call next handler for window state change and
27565         focus events.
27566         (mac_handle_application_event, mac_handle_keyboard_event)
27567         [TARGET_API_MAC_CARBON]: New functions.
27568         (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
27569         kEventWindowShowing and kEventWindowHiding events.  Move installation
27570         of mouse, font, text input and menu target item handlers to
27571         install_application_handler.
27572         (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
27573         (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27574         New function.
27575         (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
27576         Register it.
27577         (XTread_socket) [TARGET_API_MAC_CARBON]:
27578         Consolidate SendEventToEventTarget calls.
27579         Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
27580         Move application activation handler to mac_handle_application_event.
27581         Move keyboard handler to mac_handle_keyboard_event.
27582         (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
27583         (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
27584         init_command_handler.  Call install_application_handler.
27586         * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
27587         (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
27589 2007-06-07  Glenn Morris  <rgm@gnu.org>
27591         * emacs.c (main): Use `emacs-copyright' in --version output.
27593 2007-06-06  Chong Yidong  <cyd@stupidchicken.com>
27595         * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
27597 2007-06-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27599         * macfns.c (mac_window): Replace WindowPtr with WindowRef.
27601         * macgui.h: Replace WindowPtr with WindowRef.
27603         * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27604         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
27605         Replace ControlHandle with ControlRef.
27606         (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
27608         * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
27609         GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
27610         Replace ControlHandle with ControlRef.
27611         (USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
27612         [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
27614         * macterm.h (struct scroll_bar): Rename member control_handle_low
27615         and control_handle_high to control_ref_low and control_ref_high.
27616         All uses changed.
27617         (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
27618         SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
27619         respectively.  All uses changed.
27620         (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
27621         (install_window_handler, remove_window_handler): Replace WindowPtr
27622         with WindowRef in externs.
27624 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
27626         * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
27628 2007-06-03  Nick Roberts  <nickrob@snap.net.nz>
27630         * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
27632         * frame.c (Fmouse_position, Fmouse_pixel_position):
27633         Condition on HAVE_GPM too.
27635         * term.c (term_mouse_highlight): Remove unused variables.
27636         (Fterm_open_connection): Set gpm_zerobased to 1.
27637         (term_mouse_movement, term_mouse_click, handle_one_term_event):
27638         Use zero based co-ordinates.
27639         (handle_one_term_event): Report a drag as mouse movement too.
27641         * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
27643 2007-06-03  Chong Yidong  <cyd@stupidchicken.com>
27645         * image.c (search_image_cache): New function.  Require background
27646         color match if background color is unspecified in the image spec.
27647         (uncache_image, lookup_image): Use it.
27649 2007-06-01  Juanma Barranquero  <lekktu@gmail.com>
27651         * window.c (Fshrink_window): Reflow docstring.
27653 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
27655         * Version 22.1 released.
27657 2007-06-01  Richard Stallman  <rms@gnu.org>
27659         * xfns.c (x_encode_text): Add GCPRO.
27661 2007-06-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27663         * xfns.c (x_set_name_internal): Save encoded name before
27664         x_encode_text in case string data is relocated.
27666 2007-05-31  Richard Stallman  <rms@gnu.org>
27668         * buffer.c (syms_of_buffer): Doc fix.
27670 2007-05-30  Nick Roberts  <nickrob@snap.net.nz>
27672         * sysdep.c (init_sys_modes): Add rather than replace with
27673         O_NONBLOCK.
27675         * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
27676         term_mouse_moveto.
27678         * termhooks.h (term_mouse_moveto): New extern.
27680         * term.c (mouse_face_window): Rename...
27681         (Qmouse_face_window): ...to this.
27682         (term_show_mouse_face, term_clear_mouse_face)
27683         (term_mouse_highlight): Use Qmouse_face_window.
27684         (term_mouse_moveto): New function.
27685         (term_mouse_position): Make it work.
27686         (syms_of_term): Uncomment assignment to mouse_position_hook.
27687         Staticpro Qmouse_face_window.
27689 2007-05-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27691         * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
27692         around current_column call.
27694 2007-05-26  Dan Nicolaescu  <dann@ics.uci.edu>
27696         * xfaces.c (syms_of_xfaces): Delete stray semicolon.
27697         * xdisp.c (next_element_from_buffer):
27698         * window.c (delete_window):
27699         * term.c (term_mouse_highlight):
27700         * msdos.c (getdefdir):
27701         * macterm.c (mac_create_bitmap_from_bitmap_data)
27702         (init_font_name_table):
27703         * fns.c (Fsxhash):
27704         * data.c (Fmake_local_variable):
27705         * ccl.c (ccl_driver): Likewise.
27707 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27709         * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
27710         Call mac_wakeup_from_rne on window size change.
27712 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
27714         * image.c (uncache_image): Fix typo.
27716 2007-05-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
27718         * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
27720 2007-05-22  Richard Stallman  <rms@gnu.org>
27722         * xterm.c (x_connection_closed): Remove NO_RETURN.
27724 2007-05-22  Martin Rudalics  <rudalics@gmx.at>
27726         * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
27728 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
27730         * image.c (uncache_image): New function.
27731         (Fimage_refresh): New function.
27733 2007-05-20  Jan Djärv  <jan.h.d@swipnet.se>
27735         * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
27737 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
27739         * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
27740         * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
27742 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
27744         * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
27745         conditional on [HAVE_GPM_H].
27747 2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
27749         * syntax.c (skip_chars): Update syntax-table only after we checked that
27750         the new location is valid.
27752 2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27754         * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
27755         mac_get_window_bounds.
27757 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
27759         * Makefile.in (LIBGPM): Allow it to be set from configure.
27760         If set then link Emacs with it.
27762         * config.in: Regenerate.
27764         * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
27765         New externs.
27767         * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
27768         Include gpm.h.
27769         (handle_one_term_event, term_gpm): New externs.
27771         * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
27772         and allow it to be interrupted by SIGIO.
27774         * process.c (gpm_wait_mask, max_gpm_desc): New variables.
27775         (wait_reading_process_output): Wait on gpm_fd too.
27776         (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
27777         (add_gpm_wait_descriptor_called_flag): New variable.
27778         (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
27780         * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
27781         (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
27782         (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
27783         Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
27784         (make_lispy_event): Add case GPM_CLICK_EVENT.
27785         (read_avail_input): Handle mouse input.
27787         * term.c (write_glyphs_with_face): New function.
27788         [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
27789         (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
27790         (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
27791         (mouse_face_face_id, term_gpm, pos_x, pos_y)
27792         (last_mouse_x, last_mouse_y): New variables.
27793         (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
27794         (term_mouse_highlight, term_mouse_movement, term_mouse_position)
27795         (term_mouse_click, handle_one_term_event, Fterm_open_connection)
27796         (Fterm_close_connection): New functions.
27797         (term_init): Initialise mouse_face_window.
27799 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
27801         * xdisp.c (redisplay_window): If first window line is a
27802         continuation line, recompute the new window start instead of
27803         recentering.
27805 2007-05-18  Glenn Morris  <rgm@gnu.org>
27807         * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
27808         Suggested by Alfred M. Szmidt <ams@gnu.org>.
27810 2007-05-17  Glenn Morris  <rgm@gnu.org>
27812         * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
27814 2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27816         * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
27817         dead key repeat and up events.
27819 2007-05-14  Chong Yidong  <cyd@stupidchicken.com>
27821         * image.c (pbm_load): Check image size for monochrome pbm.
27823 2007-05-13  Chong Yidong  <cyd@stupidchicken.com>
27825         * xterm.c (XTread_socket): Revert last change.
27827 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
27829         * image.c (pbm_load): Correctly check image size for greyscale pbm.
27831         * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
27833 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
27835         * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
27836         mixup (YAILOM).
27838 2007-05-07  Andreas Schwab  <schwab@suse.de>
27840         * keymap.c (Flookup_key): Fix typo in last change.
27842 2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
27844         * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
27845         mapping for unibyte strings.
27847 2007-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27849         * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
27850         (Fx_popup_dialog) [MAC_OSX]: Likewise.
27852 2007-04-29  Richard Stallman  <rms@gnu.org>
27854         * insdel.c (replace_range): For undo, record insertion first.
27856 2007-04-29  Andreas Schwab  <schwab@suse.de>
27858         * lisp.h (VECSIZE): Use OFFSETOF.
27860 2007-04-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27862         * xdisp.c (try_window_reusing_current_matrix): Fix number of
27863         disabled lines.
27865 2007-04-28  Richard Stallman  <rms@gnu.org>
27867         * lread.c (read_escape): In a string, \s is always space.
27869 2007-04-27  Jan Djärv  <jan.h.d@swipnet.se>
27871         * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
27873         * gtkutil.c (xg_update_menubar, create_menus): Create empty
27874         submenu for menu bar items.
27876 See ChangeLog.10 for earlier changes.
27878 ;; Local Variables:
27879 ;; coding: utf-8
27880 ;; add-log-time-zone-rule: t
27881 ;; End:
27883     Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
27885   This file is part of GNU Emacs.
27887   GNU Emacs is free software: you can redistribute it and/or modify
27888   it under the terms of the GNU General Public License as published by
27889   the Free Software Foundation, either version 3 of the License, or
27890   (at your option) any later version.
27892   GNU Emacs is distributed in the hope that it will be useful,
27893   but WITHOUT ANY WARRANTY; without even the implied warranty of
27894   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27895   GNU General Public License for more details.
27897   You should have received a copy of the GNU General Public License
27898   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
27900 ;; arch-tag: dfb6ad96-1550-4905-9e53-d2059ee84c40